Lexmark Z810 series linux driver HowTo Based on http://virtus92.googlepages.com/lexmarkz810series(z815z816) modified for ubuntu 8.04 "hardy heron" by Timo Richter 2008-12-14 ________________________________________________________________________ 1. Install required packages >> sudo aptitude install alien build-essential libcupsys2-dev libcupsimage2-dev libstdc++5 2. Download the driver source and the lexmark rpm package >> wget http://virtus92.googlepages.com/Z810CUPS-0.7.1.tar.gz >> wget http://virtus92.googlepages.com/z810llpddk-2.0-3.i386.rpm 3. Install the Lexmark library >> sudo alien z810llpddk-2.0-3.i386.rpm >> sudo dpkg -i z810llpddk_2.0-4_i386.deb 4. Extract, build and install the CUPS driver: >> mkdir Z810CUPS-0.7.1 >> tar -xvzf Z810CUPS-0.7.1.tar.gz -c Z810CUPS-0.7.1 >> cd Z810CUPS-0.7.1 >> sudo make rpm-compat >> sudo make >> sudo make install Ignore the error message of make install. 5. Install Lexmark-Z810-lxz810cje-cups.ppd.gz to CUPS >> sudo /usr/sbin/lpadmin -p Z810 -E -P ./system/Lexmark-Z810-lxz810cje-cups.ppd.gz -v z810:/dev/usblp0