2005-01-27 10:48:21

by Ralf Hildebrandt

[permalink] [raw]
Subject: parport disabled?

Whenever I "modprobe parport_pc", I get this message:

Jan 27 10:55:47 hummus kernel: pnp: Device 00:0b activated.
Jan 27 10:55:47 hummus kernel: parport: PnPBIOS parport detected.
Jan 27 10:55:47 hummus kernel: pnp: Device 00:0b disabled.

and the parallel port is unusable ever after.
This is with Kernel 2.6.10-ac10 and 2.6.10-ac11

How can I make my parallel port usable again?

--
Ralf Hildebrandt (i.A. des IT-Zentrum) [email protected]
Charite - Universit?tsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to [email protected]


2005-01-27 15:03:19

by matthieu castet

[permalink] [raw]
Subject: Re:parport disabled?

Hi,


> Whenever I "modprobe parport_pc", I get this message:
>
> Jan 27 10:55:47 hummus kernel: pnp: Device 00:0b activated.
> Jan 27 10:55:47 hummus kernel: parport: PnPBIOS parport detected.
> Jan 27 10:55:47 hummus kernel: pnp: Device 00:0b disabled.
>
> and the parallel port is unusable ever after.
> This is with Kernel 2.6.10-ac10 and 2.6.10-ac11
>
> How can I make my parallel port usable again?
Try disabling acpi.

If it works, with acpi enabled send a "for i in /sys/bus/pnp/devices/*; do cat
$i/*; done"

I could be related to http://bugzilla.kernel.org/show_bug.cgi?id=3912
and [1]

regards,

Matthieu


Adam Belay wrote:

> On Mon, Nov 29, 2004 at 10:30:29PM +0100, matthieu castet wrote:
>
>> matthieu castet wrote:
>>
>>> Hello,
>>>
>>> acpi need that the order of the resources are the same as the
>>> possible resources. It could be the same for pnpbios.
>>>
>>> I most of case, it works quite well, but if the independent options
>>> are after dependent, it doesn't work :
>>> in pnp manager, pnp_assign_resources first uses independent_options
>>> and then dependent ones. So we break the order, and it doesn't work.
>>>
>>> What the rules for independent options in pnpbios ?
>>>
>>> If it works like pnpacpi, it is allowed to define them only before
>>> or after dependent option.
>>>
>>> So a solution could be to have a second independent option, and use
>>> it after dependent options in pnp_assign_resources.
>>>
>>> What do you think of that ?
>>>
>>> Matthieu CASTET
>>>
>>
>> I forgot to say that it is probably the bug of meelis roos.
>>
>
>
> Hmm, I agree this is a problem, and it will be interesting to see if
> it
> resolves Meelis's issue. I don't think a second independent option
> would be a
> clean solution. I think the a slight redesign is in order, with a
> focus on
> ensuring resources are assigned in the order they are advertised in
> all cases.
> I'm hacking something together now.

2005-01-27 21:40:53

by Ralf Hildebrandt

[permalink] [raw]
Subject: Re: Re:parport disabled?

* [email protected] <[email protected]>:

> > Whenever I "modprobe parport_pc", I get this message:
> >
> > Jan 27 10:55:47 hummus kernel: pnp: Device 00:0b activated.
> > Jan 27 10:55:47 hummus kernel: parport: PnPBIOS parport detected.
> > Jan 27 10:55:47 hummus kernel: pnp: Device 00:0b disabled.
> >
> > and the parallel port is unusable ever after.
> > This is with Kernel 2.6.10-ac10 and 2.6.10-ac11
> >
> > How can I make my parallel port usable again?

> Try disabling acpi.

Didn't help. Same symptom

--
Ralf Hildebrandt (i.A. des IT-Zentrum) [email protected]
Charite - Universit?tsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to [email protected]

2005-01-28 09:14:38

by Ralf Hildebrandt

[permalink] [raw]
Subject: Re: Re:parport disabled?

* Ralf Hildebrandt <[email protected]>:

> > Try disabling acpi.
>
> Didn't help. Same symptom

I was able to make it work by going to the BIOS and set the IO & IRQ there.

--
Ralf Hildebrandt (i.A. des IT-Zentrum) [email protected]
Charite - Universit?tsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to [email protected]