• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[Solved] Plustek Opticpro 9636t

Hallo Ihr Lieben!

Ich habe ein paar Probleme, meinen altgedienten Plustek Opticpro 9636t zum laufen zu bringen.

Zwar nutze ich nicht suse (sondern Ubuntu), aber da hier der Sane Scannergott Moderator ist, dachte ich, schreibe ich mal hier hinein :lol:

Fangen wir mal an:

Distribution: Ubuntu 7.04 "Feisty"

Kernelversion: 2.6.20-16-386 #2 Fri Aug 31 00:51:58 UTC 2007 i686 GNU/Linux

Sane Version: 1.0.18 (per apt-get installiert)

Scannertyp: Plustek Opticpro 9636t

Anschlußart: Parallel (im BIOS auf EPP eingestellt)

Problembeschreibung:

Ich bin dem HowTo soweit gefolgt. Mein Scanner sollte unterstützt werden. In der /etc/sane.d/dll.conf habe ich alle Einträge außer plustek_pp auskommentiert.

Leider findet sane-find-scanner -p meinen Scanner nicht.

Code:
andy@dharma7:~$ sudo sane-find-scanner -p
Password:

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.
  # Also you need support for SCSI Generic (sg) in your operating system.
  # If using Linux, try "modprobe sg".

  # No USB scanners found. If you expected something different, make sure that
  # you have loaded a kernel driver for your USB host controller and have setup
  # the USB system correctly. See man sane-usb for details.

  # No Mustek parallel port scanners found. If you expected something
  # different, make sure the scanner is correctly connected to your computer
  # and you have apropriate access rights.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.

Das Backend scheint aber soweit geladen zu werden:
Code:
andy@dharma7:~$ export SANE_DEBUG_DLL=255 ; scanimage -L 
[sanei_debug] Setting debug level of dll to 255.
[dll] sane_init: SANE dll backend version 1.0.12 from sane-backends 1.0.18
[dll] sane_init/read_dlld: processing /etc/sane.d/dll.d ...
[dll] sane_init/read_dlld: considering /etc/sane.d/dll.d/hplip
[dll] sane_init/read_config: reading dll.d/hplip
[dll] add_backend: adding backend `hpaio'
[dll] sane_init/read_dlld: done.
[dll] sane_init/read_config: reading dll.conf
[dll] add_backend: adding backend `plustek_pp'
[dll] sane_get_devices
[dll] load: searching backend `plustek_pp' in `/usr/lib/sane'
[dll] load: trying to load `/usr/lib/sane/libsane-plustek_pp.so.1'
[dll] load: dlopen()ing `/usr/lib/sane/libsane-plustek_pp.so.1'
[dll] init: initializing backend `plustek_pp'
[sanei_debug] Setting debug level of plustek_pp to 20.
[plustek_pp] PlustekPP backend V0.43-10, part of sane-backends 1.0.18
[plustek_pp] ># Plustek-PP SANE Backend configuration file<
[plustek_pp] ># For use with Plustek parallel-port scanners<
[plustek_pp] >#<
[plustek_pp] ><
[plustek_pp] >#<
[plustek_pp] ># user either [direct] or [kernel] to access the scanner<
[plustek_pp] ># when using [kernel], device specifies the device-node, which is created<
[plustek_pp] ># by the kernel-module loader (applies only to Linux)<
[plustek_pp] ># when using [direct], device is used to set the parallel-port base address<
[plustek_pp] ># or a device-name suitable for libieee1284, i.e. parport0<
[plustek_pp] >#<
[plustek_pp] >#[direct]<
[plustek_pp] >#device 0x378<
[plustek_pp] ><
[plustek_pp] >#<
[plustek_pp] ># example for accessing the scanner via libieee1284<
[plustek_pp] >#<
[plustek_pp] >[direct]<
[plustek_pp] >device parport0<
[plustek_pp] Decoding device name >parport0<
[plustek_pp] ><
[plustek_pp] >#<
[plustek_pp] ># leave the default values as specified in /etc/modules.conf<
[plustek_pp] >#<
[plustek_pp] >option warmup    -1<
[plustek_pp] Decoding option >warmup<
[plustek_pp] >option lOffOnEnd -1<
[plustek_pp] Decoding option >lOffOnEnd<
[plustek_pp] >option lampOff   -1<
[plustek_pp] Decoding option >lampOff<
[plustek_pp] ><
[plustek_pp] ># model override switch, mostly for cosmetic changes, if the autodetection<
[plustek_pp] ># does not work or could not work correctly<
[plustek_pp] >#option mov 7<
[plustek_pp] ><
[plustek_pp] >#<
[plustek_pp] ># example for accessing the scanner via the kernel module<
[plustek_pp] >#<
[plustek_pp] >#[kernel]<
[plustek_pp] >#device /dev/pt_drv<
[plustek_pp] >#<
[plustek_pp] >#option warmup    -1<
[plustek_pp] >#option lOffOnEnd -1<
[plustek_pp] >#option lampOff   -1<
[plustek_pp] attach (parport0, 0xbff8152c, (nil))
[plustek_pp] Device configuration:
[plustek_pp] device name   : >parport0<
[plustek_pp] direct I/O    : yes
[plustek_pp] warmup        : -1s
[plustek_pp] lampOff       : -1
[plustek_pp] lampOffOnEnd  : yes
[plustek_pp] model override: 0
[plustek_pp] ---------------------
[plustek_pp] drvopen()
[plustek_pp] open: PtDrvInit failed: 11
[plustek_pp] open failed: -1
[dll] init: backend `plustek_pp' is version 1.0.0
[plustek_pp] sane_get_devices (0xbff83608, 0)
[dll] load: searching backend `hpaio' in `/usr/lib/sane'
[dll] load: trying to load `/usr/lib/sane/libsane-hpaio.so.1'
[dll] load: dlopen()ing `/usr/lib/sane/libsane-hpaio.so.1'
[dll] init: initializing backend `hpaio'
[dll] init: backend `hpaio' is version 1.0.6
[dll] sane_get_devices: found 0 devices

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
[dll] sane_exit: exiting
[dll] sane_exit: calling backend `plustek_pp's exit function
[plustek_pp] sane_exit
[dll] sane_exit: calling backend `hpaio's exit function
[dll] sane_exit: finished

