[sane-devel] hp5400_internal.c rintf()

2003-04-24 Thread
Second try: Hi, I just tried to compile the cvs from today. Everything built fine with one exeption: OS/2 runtime-lib doesnt't have rintf() (used in Line 1226 of hp5400_internal.c) So I got one undefined symbol _rintf while linking. replacing rintf() with rint() helps, but I don't know if that

[sane-devel] How to scan both sides, grayscale 16 bits, multiple pages using Fujitsu fi-4120c?

2003-04-24 Thread Henning Meier-Geinitz
Hi, On Thu, Apr 24, 2003 at 02:02:27PM -0500, Peter Chen wrote: > I read fujitsu.c and it said I need to call sane_start again to get the 2nd > page, is that right? Yes, that's the way how you scan multiple pages with SANE. And it works this way with scanimage, scanadf and XSane with the ADF of m

[sane-devel] Please resend mails to sane-devel

2003-04-24 Thread Henning Meier-Geinitz
Hi, If you have sent emails to the sane-devel mailing list during the last four days that haven't made it to the list or the archive until now, please resend them as they are most probably lost. Bye, Henning

[sane-devel] Help with UMAX Astra 2400

2003-04-24 Thread Henning Meier-Geinitz
Hi, On Thu, Apr 24, 2003 at 10:31:10AM -0700, Doug Docherty wrote: > Can anyone help me with getting this scanner working under XSane / RH > 9?. I have seen conflicting information regarding this scanner - some > postings have indicated that it is compatible, where more recent ones > seem to indi

[sane-devel] list back in working order

2003-04-24 Thread Henning Meier-Geinitz
Hi, On Thu, Apr 24, 2003 at 09:51:28AM -0700, David Mosberger-Tang wrote: > The sane-devel list stopped working on April 20th. Apparently there > was so much spam that the mailer software stopped working. Anyhow, I > cleared the clogging and things should be working fine again. Thanks. I there a

[sane-devel] Problem with setting Fujitsu fi-4120c to Grayscale

2003-04-24 Thread m. allan noah
ok, in your prior mails it would have been helpful to explain the you were writing an application, not just trying to use the scanner with the existing frontends. can you set the grayscale and resolution without error using scanimage? does it work every time? if not, then it is likely a driver

[sane-devel] Problem with setting Fujitsu fi-4120c to Grayscale

2003-04-24 Thread Peter Chen
I tried scanimage with --mode=gray, and it worked fine. But I could not do it with --duplex=both. It said: scanimage: sane_start: invalid argument. scanadf did not work either. I'm using RedHat 7.2 with fi-4120c, and I feel it works fine with usb, at least now:). When I tried to use sane-find-scan

[sane-devel] Re: How to scan both sides, grayscale 16 bits, multiple pages using Fujitsu fi-4120c?

2003-04-24 Thread m. allan noah
peter, we are all on the sane mailing list, no need to email us all as well. i recommend that you use this scanner with scsi for now, it works much better than usb, especially wrt to errors. see comments below... On Thu, 24 Apr 2003, Peter Chen wrote: > Hi all, > > I want to scan both sides

[sane-devel] Problem with setting Fujitsu fi-4120c to Grayscale

2003-04-24 Thread Peter Chen
Hi all, I tried to set fi-4120c to Grayscale. I used the following code flow: status = sane_init(version_code, NULL); status = sane_get_devices(&device_list, true); ... sane_exit(); status = sane_init(version_code, NULL); status = sane_open("dev/us

[sane-devel] How to scan both sides, grayscale 16 bits, multiple pages using Fujitsu fi-4120c?

2003-04-24 Thread Peter Chen
Hi all, I want to scan both sides using Fujitsu fi-4120c, so I tried many frontends, including xscanimage, scanadf and xsane, but I could not do it. I read fujitsu.c and it said I need to call sane_start again to get the 2nd page, is that right? And also, how does ADF work? I read scanadf.c and

[sane-devel] Help with UMAX Astra 2400

2003-04-24 Thread Doug Docherty
Can anyone help me with getting this scanner working under XSane / RH 9?. I have seen conflicting information regarding this scanner - some postings have indicated that it is compatible, where more recent ones seem to indicate that the programming information is not available for this device. Has

[sane-devel] Re: how to set Fujitsu fi-4120c to ADF, Gray 16 bits

2003-04-24 Thread Henning Meier-Geinitz
Hi, I'm cc'ing sane-deve again. On Wed, Apr 23, 2003 at 08:46:08PM -0500, Peter Chen wrote: > Could you pls give me some hints on how to set Fujitsu fi-4120c to ADF, Gray > 16 bits? What parameters should I send to sane_control_option()? I could not > figure out how they did it in scanadf and xsc

[sane-devel] list back in working order

2003-04-24 Thread David Mosberger-Tang
The sane-devel list stopped working on April 20th. Apparently there was so much spam that the mailer software stopped working. Anyhow, I cleared the clogging and things should be working fine again. Sorry for the inconvenience. --david