Hi, what happens, if you try the command sudo scanimage -L? If you can see like this:
device `microtek2:/dev/sg0' is a Microtek ScanMaker X6 / Phantom 636 flatbed scanner (here is an example with a microtek x6-scsi-Scanner) Greetings, Christoph Am Sonntag, 24. Dezember 2006 21:23 schrieb Dale Farmer: > I have installed Mandiva 2007 and everything works except my Microtek > scanner model 4800. > > The sane-backend is 1.0.18. > > When I run sane-find-scanner, it is detected. > > When I run scanimage -L in both the user and root levels no scanners > were identified. > > When I run lsusb -vv it the scaner is detected as indicated below. > > Bus 001 Device 002: ID 05da:20a7 Microtek International, Inc. > Device Descriptor: > bLength 18 > bDescriptorType 1 > bcdUSB 1.00 > bDeviceClass 255 Vendor Specific Class > bDeviceSubClass 3 > bDeviceProtocol 0 > bMaxPacketSize0 8 > idVendor 0x05da Microtek International, Inc. > idProduct 0x20a7 > bcdDevice 0.00 > iManufacturer 0 > iProduct 0 > iSerial 0 > bNumConfigurations 1 > Configuration Descriptor: > bLength 9 > bDescriptorType 2 > wTotalLength 32 > bNumInterfaces 1 > bConfigurationValue 1 > iConfiguration 0 > bmAttributes 0x40 > (Missing must-be-set bit!) > Self Powered > MaxPower 0mA > Interface Descriptor: > bLength 9 > bDescriptorType 4 > bInterfaceNumber 0 > bAlternateSetting 0 > bNumEndpoints 2 > bInterfaceClass 0 (Defined at Interface level) > bInterfaceSubClass 0 > bInterfaceProtocol 0 > iInterface 0 > Endpoint Descriptor: > bLength 7 > bDescriptorType 5 > bEndpointAddress 0x81 EP 1 IN > bmAttributes 2 > Transfer Type Bulk > Synch Type None > Usage Type Data > wMaxPacketSize 0x0040 1x 64 bytes > bInterval 0 > Endpoint Descriptor: > bLength 7 > bDescriptorType 5 > bEndpointAddress 0x02 EP 2 OUT > bmAttributes 2 > Transfer Type Bulk > Synch Type None > Usage Type Data > wMaxPacketSize 0x0008 1x 8 bytes > bInterval 0 > Device Status: 0x0001 > Self Powered > > Any help would be appreciated, if not I guess it's back to the evil > empire :( -- GPG-Fingerprint: 171A 6F66 52E5 A6CE D664 2427 832F E711 7442 8261 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20061225/1f4fd02f/attachment.pgp From [email protected] Tue Dec 26 15:42:57 2006 From: [email protected] (Louis-David Mitterrand) Date: Tue Dec 26 16:06:48 2006 Subject: [sane-devel] Re: Epson CX11 network scan support? In-Reply-To: <20061218010614.75082311@inspiron> References: <[email protected]> <[email protected]> <[email protected]> <20061218010614.75082311@inspiron> Message-ID: <[email protected]> On Mon, Dec 18, 2006 at 01:06:14AM +0100, Alessandro Zummo wrote: > On Tue, 23 May 2006 10:38:05 +0200 > Louis-David Mitterrand <[email protected]> wrote: > > > IIRC, Alessandro Zummo hacked up something to make scanning via TCP/IP > > > work. See > > > > > > > > > http://lists.alioth.debian.org/pipermail/sane-devel/2006-January/015986.html > > > > > > for details. > > > > Thanks, this looks promising. > > > > Will this work soon be integrated into sane? > > Hi David, > > you can find a working experimental version in sane cvs. Hi Alessandro, Thanks for the update. I downloaded the CVS repository and it seems epson2*.c files need byteorder.h which is not build by default. I tried: % autoreconf configure.in:17: error: possibly undefined macro: AC_NEED_BYTEORDER_H If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 What should I do to build byteorder.h ?
