You are not logged in.

#1 2009-04-11 09:34:08

Dobrosslove
Member
From: Serbia
Registered: 2009-03-15
Posts: 38

Lexmark Z600 driver...

Hi!
I have Lexmark Z600 printer. I have downloaded this package and I have installed that on Ubuntu. I don't know how to install it on Arch so please help me.

Regards.


Patientia rara virtus

Offline

#2 2009-04-11 16:17:07

Dobrosslove
Member
From: Serbia
Registered: 2009-03-15
Posts: 38

Re: Lexmark Z600 driver...

Ok, i've extracted archive and I have converted rpm to cpio.gz. I have extracted 2 cpio.gz files and I don't know how to provide ppd file i have got.


Patientia rara virtus

Offline

#3 2009-04-11 16:37:36

Dobrosslove
Member
From: Serbia
Registered: 2009-03-15
Posts: 38

Re: Lexmark Z600 driver...

Someone????????????????????????????????????????????????????

sad sad sad sad sad


Patientia rara virtus

Offline

#4 2009-04-11 16:39:34

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Lexmark Z600 driver...

Please don't bump your own threads after 20 minutes. Impatience isn't going to solve your problem.

Offline

#5 2009-04-11 16:58:45

normman
Member
Registered: 2009-04-07
Posts: 26

Re: Lexmark Z600 driver...

I'm not sure that I understand correctly, but why don't you look at the wiki for installing packages from the AUR:
http://wiki.archlinux.org/index.php/AUR_User_Guidelines

Offline

#6 2009-04-11 17:24:15

Dobrosslove
Member
From: Serbia
Registered: 2009-03-15
Posts: 38

Re: Lexmark Z600 driver...

I've solved my problem.
Here is guide:

1. Download package here
2. Download packages by typing:

$ pacman -S kdemod-kdeadmin-system-config-printer
$ pacman -S rpmunpack

3.Type:

$ tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz
$ tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz
$ tar -xvzf install.tar.gz

4. Then unpack rpm packages...

 $ rpmunpack z600llpddk-2.0-1.i386.rpm
$ rpmunpack z600cups-1.0-1.i386.rpm

5. Unzip packages:

$ zcat z600cups-1.0-1.cpio.gz | cpio -idv
$ zcat z600llpddk-2.0-1.cpio.gz | cpio -idv

6. Run:

$ /etc/rc.d/cups start

and add it to your daemons in /etc/rc.conf
7. Then you must replace whole content of ~/usr/lib(without folder cups) to /usr/lib, then ~/usr/lib/cups/z600 to /usr/lib/cups/z600, et cetera.
8. CD to /usr/share/cups/model and type:

sudo gunzip Lexmark-Z600-lxz600cj-cups.ppd.gz

9. Go to http://localhost:631
10. Click Administration (if asks for username and password, use root's username and password)
11. Click Find Printer
12. If asks, provide the PPD file in /usr/share/cups/model
13. You're ready to go! smile

Step 7 is little confusing, I will describe later what do you need to do.

Last edited by Dobrosslove (2009-04-11 17:31:18)


Patientia rara virtus

Offline

Board footer

Powered by FluxBB