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