[sane-devel] Ubuntu 16.04.1 and Canoscan Lide 220

csola48 csola48 at gmail.com
Tue Oct 18 15:13:48 UTC 2016


2016-10-16 15:06 keltezéssel, Richard Ryniker írta:
> Your udev rules file has no entry for your scanner.  Recall that
> sane-find-scanner reported:
> found USB scanner (vendor=0x04a9 [Canon], product=0x190f [CanoScan])
> There should be a udev rule for that device (i.e. one that matches the
> vendor and product codes reported by sane-find-scanner).  For example:
> SUBSYSTEMS=="usb", ACTION=="add", ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="190f", MODE="0666"
> In order to use the scanner, a program needs both read and write
> access.  The udev rule phrase:
> MODE="0666"
> gives this access to all users.  This is appropriate for a single-user
> system, and perhaps for one shared by a cooperating group of users.
I wrote it in the udev:
...
# Canon Canoscan Lide 220
SUBSYSTEMS=="usb", ACTION=="add", ATTRS{idVendor}=="04a9",
ATTRS{idProduct}=="190f", MODE="664"

Comment: 0666 and 0664 are out of order... (?)

The scanner moved, was frozen off then... :(

Note: That's one small step for a mankind; one giant leap for man :)
a la Armstrong




More information about the sane-devel mailing list