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