Date: Fri, 14 Nov 2003 23:45:34 +0100 (CET) From: "Cordula's Web" <cpghost@cordula.ws> To: list@SiddiquiFamily.org Cc: freebsd-questions@freebsd.org Subject: Re: Sound card Message-ID: <200311142245.hAEMjYFk000773@fw.farid-hajji.net> In-Reply-To: <200311141630.00839.list@SiddiquiFamily.org> (message from List on Fri, 14 Nov 2003 16:30:00 %2B0000) References: <200311132304.12797.list@SiddiquiFamily.org> <200311140524.16513.list@SiddiquiFamily.org> <200311141630.00839.list@SiddiquiFamily.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > I don't see a sound card (or a not-recognized card) either. > > Could you also try 'pnpinfo' (again as root)? > Also this is on board sound card. That would explain why it is not > showing up in pciconf, right? It showed up on pnpinfo, so it was probably not wired on the PCI bus. Since it's a SoundBlaster compatible card, either pcm(4) or one of the sb modules: $ ls -l /boot/kernel/snd_sb* -r-xr-xr-x 1 root wheel 18141 Nov 14 15:48 /boot/kernel/snd_sb16.ko -r-xr-xr-x 1 root wheel 17296 Nov 14 15:48 /boot/kernel/snd_sb8.ko -r-xr-xr-x 1 root wheel 16370 Nov 14 15:48 /boot/kernel/snd_sbc.ko should work. Try RTFM: $ man 4 pcm $ man 4 sbc $ man 4 sb16 Good luck. -- Cordula's Web. http://www.cordula.ws/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311142245.hAEMjYFk000773>