Sound Card

Jin Guojun [VFFS] jin at george.lbl.gov
Thu Jan 19 14:39:32 PST 2006


Tom Tkach wrote:

> I don't know if this is the appropriate mailing list to post this  
> question, and if not would someone be so kind as to direct me to the  
> appropriate mailing list.
>
> I am having trouble getting my sound card to work.  I have posted 
> numerous  threrads on the BSDForums.org website, but suggestions/help 
> has run out.   The pertinent section of my pciconf -lv file is as 
> follows:
>
> none1 at pci0:31:5: class=0x040100 card=0x80f31043 chip=0x24d58086 
> rev=0x02  hdr=0x00
> vendor = 'Intel Corporation'
> device = '82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller'
> class = multimedia
> subclass = audio
>
> which shows that there is no driver attached.
>
> I have added to the /boot/loader.conf the following:
>
> sound_load="YES" # Digital sound subsystem
> snd_ich_load="YES" # Intel ICH

You may modify the block "case ICH5ID:" in ich_pci_probe() function
 in /sys/dev/sound/pci/ich.c to return value 0 rather than -1000.
Recompile the ICH module and reload it, and let us know if it works.

-- 
------------ Jin Guojun ----------- v --- jin at george.lbl.gov ---
Distributed Systems Department		http://www.dsd.lbl.gov/~jin
Lawrence Berkeley National Laboratory,	Berkeley, CA 94720



More information about the freebsd-hardware mailing list