Does any body know how to install lexmark z600 printer??
Announcement
Collapse
No announcement yet.
Can't install lexmark z600 printer
Collapse
This topic is closed.
X
X
-
Re: Can't install lexmark z600 printer
Does any body know how to install lexmark z600 printer??
See http://www.linuxprinting.org/lexmark-faq.html
- Top
- Bottom
-
Re: Can't install lexmark z600 printer
After hundreds of hours, I could finally make it work.
Be sure that you have 'alien' and 'libstdc++5'
All you have to do this steps:
1.- Download drivers from http://www.lexmark.com
2.- tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz # extract the driver
3.- tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz
4.- tar xvzf install.tar.gz
5.- sudo alien *.rpm
6.- dpkg -i *.deb
7.- sudo ldconfig
8.- cd /usr/lib/cups/backend/
9.- ./z600
then you should see a message like this:
direct z600:/dev/usblp0 "Lexmark Lexmark Z600 Series" "Lexmark Printer"
after all this steps then you go to the kmenu then open system preferences, and then you install the printer with the printer menu
NOTE:
There is a guide in: https://wiki.ubuntu.com/HardwareSupp...rs/LexmarkZ605
but it doesn't work, that's because you don't have to unzip the file
- Top
- Bottom
Comment
Comment