Sound card

Cordula's Web cpghost at cordula.ws
Fri Nov 14 14:46:13 PST 2003


> > 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/



More information about the freebsd-questions mailing list