2008-07-14 10:49:06 +00:00
|
|
|
.TH sane\-artec_eplus48u 5 "11 Jul 2008" "@PACKAGEVERSION@" "SANE"
|
2002-11-20 12:21:20 +00:00
|
|
|
.SH NAME
|
2008-07-14 10:49:06 +00:00
|
|
|
sane\-artec_eplus48u \- SANE backend for the scanner Artec E+ 48U and re-badged models
|
2002-11-20 12:21:20 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
The
|
2008-07-14 10:49:06 +00:00
|
|
|
.B sane\-artec_eplus48u
|
2006-01-15 18:15:02 +00:00
|
|
|
library implements a SANE (Scanner Access Now Easy) backend that provides
|
|
|
|
access to several USB flatbed scanners using the GT6816 chipset like the Artec E+ 48U.
|
2021-08-29 23:00:23 +00:00
|
|
|
These scanners have a contact image sensor (CIS).
|
2002-11-20 12:21:20 +00:00
|
|
|
.PP
|
2006-01-15 18:15:02 +00:00
|
|
|
A complete list of supported devices can be found on
|
2008-07-14 10:49:06 +00:00
|
|
|
.IR http://www.sane\-project.org/sane\-supported\-devices.html .
|
2002-11-20 12:21:20 +00:00
|
|
|
.PP
|
|
|
|
This is ALPHA software. Especially if you test new or untested scanners, keep
|
|
|
|
your hand at the scanner's plug and unplug it, if the head bumps at the end of
|
|
|
|
the scan area.
|
|
|
|
.PP
|
2006-01-15 18:15:02 +00:00
|
|
|
If you own a scanner other than the ones mentioned on the list that works with this
|
|
|
|
backend, please let us know this by sending the scanner's exact model name and
|
2021-02-13 20:02:54 +00:00
|
|
|
the USB vendor and product ids (e.g. from
|
|
|
|
.IR /proc/bus/usb/devices ,
|
|
|
|
.BR sane\-find\-scanner (1)
|
|
|
|
or syslog) to me. Even if the scanner's name is only
|
2002-11-20 12:21:20 +00:00
|
|
|
slightly different from the models mentioned above, please let me know.
|
|
|
|
.PP
|
|
|
|
.SH KERNEL ISSUES
|
|
|
|
If libusb-0.1.6 or later is installed, this section can be skipped. The
|
2021-02-13 20:02:54 +00:00
|
|
|
scanner should be found by
|
|
|
|
.BR sane\-find\-scanner (1)
|
|
|
|
without further actions. For setting permissions and general USB information
|
|
|
|
look at
|
|
|
|
.BR sane\-usb (5).
|
2002-11-20 12:21:20 +00:00
|
|
|
.PP
|
|
|
|
When you are using the scanner module, a Linux kernel 2.4.12 or newer is
|
|
|
|
required.
|
|
|
|
|
|
|
|
.SH FIRMWARE FILE
|
|
|
|
You need a firmware file for your scanner. That's a small file containing
|
|
|
|
software that will be uploaded to the scanner's memory. For the scanners
|
2021-02-13 20:02:54 +00:00
|
|
|
mentioned above, it's usually named
|
|
|
|
.I Artec48.usb
|
|
|
|
or
|
|
|
|
.IR 1200.usb .
|
|
|
|
You can find it on the installation CD that was provided by the manufacturer,
|
|
|
|
normally in the directory Win98, WinMe or similar.
|
|
|
|
If the Windows-driver is installed on your computer, then you can also
|
|
|
|
find the firmware file under
|
|
|
|
.IR c:\\windows\\system32\\drivers .
|
|
|
|
|
2002-11-20 12:21:20 +00:00
|
|
|
.SH CONFIGURATION
|
|
|
|
The contents of the
|
|
|
|
.I artec_eplus48u.conf
|
2022-02-21 02:23:59 +00:00
|
|
|
file is a list of
|
|
|
|
.I usb
|
|
|
|
lines containing vendor and product ids that correspond
|
2002-11-20 12:21:20 +00:00
|
|
|
to USB scanners. The file can also contain option lines. Empty lines and
|
|
|
|
lines starting with a hash mark (#) are ignored. The scanners are
|
|
|
|
autodetected by
|
|
|
|
.I usb vendor_id product_id
|
|
|
|
statements which are already included into
|
|
|
|
.I artec_eplus48u.conf .
|
2021-08-29 23:00:23 +00:00
|
|
|
"vendor_id" and "product_id" are hexadecimal numbers that identify the scanner.
|
2002-11-20 12:21:20 +00:00
|
|
|
.PP
|
2022-02-21 02:23:59 +00:00
|
|
|
Every
|
|
|
|
.I usb
|
|
|
|
section can have additional options.
|
2002-11-20 12:21:20 +00:00
|
|
|
.TP
|
2005-11-26 12:28:47 +00:00
|
|
|
.B artecFirmwareFile @DATADIR@/sane/artec_eplus48u/Artec48.usb
|
2002-11-20 12:21:20 +00:00
|
|
|
The path to the firmware file. This option is required.
|
|
|
|
.TP
|
|
|
|
.B redGamma 1.0
|
|
|
|
.TP
|
|
|
|
.B greenGamma 1.0
|
|
|
|
.TP
|
|
|
|
.B blueGamma 1.0
|
|
|
|
.TP
|
|
|
|
.B masterGamma 1.9
|
|
|
|
These are the default gamma values. If you set the "Defaults" option with a frontend,
|
|
|
|
then the gamma options are reset to the values specified here.
|
|
|
|
.TP
|
|
|
|
.B redOffset 0x28
|
|
|
|
.TP
|
|
|
|
.B greenOffset 0x2f
|
|
|
|
.TP
|
|
|
|
.B blueOffset 0x2f
|
|
|
|
.TP
|
|
|
|
.B redExposure 0xa7
|
|
|
|
.TP
|
|
|
|
.B greenExposure 0x116
|
|
|
|
.TP
|
|
|
|
.B blueExposure 0xdc
|
2021-08-29 23:00:23 +00:00
|
|
|
These are the default values for offset and exposure time.
|
|
|
|
You can change them (e.g. to speed up calibration)
|
|
|
|
if you don't want to save the calibration data permanently.
|
2002-11-20 12:21:20 +00:00
|
|
|
.TP
|
|
|
|
.B vendorString "Artec"
|
|
|
|
.TP
|
|
|
|
.B modelString "E+ 48U"
|
|
|
|
By default, the scanner is reported as "Artec E+ 48U". If you don't like this, e.g.
|
|
|
|
because you have an Tevion MD 9693, then change the options accordingly.
|
|
|
|
.SH FILES
|
|
|
|
.TP
|
|
|
|
.I /usr/local/etc/sane.d/artec_eplus48u.conf
|
|
|
|
The backend configuration file (see also description of
|
|
|
|
.B SANE_CONFIG_DIR
|
|
|
|
below).
|
|
|
|
.TP
|
2008-07-14 10:49:06 +00:00
|
|
|
.I /usr/local/lib/sane/libsane\-artec_eplus48u.a
|
2002-11-20 12:21:20 +00:00
|
|
|
The static library implementing this backend.
|
|
|
|
.TP
|
2008-07-14 10:49:06 +00:00
|
|
|
.I /usr/local/lib/sane/libsane\-artec_eplus48u.so
|
2002-11-20 12:21:20 +00:00
|
|
|
The shared library implementing this backend (present on systems that
|
|
|
|
support dynamic loading).
|
|
|
|
.SH ENVIRONMENT
|
|
|
|
.TP
|
|
|
|
.B SANE_CONFIG_DIR
|
|
|
|
This environment variable specifies the list of directories that may
|
2021-08-29 23:00:23 +00:00
|
|
|
contain the configuration file. On *NIX systems, the directories are
|
2002-11-20 12:21:20 +00:00
|
|
|
separated by a colon (`:'), under OS/2, they are separated by a
|
|
|
|
semi-colon (`;'). If this variable is not set, the configuration file
|
|
|
|
is searched in two default directories: first, the current working
|
2021-02-13 20:02:54 +00:00
|
|
|
directory (".") and then in
|
|
|
|
.IR @CONFIGDIR@ .
|
|
|
|
If the value of the environment variable ends with the directory
|
|
|
|
separator character, then the default directories are searched after
|
|
|
|
the explicitly specified directories. For example, setting
|
2002-11-20 12:21:20 +00:00
|
|
|
.B SANE_CONFIG_DIR
|
2021-02-13 20:02:54 +00:00
|
|
|
to "/tmp/config:" would result in directories
|
|
|
|
.IR tmp/config ,
|
|
|
|
.IR . ,
|
|
|
|
and
|
|
|
|
.I @CONFIGDIR@
|
|
|
|
being searched (in this order).
|
2002-11-20 12:21:20 +00:00
|
|
|
.TP
|
|
|
|
.B SANE_DEBUG_ARTEC_EPLUS48U
|
|
|
|
If the library was compiled with debug support enabled, this
|
|
|
|
environment variable controls the debug level for this backend. Higher
|
|
|
|
debug levels increase the verbosity of the output.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
export SANE_DEBUG_ARTEC_EPLUS48U=3
|
|
|
|
|
|
|
|
.SH "SEE ALSO"
|
2021-02-13 20:02:54 +00:00
|
|
|
.BR sane (7),
|
|
|
|
.BR sane\-usb (5)
|
2002-11-20 12:21:20 +00:00
|
|
|
|
|
|
|
.SH AUTHOR
|
2021-02-13 20:02:54 +00:00
|
|
|
Michael Herder.
|
2002-11-20 12:21:20 +00:00
|
|
|
.br
|
|
|
|
This backend is based on the gt68xx test-program written by Sergey Vlasov, Andreas Nowack, and
|
|
|
|
David Stevenson. Thanks to everyone who tested the backend or reported bugs.
|
|
|
|
.br
|
2021-02-13 20:02:54 +00:00
|
|
|
This man page is based on man
|
|
|
|
.BR sane\-gt68xx (5),
|
|
|
|
written by Henning Meier-Geinitz.
|
|
|
|
|
2002-11-20 12:21:20 +00:00
|
|
|
.SH BUGS
|
|
|
|
This backend has been tested on Linux only. If you are using it on a different platform, please
|
2006-01-15 18:15:02 +00:00
|
|
|
contact us.
|
2002-11-20 12:21:20 +00:00
|
|
|
.PP
|
|
|
|
Interpolation with 1200 dpi is weak.
|
|
|
|
.PP
|
|
|
|
Support for buttons is missing due to missing support in SANE.
|
|
|
|
.PP
|
2017-05-27 05:27:22 +00:00
|
|
|
Please contact us if you find a bug:
|
2008-07-14 10:49:06 +00:00
|
|
|
.IR http://www.sane\-project.org/bugs.html .
|