Well, you probably already know. This package contains a Linux (sorry, no Windows) kernel device driver for Logitech's Scanman Color. The other Scanman models aren't supported yet, and might never be... There is another (old) driver out there written by Andreas Beck which supports most of the other Scanman models, although it won't work with the latest kernels :( Why haven't I merged my stuff with his? No demand. Of course there is nothing stopping YOU!
In addition to the driver there is a GTK & command line scan tool and a Scanman detection program.
mknod -m444 /dev/scanman c 16 1 ln -s /dev/scanman /dev/scanner
insmod logi_scanman.o irq=7 dma=3Replace the irq & dma numbers with what feels good for your system. You can compile the driver without the QUIET define to get some kernel debugging information if things don't work.
Any comments, suggestions, bug reports?
--> fbecker at nortelnetworks dot com
Last modified: 05-Jun-2001
Version 0.7 - Initial release
Version 0.71 - Minor documentation updates
Version 0.72 - Compile was broken for later 2.2 kernels.
Fixed Makefile and it now compiles fine on my 2.2.18 setup.
I hope it still works... I haven't used my scanner in
a long time.
Version 0.73 - Changed Makefile to use gtk-config for CFLAGS and LIBS.