Monday, January 4, 2010

How Does Install Driver Printer Canon Pixma IP1300 at Ubuntu?

Sometimes found at system operation Linux we use that not 100% work well, but must not mean us must impute os he, possible caused by error at the (time) of installation process, and or the configuration, so that we must menginstall according to manual, yeah! one of them at the (time) of if we can not printer install canon ip1300 according to otomotis, so one the other one road install printer according to manual. well. . for that we must has driver formerly.

step 1:

Download driver canon pixma ip 1300 formerly, and install alien to convert.rpm ke .deb

$sudo apt-get install alien

step 2 :
Extract file

$tar -xvzf iP2200_Linux_260.tar.gz

step 3 :
delete file not we require

$rm -r cnijfilter-common-2.60-1.src.rpm

step 4 :
Convert file .rpm to .deb

$sudo alien -d -c *.rpm

step 5 :
File install . deb that at convert

$sudo dpkg -i *.deb

step 6 :
We want several supporter files that is libgtk1.2

$sudo apt-get install libgtk1.2

step 7 :
Make link between file to be more clear, "$man ln"
$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 8 :
Configurasi file ip2200. ppd permanent default configuration can work, under this only increase result from your printer, make your choice as detail level you require.

$sudo gedit /usr/share/cups/model/canonip2200.ppd
*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: "<>setpagedevice"
*Resolution 1200/1200 dpi: "<>setpagedevice"
*Resolution 2400/2400 dpi: "<>setpagedevice"
*CloseUI: *Resolution

step 9 :
Restart CUPS

$sudo killall cupsd
$sudo cupsd

step 10 :
Add your printer, open printer configuration, choose canon ip1300 usb entry. . when asked to choose according to manual choose " provide ppd file" and point at.. ./usr/share/cups/model/canonip2200.ppd and test print. . . .

2 comments:

Anonymous said...

nice posting dear ^_^

admin said...

thank's ^_^

Post a Comment