My scanner is an Epson Perfection V700 photo, attached through its Firewire interface. It is supported by the SANE backends, but the UDEV rules do not recognize it. To fix the problem I added the following rule:
# EPSON Perfection V700 Photo
ATTRS{type}=="3", ATTRS{vendor}=="EPSON", ATTRS{model}=="GT-X900",
ENV{libsane_matched}="yes
Having verified that this rule works, I am e-mailing you as you
requested in the comments of file 65-sane-backends.rules. Just in case
you might find it useful, I attach my local rule file, which contains
the above line.
John Sauter ([email protected])
# # The SCSI device support is very basic and includes only # scanners that mark themselves as type "scanner" or # SCSI-scanners from HP and other vendors that are entitled "processor" # but are actually scanners. # # If your SCSI scanner isn't listed below, you can add it to a new rules # file under /etc/udev/rules.d/. # # If the scanner is supported by sane-backends, please mail the entry to # the sane-devel mailing list ([email protected]). # ACTION!="add", GOTO="libsane_local_rules_end" SUBSYSTEMS=="scsi", GOTO="libsane_scsi_local_rules_begin" GOTO="libsane_local_rules_end" LABEL="libsane_scsi_local_rules_begin" KERNEL!="sg[0-9]*", GOTO="libsane_local_rules_end" # Some scanners advertise themselves as SCSI device type 3 # EPSON Perfection V700 Photo ATTRS{type}=="3", ATTRS{vendor}=="EPSON", ATTRS{model}=="GT-X900", ENV{libsane_matched}="yes" LABEL="libsane_local_rules_end"
signature.asc
Description: This is a digitally signed message part
-- sane-devel mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to [email protected]
