Date: Thu, 11 Aug 2005 06:36:33 -0500 From: Nikolas Britton <nikolas.britton@gmail.com> To: hal <hl700@cc.usu.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Sound Blaster SB0410 vs. 5.4 Message-ID: <ef10de9a050811043634cf4a2b@mail.gmail.com> In-Reply-To: <8E2764A6-3FE9-41E1-8870-8F91C4C9F517@cc.usu.edu> References: <8E2764A6-3FE9-41E1-8870-8F91C4C9F517@cc.usu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On 8/10/05, hal <hl700@cc.usu.edu> wrote: > Just bought a Creative Labs Sound Blaster SB0410 sound card. >=20 > It uses the EMU10K1 chipset. >=20 > The hardware notes imply that this card will work with FreeBSD 5.4. >=20 > I am using the card in a SuperMicro X5DP8-G2 motherboard PCI-X slot. >=20 > Here is what I have tried. >=20 > From the snd_emu10k1(4) man page: >=20 > In the kernel configuration file: >=20 > device sound > device "snd_emu10k1" >=20 > From the sound(4) man page: >=20 > In the /boot/device.hints file: >=20 > hint.pcm.0.at=3D"isa" > hint.pcm.0.irq=3D"5" > hint.pcm.0.drq=3D"1" > hint.pcm.0.flags=3D"0x0" >=20 > In the /boot/loader.conf file: >=20 > snd_emu10k1_load=3D"YES" >=20 > I have tried all the above alone and in various combinations. >=20 > cat /dev/sndstat reports no installed devices. >=20 > Does anyone know how to make this thing work with FreeBSD 5.4? >=20 > hal >=20 Try this in loader.conf: sound_load=3D"YES" snd_driver_load=3D"YES" > In the /boot/device.hints file: >=20 > hint.pcm.0.at=3D"isa" It's a pci device, not isa. post the output of this command, "pciconf -lv | grep -iC 5 audio", if it still doesn't work. also could give "scanpci | grep -iC 2 creative"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ef10de9a050811043634cf4a2b>