LexmarkZ605

Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2005-10-28 23:01:03
Size: 1521
Editor: uwc228
Comment:
Revision 11 as of 2007-08-10 16:42:18
Size: 1751
Editor: s3C4
Comment: Improved readability
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This is for Breezy 5.10.

It should (in theory) work on the other z600 series printers out there.
Line 7: Line 3:
{{{sudo apt-get install alien
sudo apt-get install
libstdc++5
{{{sudo apt-get install alien libstdc++5
Line 12: Line 7:
1. Download the driver from lexmark's site (CJLZ600LE-CUPS-1.0-1.TAR.gz) 1. Download the [http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:389:0:0&searchLang=en&os_group=Redhat&target= Drivers for RedHat Linux] from Lexmark's site into a new directory named "lexmark" in your home directory.
Line 15: Line 10:
{{{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 install.tar.gz # extract the contents produced by tail
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 ldconfig # refresh ubuntu to see the new libraries
{{{cd ~/lexmark

tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz

# Repair the sh script
tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz

tar -xvzf install.tar.gz

# Convert rpm packages to deb
sudo alien --to-deb *.rpm

# Install the debs
sudo dpkg -i *.deb

# Refresh ubuntu to see the new libraries
sudo ldconfig
Line 24: Line 29:
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.

# Unzip the ppd
sudo gunzip Lexmark-Z600-lxz600cj-cups.ppd.gz

# Restart the cups daemon
sudo /etc/init.d/cupsys restart
Line 31: Line 40:
You should be something like:
{{{direct z600:/dev/usb/lp0 "Lexmark  Lexmark Z600 Series" "Lexmark Printer"
You should see something like:
{{{direct z600:/dev/usb/lp0 "Lexmark Lexmark Z600 Series" "Lexmark Printer"
Line 35: Line 44:
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).

==== Notes ====
3. I get no output from the command in this step, although the driver is fully functional. Also, is it necessary to run "ldconfig"? -dmaz

4.bis Under kubuntu I needed to purge CUPS under adept to reinstall the drivers and to make the changes functional.
It works fine

4.ter Under Edubuntu 6.1O, with sudo dpkg to have administrator rights, and a reboot to make the drivers visible, it worked just fine for a Lexmark Z640.
    Rebooting isn't necessary, since the drivers affect CUPS and not the kernel. -dmaz

----
CategoryHardware

Dependencies

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

Installation

1. Download the [http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:389:0:0&searchLang=en&os_group=Redhat&target= Drivers for RedHat Linux] from Lexmark's site into a new directory named "lexmark" in your home directory.

2. Run though the following commands: {{{cd ~/lexmark

tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz

# Repair the sh script tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz

tar -xvzf install.tar.gz

# Convert rpm packages to deb sudo alien --to-deb *.rpm

# Install the debs sudo dpkg -i *.deb

# Refresh ubuntu to see the new libraries sudo ldconfig

cd /usr/share/cups/model

# Unzip the ppd sudo gunzip Lexmark-Z600-lxz600cj-cups.ppd.gz

# Restart the cups daemon sudo /etc/init.d/cupsys restart }}}

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

4. Now simply set up your printer using the new z600 driver. (ie: in GNOME: System->Administration->Printing).

Notes

3. I get no output from the command in this step, although the driver is fully functional. Also, is it necessary to run "ldconfig"? -dmaz

4.bis Under kubuntu I needed to purge CUPS under adept to reinstall the drivers and to make the changes functional. It works fine

4.ter Under Edubuntu 6.1O, with sudo dpkg to have administrator rights, and a reboot to make the drivers visible, it worked just fine for a Lexmark Z640.

  • Rebooting isn't necessary, since the drivers affect CUPS and not the kernel. -dmaz


CategoryHardware

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