On 2011/12/18 at 01:42, "Thomas D. Dean" <[email protected]> wrote: > > FreeBSD 9.0 (RC2) amd64. up-to-date. > I want to load a module, nvidia, on boot. > > /boot/loader.rc contains > include /boot/loader.4th > start > > /boot/loader.conf contains > cpuctl_load="YES" > nvidia_load="YES" > > /boot/modules/ directory contains > nvidia.ko > /boot/kernel/ directory contains > cpuctl.ko >
Try to load them using kldload(8) and see what it says. You have to provide more details, I think. > But, the modules are not loaded. > > What am I missing? > > tomdean > > ................ -- The light at the end of the tunnel is the headlamp of an oncoming train. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
