table of contents
other versions
- wheezy 1.0.22-7.4
- jessie 1.0.24-8+deb8u2
- testing 1.0.25-4.1
- unstable 1.0.25-4.1
- experimental 1.0.26~git20151121-1
sane-epson2(5) | SANE Scanner Access Now Easy | sane-epson2(5) |
NAME¶
sane-epson2 - SANE backend for EPSON scannersDESCRIPTION¶
The sane-epson2 library implements a SANE (Scanner Access Now Easy) backend that provides access to Epson flatbed scanners. This library supports a similar set of scanners as the sane-epson driver but was developed to support a wider range of connections to the scanner; include network access. Because sane-epson and sane-epson2 drivers support many of the same devices, if one driver gives you problems you may try disabling it to try the other. This can be done by removing the driver name from the dll.conf or perhaps by commenting out the options in epson.conf or epson2.conf. At present, the following scanners are known to work with this backend:Model: Connection Type --------------------------- ------------------- ActionScanner II SCSI, parallel AcuLaser CX11 Series USB, Network AcuLaser CX21 Series USB, Network CX-3200 USB CX-3600 USB CX-3650 USB CX-4050 USB CX-4600 USB CX-4800 USB CX-5000 USB CX-5200 USB CX-5400 USB CX-6300 USB CX-6400 USB CX-6500 USB CX-6600 USB DX-3800 USB DX-5000 USB DX-5050 USB DX-6000 USB DX-7400 USB ES-300C SCSI, parallel ES-300GS SCSI ES-600C parallel ES-1200C parallel Expression 636 SCSI Expression 800 SCSI Expression 1600 USB, SCSI, IEEE-1394 Expression 1680 USB, SCSI, IEEE-1394 FilmScan 200 SCSI GT-5000 SCSI, parallel GT-5500 SCSI GT-6000 parallel GT-6500 parallel GT-7000 SCSI GT-8000 SCSI GT-8500 SCSI Perfection 610 USB Perfection 636S SCSI Perfection 636U USB Perfection 640 USB Perfection 1200S SCSI Perfection 1200U USB Perfection 1240 USB, SCSI Perfection 1640 USB, SCSI Perfection 1650 USB Perfection 1660 USB Perfection 2400 USB Perfection 2450 USB, IEEE-1394 Perfection 3200 USB Perfection 4870 USB Perfection 4990 USB RX-425 USB RX-500 USB RX-600 USB RX-700 USB V700 USB, IEEE-1394 V750 USB, IEEE-1394and many more. The official list is on the Sane web site.
OPTIONS¶
The options the backend supports can either be selected through command line options to programs like scanimage or through GUI elements in programs like xscanimage or xsane.scanimage --help -d epson2
Not all devices support all options.
- Scan Mode
- The --mode switch selects the basic mode of
operation of the scanner. Valid choices are Binary, Gray and Color. The
Binary mode is black and white only, Gray will produce 256 levels of gray
or more depending on the scanner and Color means 24 bit color mode or more
depending on the scanner. Some scanners will internally use 36 bit color,
their external interface however may only support 24 bits.
CONFIGURATION FILE¶
The configuration file /etc/sane.d/epson2.conf specifies the device(s) that the backend will use. Possible connection types are:- SCSI
- This is the default, and if nothing else is specified the
backend software will open a given path as SCSI device. More information
about valid syntax for SCSI devices can be found in sane-scsi(5).
- PIO - Parallel Interface
- The parallel interface can be configured in two ways: An integer value starting at the beginning of a line will be interpreted as the IO address of the parallel port. To make it clearer that a configured IO address is a parallel port the port address can be preceded by the string "PIO". The PIO connection does not use a special device file in the /dev directory. The IO address can be specified in hex mode (prefixed with "0x").
- USB
- For USB scanners not automatically detect, their VENDOR and PRODUCT ID can be specified manually in the config file. More information about valid syntax for USB devices can be found in sane-usb(5).
- Network
- Network scanners can be auto-discovered if autodiscovery is specified after net keyword. An IP address to connect to can also be used.
FILES¶
- /usr/lib/arch_triplet/sane/libsane-epson2.a
- The static library implementing this backend.
- /usr/lib/arch_triplet/sane/libsane-epson2.so
- The shared library implementing this backend (present on systems that support dynamic loading).
ENVIRONMENT¶
- SANE_DEBUG_EPSON2
- If the library was compiled with debug support enabled, this environment variable controls the debug level for this backend. E.g., a value of 128 requests all debug output to be printed. Smaller levels reduce verbosity.
- SANE_DEBUG_EPSON2_SCSI
- If the library was compiled with debug support enabled, this environment variable controls the SCSI related debug level for this backend. Only a value of 2 is supported.
- SANE_DEBUG_EPSON2_NET
- If the library was compiled with debug support enabled, this environment variable controls the network related debug level for this backend. E.g., a value of 128 requests all debug output to be printed. Smaller levels reduce verbosity.
- SANE_EPSON2_CMD_LVL
- This allows to override the function or command level that
the backend uses to communicate with the scanner. The function level a
scanner supports is determined during the initialization of the device. If
the backend does not recognize the function level reported by the scanner
it will default to function level B3. Valid function levels are A1, A2,
B1, B2, B3, B4, B5, B6, B7, B8, D1 and F5. Use this feature only if you
know what you are doing!
SEE ALSO¶
sane-scsi(5), sane-usb(5), scanimage(1), xscanimage(1), xsane(1)BUGS¶
None :-) At least none are currently known.UNSUPPORTED DEVICES¶
The backend may be used with Epson scanners that are not yet listed under the list of supported devices. A scanner that is not recognized may default to the function level B3, which means that not all functions that the scanner may be capable of are accessible.AUTHOR¶
The package is written by Alessandro Zummo and is based on previous work done by Karl Hienz Kremer in the epson package as well as based on work by Christian Bucher and Kazuhiro Sasayama22 Jan 2009 |