Manjaro Linux - Forum Italiano

Configurare stampanti-scanner Epson

0 Utenti e 1 Visitatore stanno visualizzando questo topic.

feddy

  • ***
  • 116
Re:Configurare stampanti-scanner Epson
« Risposta #15 il: Novembre 01, 2017, 10:25:19 am »
Con le modifiche che sono state apportate all'ambiente  KDE  i comandi "sudo -i"  e " kdesu "non vengono più accettati :
Citazione
Executing Kate as root is not possible. To edit files as root use:
SUDO_EDITOR=kate sudoedit <file>
Per cui vado a modificare i comandi.
Manjaro Gellivara KDE
Il saggio coltiva Linux, tanto Windows si pianta da solo.

Re:Configurare stampanti-scanner Epson
« Risposta #16 il: Gennaio 08, 2018, 07:46:22 pm »
Connessione USB

Questa è molto più semplice ed anche più veloce.
Dopo aver collegato stampante e pc con un cavetto usb, si va nelle impostazioni di sitsema→stampanti→aggiungi stampante→selezionare la Epson e continuare fino alla aggiunta della nuova stampante.
Ora per lo scanner che sicuramente non funzionerà, bisognerà recuperare i codici vendor e product tramite questo comando da terminale:
Codice: [Seleziona]
sane-find-scannerIl terminale restituirà una stampata simile a questa:
Codice: [Seleziona]
# 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.

could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
found USB scanner (vendor=0x04b8, product=0x1106) at libusb:002:002
could not open USB device 0x1d6b/0x0002 at 002:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 008:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 007:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 006:001: Access denied (insufficient permissions)
could not open USB device 0x2232/0x1006 at 001:003: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 005:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 004:001: Access denied (insufficient permissions)
could not open USB device 0x046d/0xc52f at 003:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 003:001: Access denied (insufficient permissions)
  # 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.

  # You may want to run this program as root to find all devices. Once you
  # found the scanner devices, be sure to adjust access permissions as
  # necessary.]


Prendere nota dei codici riportati in questa riga
Codice: [Seleziona]
found USB scanner (vendor=0x04b8, product=0x1106) at libusb:002:002 Che nel vostro caso molto probabilmente saranno diversi dai miei
Ora riapriamo il file di cui abbiamo parlato nella prima parte ossia :
Codice: [Seleziona]
SUDO_EDITOR=kate sudoedit /etc/sane.d/epson2.conf
Andiamo ad aggiungere nel file sotto #USB una stringa riportante i codici trovati, come nell'esempio riportato sotto:
Codice: [Seleziona]
# epson2.conf
#
# here are some examples for how to configure the EPSON2 backend

# SCSI
scsi EPSON
# for the GT-6500:
#scsi "EPSON SC"

# Parallel port
#pio 0x278
#pio 0x378
#pio 0x3BC

# USB
usb 0x04b8 0x1106

# For libusb support for unknown scanners use the following command
# usb <vendor ID> <product ID>
# e.g.:
# usb 0x4b8 0x110

# Network
#
# net 192.168.1.123
net autodiscovery
net 192.168.10.1
Cioè: usb-spazio-codice vendor-spazio-codice product
Salvate il file, chiudetelo e chiudete il terminale.
Avviate lo scanner tramite skanlite o simple scan e ditemi che funziona  >:D

Fatto tutto ma non funziona :-\

Di seguito i listati:
Codice: [Seleziona]
# dll.conf - Configuration file for the SANE dynamic backend loader
#
# Backends can also be enabled by configuration snippets under the dll.d/
# directory -- third party backends can drop their configuration file in
# this in this directory, named after the backend.
#
# The next line enables the network backend; comment it out if you don't
# need to use a remote SANE scanner over the network -- see sane-net(5)
# and saned(8) for details.
net
abaton
agfafocus
apple
avision
artec
artec_eplus48u
as6e
bh
canon
canon630u
canon_dr
#canon_pp
cardscan
coolscan
#coolscan2
coolscan3
#dc25
#dc210
#dc240
dell1600n_net
dmc
epjitsu
#epson
epson2
epsonds
fujitsu
#gphoto2
genesys
gt68xx
hp
hp3900
hpsj5s
hp3500
hp4200
hp5400
hp5590
hpljm1005
hs2p
ibm
kodak
kodakaio
kvs1025
kvs20xx
leo
lexmark
ma1509
magicolor
matsushita
microtek
microtek2
mustek
#mustek_pp
mustek_usb
mustek_usb2
nec
niash
#p5
pie
pint
pixma
plustek
#plustek_pp
#pnm
qcam
ricoh
rts8891
s9036
sceptre
sharp
sm3600
sm3840
snapscan
sp15c
#st400
#stv680
tamarack
teco1
teco2
teco3
#test
u12
umax
#umax_pp
umax1220u
v4l
xerox_mfp
#hpaio

