Closed heinrichat closed 1 year ago
Maybe duplicate of #225. It's even the same printer.
It doesn't matter if I do --source="ADF"
or --source="ADF Duplex"
... I always get only one file.
Generally it would be great if there would be a community spreadsheet with all tested printers with tested firmware version, sane-airscan version and all the confirmed features working (or not).
When I place two sheets of paper into the ADF and issue the following command... (The backslash is for ignoring a bash alias)
\scanimage -b --batch-prompt --source="ADF Duplex"
I get this output:
$ \scanimage -b --batch-prompt --source "ADF Duplex"
Output format is not set, using pnm as a default.
scanimage: rounded value of br-x from 215.9 to 215.9
scanimage: rounded value of br-y from 355.6 to 355.6
Scanning infinity pages, incrementing by 1, numbering from 1
Place document no. 1 on the scanner.
Press <RETURN> to continue.
Press Ctrl + D to terminate.
Scanning page 1
Scanned page 1. (scanner status = 5)
Place document no. 2 on the scanner.
Press <RETURN> to continue.
Press Ctrl + D to terminate.
Scanning page 2
scanimage: sane_start: Invalid argument
Batch terminated, 1 page scanned
I press return key once. The ADF starts scanning all the paper until the ADF is empty. Then it prompts me to again press return to scan the next page, but obviously the ADF is already empty (duh!) and it exits.
Maybe this can help.
Hi @heinrichat,
I need a protocol trace. Standard log is not detailed enough to troubleshoot issues like this.
Please, uncomment the following lines in the /etc/sane.d/airscan.conf
file:
[debug]
trace = ~/airscan/trace
Protocol traces will be collected in the ~/airscan/trace
directory (it will be created automatically). For now, .tar
files are not needed, I need only .log
files.
I've already done that.
And here is the debug trace log.
Looks like you have both sane-airscan
and sane-escl
installed, and actually scan with sane-escl
.
It may happen because you don't explicitly specify the device when invoking the scanimage
command and the first device in the list appears to be from the sane-escl
driver.
I suggest you to try to comment out the escl
keyword in the /etc/sane.d/dll.conf
file and retest.
Dude... it works!
Finally... after Canon, Ricoh, Kyocera I found Brother which just works. Thank you!!
Glad to hear! :)
Hi!
Bought completely new. Everything works flawlessly except duplex scanning. The printer has duplex scanning capability. Using on Debian 10.
Latest firmware version installed
ZA 1.12
ROM version is calledZA2211160228:DB30
After placing two sheets of paper into the DADF... printer tells me "ADF ready" on the mini color display and I issue following command...
It creates only one file containing the "frontside" of the first page.
Here is the debug output. I had to use pastebin, because github comment can have max 65536 chars... M$ apperantly is running low on disk space and has to skimp on storage :/
And here is the debug trace log.
Thank you for your help.