plustek@linuxhacker.org
plustek@linuxhacker.org
Hi Ulrich,
your problem is the wrong parallel port setting. You should
set this in the BIOS to SPP or EPP, but avoid in any case ECP.
With your box, this sometimes seem to work, but not reproducible...
The following is from your log:
Mar 31 23:27:04 linux kernel: Try to claim the parport
Mar 31 23:27:04 linux kernel: parport-modi: SPP PS/2 EPP EPP(ECP) PS/2(ECP)
Mar 31 23:27:04 linux kernel: Using EPP-mode
This should look like:
linux kernel: parport-modi: SPP PS/2 EPP
linux kernel: Using EPP-mode
Hope this helps
Gerhard
On Montag, 31. März 2003 23:36, ulrich.moehrke@gmx.de wrote:
> Hi Gerhard,
>
> I come back to an old problem of mine where I have not done the last things
> you wrote. Sorry for that. A long time I couldn't work with my scanner
> because of many other things to do. I've lost your last mail, but I
> remember that I didn't really understand and thought that I had done all
> the things you wrote before.
>
>
>
> What's going on:
> "modprobe pt_drv" switches the lamp of my scanner on.
> "scanimage -L" does not find a scanner.
> "modprobe -r pt_drv" does not switch the lamp of.
> now "modprobe pt_drv" failes.
>
>
>
> software:
> suse 8.1
> sane 1.0.8
> plustek 0.45-5
>
>
>
> scanner:
> OpticPro 9636P
>
>
>
> What have I done until now:
>
> - setting parport to EPP
>
> - enabled "DEBUG=y" in Makefile
>
> - added plustek into /etc/modules.conf
> ---------------------------------------------------
> alias char-major-40 pt_drv
> pre-install pt_drv modprobe -k parport
> options pt_drv lampoff=180 warmup=15 port=0x378 lOffonEnd=0 mov=0 slowIO=1
> --------------------------------------------------------
> I tried also mov=4
>
> - In sane config file /etc/sane.d/dll.conf line "plustek" enabled.
> (Have done it myself, can you add this into documentation?)
>
> > export SANE_DEBUG_PLUSTEK=12
> >
> > modprobe pt_drv
>
> switches lamp of the scanner on (output of "tail -f /var/log/messages" in
> attachment)
>
> > scanimage -L
>
> no device found (output in attachment)
>
> > modprobe -r pt_drv
>
> The lamp did not switch off.
>
> again:
> > modprobe -r pt_drv
>
> failed
>
>
> You will find some output in attachments.
>
>
> Thanks for your help. What can I do to find the problem?
>
> Best regards,
> Ulrich
plustek@linuxhacker.org