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 -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to sane-devel-requ...@lists.alioth.debian.org