From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 9 19:51:16 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6CCF16A4CE for ; Mon, 9 Aug 2004 19:51:16 +0000 (GMT) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id D653443D58 for ; Mon, 9 Aug 2004 19:51:15 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (80-218-73-163.dclient.hispeed.ch [80.218.73.163])i79JpEwE003223 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 9 Aug 2004 21:51:14 +0200 Received: from localhost.here (idefix@gicco.homeip.net [127.0.0.1]) by gicco.homeip.net (8.12.8p2/8.12.8) with ESMTP id i79JpEHv000947 for ; Mon, 9 Aug 2004 21:51:14 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.8p2/8.12.8/Submit) id i79JpDLJ000946 for freebsd-mobile@freebsd.org; Mon, 9 Aug 2004 21:51:13 +0200 (CEST) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Mon, 9 Aug 2004 21:51:13 +0200 From: Hanspeter Roth To: FreeBSD Mobile Mailing List Message-ID: <20040809195113.GA559@gicco.homeip.net> Mail-Followup-To: FreeBSD Mobile Mailing List References: <20040809060759.GA69851@tao.thought.org> <20040809094927.GA849@gicco.homeip.net> <20040809161634.GA3684@tao.thought.org> <20040809175643.GA798@gicco.homeip.net> <20040809190212.GA3953@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040809190212.GA3953@tao.thought.org> User-Agent: Mutt/1.4.1i Subject: Re: how to enable audio in the ThinkPad 600E... X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-mobile@freebsd.org List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 19:51:16 -0000 On Aug 09 at 12:02, Gary Kline spoke: > What surprised me was: > > dmesg.today:pci0: at device 6.0 (no driver attached) I had the same when I left 5.2.1-release and had to remove 'device pcm'. I had to add 'device sound' and 'device snd_ich' to recover the sound after the upgrade. > while grep'ing for snd|audio. This probably points to what > Kevin said about the 600E chipset being s "Crystal Audio". If you think it's a Cristal chipset you might try the Crystal devices mentioned in /usr/src/sys/conf/NOTES (snd_cs4281 and snd_csa as well as 'device sound'). Else you might add 'device sound' and all snd_* from NOTES. http://lists.freebsd.org/pipermail/freebsd-questions/2004-August/054789.html -Hanspeter