[sane-devel] more info on vantas 3000

Henning Meier-Geinitz henning@meier-geinitz.de
Sun, 9 Dec 2001 19:49:17 +0100


Hi,

On Sat, Dec 08, 2001 at 09:49:55PM -0600, David Cougle wrote:
> Despite loading usb scanner module in 2.4.16, sane-find-scanner does not 
> find the scanner.  Is this bad news?

This usually means that the scanner module doesn't know your scanner.
You should be able to find out about the vendor and device ids with
"cat /proc/bus/usb/devices". Then unload the scanner module with
"rmmod scanner" (if it was loaded). Load it again with 
"modprobe scanner vendor=0x1000 product=0x400". Use the vndor and
product ids you got from the above output. Now "cat
/proc/bus/usb/devices" should list youz scanner with
"Driver=usbscanner". 

However this doesn't mean that there is any SANE backend that provides
support for the scanner. Can you provide more details about which
chipset is used in the scanner? What are the vvvendor and product ids?

Bye,
  Henning