Hi, I'mm cc'ing the mail to sane-devel again, please reply to the list, not me.
On Wed, Nov 13, 2002 at 01:17:44AM +0100, Philippe Berini wrote: > [root@localhost bin]# ./sane-find-scanner > found USB scanner (vendor=0x04a9 [Canon], product=0x220d [CanoScan]) at > libusb:001:003 Ok, but that means, only libusb has found your device, not the kernel scanner driver. You can try to put "libusb:001:003" instead of "/dev/usbscanner" in the plustek.conf file, but I'm not sure, if that works. Otherwise tell the USB kernel scanner driver about your scanner: rmmod scanner modprobe scanner vendor=0x04a9 product=0x220d Now sane-find-scanner should list something like /dev/usb/scanner0, too. Bye, Henning
