From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 5 12:11:37 2003 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 0DC5816A4CE for ; Fri, 5 Dec 2003 12:11:37 -0800 (PST) Received: from euler.math.washington.edu (euler.math.washington.edu [128.95.224.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3B543F3F for ; Fri, 5 Dec 2003 12:11:36 -0800 (PST) (envelope-from doherty@math.washington.edu) Received: from zeno2.math.washington.edu (zeno2.math.washington.edu [128.95.224.5])hB5KBWnN500091; Fri, 5 Dec 2003 12:11:32 -0800 (PST) Date: Fri, 5 Dec 2003 12:11:32 -0800 (PST) From: Davis Doherty To: Kevin Oberman In-Reply-To: <20031204154945.3177D5D04@ptavv.es.net> Message-ID: References: <20031204154945.3177D5D04@ptavv.es.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-mobile@freebsd.org Subject: Re: pcm ain't working - running 5.1 on Thinkpad 600 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: Fri, 05 Dec 2003 20:11:37 -0000 On Thu, 4 Dec 2003, Kevin Oberman wrote: [SNIP] > >First, your pcm.0.flags probably should be 0x10. You probably also will >need hint.pcm.o.port="0x52c". > >Finally, if this is a 600E you need to edit >/sys/conf/files. delete/comment out "dev/sound/pci/csa.c optional pcm >pci" (be careful that you get the right one!) and edit the line after >next to read "dev/sound/pci/csapcm.c optional csa pcm pci". I'm not >confident that this is needed on a 600, though. > >FWIW, by probe line for the sound reads: >pcm0: at port 0x220-0x233,0x388-0x38b,0x530-0x537 irq 5 drq >0,1 on isa0 > >It is a rather out-of-date system as it takes forever to build world and >it's only a test system. It was built back in June, but I doubt that any >of this has changed. Also, my 600E did not gat along with ACPI at all >well and I use APM on it. >-- >R. Kevin Oberman, Network Engineer >Energy Sciences Network (ESnet) >Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) >E-mail: oberman@es.net Phone: +1 510 486-8634 > I tried both changes, to no avail (my system is a plain old 600 btw, no letters following). Regardless of my settings, the appropriate device nodes in /dev are not being created (and thus nothing sound-related works). Is there any way I can force creation of the device nodes, or will they just not be created until I find the correct settings? -Davis Doherty