e

Codice: [Seleziona]
# epson2.conf
#
# here are some examples for how to configure the EPSON2 backend

# SCSI
scsi EPSON
# for the GT-6500:
#scsi "EPSON SC"

# Parallel port
#pio 0x278
#pio 0x378
#pio 0x3BC

# USB
usb 0x4b8 0x121

# For libusb support for unknown scanners use the following command
# usb <vendor ID> <product ID>
# e.g.:
# usb 0x4b8 0x110

# Network
#
# net 192.168.1.123
net autodiscovery

Ho provato con skanlite ma non vede nessun scanner collegato con USB, mentr in realtà è collegato.

Qualche idea?

Grazie

Re:Configurare stampanti-scanner Epson
« Risposta #17 il: Gennaio 12, 2018, 01:47:00 pm »
Qualcuno può aiutarmi?
Non riesco a far funzionare lo scanner.

Grazie

feddy

  • ***
  • 116
Re:Configurare stampanti-scanner Epson
« Risposta #18 il: Gennaio 15, 2018, 01:06:45 pm »
Ciao, scusa ma ultimamente ho poco tempo per frequentare il forum.
Dunque dove hai preso questi ?
Codice: [Seleziona]
  usb 0x4b8 0x121 pardon!
Prova a postare il risultato di questo comando con cavo USB inserito e collegato alla stampante
Codice: [Seleziona]
sane-find-scanner
La procedura connessione wifi non funge neanche quella ?
« Ultima modifica: Gennaio 15, 2018, 04:15:33 pm da feddy »
Manjaro Gellivara KDE
Il saggio coltiva Linux, tanto Windows si pianta da solo.

Re:Configurare stampanti-scanner Epson
« Risposta #19 il: Gennaio 16, 2018, 12:05:54 am »
Codice: [Seleziona]
sane-find-scanner

Di seguito il risultato:
Codice: [Seleziona]
# 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.
  # Also you need support for SCSI Generic (sg) in your operating system.
  # If using Linux, try "modprobe sg".

could not open USB device 0x148f/0x3070 at 001:003: Access denied (insufficient permissions)
could not fetch string descriptor: Operation timed out
could not fetch string descriptor: Operation timed out
found USB scanner (vendor=0x04b8, product=0x0121) at libusb:001:002
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 002:001: Access denied (insufficient permissions)
  # 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.

  # You may want to run this program as root to find all devices. Once you
  # found the scanner devices, be sure to adjust access permissions as
  # necessary.

La procedura connessione wifi non funge neanche quella ?
No, nemmeno quella.

Qualche idea?

Re:Configurare stampanti-scanner Epson
« Risposta #20 il: Gennaio 16, 2018, 01:15:06 am »
Ho fatto qualche tentativo.
Ho provato ad installare il pacchetto iscan-plugin-gt-f500, ovvero quello messo a disposizione del supporto epson ma sembra che non sia compatibile con le architetture a 64bit.
Codice: [Seleziona]
[ciupy@ciupy-pc iscan-plugin-gt-f500]$ makepkg -sci
==> ERRORE: iscan-plugin-gt-f500 non è disponibile per l'architettura 'x86_64'.

==> ERRORE: An unknown error has occurred. Exiting...

Dopo qualche ricerca sembra che il pacchetto che supporta le architetture 64 sia il iscan-plugin-esdip, che è possibile selezionare dallo strumento di aggiornamento del software ma che ad un certo punto si blocca perchè non riesce a trovare il pacchetto.

Ho ripetuto la procedura da terminale con il seguente risultato:
Codice: [Seleziona]
[ciupy@ciupy-pc iscan-plugin-esdip]$ makepkg -sci
==> Creazione del pacchetto: iscan-plugin-esdip 1.0.0-5 (mar 16 gen 2018, 01.02.25, CET)
==> Controllo delle dipendenze durante l'avvio in corso...
==> Installazione delle dipendenze mancanti in corso...
[sudo] password di ciupy:
risoluzione delle dipendenze in corso...
ricerca dei pacchetti in conflitto in corso...

Pacchetti (2) iscan-2.30.3.1-1  iscan-data-1.39.0.1-1

Dimensione totale dei pacchetti da installare:  1,69 MiB

