Page 1 of 10 123 ... LastLast
Results 1 to 10 of 93

Thread: HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

  1. #1
    Join Date
    Jun 2006
    Beans
    11

    Lightbulb HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

    Ok heres my first guide in ubuntu. I'd never thought i'd become this proficient in linux but after enough hacking around I've learned you can get almost anything to work, like the Z600 series of lexmark printers (Also rebranded dell photo 720). So heres my first how-to in anything linux.

    First you'll need the drivers from lexmark, you can find those at
    http://downloads.lexmark.com/cgi-per...Redhat&target=
    Or search on lexmark for the redhat drivers.
    In a terminal, untar the files you just downloaded using
    Code:
    tar -xvzf CJLZ600LE_CUPS_1_0_1.TAR.gz
    Since its packaged for redhat, its gonna be a not so straightforeward install to get it to run on your ubuntu system. Next your picking apart the shell script and untarring the install file within
    Code:
    tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz
    tar -xvzf install.tar.gz
    Since rpms are ALMOST worthless to us in ubuntu, you need to install a program called alien to convert them to our favorite .deb packages.
    Code:
    sudo aptitude install alien
    once alien is installed we being the converting, ignore any messages about scripts not being converted, we dont need those.
    Code:
    sudo alien -k z600llpddk-2.0-1.i386.rpm
    sudo alien -k z600cups-1.0-1.i386.rpm
    Once you have ran them through alien, you will find nice little .deb packages in the folder you downloaded everything in. First install the pddk (Printer development kit) then install the CUPS driver.
    Afterwords if your in gnome, go into System>Administration>Printing and add your printer.
    You will find the driver under lexmark as the z600-1.01 or something similar to that.
    Congrats now you got that pesky printer running under linux!

  2. #2
    Join Date
    Sep 2005
    Location
    Austin, Texas, USA
    Beans
    48
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

    Thanks a lot for this. A year ago, Dell was giving these away free with their computers. I didn't have a printer, so I got one. Now it works in linux

  3. #3
    Join Date
    Jul 2006
    Beans
    Hidden!

    Re: HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

    great forum, lots of help available! thanks for this posting, my printer works perfectly too

  4. #4
    Join Date
    Jun 2006
    Beans
    3

    Re: HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

    I have a dell photo 944. Does anyone know if this is perhaps also based on lexmark? If not, does anyone know where I may find some potential ideas or help for getting my Dell Photo 944 to work w/ Ubuntu or linux in general?

    Thanks,
    tgow

  5. #5
    Join Date
    Jul 2006
    Location
    Aberdeen, UK
    Beans
    50
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

    Hey - I used the above method to install my lexmark Z615 - the method seemed to go fine, no error messages etc, and the driver installed from the list... but my printer still won't work! Works perfectly with XP.
    Any help would be greatly appreciated!

  6. #6
    Join Date
    Sep 2005
    Location
    Orlando, FL
    Beans
    52

    Re: HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

    i was struggling with my printer, it works like a charm now.....thanks.

  7. #7
    Join Date
    Jul 2006
    Location
    Muskegon, MI.
    Beans
    21
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

    Hello,

    First of all, I would like to thank you for posting this walk-through. When I first started I really had no idea how to get my printer going.

    After saying that, I want to offer a little more help to anyone trying to do this. When I first downloaded the driver from Lexmark it came with a slightly different name than is used in this tutorial. So, when trying to run the command:

    Code:
    tar -xvzf CJLZ600LE_CUPS_1_0_1.TAR.gz
    I kept getting an error message telling me that this was an unknown file. This is because the name of the file that I downloaded was "CJLZ600LE-CUPS-1.0-1.TAR.gz". Therefore the command that I needed to run was:

    Code:
    tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz
    It is amazing the frustration that these slight variations can cause, but I figured it out and after changing this one command the rest of the process went just as the tutorial stated. So, if you are having trouble go ahead and try the new command. I hope this will be of some help to those of you that are having trouble.

    ~KBenk

  8. #8
    Join Date
    Jan 2006
    Location
    Lancashire UK
    Beans
    122
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

    H all,
    I used that howto to install my z600 under breezy no problem
    but under dapper I cant get the %^^&&%&!!!!! thing to work with F-photo or gnome photo printer.

    it starts printing halfway down the page (postcard) or wont shrink the photo to fit the page or sometimes just spits the paper out and sits there saying printer busy.

    If I use Gimp it works OK

    edit gthumb wont do it either

    any ideas ?

    Philj
    Last edited by PhilJ; August 5th, 2006 at 04:33 PM. Reason: forgot somefink

  9. #9
    Join Date
    Jul 2006
    Location
    Minneapolis USA
    Beans
    15
    Distro
    Kubuntu 6.06

    Re: HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

    Worked very well, thank you for the great instructions!

  10. #10
    Join Date
    Apr 2005
    Beans
    13

    Re: HOWTO: Install PITA Lexmark Z600 Z615 and Dell Photo Printer 720

    Worked like a charm in 6.06. Brilliantly done!

Page 1 of 10 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •