From owner-freebsd-mobile@FreeBSD.ORG Tue Nov 16 00:59:54 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 2EF4416A4CE for ; Tue, 16 Nov 2004 00:59:53 +0000 (GMT) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D5A243D1F for ; Tue, 16 Nov 2004 00:59:53 +0000 (GMT) (envelope-from dwalton@acm.org) Received: (qmail 14531 invoked from network); 16 Nov 2004 00:59:52 -0000 Received: from unknown (HELO ?172.16.1.33?) (unknown) by unknown with SMTP; 16 Nov 2004 00:59:52 -0000 X-pair-Authenticated: 68.127.18.161 Message-ID: <41995106.1000407@acm.org> Date: Mon, 15 Nov 2004 16:59:50 -0800 From: Dave Walton User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary Kline , Kevin Oberman , freebsd-mobile@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 600E Audio problem (Solved!) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dwalton@acm.org List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 00:59:54 -0000 Gary Kline wrote: > > On Sun, Aug 22, 2004 at 04:39:22PM -0700, Kevin Oberman wrote: > > To summarize, either include devices sound and snd_mss in your > > kernel or load the snd_mss module. Do not include snd_csa! Add the > > following to your /boot/device.hints file: > > hint.pcm.0.flags="0x10" > > > > That should do the trick. There is no need to edit /sys/conf/files. > > It should probe as: > > pcm0: at port 0x220,0x233,0x388-0x38b,0x530-0x537 irq 5 drq 0,1 on isa0 > > pcm0: [GIANT-LOCKED] My Thinkpad 770Z also uses the CS4610 and CS423x. In FreeBSD 4.x, I used this: device pcm0 at isa? port 0x52c irq 9 drq 1 flags 0x10 I haven't been able to get sound working in 5.3-R yet, but using Kevin's solution as a guide, I tried this: loader.conf sound_load="YES" snd_mss_load="YES" device.hints hint.pcm.0.at="isa" hint.pcm.0.port="0x52c" hint.pcm.0.irq="9" hint.pcm.0.drq="1" hint.pcm.0.flags="0x10" That gets me closer than anything else I've tried, but this is the response I get: pcm0: port 0x220-0x233,0x388-0x38b,0x530-0x537 irq 9 drq 0,1 flags 0x10 on acpi0 device_attach: pcm0 attach returned 6 The obvious question here is... Why on earth is it saying it's on acpi0? Anyone got suggestions to make this work? > Second, where should this be posted? I'll add things to > the FBSD laptop site in the 600E section; but anywhere > else? Where can I find this laptop site? Thanks, Dave