[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-08 Thread Simon Matter
> I just did a quick git testing. > The buffer problem seems to be solved now. I can confirm this for the S510 as well - which didn't show any I/O error but is really slow. I can also confirm that using "-B" solves the issue with 1.0.21. Here is my list of tests using the ScanSnap S510: Scan tim

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-08 Thread Markus Golser
I just did a quick git testing. The buffer problem seems to be solved now.

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-08 Thread Simon Matter
> I just did some benchmarkung it takes 18 seconds to scan a A4 600DPI > color duplex page. > 4878*7046 600DPI 24bit color on windows. And 1 minute or more on linux > > if I use scanimage like this "scanimage -b -B -d fujitsu --source "ADF > Duplex" --mode color --resolution 600" it seems to work.

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-08 Thread m. allan noah
Thanks for the testing guys. Looks like this one is squashed. For the record, the problem was caused by code I added to reduce the memory usage of the backend. Sane backends 1.0.20 and before used a full-size buffer for both front and backside data. Total of 200Mb for 600dpi color duplex A4. 1.0.

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-08 Thread Markus Golser
I just did some benchmarkung it takes 18 seconds to scan a A4 600DPI color duplex page. 4878*7046 600DPI 24bit color on windows. And 1 minute or more on linux if I use scanimage like this "scanimage -b -B -d fujitsu --source "ADF Duplex" --mode color --resolution 600" it seems to work. The -B or

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-05 Thread Joachim Franek
On Friday 04 February 2011 22:32:41 m. allan noah wrote: > what version of sane-backends is that? Can you also try a test at 600 dpi? > > allan Hello allen, 300dpi always ok. I try it with 600dpi: - ubuntu 10.04 32bit -> ok - ubuntu 10.10 64bit -> not ok not ok: scan stops at half page. ok:

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-04 Thread Joachim Franek
> > on Ubuntu 10.04 32bit jjf at nb8:~$ uname -a Linux nb8 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 21:21:01 UTC 2011 i686 GNU/Linux Joachim

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-04 Thread Joachim Franek
On Friday 04 February 2011 17:53:32 m. allan noah wrote: > No, Markus has uncovered a real bug. The S1500 chokes when doing high > resolution duplex scans. The backend reads data from both sides of the > paper, and buffers the back side. Unfortunately, we read too far ahead > on the backside, and t

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-04 Thread Simon Matter
> On Fri, Feb 4, 2011 at 12:16 PM, Simon Matter > wrote: >>> No, Markus has uncovered a real bug. The S1500 chokes when doing high >>> resolution duplex scans. The backend reads data from both sides of the >>> paper, and buffers the back side. Unfortunately, we read too far ahead >>> on the backsi

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-04 Thread Simon Matter
> No, Markus has uncovered a real bug. The S1500 chokes when doing high > resolution duplex scans. The backend reads data from both sides of the > paper, and buffers the back side. Unfortunately, we read too far ahead > on the backside, and the scanner has problems. I have no idea if this could be

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-04 Thread Joachim Franek
On Friday 04 February 2011 15:41:57 Markus Golser wrote: > Hi I try to scan a document using my new scansnap S1500. > > works: scanadf -d fujitsu --mode color > works: scanadf -d fujitsu --mode lineart > works: scanadf -d fujitsu --mode halftone > works: scanadf -d fujitsu --source "ADF Duplex" --

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-04 Thread m. allan noah
what version of sane-backends is that? Can you also try a test at 600 dpi? allan On Fri, Feb 4, 2011 at 4:24 PM, Joachim Franek wrote: > On Friday 04 February 2011 17:53:32 m. allan noah wrote: >> No, Markus has uncovered a real bug. The S1500 chokes when doing high >> resolution duplex scans. T

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-04 Thread Markus Golser
Hi I try to scan a document using my new scansnap S1500. works: scanadf -d fujitsu --mode color works: scanadf -d fujitsu --mode lineart works: scanadf -d fujitsu --mode halftone works: scanadf -d fujitsu --source "ADF Duplex" --mode Lineart works: scanadf -d fujitsu --source "ADF Duplex" --mode H

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-04 Thread m. allan noah
On Fri, Feb 4, 2011 at 12:16 PM, Simon Matter wrote: >> No, Markus has uncovered a real bug. The S1500 chokes when doing high >> resolution duplex scans. The backend reads data from both sides of the >> paper, and buffers the back side. Unfortunately, we read too far ahead >> on the backside, and

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-04 Thread m. allan noah
No, Markus has uncovered a real bug. The S1500 chokes when doing high resolution duplex scans. The backend reads data from both sides of the paper, and buffers the back side. Unfortunately, we read too far ahead on the backside, and the scanner has problems. Do you have the S1500 too? perhaps you

[sane-devel] Scanning from fujitsu ScanSnap S1500 Error during device I/O

2011-02-04 Thread m. allan noah
Please try the following: SANE_DEBUG_FUJITSU=25 scanadf -d fujitsu --source "ADF Duplex" --mode color 2>S1500.log then send me S1500.log directly. allan On Fri, Feb 4, 2011 at 9:41 AM, Markus Golser wrote: > Hi I try to scan a document using my new scansnap S1500. > > works: scanadf -d fujits