Subject: need to configure some device for usb epson perfection 1650 scanner?
To: None <netbsd-help@netbsd.org>
From: Dan Hitt <hitt@panix.com>
List: netbsd-help
Date: 07/07/2002 05:14:13
Hi,

I have a usb epson perfection 1650 scanner which i'd like to
use from my i386 NetBSD system (NetBSD 1.5 (GENERIC)).

First, i'm not sure if i'm using the right device, and second,
if i am using the right device, it needs to be configured
which i don't know how to do.

Based on some experimentation with cat, with stepping through
scanimage (1.0.8) with gdb, with using usbdevs, and with the output of
dmesg, i think the right device might be /dev/ugen0.00 or
/dev/ugen0.02.

But these appear to be ``not confiugred''.

Here's the output from usbdevs:

sudo /usr/sbin/usbdevs -v
Controller /dev/usb0:
addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x8086), rev 1.00
 port 1 addr 2: self powered, config 1, EPSON Scanner(0x0110), EPSON(0x04b8), rev 3.02
 port 2 addr 3: power 498 mA, config 1, USB Zip 250(0x0032), Iomega(0x059b), rev 3.00

Furthermore, dmesg also suggests ugen0:
ugen0: EPSON EPSON Scanner, rev 1.10/3.02, addr 2

However, when scanimage tries to open /dev/ugen0.00 or /dev/ugen0.02,
it gets error 6 ``Device not configured''.

Thanks in advance for any advice on how to determine the right device
and/or how to configure it if i already know what it is.

dan