Introduzione
In questa guida sono contenute delle istruzioni utili per l'installazione della stampante multifunzione Epson SX400.
Installazione
Stampante
A partire da Karmic il driver della stampante è riconosciuto automaticamente mentre per le versioni precedenti è possibile utilizzare il driver della EPSON Stylus DX4800.
Scanner
Per poter utilizzare lo scanner è necessario installare il pacchetto libsane-extras presente nel componente universe dei repository ufficiali.
Configurazione
Aprire il file /etc/sane.d/epson2.conf con un editor di testo e i privilegi d'amministrazione e aggiungere la riga seguente:
usb 0x04b8 0x084a
Digitare il seguente comando in una finestra di terminale:
sudo sane-find-scanner
Il risultato sarà simile al seguente:
# sane-find-scanner will now attempt to detect your scanner. If the # result is different from what you expected, first make sure your # scanner is powered up and properly connected to your computer. # No SCSI scanners found. If you expected something different, make sure that # you have loaded a kernel SCSI driver for your SCSI adapter. found USB scanner (vendor=0x04b8 [EPSON], product=0x084a [USB MFP]) at libusb:001:005 # Your USB scanner was (probably) detected. It may or may not be supported by # SANE. Try scanimage -L and read the backend's manpage. # Not checking for parallel port scanners. # Most Scanners connected to the parallel port or other proprietary ports # can't be detected by this program.
Aprire il file /etc/udev/rules.d/scanner.rules con un editor di testo e i privilegi d'amministrazione e aggiungere la seguente riga:
# EPSON Stylus SX400 | EPSON Stylus SX400 SUBSYSTEMS=="usb" SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="084a", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
Salvare il file e chiudere l'editor di testo e infine digitare il seguente comando in una finestra di terminale:
sudo addgroup $USER scanner
Se state utilizzando un utente diverso da quello con cui utilizzerete lo scanner sostituire la dicitura «$USER» con il nome utente che si desidera aggiungere al gruppo. Per applicare le modifiche è necessario riavviare la sessione corrente.