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 | 13,140 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. 40 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 (77 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 (77 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 (77 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 (77 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

  18. BlankOn ManiaNo Gravatar (1 comments.) on May 7, 2010

    Its work for My PC…
    Thanks for tutorial….
    BlankOn Mania´s last blog ..Success Story Pebisnis Neobux dari Bandung Comment posted using Safari Safari 533.2 on Mac OS Mac OS XMy ComLuv Profile

    Reply

  19. SatriaNo Gravatar on May 12, 2010

    How to install canon pixma ip1700 in ubuntu 10.4?Comment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Ubuntu Linux Ubuntu Linux

    Reply

  20. jariadiNo Gravatar on May 12, 2010

    thanks, its work on my ubuntu 10.04 lts, but without installing the lipbcups2, lucid lynx alraedy have it..merdeka…Comment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Ubuntu Linux Ubuntu Linux

    Reply

    dedyisnNo Gravatar (77 comments.) on May 24, 2010

    ooo that’s good
    I’m not yet test lucic lynx :D Comment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Windows Windows XP

    Reply

  21. ChristopherNo Gravatar on May 23, 2010

    Thank you very much! I had to change the commands a little bit, but after that it worked perfectly for Jaunty v9.04.Comment posted using Mozilla Firefox Mozilla Firefox 3.0.19 on Ubuntu Linux Ubuntu Linux

    Reply

    dedyisnNo Gravatar (77 comments.) on May 24, 2010

    You’re welcomeComment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Windows Windows XP

    Reply

  22. kvaNo Gravatar on May 26, 2010

    Not working on ubuntu 10.04 LTS 32bitComment posted using Internet Explorer Internet Explorer 8.0 on Windows Windows Vista

    Reply

    dedyisnNo Gravatar on May 26, 2010

    Can you tell us, what is the error ???Comment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Windows Windows XP

    Reply

    kvaNo Gravatar on May 26, 2010

    This is the result from installing to 10.04 LTS 32bit…

    ciprut@laptopku:~/Downloads$ sudo dpkg -i cnijfilter-*.deb
    dpkg: dependency problems prevent configuration of cnijfilter-common:
    cnijfilter-common depends on libcupsys2 (>= 1.2.1); however:
    Package libcupsys2 is not installed.
    dpkg: error processing cnijfilter-common (–install):
    dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of cnijfilter-ip1900series:
    cnijfilter-ip1900series depends on libcupsys2 (>= 1.2.1); however:
    Package libcupsys2 is not installed.
    cnijfilter-ip1900series depends on cnijfilter-common (>= 3.00); however:
    Package cnijfilter-common is not configured yet.
    dpkg: error processing cnijfilter-ip1900series (–install):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    cnijfilter-common
    cnijfilter-ip1900seriesComment posted using Internet Explorer Internet Explorer 8.0 on Windows Windows Vista

    Reply

    dedyisnNo Gravatar (77 comments.) on May 26, 2010

    Download the package

    http://security.ubuntu.com/ubuntu/pool/universe/c/cups/libcupsys2_1.3.9-17ubuntu3.1_all.deb

    Goto a shell and find where you saved it, now install it:
    sudo dpkg -i libcupsys2_1.3.9-17ubuntu3.1_all.deb

    Now you need to fix up the initial install of the drivers with
    sudo apt-get -f install

    (the -f means fix)Comment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Windows Windows XP

    Reply

  23. mindyNo Gravatar on Jun 9, 2010

    i am stuck at this step! sudo dpkg-i cnijfilter-*.deb

    it says no such command. i am using latest version 10.04.

    mindy:~$ sudo dpkg-i cnijfilter-*.deb
    sudo: dpkg-i: command not found

    help!Comment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Ubuntu Linux Ubuntu Linux

    Reply

    mindyNo Gravatar on Jun 9, 2010

    i have solved it, thank you!Comment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Ubuntu Linux Ubuntu Linux

    Reply

  24. suppkNo Gravatar (1 comments.) on Jun 9, 2010

    :nyembah::nyembah::nyembah:3 thank a lot.it worked.
    ubuntu 10.04 fix with http://security.ubuntu.com/ubuntu/pool/universe/c/cups/libcupsys2_1.3.9-17ubuntu3.7_all.debComment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Ubuntu Linux Ubuntu Linux

    Reply

  25. elaineNo Gravatar on Jun 23, 2010

    Hi, I am a new user with Ubuntu 10.04. I have trouble installing iP1980. This is what I get:

    elaine@elaines:~$ sudo dpkg -i cnijfilter-*.deb
    Selecting previously deselected package cnijfilter-common.
    (Reading database … 124484 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) …
    dpkg: dependency problems prevent configuration of cnijfilter-common:
    cnijfilter-common depends on libcupsys2 (>= 1.2.1); however:
    Package libcupsys2 is not installed.
    dpkg: error processing cnijfilter-common (–install):
    dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of cnijfilter-ip1900series:
    cnijfilter-ip1900series depends on libcupsys2 (>= 1.2.1); however:
    Package libcupsys2 is not installed.
    cnijfilter-ip1900series depends on cnijfilter-common (>= 3.00); however:
    Package cnijfilter-common is not configured yet.
    dpkg: error processing cnijfilter-ip1900series (–install):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    cnijfilter-common
    cnijfilter-ip1900series
    elaine@elaines:~$ sudo apt-get install libcups2
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    libcups2 is already the newest version.
    You might want to run `apt-get -f install’ to correct these:
    The following packages have unmet dependencies:
    cnijfilter-common: Depends: libcupsys2 (>= 1.2.1)
    cnijfilter-ip1900series: Depends: libcupsys2 (>= 1.2.1)
    E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).

    I don’t understand this. I have tried reading documents and visiting websites but I am getting frustrated and it is not working. Please help!!Comment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Ubuntu Linux Ubuntu Linux

    Reply

    dedyisnNo Gravatar (77 comments.) on Jun 28, 2010

    I’m sorry for late response, you can use libcupsys2
    use command : sudo apt-get install libcupsys2
    or download it from http://security.ubuntu.com/ubuntu/pool/universe/c/cups/libcupsys2_1.3.9-17ubuntu3.7_all.deb

    Then follow the rest of the articleComment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Windows Windows XP

    Reply

  26. ramaNo Gravatar on Jul 8, 2010

    klo install ip1900 di ubuntu 10.4 64 bit gmn ya? drivernya harus 64 bit jg kn? (apa yang ada cuma i386 aj) thx b4..Comment posted using Mozilla Firefox Mozilla Firefox 3.6.6 on Ubuntu Linux Ubuntu Linux

    Reply

    dedyisnNo Gravatar (77 comments.) on Jul 20, 2010

    blum pernah nyoba mas :D Comment posted using Mozilla Firefox Mozilla Firefox 3.6.3 on Windows Windows XP

    Reply

  27. arimNo Gravatar (1 comments.) on Jul 25, 2010

    mas saya pake ubuntu 10.04, bagaimana cara mensetting canon ip1700 biar bisa sync sama ubuntu..

    mohon pencerahannya

    thq b4
    arim´s last blog ..KONSEP PENTING TEORI SIKAP Comment posted using Mozilla Firefox Mozilla Firefox 3.6.7 on Ubuntu Linux Ubuntu LinuxMy ComLuv Profile

    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 More

Want to subscribe?

 Subscribe in a reader Or, subscribe via email:

Please Enter your email address:

I'm Member of :
Custom Search