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

Brother Scanner läuft nicht.

jones2

Newbie
Hallo Forum,

ich habe einen Brother DCP-7025 am usb Port. Treiber gemäß der Brother hp geladen und installiert. Nach dem howot hier im Forum vorgegangen. Im Yast wird zwar der Treiber angezeigt, aber kein aktiver scanner. Sane-find-scannerbringt:
Code:
# 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 SCSI driver for your SCSI adapter.

found USB scanner (vendor=0x04f9, product=0x0184) at libusb:004:002
found USB scanner (vendor=0x0d46 [KOBIL], product=0x2012 [USB Adapter K]) at libusb:002:003
  # Your USB scanner was (probably) detected. It may or may not be supported by
  # SANE. Try scanimage -L and read the backend's manpage.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.
Bei scanimage -L erhalte ich:
Code:
[sanei_debug] Setting debug level of dll to 255.
[dll] sane_init: SANE dll backend version 1.0.11 from sane-backends 1.0.16
[dll] sane_init: reading dll.conf
[dll] add_backend: adding backend `brother2'
[dll] sane_get_devices
[dll] load: searching backend `brother2' in `/usr/lib64/sane'
[dll] load: trying to load `/usr/lib64/sane/libsane-brother2.so.1'
[dll] load: dlopen()ing `/usr/lib64/sane/libsane-brother2.so.1'
[dll] load: dlopen() failed (/usr/lib64/sane/libsane-brother2.so.1: cannot open shared object file: No such file or directory)
[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: finished
Ich habe die libsane-brother2.so.1von /usr/lib/sane nach /usr/lib64/sane kopiert. Trotzdem wird Sie nicht gefunden. Wie gesagt als user und als root.

Weiß jemand rat?

Dank in voraus

jones2
 

rethus

Advanced Hacker
Hast du mal versucht sane neu zu installieren, bzw. die Version von der packman-Seite zu nutzen?
 
OP
J

jones2

Newbie
@rethus,

ich habe zuerst die neuesten Versionen per apt installiert. Aber ich werde mal die Version von packmann versuchen.

Übrigens hat die libsane-brother2.so.1 eine Verknüpfung mit der libsane-brother1.0.1.so.1 im selben Verzeichnis. Kann darin die Ursache liegen?

jones
 

rethus

Advanced Hacker
in der doppelten Verlinkung sollte nicht zwingend der Fehler liegen... die Ursache liegt meist darin, das man dem Kind einen anderen Namen gibt...(zum Beispiel, wenn ne Datei lib 1.0.12-vcssd-98.d3 heißt, erzeugt man einfach einen Link der libKURZ1.0 lautet) wichtig ist nur, das er auf die richtige Datei verweist.
 
Oben