Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 64

Thread: Canon LIDE 100 scanner

  1. #11
    Join Date
    Nov 2009
    Location
    Chicago
    Beans
    124
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Canon LIDE 100 scanner

    I got a Cannon Pixma MP250 for $40 at Microcenter, which comes with a Scanner, and downloaded the scangearmp driver from the Canon website. It works very well.

  2. #12
    Join Date
    Feb 2010
    Location
    Pearland, TX
    Beans
    19
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Canon LIDE 100 scanner

    I have a Canon LiDE 100 scanner too. Anyone know if someone is working on adding support of this scanner in XSane?

  3. #13
    Join Date
    Nov 2007
    Location
    Arizona
    Beans
    82

    Re: Canon LIDE 100 scanner

    One of the Sane project developers is working on adding support for the Canon Lide 200. He predicts support by the end of this year.

  4. #14
    Join Date
    Jul 2009
    Beans
    571
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Canon LIDE 100 scanner

    Oh man! I got 2 of these scanners. Why don't they support a Linux driver? The thing is, THERE SHOULD BE A LAW THAT ALL HARDWARE MUST INCLUDE A TAR BALL FOR OPEN SOURCE OS!

    M$ Winblow$ is preventing the advancement of technolog, or not.
    It's OK, everything we know will become obsolete at some time.

  5. #15
    Join Date
    Nov 2007
    Location
    Arizona
    Beans
    82

    Re: Canon LIDE 100 scanner

    The Lide 100 is now supported by Sane. You need to download and compile the latest source code. Support for the LIDE 200 should be added soon.

    To get this working, here are the steps to take:

    1) You need some usb libraries, so, in a terminal type:

    sudo apt-get install libusb-dev build-essential libsane-dev

    2) To get the sane backends from git you need git-core. If you don't already have it, type this (also in a terminal):

    sudo apt-get install git-core

    3) Now use the git that was just installed to get the sane backends using the following command:

    git clone git://git.debian.org/sane/sane-backends.git

    That downloads the backends and puts them in a folder called sane-backends in your home folder.

    4) Change directory into the new sane-backends folder and compile them:

    cd sane-backends

    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

    make <--- this one takes a while

    sudo make install

    Now everything is installed, but you still won't be able to scan (except as root) until you set up some permissions.

    5) You need to edit a file, but you need to be root to edit it, so:

    sudo gedit /lib/udev/rules.d/40-libsane.rules

    and add the following 2 lines:

    # Canon CanoScan Lide 100
    ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="1904", ENV{libsane_matched}="yes"

    save the file, exit gedit, exit terminal, reboot, and...

    SCAN AWAY!
    Instructions modified version of Shutter4U's post.
    Last edited by desertdog; June 16th, 2010 at 02:44 AM.

  6. #16
    Join Date
    Jul 2007
    Location
    Sweden
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Smile Re: Canon LIDE 100 scanner

    Quote Originally Posted by desertdog View Post
    The Lide 100 is now supported by Sane. You need to download and compile the latest source code. Support for the LIDE 200 should be added soon.
    That is great news! Thanks for the info! Finally!

  7. #17
    Join Date
    May 2008
    Beans
    17

    Re: Canon LIDE 100 scanner

    Quote Originally Posted by desertdog View Post
    The Lide 100 is now supported by Sane. You need to download and compile the latest source code. Support for the LIDE 200 should be added soon.
    Did not work for me at all. I have the Lide 100, and followed your instructions exactly, under Ubuntu 10.04. After all your instructions I rebooted Ubuntu. Went to Applications->Graphics->XSane Image Scanner; then got the following two little message dialogs, one after the other:

    Title : "xsane 0.996"
    Message: "scanning for devices"

    Title : "No devices available"
    Message: "no devices available"

    I believe those were exactly the same messages I was getting from xsane before your suggested steps.

    Also tried invoking gksudo xsane, same thing.

  8. #18
    Join Date
    Nov 2007
    Location
    Arizona
    Beans
    82

    Re: Canon LIDE 100 scanner

    Hmmm, try installing libsane-dev, then recompiling. (I edited my earlier post to include this step earlier tonight).

    $sudo apt-get install libsane-dev

    then skip to step #4 above.

    Also check the file /etc/sane.d/genesys.conf and make sure your scanner is listed.
    Last edited by desertdog; June 16th, 2010 at 05:05 AM.

  9. #19
    Join Date
    May 2008
    Beans
    17

    Re: Canon LIDE 100 scanner

    Quote Originally Posted by desertdog View Post
    Hmmm, try installing libsane-dev, then recompiling. (I edited my earlier post to include this step earlier tonight).

    $sudo apt-get install libsane-dev

    then skip to step #4 above.

    Also check the file /etc/sane.d/genesys.conf and make sure your scanner is listed.
    I did have libsane-dev --followed your steps after your latest modification on the steps post.

    Will check that file genesys.conf later today once back at home. Thanks!

  10. #20
    Join Date
    Feb 2010
    Beans
    6

    Re: Canon LIDE 100 scanner

    I have a CanoScan Lide 200 and I am running 10.04. I tried desertdogs recipe, but to no avail. I realize that the support for 200 is underway but had to give it a go. If the developer is out there - you if you finish the support for the 200 soon...

Page 2 of 7 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •