Sound Blaster SB0410 vs. 5.4

Nikolas Britton nikolas.britton at gmail.com
Thu Aug 11 11:36:35 GMT 2005


On 8/10/05, hal <hl700 at cc.usu.edu> wrote:
> Just bought a Creative Labs Sound Blaster SB0410 sound card.
> 
> It uses the EMU10K1 chipset.
> 
> The hardware notes imply that this card will work with FreeBSD 5.4.
> 
> I am using the card in a SuperMicro X5DP8-G2 motherboard PCI-X slot.
> 
> Here is what I have tried.
> 
>  From the snd_emu10k1(4) man page:
> 
>      In the kernel configuration file:
> 
>      device        sound
>      device        "snd_emu10k1"
> 
>  From the sound(4) man page:
> 
>      In the /boot/device.hints file:
> 
>      hint.pcm.0.at="isa"
>      hint.pcm.0.irq="5"
>      hint.pcm.0.drq="1"
>      hint.pcm.0.flags="0x0"
> 
>      In the /boot/loader.conf file:
> 
>      snd_emu10k1_load="YES"
> 
> I have tried all the above alone and in various combinations.
> 
> cat /dev/sndstat reports no installed devices.
> 
> Does anyone know how to make this thing work with FreeBSD 5.4?
> 
> hal
> 

Try this in loader.conf:
sound_load="YES"
snd_driver_load="YES"

>      In the /boot/device.hints file:
> 
>      hint.pcm.0.at="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"


More information about the freebsd-questions mailing list