Date: Fri, 3 Sep 1999 21:07:48 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: "Arthur H. Johnson II" <arthur@tucows.com> Cc: current@freebsd.org Subject: Re: Sound card problems with -current. Message-ID: <Pine.BSF.4.10.9909032101530.2081-100000@salmon.nlsystems.com> In-Reply-To: <Pine.BSF.4.10.9909031529110.2667-200000@Arthur.Linuxberg>
next in thread | previous in thread | raw e-mail | index | archive | help
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. 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. -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909032101530.2081-100000>