Results 1 to 10 of 22

Thread: Trying to install Canon Pixma MP620, help!

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Beans
    58

    Trying to install Canon Pixma MP620, help!

    Hello, anyone know how to install Canon Pixma MP620 on Ubuntu 8.04? This printer is not listed on the OS supported devices. I installed a generic driver but that didn't work.

  2. #2
    Join Date
    Nov 2007
    Location
    eastern NC
    Beans
    657
    Distro
    Ubuntu 6.10 Edgy

    Re: Trying to install Canon Pixma MP620, help!

    If you wanna' help, great. But explain as you go. Otherwise, you're just giving away fish, and not the important stuff - pole, bait, net, etc...

    Still a beginnerd, but not absolute...

  3. #3
    Join Date
    Apr 2007
    Location
    Greeley, CO. USA
    Beans
    27
    Distro
    Ubuntu

    Re: Trying to install Canon Pixma MP620, help!

    OK, got printer to work in Ubuntu Intrepid AMD64 (8.10). Thanks to all the forums, I brought this together & got it to work;

    First, you need to grab the needed files from LINUX section @ canon's website. (Just do a google search on each file)
    cnijfilter-common_2.80-1_i386.deb, cnijfilter-mp610series_2.80-1_i386.deb, scangearmp-common_1.10-1_i386.deb, scangearmp-mp610series_1.10-1_i386.deb.....

    Then:

    Then find & download this file: ppdMP620-630en-1.5

    Use sudo nautilus goto /usr/lib , /usr/lib32 & /usr/lib64 & create folder bjlib & copy new PPD files there.

    Following files from Canon support site for the MP610:
    Use terminal:

    COMMON:
    * sudo dpkg --force-architecture -i cnijfilter-common_2.80-1_i386.deb
    * sudo dpkg --force-architecture -i cnijfilter-mp610series_2.80-1_i386.deb

    SCANGEAR
    * sudo dpkg --force-architecture -i scangearmp-common_1.10-1_i386.deb
    * sudo dpkg --force-architecture -i scangearmp-mp610series_1.10-1_i386.deb


    Now here's the important part, DELETE ANY previous canon printers. Then add new using USB (mine is USB#1). Next, DO NOT USE PIXMA MP610!!!! Use "Canon MP610 series Ver.2.80". Then go into the printer settings under options / paper feed choose something like cassette or rear tray. I have not used paper feed switch yet so pls let me know.

    Sorry about leaving out the direct links but they keep changing them. This works on AMD64 & i386.

    Jay

  4. #4
    Join Date
    May 2008
    Location
    San Francisco
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Trying to install Canon Pixma MP620, help!

    Thanks jaypmcwilliams, your post helped me get my printer working. Have you tried printing photos? whats the best program for printing boarderless photos?

  5. #5
    Join Date
    May 2008
    Location
    San Francisco
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Trying to install Canon Pixma MP620, help!

    I was wondering if anyone out there has gotten the scanner to work with Ubuntu, honestly I haven't put that much time into it because the canon can scan to a usb stick or sd card which i can then read over the network. I still want to know what other people's experiences have been scanning and if anyone has used the scanner over the network.

    Thanks
    Imyth

  6. #6
    Join Date
    Jul 2009
    Location
    Harrisburg, PA
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Trying to install Canon Pixma MP620, help!

    Also for those who want wireless. I went to sourceforge and installed cups-bjnp
    But first i had to do sudo apt-get install libcupsys2-dev and everything that came with it.

    From there i had to manually build cups-bjnp

    Did a make install. Then changed the usb printer location to.

    bjnp://192.168.1.47:8611 and poof worked great!

    Now for scanner. So far i've upgraded sane-backends to .20 (google sane and download latest

    I've installed libusb-dev

    Mostly because if i can get the scanner working on USB then i'll try it on network.

    But AFTER doing all this scanner works over the network. so whatever they did in sane-backends everything is beautiful. (using xsane)

    Now i didn't play with color management so the quality isn't the best. If someone can post and or pm me the best canon color management profiles i'll be happy to incorporate it here.

    Also i can't make it load paper from the bottom tray. (not a big deal) just would be nicer looking then the rear tray.

  7. #7
    Join Date
    Apr 2007
    Location
    Greeley, CO. USA
    Beans
    27
    Distro
    Ubuntu

    Re: Trying to install Canon Pixma MP620, help!

    Quote Originally Posted by imyth View Post
    Thanks jaypmcwilliams, your post helped me get my printer working. Have you tried printing photos? whats the best program for printing boarderless photos?
    YES. it's nice.

  8. #8
    Join Date
    Apr 2007
    Location
    Greeley, CO. USA
    Beans
    27
    Distro
    Ubuntu

    Re: Trying to install Canon Pixma MP620, help!

    Quote Originally Posted by jaypmcwilliams View Post
    OK, got printer to work in Ubuntu Intrepid AMD64 (8.10). Thanks to all the forums, I brought this together & got it to work;

    First, you need to grab the needed files from LINUX section @ canon's website. (Just do a google search on each file)
    cnijfilter-common_2.80-1_i386.deb, cnijfilter-mp610series_2.80-1_i386.deb, scangearmp-common_1.10-1_i386.deb, scangearmp-mp610series_1.10-1_i386.deb.....

    Then:

    Then find & download this file: ppdMP620-630en-1.5

    Use sudo nautilus goto /usr/lib , /usr/lib32 & /usr/lib64 & create folder bjlib & copy new PPD files there.

    Following files from Canon support site for the MP610:
    Use terminal:

    COMMON:
    * sudo dpkg --force-architecture -i cnijfilter-common_2.80-1_i386.deb
    * sudo dpkg --force-architecture -i cnijfilter-mp610series_2.80-1_i386.deb

    SCANGEAR
    * sudo dpkg --force-architecture -i scangearmp-common_1.10-1_i386.deb
    * sudo dpkg --force-architecture -i scangearmp-mp610series_1.10-1_i386.deb


    Now here's the important part, DELETE ANY previous canon printers. Then add new using USB (mine is USB#1). Next, DO NOT USE PIXMA MP610!!!! Use "Canon MP610 series Ver.2.80". Then go into the printer settings under options / paper feed choose something like cassette or rear tray. I have not used paper feed switch yet so pls let me know.

    Sorry about leaving out the direct links but they keep changing them. This works on AMD64 & i386.

    Jay
    OK. After installing Ubuntu 9.10 Karmic AMD64, I had to tweak a few things to get this to work. I brought all this together here from others. "THANK YOU TO EVERYONE WHO FOUND & DEVELOPED THESE FILES."

    Download these first:
    http://packages.ubuntu.com/jaunty/al...psys2/download
    http://sourceforge.net/projects/cups-bjnp/
    http://support-au.canon.com.au/conte...100083403.html
    http://support-au.canon.com.au/conte...100084001.html

    And download the bjlib file below. Extract all zipped files to your home directory. Now MAKE SURE TO UNPLUG PRINTER & REMOVE ALL CANON MP620 PRINTERS in printing!!!!! Then install libcupsys2. Then in the cups-bjnp open a terminal & run (without quotes) "make clean" "./configure" "make" "sudo make install". Then follow these instructions for the IJ Printer DEB's.

    # OK, got printer to work in Ubuntu Intrepid AMD64 (8.10). Thanks to all the forums, I brought this together & got it to work;

    # First, you need to grab the needed files from LINUX section @ canon's website. (Just do a google search on each file)
    # cnijfilter-common_2.80-1_i386.deb, cnijfilter-mp610series_2.80-1_i386.deb, scangearmp-common_1.10-1_i386.deb, scangearmp-mp610series_1.10-1_i386.deb.....

    # Then:

    # Then find & download this file: ppdMP620-630en-1.5

    # Use sudo nautilus goto /usr/lib , /usr/lib32 & /usr/lib64 & create folder bjlib & copy new PPD files there.

    # Following files from Canon support site for the MP610:
    # Use terminal:

    # COMMON:
    sudo dpkg --force-architecture -i cnijfilter-common_2.80-1_i386.deb
    sudo dpkg --force-architecture -i cnijfilter-mp610series_2.80-1_i386.deb

    # SCANGEAR
    sudo dpkg --force-architecture -i scangearmp-common_1.10-1_i386.deb
    sudo dpkg --force-architecture -i scangearmp-mp610series_1.10-1_i386.deb

    sudo cp canonmp620-630en.ppd /usr/share/ppd/
    sudo cp canonmp620-630en.ppd /usr/lib/
    sudo cp canonmp620-630en.ppd /usr/lib32/
    sudo cp canonmp620-630en.ppd /usr/lib64/
    sudo cp cifmp610.conf /usr/share/ppd/
    sudo cp cifmp610.conf /usr/lib/
    sudo cp cifmp610.conf /usr/lib32/
    sudo cp cifmp610.conf /usr/lib64/


    # Now here's the important part, DELETE ANY previous canon printers. Then add new using USB (mine is USB#1).
    # Next, DO NOT USE PIXMA MP610!!!! Use "Canon MP610 series Ver.2.80". Then go into the printer settings under
    # options / paper feed choose something like cassette or rear tray. I have not used paper feed switch yet so pls let me know.

    # Sorry about leaving out the direct links but they keep changing them. This works on AMD64 & i386.

    # Jay


    Then VERIFY that the files exist in the locations stated above. If so, SHUTDOWN or RESTART your computer & Printer. Power On printer & computer. After both are FULLY up & running, plug in printer. If it doesn't automatically find the correct driver, locate it through PRINTING & follow instructions above for choosing correct driver.

    Hope this helps because it is rambled, but here to help. Jay
    Attached Files Attached Files

  9. #9
    Join Date
    Feb 2010
    Beans
    4

    Re: Trying to install Canon Pixma MP620, help!

    Check out this site as it has detailed instructions on installing the MP620 on Ubuntu. This worked for me. Even scanning and wireless too.

    http://bkintegration.com/?p=235

    Ubuntu 9.10 x86
    Asus F8sn-B1 (laptop)

  10. #10
    Join Date
    Feb 2010
    Beans
    4

    Re: Trying to install Canon Pixma MP620, help!

    I know that this is an old thread though in case this helps anyone else. there is a universal printer setup that works in all Debian based distributions.

    http://rackerua.com/2011/05/mp-620-6...ral-installer/

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
  •