Results 1 to 7 of 7

Thread: Canon MP970 scanner

  1. #1
    Join Date
    Jul 2005
    Beans
    20

    Canon MP970 scanner

    Hi,

    I have a Canon MP 970 scanner (network connected) which I like to use within Ubuntu.

    I installed sane, but have no Idea how to config to be used with xsane or any other scan-program.

    Has anyone a MP 970 (network connected) running on Ubuntu.

    Thanxs

  2. #2
    Join Date
    May 2008
    Beans
    21

    Re: Canon MP970 scanner

    Quote Originally Posted by tvds View Post
    Hi,

    I have a Canon MP 970 scanner (network connected) which I like to use within Ubuntu.

    I installed sane, but have no Idea how to config to be used with xsane or any other scan-program.

    Has anyone a MP 970 (network connected) running on Ubuntu.

    Thanxs
    well, not connected to Ubuntu, but to a Fedora 9 box. You will need a cvs copy of sane though. I have been working on it with the author of the pixma driver for Sane and we got it working. The Sane version that support the MP970 is however not formally released yet

  3. #3
    Join Date
    Jul 2005
    Beans
    20

    Re: Canon MP970 scanner

    So okay... I'll wait for the new version than. Thank you.

  4. #4
    Join Date
    Jan 2009
    Beans
    1

    Re: Canon MP970 scanner

    Are there any news about driver for MP970 ??

  5. #5
    Join Date
    Jun 2007
    Beans
    13

    Re: Canon MP970 scanner

    I know, it's been a while, but just to point you to the solution in case anybody will find this thread via Google (just like me):

    Just get the latest sane backends, compile them and install them and there you go...

    so open a terminal and enter the following commands one after the other:
    Code:
    sudo aptitude install libusb-dev
    git clone git://git.debian.org/sane/sane-backends.git
    cd sane-backends
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
    make
    sudo make install
    now
    Code:
    scanimage -L
    should show you your Scanner. And xsane should work too!

    And remember to allow network communication to your printer if you use a firewall (port 8611 to 8614)!

    in 9.10 karmic the sane backends are included in v.1.0.20 so then you will not need this anymore!

    ressources: http://mp610.blogspot.com/2008/04/gi...shly-sane.html

  6. #6
    Join Date
    Jun 2008
    Beans
    3

    Re: Canon MP970 scanner

    Thanks, exXplode. I just tried your solution and got a good scan with no problems.

  7. #7
    Join Date
    Aug 2007
    Location
    Trollhattan, Sweden
    Beans
    6
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Canon MP970 scanner

    eXxplode,
    have you managed to the get the printer running as well, not just only the scanner?

    /egyn

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
  •