Installing a Dell 720 Printer In Ubuntu Linux
Written by sean on July 28, 2008 – 6:30 am -A while ago, I wrote up a piece on how to install a Dell 720 Printer in Ubuntu. Last weekend, after a reinstall of Linux, I found my printer didn’t work. “No problem”, I thought, “I’ll just follow my own tutorial”. To my absolute horror, when I tried to do it, it didn’t work. So I started sifting through the message boards, and found alot of old info that didn’t help. Finally, I was able to get everything squared away, so without further ado, here is the updated and correct Howto for installing a Dell 720 Photo Printer under Ubuntu 7.10.
I got this printer free when I bought my computer a while ago and it turns out that the Dell 720 is a rebranded Lexmark. Lexmark does not offer drivers for Ubuntu, so we will need to get the linux drivers built for RedHat.
Download the drivers from Lexmark here(link opens in a new window).
Now that we have the drivers, we need to extract them and convert them.
- Open a command shell. (actual commands are in bold)
- Extract the drivers with tar
- tar xzvf CJLZ600LE-CUPS-1.0-1.TAR.gz
- Now we need to extract the drivers from the install script since it is built for Redhat
- tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz
- tar xvzf install.tar.gz
- We will now change the RPMs to DEB packages so Ubuntu can install them using alien
- sudo alien -k z600llpddk-2.0-1.i386.rpm
- sudo alien -k z600cups-1.0-1.i386.rpm
- Now we have the files as .deb, which we can install on Ubuntu
- sudo dpkg -i z600llpddk-2.0-1.i386.deb
- sudo dpkg -i z600cups-1.0-1.i386.deb
- Now we are ready to install the actual printer
- Open the Printer Control Panel System->Administration->Printing
- Add New Printer
- Choose the Lexmark z600 driver
- Print a test page

That should be it.
Tags: Hardware, linux, printer
Posted in Hardware |





