1sane-ricoh(5) SANE Scanner Access Now Easy sane-ricoh(5)
2
3
4
6 sane-ricoh - SANE backend for Ricoh flatbed scanners
7
9 The sane-ricoh library implements a SANE (Scanner Access Now Easy)
10 backend that provides access to the following Ricoh flatbed scanners:
11
12 IS50
13 IS60
14
16 This backend expects device names of the form:
17
18 special
19
20 Where special is the path-name for the special device that corresponds
21 to a SCSI scanner. The special device name must be a generic SCSI
22 device or a symlink to such a device. The program sane-find-scanner(1)
23 helps to find out the correct device. Under Linux, such a device name
24 could be /dev/sga or /dev/sge, for example. See sane-scsi(5) for
25 details.
26
27
29 /etc/sane.d/ricoh.conf
30 The backend configuration file (see also description of
31 SANE_CONFIG_DIR below).
32
33 /usr/lib64/sane/libsane-ricoh.a
34 The static library implementing this backend.
35
36 /usr/lib64/sane/libsane-ricoh.so
37 The shared library implementing this backend (present on systems
38 that support dynamic loading).
39
41 SANE_CONFIG_DIR
42 This environment variable specifies the list of directories that
43 may contain the configuration file. Under UNIX, the directories
44 are separated by a colon (`:'), under OS/2, they are separated
45 by a semi-colon (`;'). If this variable is not set, the config‐
46 uration file is searched in two default directories: first, the
47 current working directory (".") and then in /etc/sane.d. If the
48 value of the environment variable ends with the directory sepa‐
49 rator character, then the default directories are searched after
50 the explicitly specified directories. For example, setting
51 SANE_CONFIG_DIR to "/tmp/config:" would result in directories
52 tmp/config, ., and /etc/sane.d being searched (in this order).
53
54 SANE_DEBUG_RICOH
55 If the library was compiled with debug support enabled, this
56 environment variable controls the debug level for this backend.
57 Higher debug levels increase the verbosity of the output.
58
59 Example: export SANE_DEBUG_RICOH=4
60
61
63 sane(7), sane-scsi(5), sane-find-scanner(1)
64
65
67 Feico W. Dillema
68
69
70
71 14 Jul 2008 sane-ricoh(5)