Thursday, 29 of July of 2010

Category » Open Source

Installing the Canon PIXMA iP4500 printer on 64bit Linux – openSUSE 10.3

Ok, so this wasn’t too hard, but there was a little hiccup and so I thought I’d briefly note down the solution.

The first step is to find the actual driver because the iP4500 model not listed in the standard set of drivers (at least not in mine). Choosing one of the other PIXMA drivers (like the 4100) will only result in blanc pages.

1) Find the drivers on the Canon website (google search for it. I would post the link but the page is currently not working for me, it did so a minute ago though).
There are two files, one is a common driver (file name: cnijfilter-common-2.80-1.i386.rpm) and the other one is the model specific driver (file name: cnijfilter-ip4500series-2.80-1.i386.rpm). They need to be installed in order, so I suggest you also download the instructions, a file called: guideip4500series-pd-2.80-1.tar.tar
The instructions are very clear and come in flavours for Fedora 7, openSUSE 10.3 and Ubuntu 7.04 (all the same file).

2) After the installation I tried to print but without success. Looking at the printer properties (Control Center – Printer – <printer name> (right click) -> Properties) I found the error message /usr/lib64/cups/backend/cnij_usb failed. I did a google search, and the solution is the following (as found on Linuxuser LigLog).

Open a terminal and as root, type the following two commands:

ln /usr/lib/cups/backend/cnij_usb /usr/lib64/cups/backend/cnij_usb
ln /usr/lib/cups/filter/pstocanonij /usr/lib64/cups/filter/pstocanonij

Restart CUPS ( /etc/init.d/cups restart) and it should work.


Do your comment

Processing, an open-source programming language for the digital art.

Processing, an open source programming langauge for the digital arts.

Check out the Processing project!
The website describes it as “[...] an open source programming language and environment for people who want to program images, animation, and interactions.” The things that have been done with it are truly amazing! Check out the exhibition or look at Daniel Shiffman’s projects!


Do your comment

the flare visualization toolkit

the flare visualization toolkit

I am not a big fan of Adobe Flash, but this project is brilliant!! It allows you to create dynamic graphs for a website and unlike Java based applets, it loads quickly and without hassel, even on my Linux machine (Java applets currently not working for me). Go check out the demo at: http://flare.prefuse.org/demo/


1 comment