sane-project-website/old-archive/1999-06/0092.html

73 wiersze
3.2 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="Wed Jun 16 17:27:37 1999 PDT" -->
<!-- sent="Thu, 17 Jun 1999 02:31:16 +0000" -->
<!-- name="Michele Bini" -->
<!-- email="mibin@tin.it" -->
<!-- subject="Re: [PARPORT] BETA test, new ppSCSI drivers" -->
<!-- id="" -->
<!-- inreplyto="19990615200032.A291@diamond.tin.it" -->
<title>sane-devel: Re: [PARPORT] BETA test, new ppSCSI drivers</title>
<h1>Re: [PARPORT] BETA test, new ppSCSI drivers</h1>
<b>Michele Bini</b> (<a href="mailto:mibin@tin.it"><i>mibin@tin.it</i></a>)<br>
<i>Thu, 17 Jun 1999 02:31:16 +0000</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#92">[ date ]</a><a href="index.html#92">[ thread ]</a><a href="subject.html#92">[ subject ]</a><a href="author.html#92">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0093.html">Michele Bini: "Re: [PARPORT] BETA test, new ppSCSI drivers"</a>
<li> <b>Previous message:</b> <a href="0091.html">Juha Sahakangas: "Re: [PARPORT] BETA test, new ppSCSI drivers"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>
<!-- body="start" -->
Bernd,<br>
at first i have to thank you for your Microtek driver.<br>
<p>
I am tring to get my Microtek Phantom 336 CX scanner<br>
(connected to the parallel port via an 90c26 Onspec chip<br>
supported by the onscsi beta driver from Grant Guenther)<br>
to work fine.<br>
<p>
The main modification I have made to your driver is:<br>
(i sent full patch in aswer to a mail earlier at sane-devel)<br>
(i have only tested the microtek2 driver present<br>
in sane-1.0.1, tomorrow i'll try your 0.7 version)<br>
(0x94 is the model_code of my scanner)<br>
<p>
- /* Apparently the V300 doesn't know "read image status" at all */<br>
- if ( mi-&gt;model_code != 0x85 )<br>
+ /* Apparently these models don't know "read image status" at all */<br>
+ if ( ( mi-&gt;model_code != 0x85 ) &amp;&amp; ( mi-&gt;model_code != 0x94 ) )<br>
<p>
Scanning usually works, but there are some problems still, the<br>
biggest one being the fact that the head starts scanning<br>
with a certain offset, which, in 'preview mode', seems<br>
proportional to the bit depth of the image (that is, small<br>
at line-art mode, big at gray mode and huge at color mode).<br>
One side effect of this is that the head, at the<br>
end of the scanning, hits against the upper side of the<br>
scanner, making the pulley slide. After that the head<br>
is returns and hits in the lower side, too, but this<br>
time the pulley doesn't seem to slide, while the<br>
motor driving the pulley emits a strange noise, until<br>
I turn off the scanner by hand.<br>
<p>
<p>
Do you have any idea about how this issue can be solved?<br>
<p>
-Michele<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">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0093.html">Michele Bini: "Re: [PARPORT] BETA test, new ppSCSI drivers"</a>
<li> <b>Previous message:</b> <a href="0091.html">Juha Sahakangas: "Re: [PARPORT] BETA test, new ppSCSI drivers"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>