Copyright (C) 2000-2012 |
Manpages sane-gt68xxSection: SANE Scanner Access Now Easy (5)Updated: 08 Jan 2003 Index Return to Main Contents NAMEsane-gt68xx - SANE backend for GT-68XX based USB flatbed scannersDESCRIPTIONThe sane-gt68xx library implements a SANE (Scanner Access Now Easy) backend that provides access to USB flatbed scanners based on the Grandtech GT-6801 and GT-6816 chips. At present, the following scanners are known to work with this backend:
More details can be found on the gt68xx backend homepage http://www.meier-geinitz.de/sane/gt68xx/. The Artec E+ 48U and its clones are supported by the artec_eplus48u backend, see sane-artec_eplus48u(5) for details. This is BETA 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. If you own a scanner other than the ones listed above that works with this backend, please let me know this by sending the scanner's exact model name and the USB vendor and device ids (e.g. from /proc/bus/usb/devices, sane-find-scanner or syslog) to me. Even if the scanner's name is only slightly different from the models mentioned above, please let me know. KERNEL ISSUESIf libusb-0.1.6 or later is installed, this section can be skipped. The scanner should be found by sane-find-scanner without further actions. For setting permissions and general USB information looks at sane-usb(5).The scanners based on the GT-6816 (Mustek BearPaw TA and BearPaw Plus models, the Packard Bell and the Lexmark scanner) need a Linux kernel 2.4.12 or newer. Recent 2.2 kernels may also work, but I haven't tested them. Older kernels or other operating systems won't work. Use libusb instead. The scanners based on the GT-6801 (all other scanners) need Linux kernel 2.4.21 or newer. Older kernels will not work. FIRMWARE FILEYou need a firmware file for your scanner. That's a small file containing software that will be uploaded to the scanner's memory. It's usually named *.usb, e.g. PS1fw.usb. It comes on the installation CD that was provided by the manufacturer, but it may be packaged together with the installation program in an .exe file. For Mustek scanners, the file can be dowloaded from the gt68xx backend homepage. For other scanners, check the CD for .usb files. If everything else fails, you must install the Windows driver and get the firmware from there (usually in the windows/system or system32 directories). Put that firmware file into /usr/share/sane/gt68xx/.CONFIGURATIONThe contents of the gt68xx.conf file is a list of usb lines containing vendor and product ids that correspond 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 usb vendor_id product_id statements which are already included into gt68xx.conf. "vendor_id" and "product_id" are hexadecimal numbers that identfy the scanner.The override, firmware, vendor, model, and afe options must be placed after the usb line they refer to. Option override is used to override the default model parameters. That's necessary for some scanners that use the same vendor/product ids but are different. For these scanners there are already commented out override lines in the configuration file. override mustek-scanexpress-1200-ub-plus is necessary for the Mustek Scanexpress 1200 UB Plus, the Medion/Lifetec/Tevion LT 9452, and the Trust Compact Scan USB 19200. override artec-ultima-2000 is used for the Artec Ultima 2000, the Boeder SmartScan Slim Edition, the Medion/ Lifetec/ Tevion/ Cytron MD/LT 9385, the Medion/ Lifetec/ Tevion MD 9458, and the Trust Flat Scan USB 19200. override mustek-bearpaw-2400-cu is necessary for the Mustek BearPaw 2400 CU. The override option must be the first one after the usb line. Option firmware selects the name and path of the firmware file. It's only necessary if the default (or override) doesn't work. The default firmware directory is /usr/share/sane/gt68xx/. You may need to create this directory. If you want to place the firmware files at a different path, use a firmware line. The vendor and model options are not absolutely necessary but for convenience. Quite a lot of scanners from different manufacturers share the same vendor/product ids so you can set the "correct" name here. The afe option allows to set custom offset and gain values for the Analog FrontEnd of the scanner. This option can be either used to select the AFE values if automatic coarse calibration is disabled, or to make automatic coarse calibration faster. For the latter usage, enable debug level 3 (see below), scan an image and look for debug line string with "afe". Copy this line to gt68xx.conf. The option has six parameters: res offset, red gain, green offset, green gain, blue offset, and blue gain. A sample configuration file is shown below:
FILES
ENVIRONMENT
SEE ALSOsane(7), sane-usb(5), sane-artec_eplus48u(5) sane-plustek(5), sane-mustek_usb(5), sane-mustek(5), sane-mustek_pp(5)/usr/doc/sane-1.0.10/gt68xx/gt68xx.CHANGES http://www.meier-geinitz.de/sane/gt68xx AUTHORHenning Meier-Geinitz <henning@meier-geinitz.de>The original gt68xx driver was written by Sergey Vlasov, Andreas Nowack, and David Stevenson. Thanks for sending patches and answering questions to them and all the other contributors. BUGSCurrently scanning seems to only work reliably under Linux. With FreeBSD, NetBSD and OpenBSD scanning with the GT-6801 based scanners works only once. Then the scanner isn't detected anymore and has to be replugged. The GT-6816 based scanners don't work at all for yet unknown reasons.The first few lines of the image are garbage for the 2400 TA Plus. The images are too dark for some scanners, especially in TA mode. Maybe add a gamma option? Interpolation should be used instead of just copying data, when the X- and Y-resolution differ. Support for buttons is missing. More detailed bug information is available at the gt68xx backend homepage http://www.meier-geinitz.de/sane/gt68xx. Please contact me if you find a bug or missing feature: <henning@meier-geinitz.de>
IndexThis document was created by man2html, using the manual pages. Time: 02:31:30 GMT, September 21, 2024 |