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 ;)
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.
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.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"