#format wiki
#language it
<<BR>>
<<Indice(depth=1)>>
<<Informazioni(rilasci="8.04")>>

= Introduzione =

In questa guida sono contenute delle istruzioni utili per l'installazione dello scanner '''Epson RX420'''.

= Installazione =

Per utilizzare la stampante [[AmministrazioneSistema/InstallareProgrammi|installare]] il pacchetto [[apt://sane-utils | sane-utils]] presente nel [[Repository/Componenti|componente]] '''universe''' dei [[Repository|repository]] ufficiali.

= Configurazione =

Digitare il seguente comando in una finestra di terminbale:
{{{
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=0x080f [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 [[Ufficio/EditorDiTesto|editor di testo]] e i [[AmministrazioneSistema/Sudo|privilegi d'amministrazione]] e aggiungere la seguente riga:
{{{
SUBSYSTEMS=="usb"
ATTRS{vendor=0x04b8 [EPSON]}=="EPSON", ATTRS{product=0x080f [USB MFP]}=="USB MFP", GROUP="scanner"
}}}

Salvare il file e chiudere l'editor di testo e infine digitare il seguente comando in una finestra di terminale:
{{{
sudo addgroup USER scanner
}}}

Sostituire la dicitura «USER» con il nome utente che si desidera aggiungere al gruppo. Per applicare le modifiche è necessario riavviare la sessione corrente.

= Ulteriori risorse =

 * [[http://forum.ubuntu-it.org/viewtopic.php?t=194982|Topic sul forum di Ubuntu-it]]
----
CategoryHardware CategoryDaRevisionare