Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
ClixTrix

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ClixTrix »

I think Brian and I were both under the impression you had the printer-scanner installed on your network. That's why we were giving advise along that line and why I was helping customize for network install.

FYI.....my networked Epson WF-2760 will also detect and run with Simple Scan and XSane without install of drivers (uses that PID iD). Why? I believe it uses a basic backend that's bundled (and that's what Brian was pointing at). However, when you install Image Scan, I believe that backend is replaced or augmented.

Please run the following commands from Terminal. Make sure the scanner is on and connected to USB.

Code: Select all

lsusb

Code: Select all

sane-find-scanner
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

ClixTrix and Brian here is what scanimage -L shows from my USB drive

scanimage -L
device `epson2:net:192.168.1.12' is a Epson PID 110C flatbed scanner
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

And, to answer your earlier question, Brian, the back end (checked with scanimage -L) is "epson2" on my USB drive, where the scanner works fine under SimpleScan.
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

Brian, another answer to your earlier question:
avahi-browse -rt _uscan._tcp
+ enp3s0 IPv6 EPSON XP-530 Series _uscan._tcp local
+ enp3s0 IPv4 EPSON XP-530 Series _uscan._tcp local
= enp3s0 IPv4 EPSON XP-530 Series _uscan._tcp local
hostname = [EPSON5F56B0.local]
address = [192.168.1.12]
port = [443]
txt = ["note=" "UUID=cfe92100-67c4-11d4-a45f-44d2445f56b0" "adminurl=http://EPSON5F56B0.local.:80/PRESENTATION/BONJOUR" "duplex=F" "is=platen" "cs=color,grayscale,binary" "pdl=application/pdf,image/jpeg" "ty=EPSON XP-530 Series" "rs=eSCL" "representation=/PRESENTATION/AIRPRINT/PRINTER_128.PNG" "vers=2.5" "txtvers=1"]
= enp3s0 IPv6 EPSON XP-530 Series _uscan._tcp local
hostname = [EPSON5F56B0.local]
address = [192.168.1.12]
port = [443]
txt = ["note=" "UUID=cfe92100-67c4-11d4-a45f-44d2445f56b0" "adminurl=http://EPSON5F56B0.local.:80/PRESENTATION/BONJOUR" "duplex=F" "is=platen" "cs=color,grayscale,binary" "pdl=application/pdf,image/jpeg" "ty=EPSON XP-530 Series" "rs=eSCL" "representation=/PRESENTATION/AIRPRINT/PRINTER_128.PNG" "vers=2.5" "txtvers=1"]
ClixTrix

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ClixTrix »

ro82 wrote: Thu Jan 24, 2019 9:20 am ClixTrix and Brian here is what scanimage -L shows from my USB drive

scanimage -L
device `epson2:net:192.168.1.12' is a Epson PID 110C flatbed scanner
That does show that the bundled epson2 backend is being used. WIth Image Scan installed and customized for network, it should switch to using the imagescan backend and show something like this (showing my IP and name for my scanner from that .conf file customization I earlier posted).

scanimage -L
device `imagescan:esci:networkscan://192.168.1.102:1865' is a Epson WF-2760
User avatar
Pippin
Level 4
Level 4
Posts: 441
Joined: Wed Dec 13, 2017 11:14 am
Location: The Shire

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by Pippin »

On 18.3 here, Epson WF-7525 AIO.
All I had to do is install the iscan bundle and add:

Code: Select all

net ip.of.aio.device
to

Code: Select all

/etc/sane.d/epkowa.conf
to make the scan part work with Simple Scan and Image Scan for Linux.
AIO device is given fixed IP.
Last edited by Pippin on Thu Jan 24, 2019 12:42 pm, edited 1 time in total.
I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
Halton Arp
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

Thanks, ClixTrix. I am now getting:
scanimage -L
device `imagescan:esci:networkscan://192.168.1.12' is a Epson PID 110C
ClixTrix

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ClixTrix »

