1sane-canon630u(5) SANE Scanner Access Now Easy sane-canon630u(5)
2
3
4
6 sane-canon630u - SANE backend for the Canon 630u USB flatbed scanner
7
9 The sane-canon630u library implements a SANE (Scanner Access Now Easy)
10 backend that provides access to the following Canon flatbed scanners:
11
12 CanoScan 630u
13 CanoScan 636u
14
15 Color scanning is supported at 75, 150, 300, and 600 dpi, and gamma and
16 analog gain are adjustable.
17
18 TESTERS ARE WELCOME. Send your bug reports and comments to Nathan Rut‐
19 man <nthn1@yahoo.com>.
20
22 The contents of the canon630u.conf file is a list of device names that
23 correspond to Canon USB scanners. Empty lines and lines starting with
24 a hash mark (#) are ignored. Only one device name can be listed in
25 canon630u.conf. The program sane-find-scanner(1) helps to find out the
26 correct device. Under Linux, such a device name could be /dev/usb/scan‐
27 ner0 for example. See sane-usb(5) for details.
28
29 This product-specific scanner driver uses the lower-level kernel USB
30 driver "scanner". Check for "Driver=usbscanner" under
31 /proc/bus/usb/devices. If "Driver=(none)", try forcing it with insmod
32 scanner vendor=0x04a9 product=0x2204
33
35 Due to Canon's unwillingness to provide scanner documentation, this
36 software was developed by analyzing the USB traffic of the Windows 2000
37 driver. So things like the calibration procedure I kind of made up; it
38 seems to work for my scanner. If you have complaints, let me know.
39
40 This driver requires the ability to send USB Control Messages, avail‐
41 able in kernel 2.4.12 or later.
42
43 Some users have reported that this driver doesn't work at all. This
44 seems to be a hardware specific issue, although I dsane-uson't know
45 what exactly the problem is. If you are having problems, please send
46 me the info in /proc/bus/usb/devices, /proc/pci, the kernel scanner.c
47 driver version from /var/log/messages, and the output from
48 SANE_DEBUG_CANON630U=12 scanimage > /dev/null
49
51 /etc/sane.d/canon630u.conf
52 The backend configuration file (see also description of
53 SANE_CONFIG_DIR below).
54
55 /usr/lib64/sane/libsane-canon630u.a
56 The static library implementing this backend.
57
58 /usr/lib64/sane/libsane-canon630u.so
59 The shared library implementing this backend (present on systems
60 that support dynamic loading).
61
62 /tmp/canon.cal
63 The calibration file used to normalize pixel brightness. This
64 is calculated every time the scanner is first used after it has
65 lost power. Deleting this file will force recalibration.
66
68 SANE_CONFIG_DIR
69 This environment variable specifies the list of directories that
70 may contain the configuration file. Under UNIX, the directories
71 are separated by a colon (`:'), under OS/2, they are separated
72 by a semi-colon (`;'). If this variable is not set, the config‐
73 uration file is searched in two default directories: first, the
74 current working directory (".") and then in /etc/sane.d. If the
75 value of the environment variable ends with the directory sepa‐
76 rator character, then the default directories are searched after
77 the explicitly specified directories. For example, setting
78 SANE_CONFIG_DIR to "/tmp/config:" would result in directories
79 tmp/config, ., and /etc/sane.d being searched (in this order).
80
81 SANE_DEBUG_CANON630U
82 If the library was compiled with debug support enabled, this
83 environment variable controls the debug level for this backend.
84 Higher debug levels increase the verbosity of the output.
85
86 Example:
87 SANE_DEBUG_CANON630U=12 scanimage > /dev/null
88
90 sane(7), sane-usb(5), sane-find-scanner(1)
91 http://canon-fb630u.sourceforge.net/
92
94 Nathan Rutman
95
96
97
98 11 Jul 2008 sane-canon630u(5)