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 de‐
20 vice or a symlink to such a device. The program sane-find-scanner(1)
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 de‐
23 tails.
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. On *NIX systems, the direc‐
42 tories are separated by a colon (`:'), under OS/2, they are sep‐
43 arated by a semi-colon (`;'). If this variable is not set, the
44 configuration file is searched in two default directories:
45 first, the current working directory (".") and then in
46 /etc/sane.d. If the value of the environment variable ends with
47 the directory separator character, then the default directories
48 are searched after the explicitly specified directories. For
49 example, setting SANE_CONFIG_DIR to "/tmp/config:" would result
50 in directories tmp/config, ., and /etc/sane.d being searched (in
51 this order).
52
53 SANE_DEBUG_S9036
54 If the library was compiled with debug support enabled, this en‐
55 vironment 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
64
66 Ingo Schneider
67
68
69
70 14 Jul 2008 sane-s9036(5)