From owner-freebsd-questions@FreeBSD.ORG Thu Apr 14 12:24:30 2005 Return-Path: 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 E865D16A4CE for ; Thu, 14 Apr 2005 12:24:30 +0000 (GMT) Received: from tarc.po.cs.msu.su (tarc.po.cs.msu.su [158.250.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B91A43D48 for ; Thu, 14 Apr 2005 12:24:30 +0000 (GMT) (envelope-from tarc@tarc.po.cs.msu.su) Received: from tarc.po.cs.msu.su (localhost [127.0.0.1]) by tarc.po.cs.msu.su (8.13.3/8.13.1) with ESMTP id j3ECOSsW047027; Thu, 14 Apr 2005 16:24:29 +0400 (MSD) (envelope-from tarc@tarc.po.cs.msu.su) Received: (from tarc@localhost) by tarc.po.cs.msu.su (8.13.3/8.13.1/Submit) id j3ECOOEN046899; Thu, 14 Apr 2005 16:24:24 +0400 (MSD) (envelope-from tarc) Date: Thu, 14 Apr 2005 16:24:23 +0400 From: Tarc To: Didier Wiroth Message-ID: <20050414122422.GA80412@tarc.po.cs.msu.su> References: <1f1325c51d6e.425e77de@etat.lu> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1f1325c51d6e.425e77de@etat.lu> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: which audio driver for Intel AC'97? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 12:24:31 -0000 On Thu, Apr 14, 2005 at 02:02:06PM +0200, Didier Wiroth wrote: > Hi, > I have a HP/COMPAQ NC6000 Laptop which has a AC'97 audio controller. > I'm using freebsd5.4(pre-release). Is the chip supported? > > I was not able to find info on the hardware page? > > Here is the output of "pciconf -lv": > none1@pci0:31:5: class=0x040100 card=0x0890103c chip=0x24c58086 rev=0x03 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller' > class = multimedia > subclass = audio > > thanks a lot > didier > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Possibly, snd_ds1.ko, but I'm not sure. Please, load the "snd_driver.ko" module, and you'll see at /dev/console (ttyv0 by default), which codec really use. This is meta-module, which depends on ALL sound modules. -- Arseny Nasokin (aka Tarc)