sane-project-website/old-archive/2000-04/0259.html

300 wiersze
7.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: EPSON GT-8000 Newbie...</TITLE>
<META NAME="Author" CONTENT="Alain ROTH (a.roth@swing.be)">
<META NAME="Subject" CONTENT="Re: EPSON GT-8000 Newbie...">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: EPSON GT-8000 Newbie...</H1>
<!-- received="Wed Apr 26 14:22:03 2000" -->
<!-- isoreceived="20000426212203" -->
<!-- sent="Wed, 26 Apr 2000 23:24:20 +0200" -->
<!-- isosent="20000426212420" -->
<!-- name="Alain ROTH" -->
<!-- email="a.roth@swing.be" -->
<!-- subject="Re: EPSON GT-8000 Newbie..." -->
<!-- id="39075E84.4C97226@swing.be" -->
<!-- inreplyto="20000425183612.A22562@khk.net" -->
<STRONG>From:</STRONG> Alain ROTH (<A HREF="mailto:a.roth@swing.be?Subject=Re:%20EPSON%20GT-8000%20Newbie...&In-Reply-To=&lt;39075E84.4C97226@swing.be&gt;"><EM>a.roth@swing.be</EM></A>)<BR>
<STRONG>Date:</STRONG> Wed Apr 26 2000 - 14:24:20 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0260.html">Jay Hill: "Re: ? about gimp"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0258.html">Karlheinz Günster: "Re: scanner with transparency-unit"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0289.html">Alain ROTH: "EPSON GT-8000 Newbie..."</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#259">[ date ]</A>
<A HREF="index.html#259">[ thread ]</A>
<A HREF="subject.html#259">[ subject ]</A>
<A HREF="author.html#259">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Karl Heinz Kremer wrote:
<BR>
<P><EM>&gt; Alain,
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I'm the maintainer of the EPSON backend. The find-scanner does
</EM><BR>
<EM>&gt; not actually use the backend, it just looks for anything that
</EM><BR>
<EM>&gt; could be a scanner...
</EM><BR>
<EM>&gt;
</EM><BR>
<P>OK
<BR>
<P><P><EM>&gt;
</EM><BR>
<EM>&gt; Does the ident string really look like &quot;... SC ANNER ...&quot; ? The
</EM><BR>
<EM>&gt; space (or whatever it is) is certainly something that would
</EM><BR>
<EM>&gt; cause the backend to fail.
</EM><BR>
<EM>&gt;
</EM><BR>
<P>YES IT DOES !!! ... SC ANNER ... !!! with a space... I thing...
<BR>
<P><P><EM>&gt;
</EM><BR>
<EM>&gt; Can you please do the following:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; export SANE_DEBUG_EPSON=255
</EM><BR>
<EM>&gt; scanimage -d epson &gt; /tmp/scan.log 2&gt;&amp;1
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; This should list ever byte transferred between the scanner and
</EM><BR>
<EM>&gt; the backend.
</EM><BR>
<EM>&gt;
</EM><BR>
<P>OK
<BR>
<P>Sometime it works (1/30), sometime it does'nt...
<BR>
<P>#/scan_bad.log
<BR>
<P>[sanei_init_debug]: Setting debug level of epson to 255
<BR>
[epson] sane_init: sane 1.0.2
<BR>
[epson] sane_init, &gt;#SCSI epson&lt;
<BR>
[epson] sane_init, &gt;/dev/scanner&lt;
<BR>
[epson] sane_init, &gt;/dev/scanner&lt;
<BR>
[epson] sane_init, &gt;# usb /dev/usbscanner&lt;
<BR>
[epson] SANE epson backend v0.1.15 - 2000-02-20
<BR>
[epson] attach: opening /dev/scanner
<BR>
[epson] attach: sending INQUIRY
<BR>
[epson] &gt;EPSON SCANNER GT-8000 2.04&lt;
<BR>
[epson] send buf, size = 2
<BR>
[epson] buf[0] 1b .
<BR>
[epson] buf[1] 40 @
<BR>
[epson] send buf, size = 2
<BR>
[epson] buf[0] 1b .
<BR>
[epson] buf[1] 49 I
<BR>
[epson] ident failed
<BR>
<P>#/scan_ok.log
<BR>
<P>[sanei_init_debug]: Setting debug level of epson to 255
<BR>
[epson] sane_init: sane 1.0.2
<BR>
[epson] sane_init, &gt;#SCSI epson&lt;
<BR>
[epson] sane_init, &gt;/dev/scanner&lt;
<BR>
[epson] sane_init, &gt;/dev/scanner&lt;
<BR>
[epson] sane_init, &gt;# usb /dev/usbscanner&lt;
<BR>
[epson] SANE epson backend v0.1.15 - 2000-02-20
<BR>
[epson] attach: opening /dev/scanner
<BR>
[epson] attach: sending INQUIRY
<BR>
[epson] &gt;EPSON SCANNER GT-8000 2.04&lt;
<BR>
[epson] send buf, size = 2
<BR>
[epson] buf[0] 1b .
<BR>
[epson] buf[1] 40 @
<BR>
[epson] send buf, size = 2
<BR>
[epson] buf[0] 1b .
<BR>
[epson] buf[1] 49 I
<BR>
[epson] receive buf, expected = 4, got = 4
<BR>
OK ...
<BR>
<P>I E-mail you the&quot;entire log&quot; result when it goes right...
<BR>
<P><P>Thank for your help...
<BR>
<P><P><EM>&gt;
</EM><BR>
<EM>&gt; Karl Heinz
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; On Wed, Apr 26, 2000 at 12:16:24AM +0200, Alain ROTH wrote:
</EM><BR>
<EM>&gt; &gt; I have :
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; # FreeBSD 3.4
</EM><BR>
<EM>&gt; &gt; # SANE 1.0.2
</EM><BR>
<EM>&gt; &gt; # An ESPON SCSI Scanner GT-8000
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; When i boot:
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; # pass0 at aic0 bus 0 target 2 lun 0
</EM><BR>
<EM>&gt; &gt; # pass0: &lt;EPSON SC ANNER GT-8000 2.04&gt; Fixed Processor SCSI-CCS device
</EM><BR>
<EM>&gt; &gt; # pass0: 3.300MB/s transfers
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; When i try the tools find-scanner:
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; # find-scanner: found processor &quot;EPSON SC ANNER GT-8000 2.4&quot; at device
</EM><BR>
<EM>&gt; &gt; /dev/scanner
</EM><BR>
<EM>&gt; &gt; # find-scanner: found processor &quot;EPSON SC ANNER GT-8000 2.4&quot; at device
</EM><BR>
<EM>&gt; &gt; /dev/pass0
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; When i try scanimage --help -d epson:
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; # [epson] ident failed
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; What am i suppose to do to identifie epson ?
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; What do you need to help me ?
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; Thanks.
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; Alain ROTH
</EM><BR>
<EM>&gt; &gt; <A HREF="mailto:a.roth@swing.be?Subject=Re:%20EPSON%20GT-8000%20Newbie...&In-Reply-To=&lt;39075E84.4C97226@swing.be&gt;">a.roth@swing.be</A>
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; ---
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt; &gt; --
</EM><BR>
<EM>&gt; &gt; Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
</EM><BR>
<EM>&gt; &gt; To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20EPSON%20GT-8000%20Newbie...&In-Reply-To=&lt;39075E84.4C97226@swing.be&gt;">majordomo@mostang.com</A>
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; --
</EM><BR>
<EM>&gt; Karl Heinz Kremer <A HREF="mailto:khk@khk.net?Subject=Re:%20EPSON%20GT-8000%20Newbie...&In-Reply-To=&lt;39075E84.4C97226@swing.be&gt;">khk@khk.net</A>
</EM><BR>
<EM>&gt; <A HREF="http://www.khk.net">http://www.khk.net</A>
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; ------------------------------------------------------------------------
</EM><BR>
<EM>&gt; Part 1.2Type: application/pgp-signature
</EM><BR>
<P><P><PRE>
--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20EPSON%20GT-8000%20Newbie...&In-Reply-To=&lt;39075E84.4C97226@swing.be&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0260.html">Jay Hill: "Re: ? about gimp"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0258.html">Karlheinz Günster: "Re: scanner with transparency-unit"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0289.html">Alain ROTH: "EPSON GT-8000 Newbie..."</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#259">[ date ]</A>
<A HREF="index.html#259">[ thread ]</A>
<A HREF="subject.html#259">[ subject ]</A>
<A HREF="author.html#259">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Wed Apr 26 2000 - 14:25:23 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>