sane-project-website/old-archive/2000-11/0098.html

178 wiersze
6.4 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: detection problem</TITLE>
<META NAME="Author" CONTENT="Armando L. Caro Jr. (acaro@mail.eecis.udel.edu)">
<META NAME="Subject" CONTENT="Re: detection problem">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: detection problem</H1>
<!-- received="Mon Nov 6 04:59:04 2000" -->
<!-- isoreceived="20001106125904" -->
<!-- sent="Sun, 5 Nov 2000 11:01:46 -0500 (EST)" -->
<!-- isosent="20001105160146" -->
<!-- name="Armando L. Caro Jr." -->
<!-- email="acaro@mail.eecis.udel.edu" -->
<!-- subject="Re: detection problem" -->
<!-- id="Pine.GSO.3.96.1001105104512.17892B-100000@ren.eecis.udel.edu" -->
<!-- inreplyto="20001103184933.A358@vortex.swb.de" -->
<STRONG>From:</STRONG> Armando L. Caro Jr. (<A HREF="mailto:acaro@mail.eecis.udel.edu?Subject=Re:%20detection%20problem&In-Reply-To=&lt;Pine.GSO.3.96.1001105104512.17892B-100000@ren.eecis.udel.edu&gt;"><EM>acaro@mail.eecis.udel.edu</EM></A>)<BR>
<STRONG>Date:</STRONG> Sun Nov 05 2000 - 08:01:46 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0099.html">Armando L. Caro Jr.: "Re: detection problem"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0097.html">Timothy Little: "Re: [snapscan] Agfa 1212U problems?"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0058.html">Henning Meier-Geinitz: "Re: detection problem"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0111.html">Henning Meier-Geinitz: "Re: detection problem"</A>
<LI><STRONG>Next in thread:</STRONG> <A HREF="0099.html">Armando L. Caro Jr.: "Re: detection problem"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0111.html">Henning Meier-Geinitz: "Re: detection problem"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#98">[ date ]</A>
<A HREF="index.html#98">[ thread ]</A>
<A HREF="subject.html#98">[ subject ]</A>
<A HREF="author.html#98">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
On Fri, 3 Nov 2000, Henning Meier-Geinitz wrote:
<BR>
<P><EM>&gt; I don't know Artec scanners nor the Artec backend, but ...
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; At least my Debian doesn't know /dev/sgb:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; hmg1:~# ls -l /dev/sgb
</EM><BR>
<EM>&gt; ls: /dev/sgb: No such file or directory
</EM><BR>
<P>Well, I get the same result... ie, I don't have that dev file either.
<BR>
...but then why does my kernel detects the scanner on sgb?
<BR>
<P><EM>&gt; So try /dev/sg1.
</EM><BR>
<P>Ok. tried that. results are....
<BR>
<P>ROOT@confucius[/root/scanner]# more /etc/sane.d/artec.conf
<BR>
scsi ARTEC
<BR>
/dev/sg1
<BR>
ROOT@confucius[/root/scanner]# scanimage -L
<BR>
[sanei_init_debug]: Setting debug level of artec to 255.
<BR>
[artec] attach_one
<BR>
[artec] Artec/Ultima backend version 0.3, last mod: 10/18/1998 22:45
<BR>
[artec] <A HREF="http://www4.infi.net/~cpinkham/sane/sane-artec-doc.html">http://www4.infi.net/~cpinkham/sane/sane-artec-doc.html</A>
<BR>
[artec] attach: opening /dev/sg1
<BR>
[artec] attach: sending INQUIRY
<BR>
[artec] attach: device doesn't look like a ULTIMA scanner
<BR>
[artec] attach_one
<BR>
[artec] Artec/Ultima backend version 0.3, last mod: 10/18/1998 22:45
<BR>
[artec] <A HREF="http://www4.infi.net/~cpinkham/sane/sane-artec-doc.html">http://www4.infi.net/~cpinkham/sane/sane-artec-doc.html</A>
<BR>
[artec] attach: opening /dev/sg1
<BR>
[artec] attach: sending INQUIRY
<BR>
[artec] attach: device doesn't look like a ULTIMA scanner
<BR>
[artec] sane_get_devices
<BR>
[artec] sane_exit
<BR>
<P><EM>&gt; &gt; /dev/sgb0
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Huh, I don't think you can partion scsi generic devices :-)
</EM><BR>
<P>OK. I don't really understand the device naming. What is the difference
<BR>
between sg0, sg1, etc and sga, sgb, etc ?? I don't have dev
<BR>
<P><EM>&gt; &gt; /dev/sg0
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; &gt; [artec] attach: device doesn't look like a ULTIMA scanner
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Correct. It's your hard disc.
</EM><BR>
<P>OH, ok :-)
<BR>
<P><EM>&gt; &gt; scsi ULTIMA
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; You may try &quot;scsi ARTEC&quot; because that's the manufacturer in your case.
</EM><BR>
<EM>&gt; But &quot;/dev/sg1&quot; should also work.
</EM><BR>
<P>Well, I tried both (see above)... no luck!
<BR>
<P>Any other ideas?
<BR>
<P>-----------------------------------------------------------------------
<BR>
Armando L. Caro Jr. <A HREF="mailto:acaro@cis.udel.edu?Subject=Re:%20detection%20problem&In-Reply-To=&lt;Pine.GSO.3.96.1001105104512.17892B-100000@ren.eecis.udel.edu&gt;">acaro@cis.udel.edu</A>
<BR>
University of Delaware <A HREF="http://www.cis.udel.edu/~acaro">http://www.cis.udel.edu/~acaro</A>
<BR>
-----------------------------------------------------------------------
<BR>
<P><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?Subject=Re:%20detection%20problem&In-Reply-To=&lt;Pine.GSO.3.96.1001105104512.17892B-100000@ren.eecis.udel.edu&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0099.html">Armando L. Caro Jr.: "Re: detection problem"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0097.html">Timothy Little: "Re: [snapscan] Agfa 1212U problems?"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0058.html">Henning Meier-Geinitz: "Re: detection problem"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0111.html">Henning Meier-Geinitz: "Re: detection problem"</A>
<LI><STRONG>Next in thread:</STRONG> <A HREF="0099.html">Armando L. Caro Jr.: "Re: detection problem"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0111.html">Henning Meier-Geinitz: "Re: detection problem"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#98">[ date ]</A>
<A HREF="index.html#98">[ thread ]</A>
<A HREF="subject.html#98">[ subject ]</A>
<A HREF="author.html#98">[ 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 Nov 06 2000 - 05:00:20 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>