LexmarkZ605

Differences between revisions 1 and 2
Revision 1 as of 2005-10-28 23:01:03
Size: 1521
Editor: uwc228
Comment:
Revision 2 as of 2006-02-11 09:48:54
Size: 1375
Editor: 80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

It should (in theory) work on the other z600 series printers out there.
Line 12: Line 10:
1. Download the driver from lexmark's site (CJLZ600LE-CUPS-1.0-1.TAR.gz) 1. Download the driver from lexmark's site ([http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:389:0:0&emeaframe=&fileID=1242])
Line 15: Line 13:
{{{tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz # extract the driver.
tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz # the sh script is broken for newer systems.
{{{tar -xvzf CJLZ35LE-CUPS-2.0-1.TAR.GZ # extract the driver.
tail -n +143 lexmarkz35-CUPS-2.0-1.gz.sh > install.tar.gz # the sh script is broken for newer systems.
Line 18: Line 16:
sudo alien -t z600cups-1.0-1.i386.rpm # convert unusable rpm packages to tgz.
sudo alien -t z600llpddk-2.0-1.i386.rpm # convert unusable rpm packages to tgz.
sudo tar xvzf z600llpddk-2.0.tgz -C / # extract the tgz's to / putting the files in their right place
sudo tar xvzf z600cups-1.0.tgz -C / # extract the tgz's to / putting the files in their right place
sudo alien --to-deb *.rpm # convert unusable rpm packages to deb.
dpkg -i *.deb # install the debs
Line 24: Line 20:
sudo gunzip Lexmark-Z600-lxz600cj-cups.ppd.gz # unzip the ppd, which should _not_ be gzipped
sudo /etc/rc2.d/S19cupsys restart # The driver is now installed. Restart the cups daemon.
sudo gunzip Lexmark-Z35-lxz35cj-cups.ppd.gz # unzip the ppd, which should _not_ be gzipped
sudo /etc/init.d/cupsys restart # The driver is now installed. Restart the cups daemon.
Line 31: Line 27:
You should be something like:
{{{direct z600:/dev/usb/lp0 "Lexmark Lexmark Z600 Series" "Lexmark Printer"
You should see something like:
{{{direct z35:/dev/usb/lp0 "Lexmark Inkjet color printer" "Lexmark Printer"
Line 35: Line 31:
4. Now simply set up your printer using the new z600 driver. (ie: in GNOME: System->Administration->Printing) 4. Now simply set up your printer using the new z600 driver. (ie: in GNOME: System->Administration->Printing). Choose the "Z35-v2.0-1" driver for your printer.

== Issues ==
 - Printing Tool doesn't print the test page properly.

This is for Breezy 5.10.

Dependencies

You'll need to install alien and libstdc++5. {{{sudo apt-get install alien sudo apt-get install libstdc++5 }}}

Installation

1. Download the driver from lexmark's site ([http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:389:0:0&emeaframe=&fileID=1242])

2. Run though the following commands: {{{tar -xvzf CJLZ35LE-CUPS-2.0-1.TAR.GZ # extract the driver. tail -n +143 lexmarkz35-CUPS-2.0-1.gz.sh > install.tar.gz # the sh script is broken for newer systems. tar -xvzf install.tar.gz # extract the contents produced by tail sudo alien --to-deb *.rpm # convert unusable rpm packages to deb. dpkg -i *.deb # install the debs sudo ldconfig # refresh ubuntu to see the new libraries cd /usr/share/cups/model sudo gunzip Lexmark-Z35-lxz35cj-cups.ppd.gz # unzip the ppd, which should _not_ be gzipped sudo /etc/init.d/cupsys restart # The driver is now installed. Restart the cups daemon. }}}

3. Now we run: {{{/usr/lib/cups/backend/z600 }}} You should see something like: {{{direct z35:/dev/usb/lp0 "Lexmark Inkjet color printer" "Lexmark Printer" }}}

4. Now simply set up your printer using the new z600 driver. (ie: in GNOME: System->Administration->Printing). Choose the "Z35-v2.0-1" driver for your printer.

Issues

  • - Printing Tool doesn't print the test page properly.

HardwareSupportComponentsPrinters/LexmarkZ605 (last edited 2010-05-01 23:38:17 by 252)