Hi.
On: Fri, 12 Apr 2002 08:58:13 -0400,
Douglas Gilbert wrote:
> Rene Rebe wrote:
> If you want the data fetched by the command that is what
> you need. The response sg_header is in (dst, 36). This
> assumes that 'dst' is the buffer read() used, that is:
>num = read(sg_fd, dst, count)
>
New backend for the Across FS1130 scanner. This is a rebadged LEO, so the
LEO FS1130 should also work.
I'd be interested to hear from anybody who has another LEO scanner (fcc
id starts with LUZ).
http://fz.eryx.net/sane/#leo
Frank.
Henning Meier-Geinitz, Freitag, 12. April 2002 18:28:
> Hi,
>
> On Fri, Apr 12, 2002 at 07:31:29AM -0700, Matts wrote:
> > So my suggestion is that this is added to the planned fuatures list,
> > the possibility to select a number of areas and then scan them all at
> > once. It should also be possi
On 12 Apr 2002 13:26:23 +1200
mdew wrote:
> I thought it was something like this..
>
> http://www.gjaeger.de/scanner/plustek.html
>
> (sorry it was BearPaw..my typo)
No, BearPaw 1200 _CU_ is very different from the BearPaw 1200 without
extra letters. BearPaw 1200 TA is again different from 120
Hi,
On Fri, Apr 12, 2002 at 07:31:29AM -0700, Matts wrote:
> So my suggestion is that this is added to the planned fuatures list,
> the possibility to select a number of areas and then scan them all at
> once. It should also be possible to save the areas configuration,
> since In many cased the ar
Hi,
On Fri, Apr 12, 2002 at 02:47:39PM +0200, Pierre wrote:
> I try to compile sane-backends-1.0.7 my linux slackware 8 with gcc-3.0.4
> there was no problem with the configure, but for the make i got :
>
> [...]
> making all in po
> gmake[1]: Entering directory `/tmp/sane-backends-1.0.7/po'
> ge
Hi.
Here is the timetable for sane-1.0.8
Backend-Freeze: 22nd april
Feature-Freeze: 1st or 2nd may
Code-Freeze:21st may
Release-1.0.8: 27th may
Bye
Oliver
Hi,
On Thu, Apr 11, 2002 at 11:58:21PM -0400, Douglas Gilbert wrote:
> If you open an sg device with O_EXCL and it is already open
> then:
> - if O_NONBLOCK is also set then the open() will fail
> with EBUSY
> - otherwise you will wait (interruptible) until the existing
> open()s on th
Hi,
On Fri, Apr 12, 2002 at 01:59:07AM +0200, Rene Rebe wrote:
> Oops - sorry. I'll comit this into CVS this night.
Ok, seems to work now.
> This might also be in the original Tamarck backend! ...
I don't think so. In tamarack.c, sanei_scsi_close() is called before
the test for unknown devices.
Hi,
I try to compile sane-backends-1.0.7 my linux slackware 8 with gcc-3.0.4
there was no problem with the configure, but for the make i got :
[...]
making all in po
gmake[1]: Entering directory `/tmp/sane-backends-1.0.7/po'
generating epson.de.mo from epson.de.po and saneopts.de.po
saneopts.de.p
On Friday 12 April 2002 02:05 pm, Hubert Figuiere wrote:
> > I am looking for a scanner that runs under LINUX and has the following
> > features:
> > 1. Support for scanning of slides and photo negatives in medium format
> >(6x6 cm^2).
> > 2. High speed scanning of A4 black and white (only 1 bi
--=-3b5o7x+U/UgIeNQBqBAx
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
On Fri, 2002-04-12 at 11:35, Felix E. Klee wrote:
> Hi,
>=20
> I am looking for a scanner that runs under LINUX and has the following=20
> features:
> 1. Support for scanning of slides and photo negatives
On Fri, 2002-04-12 at 04:10, Henning Meier-Geinitz wrote:
I thought it was something like this..
http://www.gjaeger.de/scanner/plustek.html
(sorry it was BearPaw..my typo)
> Hi,
>
> On Thu, Apr 11, 2002 at 04:17:11PM +1200, mdew wrote:
> > Im looking at buying a Mustek (USB) "BearClaw 1200CU",
I wanted a flatbed scanner, which could also scan negatives and Dia frames.
I bought an Acer 640UT (usb scanner), which costed about 150 euro.
I am very satisfied with it, it has a build in transparency function for
transparent media (negatives, dias...). When taking ordinary flatbed
(reflectiv
Hi,
I am looking for a scanner that runs under LINUX and has the following
features:
1. Support for scanning of slides and photo negatives in medium format
(6x6 cm^2).
2. High speed scanning of A4 black and white (only 1 bit, not gray scale)
pages (eg. from books).
3. Low price (of course
josi scan lite should, though I've never tested it.
http://www.objects.com.au/products/josi/scanlite
At 09:43 PM 11/04/2002 +0100, Jim George wrote:
>Paul,
>
> I'm not aware of any Mac OS X client that can 'talk' to a sane backend
>on a Linux backend.
>
> My scanner is a Mustek 1200CP+ fl
On Friday 12 April 2002 00:36, you wrote:
> Hi peoeple.
>
> I'm currently debugging a segmentation fault in the avision backend's
> calibration code.
>
The hpusbscsi module changed recently (now it senses errors correctly :-)
In the 2.4 series the change was in 2.4.19-pre5, but not in 2.419-pre4.
Hi!
While I was writing the suggestion for Xsane below, I realised that it could
also be used in all frontends (scanimage? xscanimage...), and to reach many
frontend authors, I am posting it here too.
I have a scanner, which has a built in transparency unit. In has also a dia
frame holder w
Hi.
Oops - sorry. I'll comit this into CVS this night.
This might also be in the original Tamarck backend! ...
On: Thu, 11 Apr 2002 19:11:56 +0200,
Henning Meier-Geinitz wrote:
> Hi,
>
> On Wed, Apr 10, 2002 at 10:01:51PM +0200, Henning Meier-Geinitz wrote:
> > Since the latest update of t
Hi peoeple.
I'm currently debugging a segmentation fault in the avision backend's
calibration code.
I call:
sanei_scsi_cmd (s->fd, &rcmd, sizeof (rcmd), calib_data, &calib_size);
Where calib_data is a pointer to a a buffer of 167076 bytes and
calib_size contains this size.
But I get a segmentat
On Mon, 25 Feb 2002 23:02:13 +0100, Henning Meier-Geinitz wrote:
>On Sun, Feb 24, 2002 at 10:38:42PM +0100, Franz Bakan wrote:
>> a user has reported, that the 1.0.7 OS/2 binary crashes with
>> SIGSEV when the
>> --source
>> option is used (transparency unit or Flatbed).
>> The scanner is an Epso
Rene Rebe wrote:
> Hi peoeple.
>
> I'm currently debugging a segmentation fault in the avision backend's
> calibration code.
>
> I call:
> sanei_scsi_cmd (s->fd, &rcmd, sizeof (rcmd), calib_data, &calib_size);
>
> Where calib_data is a pointer to a a buffer of 167076 bytes and
> calib_size conta
22 matches
Mail list logo