| Author |
Message |
margarete
Joined: 12 Jul 2007 Posts: 2
|
Posted: Thu 12 Jul 2007, 09:35 Post subject:
lexmark z600 |
|
How do I install lexmark z600 on puppy linux?
|
|
Back to top
|
|
 |
Drk_Guy
Joined: 11 Jul 2007 Posts: 15 Location: From a PuppyLinux powered Pc
|
Posted: Thu 12 Jul 2007, 18:29 Post subject:
|
|
I have that printer too
I have installed it in Ubuntu with this tut:
http://ubuntuforums.org/showthread.php?t=49714
I think it may help out in Puppy too
I'll try it now
NOTE: I got stuck at converting the packages from rpm to pup or pet, can someone help me out?
*Edit:
Now that's ain't a prob, check [url=
http://dotpups.de/dotpups/System_Utilities/rpm4.2libs.pup]this[/url] out
*Edit 2:
Another Tut:
http://ubuntuforums.org/showthread.php?t=83456
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Fri 13 Jul 2007, 11:38 Post subject:
|
|
if you download this file:
http://www.downloaddelivery.com/srfilecache/CJLZ600LE-CUPS-1.0-1.TAR.gz
then extract it somewhere...maybe make a temporary directory /z600. then if you change to that directory, cd /z600, you'll see it contains a file z600cups-1.0-1.gz.sh . this file is a self-extracting archive to extract it type:
you might get some complaint about missing libtcl8.3.so, but it still extracted on my computer, (i think it just wants libtcl8.3.so because it has a graphical tcl installer). you should then have a directory, called installer, containing a number of files. the only two that i think you need bother about are the two z600....rpm files. if you just click on them, they should open up in Xarchive, then just Select All & Extract to /.
if they don't open with Xarchive, you'll probably need to download unrpmfull from here:
http://www.murga-linux.com/puppy/viewtopic.php?p=7148#7148
N.B. i'm unsure of the warning given here:
http://users.netwit.net.au/~pursang/lex.html
| Quote: | rpm -ivh --nodeps *rpm
Why the --nodeps option? The RPM packages expect a specific version of CUPS, and most people will already have a later version installed. But if you like you can try installing without it first. |
you'll also need to download, & install, cups. see here:
http://www.murga-linux.com/puppy/viewtopic.php?search_id=1490608102&t=13466
then follow the instructions to get cups to add the printer to cups as default. why isn't it simpler than this you may ask? ...you would have to ask Mr Lexmark!
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Fri 20 Jun 2008, 11:54 Post subject:
|
|
This is the driver I use.
I've created a script to install the drivers in Puppy (Actually in any distro). I will upload it later today as I'm at the office right now.
Cheers.
_________________ http://rarsa.blogspot.com Covering my eclectic thoughts
http://www.kwlug.org/blog/48 Covering my Linux How-to
|
|
Back to top
|
|
 |
Evil20071

Joined: 07 Jun 2008 Posts: 425 Location: Piedmont, SC,.United States
|
Posted: Fri 20 Jun 2008, 12:12 Post subject:
|
|
That'll be nice as I am trying to do the same thing.
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Fri 20 Jun 2008, 22:23 Post subject:
|
|
Here is the script.
I've tested it in multiple versions of Puppy including 4.0
After installing this you must "add" the printer to CUPS (Setup | CUPS printer wizard)
when configuring
- on device select your printer
- on make select "lexmark"
- on model select the one at the bottom (Lexmark Z600)
It requires ldconfig which does not come on the Puppy CD but it is included in the devx_xxx.sfs.
Alternatively you can install ldconfig as a .pet from this link (for Puppy 4.0)
This script installs the lexmark Z600 drivers that can be used with
many lexmark printers.
This script needs to be run with root privileges
./install_lexmark_Z600.sh
It downloads the drivers from the following location
http://www.downloaddelivery.com/srfilecache/CJLZ600LE-CUPS-1.0-1.TAR.gz
It requires access to the following commands
rpm2cpio
cpio
ldconfig
the following printers are confirmed:
Lexmark 5700 (black & white only)
Lexmark X1100
Lexmark X1110
Lexmark X1130
Lexmark X1140
Lexmark X1150
Lexmark X1155
Lexmark X1180
Lexmark X1185
Lexmark Z513
Lexmark Z515
Lexmark Z715
Lexmark Z55
Lexmark Z615
Lexmark Z705
Lexmark Z605
Lexmark Z600
Lexmark Z25
Dell A920
Z65 (z65 driver)
Lexmark Z33 (z35 driver)
Lexmark Z33 (z35 driver)
 |
| Description |
untar with tar -xvzf install_lexmark_Z600.tar.gz and run with ./install_lexmark_Z600.sh
|

Download |
| Filename |
install_lexmark_Z600.tar.gz |
| Filesize |
713 Bytes |
| Downloaded |
869 Time(s) |
_________________ http://rarsa.blogspot.com Covering my eclectic thoughts
http://www.kwlug.org/blog/48 Covering my Linux How-to
|
|
Back to top
|
|
 |
|