You are not logged in.
Pages: 1
Have successfully compiled and booted the Zen kernel, although had to modprobe drivers for the sound and network cards. However, on rebooting with the vanilla kernel, these drivers were again missing, despite udev appearing to start properly.
The drivers have since had to be added to /etc/rc.conf even though MOD_AUTOLOAD="yes".
How can I get load the drivers loaded automatically?
Offline
MODULES=(blah blah) in /etc/rc.conf
Offline
Yep - thats what I've had to do to fix the problem. Prior to booting the Zen kernel, all the modules were commented out, yet were detected automatically at boot.
I just want to revert to the auto detection when using the vanilla kernel.
Offline
Pages: 1