1sane-xerox_mfp(5) SANE Scanner Access Now Easy sane-xerox_mfp(5)
2
3
4
6 sane-xerox_mfp - SANE backend for Xerox Phaser 3200MFP device
7
9 The sane-xerox_mfp library implements a SANE (Scanner Access Now Easy)
10 backend that provides access to the following USB and network multiā
11 function-peripheral:
12
13 Phaser 3200MFP
14 Dell MFP Laser Printer 1815dn
15 Xerox Phaser 6110MFP
16 Samsung CLX-3170fn & CLX-3175FW
17 Samsung SCX-4200
18 Samsung SCX-4300
19 Samsung SCX-4500
20 Samsung SCX-4500W
21 Samsung SCX4725-FN
22 Xerox WorkCentre 3119 Series
23
24 If you own a scanner other than the ones listed above that works with
25 this backend, please let us know this by sending the scanner's exact
26 model name and the USB vendor and device ids (e.g. from
27 /proc/bus/usb/devices, sane-find-scanner or syslog) to us. Even if the
28 scanner's name is only slightly different from the models mentioned
29 above, please let us know.
30
32 /etc/sane.d/xerox_mfp.conf USB scanners do not need any configuration.
33
34 For SCX-4500W in network mode you need to specify
35
36 tcp host_address [port]
37
38 The host_address is passed through resolver, thus can be a dotted quad
39 or a name from /etc/hosts or resolvable through DNS.
40
42 /etc/sane.d/xerox_mfp.conf
43 The backend configuration file. By default all scanner
44 types/models are enabled, you may want to comment out unwanted.
45
46 /usr/lib64/sane/libsane-xerox_mfp.a
47 The static library implementing this backend.
48
49 /usr/lib64/sane/libsane-xerox_mfp.so
50 The shared library implementing this backend (present on systems
51 that support dynamic loading).
52
54 SANE_DEBUG_XEROX_MFP If the library was compiled with debug support
55 enabled, this environment variable controls the debug level for this
56 backend. Higher debug levels increase the verbosity of the output.
57
58 Example: export SANE_DEBUG_XEROX_MFP=4
59
61 Alex Belkin <abc@telekom.ru>
62
63 Samsung SCX-4500W scan over network support Alexander Kuznetsov
64 <acca(at)cpan.org>
65
67 Multicast autoconfiguration for LAN scanners is not implemented yet.
68 IPv6 addressing never been tested.
69
70
72 sane(7), sane-usb(5)
73
74
75
76
77 15 Dec 2008 sane-xerox_mfp(5)