From owner-freebsd-questions Sat May 5 14:52:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nms.lcs.mit.edu (wind.lcs.mit.edu [18.31.0.82]) by hub.freebsd.org (Postfix) with ESMTP id 37EDF37B422; Sat, 5 May 2001 14:52:14 -0700 (PDT) (envelope-from dga@nms.lcs.mit.edu) Received: (from dga@localhost) by nms.lcs.mit.edu (8.9.3/8.9.3) id RAA09683; Sat, 5 May 2001 17:52:08 -0400 Message-Id: <200105052152.RAA09683@nms.lcs.mit.edu> Subject: Re: Thinkpad T22, CS4624, pcm - channel dead, no sound To: dochawk@psu.edu Date: Sat, 5 May 2001 17:52:08 -0400 (EDT) Cc: dga@lcs.mit.edu (David G. Andersen), freebsd-questions@FreeBSD.ORG, greid@FreeBSD.ORG (George Reid) In-Reply-To: <200105052108.f45L8dn08330@fac13.ds.psu.edu> from "dochawk@psu.edu" at May 05, 2001 05:08:39 PM From: "David G. Andersen" X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dochawk@psu.edu just mooed: > > # stabbing at sound > options PNPBIOS > device pcm > device csa > > The last two are needed; I can't tell a difference when I use PNPBIOS > or not. Likewise. The card is probed and attached properly with or without PNPBIOS, and including it makes no difference. The device behavior on my laptop is actually identical with or without using the csa device. > IBM also lists it as soundblaster pro comaptible. Is this a direction > worth exploring? On my older thinkpad (755c), it would emulate > soundblaster (it had funny hardware, too). There was an earlier post about someone doing that under Linux; I haven't tried it. Just inserting a brain-dead sb0 device with device sound doesn't do the trick. > Another stray thought: there's a couple of models which ibm with > redhat linux. Does sound work on those? Yes. My officemate has a T21 with RHL7 on which sound works perfectly. The ALSA (advanced linux sound architecture) project's drivers support the 4624/4297a. They encountered one problem where the thinkpad's PCI bus power management caused problems with sound playback. Disabling the PCI power management has no effect on the problems with FreeBSD's pcm driver. [The OSS drivers also report this problem, but the solution doesn't work there either. I'm doing most of these tests with the laptop plugged in, so there should be no strange apm interactions]. There's a bit of information to be found in the ALSA (alsa-project.org) mailing list archives, but not a ton for the more basic "It doesn't work" problem. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message