:: Vuoi procedere con l'installazione? [S/n] s
(2/2) verifica delle chiavi presenti nel porta...  [######################] 100%
(2/2) verifica dell'integrità dei pacchetti        [######################] 100%
(2/2) caricamento dei file dei pacchetti           [######################] 100%
(2/2) controllo dei conflitti in corso             [######################] 100%
(2/2) controllo dello spazio disponibile sul d...  [######################] 100%
:: Elaborazione delle modifiche al pacchetto...
(1/2) installazione in corso di iscan              [######################] 100%
==> In order to use the scanner most probably you have to install a specific
==> firmware for your device. See: https://wiki.archlinux.org/index.php/Sane
Dipendenze opzionali di iscan
    iscan-data: Image Scan! data files required for some devices[in attesa]
(2/2) installazione in corso di iscan-data         [######################] 100%
:: Esecuzione degli hook di post-transazione...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the desktop file MIME type cache...
==> Controllo delle dipendenze durante la compilazione in corso...
==> Download dei sorgenti in corso...
  -> Download di iscan-plugin-esdip_1.0.0-5.ltdl7_amd64.deb in corso...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
==> ERRORE: Impossibile scaricare http://a1227.g.akamai.net/f/1227/40484/7d/download.ebz.epson.net/dsc/f/01/00/01/57/72/29c5c9847ee193820567ca5e75a5a2618a1c69eb/iscan-plugin-esdip_1.0.0-5.ltdl7_amd64.deb
    L'operazione sta per essere interrotta...
Praticamente non trova il pacchetto.
Sono andato nel repository di AUR che richiama il link di supporto epson citato in precedenza nel quale ci sono solamente i pacchetti che non supportano il 64bit.

Di seguito il report dello strumento di installazione del software
Codice: [Seleziona]
Preparazione...

Costruzione in corso di iscan-plugin-esdip...
Cloning into 'iscan-plugin-esdip'...
remote: Counting objects: 4, done.       
remote: Compressing objects: 100% (4/4), done.       
remote: Total 4 (delta 0), reused 4 (delta 0)       
Unpacking objects: 100% (4/4), done.
==> Creazione del pacchetto: iscan-plugin-esdip 1.0.0-5 (mar 16 gen 2018, 01.19.26, CET)
==> Controllo delle dipendenze durante l'avvio in corso...
==> Controllo delle dipendenze durante la compilazione in corso...
==> Download dei sorgenti in corso...
  -> Download di iscan-plugin-esdip_1.0.0-5.ltdl7_amd64.deb in corso...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
==> ERRORE: Impossibile scaricare http://a1227.g.akamai.net/f/1227/40484/7d/download.ebz.epson.net/dsc/f/01/00/01/57/72/29c5c9847ee193820567ca5e75a5a2618a1c69eb/iscan-plugin-esdip_1.0.0-5.ltdl7_amd64.deb
    L'operazione sta per essere interrotta...

Qualche idea dove posso trovare questi pacchetti?

Grazie
« Ultima modifica: Gennaio 16, 2018, 01:21:46 am da Pierleonardo Zoppellaro »

feddy

  • ***
  • 116
Re:Configurare stampanti-scanner Epson
« Risposta #21 il: Gennaio 16, 2018, 10:44:05 am »
Codice: [Seleziona]
sane-find-scanner

Di seguito il risultato:
Codice: [Seleziona]
# 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.
  # Also you need support for SCSI Generic (sg) in your operating system.
  # If using Linux, try "modprobe sg".

could not open USB device 0x148f/0x3070 at 001:003: Access denied (insufficient permissions)
could not fetch string descriptor: Operation timed out
could not fetch string descriptor: Operation timed out
found USB scanner (vendor=0x04b8, product=0x0121) at libusb:001:002
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 002:001: Access denied (insufficient permissions)
  # 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.

  # You may want to run this program as root to find all devices. Once you
  # found the scanner devices, be sure to adjust access permissions as
  # necessary.

La procedura connessione wifi non funge neanche quella ?
No, nemmeno quella.

Qualche idea?

Calma, calma, intanto mi sembra ci sia un errore.

vedi questa riga?
Codice: [Seleziona]
found USB scanner (vendor=0x04b8, product=0x0121) at libusb:001:002 Edita il file
Codice: [Seleziona]
/etc/sane.d/epson2.conf ed inserisci i valori giusti ossia
Codice: [Seleziona]
usb  0x04b8 0x0121Salva esci e prova
« Ultima modifica: Gennaio 16, 2018, 10:46:59 am da feddy »
Manjaro Gellivara KDE
Il saggio coltiva Linux, tanto Windows si pianta da solo.

Re:Configurare stampanti-scanner Epson
« Risposta #22 il: Gennaio 16, 2018, 12:49:01 pm »

Calma, calma, intanto mi sembra ci sia un errore.

vedi questa riga?
Codice: [Seleziona]
found USB scanner (vendor=0x04b8, product=0x0121) at libusb:001:002 Edita il file
Codice: [Seleziona]
/etc/sane.d/epson2.conf ed inserisci i valori giusti ossia
Codice: [Seleziona]
usb  0x04b8 0x0121Salva esci e prova

Ho fatto ma il risultato è lo stesso, skanlite non vede nessun dispositivo connesso, stessa cosa per Xsane.
Ho provato anche a lanciare xane con i permessi di root ma nessun risultato.

feddy

  • ***
  • 116
Re:Configurare stampanti-scanner Epson
« Risposta #23 il: Gennaio 16, 2018, 01:08:10 pm »
Boh dovrei avere la mia manjaro sottomano per vedere cosa altro controllare o meglio ancora la tua

Inviato dal mio M9 utilizzando Tapatalk

Manjaro Gellivara KDE
Il saggio coltiva Linux, tanto Windows si pianta da solo.

Re:Configurare stampanti-scanner Epson
« Risposta #24 il: Gennaio 17, 2018, 07:56:15 am »
Ieri sera ho fatto qualche tentativo modificando epson2.conf come di seguito:
Codice: [Seleziona]
# USB
usb

# For libusb support for unknown scanners use the following command
# usb <vendor ID> <product ID>
# e.g.:
usb 0x4b8 0x121

Poi ho lanciato Xsane da terminale che è partito, nel senso che sembrava fosse riuscito a trovarelo scanner, ma poco dopo ha smesso di funzionare da solo.
Ho provato a rilanciarlo ma senza successo.

Ho lanciato sane-find-scanner ma senza nessun risultato, nel senso che non vedeva nessun scanner collegato.
Ho lanciato sudo sane-find-scanner ed ha trovato uno scanner collegato ma con codice indirizzo 0x148f 0x3780 (molto strano).

Ho nuovamente modificato i parametri di epson2.conf ma senza successo, Xsane non trova nessun dispositivo collegato e siccome era tardi, ho spento tutto.

Qualche idea?
Grazie.

feddy

  • ***
  • 116
Re:Configurare stampanti-scanner Epson
« Risposta #25 il: Gennaio 17, 2018, 09:53:48 am »
Non capisco per quale motivo insisti nell'usare quei codici vendor e product che sono errati.

Comunque proviamo con la connessioni tramite wi-fi
Recupera nel foglio istruzioni / impostazioni della stampante l'IP Adress (Wi-Fi Direct)  che sarà qualcosa come 192.x.x.x
Connetti il pc con la stampante tramite wifi e stampa una pagina di prova.
Stampa?
Poi con l'editor apri il file 
Codice: [Seleziona]
  /etc/sane.d/epson2.conf ed in fondo sotto la riga net autodicovery aggiungi una riga
Codice: [Seleziona]
net 192.x.x.x. cioè l'IP Adress della tua stampante.
Salva il file, chiudi file e terminale riapri il file per verificare che l'aggiunta della riga sia stata salvata  ( meglio un controllo in più che uno in meno).
Avvia lo scanner
« Ultima modifica: Gennaio 17, 2018, 09:56:52 am da feddy »
Manjaro Gellivara KDE
Il saggio coltiva Linux, tanto Windows si pianta da solo.

Re:Configurare stampanti-scanner Epson
« Risposta #26 il: Gennaio 17, 2018, 11:55:06 am »
Non capisco per quale motivo insisti nell'usare quei codici vendor e product che sono errati.

Perchè questi sono i codici che ho letto da sane-find-scanner e che sono descritti nel sane-project (epson perfection 2480 photo, vedi allegato).

Comunque proviamo con la connessioni tramite wi-fi
Recupera nel foglio istruzioni / impostazioni della stampante l'IP Adress (Wi-Fi Direct)  che sarà qualcosa come 192.x.x.x
Connetti il pc con la stampante tramite wifi e stampa una pagina di prova.
Stampa?
Poi con l'editor apri il file 
Codice: [Seleziona]
  /etc/sane.d/epson2.conf ed in fondo sotto la riga net autodicovery aggiungi una riga
Codice: [Seleziona]
net 192.x.x.x. cioè l'IP Adress della tua stampante.
Salva il file, chiudi file e terminale riapri il file per verificare che l'aggiunta della riga sia stata salvata  ( meglio un controllo in più che uno in meno).
Avvia lo scanner
Ho solamente lo scanner che necessariamente dev'essere connesso con USB

Re:Configurare stampanti-scanner Epson
« Risposta #27 il: Gennaio 19, 2018, 12:45:49 am »
Dopo le ultime verifiche di collegamento ottengo questo:
Codice: [Seleziona]
[ciupy@ciupy-pc ~]$ sane-find-scanner

  # 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.
  # Also you need support for SCSI Generic (sg) in your operating system.
  # If using Linux, try "modprobe sg".

could not open USB device 0x148f/0x3070 at 001:003: Access denied (insufficient permissions)
found USB scanner (vendor=0x04b8 [EPSON], product=0x0121 [EPSON Scanner]) at libusb:001:002
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 002:001: Access denied (insufficient permissions)
  # 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.

  # You may want to run this program as root to find all devices. Once you
  # found the scanner devices, be sure to adjust access permissions as
  # necessary.
Sembra che adesso lo scanner sia riconosciuto, poi ho fatto scanimage -L con il seguente risultato:
Codice: [Seleziona]
device `snapscan:libusb:001:002' is a EPSON EPSON Scanner flatbed scanner
device `epkowa:usb:001:002' is a Epson (unknown model) flatbed scanner
Ma quando lancio skalite, non riesce a trovare nulla, di seguito il risultato:
Codice: [Seleziona]
[ciupy@ciupy-pc ~]$ sudo skanlite
[sudo] password di ciupy:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
"deviceOption value="
("image/bmp", "image/jpeg", "image/png", "image/vnd.microsoft.icon", "image/x-portable-bitmap", "image/x-portable-graymap", "image/x-portable-pixmap", "image/x-xbitmap", "image/x-xpixmap")
"epkowa:usb:001:002"
"epkowa:usb:001:002"
sane_open(" "epkowa:usb:001:002" ", &handle) failed! status =  Device busy
Di seguito il contenuto di dll.conf:
Codice: [Seleziona]
# dll.conf - Configuration file for the SANE dynamic backend loader
#
# Backends can also be enabled by configuration snippets under the dll.d/
# directory -- third party backends can drop their configuration file in
# this in this directory, named after the backend.
#
# The next line enables the network backend; comment it out if you don't
# need to use a remote SANE scanner over the network -- see sane-net(5)
# and saned(8) for details.
net
abaton
agfafocus
apple
avision
artec
artec_eplus48u
as6e
bh
canon
canon630u
canon_dr
#canon_pp
cardscan
coolscan
#coolscan2
coolscan3
#dc25
#dc210
#dc240
dell1600n_net
dmc
epjitsu
#epson
epson2
epsonds
fujitsu
#gphoto2
genesys
gt68xx
hp
hp3900
hpsj5s
hp3500
hp4200
hp5400
hp5590
hpljm1005
hs2p
ibm
kodak
kodakaio
kvs1025
kvs20xx
leo
lexmark
ma1509
magicolor
matsushita
microtek
microtek2
mustek
#mustek_pp
mustek_usb
mustek_usb2
nec
niash
#p5
pie
pint
pixma
plustek
#plustek_pp
#pnm
qcam
ricoh
rts8891
s9036
sceptre
sharp
sm3600
sm3840
snapscan
sp15c
#st400
#stv680
tamarack
teco1
teco2
teco3
#test
u12
umax
#umax_pp
umax1220u
v4l
xerox_mfp
#hpaio

Ed il listato di epson2.conf:
Codice: [Seleziona]
# epson2.conf
#
# here are some examples for how to configure the EPSON2 backend

# SCSI
scsi EPSON
# for the GT-6500:
#scsi "EPSON SC"

# Parallel port
#pio 0x278
#pio 0x378
#pio 0x3BC

# USB
usb 0x4b8 0x121

# For libusb support for unknown scanners use the following command
# usb <vendor ID> <product ID>
# e.g.:
# usb 0x4b8 0x121
# usb 0x148f 0x3070

# Network
#
# net 192.168.1.123
net autodiscovery
net 192.168.1.106

Qualche idea su che cosa posso fare o che ho sbagliato?

Grazie

andy2

  • *****
  • 993
Re:Configurare stampanti-scanner Epson
« Risposta #28 il: Gennaio 19, 2018, 09:28:25 am »
Ma il modello preciso di questo scanner, qual è?
Hai provato il software VueScan (che non necessita driver aggiuntivi)?

Re:Configurare stampanti-scanner Epson
« Risposta #29 il: Gennaio 19, 2018, 11:48:46 am »
Ma il modello preciso di questo scanner, qual è?
Hai provato il software VueScan (che non necessita driver aggiuntivi)?

Scanner Epson perfection 2480 photo.
Non ho provato quel software, stasera lo provo.

Grazie