Here is a howto to get a Lexmark Z600 series printer working.
Go to
http://www.autostatic.com/linux/lexmarkz605-suse93.html . Download the drivers found at
http://www.downloaddelivery.com/srfi...S-1.0-1.TAR.gz . Save this file to disk, preferably in your home folder. Open a terminal.
In the terminal, type
Code:
tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz
This will extract the file.
In a terminal, type
Code:
tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz
This will create a new tar file named install.tar.gz. In a terminal type
Code:
tar -xvzf install.tar.gz
This creates a number of files. You're interested in the two RPM files.
In the terminal type
Code:
(your root password)
This will install both RPM files. You're not done yet.
In the terminal (you're still root, right?) type
Now go to CUPS's web frontend. You cannot install the printer using the administrative control panel applet. You must use the CUPS frontend.
http://localhost:631
Install the printer using the CUPS frontend. WALA, you have Z600 series printing! Print a test page to be sure it will work, as some setups and some printer models sometimes say they work but actually do not.
Oh yeah, you may or may not need to reboot to get the printer working. When I was using Ubuntu 5.10 I had to reboot to be able to select the printer model. Under FC5 I didn't have to reboot to get my Lexmark Z611 working properly.
Prints images and text very well. Enjoy.
(I originally posted this in the Hardware section. Sorry for the double post, but I just found this section.)