- Voici LA solution pour installer les pilotes des imprimantes EPSON :
$ sudo apt-get install printer-driver-escpr
$ sudo apt-get install -f (si erreurs de paquets)
2. Voici LA solution pour installer les scanners, quelle soit sa marque :
# apt install simple-scan xsane
Si Simple Scan ne fonctionne pas, continuer ci-dessous …
NB : Lancer inxi -F pour savoir si on installe le driver en version 32 ou 64 bits ?
Pour les Scanners EPSON
- Aller sur : http://support.epson.net/linux/en/iscan_c.php
- Télécharger, décompresser et installer ISCAN avec la commande ./install.sh
Pour toutes les imprimantes EPSON
Linux possède une liste de drivers que l’on peut voir lorsqu’on tente l’installation. (exemple : installation d’une HP laserjet 6L en réseau derrière une Box…)
– Par constructeur / Par modèles / … Or pour EPSON / STYLUS SX435 ? … ça s’arrête à EPSON SX420 !
Contrairement aux pilotes HP ou Brother, il est plus compliqué d’installer les pilotes EPSON :
Solution 1 : L’imprimante est reconnue en local (USB) : la chance !
Solution 2 : Aller sur http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX et saisir le modèle.
Ex: ‘STYLUS SX43’ pour les pilotes de SX435 (choisir le SX430 car SX435 n’est pas dispo : ça marche bien quand même)
Solution 3 :
$ sudo rm /var/cache/debconf/*dat
… Now we can install the driver package…
$ sudo apt-get install printer-driver-escpr
Et supprimer / reinstaller l’imprimante… ET NETTOYER LES BUSES + ALIGNER LES TETES (Fred & FX)
Solution 4 :
Aller sur http://www.openprinting.org/driver/epson-escpr et recherche le modèle ( avec CTRL-F)
Solution 5 : Pour les imprimantes multi-fonctions :
1) Installer le pilote de l’imprimante avec la logithèque + Tester d’imprimer un doc…
2) Installer deux paquets pour scanner : iscan-data…all.deb (d’abord) + iscan..all.deb (ensuite) :
Tester un scan avec ‘Simple Scan’ (de base dans Ubuntu)
Steps to install:
1. First we have to clean up the state left by system-config-printer. Otherwise we’ll receive errors regarding debconf/config.dat being locked when we try to install new printer drivers.
$ sudo rm /var/cache/debconf/*dat
2. Now we can install the driver package.
$ sudo apt-get install printer-driver-escpr
$ sudo apt-get install -f (si erreurs de paquets)
3. Now when we start up our printers utility, we can choose our printer’s driver from local drivers. I found that the recommended driver (Epson Workforce 3540) worked fine for my printer (Epson Workforce 3640) even though it wasn’t exactly the same model.
Our printer is now ready for use, and you can test this by printing a test page or other document.