sane-project-website/old-archive/2000-04/0185.html

153 wiersze
5.3 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: microtek X6USB</TITLE>
<META NAME="Author" CONTENT="Oliver Neukum (Oliver.Neukum@lrz.uni-muenchen.de)">
<META NAME="Subject" CONTENT="microtek X6USB">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>microtek X6USB</H1>
<!-- received="Tue Apr 18 00:15:13 2000" -->
<!-- isoreceived="20000418071513" -->
<!-- sent="Tue, 18 Apr 2000 10:53:43 +0200" -->
<!-- isosent="20000418085343" -->
<!-- name="Oliver Neukum" -->
<!-- email="Oliver.Neukum@lrz.uni-muenchen.de" -->
<!-- subject="microtek X6USB" -->
<!-- id="00041810574203.00314@ghanima" -->
<STRONG>From:</STRONG> Oliver Neukum (<A HREF="mailto:Oliver.Neukum@lrz.uni-muenchen.de?Subject=Re:%20microtek%20X6USB&In-Reply-To=&lt;00041810574203.00314@ghanima&gt;"><EM>Oliver.Neukum@lrz.uni-muenchen.de</EM></A>)<BR>
<STRONG>Date:</STRONG> Tue Apr 18 2000 - 01:53:43 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0186.html">Mentore Siesto: "Re: ASPIROUT.sys not recognized by OS/2 Config.sys"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0184.html">R Talbot: "ASPIROUT.sys not recognized by OS/2 Config.sys"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0187.html">abel deuring: "Re: microtek X6USB"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0187.html">abel deuring: "Re: microtek X6USB"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#185">[ date ]</A>
<A HREF="index.html#185">[ thread ]</A>
<A HREF="subject.html#185">[ subject ]</A>
<A HREF="author.html#185">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Hi,
<BR>
<P>we've written a driver that does scsi over usb for the Microtek X6USB.
<BR>
After adding 0x99 to the supported scanners in sane1.0.2 I got this:
<BR>
<P>root@ghanima:/usr/local/etc/sane.d &gt; /usr/local/bin/scanimage -L
<BR>
[sanei_init_debug]: Setting debug level of microtek2 to 128.
<BR>
[microtek2] sane_init: Microtek2 (v0.8) says hello...
<BR>
[microtek2] parse_config_file: fp=0x804ddb0
<BR>
[microtek2] attach_one: name='/dev/sg4
<BR>
'
<BR>
[microtek2] add_device_list: device='/dev/sg4'
<BR>
[microtek2] attach: device='/dev/sg4'
<BR>
[microtek2] scsi_inquiry: mi=0x804de94, device='/dev/sg4'
<BR>
[sanei_init_debug]: Setting debug level of sanei_scsi to 128.
<BR>
[sanei_scsi] sanei_scsi_open: sanei_scsi_max_request_size=32768 bytes
<BR>
[sanei_scsi] sanei_scsi_open: SG driver version: 30112
<BR>
[sanei_scsi] sanei_scsi_open_extended: using 32768 bytes as SCSI buffer
<BR>
[sanei_scsi] trying to enable low level command queueing
<BR>
[sanei_scsi] sanei_scsi_open: Host adapter queue depth: 1
<BR>
[sanei_scsi] sanei_scsi_open: SG driver can change buffer size at run time
<BR>
[sanei_scsi] sanei_scsi_open: could not allocate SG buffer memory wanted: 131072 got: 32768
<BR>
[microtek2] scsi_inquiry: 'Out of memory'
<BR>
[microtek2] attach: 'Out of memory'
<BR>
[microtek2] sane_get_devices: local_only=0
<BR>
[microtek2] attach: device='/dev/sg4'
<BR>
[microtek2] scsi_inquiry: mi=0x804de94, device='/dev/sg4'
<BR>
[sanei_init_debug]: Setting debug level of sanei_scsi to 128.
<BR>
[sanei_scsi] sanei_scsi_open: SG driver version: 30112
<BR>
[sanei_scsi] sanei_scsi_open_extended: using 32768 bytes as SCSI buffer
<BR>
[sanei_scsi] trying to enable low level command queueing
<BR>
[sanei_scsi] sanei_scsi_open: Host adapter queue depth: 1
<BR>
[sanei_scsi] sanei_scsi_open: SG driver can change buffer size at run time
<BR>
[sanei_scsi] sanei_scsi_open: could not allocate SG buffer memory wanted: 131072 got: 32768
<BR>
[microtek2] scsi_inquiry: 'Out of memory'
<BR>
[microtek2] attach: 'Out of memory'
<BR>
[microtek2] sane_get_devices: attach status 'Out of memory'
<BR>
[microtek2] sane_exit:
<BR>
[microtek2] sane_get_devices: local_only=0
<BR>
[microtek2] sane_get_devices: sd_list_freed
<BR>
[microtek2] sane_exit: MICROTEK2 says goodbye.
<BR>
<P>The driver doesn't support scatter/gather. May that be the reason ?
<BR>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Oliver Neukum
<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:%20microtek%20X6USB&In-Reply-To=&lt;00041810574203.00314@ghanima&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0186.html">Mentore Siesto: "Re: ASPIROUT.sys not recognized by OS/2 Config.sys"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0184.html">R Talbot: "ASPIROUT.sys not recognized by OS/2 Config.sys"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0187.html">abel deuring: "Re: microtek X6USB"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0187.html">abel deuring: "Re: microtek X6USB"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#185">[ date ]</A>
<A HREF="index.html#185">[ thread ]</A>
<A HREF="subject.html#185">[ subject ]</A>
<A HREF="author.html#185">[ 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>Tue Apr 18 2000 - 00:16:08 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>