Good afternoon, I'm try to install nvidia driver in freebsd 11, but when I do "pkg install nvidia-driver" I have an error:
Ok, this only means that I need put in /etc/rc.conf:
And install linux_base-c6, reboot, and I can't load the module with:
I get:
After giving up many things, I went to update freebsd with "freebsd-update fetch" and I get the error:
Is it because I can not load the kernel module, right?
Some information that might be useful:
uname -a return:
ls /boot/kernel return:
ls /boot return:
Thanks you.
Cannot install package: kernel missing linux support
pkg: PRE-INSTALL script failed
Ok, this only means that I need put in /etc/rc.conf:
linux_enable="YES"
And install linux_base-c6, reboot, and I can't load the module with:
kldload linux
I get:
kldload: can't load linux: no such file or directory
After giving up many things, I went to update freebsd with "freebsd-update fetch" and I get the error:
Cannot identify runing kernel
Is it because I can not load the kernel module, right?
Some information that might be useful:
uname -a return:
FreeBSD pc-diablillo 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
ls /boot/kernel return:
no such file or directory
ls /boot return:
lrwxr-xr-x 1 root wheel 13 Sep 29 2016 /boot -> bootpool/boot
Thanks you.