1sane-hp4200(5) SANE Scanner Access Now Easy sane-hp4200(5)
2
3
4
6 sane-hp4200 - SANE backend for Hewlett-Packard 4200 scanners
7
9 The sane-hp4200 library implements a SANE (Scanner Access Now Easy)
10 backend that provides access to the following Hewlett-Packard USB
11 flatbed scanners:
12
13 ScanJet 4200 C
14 ScanJet 4200 Cxi
15 ScanJet 4200 Cse
16
17 More details can be found on the hp4200 backend homepage
18 http://hp4200-backend.sourceforge.net/.
19
20 This is BETA software. Keep your hand at the scanner's plug and unplug
21 it, if the head bumps at the end of the scan area.
22
23 If you own a scanner other than the ones listed above that works with
24 this backend, please let us know this by sending the scanner's exact
25 model name and the USB vendor and device ids (e.g. from
26 /proc/bus/usb/devices, sane-find-scanner(1) or syslog) to us. Even if
27 the scanner's name is only slightly different from the models mentioned
28 above, please let us know.
29
31 The contents of the hp4200.conf file is a list of usb lines containing
32 vendor and product ids that correspond to USB scanners. The file can
33 also contain the names of device files that correspond to an HP 4200
34 scanner. Empty lines and lines starting with a hash mark (#) are ig‐
35 nored. The scanners are autodetected by usb vendor_id product_id
36 statements which are already included into hp4200.conf. "vendor_id"
37 and "product_id" are hexadecimal numbers that identify the scanner. If
38 autodetection does not work, add the device name of your scanner to the
39 configuration file, e.g. /dev/usb/scanner0.
40
42 /etc/sane.d/hp4200.conf
43 The backend configuration file (see also description of
44 SANE_CONFIG_DIR below).
45
46 /usr/lib64/sane/libsane-hp4200.a
47 The static library implementing this backend.
48
49 /usr/lib64/sane/libsane-hp4200.so
50 The shared library implementing this backend (present on systems
51 that support dynamic loading).
52
54 SANE_CONFIG_DIR
55 This environment variable specifies the list of directories that
56 may contain the configuration file. On *NIX systems, the direc‐
57 tories are separated by a colon (`:'), under OS/2, they are sep‐
58 arated by a semi-colon (`;'). If this variable is not set, the
59 configuration file is searched in two default directories:
60 first, the current working directory (.) and then in
61 /etc/sane.d. If the value of the environment variable ends with
62 the directory separator character, then the default directories
63 are searched after the explicitly specified directories. For
64 example, setting SANE_CONFIG_DIR to "/tmp/config:" would result
65 in directories tmp/config, ., and /etc/sane.d being searched (in
66 this order).
67
68 SANE_DEBUG_HP4200
69 If the library was compiled with debug support enabled, this en‐
70 vironment variable controls the debug level for this backend.
71 Higher debug levels increase the verbosity of the output.
72
73 Example: export SANE_DEBUG_HP4200=4
74
75
77 sane(7), sane-usb(5), sane-find-scanner(1),
78 http://hp4200-backend.sourceforge.net/
79
80
82 Adrian Perez Jorge, Andrew John Lewis, Arnar Mar Hrafnkelsson, Frank
83 Zago, Henning Meier-Geinitz. Current maintainer: Henning Meier-Geinitz
84 <henning@meier-geinitz.de>.
85
86
88 Tested only with Linux.
89
90 Only 8 bit color mode works.
91
92 Scanning is slow due to backtracking.
93
94 Send bug reports to the sane-devel mailing list: sane-devel@alioth-
95 lists.debian.net.
96
97
98
99 13 Jul 2008 sane-hp4200(5)