sane-project-website/old-archive/1999-12/0128.html

84 wiersze
3.5 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="Mon Dec 20 13:46:48 1999 PST" -->
<!-- sent="Mon, 20 Dec 1999 22:43:53 +0100 (CET)" -->
<!-- name="Olivier Poulet" -->
<!-- email="ylfeht@geneva-link.ch" -->
<!-- subject="Mustek SE 12000 SP Plus" -->
<!-- id="" -->
<!-- inreplyto="" -->
<title>sane-devel: Mustek SE 12000 SP Plus</title>
<h1>Mustek SE 12000 SP Plus</h1>
<b>Olivier Poulet</b> (<a href="mailto:ylfeht@geneva-link.ch"><i>ylfeht@geneva-link.ch</i></a>)<br>
<i>Mon, 20 Dec 1999 22:43:53 +0100 (CET)</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#128">[ date ]</a><a href="index.html#128">[ thread ]</a><a href="subject.html#128">[ subject ]</a><a href="author.html#128">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0129.html">Herman Roozenbeek: "RE: xscanimage fails starting on device"</a>
<li> <b>Previous message:</b> <a href="0127.html">Kevin Charter: "Re: transparency option on snapscan1236"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0140.html">Ekkard Gerlach: "Re: Mustek SE 12000 SP Plus"</a>
<li> <b>Reply:</b> <a href="0140.html">Ekkard Gerlach: "Re: Mustek SE 12000 SP Plus"</a>
<!-- reply="end" -->
</ul>
<!-- body="start" -->
Hello,<br>
<p>
I have just purchased this scanner 3 days ago. The full name is<br>
Scanexpress 12000SP Plus. It came with a DTC3191 SCSI card which, to my <br>
knowledge, doesn't work with Linux. I have thus swapped it for an AHA-1505AE.<br>
<p>
While browsing through the list archives, I fell across Ekkard Gerlach's<br>
message, possibly using the same scanner. The following is what I have<br>
done to get this animal working : (Ekkard, hope this helps)<br>
cat /proc/scsi/scsi<br>
Attached devices:<br>
<p>
Host: scsi2 Channel: 00 Id: 06 Lun: 00<br>
Vendor: SCANNER Model: Rev: V100<br>
Type: Scanner ANSI SCSI revision: 01 CCS<br>
<p>
export SANE_DEBUG_MUSTEK=3; scanimage -d mustek &gt;/dev/null<br>
[sanei_init_debug]: Setting debug level of mustek to 3.<br>
[mustek] sane_init: strip-height set to 1 inches<br>
[mustek] attach: opening /dev/sgb as scsi device<br>
[mustek] attach: sending INQUIRY<br>
[mustek] scsi_wait_ready: sending TEST_UNIT_READY<br>
[mustek] attach: firmware revision 38.00<br>
[mustek] attach: found Mustek scanner model XC06 S12IDW (flatbed scanner), 1-pass, SE<br>
[...]<br>
<p>
I got this result by modifying the following in<br>
/usr/src/sane-1.0.1/backend/mustek.c, Line 765 :<br>
else if (strncmp(model_name, " C06", 4) == 0<br>
to<br>
else if (strncmp(model_name, "XC06", 4) == 0<br>
<p>
make; make install and apparently everything is OK.<br>
<p>
To the development team : is there anything else I should modify (header <br>
file ?) and can I directly copy the whole else block to add a new<br>
supported scanner ?<br>
<p>
My 2 cents, hope they help.<br>
<pre>
--
Olivier Poulet
<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">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0129.html">Herman Roozenbeek: "RE: xscanimage fails starting on device"</a>
<li> <b>Previous message:</b> <a href="0127.html">Kevin Charter: "Re: transparency option on snapscan1236"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0140.html">Ekkard Gerlach: "Re: Mustek SE 12000 SP Plus"</a>
<li> <b>Reply:</b> <a href="0140.html">Ekkard Gerlach: "Re: Mustek SE 12000 SP Plus"</a>
<!-- reply="end" -->
</ul>