Hi! I have a Asus P4C800 Deluxe motherboard with an onboard sound card. According to the mb. spec it's a ADI AD1985 SoundMAX 6-channel CODEC, AC'97 chipset. I'm running FreeBSD 5.1R and have device pcm in my kernconf. The only thing I see in dmesg output related to the card is pci0: <multimedia, audio> at device 31.5 (no driver attached) Full dmesg output available at http://kore.hack.se/dmesg.txt I have no idea if this card is supported, maybe im missing something? Any comments on this one would be greatly appreciated. Kind regards -- Marcus Larsson, Stockholm, Sweden <http://kore.hack.se/contact/>
On Fri, 4 Jul 2003, Marcus Larsson wrote:> > Hi! I have a Asus P4C800 Deluxe motherboard with an onboard sound > card. According to the mb. spec it's a ADI AD1985 SoundMAX 6-channel > CODEC, AC'97 chipset. I'm running FreeBSD 5.1R and have device pcm > in my kernconf. > > The only thing I see in dmesg output related to the card is > pci0: <multimedia, audio> at device 31.5 (no driver attached)If you've compiled in pcm or are loading snd as a module, then this usually means your device is not supported as the PCI device IDs did not match any in the sound driver(s). pciconf -lv output may be useful in identifying if its masquerading as something else. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org