[sane-devel] Re: Problems with Microtek 3600 USB

2001-09-23 Thread Magnus Schmidt
Hi, I don't know if my first message made it to the list ... in case it didn't see below. Meanwhile I was able to get something from the scanner, compiling the sane-backends with --disable-shared solved one problem. Now the scanner starts to scan, but stops after a random time: root@atropos:/

[sane-devel] mustek 600 usb scanner back-end

2001-09-23 Thread Marcus Alanen
Hi! I've just got a Mustek 600 USB scanner, but there seems to be no backend. I was thinking of writing it, but first I thought of asking this list: - How easy/hard is this to do? I have no technical documentation about the scanner, and neither do I know anything about scanners in general. Or USB,

[sane-devel] Acer Vuego 310s (scsi) under FreeBSD

2001-09-23 Thread Oliver Schwartz
Hi, > > As far as I can see the maximum resolution for this scanner is 300 dpi, > > which should result in a maximum line length of ~7650 bytes. But maybe > > I'm mistaken somewhere. > > right, the guess with the one one scan line exceeding the SCSI buffer > size is indeed nonsense. But the backe

[sane-devel] Acer Vuego 310s (scsi) under FreeBSD

2001-09-23 Thread abel deuring
Oliver Schwartz wrote: > > "grep sanei_scsi_max_request_size snapscan*.[hc]" does not return any > > results, so I guess the bug is within the Snapscan backend. Perhaps it > > simply tries to read entire scan lines with one SCSI command; in this > > the limit of 65536 bytes can easily be reached fo

[sane-devel] Acer Vuego 310s (scsi) under FreeBSD

2001-09-23 Thread Oliver Schwartz
Hi, > > On Sat, Sep 22, 2001 at 07:57:32AM +0200, Hans Eichbaum wrote: > > > I've some troubles with my Acer Vuego 310s scanner. > > > The scanner have worked properly under Suse Linux & sane. > > > but under FreeBSD I've got a strange message when starting scanimage or > > > xsane namely > > > >

[sane-devel] Acer Vuego 310s (scsi) under FreeBSD

2001-09-23 Thread abel deuring
Henning Meier-Geinitz wrote: > > Hi, > > On Sat, Sep 22, 2001 at 07:57:32AM +0200, Hans Eichbaum wrote: > > I've some troubles with my Acer Vuego 310s scanner. > > The scanner have worked properly under Suse Linux & sane. > > but under FreeBSD I've got a strange message when starting scanimage or

[sane-devel] Sane on Linux Sparc...

2001-09-23 Thread abel deuring
Tomislav Renic wrote: > > Sorry about the lack of details. I realized after I sent the email that I > should have been a bit more explicit with my system details. Here's what > I've got: > > Sun Ultra 10 with 300 MHz Ultrasparc IIi > Adaptec AHA2940UW Controller at SCSI-ID=7 > UMAX S6E scanner

[sane-devel] how to compile snapscan with usb support

2001-09-23 Thread Oliver Schwartz
> > > configure don't find usb.h . What do I need for it. Only > > > kernel USB support or libusb or something else. > > > > You need the kernel include files. usb.h is usually found in > > /usr/include/linux/usb.h. Depending on your distribution you may have to > > install a package that contains

[sane-devel] lm983x/umax 3400

2001-09-23 Thread Henning Meier-Geinitz
Hi, On Sun, Sep 23, 2001 at 02:23:29AM -0400, rm wrote: > i noticed some talk on the list about an lm983x backend, and i > wanted to share some information. > i compiled scanner.c in the usb drivers with the 3400 id > (0x1606, 0x0060) and then used the hp scanjet 2200c test program.

[sane-devel] Acer Vuego 310s (scsi) under FreeBSD

2001-09-23 Thread Henning Meier-Geinitz
Hi, On Sat, Sep 22, 2001 at 07:57:32AM +0200, Hans Eichbaum wrote: > I've some troubles with my Acer Vuego 310s scanner. > The scanner have worked properly under Suse Linux & sane. > but under FreeBSD I've got a strange message when starting scanimage or xsane > namely > > Failed to start scann

[sane-devel] Sane on Linux Sparc...

2001-09-23 Thread Henning Meier-Geinitz
Hi, On Fri, Sep 21, 2001 at 03:45:02PM -0400, Tomislav Renic wrote: > Here's the debug output from the mustek backend: > debian:~# SANE_DEBUG_MUSTEK=4 scanimage -L > [sanei_debug] Setting debug level of mustek to 4. > [mustek] SANE mustek backend version 1.0 build 107 from sane-backends-1.0.5 > [m

[sane-devel] how to compile snapscan with usb support

2001-09-23 Thread Henning Meier-Geinitz
Hi, On Sun, Sep 23, 2001 at 12:02:20PM +0200, Oliver Schwartz wrote: > > configure don't find usb.h . What do I need for it. Only > > kernel USB support or libusb or something else. > > You need the kernel include files. usb.h is usually found in > /usr/include/linux/usb.h. Depending on your dis

[sane-devel] HP Scanjet 5300C

2001-09-23 Thread Oliver Neukum
Am Freitag, 21. September 2001 21:20 schrieben Sie: > Hi, > > On Fri, Sep 21, 2001 at 03:59:42PM +0100, Jose Paulo Moitinho de Almeida wrote: > > On Thursday 20 September 2001 04:59, you wrote: > > > I have a FBSD 4.3 box with a HP 5300C USB scanner, I am using xsane .75 > > > with GIMP 1.2.1. I

[sane-devel] how to compile snapscan with usb support

2001-09-23 Thread Oliver Schwartz
Hi, > configure don't find usb.h . What do I need for it. Only > kernel USB support or libusb or something else. You need the kernel include files. usb.h is usually found in /usr/include/linux/usb.h. Depending on your distribution you may have to install a package that contains only the include

[sane-devel] HP Scanjet 5300C

2001-09-23 Thread Oliver Neukum
Am Freitag, 21. September 2001 13:48 schrieben Sie: > Hi, > > On Wed, Sep 19, 2001 at 10:59:12PM -0500, Bob Bomar wrote: > > I have a FBSD 4.3 box with a HP 5300C USB scanner, I am using xsane .75 > > with GIMP 1.2.1. I was looking at the documentation and saw that the > > 5300C is supported and n

[sane-devel] lm983x/umax 3400

2001-09-23 Thread rm
hi, i noticed some talk on the list about an lm983x backend, and i wanted to share some information. i compiled scanner.c in the usb drivers with the 3400 id (0x1606, 0x0060) and then used the hp scanjet 2200c test program. the motor seems to work correctly (at least in going forw