Date: Thu, 19 Jan 2006 13:44:16 -0800 From: "Jin Guojun [VFFS]" <jin@george.lbl.gov> To: Tom Tkach <ttkach@operamail.com> Cc: freebsd-hardware@freebsd.org Subject: Re: Sound Card Message-ID: <43D00830.1060900@george.lbl.gov> In-Reply-To: <op.s3m9tcmp8uw0fz@n-22b79870f4c94.hsd1.nm.comcast.net> References: <op.s3m9tcmp8uw0fz@n-22b79870f4c94.hsd1.nm.comcast.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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@george.lbl.gov --- Distributed Systems Department http://www.dsd.lbl.gov/~jin Lawrence Berkeley National Laboratory, Berkeley, CA 94720
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43D00830.1060900>