Dimensione: 2147
Commento:
|
← Versione 6 del 10/10/2021 10.02.38 ⇥
Dimensione: 2212
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 3: | Linea 3: |
[[BR]] [[Indice(depth=1)]] |
<<BR>> <<Indice(depth=1)>> <<Informazioni(rilasci="8.04")>> |
Linea 12: | Linea 13: |
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. |
Linea 40: | Linea 41: |
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: | 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: |
Linea 55: | Linea 56: |
* [http://forum.ubuntu-it.org/index.php/topic,194982.0/topicseen.html Topic sul forum di Ubuntu-it] | * [[http://forum.ubuntu-it.org/viewtopic.php?t=194982|Topic sul forum di Ubuntu-it]] |
Linea 57: | Linea 58: |
CategoryHardware | CategoryHardware CategoryDaRevisionare |
Introduzione
In questa guida sono contenute delle istruzioni utili per l'installazione dello scanner Epson RX420.
Installazione
Per utilizzare la stampante installare il pacchetto sane-utils presente nel componente universe dei 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 editor di testo e i 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.