1sane-magicolor(5) SANE Scanner Access Now Easy sane-magicolor(5)
2
3
4
6 sane-magicolor - SANE backend for KONICA MINOLTA magicolor scanners
7
9 The sane-magicolor backend supports KONICA MINOLTA magicolor scanners
10 connected via USB or LAN. Currently, only the magicolor 1690MF device
11 is supported, no other devices with the same scanning protocol are
12 known.
13
15 The following scanner should work with this backend:
16
17 Device Details
18 -----------------------------
19 Vendor: KONICA MINOLTA
20 Model: magicolor 1690MF
21
22
24 This section describes the backend's configuration file entries. The
25 file is located at:
26
27 /etc/sane.d/magicolor.conf
28
29 For a proper setup, at least one of the following entries are needed:
30
31 net autodiscovery
32 net [IP ADDRESS] [DEVICE-ID]
33 usb
34 usb [VENDOR-ID] [DEVICE-ID]
35
36
38 /etc/sane.d/magicolor.conf
39 The backend configuration file
40
41 /usr/lib64/sane/libsane-magicolor.a
42 The static library implementing this backend.
43
44 /usr/lib64/sane/libsane-magicolor.so
45 The shared library implementing this backend (present on systems
46 that support dynamic loading).
47
48
50 SANE_CONFIG_DIR
51 This environment variable specifies the list of directories that
52 may contain the configuration file. On *NIX systems, the direc‐
53 tories are separated by a colon (`:'), under OS/2, they are sep‐
54 arated by a semi-colon (`;'). If this variable is not set, the
55 configuration file is searched in two default directories:
56 first, the current working directory (".") and then in
57 /etc/sane.d. If the value of the environment variable ends with
58 the directory separator character, then the default directories
59 are searched after the explicitly specified directories. For
60 example, setting SANE_CONFIG_DIR to "/tmp/config:" would result
61 in directories /tmp/config, ., and /etc/sane.d being searched
62 (in this order).
63
64 SANE_DEBUG_MAGICOLOR
65 If the library was compiled with debug support enabled, this en‐
66 vironment variable controls the debug level for this backend.
67 Higher debug levels increase the verbosity of the output.
68
69 Example: export SANE_DEBUG_MAGICOLOR=127
70
71 To obtain debug messages from the backend, set this environment
72 variable before calling your favorite frontend (e.g. xscanim‐
73 age(1)).
74
75 Example: SANE_DEBUG_MAGICOLOR=65 xscanimage
76
78 Large color scans may sometimes timeout due to unknown reasons (the
79 scanner simply stops returning data).
80
81 Cancelling large scans may lock up the scanner.
82
83
85 sane(7),
86 http://wiki.kainhofer.com/hardware/magicolor_scan
87
88
90 Reinhold Kainhofer <reinhold@kainhofer.com>
91
92
93
94 10 Jan 2011 sane-magicolor(5)