Rabu, 28 Oktober 2009

Setting Canon Printer IP1980 in Ubuntu 9.04

I just got a new printer canon ip1980 it's on sale, to change my epson C79 infused system.
This printer will not automatically recognized by Ubuntu, so I am looking forhow to from internet resources. According to resources to make this things work in my ubuntu linux, I should take some action with step like this:

download iP1900_debian_printer.tar from canon website

from terminal extract this file :

sudo tar -xf iP1900_debian_printer.tar

ls -l

total 31944
-rw-rw-rw- 1 root root 63102 2008-11-28 00:15 cnijfilter-common_3.00-1_i386.deb
-rw-rw-rw- 1 root root 6207050 2008-11-28 00:20 cnijfilter-common-3.00-1.tar.gz
-rw-rw-rw- 1 root root 1812936 2008-11-28 00:17 cnijfilter-ip1900series_3.00-1_i386.deb
-rw-r--r-- 1 rudyg rudyg 8085504 2009-10-29 04:36 iP1900_debian_printer.tar


After that you will find 2 file cnijfilter-ip1900series_3.00-1_i386.deb and cnijfilter-common_3.00-1_i386.deb. Install the .deb package using command :
sudo dpkg -i cni*.deb

Selecting previously deselected package cnijfilter-common.
(Reading database ... 220399 files and directories currently installed.)
Unpacking cnijfilter-common (from cnijfilter-common_3.00-1_i386.deb) ...
Selecting previously deselected package cnijfilter-ip1900series.
Unpacking cnijfilter-ip1900series (from cnijfilter-ip1900series_3.00-1_i386.deb) ...
Setting up cnijfilter-common (3.00-1) ...
Setting up cnijfilter-ip1900series (3.00-1) ...

Processing triggers for libc6 ...
ldconfig deferred processing now taking place

sudo apt-get install libcups2

Reading package lists... Done
Building dependency tree
Reading state information... Done
libcups2 is already the newest version.
The following packages were automatically installed and are no longer required:
libqt4-assistant linux-headers-2.6.28-11 libboost-program-options1.35.0 libqt4-test
python-dbg python-qt4-common libakonadiprivate1 libqt4-xmlpatterns libqt4-help
python-qt4 libqt4-webkit linux-headers-2.6.28-11-generic python-qt4-dbus
python-sip4 python2.6-dbg libplasma3 kdepimlibs5 kdepimlibs-data python-kde4
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

ldd /usr/bin/cifip1900

linux-gate.so.1 => (0xb806a000)
libcnbpcmcm346.so => /usr/lib/libcnbpcmcm346.so (0xb8048000)
libcnbpess346.so => /usr/lib/libcnbpess346.so (0xb7ff8000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7fd1000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7fcd000)
libtiff.so.4 => /usr/lib/libtiff.so.4 (0xb7f77000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7f51000)
libcnbpcnclapi346.so => /usr/lib/libcnbpcnclapi346.so (0xb7f4d000)
libcnbpcnclbjcmd346.so => /usr/lib/libcnbpcnclbjcmd346.so (0xb7f48000)
libcnbpcnclui346.so => /usr/lib/libcnbpcnclui346.so (0xb7f42000)
libpopt.so.0 => /lib/libpopt.so.0 (0xb7f38000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dd5000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7dbc000)
/lib/ld-linux.so.2 (0xb806b000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7d9c000)
libz.so.1 => /lib/libz.so.1 (0xb7d85000)
rudyg@rgacer-laptop:~/download$

I think everything all set, the next step create a new printer using

Create a new printer

Tidak ada komentar:

Posting Komentar