From owner-freebsd-hardware@FreeBSD.ORG Thu Jan 19 22:39:32 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 013B516A41F for ; Thu, 19 Jan 2006 22:39:32 +0000 (GMT) (envelope-from jin@george.lbl.gov) Received: from smtp110.sbc.mail.mud.yahoo.com (smtp110.sbc.mail.mud.yahoo.com [68.142.198.209]) by mx1.FreeBSD.org (Postfix) with SMTP id ADDBE43D49 for ; Thu, 19 Jan 2006 22:39:29 +0000 (GMT) (envelope-from jin@george.lbl.gov) Received: (qmail 5208 invoked from network); 19 Jan 2006 21:44:17 -0000 Received: from unknown (HELO ?192.168.2.10?) (jinmtb@sbcglobal.net@68.127.156.29 with plain) by smtp110.sbc.mail.mud.yahoo.com with SMTP; 19 Jan 2006 21:44:17 -0000 Message-ID: <43D00830.1060900@george.lbl.gov> Date: Thu, 19 Jan 2006 13:44:16 -0800 From: "Jin Guojun [VFFS]" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050108 X-Accept-Language: zh, zh-CN, en MIME-Version: 1.0 To: Tom Tkach References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org Subject: Re: Sound Card X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 22:39:32 -0000 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