[sane-devel] messed up HP6350 USB Scanje config?

Henning Meier-Geinitz henning@meier-geinitz.de
Thu, 5 Jun 2003 19:37:33 +0200


Hi,

On Thu, Jun 05, 2003 at 11:53:02PM -0400, Reid Vail wrote:
> found USB scanner (vendor=0x03f0, product=0x0601) at libusb:001:002

So it's detected by libusb. It's not found by the kernel USB scanner
driver. But that's ok. Just make sure that the permissions are ok (see
man sane-usb).

> reid@linux:/etc/sane.d> more hp.conf
[...]

> # HP ScanJet 63X0C
> usb 0x03f0 0x0601

These "usb" lines should be enough to detect your scanner.

> # Uncomment the following if your scanner is connected by USB,
> # but you are not using libusb

"but you are not using libusb". But you do!

> /dev/usb/scanner
>  option connect-device

So I don't think this entry is necessary.

Do "SANE_DEBUG_HP=255 scanimage -L" to find out what's going on.

Bye,
  Henning