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 decribes 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
49 SANE_CONFIG_DIR
50 This environment variable specifies the list of directories that
51 may contain the configuration file. Under UNIX, the directories
52 are separated by a colon (`:'), under OS/2, they are separated
53 by a semi-colon (`;'). If this variable is not set, the config‐
54 uration file is searched in two default directories: first, the
55 current working directory (".") and then in /etc/sane.d. If the
56 value of the environment variable ends with the directory sepa‐
57 rator character, then the default directories are searched after
58 the explicitly specified directories. For example, setting
59 SANE_CONFIG_DIR to "/tmp/config:" would result in directories
60 "/tmp/config", ".", and "/etc/sane.d" being searched (in this
61 order).
62
63 SANE_DEBUG_MAGICOLOR
64 If the library was compiled with debug support enabled, this
65 environment variable controls the debug level for this backend.
66 Higher debug levels increase the verbosity of the output.
67
68 Example: export SANE_DEBUG_MAGICOLOR=127
69
70 To obtain debug messages from the backend, set this environment
71 variable before calling your favorite frontend (e.g. xscanim‐
72 age).
73
74 Example: SANE_DEBUG_MAGICOLOR=65 xscanimage
75
77 Large color scans may sometimes timeout due to unknown reasons (the
78 scanner simply stops returning data)
79
80 Cancelling large scans may lock up the scanner.
81
83 sane(7),
84 http://wiki.kainhofer.com/hardware/magicolor_scan
85
87 Reinhold Kainhofer <reinhold@kainhofer.com>
88
89
90
91 10 Jan 2011 sane-magicolor(5)