Modifications entre les versions 1 et 2
Version 1 à la date du 2009-10-15 10:46:34
Taille: 1208
Éditeur: AlexandreDomont
Commentaire:
Version 2 à la date du 2009-10-15 10:49:48
Taille: 1196
Éditeur: AlexandreDomont
Commentaire:
Texte supprimé. Texte ajouté.
Ligne 1: Ligne 1:
Here are the steps involved.
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)
 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)
Ligne 8: Ligne 7:
sudo apt-get install libcups2-dev build-essential libstdc++5 bc  * sudo apt-get install libcups2-dev build-essential libstdc++5 bc
Ligne 10: Ligne 9:
5. in the terminal cd to the directory/folder where you downloaded the tar file and type this  5. in the terminal cd to the directory/folder where you downloaded the tar file and type this
 
Ligne 13: Ligne 13:
# tar -zxvf Epson-ALCX11-filter-1.1.tar.gz
# cd Epson-ALCX11-filter-1.1
# ./configure
# make install
 * tar -zxvf Epson-ALCX11-filter-1.1.tar.gz
 * cd Epson-ALCX11-filter-1.1
 * ./configure
 * make install
Ligne 18: Ligne 18:
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
 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
Ligne 22: Ligne 22:
sudo cp /usr/local/bin/*cx11* /usr/lib/cups/filter/  sudo cp /usr/local/bin/*cx11* /usr/lib/cups/filter/
  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é)