Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Hardware & Laptops
Problems with hardware & laptops not being detected or supported during or after install.

 
 
Thread Tools Display Modes
Old September 30th, 2007   #1
age6racer
First Cup of Ubuntu
 
Join Date: Dec 2006
Beans: 6
HOWTO: Install Canon Pixma iP1300 with CUPS

Credit: This is a translated version of Reinaldo's post on the openprinting forums. All credit goes to Reinaldo

Prerequisites: You will need to have alien installed to convert the .rpm's into .debs for installation in Ubuntu.

Step 1:
Follow this link
and download the archive from Canon's website.

Step 2:
Unpack the archive
$tar -xf iP2200_Linux_260.tar.gz

Step 3:
Delete an unwanted .rpm
$rm cnijfilter-common-2.60-1.src.rpm

Step 4:
Convert the remaining rpm's into .deb's
$sudo alien -d -c *.rpm

Step 4:
Install the .deb files
$sudo dpkg -i *.deb

Step 5:
Install libgtk1.2
$sudo apt-get install libgtk1.2

Step 6:
Create symbolic links
$sudo ln -s /usr/lib/libpng12.so.0 /usr/lib/libpng.so.3
$sudo ln -s /usr/lib/libxml2.so.2 /usr/lib/libxml.so.1
$sudo ln -s /usr/lib/libpng12.so.0 /usr/lib/libpng.so.2
$sudo ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3

Step 7: (optional)
Configure the iP2200 ppd file
$sudo gedit /usr/share/cups/model/canonip2200.ppd (default config works fine @ 600dpi)

Make your choices as to which detail level you require.

*OpenUI *CNQuality/Quality: PickOne
*DefaultCNQuality: 3
*CNQuality 2/High: "2"
*CNQuality 3/Normal: "3"
*CNQuality 4/Standard: "4"
*CNQuality 5/Economy: "5"
*CloseUI: *CNQuality

*OpenUI *Resolution/Output Resolution: PickOne
*DefaultResolution: 600
*Resolution 600/600 dpi: "<</HWResolution[600 600]>>setpagedevice"
*Resolution 1200/1200 dpi: "<</HWResolution[1200 1200]>>setpagedevice"
*Resolution 2400/2400 dpi: "<</HWResolution[2400 2400]>>setpagedevice"
*CloseUI: *Resolution

Step 8:
Restart CUPS

$sudo killall cupsd
$sudo cupsd

Step 9:
Add your new printer

Open printing dialog in system settings
Add new printer
Choose Canon IP1300 USB # entry
When asked choose to manually choosea PPD file
browse to /usr/share/cups/model/canonip2200.ppd
Apply all settings and close wizard.

Step 10:
Print a test page! Your Canon Pixma iP1300 should be working at long last!!

Happy printing!
age6racer is offline  
Old October 1st, 2007   #2
por100pre1
Chocolate-Covered Ubuntu Beans
 
por100pre1's Avatar
 
Join Date: May 2007
Location: Puerto Rico/Dominican Rep
Beans: 2,248
Ubuntu Studio Karmic Koala (testing)
Re: HOWTO: Install Canon Pixma iP1300 with CUPS

This should be in Tutorials & Tips, good job.
__________________
Por-cien-pre-uno (4ever1): Linux User #450530 Ubuntu User #16151
GNU/Linux Fácil * Introducción a Linux * Guía de Comandos

If the issue has been solved, please mark the thread as solved.
por100pre1 is offline  
Old October 4th, 2007   #3
burakerenn
5 Cups of Ubuntu
 
Join Date: Sep 2007
Beans: 21
Re: HOWTO: Install Canon Pixma iP1300 with CUPS

Any way to make the prints greyscale (using only black cartridge) instead of RGB??
burakerenn is offline  
Old November 3rd, 2007   #4
FkJ
First Cup of Ubuntu
 
Join Date: Jan 2007
Beans: 2
Re: HOWTO: Install Canon Pixma iP1300 with CUPS

It doesn't works, printer only spits the paper in blank
FkJ is offline  
Old November 5th, 2007   #5
goodrench
A Carafe of Ubuntu
 
goodrench's Avatar
 
Join Date: Jul 2006
Beans: 100
Re: HOWTO: Install Canon Pixma iP1300 with CUPS

Quote:
Originally Posted by FkJ View Post
It doesn't works, printer only spits the paper in blank
Same here.
Any suggestions?
goodrench is offline  
Old November 10th, 2007   #6
ReiSei
First Cup of Ubuntu
 
Join Date: Nov 2007
Beans: 1
Re: HOWTO: Install Canon Pixma iP1300 with CUPS

I installed the Kubuntu gusty now and this driver also and I functioned perfectly for me.
You need two cartridges for work - black and color.
you need install libgtk1.2 and fixes dependences.
Follow the instructions above and see images below for setup the printer.
Click image for larger version

Name:	1.png
Views:	669
Size:	165.3 KB
ID:	49713

Click image for larger version

Name:	2.png
Views:	403
Size:	154.4 KB
ID:	49714

Click image for larger version

Name:	3.png
Views:	368
Size:	163.1 KB
ID:	49715

Click image for larger version

Name:	4.png
Views:	320
Size:	168.7 KB
ID:	49716

Click image for larger version

Name:	5.png
Views:	323
Size:	156.7 KB
ID:	49717

Following all the steps you will have success.
Sorry my bad english.
ReiSei is offline  
Old December 26th, 2007   #7
Tavathlon
Just Give Me the Beans!
 
Join Date: Mar 2006
Location: Lund, Sweden
Beans: 65
Ubuntu 9.10 Karmic Koala
Send a message via ICQ to Tavathlon Send a message via MSN to Tavathlon Send a message via Skype™ to Tavathlon
Re: HOWTO: Install Canon Pixma iP1300 with CUPS

Hi all! I just posted a message in this thread: http://ubuntuforums.org/showthread.php?p=4017815
Just want to make sure that people using the iP1300 printer will see that message, so that is why I'm posting here as well. =)

Please take a look, and help me if you are able to. =)

Btw, great howto, printing as such is no problem after following this guide - thanks a lot!

Best regards
Patrik
__________________
In Sweden, we have polar bears walking on the streets. Really.
Tavathlon is offline  
Old May 21st, 2008   #8
mandras
First Cup of Ubuntu
 
Join Date: Jun 2007
Beans: 3
Talking Re: HOWTO: Install Canon Pixma iP1300 with CUPS

Hi, thank you very much! For me it works fine. I've just got a test page with fresh ink!!!
For those who haven't been successful: I read somewhere that although with windows the printer works with only 1 cartridge (the color one) to use it on Linux you have to install both cartridges. My printer also has a black cartridge installed. So I suggest you try again with this howto after you have both cartridges installed, maybe that will solve the problem. At least it worked for me, I hope it'll work for you as well.
Thank you again!
mandras is offline  
Old June 20th, 2008   #9
dnile
First Cup of Ubuntu
 
Join Date: Jun 2008
Beans: 7
Ubuntu 8.04 Hardy Heron
Re: HOWTO: Install Canon Pixma iP1300 with CUPS

wow!! Thanks very much works fine first try! cheers.
dnile is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:01 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry