sane-project-website/old-archive/2000-08/0127.html

124 wiersze
4.5 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: Mustek backend</TITLE>
<META NAME="Author" CONTENT="Henning Meier-Geinitz (hmg-ml@gmx.de)">
<META NAME="Subject" CONTENT="Re: Mustek backend">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: Mustek backend</H1>
<!-- received="Mon Aug 14 12:49:08 2000" -->
<!-- isoreceived="20000814194908" -->
<!-- sent="Mon, 14 Aug 2000 21:50:18 +0200" -->
<!-- isosent="20000814195018" -->
<!-- name="Henning Meier-Geinitz" -->
<!-- email="hmg-ml@gmx.de" -->
<!-- subject="Re: Mustek backend" -->
<!-- id="20000814215018.A443@hmg1.vortex.swb.de" -->
<!-- inreplyto="00081419343501.00741@zuHause.de" -->
<STRONG>From:</STRONG> Henning Meier-Geinitz (<A HREF="mailto:hmg-ml@gmx.de?Subject=Re:%20Mustek%20backend&In-Reply-To=&lt;20000814215018.A443@hmg1.vortex.swb.de&gt;"><EM>hmg-ml@gmx.de</EM></A>)<BR>
<STRONG>Date:</STRONG> Mon Aug 14 2000 - 12:50:18 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0128.html">Martin: "Re: Mustek backend"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0126.html">Martin: "Mustek backend"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0126.html">Martin: "Mustek backend"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0128.html">Martin: "Re: Mustek backend"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0128.html">Martin: "Re: Mustek backend"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#127">[ date ]</A>
<A HREF="index.html#127">[ thread ]</A>
<A HREF="subject.html#127">[ subject ]</A>
<A HREF="author.html#127">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Hi,
<BR>
<P>On Mon, Aug 14, 2000 at 07:15:39PM +0200, Martin wrote:
<BR>
<EM>&gt; I downloaded the new sane-1.0.3 with the Mustek-Backend
</EM><BR>
<EM>&gt; Build 96, compiled it and scanned a color-image with my Mustek
</EM><BR>
<EM>&gt; MFS-12000SP (Revision: 1.11).
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; The output-file was a mess!!! Wrong colours (red became an ugly kind of
</EM><BR>
<EM>&gt; yellow), lines (when backtracking) etc...
</EM><BR>
<P>Yeah, yet another linedistance problem. Mustek seems to like changing this
<BR>
with every single firmware version. If you fix one, it will break another
<BR>
one :-[
<BR>
<P><EM>&gt; Because I'm not that good at programming in C, I tried the older
</EM><BR>
<EM>&gt; versions of the Mustek-Backend. I had to go back to version
</EM><BR>
<EM>&gt; 1.0.84 to get the image I expect.
</EM><BR>
<P>I'm not sure if I have located the exact problem by a comparison of these
<BR>
two backends. Could you do some tests for me? Please use SANE 1.0.3 (Mustek
<BR>
backend 1.0-96) and search the following line (arround line 1050):
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ((fw_revision != 0x107) &amp;&amp; (fw_revision != 0x102))
<BR>
<P>and change it to:
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ((fw_revision != 0x111) &amp;&amp; (fw_revision != 0x107) &amp;&amp;
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(fw_revision != 0x102))
<BR>
<P>Does it work now? Please test different resolutions (e.g. 50, 150, 300, 1200
<BR>
dpi).
<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:%20Mustek%20backend&In-Reply-To=&lt;20000814215018.A443@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="0128.html">Martin: "Re: Mustek backend"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0126.html">Martin: "Mustek backend"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0126.html">Martin: "Mustek backend"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0128.html">Martin: "Re: Mustek backend"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0128.html">Martin: "Re: Mustek backend"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#127">[ date ]</A>
<A HREF="index.html#127">[ thread ]</A>
<A HREF="subject.html#127">[ subject ]</A>
<A HREF="author.html#127">[ 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>Mon Aug 14 2000 - 12:51:19 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>