How to setup Canon InkJet Pixma IP 1300?

6,247

Solution 1

Just installed the same printer on Quantal 32bit edition (canon pixma IP1300).... These are the steps you should try:

1) Add repo:

sudo add-apt-repository ppa:michael-gruz/canon-stable

2) Remove the printer installed in cups. And disconnect the printer.

3) sudo apt-get install cnijfilter-ip2200series

4) restart cups:

sudo service cups restart

5) chose printer ppd driver when installing the printer:

/usr/share/cups/model/canonip2200.ppd

6) print test page > succes.

Hope i helped you.

Solution 2

I have Ubuntu 14.04 and these are what I did to install the printer:

  • I followed the steps of @hellyeah's answer but it failed at step 3.

  • It worked only after trying the updated instruction of user 317642's answer

  • Finally, the Kohjah Breese's tip also helped a lot.

The summary of steps I did:

  1. Add the repository

    sudo add-apt-repository ppa:michael-gruz/canon-trunk
    
    sudo apt-get update
    
  2. If you have any other installed attempt, remove the printer installed in CUPS.

  3. Install the driver

    sudo apt-get install cnijfilter-ip2200series
    
  4. Restart CUPS

    sudo service cups restart
    
  5. To install the printer, go to administration settings.

  6. Click on Add Printer button (with the printer ON and plugged in).

  7. Select your printer from the local printers. Click Continue to proceed.

  8. Where it says "Or Provide a PPD File, click Choose File", navigate to and select: /usr/share/cups/model/canonip2200.ppd

  9. Print test page > success!

Solution 3

For anyone stuck on stage 5, installing the printer means:

  1. Go to localhost:631

  2. Go to administration and enter your OS user and password.

  3. Click on the Add Printer button (with the printer plugged in).

  4. Select your printer from the local printers.

  5. Press Continue.

  6. Press Continue.

  7. Where it says Or Provide a PPD File, click Choose File and navigate to and select: /usr/share/cups/model/canonip2200.ppd

Share:
6,247

Related videos on Youtube

Severus
Author by

Severus

Updated on September 18, 2022

Comments

  • Severus
    Severus over 1 year

    I am unable to setup Canon InkJet Pixma IP 1300 on Quantal AMD64. The things I have tried:

    • Shut down and disconnect the printer before installing packages.
    • Added the ppa:michael-gruz/canon repository to synaptic and installed the cnijfilter-pixmaip1000series package (there is no package for 1300 so I installed the nearest one). The PPA repository does not have packages for Quantal, so had to manually update the repository definition to "Oneiric" and refreshed it before downloading.
    • Restarted cups via sudo service cups restart.
    • Connected and switched on the printer.
    • Opened All Settings -> Printers to Add a printer. There are 2 entries - One for the Standard USB Printer, another for "USB Printer - With Status Readback for Canon IJ" with Device URL as cnijusb:/dev/usb/lp1. Have selected this as per direction in Ubuntu Community Forum.
    • For manually entering a .ppd file I select /usr/share/cups/model/cnpixmaip1000.ppd.

      ERROR MESSAGE : Failed to read PPD file. Possible reason follows: /usr/share/cups/model/cnpixmaip1000.ppd: FAIL*FAIL* Unable to open PPD file - No such file or directory on line 0.

    • On checking I find that cnpixmaip1000.ppd file in /usr/share/cups/model is a symbolic link pointing to /usr/share/ppd/cnpixmaip1000.ppd.

    However the later file does not exist. There are no other ppd files installed.

    PS: Printing works fine with the shareware TurboPrint for Linux. So, there's nothing wrong with the printer.

  • Torbins
    Torbins about 11 years
    This works for Canon PIXMA IP1600 on Ubuntu 13.04
  • Admin
    Admin over 8 years
    +1 for summarizing what you did to install the printer, based on existing answers.
  • Johnny
    Johnny over 8 years
    Thanks, I'm just trying to help! By the way, @clearkimura You did great by editing the answer!
  • Débora
    Débora about 8 years
    THIS WORKED FOR ME.. I was struggling for this for days.. Thanks a lot
  • Calmarius
    Calmarius over 6 years
    That repository is dead. No updates for recent Ubuntu, no stuff for 16.04 or later versions.