Results 1 to 9 of 9

Thread: Canon iXXX in 6.06

  1. #1
    Join Date
    Jun 2006
    Location
    Kansas, USA
    Beans
    5
    Distro
    Ubuntu 9.10 Karmic Koala

    Canon iXXX in 6.06

    I added this into to another older thread, but this may be easier for people to find.

    I own a Canon i860 printer and on older Ubuntu distros I was able to get it working by following the directions in this thread:
    Canon iXXX howto

    When I upgraded to Dapper Drake (Ubuntu 6.06), my printer stopped working. The fault lies in a png library that's required for the printer driver to run, and which is no longer provided in the 6.06 repositories (libpng.so.2). Luckily, there's another library that works as a substitute, you just need to make a link to it using the name that the printer driver is looking for. To get things working, here are the necessary steps:

    First, make sure you're really missing libpng.so.2:

    1)
    Code:
    ls /usr/lib/libpng.so.2
    If you see this: "ls: /usr/lib/libpng.so.2: No such file or directory", then proceed. If ls actually finds the library on your system, you should stop now and go looking for another solution.

    2)
    Code:
    sudo apt-get install libpng10-0
    (Ubuntu may say you already have this installed. That's ok.)

    3)
    Code:
    sudo ln -s /usr/lib/libpng10.so.0 /usr/lib/libpng.so.2
    That should do it. Try printing another page. In my case, it worked right away, with no need to restart CUPS or anything else.

  2. #2
    Join Date
    Mar 2006
    Beans
    120
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Canon iXXX in 6.06

    /$ sudo apt-get install libpng10-0
    Reading package lists... Done
    Building dependency tree... Done
    Package libpng10-0 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package libpng10-0 has no installation candidate


    Hmm. No luck here.
    Using: Elitegroup P55H-A Motherboard
    Intel Core i7-860 2.8GHz Quad-Core Processor
    SAPPHIRE 100283L Radeon HD 5770 Video Card
    4 Gigs of RAM

  3. #3
    Join Date
    Apr 2005
    Location
    South Africa
    Beans
    Hidden!
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: Canon iXXX in 6.06

    Quote Originally Posted by cafn8ed

    2)
    Code:
    sudo apt-get install libpng10-0
    (Ubuntu may say you already have this installed. That's ok.)
    Only libpng12-0 is available on the dapper repos, does this work as well?
    Regards,
    Matchless

    Proudly kubuntu!

  4. #4
    Join Date
    Oct 2005
    Location
    Greece
    Beans
    78
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Canon iXXX in 6.06

    this solution is for i386, is it working on x64
    Control Panel Review | [https://db.tt/cCwEcQyz]Get Dropbox for Free[/url]
    <?php adopt or die ?>

  5. #5
    Join Date
    Mar 2006
    Location
    Norway
    Beans
    31
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Canon iXXX in 6.06

    This howto is slightly incomplete, or did not work for me. The only alterations
    you will need are to add repositories for the libtiff and libpng libraries.
    Everything is explained here:
    https://wiki.ubuntu.com/VidNor#head-...62a0ee58a4fc3b

    Send me a PM if something is unclear. Happy printing.
    (and BIG thanks to cafn8ed, who's work my guide is based on)

  6. #6
    Join Date
    Mar 2006
    Beans
    120
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Canon iXXX in 6.06

    That is using the BJC 7000. I am using them and the quality is really bad. I mean really bad. I was hoping for something besides using those drivers.
    Using: Elitegroup P55H-A Motherboard
    Intel Core i7-860 2.8GHz Quad-Core Processor
    SAPPHIRE 100283L Radeon HD 5770 Video Card
    4 Gigs of RAM

  7. #7
    Join Date
    Mar 2006
    Location
    Norway
    Beans
    31
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Canon iXXX in 6.06

    Check the link in my previous post, it contains instructions to use the original
    Canon drivers. I still can't get it to print in grayscale, but the quality is pretty good.

  8. #8
    Join Date
    May 2005
    Location
    Belgium
    Beans
    14
    Distro
    Ubuntu 6.06

    Re: Canon iXXX in 6.06

    How does one know which of the drivers to use? I've got a i905D, but no clue which one to try?

  9. #9
    Join Date
    Mar 2006
    Beans
    120
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Canon iXXX in 6.06

    Quote Originally Posted by mandragor
    This howto is slightly incomplete, or did not work for me. The only alterations
    you will need are to add repositories for the libtiff and libpng libraries.
    Everything is explained here:
    https://wiki.ubuntu.com/VidNor#head-...62a0ee58a4fc3b

    Send me a PM if something is unclear. Happy printing.
    (and BIG thanks to cafn8ed, who's work my guide is based on)
    I have a Japanese Pixus 560i. I did everything that the post said. It went real smoothly. I went to print 20 pages of a document and it petered out on the 8th page-just stopped right in the middle and did not start again. I tried to print it again and it wouldn't start up. What would cause this kind of behavior? Any sugguestions or thoughts would be greatly appreciated. Thanks
    Using: Elitegroup P55H-A Motherboard
    Intel Core i7-860 2.8GHz Quad-Core Processor
    SAPPHIRE 100283L Radeon HD 5770 Video Card
    4 Gigs of RAM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •