sane-project-website/old-archive/1999-11/0113.html

83 wiersze
4.0 KiB
HTML

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!-- received="Sat Nov 13 05:50:05 1999 PST" -->
<!-- sent="Sat, 13 Nov 1999 11:54:46 +0100" -->
<!-- name="Martin Heinen" -->
<!-- email="mheinen0@wiesbaden-online.de" -->
<!-- subject="Re: Mustek SE 12000SP Pro with Domex DMX3191 PCI SCSI controler" -->
<!-- id="" -->
<!-- inreplyto="199911121118.MAA06686@smirnov.uni-paderborn.de" -->
<title>sane-devel: Re: Mustek SE 12000SP Pro with Domex DMX3191 PCI SCSI controler</title>
<h1>Re: Mustek SE 12000SP Pro with Domex DMX3191 PCI SCSI controler</h1>
<b>Martin Heinen</b> (<a href="mailto:mheinen0@wiesbaden-online.de"><i>mheinen0@wiesbaden-online.de</i></a>)<br>
<i>Sat, 13 Nov 1999 11:54:46 +0100</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#113">[ date ]</a><a href="index.html#113">[ thread ]</a><a href="subject.html#113">[ subject ]</a><a href="author.html#113">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0114.html">Joern Krueger: "Re: Mustek SE 12000SP Pro with Domex DMX3191 PCI SCSI controler"</a>
<li> <b>Previous message:</b> <a href="0112.html">Oliver Rauch: "Re: next release?"</a>
<li> <b>In reply to:</b> <a href="0095.html">Juergen Gerhard: "Re: Mustek SE 12000SP Pro with Domex DMX3191 PCI SCSI controler"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0114.html">Joern Krueger: "Re: Mustek SE 12000SP Pro with Domex DMX3191 PCI SCSI controler"</a>
<!-- reply="end" -->
</ul>
<!-- body="start" -->
<i>&gt; &gt; After changing the mustek.* files and a recompile I get nice pictures</i><br>
<i>&gt; &gt; with xsane.</i><br>
<i>&gt; </i><br>
<i>&gt; What exactly did you change?</i><br>
<p>
I recently posted my changes to <a href="mailto:sane-devel@mostang.com">sane-devel@mostang.com</a> but<br>
they didn't make it to the list. You have to change mustek.c<br>
to recognise the 12000 SP Plus. The output of scanimage in<br>
debug mode tells the model number:<br>
<p>
<i>&gt; # SANE_DEBUG_MUSTEK=128 scanimage -d mustek</i><br>
<i>&gt; [sanei_init_debug]: Setting debug level of mustek to 128.</i><br>
<i>&gt; [mustek] sane_init: strip-height set to 1 inches</i><br>
<i>&gt; [mustek] attach: opening /dev/sga as scsi device</i><br>
<i>&gt; [mustek] attach: sending INQUIRY</i><br>
<i>&gt; [mustek] scsi_wait_ready: sending TEST_UNIT_READY</i><br>
<i>&gt; [mustek] attach: firmware revision 38.00</i><br>
<i>&gt; [mustek] attach: unknown model `XC06 S12IDWM123797`A`b``'</i><br>
<p>
In mustek.c the 12000 SP is recognised with the<br>
string " XC06". Here is the diff against mustek.c<br>
from the sane-1.00 source:<br>
<p>
***********<br>
773a774,782<br>
<i>&gt; else if (strncmp(model_name, "XC06", 4) == 0)</i><br>
<i>&gt; {</i><br>
<i>&gt; dev-&gt;x_range.max = SANE_FIX (216); /* measured */</i><br>
<i>&gt; dev-&gt;y_range.min = SANE_FIX (2.5);</i><br>
<i>&gt; dev-&gt;y_range.max = SANE_FIX (294.5); /* measured */</i><br>
<i>&gt; dev-&gt;dpi_range.max = SANE_FIX (1200);</i><br>
<i>&gt; dev-&gt;dpi_range.min = SANE_FIX (60);</i><br>
<i>&gt; dev-&gt;flags |= MUSTEK_FLAG_SE;</i><br>
<i>&gt; }</i><br>
***********<br>
<p>
HTH<br>
Martin<br>
<p>
<pre>
--
<a href="mailto:mheinen0@wiesbaden-online.de">mheinen0@wiesbaden-online.de</a>
<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">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0114.html">Joern Krueger: "Re: Mustek SE 12000SP Pro with Domex DMX3191 PCI SCSI controler"</a>
<li> <b>Previous message:</b> <a href="0112.html">Oliver Rauch: "Re: next release?"</a>
<li> <b>In reply to:</b> <a href="0095.html">Juergen Gerhard: "Re: Mustek SE 12000SP Pro with Domex DMX3191 PCI SCSI controler"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0114.html">Joern Krueger: "Re: Mustek SE 12000SP Pro with Domex DMX3191 PCI SCSI controler"</a>
<!-- reply="end" -->
</ul>