LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Scanner not found SANE HPLIB HP Officejet 1170c (https://www.linuxquestions.org/questions/linux-hardware-18/scanner-not-found-sane-hplib-hp-officejet-1170c-438049/)

danielph 04-23-2006 12:36 PM

SOLVED: Scanner not found SANE HPLIB HP Officejet 1170c
 
Hi,

I have reached a dead end with this problem. Followed advice from other threads, but I can't get this HP Officejet to scan. The user is in the scanner group and I have tried as root.

Here is the output from scanimage -L.


Code:

$ export SANE_DEBUG_DLL=128
$ scanimage -L
[sanei_debug] Setting debug level of dll to 128.
[dll] sane_init: SANE dll backend version 1.0.11 from sane-backends 1.0.17
[dll] sane_init/read_dlld: processing /etc/sane.d/dll.d ...
[dll] sane_init/read_dlld: considering /etc/sane.d/dll.d/libsane-extras
[dll] sane_init/read_config: reading dll.d/libsane-extras
[dll] add_backend: adding backend `epkowa'
[dll] add_backend: adding backend `geniusvp2'
[dll] add_backend: adding backend `hp_rts88xx'
[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 `hpaio'
[dll] add_backend: `hpaio' is already there
[dll] sane_get_devices
[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] load: searching backend `hp_rts88xx' in `/usr/lib/sane'
[dll] load: trying to load `/usr/lib/sane/libsane-hp_rts88xx.so.1'
[dll] load: dlopen()ing `/usr/lib/sane/libsane-hp_rts88xx.so.1'
[dll] init: initializing backend `hp_rts88xx'
[dll] load: searching backend `geniusvp2' in `/usr/lib/sane'
[dll] load: trying to load `/usr/lib/sane/libsane-geniusvp2.so.1'
[dll] load: dlopen()ing `/usr/lib/sane/libsane-geniusvp2.so.1'
[dll] init: initializing backend `geniusvp2'
[dll] init: backend `geniusvp2' is version 1.0.0
[dll] load: searching backend `epkowa' in `/usr/lib/sane'
[dll] load: trying to load `/usr/lib/sane/libsane-epkowa.so.1'
[dll] load: dlopen()ing `/usr/lib/sane/libsane-epkowa.so.1'
[dll] init: initializing backend `epkowa'
[dll] init: backend `epkowa' is version 1.0.198
[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 `hpaio's exit function
[dll] sane_exit: calling backend `geniusvp2's exit function
[dll] sane_exit: calling backend `epkowa's exit function
[dll] sane_exit: finished


tail -f /var/log/messages - gave me this error:
Code:

Apr 23 11:49:05 localhost python: hpssd [WARN] Inrecognized URI: parallel:/dev/lp0
but not sure if this is a red herring

The results from sane-find-scanner:
Code:

$ sudo sane-find-scanner
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.

  # 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.

  # Not checking for parallel port scanners.

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

As for sane config - /etc/sane.d/dll.conf contains hpaio the rest are commented out.

Oh one last thing dmesg

Code:

[4294684.092000] parport: PnPBIOS parport detected.
[4294684.092000] parport0: PC-style at 0x378 (0x778), irq 7, dma 0 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[4294684.106000] parport0: Printer, HEWLETT-PACKARD OFFICEJET PRO 1170C SERIES
[4294684.431000] lp0: using parport0 (interrupt-driven).


Can anyone suggest a way forward here?


Many Thanks

Dan

danielph 04-17-2007 08:12 AM

HP Officejet scanning
 
I found the only solution for this was to use HPOJ and kick out HPLIP. I now have scanning working without a problem. Thanks for Arch community for support with this as the package was reintroduced on request. This fix worked for me in other distribution's also.


All times are GMT -5. The time now is 11:58 PM.