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

162 wiersze
5.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: UMAX Vistascan S12</TITLE>
<META NAME="Author" CONTENT="Douglas Gilbert (dgilbert@interlog.com)">
<META NAME="Subject" CONTENT="Re: UMAX Vistascan S12">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: UMAX Vistascan S12</H1>
<!-- received="Wed Jun 6 20:07:55 2001" -->
<!-- isoreceived="20010607030755" -->
<!-- sent="Wed, 06 Jun 2001 23:10:14 -0400" -->
<!-- isosent="20010607031014" -->
<!-- name="Douglas Gilbert" -->
<!-- email="dgilbert@interlog.com" -->
<!-- subject="Re: UMAX Vistascan S12" -->
<!-- id="3B1EF096.78F4AE67@interlog.com" -->
<!-- inreplyto="000f01c0ed12$fcc58050$0300a8c0@magica" -->
<STRONG>From:</STRONG> Douglas Gilbert (<A HREF="mailto:dgilbert@interlog.com?Subject=Re:%20UMAX%20Vistascan%20S12&In-Reply-To=&lt;3B1EF096.78F4AE67@interlog.com&gt;"><EM>dgilbert@interlog.com</EM></A>)<BR>
<STRONG>Date:</STRONG> Wed Jun 06 2001 - 20:10:14 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0108.html">Peter Fales: "xscanimage problem/question?"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0106.html">Douglas Gilbert: "Re: Device I/O error"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0063.html">Carlitos Monti: "Re: UMAX Vistascan S12"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0064.html">lee: "Re: UMAX Vistascan S12"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#107">[ date ]</A>
<A HREF="index.html#107">[ thread ]</A>
<A HREF="subject.html#107">[ subject ]</A>
<A HREF="author.html#107">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Carlitos Monti wrote:
<BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Here is the SCSI information:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Attached devices:
</EM><BR>
<EM>&gt; Host: scsi0 Channel: 00 Id: 01 Lun: 00
</EM><BR>
<EM>&gt; Vendor: SEAGATE Model: ST34572W Rev: 0876
</EM><BR>
<EM>&gt; Type: Direct-Access ANSI SCSI revision: 02
</EM><BR>
<EM>&gt; Host: scsi0 Channel: 00 Id: 05 Lun: 00
</EM><BR>
<EM>&gt; Vendor: YAMAHA Model: CDR400t Rev: 1.0c
</EM><BR>
<EM>&gt; Type: CD-ROM ANSI SCSI revision: 02
</EM><BR>
<EM>&gt; Host: scsi0 Channel: 00 Id: 06 Lun: 00
</EM><BR>
<EM>&gt; Vendor: PLEXTOR Model: CD-ROM PX-8XCS Rev: 1.01
</EM><BR>
<EM>&gt; Type: CD-ROM ANSI SCSI revision: 02
</EM><BR>
<EM>&gt; Host: scsi1 Channel: 00 Id: 05 Lun: 00
</EM><BR>
<EM>&gt; Vendor: UMAX Model: SuperVista S-12 Rev: V1.9
</EM><BR>
<EM>&gt; Type: Scanner ANSI SCSI revision: 02
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Yes, the sg module and the scsi adapter modules are available and loaded.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; find-scanner returns this:
</EM><BR>
<EM>&gt; # Note that find-scanner will find any scanner that is connected
</EM><BR>
<EM>&gt; # to a SCSI bus. It will even find scanners that are not supported
</EM><BR>
<EM>&gt; # at all by SANE. It won't find a scanner that is connected to a
</EM><BR>
<EM>&gt; # parallel, USB or other non-SCSI port.
</EM><BR>
<EM>&gt; and nothing else.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; The permissions of /dev/sg* are the following:
</EM><BR>
<EM>&gt; brw-rw-rw- 1 root disk 21, 0 may 10 21:22 sg0
</EM><BR>
<EM>&gt; brw-rw-rw- 1 root disk 21, 1 may 10 21:22 sg1
</EM><BR>
<EM>&gt; brw-rw-rw- 1 root disk 21, 2 may 10 21:22 sg2
</EM><BR>
<EM>&gt; brw-rw-rw- 1 root disk 21, 3 may 10 21:22 sg3
</EM><BR>
<P>Carlitos,
<BR>
The sg driver in Linux is a &quot;char&quot; device, not a &quot;block&quot; device.
<BR>
Hence those permissions should read something like:
<BR>
&quot;crw-rw-rw-&quot;. Do &quot;man mknod&quot; to see how that command works,
<BR>
delete those sg file name entries, then use mknod to put
<BR>
the correct ones there. For example:
<BR>
$ cd /dev
<BR>
$ rm sg0
<BR>
$ mknod sg0 c 21 0
<BR>
$ chmod 666 sg0
<BR>
....
<BR>
<P>BTW Block device 21 is the Acorn MFM hard drive interface.
<BR>
<P>Doug Gilbert
<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?Subject=Re:%20UMAX%20Vistascan%20S12&In-Reply-To=&lt;3B1EF096.78F4AE67@interlog.com&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0108.html">Peter Fales: "xscanimage problem/question?"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0106.html">Douglas Gilbert: "Re: Device I/O error"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0063.html">Carlitos Monti: "Re: UMAX Vistascan S12"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0064.html">lee: "Re: UMAX Vistascan S12"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#107">[ date ]</A>
<A HREF="index.html#107">[ thread ]</A>
<A HREF="subject.html#107">[ subject ]</A>
<A HREF="author.html#107">[ 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>Wed Jun 06 2001 - 20:08:36 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>