Automatic bump, I see. Well, if you didn't fix it yet -
Quote:
how can i reset my irq for the parallel port ??
|
well, you don't really 'reset' your irq. First thing I'd check is the IRQ being assigned
to your parallel port in the motherboard bios (aka cmos - what ever you want to call it).
Generally speaking, your parallel port should be set to IRQ 7- and nothing else
should be on IRQ 7.
OR, in /proc, I have a 'interrupts', if you do, you can:
cat /proc/interrupts
and see if any other device is sharing the irq with the parallel port.
Anyway, thats where I would start.
-tw