Install Printer Canon Pixma ip1980 in Ubuntu Jaunty Jackalope | Konsultan IT dan jaringan Area Flores

Install Printer Canon Pixma ip1980 in Ubuntu 9.04

Written on 29 April, 2009 – 6:17 pm | by dedyisn | 8,589 views

Canon has released new inject printer canon pixma ip1980. it continue the generation of canon pixma with additional feature. If you want to install it on ubuntu jaunty 9.04 , make sure you have download the driver from canon website. There are a software that has been provided by canon developer.
There is 2 different format ( .deb and .rpm ). Choose .deb file then follow the instructions. It will give you a tar package ( iP1900_debian_printer.tar ).
After download this tar package, extract it using command :

sudo tar -xf 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 cnijfilter-*.deb

install libcups2 package using this command :

sudo apt-get install libcups2

After that check the library for ip1980 using command :

ldd /usr/bin/cifip1900

the list should be like this :

ldd /usr/bin/cifip1900
linux-gate.so.1 => (0xb7f63000)
libcnbpcmcm346.so => /usr/lib/libcnbpcmcm346.so (0xb7f47000)
libcnbpess346.so => /usr/lib/libcnbpess346.so (0xb7ef7000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7ed0000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7ecc000)
libtiff.so.4 => /usr/lib/libtiff.so.4 (0xb7e77000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7e51000)
libcnbpcnclapi346.so => /usr/lib/libcnbpcnclapi346.so (0xb7e4d000)
libcnbpcnclbjcmd346.so => /usr/lib/libcnbpcnclbjcmd346.so (0xb7e48000)
libcnbpcnclui346.so => /usr/lib/libcnbpcnclui346.so (0xb7e42000)
libpopt.so.0 => /lib/libpopt.so.0 (0xb7e38000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7cd5000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7cbc000)
/lib/ld-linux.so.2 (0xb7f64000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7c9c000)
libz.so.1 => /lib/libz.so.1 (0xb7c85000)

if the library’s OK, connect the printer and waiting for your ubuntu PC to recognize it. Use print test page button to test the printer

Share and Enjoy:
  • del.icio.us
  • Technorati
  • Digg
  • Facebook
  • Google Bookmarks
  • MySpace
  • YahooMyWeb

