[sane-devel] epson 1250-how to get working?

Henning Meier-Geinitz henning@meier-geinitz.de
Fri, 14 Jun 2002 11:55:38 +0200


Hi,

On Fri, Jun 14, 2002 at 12:16:02AM -0500, David Cougle wrote:
> and I have scanner module compiled
> 
> here's proc/bus/usb/devices

That's quite unusual, because there shouldn't be two newlines after each
line and the order of the entries is wrong. They should start with "T:".
Nevertheless:

> P: Vendor=04b8 ProdID=010f Rev= 1.00
> 
> S: Manufacturer=EPSON
> 
> S: Product=EPSON Scanner 010F
> 
> C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 2mA
> 
> I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=(none)

Driver=(none) means your scanner module hasn't detected your scanner.
Try

rmmod scanner
modprobe scanner vendor=0x04b8 product=0x010f

Bye,
  Henning