sane-project-website/old-archive/2001-06/0062.html

153 wiersze
6.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: Fwd: Re: Hi -- USB UMAX Astra 2200 question</TITLE>
<META NAME="Author" CONTENT="Jonathan Buzzard (jonathan@buzzard.org.uk)">
<META NAME="Subject" CONTENT="Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question</H1>
<!-- received="Mon Jun 4 09:05:42 2001" -->
<!-- isoreceived="20010604160542" -->
<!-- sent="Mon, 04 Jun 2001 16:50:41 +0100" -->
<!-- isosent="20010604155041" -->
<!-- name="Jonathan Buzzard" -->
<!-- email="jonathan@buzzard.org.uk" -->
<!-- subject="Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question" -->
<!-- id="E156wcr-0000Co-00@happy.buzzard.org.uk" -->
<!-- inreplyto="3B1B8973.83A96400@rauch-domain.de" -->
<STRONG>From:</STRONG> Jonathan Buzzard (<A HREF="mailto:jonathan@buzzard.org.uk?Subject=Re:%20Fwd:%20Re:%20Hi%20--%20USB%20UMAX%20Astra%202200%20question&In-Reply-To=&lt;E156wcr-0000Co-00@happy.buzzard.org.uk&gt;"><EM>jonathan@buzzard.org.uk</EM></A>)<BR>
<STRONG>Date:</STRONG> Mon Jun 04 2001 - 08:50:41 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0063.html">Carlitos Monti: "Re: UMAX Vistascan S12"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0061.html">Henning Meier-Geinitz: "Re: Compiling on OS/2"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0059.html">Oliver Rauch: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0127.html">Derek Martin: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0127.html">Derek Martin: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#62">[ date ]</A>
<A HREF="index.html#62">[ thread ]</A>
<A HREF="subject.html#62">[ subject ]</A>
<A HREF="author.html#62">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
<A HREF="mailto:oliver.rauch@rauch-domain.de?Subject=Re:%20Fwd:%20Re:%20Hi%20--%20USB%20UMAX%20Astra%202200%20question&In-Reply-To=&lt;E156wcr-0000Co-00@happy.buzzard.org.uk&gt;">oliver.rauch@rauch-domain.de</A> said:
<BR>
<EM>&gt; the source of these rumours is me. I do not know if this works. I see
</EM><BR>
<EM>&gt; a small chance and it would be interesting if someone would test it.
</EM><BR>
<P>I though I was the source of those rummors. At least the comments on my
<BR>
web page are just based on the observation that the scanner has both
<BR>
USB and SCSI interfaces.
<BR>
<P><P><EM>&gt; The reason why I think it could work is the following: USB scanners do
</EM><BR>
<EM>&gt; not have a processor, the use a simple ASIC. Because of this they are
</EM><BR>
<EM>&gt; not able to use the SCSI protocol wich needs much more &quot;intelligence&quot;
</EM><BR>
<EM>&gt; than the ASIC has. The Astra 2200S has a processor and so it is
</EM><BR>
<EM>&gt; possible that the SCSI protocol also is used for the USB connection.
</EM><BR>
<P>Well my reasoning is that I would be stunned if Umax had done anything other
<BR>
than put a SCSI-to-USB converter chip on the scanner board. Anything else
<BR>
would be a really dumb thing to do in order to get a USB interface on a
<BR>
scanner with a SCSI interface.
<BR>
<P><P><EM>&gt; As far as I know nobody every tried this or succeddes with it.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; If you find out anything about that, let me/us know.
</EM><BR>
<P>Certainly nobody has ever reported any success or failure to this list or
<BR>
myself.
<BR>
<P>Getting back to the original post, they say that the scanner driver is
<BR>
recognising the scanner and returns a vendor:product id.
<BR>
<P>I suspect there is a problem with device files and the umax.conf file.
<BR>
Check that /dev/usbscanner0 exists and if not create with
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mknod /dev/usbscanner0 c 180 48
<BR>
<P>and then do
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ln -s /dev/usbscanner0 /dev/usbscanner
<BR>
<P>make sure you have suitable permissions on /dev/usbscanner so do
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;chmod 666 /dev/usbscanner0
<BR>
<P>Next make sure that umax.conf points to the right device file. It should be
<BR>
/dev/usbscanner. Note that with my HP5200C you need to add the line
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;option connect-device
<BR>
<P>to the hp.conf file, I have no idea if this will be needed for a UMAX scanner.
<BR>
<P>If this does not work, change the umax.conf to point to the device files
<BR>
in umax.conf point to the scanner device files in /dev/usb/
<BR>
<P>I suspect this scanner will work with USB, just nobody has tried, and if
<BR>
they have got it working they have not said anything about it.
<BR>
<P>JAB.
<BR>
<P><PRE>
--
Jonathan A. Buzzard Email: <A HREF="mailto:jonathan@buzzard.org.uk?Subject=Re:%20Fwd:%20Re:%20Hi%20--%20USB%20UMAX%20Astra%202200%20question&In-Reply-To=&lt;E156wcr-0000Co-00@happy.buzzard.org.uk&gt;">jonathan@buzzard.org.uk</A>
Northumberland, United Kingdom. Tel: +44(0)1661-832195
<P><P><P>--
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:%20Fwd:%20Re:%20Hi%20--%20USB%20UMAX%20Astra%202200%20question&In-Reply-To=&lt;E156wcr-0000Co-00@happy.buzzard.org.uk&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0063.html">Carlitos Monti: "Re: UMAX Vistascan S12"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0061.html">Henning Meier-Geinitz: "Re: Compiling on OS/2"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0059.html">Oliver Rauch: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0127.html">Derek Martin: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0127.html">Derek Martin: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#62">[ date ]</A>
<A HREF="index.html#62">[ thread ]</A>
<A HREF="subject.html#62">[ subject ]</A>
<A HREF="author.html#62">[ 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 Jun 04 2001 - 09:10:02 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>