From owner-freebsd-current Fri Sep 3 13:44:56 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail.tucows.com (mail.tucows.com [208.229.216.23]) by hub.freebsd.org (Postfix) with ESMTP id 04E591517E for ; Fri, 3 Sep 1999 13:44:48 -0700 (PDT) (envelope-from arthur@tucows.com) Received: from Arthur.Linuxberg (starwars.linuxberg.org [208.229.216.41]) by mail.tucows.com (8.9.3/8.9.1) with ESMTP id QAA19777; Fri, 3 Sep 1999 16:44:40 -0400 Received: from localhost (arthur@localhost) by Arthur.Linuxberg (8.9.3/8.9.3) with ESMTP id QAA00324; Fri, 3 Sep 1999 16:44:34 -0400 (EDT) X-Authentication-Warning: Arthur.Linuxberg: arthur owned process doing -bs Date: Fri, 3 Sep 1999 16:44:34 -0400 (EDT) From: "Arthur H. Johnson II" X-Sender: arthur@Arthur.Linuxberg To: Doug Rabson Cc: current@freebsd.org Subject: Re: Sound card problems with -current. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager arthur@tucows.com On Fri, 3 Sep 1999, Doug Rabson wrote: > On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: > > > Okay. > > > > Arthur H. Johnson II > > http://www.linuxberg.com > > Linuxberg Manager > > arthur@tucows.com > > Now I'm really confused. It looks like you have an explicit line for the > soundcard in your config (e.g. "device pcm0 at isa? port ? ...") but the > config file which you posted only had a "device pcm0" line. With the new > driver, if it is a pnp card, you mustn't specify resources. Um, I did try that once, but I tried it the correct way and it still didnt work. > > What appears to have happened is that the probe hints (which must have > matched the bios settings) allowed pcm0 to probe and attach the card. > After that, the pnp code allocated resources for the Audio logical device, > avoiding the resources already allocated by pcm0. This moved the card > settings away from what the driver was expecting, effectively disabling > pcm0. > > Since the Audio device didn't probe as pcm1, you may also have the buggy > version of pci.c which was overwriting some of the pnp information. Make > sure that you have at least version 1.117 of pci.c. BINGO! I had pci.c version 1.116. It is running off pcm0 now thou. > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 442 9037 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message