<div dir="ltr">So. <div><br></div><div>I have cloned the backend repo:</div><div>git clone <a href="https://gitlab.com/sane-project/backends.git">https://gitlab.com/sane-project/backends.git</a><br></div><div><br></div><div>Applied the patch (Changed 1200 to 600 and added the last param).</div><div><br></div><div>And now I'm trying to follow the instructions there:</div><div><a href="https://help.ubuntu.com/community/CompileSaneFromSource">https://help.ubuntu.com/community/CompileSaneFromSource</a><br></div><div><br></div><div>running ./autogen.sh failes right from the beginning :( I prints thousands of lines "patch: **** Can't create file ./ltmain.sh.orig : Too many open files" I increased my limit to 10k files, but I'm getting the exact same error. I tried to checkout the 1.0.29 but got the same error.</div><div><br></div><div>after investigations it seems coming from the lack of autopoint. apt-get install solved it.</div><div><br></div><div>I tried to run configure with this command:</div><div>./configure --prefix=/usr --libdir=/usr/lib/ --sysconfdir=/etc --localstatedir=/var  --enable-avahi<br></div><div><br></div><div>But it failed:</div><div>./configure: line 14868: syntax error near unexpected token `noext,'<br>./configure: line 14868: `AX_CXX_COMPILE_STDCXX_11(noext, optional)'<br></div><div><br></div><div>Running without any parameters gives the same result.</div><div><br></div><div>some more investigations, seems that I was missing the autoconf-archive package. After installing it with apt-get, I was able to pass the configure.</div><div>make also passed.</div><div><br></div><div>So. I now have the master version build and make install worked too.</div><div><br></div><div>I can see the scanner:</div><div>sane-find-scanner => found USB scanner (vendor=0x04a9 [Canon], product=0x1854 [TR4500 series]) at libusb:001:005<br></div><div>sudo scanimage -L:<br></div><div>device `escl:<a href="https://192.168.23.104:443">https://192.168.23.104:443</a>' is a ESCL EPSON XP-7100 Series flatbed scanner<br>device `escl:<a href="http://192.168.23.104:443">http://192.168.23.104:443</a>' is a ESCL EPSON XP-7100 Series flatbed scanner<br>device `escl:<a href="https://192.168.23.130:443">https://192.168.23.130:443</a>' is a ESCL Canon TR4500 series flatbed scanner<br>device `escl:<a href="http://192.168.23.130:80">http://192.168.23.130:80</a>' is a ESCL Canon TR4500 series flatbed scanner<br></div><div><br></div><div>At that point I un-plugged the Epson scanner from the USB port.</div><div><br></div><div>Testing the scanners gives me this (And I was able to hear the Canon scanner moving):</div><div>Output format is not set, using pnm as a default.<br>scanimage: scanning image of size 637x877 pixels at 24 bits/pixel<br>scanimage: acquiring RGB frame, 8 bits/sample<br>scanimage: reading one scanline, 1911 bytes...   PASS<br>scanimage: reading one byte...            PASS<br>scanimage: stepped read, 2 bytes...       PASS<br>scanimage: stepped read, 4 bytes...       PASS<br>scanimage: stepped read, 8 bytes...       PASS<br>scanimage: stepped read, 16 bytes...      PASS<br>scanimage: stepped read, 32 bytes...      PASS<br>scanimage: stepped read, 64 bytes...      PASS<br>scanimage: stepped read, 128 bytes...     PASS<br>scanimage: stepped read, 256 bytes...     PASS<br>scanimage: stepped read, 512 bytes...     PASS<br>scanimage: stepped read, 1024 bytes...    PASS<br>scanimage: stepped read, 2048 bytes...    PASS<br>scanimage: stepped read, 2047 bytes...    PASS<br>scanimage: stepped read, 1023 bytes...    PASS<br>scanimage: stepped read, 511 bytes...     PASS<br>scanimage: stepped read, 255 bytes...     PASS<br>scanimage: stepped read, 127 bytes...     PASS<br>scanimage: stepped read, 63 bytes...      PASS<br>scanimage: stepped read, 31 bytes...      PASS<br>scanimage: stepped read, 15 bytes...      PASS<br>scanimage: stepped read, 7 bytes...       PASS<br>scanimage: stepped read, 3 bytes...       PASS<br></div><div><br></div><div>(The Espon scanner gives a 4096 bytes option)</div><div><br></div><div>Using gscanpdf I can see the 2 scanners but only over the network. xscanimage also shows the 2 scanners but only over the network.  xscanimage complains about the failure of loading the atk-bridge module. The usage of the preview button makes the application crash on "get_image_scale: p->surface_type == SANE_TYPE_INT. I'm not able to select 1200DPI on this application, but the 600 dpi option works. I'm not able to select the input of the scan.</div><div><br></div><div>scanimage --all-options doesn't show 1200DPI but only 600DPI. I'm also not able to select the source for the paper. </div><div><br></div><div>The version tells me this:</div><div>scanimage (sane-backends) 1.0.29-189-g50f02fc3-dirty; backend version 1.0.27. I will have expected to see 1.0.29 instead of 1.0.27. so I have the feeling that I'm not pointing in the right place :-/<br></div><div><br></div><div>Running ./frontend/scanimage --all-options gives the same resolution options, however it shows the option for the source (Automatic Document Feeder). And version shows 1.0.29. </div><div><br></div><div>Scanning with frontend/scanimage and default option does not work so far. I keeps saying "Error during device I/O" what ever option I give. Scanning the the default scanimage works well, but of course it doesn't take the "source" parameter.</div><div><br></div><div>(base) jmspaggi@precision5530:~/backends$ sudo ./frontend/scanimage -L<br>device `pixma:04A91854_13B71E' is a CANON Canon PIXMA TR4500 Series multi-function peripheral<br></div><div><br></div><div>(base) jmspaggi@precision5530:~/backends$ sudo ./frontend/scanimage -T<br>Output format is not set, using pnm as a default.<br>scanimage: scanning image of size 638x877 pixels at 24 bits/pixel<br>scanimage: acquiring RGB frame, 8 bits/sample<br>scanimage: reading one scanline, 1914 bytes...   FAIL Error: Error during device I/O<br></div><div><br></div><div>So. I don't know what to try next. </div><div><br></div><div>Thanks,</div><div><br></div><div>JMS</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 14 févr. 2020 à 14:38, Jean-Marc Spaggiari <<a href="mailto:jean-marc@spaggiari.org">jean-marc@spaggiari.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Sorry for the delay. Starting back on that. will keep you posted shortly.<div><br></div><div>JMS</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 26 oct. 2019 à 08:38, Rolf Bensch <<a href="mailto:rolf@bensch-online.de" target="_blank">rolf@bensch-online.de</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi JMS,<br>
<br>
Please report if both, (1) 1200dpi scans and (2) scanning from document<br>
feeder are working. You scanner still is marked as "untested"<br>
(<a href="http://www.sane-project.org/lists/sane-backends-cvs.html#S-PIXMA" rel="noreferrer" target="_blank">http://www.sane-project.org/lists/sane-backends-cvs.html#S-PIXMA</a>).<br>
<br>
I wouldn't use Ubuntu's deb packages for Debian. You need libjpeg if you<br>
e.g. want to save images as jpeg from scanimage. Please install from<br>
sources as described in INSTALL.linux<br>
(<a href="http://www.sane-project.org/docs.html" rel="noreferrer" target="_blank">http://www.sane-project.org/docs.html</a>).<br>
<br>
Many thanks for your help.<br>
<br>
Cheers,<br>
Rolf<br>
<br>
<br>
Am 25.10.19 um 14:27 schrieb Jean-Marc Spaggiari:<br>
> Hi Rolf,<br>
> <br>
> I tried to install the packages on Debian, but they have a dependency<br>
> on libjpeg8, which is not available on Debian. And libjpeg8 has a<br>
> dependency on libjpeg-turbo8. Not available on Debian neither.<br>
> <br>
> I installed on Ubuntu packages from Bionic version and ran gscanpdf and<br>
> so far everything seems to be working! Happy.<br>
> <br>
> Thanks for your guidance! Looking forward to get Debian upgrading the<br>
> libsane package to a more recent version!<br>
> <br>
> JMS<br>
> <br>
> Le mer. 25 sept. 2019 à 15:41, Rolf Bensch <<a href="mailto:rolf@bensch-online.de" target="_blank">rolf@bensch-online.de</a><br>
> <mailto:<a href="mailto:rolf@bensch-online.de" target="_blank">rolf@bensch-online.de</a>>> a écrit :<br>
> <br>
>     Hi JMS,<br>
> <br>
>     Sorry, I was confused with the numbers. SANE 1.0.28 is the recent<br>
>     version you need.<br>
> <br>
>     Hope this helps.<br>
> <br>
>     Cheers,<br>
>     Rolf<br>
> <br>
> <br>
>     Am 13.09.19 um 01:11 schrieb Jean-Marc Spaggiari:<br>
>     > Hi Rolf,<br>
>     ><br>
>     > I'm running straight Debian and it seems that availble version is<br>
>     > 1.0.27. The Ubuntu link you sent shows 1.0.28. I searched on Debian<br>
>     > Packaged and they don't seems to have something more recent :-/<br>
>     ><br>
>     > Any idea where I can find it? Else I will just build from the sources.<br>
>     ><br>
>     > Thanks,<br>
>     ><br>
>     > JMS<br>
>     ><br>
>     > Le jeu. 12 sept. 2019 à 16:26, Rolf Bensch <<a href="mailto:rolf@bensch-online.de" target="_blank">rolf@bensch-online.de</a><br>
>     <mailto:<a href="mailto:rolf@bensch-online.de" target="_blank">rolf@bensch-online.de</a>><br>
>     > <mailto:<a href="mailto:rolf@bensch-online.de" target="_blank">rolf@bensch-online.de</a> <mailto:<a href="mailto:rolf@bensch-online.de" target="_blank">rolf@bensch-online.de</a>>>> a<br>
>     écrit :<br>
>     ><br>
>     >     Hi JMS,<br>
>     ><br>
>     >     What SANE version is installen on your system? You need<br>
>     version 1.0.29.<br>
>     ><br>
>     >     If you're using Ubuntu or an Ubuntu clone, you can use my ppa to<br>
>     >     update SANE:<br>
>     >     <a href="https://launchpad.net/~rolfbensch/+archive/ubuntu/sane-git" rel="noreferrer" target="_blank">https://launchpad.net/~rolfbensch/+archive/ubuntu/sane-git</a> .<br>
>     ><br>
>     >     If you have another Linux OS, please install SANE as described in<br>
>     >     INSTALL.linux (<a href="http://www.sane-project.org/docs.html" rel="noreferrer" target="_blank">http://www.sane-project.org/docs.html</a>).<br>
>     ><br>
>     >     Please try to scan all dpi resolutions and after this the document<br>
>     >     feeder.<br>
>     ><br>
>     >     Hope this helps.<br>
>     ><br>
>     >     Cheers,<br>
>     >     Rolf<br>
>     ><br>
>     >      <br>
>     ><br>
>     >     Am 27.08.19 um 15:29 schrieb Jean-Marc Spaggiari:<br>
>     >>     Hi,<br>
>     >><br>
>     >>     I'm trying to get a Canon TR4529 work with Sane without any<br>
>     >>     success. The support page said testers are needed. Here am I ;)<br>
>     >><br>
>     >>     <a href="http://www.sane-project.org/sane-mfgs.html#Z-CANON" rel="noreferrer" target="_blank">http://www.sane-project.org/sane-mfgs.html#Z-CANON</a><br>
>     >><br>
>     >>     Scanner works well with scangearmp2.<br>
>     >>     sane-find-scanner can find it: found USB scanner (vendor=0x04a9<br>
>     >>     [Canon], product=0x1854 [TR4500 series]) at libusb:001:006<br>
>     >><br>
>     >>     But scanimage doesn't return anything:<br>
>     >>     $ ./frontend/scanimage -L<br>
>     >><br>
>     >>     No scanners were identified. If you were expecting something<br>
>     >>     different,<br>
>     >>     check that the scanner is plugged in, turned on and detected<br>
>     by the<br>
>     >>     sane-find-scanner tool (if appropriate). Please read the<br>
>     documentation<br>
>     >>     which came with this software (README, FAQ, manpages).<br>
>     >><br>
>     >>     I have downloaded the last snapshot and built from there.<br>
>     >>     1008  27/08/2019 09:06:12 ./configure<br>
>     >>     1009  27/08/2019 09:06:37 make<br>
>     >>     1013  27/08/2019 09:11:15 ./tools/sane-find-scanner<br>
>     >>     1016  27/08/2019 09:11:37 ./frontend/scanimage -L<br>
>     >><br>
>     >>     From documentation it says:<br>
>     >>     The  device  name  for  USB devices is in the form<br>
>     pixma:xxxxyyyy_zzzzz<br>
>     >>     where x, y and z are vendor ID, product ID and  serial <br>
>     number  respec‐<br>
>     >>     tively.<br>
>     >><br>
>     >>     So I tried:<br>
>     >>     scanimage --device-name="pixma:04A91854_22811"<br>
>     >><br>
>     >>     But I don't know what is the serial number. I took the one from<br>
>     >>     the printer, but doesn't work.<br>
>     >><br>
>     >>     Can someone please provide some guidance on how I can make<br>
>     process<br>
>     >>     and how to help with the testing?<br>
>     >><br>
>     >>     Thanks,<br>
>     >><br>
>     >>     JMS<br>
>     >><br>
> <br>
</blockquote></div>
</blockquote></div>