Drucken mit Lexmark
Auf linuxquestions.org gibts dazu eine praktische Anleitung : 1) Firstly get the RedHat 9 drivers for the Lexmark z600 from Lexmark 2) Extract the tarball. [root@shmoopy Documents]# tar zxvf CJLZ600LE-CUPS-1.0-1.TAR.gz This creates 3 files. README, COPYING and z600cups-1.0-1.gz.sh 3) Extract the files from the installer [root@shmoopy Documents]# sh z600cups-1.0-1.gz.sh -keep This creates a directory called installer contining 2 rpms and an assortment of scripts. 4) If the installer fails to run due to missing dependecies, we can probably get away with making a few symlinks if we have a more recent version of tcl/tk. Worked for me ... [root@shmoopy Documents]# cd /usr/lib [root@shmoopy lib]# ln -s libtcl8.4.so libtcl8.3.so [root@shmoopy lib]# ln -s libtk8.4.so libtk8.3.so I wouldn't recommend this if you have an earlier version. just upgrade. After fixing this up try extracting the installer again 5) Try to install the 2 rpms now. Attempting to do this on Cooker fails with the following interesting message ... [root@shmoopy installer]# rpm -Uvh *rpm error: Failed dependencies: cups >= 1:1.1.15-10 is needed by z600cups-1.0-1 (http://www.linuxquestions.org/questions/showthread.php?s=&threadid=108534) Wichtig ist allerdings, system-config-printer NICHT zu verwenden, sondern ganz normal via localhost:631 !