Related Posts

  1. 22 Responses to “Install Printer Canon Pixma ip1980 in Ubuntu 9.04”

  2. mulongNo Gravatar (1 comments.) on Jun 1, 2009

    will this work on ubuntu 9.04 64bit???

    i am having a hard time installing my ip1980 on my ubuntu 9.04 64bitComment posted using Mozilla Firefox Mozilla Firefox 3.0.10 on Windows Windows XP

    Reply

    dedyisnNo Gravatar (59 comments.) on Jun 3, 2009

    i’m not sure about installing on ubuntu 9.04 . just check the library dependencies. sometimes it needed symbolic link to make it work. :D Comment posted using Mozilla Firefox Mozilla Firefox 3.0.10 on Windows Windows XP

    Reply

    PrashNo Gravatar on Aug 19, 2009

    It works with ubuntu 9.04 just fine. Thanks for the help!Comment posted using Mozilla Firefox Mozilla Firefox 3.0.8 on Ubuntu Linux Ubuntu Linux

    Reply

  3. iceNo Gravatar on Jun 25, 2009

    Works with Ubuntu 8.10 Intrepid…

    Thanks…Comment posted using Mozilla Firefox Mozilla Firefox 3.0.3 on Windows Windows XP

    Reply

  4. Sonny HidayatNo Gravatar (1 comments.) on Aug 4, 2009

    When you need to use the .ppd file for network printing, you may find canonip1900.ppd file at directory /usr/share/cups/model/ as the result of activity above.
    Sonny Hidayat´s last blog ..Kidz are great !! Comment posted using Mozilla Firefox Mozilla Firefox 3.0.12 on Ubuntu Linux Ubuntu LinuxMy ComLuv Profile

    Reply

  5. kvaNo Gravatar (1 comments.) on Sep 16, 2009

    Can you install driver ip1980 on ubuntu 8.0.4 LTS 64 bit and ubuntu 9.0.4 64 bit to check whether it’s working or not ?

    Thanks.
    kva´s last blog ..Windows 7 Release to Manufacturing Comment posted using Mozilla Firefox Mozilla Firefox 3.0.8 on Ubuntu Linux Ubuntu LinuxMy ComLuv Profile

    Reply

    dedyisnNo Gravatar (5 comments.) on Sep 19, 2009

    I already tested it on Ubuntu 9.04 -64bit and it’s works
    make sure there’s no library that not found , use command : ldd /usr/bin/cifip1900
    There is a different between 64 bit and 32 bit. There will be a link to library 32 .
    linux-gate.so.1 => (0xffffe000)
    libcnbpcmcm346.so => /usr/lib/libcnbpcmcm346.so (0xf7f81000)
    libcnbpess346.so => /usr/lib/libcnbpess346.so (0xf7f31000)
    libm.so.6 => /lib32/libm.so.6 (0xf7f0b000)
    libdl.so.2 => /lib32/libdl.so.2 (0xf7f07000)
    libtiff.so.4 => /usr/lib32/libtiff.so.4 (0xf7eb4000)
    libpng12.so.0 => /usr/lib32/libpng12.so.0 (0xf7e91000)
    libcnbpcnclapi346.so => /usr/lib/libcnbpcnclapi346.so (0xf7e8d000)
    libcnbpcnclbjcmd346.so => /usr/lib/libcnbpcnclbjcmd346.so (0xf7e89000)
    libcnbpcnclui346.so => /usr/lib/libcnbpcnclui346.so (0xf7e82000)
    libpopt.so.0 => /lib32/libpopt.so.0 (0xf7e7a000)
    libc.so.6 => /lib32/libc.so.6 (0xf7d2b000)
    libpthread.so.0 => /lib32/libpthread.so.0 (0xf7d13000)
    /lib/ld-linux.so.2 (0xf7fa7000)
    libjpeg.so.62 => /usr/lib32/libjpeg.so.62 (0xf7cf3000)
    libz.so.1 => /usr/lib32/libz.so.1 (0xf7cdd000)
    dedyisn´s last blog ..2 tahun Bersama Linux Comment posted using Mozilla Firefox Mozilla Firefox 3.0.11 on Ubuntu Linux Ubuntu LinuxMy ComLuv Profile

    Reply

  6. sharif uddinNo Gravatar (1 comments.) on Oct 5, 2009

    I need to install printer canon pixma ip1980. please arrange.
    sharif uddin´s last blog ..NOUN AND ITS CLASSIFICATION Comment posted using Internet Explorer Internet Explorer 7.0 on Windows Windows XPMy ComLuv Profile

    Reply

  7. masdinNo Gravatar (1 comments.) on Oct 6, 2009

    Thanks for the tutorial, it works like a charm :). I am successfully install PIXMA 1P1980 in my Ubuntu 8.04 and I don’t need to install libcups2, it is preinstalled.

    Many thanks…
    masdin´s last blog ..Penggunaan Have dan Has Comment posted using Mozilla Firefox Mozilla Firefox 3.0.14 on Ubuntu Linux Ubuntu LinuxMy ComLuv Profile

    Reply

  8. RoseNo Gravatar (1 comments.) on Oct 13, 2009

    :puyeng::puyeng::puyeng::puyeng::puyeng::puyeng::puyeng::puyeng::puyeng::puyeng::puyeng::puyeng::melet::melet::melet::melet::nangis::nangis::nangis::nangis::hiks::hiks::hihi::hihi::hiks::hiks::hiks::hiks:Comment posted using Mozilla Firefox Mozilla Firefox 3.5.3 on Windows Windows XP

    Reply

  9. okkiNo Gravatar (1 comments.) on Oct 18, 2009

    That driver work well in Ubuntu 8.10 (intrepid)..thxComment posted using Mozilla Firefox Mozilla Firefox 3.0.14 on Ubuntu Linux Ubuntu Linux

    Reply

  10. makhsanNo Gravatar on Oct 19, 2009

    I was trying to find easy solution to install the driver. You saved me. Thanks a lot…Comment posted using Mozilla Firefox Mozilla Firefox 3.0b5 on Linux Linux

    Reply

  11. AzriNo Gravatar on Nov 3, 2009

    how to install that type of printer in ubuntu 9.10?:nangis:Comment posted using Mozilla Firefox Mozilla Firefox 3.5.3 on Ubuntu Linux Ubuntu Linux

    Reply

  12. amirNo Gravatar on Nov 12, 2009

    alhamdulillah…….
    thanks friend, its work….Comment posted using Mozilla Firefox Mozilla Firefox 3.0.15 on Ubuntu Linux Ubuntu Linux

    Reply

  13. saesariaNo Gravatar on Nov 20, 2009

    I use ubuntu 9.10

    the command is always

    tar: ip1900_debian_printer.tar: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting nowComment posted using Mozilla Firefox Mozilla Firefox 3.5.3 on Ubuntu Linux Ubuntu Linux

    Reply

    dedyisnNo Gravatar (59 comments.) on Nov 23, 2009

    can you make sure that you have type it correctly ? change your directory where you download it, then

    sudo tar -xf iP1900_debian_printer.tar

    If i see your command, you type ip1900 ( P must be capital )

    Hope it’s can help youComment posted using Mozilla Firefox Mozilla Firefox 3.5.5 on Windows Windows XP

    Reply

  14. JoeyNo Gravatar on Dec 5, 2009

    Your system has broken dependencies…huhuhuhuhu

    How to fix this?Comment posted using Mozilla Firefox Mozilla Firefox 3.0.15 on Ubuntu Linux Ubuntu Linux

    Reply

    dedyisnNo Gravatar (59 comments.) on Dec 6, 2009

    Open synaptic, and choose “repair broken packages”

    Hope it’s helpComment posted using Mozilla Firefox Mozilla Firefox 3.5.4 on Windows Windows XP

    Reply

  15. adliNo Gravatar on Dec 31, 2009

    ubuntu 9.10

    sudo tar -xf iP1900_debian_printer.tar

    cannot open: No such file or directoryComment posted using Internet Explorer Internet Explorer 8.0 on Windows Windows NT

    Reply

    dedyisnNo Gravatar (59 comments.) on Jan 1, 2010

    itu spertinya mas melakukan untar di directory yang salah….
    biasanya iP1900_debian_printer.tar ditempatkan di desktop, dan mas harus masuk ke directory desktop terlebih dahulu

    cd /home/~~~~~~/Desktop atau
    cd /home/~~~~~~/Downloads

    atau dimanapun lokasi file debian.tar anda

    ~~~~~ diganti dengan user yang digunakan, misalnya dedyisn , dll
    baru diikuti perintah

    sudo tar -xf iP1900_debian_printer.tar

    Comment posted using Mozilla Firefox Mozilla Firefox 3.5.6 on Windows Windows XP

    Reply

  16. GusmnNo Gravatar on Jan 12, 2010

    yup, kesalahan bagi pemula seperti saya,, kadang lupa kita harus berada di folder atau direktori dimana file akan diekstrak atau dicopy ..jadi eror, tapi setelah beberapa lama kenal linux smua akan terbiasa…newbie first .. Expert later http://www.dedyisn.net/wp-content/plugins/munky-smiley/sip.gifComment posted using Mozilla Firefox Mozilla Firefox 3.5.7 on Windows Windows XP

    Reply

  17. wahyusemarangNo Gravatar on Feb 9, 2010

    Mas tolong bantuin instal pixma 1980 di ubuntu 9.10 64 bitComment posted using Mozilla Firefox Mozilla Firefox 3.5.7 on Ubuntu Linux Ubuntu Linux

    Reply

Post a Comment

:hihi: :hiks: :melet: :nangis: :ngakak: :puyeng: :sip: more »

CommentLuv Enabled

About Me

Here I'll share my knowledge, discovery and experience related to my hobby and work. Most articles on this site are related to tips , my practice result and offcourse about me too. If you want a review for your website or product, contact me via YM or email. For Consultant service in flores "Maumere, Larantuka, Ende, Ruteng, and Bajawa ", just contact me @ email : dedyisn@gmail.com or Phone: 0811393339 More

Want to subscribe?

 Subscribe in a reader Or, subscribe via email:

Please Enter your email address:

I'm Member of :
Custom Search