ro82 wrote: Thu Jan 24, 2019 11:14 am Thanks, ClixTrix. I am now getting:
scanimage -L
device `imagescan:esci:networkscan://192.168.1.12' is a Epson PID 110C
I assume you decide to stick with PID 110C as the "name" for the printer, as you could of used your model name (per my example) in it's place. It might be a bit confusing in initially selecting the scanner from the scan utilities as that PID 110C is what the other backend uses.

Try it and see if it works.
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

PID 110C is how SimpleScan identifies the scanner on the USB drive live session, where the scanner works fine.

On my hard drive, both SimpleScan and imagescan 3.50 are recognizing the 110C scanner, seem to start sending, then give me error messages, like this one with imagescan 3.50:
Cannot access Epson PID 110C
(esci:networkscan://192.168.1.12)
//192.168.1.12: error receiving

I have also today tried the 79-udev-epson-rules that was suggested on Clem's Ubuntu forum link about scanner issues with LM 19.1, but with even less positive result.
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

Thank you, Pippin. I had gone back to LM 18.3 last year to do something like what you suggest. But that command does not work with LM 19.1, nor does the /etc/sane.d/epcowa.conf file exist. And, at that point, it is starting to feel like te deep end of the pool to me...
ClixTrix

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ClixTrix »

Please run the following command from Terminal and post back the results.

Code: Select all

cat /etc/imagescan/imagescan.conf
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

ClixTrix, changing the Epson model designation in imagescan.conf still gives the same error message, even if both imagescan 3.50 and SimpleScan recognize the scanner under the Epson XP-530 model designation.
ClixTrix

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ClixTrix »

I'm looking to see if the port number ":1865" that follows the IP address is correct. I've seen that error before with wrong or missing port number on the .conf file.
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

As I was saying since your last suggestion, ClixTrix:

cat /etc/imagescan/imagescan.conf
# /etc/imagescan/imagescan.conf -- Image Scan configuration
# Refer to the documentation for details on the configuration options
# for the software. Plugins should come with their own documentation
# if they have configuration options.
#
# Lines starting with a # or a ; are comments. Comments must be on a
# line of their own. End-of-line comments are not supported.

[devices]

myscanner.udi = esci:networkscan://192.168.1.12
myscanner.vendor = Epson
myscanner.model = XP-530
ClixTrix

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ClixTrix »

This line.

myscanner.udi = esci:networkscan://192.168.1.12

Should be this with the port number per example.

myscanner.udi = esci:networkscan://192.168.1.12:1865

The port number is essential to communicate with the scanner, as it listens on that port.
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

Thank you, ClixTrix! And, at the risk having missed the obvious, how do I ascertain the port number, please?
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

Here are my Epson printer properties, under "Device URI": ipps://EPSON5F56B0.local:631/ipp/print
ClixTrix

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ClixTrix »

Actually, it's in the install documentation. When you located the printer at Epson and clicked on the all-in-one package, it takes you to a page where you do "Accept". At the bottom of the expanded page, it shows two PDFs for imagescanv3_man, j=Japanese and e=English. Section 7 explains how to customize the network plugin and explains that the port "must be set to 1865".

Here's a shortcut to the manual.

https://download3.ebz.epson.net/dsc/f/0 ... _man_e.pdf
brian_p
Level 9
Level 9
Posts: 2702
Joined: Thu Jan 17, 2019 9:20 am
Location: UK

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by brian_p »

ro82,
avahi-browse -rt _uscan._tcp
is very, very useful. What would round it off is seeing the output of

Code: Select all

curl -s http://192.168.1.12:443/eSCL/ScannerCapabilities > caps.txt
Please try "https://..." should "http://..." not work. It is probably best to post caps.txt as an attachment.
--
Brian.
ro82

Re: Epson scanner with Tessa 19.1 (Cinnamon 64-bit)

Post by ro82 »

Just tried adding ":631" to imagescan.conf. Still getting:

Cannot access Epson XP-530
(esci:networkscan://192.168.1.12:631)
//192.168.1.12:631: error receiving
Locked

Return to “Printers & Scanners”