Und damit bin ich als Linux-Nichtcrack leider am Ende :lol: :lol:

Der Scanner ist übrigens in Ordnung, unter Winbooze versieht er seit Jahren treu seinen Dienst. Aber irgendwie bin ich es Leid, zum Scannen immer neu booten zu müssen.

Also wenn jemand einen heißen Tip für mich hätte, wäre ich ihm oder ihr sehr dankbar.

In diesem Sinne vielen Dank und viele Grüße
der ANDY
 
Doofe Frage meinerseits: Ist an dem Port auch noch dein Drucker angeschlossen? Da hatten wir nämlich vor gar nicht allzulanger Zeit schon mal jemanden mit solchem Problem, aber frag mich nicht ob es dort eine brauchbare Lösung gibt.

Tja, und da ich bezweifel das scanner_freak hier noch mitließt, kann ich dir nur den Tip geben dich per Mail mit ihm in Verbindung zu setzen wenn wir hier keine Lösung erarbeiten können.
 
OP
D

don_andy447

Newbie
Argh...
...der Drucker!

Danke... wenn ich den Abklemme, dann funktioniert alles.

...daß ich da nicht selbst drauf gekommen bin :oops: :oops: :oops:
 
Geier0815 schrieb:
...
Tja, und da ich bezweifel das scanner_freak hier noch mitließt, kann ich dir nur den Tip geben dich per Mail mit ihm in Verbindung zu setzen wenn wir hier keine Lösung erarbeiten können.

Er liest schon noch mit, nur nicht mehr ganz so regelmäßig
außerdem habt ihr das Prima im Griff - Danke

Ach ja - sane-find-scanner funktioniert nicht mit Parallelport
Geräten.

Grüße
Gerhard
 
Oben