HP AIO (Officejet 5600) - libsane-hpaio?
Hi all,
I have the following problem. Attached my HP AIO USB-Scanner.
- Installed sane-backends
- and alex_g's scanner.o with my vendor settings
sane-find-scanner shows me now the device, but scanning with scanimage does not work, which means that there is no suiting SANE backend. Tried to debug and infact
Code:
$ export SANE_DEBUG_DLL=128
$ scanimage -L
gives me the debug output that no backend module in /opt/lib/sane is fitting.
[dll] sane_get_devices: found 0 devices
Going to the sane website gives me no support, as it seems that this project is not very active anymore.
However going to the HPLIP project has support for my device (via SANE), but the module libsane-hpaio seems to be needed.
HPLIP seems not to be available as an Optware Package?!:(
Can someone help me to compile this module (libsane-hpaio) out of HPLIP or to compile HPLIP???
Thx
Gregor
Quote:
Originally Posted by
lohmueller
Hi all
I tried to attach an Epson USB-Scanner to my WL500gx. At first it looks good, but I'm unable to scan anything. Directly connected to my linux-notebook, this scanner works great with sane.
What I did:
- Installed sane-backends
- and alex_g's scanner.o
sane-find-scanner shows me now the device, but scanning with scanimage does not work (see output below).
Any ideas?
Thanks.
Thomas
Code:
[admin@router /tmp]$ sane-find-scanner
...
found USB scanner (vendor=0x04b8, product=0x011d) at /dev/usb/scanner0
found USB scanner (vendor=0x04b8 [EPSON], product=0x011d [EPSON Scanner], chip=LM983x?) at libusb:001:002
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
...
[admin@router /tmp]$ scanimage -L
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).
hplip: dlopen + File not found
Hi oleo,
I have installed Hplip; but it doesn't work yet: this is the output I get from scanimage -L
Quote:
scanimage -L
[sanei_debug] Setting debug level of dll to 128.
[dll] sane_init: SANE dll backend version 1.0.12 from sane-backends 1.0.18-cvs
[dll] sane_init: reading dll.conf
[dll] add_backend: adding backend `hpaio'
[dll] sane_get_devices
[dll] load: searching backend `hpaio' in `/opt/lib/sane'
[dll] load: trying to load `/opt/lib/sane/libsane-hpaio.so.1'
[dll] load: dlopen()ing `/opt/lib/sane/libsane-hpaio.so.1'
[dll] load: dlopen() failed (File not found)
[dll] sane_get_devices: found 0 devices
The interesting part of this problem is that the file /opt/lib/sane/libsane-hpaio.so.1 is actually where the app is looking for it.
futher reading on the error brought me to the dlopen man page: http://linux.die.net/man/3/dlopen and to this thread from a guy on a mips board without an answer ...
hp-check and hp-scan commands provided by hplip give me:
Quote:
CUPSEXT could not be loaded. Please check HPLIP installation.
This is however related to CUPS and not to SANE, but it makes me think that there is something general missing here. What do you suggest?
This is the only thing I found googling for this error:
https://answers.launchpad.net/hplip/+question/20762
Kind regards