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

[Solved] Umax 610P unter Suse 9.2

Ich schaffe es nicht den Umax 610p zum laufen zu bringen. Ich habe in der dll.conf umax_pp ausgewählt! und was muss ich nun in der umax_pp.conf ändern?
Ich habe sane version 1.0.15
und wenn scanimage -L eingebe kommt das dabei raus:

linux:~ # scanimage -L
[sanei_debug] Setting debug level of dll to 255.
[dll] sane_init: SANE dll backend version 1.0.11 from sane-backends 1.0.15
[dll] sane_init: reading dll.conf
[dll] add_backend: adding backend `umax_pp'
[dll] sane_get_devices
[dll] load: searching backend `umax_pp' in `/usr/lib/sane'
[dll] load: trying to load `/usr/lib/sane/libsane-umax_pp.so.1'
[dll] load: dlopen()ing `/usr/lib/sane/libsane-umax_pp.so.1'
[dll] init: initializing backend `umax_pp'
[umax_pp_low] EPPsendWord610p failed, expected tmp=0xC8 , found 0xE8 (umax_pp_low.c:4735)
[umax_pp_low] SPPsendWord610p found 0x08 expected 0x88 (umax_pp_low.c:4616)
[umax_pp_low] SPPsendWord610p(zero) failed! (umax_pp_low.c:6287)
[umax_pp_low] initTransport610p() failed (umax_pp_low.c:6536)
[dll] init: backend `umax_pp' is version 1.0.603
[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 `umax_pp's exit function
[dll] sane_exit: finished

Ich bedanke mich schonmal im voraus
MFG Daniel
 
Hi,

ich würde mal sagen, dass des da Probleme mit den Parport
Settings gibt. Setze mal im BIOS den Parallelport auf EPP,
ohne ECP!!!
In den Modul-Optionen für parport_pc gibst Du bitte folgendes
ein:
Code:
options parport_pc io=0x378  irq=none

Evtl. gibst Du in der umax_pp.conf
port /dev/parport0
an anstatt
port safe-auto

Die Module parport und parport_pc müssen ebenfalls geladen
sein.

Grüsse
Gerhard
 
Oben