How do I get a Canon PIXMA MX350 printer working?

11,178

Solution 1

Add ppa:michael-gruz/canon-trunk and install cnijfilter-mx350series.

Adjusting /etc/apt/sources.list.d/michael-gruz-canon-trunk-quantal.list to read

deb http://ppa.launchpad.net/michael-gruz/canon-trunk/ubuntu quantal main

also makes the driver install in 12.10.

Solution 2

Go to this website http://software.canon-europe.com/products/0010699.asp.

Select Linux, press submit and select : "Printer Driver for Debian Linux (3.1)". Its name should be cnijfilter-mx860series-3.10-1-i386-deb.tar.gz

This driver also works for MX320 and MX330 printers so maybe also for MX350.

Untar it and do

cd cnijfilter-mx860series-3.10-1-i386-deb/packages
sudo apt-get install libpopt-dev # not sure it is useful
sudo dpkg --force-architecture -i cnijfilter-common_3.10-1_i386.deb
sudo dpkg --force-architecture -i cnijfilter-mx860series_3.10-1_i386.deb

Now just go to System Settings/Printing. Press Add, and you should see your printer if you wait a bit.

Solution 3

Just follow this except for the mx870: http://ubuntuforums.org/showthread.php?t=1488850

Share:
11,178

Related videos on Youtube

type
Author by

type

Updated on September 18, 2022

Comments

  • type
    type over 1 year

    Is anybody successfully addressing a Canon PIXMA MX printer (MX350 in my case) on current Ubuntu 12.04 (64bit)?

    • Sanam Patel
      Sanam Patel almost 12 years
      Related question here. Can you try this link, download, extract and open the two 64-bit Debian packages (the bottom two)? I do this for a different but similar model and it works fine.
    • type
      type almost 12 years
      Thank you for the detailed comment, although I'm only seeing files with "i386" in their name. I'll try when I'm again testing 12.04 (me-tv is still an issue for me)
    • Sanam Patel
      Sanam Patel almost 12 years
      You're right. I have a MG5350 and 64-bit drivers exist. I would send Canon an email requesting drivers or help. I did, and they replied quickly told me what to do. I was shocked they actually replied AND had Linux support.
    • type
      type almost 12 years
      No luck in my case, but this answer seems promising: askubuntu.com/questions/140799/…
    • type
      type over 11 years
      Using ppa:michael-gruz/canon-trunk (trunk!) I had to purge and install the drivers after upgrading to 12.04 from 11.10.
    • type
      type over 11 years
      Also gutenprint seems to work though achieving slightly better results with the other driver (which still works after upgrading to 12.10)
  • user98085
    user98085 over 11 years
    Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.