Closed essembeh closed 11 months ago
Hi @essembeh,
DEBUG: scanner.vala:924: sane_open ("escl:https://10.0.2.2:443") -> SANE_STATUS_GOOD
We actually have two independent eSCL drivers for SANE: sane-escl
and sane-airscan
. In your case, simple-scan
uses sane-escl
(saneopen ("escl_:https://10.0.2.2:443")). You are writing issue against sane-airscan
.
So my suggestion would be to try to switch to sane-airscan
. If it wouldn't help, you are welcome to file a separate issue.
Hi @alexpevzner
Thanks for the details, I'll open a ticket on sane-escl project. May I ask some more questions, as this is rather obscure to me.
How can I switch to sane-airscan instead of sane-escl? Is that possible with simple-scan to force using another driver? There is only one choice in simple-scan selection list...
Thanls
Just for information, I was finally able to use airscan driver instead of the escl driver for my HP 6950.
I had to explicitly disable escl
so that sane uses airscan
to scan ... and it works.
There is still an open ticket on sane-backends
project because the escl
driver does not work. But thanks airscan
, I can scan :)
Thanks
Hi
It 's been month since my scanner (Wireless HP OfficeJet 6950) does not work anymore (I was able to reproduce the same behavior with a HP OfficeJet 6960).
I use NixOS and
simple-scan
was working fine in NixOS 22.11. Since 23.05 (and for 23.11), I get an error "Document Feeder empty" whereas I selected scan from flatbed.After some investigations, I was able to use it by downgrading the flatpak version of "Simple Scan".
Here is the result of
simple-scan --debug
And here is a capture of what happens:
And here is the post I initially opened on NixOS forum