Date: Sun, 5 Sep 2004 23:07:16 -0400 From: Derrick Edwards <dantavious@comcast.net> To: freebsd-current@freebsd.org Subject: Re: device pcm Message-ID: <200409052307.16534.dantavious@comcast.net> In-Reply-To: <20040905193154.GD19729@cnd.mcgill.ca> References: <4139D650.9030506@pldrouin.net> <20040905190340.GC39255@abigail.blackend.org> <20040905193154.GD19729@cnd.mcgill.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 05 September 2004 03:31 pm, Mathew Kanner wrote: Well guys still having probs with sound. I have tried all recommendtions. This is the outpit of my /dev/sndstat cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: <Intel ICH4 (82801DB)> at io 0xc000, 0xc400 irq 17 bufsz 16384 (1p/1r/0v channels duplex default) Keep in mind that I do have snd_driver loaded in /boot/loader.conf even snd_ich for overkill Output of loader.conf nvidia_load="YES" hw.ata.atapi_dma="1" linux_load="YES" snd_driver_load="YES" snd_ich_load="YES" Can anyone explain why i do not have a driver associated with card in /dev/sndstat. Also, every one out of 50 reboots, I will get sound for 2 seconds then it dies. This is my pciconfig pcm0@pci0:31:5: class=0x040100 card=0x4941434d chip=0x24c58086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller' class = multimedia subclass = audio Thanks for the assistance Derrick > On Sep 05, Marc Fonvieille wrote: > > On Sun, Sep 05, 2004 at 03:05:32PM -0400, Mathew Kanner wrote: > > > Could you add that the easiest way to configure you sound in 5.X+ > > > is to: > > > > > > tube# kldload snd_driver > > > tube# cat /dev/sndstat > > > FreeBSD Audio Driver (newpcm) > > > Installed devices: > > > pcm0: <CMedia CMI8738> at io 0xb800 irq 11 kld snd_cmi (1p/1r/0v > > > channels duplex default) pcm1: <Creative EMU10K1> at io 0xb400 irq 5 > > > kld snd_emu10k1 (4p/2r/0v channels duplex) > > > > > > for each kld snd_foo > > > echo snd_foo_load="YES" >> /boot/loader.conf > > > > > > This method works because snd_driver is just dummy module that > > > loads all[1] the sound modules. (Oops, just noticed I missed uaudio). > > > Also, KLDs are the preferred method for sound usage and that ISA > > > cards likely won't need a hint (PNP). > > > > > > --Mat > > > [1] It only loads the sounds modules that it knew about at compile > > > time. Some sound modules are provided "third party" such as in the > > > ports, such modules will be missed by this method and will have to be > > > specifically loaded. > > > > You did not read the link :( > > Ok, other than you already have a section on PNP what did I > miss? > --Mat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409052307.16534.dantavious>