
More details can be found on the Mustek backend homepage http://www.meier-geinitz.de/sane/.
The Mustek BearPaw 1200 and 2400 scanners are supported by the plustek backend. See sane-plustek(5) for details.
This backend is based on the 1200ub backend provided by Mustek. It was modified to fit into the SANE distribution, some bugs were fixed, support for the 600 CU was added, and some features added.
This is BETA software. It currently only works on Linux and FreeBSD. Other systems are untested. See BUGS for more information.
This backend can only work with scanners that are already detected by the operating system. For Linux, it may be necessary to load the scanner module with additional vendor/product parameters /see /usr/src/linux/Documentation/usb/scanner.txt for details). With FreeBSD upto 4.4 only the 1200 CU will work out-of-the box. For other scanners, their ids must be added to the FreeBSD uscanner.c file and a new kernel must be compiled.
If you own a Mustek (or Trust) 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 or syslog) to me.
Where special is a path-name for the special device that corresponds to a USB scanner. With Linux, such a device name could be /dev/usb/scanner0 or /dev/usbscanner1, for example.
For FreeBSD use /dev/uscanner0.
Instead of using the device name, the scanner can be autodetected by usb vendor_id product_id statements which are already included into mustek_usb.conf. This is only supported with Linux 2.4.8 and higher. "vendor_id" and "product_id" are hexadecimal numbers that identfy the scanner. If this doesn't work, a device name and the option specifying the scanner type must be placed in mustek_usb.conf.
The global option max_block_size can be used to limit the amount of data acquired in one turn from the USB system. It may be woth trying, if USB errors occur.
A sample configuration file is shown below:
The first line is ignored. The second line sets the buffer size to a maximum of 1024 bytes. The third line tries to autodetect a scanner with vendor id 0x055f and product id 0x0001 (Mustek 1200 CU). The fourth line tells the backend to attach to /dev/usb/scanner0 and the fifth line specifies that /dev/usb/scanner0 is a Mustek 600 CU.
Value Descsription 0 no output 1 print fatal errors 2 print important messages 3 print non-fatal errors and less important messages 4 print all but debugging messages 5 print high level debugging messages 6 print medium level debugging messages 7 print low level debugging messages Example: export SANE_DEBUG_MUSTEK_USB=4
FreeBSD support is shaky. Most of the time, scanning will work only in the first xscanimage/xsane session. After closing the frontend, the scanner will freeze. The reason is unknown until now.
More detailed bug information is available at the Mustek backend homepage http://www.meier-geinitz.de/sane/. See also the CHANGES and TODO files. Please contact me if you find a bug or missing feature: <henning@meier-geinitz.de>