Manolis Kiagias skrev:
Bernt Hansson wrote:
Hello list.
Realy need some help!
I can't seem to get snd_hda module to load from /boot/loader.conf
Loading the module manualy is ok.
loader.conf
hw.ata.atapi_dma="1"
atapicam_load="YES"
if_tap_load="YES"
aio_load="YES"
##############################################################
### Sound modules ##########################################
##############################################################
sound_load="YES" # Digital sound subsystem
<SNIP>
#snd_hda_load="YES" # Intel High Definition Audio
(Controller)
Well, it seems the snd_hda_load line is commented out ;)
Yes ;)
Also you don't need to add sound_load="YES", just by adding
snd_hda_load="YES" the generic sound module will be loaded as well.
Aha. I didn't know that.
If anything else fails for some weird reason, you can always compile
sound support into the kernel. Just add these two lines in your kernel
configuration file:
device sound
device snd_hda
rebuild, reboot, done.
Yes, but I want to keep generic as generic as possible
I also have some usb mouse problems. Input on the subject "usb mouse
problem" are welcome.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"