Sasha wrote:
> However each print job generates the following message on the
> 1st console on top of the e-smith menu :
>
> parport 0 : detected irq7; use procfs to enable
> interrupt-driven operation.
>
> Is there a setting that must be changed in one of the conf
> files to rectify this ?
From reading Documentation/parport.txt in the linux source RPM, it looks like:
echo 7 > /proc/parport/0/irq
will enable interrupt drive operation. If this works for you, adding this
line to /etc/conf.modules should make this change permanent across reboots:
options parport_pc irq=auto
Charlie