Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 46

Thread: Canoscan LiDE 200

  1. #11
    Join Date
    Jan 2008
    Beans
    12

    Re: Canoscan LiDE 200

    here its supported in unstable
    http://www.sane-project.org/lists/sa...s.html#Z-CANON
    may you try this and aware us?

  2. #12
    Join Date
    Aug 2010
    Beans
    2

    Re: Canoscan LiDE 200

    Hello,

    I have tried the method proposed by desertdog when I come to the ./configure comande the message No such directory that comes, anyone has a clue to get over this?

    Moshman

  3. #13
    Join Date
    Sep 2006
    Location
    greatwhitenorth
    Beans
    42
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Canoscan LiDE 200

    moshman, you have to change to the directory where the downloaded package installed, then run
    ./configure
    make
    make install
    vic20 best of its day

  4. #14
    Join Date
    Jul 2010
    Location
    HH
    Beans
    59

    Re: Canoscan LiDE 200

    Just for info, I have a Lide 25 and it is working fine

  5. #15
    Join Date
    Apr 2005
    Location
    Augsburg, Europe
    Beans
    24

    Re: Canoscan LiDE 200

    Testing my Lide 200 finally with development sane snapshot.

    Looking good, Lide 200 support is in the pipe!

    Regards
    Motomouse

  6. #16
    Join Date
    Jul 2006
    Location
    Scranton, PA, USA
    Beans
    97
    Distro
    Kubuntu Development Release

    Re: Canoscan LiDE 200

    wow, it's a long time coming. I thought they forgot about it.

    I wonder how long it'll take to get into mainline Ubuntu. Hopefully, if it works well, not too long.

    I liked the scanner, it was decent hardware. Just didn't have any way to use it. Thanks for the update!
    kubuntu user since 7/2006

  7. #17
    Join Date
    Apr 2009
    Beans
    1

    Re: Canoscan LiDE 200

    The latest version of xsane installed without any problems or error messages, but the LiDE 200 is not seen.

    It is showing up as connected if I run lsusb, but xsane does not recognize it. Any thoughts?

    Output of lsusb:
    Code:
    :~$ lsusb
    Bus 003 Device 003: ID 03f0:0d17 Hewlett-Packard LaserJet 1012
    Bus 003 Device 002: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel Mouse
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 007: ID 04a9:1905 Canon, Inc. 
    Bus 001 Device 004: ID 0409:005a NEC Corp. HighSpeed Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Output of scanimage -V
    Code:
    :~$ scanimage -V
    scanimage (sane-backends) 1.0.22git; backend version 1.0.22
    So it looks like I have the latest and greatest version of the sane-backends, but no joy.

  8. #18
    Join Date
    Aug 2010
    Beans
    2

    Re: Canoscan LiDE 200

    I don't understand.

  9. #19
    Join Date
    Jun 2008
    Beans
    51
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Canoscan LiDE 200

    Quote Originally Posted by spike852 View Post
    The latest version of xsane installed without any problems or error messages, but the LiDE 200 is not seen.

    It is showing up as connected if I run lsusb, but xsane does not recognize it. Any thoughts?

    Output of lsusb:
    Code:
    :~$ lsusb
    Bus 003 Device 003: ID 03f0:0d17 Hewlett-Packard LaserJet 1012
    Bus 003 Device 002: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel Mouse
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 007: ID 04a9:1905 Canon, Inc. 
    Bus 001 Device 004: ID 0409:005a NEC Corp. HighSpeed Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Output of scanimage -V
    Code:
    :~$ scanimage -V
    scanimage (sane-backends) 1.0.22git; backend version 1.0.22
    So it looks like I have the latest and greatest version of the sane-backends, but no joy.
    i'm having the same exact problem as you, spike. i'm using 9.10 (karmic).
    Last edited by dli8ilb; November 6th, 2010 at 02:27 PM. Reason: tmi

  10. #20
    Join Date
    Jun 2008
    Beans
    51
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Canoscan LiDE 200

    here is the solution (slightly modified for the LiDE 200 model), tested and working in Karmic:

    Quote Originally Posted by desertdog
    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 200
    ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="1905", ENV{libsane_matched}="yes"

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

    SCAN AWAY!
    Instructions modified version of Shutter4U's post.
    at this point, if your scanner still isn't working, do this:

    Quote Originally Posted by desertdog
    Check file /etc/sane.d/genesys.conf to see if your scanner is listed.

    If not, add it with a text editor. Use the format that the other scanners use.
    in other words:

    6) sudo gedit /etc/sane.d/genesys.conf

    then add the lines:

    # Canon LiDE 200
    usb 0x04a9 0x1905

    save the file and test with xsane.
    thanks to whoever the genius is that made these scanners work with linux, and for desertdog's instructions in this thread:
    http://ubuntuforums.org/showthread.php?t=1238578

    no more Canon products for me, i'm done with that company
    Last edited by dli8ilb; November 7th, 2010 at 10:44 PM.

Page 2 of 5 FirstFirst 1234 ... LastLast

Tags for this Thread

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
  •