From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 03:01:11 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 B44FF16A4EC for ; Mon, 23 Aug 2004 03:01:11 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 400F243D5A for ; Mon, 23 Aug 2004 03:01:11 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 345BF72DD8; Sun, 22 Aug 2004 20:01:11 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 2F3E072DCB; Sun, 22 Aug 2004 20:01:11 -0700 (PDT) Date: Sun, 22 Aug 2004 20:01:11 -0700 (PDT) From: Doug White To: Kevin Oberman In-Reply-To: <20040822233922.4B0885D04@ptavv.es.net> Message-ID: <20040822200031.Q94593@carver.gumbysoft.com> References: <20040822233922.4B0885D04@ptavv.es.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Gary Kline cc: freebsd-mobile@freebsd.org Subject: Re: 600E Audio problem (Solved!) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 03:01:12 -0000 On Sun, 22 Aug 2004, Kevin Oberman wrote: > Got it! And, boy, do I feel dumb. > > It turns out that the device in the 600E is a CS432X device and that > device uses the mss driver. So just modify your kernel config to > include: > device sound > device snd_mss > And make sure that snd_csa is NOT present as it will see another audio > component and try to connect to it as a CS4610. This would block the mss > driver from finding the audio chip. > > It's amazing what you find when you actually take the time to read the > source for the drivers. That sounds right -- the old 4.x hack for the 600E was to point pcm at the MSS interface (port 0x530, I think). I could pull mine out and check. :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org