No scanner in HPLIP

Asked by H.C. Enevoldsen

I have installed Linux Mint 21, and need to connect to my HP ENVY 6032e All-in-One. After downloading and running HPLIP 3.22.6, I can now see an HP Printer in "Printer", and I can also print using the minimal options available. But I cannot see any scanner, and I don't know where to find it.

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
H.C. Enevoldsen
Solved:
Last query:
Last reply:
Revision history for this message
brian_p (claremont102) said :
#1

Give the outputs of

  scanimage -L
  airscan-discover

Revision history for this message
H.C. Enevoldsen (hcenevoldsen) said :
#2

lqe@DELLMAX:~$ scanimage -L
device `hpaio:/usb/ENVY_6000_series?serial=TH15BBC06F' is a Hewlett-Packard ENVY_6000_series all-in-one
device `airscan:e0:HP ENVY 6000 series [DDC101] (USB)' is a eSCL HP ENVY 6000 series [DDC101] (USB) ip=127.0.0.1
lqe@DELLMAX:~$ airscan-discover
[devices]
  HP ENVY 6000 series [DDC101] (USB) = http://127.0.0.1:60000/eSCL/, eSCL
lqe@DELLMAX:~$

I also found Document Scanner in my Application menu under Graphics, I'm not quite sure if I have downloaded this as an extra piece of software. However, I can scan using this program. But is it the HPLIP scanner?

Thanks.

Revision history for this message
brian_p (claremont102) said :
#3

For your benefit and that of other users I would like to know whether
you can scan with

  simple-scan "airscan:e0:HP ENVY 6000 series [DDC101] (USB)"

Document Scanner is a default installation on Mint and uses simple-scan.
You did not download it.

airscan is not part of HPLIP but is a competent and well-regarded driver
for the HP ENVY 6032e that Mint, Debian and Ubuntu ship by default.

The HPLIP scanning driver is the one beginning hpaio:/usb/... . It will not
work in a USB situation. See the iIPP-over-USB sections at

  https://wiki.debian.org/CUPSDriverlessPrinting

This is something to be aware of but not anything to worry about.

Revision history for this message
H.C. Enevoldsen (hcenevoldsen) said :
#4

I use only the USB connection, and do not use wi-fi or any other wireless products. If you still wish me to test simple-scan, then please tell me how I can invoke it.

Document Scanner wasn't visible when I first downloaded Mint a couple of weeks ago, but today I noticed it for the first time.

Thanks

H.C. Enevoldsen
Allegade 24
DK-3000 Helsingør
+45 33798306 (fastnet)
https://www.pushkin.dk

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of brian_p
Sent: 7. oktober 2022 16:46
To: <email address hidden>
Subject: Re: [Question #703407]: No scanner in HPLIP

Your question #703407 on HPLIP changed:
https://answers.launchpad.net/hplip/+question/703407

    Status: Open => Answered

brian_p proposed the following answer:
For your benefit and that of other users I would like to know whether you can scan with

  simple-scan "airscan:e0:HP ENVY 6000 series [DDC101] (USB)"

Document Scanner is a default installation on Mint and uses simple-scan.
You did not download it.

airscan is not part of HPLIP but is a competent and well-regarded driver for the HP ENVY 6032e that Mint, Debian and Ubuntu ship by default.

The HPLIP scanning driver is the one beginning hpaio:/usb/... . It will not work in a USB situation. See the iIPP-over-USB sections at

  https://wiki.debian.org/CUPSDriverlessPrinting

This is something to be aware of but not anything to worry about.

--
If this answers your question, please go to the following page to let us know that it is solved:
https://answers.launchpad.net/hplip/+question/703407/+confirm?answer_id=2

If you still need help, you can reply to this email or go to the following page to enter your feedback:
https://answers.launchpad.net/hplip/+question/703407

You received this question notification because you asked the question.

Revision history for this message
brian_p (claremont102) said :
#5

Open a terminal and in it at the prompt type (or copy)

  simple-scan "airscan:e0:HP ENVY 6000 series [DDC101] (USB)"

The press the ENTER key. The scanner should activate.

Revision history for this message
H.C. Enevoldsen (hcenevoldsen) said :
#6

This worked perfectly, and the scanned page was just fine. So is there
any way I can keep this as an option in "Document Scanner"? Or somewhere
else?

Thanks for your great support, and after answering you may close this
thread as Solved.

On 10/7/22 18:35, brian_p wrote:
> simple-scan "airscan:e0:HP ENVY 6000 series [DDC101] (USB)"

--
Med venlig hilsen

H.C. Enevoldsen
Allegade 24
DK-3000 Helsingør
+45 33798306 (fastnet)
https://www.pushkin.dk

Revision history for this message
brian_p (claremont102) said :
#7

> So is there any way I can keep this as an option in "Document Scanner"?
> Or somewhere else?

You want just the single working entry to be shown and used by Document
 Scanner? The quickest way is to remove libsane-hpaio, I would do

  apt purge libsane-hpaio

The issue must be marked as solved by you. Thank you for engaging with it.

Revision history for this message
H.C. Enevoldsen (hcenevoldsen) said :
#8

Thank you brian_p. Issue resolved.