Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "Hardware/StampantiScanner/EpsonRx420"
Differenze tra le versioni 2 e 3
Versione 2 del 27/06/2008 10.14.35
Dimensione: 2147
Commento:
Versione 3 del 16/06/2009 11.26.15
Dimensione: 2162
Commento: apt
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 12: Linea 12:
Per utilizzare la stampante [:AmministrazioneSistema/InstallareProgrammi:installare] il pacchetto ''sane-utils'' presente nel [:Repository/Componenti:componente] '''universe''' dei [:Repository:repository] ufficiali. Per utilizzare la stampante [:AmministrazioneSistema/InstallareProgrammi:installare] il pacchetto [apt://sane-utils sane-utils] presente nel [:Repository/Componenti:componente] '''universe''' dei [:Repository:repository] ufficiali.

BR Indice(depth=1)

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


CategoryHardware