opt/sane/README

31 lines
885 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
README for sane 1.0.x
REQUIREMENTS
PRE-INSTALL
2006-03-03 11:42:37 +01:00
POST-INSTALL
1. To find the vendor/product id of your scanner, run the command:
2006-02-23 16:26:10 +01:00
# sane-find-scanner -q
found USB scanner (vendor=0x04a9, product=0x2204 [CanoScan FB630U] at libusb:001:005
2006-02-23 16:26:10 +01:00
You need the 'vendor' id (04a9) and the 'product' id (2204)
2006-02-23 16:26:10 +01:00
2. Check if /etc/udev/rules.d/libsane.rules already knows about
2006-02-23 16:26:10 +01:00
your scanner. If your scanner is not in this list, add a line
like the following, remember to replace 04a9 and 2204 with
2006-02-23 16:26:10 +01:00
your values:
SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="2204", MODE="660", GROUP="scanner"
3. Check the file permissions in /dev/bus/usb after you have plugged
2006-02-23 16:26:10 +01:00
in your scanner device.
# ls -l /dev/bus/usb/001
2006-02-23 16:26:10 +01:00
total 0
-rw-r--r-- 1 root root 43 Aug 3 10:58 001
-rw-rw---- 1 root scanner 50 Aug 3 10:58 005
2009-05-04 18:25:56 +02:00
PRECAUTION