On Sun, 05 Nov 2006 13:21:23 +0100
Daniel Golle <daniel.go...@gmail.com> wrote:

> ACTION!="add", GOTO="libsane_rules_end"
>
> # Hewlett-Packard ScanJet IIc
> BUS=="scsi", SYSFS{type}=="3", SYSFS{vendor}="HP      ",
> SYSFS{model}="C1750A          ", MODE="660", GROUP="scanner"
>
> BUS=="scsi", SYSFS{type}=="6", MODE="660", GROUP="scanner"
> SUBSYSTEM!="usb_device", GOTO="libsane_rules_end"
>
> # Hewlett-Packard ScanJet 4100C
> SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="0101", MODE="660",
> GROUP="scanner"
> .US=="scsi
> .
Hi Daniel,
please see below my udev-rule for an Umax scanner in 11-udev.rules:
BUS=="scsi", SYSFS{model}=="Astra 2200      ", NAME="scanner", GROUP="scanner"

That's good enough. As an alternative, you may use may also use the SYMLINK 
feature:
BUS=="scsi", SYSFS{model}="C1750A          ", NAME="%k", SYMLINK="hpscanjet", 
GROUP="scanner", MODE="660"

so you can access the Scanjet always via /dev/hpscanjet.

Cheers,
Klaus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20061109/aec812c4/attachment.pgp
From gerh...@gjaeger.de  Fri Nov 10 07:20:22 2006
From: gerh...@gjaeger.de (Gerhard Jaeger)
Date: Fri Nov 10 07:39:14 2006
Subject: [sane-devel] CanoScan LiDE 30 on NetBSD not found
In-Reply-To: <pine.cyg.4.58.0611091343320.2...@ohd12-8386.nws.noaa>
References: <pine.cyg.4.58.0611091343320.2...@ohd12-8386.nws.noaa>
Message-ID: <200611100720.22158.gerh...@gjaeger.de>

On Thursday 09 November 2006 19:47, Xihong Yin wrote:
> Hi,
> 
> sane-find-scanner can find the scanner on /dev/uscanner0, but don't know
> the manufactor and the model. output of sane-find-scanner is
> 
> ----------------
> found USB scanner (UNKNOWN vendor and product) at device /dev/uscanner0
> ---------------
> 
> output of "scanimage -L" is
> ----------------------------
> 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).
> --------------------------
> 
> I tried to configure the backend 'plustek.conf' to provide vender ID and
> product ID. But scanimage is still not working. "scanimage -L" just hangs
> there and no output.
> 
> After setting the DEBUG environmental variable, the 'scanimage -L' outputs
> a message of 'waiting for scanner-ready' and stucks there.
>
Hi,

I suspect a problem in the underlying USB-subsystem.
Could you please post the output of 
SANE_DEBUG_PLUSTEK=19

- Gerhard

Reply via email to