LexmarkZ605

Differences between revisions 2 and 11 (spanning 9 versions)
Revision 2 as of 2006-02-11 09:48:54
Size: 1375
Editor: 80
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.
Line 5: Line 3:
{{{sudo apt-get install alien
sudo apt-get install
libstdc++5
{{{sudo apt-get install alien libstdc++5
Line 10: Line 7:
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]) 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 13: Line 10:
{{{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 ~/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 20: Line 29:
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.

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

# Restart the cups daemon
sudo /etc/init.d/cupsys restart
Line 28: Line 41:
{{{direct z35:/dev/usb/lp0 "Lexmark Inkjet color printer" "Lexmark Printer" {{{direct z600:/dev/usb/lp0 "Lexmark Lexmark Z600 Series" "Lexmark Printer"
Line 31: Line 44:
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. 4. Now simply set up your printer using the new z600 driver. (ie: in GNOME: System->Administration->Printing).
Line 33: Line 46:
== Issues ==
 - Printing Tool doesn't print the test page properly.
==== 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)