Hi there. /etc/udev/rules.d/70-libsane.rules writes: > # The following list already contains a lot of scanners. If your scanner > # isn't mentioned there, add it as explained above and mail the entry to > # the sane-devel mailing list (sane-devel at lists.alioth.debian.org).
I've got an old HP SCSI scanner, model ScanJet IIcx. It identifies itself as type 3 (is that "processor"?) and model C2500A. So I added the following lines to my udev rules: > # Hewlett-Packard ScanJet IIcx > KERNEL=="sg[0-9]*", NAME="%k", ATTRS{type}=="3", ATTRS{vendor}=="HP", > ATTRS{model}=="C2500A", MODE="0664", GROUP="scanner" You might wish to add the corresponding information to the hp.desc file. Thanks for providing sane and a working backend driver, by the way! Martin von Gagern -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 261 bytes Desc: OpenPGP digital signature URL: <http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20090716/78d22fc7/attachment.pgp>