From owner-freebsd-questions Fri Oct 11 17:26:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8FB737B401 for ; Fri, 11 Oct 2002 17:26:48 -0700 (PDT) Received: from bodb.mc.mpls.visi.com (bodb.mc.mpls.visi.com [208.42.156.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6056943E7B for ; Fri, 11 Oct 2002 17:26:48 -0700 (PDT) (envelope-from hawkeyd@visi.com) Received: from sheol.localdomain (hawkeyd-fw.dsl.visi.com [208.42.101.193]) by bodb.mc.mpls.visi.com (Postfix) with ESMTP id EDC384A91; Fri, 11 Oct 2002 19:00:05 -0500 (CDT) Received: (from hawkeyd@localhost) by sheol.localdomain (8.11.6/8.11.6) id g9C004L00947; Fri, 11 Oct 2002 19:00:04 -0500 (CDT) (envelope-from hawkeyd) Date: Fri, 11 Oct 2002 19:00:04 -0500 (CDT) Message-Id: <200210120000.g9C004L00947@sheol.localdomain> Mime-Version: 1.0 X-Newsreader: knews 1.0c.0 Reply-To: hawkeyd@visi.com Organization: if (!FIFO) if (!LIFO) break; References: <1034367417.322.54.camel_gyros.marcuscom.com@ns.sol.net> In-Reply-To: <1034367417.322.54.camel_gyros.marcuscom.com@ns.sol.net> From: hawkeyd@visi.com (D J Hawkey Jr) Subject: Re: Problems getting an ICH soundcard working under 4.7 X-Original-Newsgroups: sol.lists.freebsd.questions To: marcus@marcuscom.com, freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <1034367417.322.54.camel_gyros.marcuscom.com@ns.sol.net>, marcus@marcuscom.com writes: > I have a friend installing FreeBSD for the first time on his HP Pavilion > 7800 with integrated ICH soundcard. The card is supported by the > snd_ich module, however, it fails to detect the card at boot. dmesg > reports the card as: > > chip1: port > 0x1300-0x133f,0x1200-0x12ff irq 0 at device 31.5 on pci0 > > Note the irq 0. I've done everything I can to enable the soundcard and > disable plug'n'play in the BIOS. Nothing works. I have a feeling > that's why the card isn't detected. Here is the pciconf info: > > chip1@pci0:31:5: class=0x040100 card=0x56438086 chip=0x24158086 rev=0x02 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82801AA 8xx Chipset AC'97 Audio Controller' > class = multimedia > subclass = audio > > Anyone have any ideas? Thanks. I've got an HP Pavilion 7840. I'v had devices agp, smbus, ichsmb, smb, and pcm enabled in my kernel since 4.2 (patched), and ICH sound has worked fine: ichsmb0: port 0x1810-0x181f irq 11 at device 31.3 on pci0 smbus0: on ichsmb0 smb0: on smbus0 pcm0: port 0x1300-0x133f,0x1200-0x12ff irq 11 at device 31.5 on pci0 I don't recall exactly which of the above devices are strictly required (agp might not be; see "newpcm" in LINT), but this combination works for me. Caveat: I'm not running 4.7 yet. > Joe HTH, Dave -- Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message