<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 06/03/15 09:44, Rafe DiDomenico
      wrote:<br>
    </div>
    <blockquote cite="mid:54F976EB.7000108@gmail.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      Just for fun, I rebooted and tried everything again. Now I get:<br>
      <br>
      rafe@office:~$ find /usr -name libsane.s*<br>
      <blockquote>/usr/lib/libsane.so.1.0.25<br>
        /usr/lib/x86_64-linux-gnu/libsane.so.1.0.25<br>
        /usr/lib/x86_64-linux-gnu/libsane.so.1.0.24<br>
        /usr/lib/x86_64-linux-gnu/libsane.so<br>
        /usr/lib/x86_64-linux-gnu/libsane.so.1<br>
        /usr/lib/libsane.so<br>
        /usr/lib/libsane.so.1<br>
      </blockquote>
      So it is in x86...<br>
      Find-scanner identifies the scanner, but still getting no further.<br>
      <blockquote>found USB scanner (vendor=0x04a9 [Canon],
        product=0x190f [CanoScan], chip=GL848+) at libusb:002:002<br>
          # Your USB scanner was (probably) detected. It may or may not
        be supported by<br>
          # SANE. Try scanimage -L and read the backend's manpage.<br>
        <br>
          # Not checking for parallel port scanners.<br>
        <br>
          # Most Scanners connected to the parallel port or other
        proprietary ports<br>
          # can't be detected by this program.<br>
      </blockquote>
      rafe@office:~$ sudo scanimage -L<br>
      <br>
      <blockquote>No scanners were identified. If you were expecting
        something different,<br>
        check that the scanner is plugged in, turned on and detected by
        the<br>
        sane-find-scanner tool (if appropriate). Please read the
        documentation<br>
        which came with this software (README, FAQ, manpages).<br>
      </blockquote>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    rafe,<br>
    So I'd say your current situation is that you have sane installed in
    a couple of places (usr/lib and usr/lib/x86_64-linux-gnu)<br>
    and you are running a version of 1.0.25 <br>
    I think the genesys backend is supposed to support your lide 220
    scanner, so I'd now do this in terminal:<br>
       ...$ export SANE_DEBUG_GENESYS=10<br>
       ...$ scanimage -L<br>
    the first line causes the genesys backend to output debug
    information when you run scanimage, a higher number gives more
    detail.<br>
    So you should see some debug info as scanimage looks for the
    scanner. (If you see nothing the genesys backend is probably not
    enabled)<br>
    <br>
    If the backend is being run by scanimage, but not finding the
    scanner:<br>
    Look at the file  /etc/sane.d/genesys.conf to see if it has the
    lines<br>
       # Canon LiDE 220<br>
       usb 0x04a9 0x190f<br>
    if not your version of sane may not be new enough.<br>
    <br>
  </body>
</html>