<div dir="ltr"><div dir="ltr">Hi,</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Jan 14, 2026 at 8:02 PM William Gaylord <<a href="mailto:chibill110@gmail.com">chibill110@gmail.com</a>> wrote:<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">So I have been using the mostly working driver for the G3110, and have found that if I use the highest available resolution it will run the scan head right into the end of the scanner just randomly before it even starts scanning. Anyone have any suggestions?<div><br></div><div>Additionally, since I have the scanner up and running I will be willing to work on trying to debug this (so i can use it) but I sort of need help on how to get started with building SANE from source. Although this might be a better question to ask the Debian maintainer since I am running Debian. </div></div></blockquote><div><br></div><div>Can you let us know which version of SANE you are currently running? scanimage -V is one way to know.</div><div><br></div><div>Building on Debian is straightforward.</div><div><br></div><div>1) Get the build dependencies: sudo apt build-dep libsane1</div><div>2) Clone the backends repo: git clone <a href="https://gitlab.com/sane-project/backends.git">https://gitlab.com/sane-project/backends.git</a></div><div>3) Build: </div><div><br></div><div>cd backends</div><div>./autogen.sh</div><div>./configure</div><div>./make </div><div>./make install</div><div><br></div><div>This will install to /usr/local, but you can use --prefix={dir} to set a different target, perhaps in your home directory. That's what I do.</div><div><br></div><div>Cheers,</div><div>Ralph</div><div><br></div></div></div>