Results 1 to 2 of 2
here is a snip of pciconf:
none0@pci0:0:13:0: class=0x040100 card=0x100a1102 chip=0x00071102 rev=0x00 hdr=0x00
vendor = 'Creative Technology LTD.'
device = 'C6SB0410515017656A Audigy SE'
class = multimedia
subclass = audio
pcm0@pci0:0:14:0: class=0x040100 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-06-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
driver missing for SB Audigy SE
here is a snip of pciconf:
load all known drivers for sound cards...none0@pci0:0:13:0: class=0x040100 card=0x100a1102 chip=0x00071102 rev=0x00 hdr=0x00
vendor = 'Creative Technology LTD.'
device = 'C6SB0410515017656A Audigy SE'
class = multimedia
subclass = audio
pcm0@pci0:0:14:0: class=0x040100 card=0xa40310fd chip=0x011113f6 rev=0x10 hdr=0x00
vendor = 'C-Media Electronics Inc.'
device = 'CMI8738/PCI C3DX C-Media Audio Controller'
class = multimedia
subclass = audio
snd_ca0106 should be the name of the module...$sudo kldload snd_driver
$ cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386)
Installed devices:
pcm0: <CMedia CMI8738> at io 0xb000 irq 5 kld snd_cmi [MPSAFE] (1p:1v/1r:1v channels duplex default)
onboard sound works well enough for the moment, but it is not quite 5.1 when you can only utilize two channels and a sub lol.$ sudo kldload snd_ca0106
Password:
kldload: can't load snd_ca0106: No such file or directory
- 09-14-2009 #2


Reply With Quote
