[sane-devel] saned doesn't release the parallel port when finished

2003-12-19 Thread Jochen Eisinger
Hi, does this also happen when you scan from command line, i.e. using scanimage? regards -- jochen

[sane-devel] Sane with Epson GT-6000 as parallel device on Suse Linux 9.

2003-12-19 Thread harald
Hello, i'm trying to get access to my Epson Scanner GT-6000 over network and on local machine as regular user. The scanner works as "epson:0x378" as user root. Have no access as "normal User". Device net.dll contains the adresses of my local network. In dll.conf i have activated net and epson d

[sane-devel] Sane with Epson GT-6000 as parallel device on Suse Linux 9.

2003-12-19 Thread Henning Meier-Geinitz
Hi, On Thu, Dec 18, 2003 at 10:06:32PM +0100, harald wrote: > i'm trying to get access to my Epson Scanner GT-6000 over network and on > local > machine as regular user. The scanner works as "epson:0x378" as user root. > Have no access as "normal User". Device net.dll net.conf? > contains the

[sane-devel] How to download files for Artec e+48u scanner?

2003-12-19 Thread cr
On Fri, 12 Dec 2003 04:14, Bjoern Brill wrote: > Sorry, had to resend this, used a wrong From: address first time. > (snip) > > > > Is there anywhere I can download just the e+48u libsane and conf files > > from? Where (in a Debian system) should those files go? > > I doubt that dropping newer .

[sane-devel] RE: In Search of a Master

2003-12-19 Thread Henning Meier-Geinitz
Hi, On Fri, Dec 19, 2003 at 11:36:10AM -0500, Jason Anderson wrote: > What I am trying to do is just write a simple program that will > access the device so that I can then try to read/write to the device. Ok. > This is just for starters so that I can get a feel of the sane API. Ok. You haven't

[sane-devel] In search of a master

2003-12-19 Thread Henning Meier-Geinitz
Hi, On Fri, Dec 19, 2003 at 08:39:50AM +, Major A wrote: > > Does anyone know which standard header file to include for size_t? > > Shouldn't that be included in sanei_usb.h evene if a backend includes > > it anyway? > > I think stdlib.h is sufficient (it defines malloc(size_t)). That's all >

[sane-devel] RE: In Search of a Master

2003-12-19 Thread Major A
> /*Declare any prototypes */ > SANE_Int fd; > SANE_Status sanei_usb_open (SANE_String_Const devname, SANE_Int *dn); > void sanei_usb_close (SANE_Int dn); > void sanei_usb_init (void); I'm telling you for the third time: these prototypes have no place in your C file, they are defined in headers wh

[sane-devel] In search of a master

2003-12-19 Thread Major A
> sanei_backend.h is used for stuff like this. You're right, sane.h should only contain SANE API stuff. Andras === Major Andras e-mail: and...@users.sourceforge.net www:http://andras.webhop.org/ ===

[sane-devel] Re: SANE, Darwin, Umax Vista-S6E problems

2003-12-19 Thread Randolph Fritz
--IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Dec 18, 2003 at 11:15:07PM -0800, Randolph Fritz wrote: Still not working, even though the Umax backends seem now to use sanei. The scanner works fine with the Umax driver on Mac classic and the demo

[sane-devel] RE: In Search of a Master

2003-12-19 Thread Jason Anderson
Dear Henning, What I am trying to do is just write a simple program that will access the device so that I can then try to read/write to the device. This is just for starters so that I can get a feel of the sane API. Here's the code from "hubba.c" file: -- #include "../include/sane/c

[sane-devel] In search of a master

2003-12-19 Thread Major A
> Does anyone know which standard header file to include for size_t? > Shouldn't that be included in sanei_usb.h evene if a backend includes > it anyway? I think stdlib.h is sufficient (it defines malloc(size_t)). That's all I can find quickly in the glibc docs, don't have K&R at hand at the momen