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

175 wiersze
7.1 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="Derek Martin (ddm@pizzashack.org)">
<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="Fri Jun 8 20:25:58 2001" -->
<!-- isoreceived="20010609032558" -->
<!-- sent="Fri, 8 Jun 2001 23:31:22 -0400" -->
<!-- isosent="20010609033122" -->
<!-- name="Derek Martin" -->
<!-- email="ddm@pizzashack.org" -->
<!-- subject="Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question" -->
<!-- id="20010608233122.B14519@pizzashack.org" -->
<!-- inreplyto="E156wcr-0000Co-00@happy.buzzard.org.uk" -->
<STRONG>From:</STRONG> Derek Martin (<A HREF="mailto:ddm@pizzashack.org?Subject=Re:%20Fwd:%20Re:%20Hi%20--%20USB%20UMAX%20Astra%202200%20question&In-Reply-To=&lt;20010608233122.B14519@pizzashack.org&gt;"><EM>ddm@pizzashack.org</EM></A>)<BR>
<STRONG>Date:</STRONG> Fri Jun 08 2001 - 20:31:22 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0128.html">Oliver Rauch: "Re: Compiling on OS/2"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0126.html">Petter Reinholdtsen: "Re: autoconf macro SANE_CHECK_U_TYPES fails on Tru64 with cc"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0062.html">Jonathan Buzzard: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0130.html">Jonathan Buzzard: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0130.html">Jonathan Buzzard: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</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>
On Mon, Jun 04, 2001 at 04:50:41PM +0100, Jonathan Buzzard wrote:
<BR>
<EM>&gt;
</EM><BR>
<EM>&gt; <A HREF="mailto:oliver.rauch@rauch-domain.de?Subject=Re:%20Fwd:%20Re:%20Hi%20--%20USB%20UMAX%20Astra%202200%20question&In-Reply-To=&lt;20010608233122.B14519@pizzashack.org&gt;">oliver.rauch@rauch-domain.de</A> said:
</EM><BR>
<EM>&gt; &gt; the source of these rumours is me. I do not know if this works. I see
</EM><BR>
<EM>&gt; &gt; a small chance and it would be interesting if someone would test it.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I though I was the source of those rummors. At least the comments on my
</EM><BR>
<EM>&gt; web page are just based on the observation that the scanner has both
</EM><BR>
<EM>&gt; USB and SCSI interfaces.
</EM><BR>
<P>So far I haven't had any luck...
<BR>
<P><P><EM>&gt; Getting back to the original post, they say that the scanner driver is
</EM><BR>
<EM>&gt; recognising the scanner and returns a vendor:product id.
</EM><BR>
<P>Hmm.... well, it turns out that it was only doing this because I fed
<BR>
it an options line in /etc/modules.conf with those items. When I took
<BR>
it out, it didn't report anything.
<BR>
<P>These are the kernel messages logged by the drivers:
<BR>
<P>&nbsp;&nbsp;usb-uhci.c: USB UHCI at I/O 0x1060, IRQ 5
<BR>
&nbsp;&nbsp;usb-uhci.c: Detected 2 ports
<BR>
&nbsp;&nbsp;usb.c: new USB bus registered, assigned bus number 1
<BR>
&nbsp;&nbsp;hub.c: USB hub found
<BR>
&nbsp;&nbsp;hub.c: 2 ports detected
<BR>
&nbsp;&nbsp;usb-uhci.c: v1.251 Georg Acher, Deti Fliegl, Thomas Sailer, Roman Weissgaerber
<BR>
&nbsp;&nbsp;usb-uhci.c: USB Universal Host Controller Interface driver
<BR>
&nbsp;&nbsp;hub.c: USB new device connect on bus1/1, assigned device number 2
<BR>
&nbsp;&nbsp;usb.c: USB device 2 (vend/prod 0x1606/0x230) is not claimed by any active driver.
<BR>
<P>Of course, the scanner module has not been loaded at that point...
<BR>
But then when I load it, I only get this:
<BR>
<P>&nbsp;&nbsp;usb.c: registered new driver usbscanner
<BR>
&nbsp;&nbsp;scanner.c: USB Scanner support registered.
<BR>
<P>Nothing about my scanner hardware. And lsmod gives this:
<BR>
<P>&nbsp;&nbsp;# lsmod
<BR>
&nbsp;&nbsp;Module Size Used by
<BR>
&nbsp;&nbsp;scanner 6464 0 (unused)
<BR>
&nbsp;&nbsp;autofs4 9344 1 (autoclean)
<BR>
&nbsp;&nbsp;usbcore 49424 1 [scanner]
<BR>
&nbsp;&nbsp;unix 14944 19 (autoclean)
<BR>
<P>Notice that the scanner module is unused. :(
<BR>
<P><P><EM>&gt;
</EM><BR>
<EM>&gt; I suspect there is a problem with device files and the umax.conf file.
</EM><BR>
<EM>&gt; Check that /dev/usbscanner0 exists and if not create with
</EM><BR>
<P>The device files all existed (after I created them the first time) and
<BR>
have the correct major and minor numbers. They were originally set
<BR>
600, but I fixed that. No help.
<BR>
<P>I'm wondering also if this couldn't be an IRQ thing... My laptop has
<BR>
THREE devices on IRQ 5: the usb bus, the crappy winmodem (which I
<BR>
don't have a driver for), and the maestro sound card.
<BR>
<P>I'm going to try compiling the drivers in and see if that makes a
<BR>
difference.
<BR>
<P><P><PRE>
--
---------------------------------------------------
Derek Martin | Unix/Linux geek
<A HREF="mailto:ddm@pizzashack.org?Subject=Re:%20Fwd:%20Re:%20Hi%20--%20USB%20UMAX%20Astra%202200%20question&In-Reply-To=&lt;20010608233122.B14519@pizzashack.org&gt;">ddm@pizzashack.org</A> | GnuPG Key ID: 0x81CFE75D
Retrieve my public key at <A HREF="http://pgp.mit.edu">http://pgp.mit.edu</A>
<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;20010608233122.B14519@pizzashack.org&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0128.html">Oliver Rauch: "Re: Compiling on OS/2"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0126.html">Petter Reinholdtsen: "Re: autoconf macro SANE_CHECK_U_TYPES fails on Tru64 with cc"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0062.html">Jonathan Buzzard: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0130.html">Jonathan Buzzard: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0130.html">Jonathan Buzzard: "Re: Fwd: Re: Hi -- USB UMAX Astra 2200 question"</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>Fri Jun 08 2001 - 20:29:11 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>