sane-project-website/old-archive/2000-09/0220.html

126 wiersze
5.3 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: Problems with Mustek 1200 SP, mode color. WITH</TITLE>
<META NAME="Author" CONTENT="Henning Meier-Geinitz (hmg-ml@gmx.de)">
<META NAME="Subject" CONTENT="Re: Problems with Mustek 1200 SP, mode color. WITH debug.log">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: Problems with Mustek 1200 SP, mode color. WITH debug.log</H1>
<!-- received="Thu Sep 21 12:51:13 2000" -->
<!-- isoreceived="20000921195113" -->
<!-- sent="Thu, 21 Sep 2000 18:52:54 +0200" -->
<!-- isosent="20000921165254" -->
<!-- name="Henning Meier-Geinitz" -->
<!-- email="hmg-ml@gmx.de" -->
<!-- subject="Re: Problems with Mustek 1200 SP, mode color. WITH debug.log" -->
<!-- id="20000921185254.B23557@hmg1.vortex.swb.de" -->
<!-- inreplyto="39C9C40D.A1E81D8D@kawo2.rwth-aachen.de" -->
<STRONG>From:</STRONG> Henning Meier-Geinitz (<A HREF="mailto:hmg-ml@gmx.de?Subject=Re:%20Problems%20with%20Mustek%201200%20SP,%20mode%20color.%20WITH%20debug.log&In-Reply-To=&lt;20000921185254.B23557@hmg1.vortex.swb.de&gt;"><EM>hmg-ml@gmx.de</EM></A>)<BR>
<STRONG>Date:</STRONG> Thu Sep 21 2000 - 09:52:54 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0221.html">Paul Aschenborn: "solved: Problems with Mustek 1200 SP, mode color."</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0219.html">Henning Meier-Geinitz: "Re: backtracking problem"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0203.html">Paul Aschenborn: "Re: Problems with Mustek 1200 SP, mode color. WITH debug.log"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0221.html">Paul Aschenborn: "solved: Problems with Mustek 1200 SP, mode color."</A>
<LI><STRONG>Next in thread:</STRONG> <A HREF="0190.html">Oliver Schwartz: "Re: whereabouts of snapscan-usb.[c,h]"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0221.html">Paul Aschenborn: "solved: Problems with Mustek 1200 SP, mode color."</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#220">[ date ]</A>
<A HREF="index.html#220">[ thread ]</A>
<A HREF="subject.html#220">[ subject ]</A>
<A HREF="author.html#220">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Hi,
<BR>
<P>On Thu, Sep 21, 2000 at 10:17:17AM +0200, Paul Aschenborn wrote:
<BR>
<EM>&gt; ok, did it. I'll attach the log at the end of the message.
</EM><BR>
<EM>&gt; Firmware is 1.06
</EM><BR>
<P>Thank you.
<BR>
<P><EM>&gt; &gt; The error results from different methods to compensate fort the line shift
</EM><BR>
<EM>&gt; &gt; of the three color CCD lines. Some scanners do this line-distance correction
</EM><BR>
<EM>&gt; &gt; internally, for some this must be done in the backend. So the backend must
</EM><BR>
<EM>&gt; &gt; know for which firmware version it should do the correction and for which
</EM><BR>
<EM>&gt; &gt; it's not necessary.
</EM><BR>
<EM>&gt; &gt;
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; ok, I got that. I am really glad you help me. I havent found a single word to that
</EM><BR>
<EM>&gt; problems in the documentation or on the websites. Maybe I havent
</EM><BR>
<EM>&gt; looked close enough.
</EM><BR>
<P>You are right. I will put some lines about the source of the problem on the
<BR>
trouble-shooting page.
<BR>
<P>Try the following: Edit backend/mustek.c, change the following line (ca.
<BR>
1051):
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ((fw_revision != 0x107) &amp;&amp; (fw_revision != 0x102))
<BR>
<P>to
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ((fw_revision != 0x106) &amp;&amp; (fw_revision != 0x102))
<BR>
<P>and than make and install sane again. Try if it's better now.
<BR>
<P>Bye,
<BR>
&nbsp;&nbsp;Henning
<BR>
<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:%20Problems%20with%20Mustek%201200%20SP,%20mode%20color.%20WITH%20debug.log&In-Reply-To=&lt;20000921185254.B23557@hmg1.vortex.swb.de&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0221.html">Paul Aschenborn: "solved: Problems with Mustek 1200 SP, mode color."</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0219.html">Henning Meier-Geinitz: "Re: backtracking problem"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0203.html">Paul Aschenborn: "Re: Problems with Mustek 1200 SP, mode color. WITH debug.log"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0221.html">Paul Aschenborn: "solved: Problems with Mustek 1200 SP, mode color."</A>
<LI><STRONG>Next in thread:</STRONG> <A HREF="0190.html">Oliver Schwartz: "Re: whereabouts of snapscan-usb.[c,h]"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0221.html">Paul Aschenborn: "solved: Problems with Mustek 1200 SP, mode color."</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#220">[ date ]</A>
<A HREF="index.html#220">[ thread ]</A>
<A HREF="subject.html#220">[ subject ]</A>
<A HREF="author.html#220">[ 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>Thu Sep 21 2000 - 12:54:47 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>