
* I’ve updated this with a better, more simple setup. Click here to go to it.*
I’ve finally installed my printer under linux. There didn’t seem to be any specific tutorials for this printer (probably because it is a rebranded Lexmark). I did find a tutorial that got me most of the way there, so I figured I would share how I did it.
Here’s the tutorial. Basically, you pull down the Lexmark z600 printer drivers. Since they are RPMs, you convert them over to .deb files with alien and install them. The part where things don’t really follow the tutorial is you should get some output when run the executable. But this is what I get.
sean@darkstar8:/usr/lib/cups/backend$ ./z600
sean@darkstar8:/usr/lib/cups/backend$
But since we have already done all the the heavy lifting, and all the files are there, we can finish up the install using CUPS. From the Gnome menu, go to System -> Administration->Printing.

The printer should be detected, click next. Now we’ll tell it which driver to use (in /usr/share/cups/model)
The z600 driver is the one you want, which should be at the bottom. Use that driver and you should be good to go. Hope that helps.

[...] 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 [...]
[...] 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 [...]
Works on Jaunty, but you need to install libstdc++5 as well.
Oh, you’ll also have to add the printer using the CUPS frontend
http://localhost:631
in order to select the right driver (at least I did).