Arthur H. Johnson II
http://www.linuxberg.com
Linuxberg Manager
[EMAIL PROTECTED]
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
> > [EMAIL PROTECTED]
>
> 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: [EMAIL PROTECTED]
> Nonlinear Systems Ltd. Phone: +44 181 442 9037
>
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message