<div dir="ltr">@Till: indeed. I had to install the autoconf-archive. It solved the issue. Thanks for the guidance.<br><div><br></div><div>@Thierry:<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>(base) jmspaggi@precision5530:~/backends$ sudo ./frontend/scanimage -d 'escl:<a href="http://192.168.23.130:80">http://192.168.23.130:80</a>'  -T<br>Output format is not set, using pnm as a default.<br>scanimage: open of device escl:<a href="http://192.168.23.130:80">http://192.168.23.130:80</a> failed: Device busy<br></div><div><br></div><div>So I un-plugged the 2 printers, stopped the 2 and restarted only the Canon. I can heat the printer moving but I get the same error:</div><div>scanimage: sane_start: Invalid argument<br></div><div><br></div><div>please note that I do that on my "backends" folder, which I got from that: git clone <a href="https://gitlab.com/sane-project/backends.git">https://gitlab.com/sane-project/backends.git</a></div>I also have a sane-escl folder which I got from the link you sent before but there is no "scanimage" there.<div><br></div><div>JMS</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 21 févr. 2020 à 15:16, Till Kamppeter <<a href="mailto:till.kamppeter@gmail.com">till.kamppeter@gmail.com</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"><br>
<br>
On 21/02/2020 20:26, Jean-Marc Spaggiari wrote:<br>
> So.<br>
> <br>
> I have cloned the backend repo:<br>
> git clone <a href="https://gitlab.com/sane-project/backends.git" rel="noreferrer" target="_blank">https://gitlab.com/sane-project/backends.git</a><br>
> <br>
> Applied the patch (Changed 1200 to 600 and added the last param).<br>
> <br>
> And now I'm trying to follow the instructions there:<br>
> <a href="https://help.ubuntu.com/community/CompileSaneFromSource" rel="noreferrer" target="_blank">https://help.ubuntu.com/community/CompileSaneFromSource</a><br>
> <br>
> running ./autogen.sh failes right from the beginning :( I prints <br>
> thousands of lines "patch: **** Can't create file ./ltmain.sh.orig : Too <br>
> many open files" I increased my limit to 10k files, but I'm getting the <br>
> exact same error. I tried to checkout the 1.0.29 but got the same error.<br>
> <br>
> after investigations it seems coming from the lack of autopoint. apt-get <br>
> install solved it.<br>
> <br>
> I tried to run configure with this command:<br>
> ./configure --prefix=/usr --libdir=/usr/lib/ --sysconfdir=/etc <br>
> --localstatedir=/var  --enable-avahi<br>
> <br>
> But it failed:<br>
> ./configure: line 14868: syntax error near unexpected token `noext,'<br>
> ./configure: line 14868: `AX_CXX_COMPILE_STDCXX_11(noext, optional)'<br>
> <br>
<br>
If you are on Ubuntu, you need to install the "autoconf-archive" package.<br>
<br>
    Till<br>
</blockquote></div>