[sane-devel] Epson ET-2711 ("ecotank")

Thierry Huchard thierry at ordissimo.com
Thu May 6 21:04:25 BST 2021


Le 2021-05-06 21:49, Thierry Huchard a écrit :
> scanimage --mode=color --resolution=300 > test.pnm
> scanimage --mode=grey --resolution=300 > test.pn
> 
> Get all option
> scanimage -A
> 
Xsane does not manage the resolution of your device well: 
https://gitlab.com/sane-project/frontend/xsane/-/issues/35
This issue corrects the problem, we must wait for its release.
You can use simple-scan as an alternative

Thierry

> Le 6 mai 2021 21:38:34 GMT+02:00, Paulo Silva <nitrofurano at gmail.com>
> a écrit :
> 
>> guest at ryzen3:~$ sudo apt install --reinstall xsane
>> [sudo] password for guest:
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> The following packages were automatically installed and are no
>> longer required:
>> ardour-data ardour-video-timeline calf-ladspa g++-9
>> gnome-flashback-common gxplugins-data harvid libcdio18 libcfitsio8
>> libcollada-dom2.4-dp0
>> libcurl3-gnutls:i386 libcwiid1 libgdbm-compat4:i386 libgdbm6:i386
>> libgnome-panel0 libicu66 libieee1284-3:i386 libilmbase24 libjson-c4
>> libmxml-bin
>> libmxml-dev libmxml1 libmysqlclient21:i386 libnghttp2-14:i386
>> libnspr4:i386 libnss3:i386 libopenexr24 libopenvdb6.2 libpci3:i386
>> libperl5.30:i386
>> libpoppler-glib8:i386 libpoppler102:i386 libpoppler97 libproj15
>> libprotobuf17 libqhull7 libqm-dsp0 librtmp1:i386 libsnmp35:i386
>> libssh-4:i386
>> libtracker-control-2.0-0 libtracker-miner-2.0-0 libvamp-sdk2v5
>> libwebsockets16 mencoder python-backports.functools-lru-cache
>> python-bs4 python-html5lib
>> python-lxml python-soupsieve python-webencodings tracker
>> tracker-extract tracker-miner-fs vamp-plugin-sdk xjadeo
>> Use 'sudo apt autoremove' to remove them.
>> 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 2 not
>> upgraded.
>> Need to get 453 kB of archives.
>> After this operation, 0 B of additional disk space will be used.
>> Get:1 http://ftp.usf.edu/pub/ubuntu groovy/universe amd64 xsane
>> amd64
>> 0.999-9ubuntu1 [453 kB]
>> Fetched 453 kB in 2s (214 kB/s)
>> (Reading database ... 851458 files and directories currently
>> installed.)
>> Preparing to unpack .../xsane_0.999-9ubuntu1_amd64.deb ...
>> Unpacking xsane (0.999-9ubuntu1) over (0.999-9ubuntu1) ...
>> Setting up xsane (0.999-9ubuntu1) ...
>> Processing triggers for mime-support (3.64ubuntu1) ...
>> Processing triggers for hicolor-icon-theme (0.17-2) ...
>> Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
>> Processing triggers for man-db (2.9.3-2) ...
>> Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2)
>> ...
>> Rebuilding /usr/share/applications/bamf-2.index...
>> Processing triggers for desktop-file-utils (0.24-1ubuntu4) ...
>> guest at ryzen3:~$ xsane
>> Segmentation fault (core dumped)
>> guest at ryzen3:~$
>> 
>> On 5/6/21, Paulo Silva <nitrofurano at gmail.com> wrote:
>> (errata: mazagine cover, not folder! :D )
>> 
>> On 5/6/21, Paulo Silva <nitrofurano at gmail.com> wrote:
>> scanned a magazine folder from that "scanimage > test.pnm" command
>> line
>> result is 1bitdepth, https://i.postimg.cc/5bT4yFvh/evasoes.png - i
>> don't know if that is because some missing arguments to scanimage,
>> some misconfiguration, or only scanning in this mode
>> 
>> On 5/6/21, Paulo Silva <nitrofurano at gmail.com> wrote:
>> worked fine, test.pnm appeared in the current bash directory! :)
>> 
>> tested with this for now, converted the result with imagemagick and
>> uploaded at postimages - https://i.postimg.cc/762NmGVY/test.png
>> 
>> On 5/6/21, Thierry Huchard <thierry at ordissimo.com> wrote:
>> scanimage > test.pnm
>> 
>> Le 6 mai 2021 20:48:54 GMT+02:00, Paulo Silva
>> <nitrofurano at gmail.com> a
>> écrit :
>> guest at ryzen3:~$ xsane
>> Segmentation fault (core dumped)
>> guest at ryzen3:~$
>> 
>> On 5/6/21, Paulo Silva <nitrofurano at gmail.com> wrote:
>> nope.... :(
>> 
>> GIMP Message
>> Plug-in crashed: "xsane"
>> (/usr/lib/gimp/2.0/plug-ins/xsane/xsane)
>> The dying plug-in may have messed up GIMP's internal state. You may
>> want to save your images and restart GIMP to be on the safe side.
>> 
>> On 5/6/21, Thierry Huchard <thierry at ordissimo.com> wrote:
>> Le 2021-05-06 20:39, Paulo Silva a écrit :
>> sorry, i forgot that i switched it off... :D
>> 
>> guest at ryzen3:~$ sudo usermod -G $USER lp
>> [sudo] password for guest:
>> guest at ryzen3:~$ scanimage -L
>> device `epsonscan2:ET-2710 Series:esci2:usb:ES016E:4419' is a EPSON
>> ET-2710 Series flatbed scanner
>> guest at ryzen3:~$
>> It should work now !
>> 
>> On 5/6/21, Paulo Silva <nitrofurano at gmail.com> wrote:
>> guest at ryzen3:~$ sudo usermod -G $USER lp
>> [sudo] password for guest:
>> guest at ryzen3:~$ scanimage -L
>> 
>> No scanners were identified. If you were expecting something
>> different,
>> check that the scanner is plugged in, turned on and detected by
>> the
>> sane-find-scanner tool (if appropriate). Please read the
>> documentation
>> which came with this software (README, FAQ, manpages).
>> guest at ryzen3:~$
>> 
>> On 5/6/21, Thierry Huchard <thierry at ordissimo.com> wrote:
>> Le 2021-05-06 20:01, Paulo Silva a écrit :
>> guest at ryzen3:~$ sudo scanimage -L
>> [sudo] password for guest:
>> device `epsonscan2:ET-2710 Series:esci2:usb:ES016E:4419' is a
>> EPSON
>> ET-2710 Series flatbed scanner
>> guest at ryzen3:~$
>> sudo usermod -G $USER lp
>> scanimage -L
>> 
>> On 5/6/21, Thierry Huchard <thierry at ordissimo.com> wrote:
>> Test :
>> sudo scanimage -L
>> 
>> Le 6 mai 2021 19:11:10 GMT+02:00, Paulo Silva
>> <nitrofurano at gmail.com>
>> a
>> écrit :
>> hi Thierry,
>> 
>> thanks for the instructions, all mentioned steps done, but
>> when
>> i
>> open
>> xsane from Gimp (File:Create:XSane:"Device dialog..."), after
>> "scanning for devices", i'm getting this:
>> Gimp Message
>> Plug-in crashed: "xsane"
>> (/usr/lib/gimp/2.0/plug-ins/xsane/xsane)
>> The dying plug-in may have messed up GIMP's internal state.
>> You
>> may
>> want to save your images and restart GIMP to be on the safe
>> side.
>> 
>> so what do you think i could do for checking out what is going
>> wrong
>> here, perhaps like getting logs, running specific tools, some
>> configuration, etc.?
>> 
>> thanks in advance,
>> Paulo
>> 
>> On 5/6/21, Thierry Huchard <thierry at ordissimo.com> wrote:
>> Le 2021-05-06 17:07, Paulo Silva a écrit :
>> hi!
>> 
>> it seems that the scanner from Epson ET-2711 (
>> 
> https://www.epson.co.uk/products/printers/inkjet-printers/for-home/ecotank-et-2711
>> ) is still not supported out of the box
>> 
>> i can't enter at sane's irc (totally forgot what is nickserv
>> register
>> about and stuff like that...), so i'm answering here what
>> http://www.sane-project.org/mailing-lists.html asks:
>> 
>> "scanimage --version" says:
>> scanimage (sane-backends) 1.0.31-debian; backend version
>> 1.0.31
>> 
>> "lsb_release -a" says:
>> LSB
>> Version:
>> 
> core-11.1.0ubuntu2-noarch:printing-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
>> Distributor ID: Ubuntu
>> Description: Ubuntu 20.10
>> Release: 20.10
>> Codename: groovy
>> 
>> "lsusb | grep Epson" says:
>> Bus 003 Device 004: ID 04b8:1143 Seiko Epson Corp.
>> 
>> so, i'm curious to know how soon is this scanner going to be
>> supported, and on what can we help for that...
>> 
>> Hi Paulo,
>> 
>> If you want to use it in resins you have several options:
>> 1 - Update sane
>> sudo add-apt-repository ppa:sane-project/sane-git
>> sudo apt-get update
>> sudo apt install libsane libsane1 libsane-common sane-utils
>> 
>> 2 - Install sane-airscan
>> 3 - Install espon drivers
>> http://support.epson.net/linux/en/epsonscan2.php
>> 
>> For USB :
>> 1 - Install espon drivers
>> http://support.epson.net/linux/en/epsonscan2.php
>> 2 - Install ipp-usb and use sane-airscan or sane-escl
>> 
>> Thierry
>> 
>> thanks in advance,
>> Paulo
> 
> --
> Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez
> excuser ma
> brièveté.
> 
> --
> Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez
> excuser
> ma
> brièveté.
> 
> --
> Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez
> excuser ma brièveté.



More information about the sane-devel mailing list