## page was renamed from ZEOM/Paris/Bureautique/Imprimantes/EpsonALCX11 A franciser... 1. Go to http://www.avasys.jp/lx-bin2/linux_e/mfp/DL1.do for the Epson CX11N driver. 2. choose your model and fill in the required details. I chose distribution: others, version: others. 3. Download Epson-ALCX11-filter-1.1.tar.gz for CUPS 4. install required dependencies and build environment (some might already be installed on your system) Code: * sudo apt-get install libcups2-dev build-essential libstdc++5 bc 5. in the terminal cd to the directory/folder where you downloaded the tar file and type this Code: * tar -zxvf Epson-ALCX11-filter-1.1.tar.gz * cd Epson-ALCX11-filter-1.1 * ./configure * make install 6. Now the driver is installed and you can simply add the printer using the System > Administration > Printing menu. Your printer should show up in the list when you click add new printer button. select it and just click forward, the recommended driver is already selected so click forward and finish adding the printer. You may get an error about pstoalcx11.sh not installed, don't worry 7. Now copy the files alcx11 and pstoalcx11.sh from /usr/local/bin to /usr/lib/cups/filter Code: sudo cp /usr/local/bin/*cx11* /usr/lib/cups/filter/