Date: Tue, 12 Aug 2008 20:44:48 +0300 From: Manolis Kiagias <sonic2000gr@gmail.com> To: Bernt Hansson <bernt@bah.homeip.net> Cc: freebsd-questions@freebsd.org Subject: Re: Sound problems Message-ID: <48A1CC10.90309@gmail.com> In-Reply-To: <48A1C8A2.1090803@bah.homeip.net> References: <48A1C8A2.1090803@bah.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48A1CC10.90309>