Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-03-17 Thread Louis Lagendijk
On Sat, 2018-03-17 at 18:51 +, Patrick Roncagliolo wrote: > Regarding ADF support, I can tell you a difference between two > situations: > > ADF empty: backend hangs a while, than I can read "scanimage: > sane_read: Document feeder out of documents" > ADF with sheets loaded: operation hats

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-03-17 Thread Louis Lagendijk
On Sat, 2018-03-17 at 18:36 +, Patrick Roncagliolo wrote: > I have empty iptables. By reading manpages, I found that /etc/sane.d > was not in the $SANE_CONFIG_DIR. > I put there "bjnp://192.168.1.5", lanched scanimage -L and it finally > worked. > > One question/curiosity: scangearmp2 (Canon

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-03-17 Thread Patrick Roncagliolo
Regarding ADF support, I can tell you a difference between two situations: ADF empty: backend hangs a while, than I can read "scanimage: sane_read: Document feeder out of documents" ADF with sheets loaded: operation hats instantaneously, and I can read "scanimage: sane_read: Operation was

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-03-17 Thread Patrick Roncagliolo
I have empty iptables. By reading manpages, I found that /etc/sane.d was not in the $SANE_CONFIG_DIR. I put there "bjnp://192.168.1.5", lanched scanimage -L and it finally worked. One question/curiosity: scangearmp2 (Canon proprietary scan tool for linux) sends a discovery probe on port 8611

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-03-17 Thread Louis Lagendijk
On Tue, 2018-03-13 at 21:17 +, Patrick Roncagliolo wrote: > Hi, > > I tested pixma version 0.17.46 thru USB. It works. > > However, after updating from your PPa, I'm not able to discover my > printer on the network. pixma.conf seems to be ignored, no matter if > I set the IP and multiple

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-03-13 Thread Patrick Roncagliolo
Hi, I tested pixma version 0.17.46 thru USB. It works. However, after updating from your PPa, I'm not able to discover my printer on the network. pixma.conf seems to be ignored, no matter if I set the IP and multiple port combinations (8610, 8611, 8612, but whit wireshark I see only requests as

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-03-11 Thread Rolf Bensch
Hi Patrick, I just added button support for your scanner. If you're fetching the sources from git you can start testing now. Otherwise you must wait 'til tomorrow to get the update from my ppa. Button support is basicly implemented in standard frontends. You should use gscan2pdf to get best

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-03-11 Thread Rolf Bensch
Hi Patrick, Many thanks for the log file. I found some differences to the implemented settings. For comparison please send a logfile from a normal flatbed scan. Cheers, Rolf Am 04.02.2018 um 19:45 schrieb Patrick Roncagliolo: > Hi Rolf,  > MB2350 supports only one-side scan ADF. I used

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-02-04 Thread Rolf Bensch
Hi Patrick, Here you can find further infos: https://wiki.wireshark.org/CaptureSetup/USB You need to connect your scanner via USB and disconnect Ethernet|WiFi. Hope this helps. Cheers, Rolf Am 04.02.2018 um 12:50 schrieb Patrick Roncagliolo: > Hi Rolf, > > Can you point to a short guide for

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-02-04 Thread Rolf Bensch
Hi Louis, Please try to fix this issue. The main problem are special needed settings in function send_scan_param() (command 0xde20) from pixma_mp150.c. You can fetch correct settings from reference scans from a Windows machine. To check button support, you can use this simple test: 1. push any

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-02-04 Thread Patrick Roncagliolo
Hi Rolf, Can you point to a short guide for getting proper USB logfiles? Meanwhile, I noticed that wireshark do not have full support for BJNP. I browsed SANE and CUPS sources, and the BJNP dissector, and maybe in my spare time I'd like to improve the dissector. If you have any unofficial doc or

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-02-04 Thread Rolf Bensch
Hi Patrick, It seems that we have a general problem with ADF scanning from all Maxify scanners. If possible, please provide USB logfiles from a Windows machine scanning from ADF and duplex ADF, one page and two pages, using Wireshark. Then I can try to fix this. In the meantime I'll update the

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-01-30 Thread Louis Lagendijk
On Mon, 2018-01-29 at 20:35 +, Patrick Roncagliolo wrote: > Yes, --button-controlled=yes has no effect on the scanner: nothing > happens, scanimage just hangs while the scanner seems to not have > understood the command, the display do not change page nor shows a > prompt or some sign that an

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-01-29 Thread Patrick Roncagliolo
Yes, --button-controlled=yes has no effect on the scanner: nothing happens, scanimage just hangs while the scanner seems to not have understood the command, the display do not change page nor shows a prompt or some sign that an operation is pending. I do not know if this feature should be

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-01-29 Thread Louis Lagendijk
On Sun, 2018-01-28 at 14:26 +, Patrick Roncagliolo wrote: > Hi Rolf, > > I tested scanimage with different options today. In particular, I > tested all the combinations of connection/resolution/color available > with flatbed mode: > > --Connection: usb/net > --Resolution:

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-01-28 Thread Patrick Roncagliolo
Hi Rolf, I tested scanimage with different options today. In particular, I tested all the combinations of connection/resolution/color available with flatbed mode: --Connection: usb/net --Resolution: 75/150/300/600/1200 --Color: color/gray/lineart ...for a total of 30 tests. I can confirm

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-01-27 Thread Rolf Bensch
Hi Patrick, Please scan all scan options (color, grayscale, lineart, 75...600 dpi) from flatbed. Then test the document feeder with your preferred settings (e.g. A4, 300 dpi) and the whole sheet size. With a single sheet and multiple sheets. At least test duplex scanning from ADF, single sheet

Re: [sane-devel] How can I help with Canon Maxify MB2000 series testing?

2018-01-25 Thread Patrick Roncagliolo
I forgot to specify that obviously SANE driver worked and allowed me to do some scans with Xsane and ScanImage. My reference to ScanGearMP is simply for completeness, but does not relate with the main point of my previous mail. So, rephrasing: "I can say LibSane works with MB2350 via LAN