Lexmark Z-Series und X-Series
Version vom 31. März 2008, 04:01 Uhr von Misiu (Diskussion | Beiträge) (Die Seite wurde neu angelegt: == Lexmark Z-Series == Lexmark Z24 (geht dann bestimmt auch mit dem Z25 und Z35) mit SuSE-Linux9.3 zum laufen zu bringen. Download über: http://downloads.lexmark.c...)
Lexmark Z-Series
Lexmark Z24 (geht dann bestimmt auch mit dem Z25 und Z35) mit SuSE-Linux9.3 zum laufen zu bringen.
Download über:
http://downloads.lexmark.com/cgi-perl/downloads.cgi
Laut Lexmark-Support:
Hi, Please try this if it works: 1. After you untar the CJLZ35LE-CUPS-2.0-1.TAR.GZ file. Type this command: sh lexmarkz35-CUPS-2.0-1.gz.sh -keep 2. Ignore the error warnings when you encounter it. On the same directory (where you launched the sh command) you will find an 'installer' directory. 3. cd to the 'installer' directory and there you'll find 2 rpm files. Type these commands: 1) rpm -i --nodeps z35llpddk-2.0-2.i386.rpm ; 2) rpm -i --nodeps lexmarkz35-CUPS-2.0-1.i386.rpm Once you've successfully installed the rpm files, your system now has the z35 printer driver. You need to add manually a printer queue using "lpadmin" command or in the CUPS web server (http://localhost:631/). Thanks, LDK Contact
Also:
Textkonsole öffnen , dann su + root-Passwort und die RPM-Pakete installieren rpm -i --nodeps z35llpddk-2.0-2.i386.rpm rpm -i --nodeps lexmarkz35-CUPS-2.0-1.i386.rpm
Folgendes nur ausführen, falls der Drucker nicht im Einrichtungsdialog angezeigt wird: im root-Modus (SU-Mode) folgendes eingeben:
/usr/sbin/lpadmin -p Lexmark -E -v usb://Lexmark/Z25-Z35
Jetzt ein CUPS-Passwort einrichten (ab opensuse 10.3 nicht notwendig):
lppasswd -g sys -a root
eingeben und >>Password vergeben
Drucker anschliessen, dann im beliebigem Browser (Firefox, Konqueror...), folgende Adresse aufrufen:
http://localhost:631/
und den Drucker konfigurieren. Falls nur eine Farbpatrone im Drucker ist, muss man noch unter Drucker das INK-System auf CMY setzen.
misiu (Besonderen Dank an MiPl)