[sane-devel] Hewllet Packard 4300c Scanner

2003-02-03 Thread Yago
Hi to all. I have an HP 4300c USB scanner and I know this scanner don't h= ave=20 Linux support, also no SANE support. Through the SANE Home Page links now I know that I need the "SANE backend= s for=20 flatbed scanners with the NIASH chipset" for to work with my scanner. The= =20 installation of

[sane-devel] Hewllet Packard 4300c Scanner

2003-02-03 Thread scott fagg
On Mon, 3 Feb 2003, Yago wrote: > Hi to all. I have an HP 4300c USB scanner and I know this scanner don't have > Linux support, also no SANE support. > > Through the SANE Home Page links now I know that I need the "SANE backends > for > flatbed scanners with the NIASH chipset" for to work with

[sane-devel] xscanimage 1.1.10

2003-02-03 Thread
Hi, while aquiering preview with 1.1.10 xscanimage ( OS/2 , epson backend) I got: Assertion failed: *dst_size <= sanei_scsi_max_request_size, file sanei_scsi.c, line 3671 Abnormal program termination core dumped Any hints? Bye Franz

[sane-devel] pthreads for MacOSX (instead of child process)

2003-02-03 Thread Beat Birkhofer
Hi There's a problem with backends (plustek in my case) that use fork() on MacOSX. Due to the IOKit it's impossible that two processes access the USB at the same time. I solved the problem by replacing the child process by a pthread. The problem: There are about 15 #ifdefs in plustek.c (quite

[sane-devel] Infos on Visioneer 4400/PrimaScan 2600u

2003-02-03 Thread Henning Meier-Geinitz
Hi, On Sun, Feb 02, 2003 at 04:40:30PM +0100, Jaeger, Gerhard wrote: > after checking the unsupported.desc, I'm a little bit confused about the > Visioneer 4400. I got a report, that it has the following VID/PID: > vendor ID 0x0461, product ID 0x0347 > This one is exactly the PrimaScan 2600u. R

[sane-devel] HP 5300C works, but...

2003-02-03 Thread Rene Rebe
Hi. I can no reproduce this with my current development version (not released yet). Could you try an slightly older version provided on my SANE/Avision page? I never saw this problem, especially not with an 5300, and it might be possible that the version you are using is the only one with the off-

[sane-devel] OT: Scanning 6cm x 6cm Dias

2003-02-03 Thread Jose Paulo Moitinho de Almeida
On Sunday 02 February 2003 14:54, Jonathan Buzzard wrote: > ... > What I question is given you have used the high end expensive > equipment to take the photographs, why you would then used a > cheap flat bed scanner to scan them in. It just does not make > any logical sense at all. > > If you can't

[sane-devel] scanimage: sane_start: Out of memory

2003-02-03 Thread Patrick Begou
Il s'agit d'un message multivolet au format MIME. --792EED38B061777DF2DC9895 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi Henning, Henning Meier-Geinitz a =E9crit : > = > The scanner is detected by sane-find-scanner? = yes it is: $ san

[sane-devel] Re: xsane/plustek timeouts

2003-02-03 Thread Steven King
Hello Henning and Gerhard You both provided some help for my xsane / sane problem.=20 You suggested I try a more recent SANE backend. I did that, but found tha= t=20 xsane 0.84 no longer knew where to find SANE. I guess I could have got ar= ound=20 this by finding a source of xsane 0.84 and compi

[sane-devel] Why does xsane-gimp exist ?

2003-02-03 Thread John Vickers
Hi. Perhaps someone can just point me at relevant documentation... According to: http://www.xsane.org/doc/sane-xsane-gimp-doc.html xsane can be used directly as a gimp plugin. So what is xsane-gimp for ? (I guess some kind of bug workarround). Regards, John.

[sane-devel] sane-1.0.10 released

2003-02-03 Thread Henning Meier-Geinitz
Hi, On Sun, Feb 02, 2003 at 10:35:15PM +0100, Franz Bakan wrote: > As I have to convert UTF-8 back to something else on OS/2 > because gdk/gtk here does not support UTF-8 message-files > (perhaps I just don't know the trick) I discovered a problem in > > /po/sane-backends.pt.po I see. recode isn

[sane-devel] xscanimage 1.1.10

2003-02-03 Thread Henning Meier-Geinitz
Hi, On Mon, Feb 03, 2003 at 12:15:51AM +0100, Franz Bakan wrote: > while aquiering preview with 1.1.10 xscanimage > ( OS/2 , epson backend) I got: > > Assertion failed: *dst_size <= sanei_scsi_max_request_size, file > sanei_scsi.c, line 3671 > > Abnormal program termination > core dumped That

[sane-devel] pthreads for MacOSX (instead of child process)

2003-02-03 Thread Henning Meier-Geinitz
Hi, On Mon, Feb 03, 2003 at 01:31:03AM +0100, Beat Birkhofer wrote: > There's a problem with backends (plustek in my case) that use fork() > on MacOSX. Due to the IOKit it's impossible that two processes access > the USB at the same time. Shouldn't the problem solved at the source, i.e. IOKit f