Modifications entre les versions 2 et 3
Version 2 à la date du 2009-10-15 10:49:48
Taille: 1196
Éditeur: AlexandreDomont
Commentaire:
Version 3 à la date du 2009-10-15 10:50:09
Taille: 1214
Éditeur: AlexandreDomont
Commentaire:
Texte supprimé. Texte ajouté.
Ligne 1: Ligne 1:
A franciser...

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
  • 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
  • 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

  • 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/

ZEO/Paris/Bureautique/Imprimantes/EpsonALCX11 (dernière édition le 2012-04-09 02:58:22 par JeanChristopheAndré)