Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 42

Thread: Canon Pixma MG5200 Series Printers and Ubuntu

  1. #31
    Join Date
    Nov 2006
    Location
    York, PA
    Beans
    180
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Canon Pixma MG5200 Series Printers and Ubuntu

    Quote Originally Posted by hitman_dreams View Post
    Hi all,

    I no longer need help finding a driver for my Canon Pixma MG5220 and just wanted to let people know where to find it in case you come across the same problem. Turns out Canon USA doesn't provide ANY Linux drivers at all. So, your options are to find a driver through TurboPrint etc. I stumbled upon this particular driver here:

    http://support-au.canon.com.au/conte...100301702.html

    Canon's Australia site. I also found it on the Canon Asia site, but it was in an .rpm format. I attempted to use alien to convert it (before I found the .deb at the Australia site) and it didn't work. So, there you have it. There is a driver and it works on Ubuntu 10.04

    *Mods, if this needs to move elsewhere please let me know thanks.
    Can I just say Thank you!!! I just bought this printer yesterday and wasn't thinking about my Ubuntu laptop.

  2. #32
    Join Date
    Jul 2009
    Location
    Austin, Texas, USA
    Beans
    435

    Re: Canon Pixma MG5200 Series Printers and Ubuntu

    Here is another source of instructions for installing the Canon Pixma MG5220 in Linux:

    http://linuxtidbits.wordpress.com/20...-ubuntu-setup/

    Just 10 minutes ago I finished using these instructions, posted by Todd Partridge. They are simple and straightforward, and they worked beautifully for me in Linux Mint 11.

    Thank you, Mr. Partridge!

    BTW, he found his source for the Linux drivers at the following URL:

    http://software.canon-europe.com/software/0040259.asp
    Last edited by rewyllys; March 9th, 2012 at 02:01 AM.

  3. #33
    Join Date
    Jul 2010
    Location
    Everson WA
    Beans
    44
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Canon Pixma MG5200 Series Printers and Ubuntu

    The source in Australia worked fine for me--from first post
    http://support-au.canon.com.au/conte...100301702.html

    I'm using a XPS 15 and 11.10.

    Thanks for finding the driver. Installation a cinch even for an elderly newby with his new computer.

  4. #34
    Join Date
    Jun 2006
    Location
    Pendleton, Oregon, USA
    Beans
    3
    Distro
    Ubuntu 6.06

    Re: Canon Pixma MG5200 Series Printers and Ubuntu

    Has anyone been able to get b&w working?

  5. #35
    Join Date
    Apr 2012
    Beans
    1

    Re: Canon Pixma MG5200 Series Printers and Ubuntu

    I can get the scanner function to work from GIMP. The computer shows the printer, but I am never able to get it to print anything. Funny thing is the computer found my wife's HP printer and it worked over wifi without downloading any drivers. She has not been able to get it to consistently work over wifi in Windows. Thanks for any help.

  6. #36
    Join Date
    Nov 2011
    Beans
    1

    Re: Canon Pixma MG5200 Series Printers and Ubuntu

    @benjaminelzerman
    "An error occurred. The package management system cannot be identified."
    change C_FUNC_get_system() in the install.sh files to
    Code:
    C_FUNC_get_system()
    {
        local c_system_rpm=""
        local c_system_deb=""
    
        C_system="deb"
        C_arch32="i386"
        C_arch64="amd64"
        
        return 0
    }

  7. #37
    Join Date
    Apr 2009
    Beans
    3

    Re: Canon Pixma MG5200 Series Printers and Ubuntu

    Applying the following patch (ids taken from the latest unreleased sane-backends) and rebuilding the libsane package from source seems to make (x)sane recognize and work with my MG5250 scanner.

    --- pixma_mp150.c-dist 2011-01-16 02:01:28.000000000 +0100
    +++ pixma_mp150.c-new 2012-05-23 10:30:37.000000000 +0200
    @@ -162,6 +162,11 @@
    #define MX350_PID 0x1742
    #define MX870_PID 0x1743

    +/* 2010 new devices (untested) */
    +#define MG5100_PID 0x1748
    +#define MG5200_PID 0x1749
    +#define MG6100_PID 0x174a
    +
    /* Generation 4 XML messages that encapsulates the Pixma protocol messages */
    #define XML_START_1 \
    "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\
    @@ -1653,5 +1658,10 @@
    /* Generation 4 CCD */
    DEVICE ("Canon MP990 series", "MP990", MP990_PID, 4800, 638, 877, PIXMA_CAP_CCD | PIXMA_CAP_TPU),

    + /* Latest devices (2010) Generation 4 CIS/CCD */
    + DEVICE ("Canon PIXMA MG5100", "MG5100", MG5100_PID, 1200, 638, 877, PIXMA_CAP_CIS),
    + DEVICE ("Canon PIXMA MG5200", "MG5200", MG5200_PID, 2400, 638, 877, PIXMA_CAP_CIS),
    + DEVICE ("Canon PIXMA MG6100", "MG6200", MG6100_PID, 2400, 638, 877, PIXMA_CAP_CIS),
    +
    END_OF_DEVICE_LIST
    };

    Had to add the scanner IP to /etc/sane.d/pixma.conf.

    Xsane now works, but I find particularly useful the simple-scan package (which also depends on the sane backend).

    I wonder why it takes so long for the sane folks to release an updated version, those are printer models from 2010 after all.

  8. #38
    Join Date
    Apr 2012
    Beans
    8

    Re: Canon Pixma MG5200 Series Printers and Ubuntu

    Hello everyone,

    While I do not own a Canon MG5200 Series printer, I own a Canon Pixma MP495. I figured the steps to set it up had to be similar. I went to the Aussie web site and found the proper Linux drivers for my printer. I tried the US Canon web site a while back and found no Linux drivers; I wrote my printer off as a "nope".

    I downloaded the Aussie drivers, installed, and started printing (using wireless, I might add) RIGHT away !!

    This site is awesome, downright awesome !!

  9. #39
    Join Date
    Jan 2006
    Location
    Maine - now...
    Beans
    60
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Canon Pixma MG5200 Series Printers and Ubuntu

    thanks everyone who posted tips here!

    Had some operability with my MG5220, but now everything works (though selecting the paper tray is not easy).

  10. #40
    Join Date
    Mar 2006
    Beans
    30

    Re: Canon Pixma MG5200 Series Printers and Ubuntu

    Similarly, I've got a Canon MG3122 printer & scanner ($50 at WalMart) with USB and WiFi. I had to have a ******* machine to setup the device on my wireless network , but then UBUNTU found the printer without any problem. I couldn't scan until I found this thread and looked on the Canon Asia site to find the ScanGearMP for the 3100. The link below has the Deb file to download and install. It does pretty much what you need from a scan program. Thanks for pointing us East to find the fixes we needed.

    http://support-sg.canon-asia.com/con...100394102.html

Page 4 of 5 FirstFirst ... 2345 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
  •