Re: microtek E6/xscanimage problems

David Mosberger-Tang (David.Mosberger@acm.org)
Mon, 23 Feb 1998 20:06:07 -0800

>>>>> On Thu, 19 Feb 1998 10:14:16 -0500 (EST), Tom Evans <tjevans@evans.raleigh.ibm.com> said:

Tom> I have a microtek scanner, E6, tried latest sane after reading
Tom> Linux journal article. The scanning starts the calibration,
Tom> gives no obivious errors, output is:

Tom> P6
Tom> # SANE data follows
Tom> 2 0
Tom> 255

This is the beginning of the scanned image. Note that scanimage
procduces the image on standard output, so it's normally necessary to
redirect its output into a file. Something like this:

scanimage >out.pnm

Are you saying that nothing happens after the PNM header appears? If
so, the microtek backend may have a problem talking to your scanner.
To get more info, set environment variable SANE_DEBUG_MICROTEK to 256,
then invoke scanimage. This should make debugging easier.

--david

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com