AC97 sound support

Jesse Guardiani jesse at wingnet.net
Mon Nov 3 09:58:09 PST 2003


Wout A. wrote:

> Congratz,
> Have you tried this?
> # kldload snd_driver (This tries all sound drivers..one of them might
> work...)
> If this works, you might want to add the driver to the /boot/loader.conf,
> you can find an example in /boot/defaults/loader.conf .

To be more specific, this is what I have loaded on my FreeBSD 5.1-RELEASE
laptop with AC97 sound:

[12:45]jesse at trevarthan:[/sys/i386/compile/TREVARTHAN]# kldstat
Id Refs Address    Size     Name
 1   13 0xc0100000 3b1fd0   kernel
 2    1 0xc04b2000 45e8     snd_ich.ko
 3    2 0xc04b7000 1d320    snd_pcm.ko
 4    1 0xc04d5000 5808     apm.ko
 5    1 0xc3479000 a000     ntfs.ko
 6    1 0xc373f000 3000     daemon_saver.ko
 7    1 0xc3999000 18000    linux.ko
 8    1 0xc3cb4000 17000    radeon.ko


Make sure you've got all the ICH (and possibly I2C) stuff in your kernel.
Here's the pciconf -lv for my chip, just in case you're curious to see if
they're identical:

pcm0 at pci0:31:5: class=0x040100 card=0x02221014 chip=0x24858086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82801CA/CAM (ICH3-S/ICH3-M) AC'97 Audio Controller'
    class    = multimedia
    subclass = audio


Good luck!

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net




More information about the freebsd-questions mailing list