plustek@linuxhacker.org
plustek@linuxhacker.org
Hi,
the error -9023 only occurs, when you have specified the wrong port
address for the driver! The default address is 0x378. If your parport uses
another address, please use
options pt drv port=xxxx
where xxxx is the correct address.
It is also useful to unplug the printer and not loading the module lp.o,
as this might also cause trouble.
To find the parport io address you might use:
cat /proc/ioports | grep parport
The result looks like:
0378-037a : parport0
037b-037f : parport0
Here the first address is 0x378 - which is the default, the second applies
to the ecp/epp modes..
Gerhard
On Donnerstag, 10. April 2003 20:38, Endre Adolfsen wrote:
> Thanks for the suggestions,
> I'm not 100% sure what dmesg is, but when I wrote that in the command
> line, I got a big list. Here's the part about pt drv:
>
> pt drv : driver version 0.42-10
> pt drv : no device(s) detected, (-9023)
> devfs mk dir(scanner): using old entry in dir: c12df5c0 ""
> pt drv : driver version 0.42-10
> pt drv : no device(s) detected, (-9023)
> via audio: ignoring drain playback error -11
> devfs mk dir(scanner): using old entry in dir: c12df5c0 ""
> pt drv : driver version 0.42-10
> pt drv : no device(s) detected, (-9023)
> devfs mk dir(scanner): using old entry in dir: c12df5c0 ""
> pt drv : driver version 0.42-10
> pt drv : no device(s) detected, (-9023)
>
> So to me it seems the driver is installed correctly, but the system
> can't detect my scanner. It's strange, because my printer is attached to
> the same port. The cable goes from the computer to the scanner and the
> printer is connected to the scanner. The printer works fine.
> I changed the Bios-setting to EPP, but that didn't seem to help.
>
> Endre
plustek@linuxhacker.org