Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-15-2020, 07:28 AM
|
#1
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Rep:
|
Problems with HP Deskjet 3762 setup
A friend of mine has Linux Mint 17 Qiana. He's just bought an HP Deskjet 3762. I have helped him set it up, the Control Panel recognises the printer, but when we actually try to print, either connected via his router or directly with USB cable, the printer power light duly flashes, the job is sent to the printer queue, then disappears out of the queue... but nothing prints. This works on either Test Page, or any LibreOffice document. I would think the printer wasn't connected if it was not for the power light flashing whenever a page is sent.
Printing a test page from the actual printer, not through the computer, does work.
Does the power light flashing on an HP Deskjet indicate an error, or is this normal operation? Cannot find much online about this, other than generic info. And most other info assumes you are using Windows.
The only thing might be that my friend just has a dud printer...
Thank you for any help you can give.
|
|
|
08-15-2020, 05:59 PM
|
#2
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,938
|
To clarify, printing a test page or via LO is successful, correct?
FWIW, a similar Linux Mint thread where it was found necessary to reinstall HPLIP to a later version (directly from the HPLIP site). In any case, I would recommend that your friend upgrade to a currently supported version, and then you may find it just works.
|
|
1 members found this post helpful.
|
08-15-2020, 07:34 PM
|
#3
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943
|
Try installing hplip.
|
|
|
08-16-2020, 04:59 AM
|
#4
|
LQ Newbie
Registered: Aug 2020
Posts: 4
Rep:
|
Try using a different connection to the printer.
|
|
|
08-16-2020, 05:22 AM
|
#5
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Original Poster
Rep:
|
In answer to the comments above, he has hplip installed already (although I am unsure as to the version), and he has also run through the command "sudo hp-setup -i" using the Terminal. With both USB and network options, it says it can find no printers.
I would believe it wasn't detecting any printers, except I could set up the printer using the Mint Control Panel, and when I clicked "Find printers" it found it okay. Print jobs appear in the queue briefly, then disappear, so Linux appears to think the job has been sent okay, and the printer respond with flashing lights on cue (when normally they are not flashing). Just that no printing takes place.
In answer to Ferrari above, printing test page from the printer's own buttons works, but printing a test page from Linux's Printer Setup Options does not.
However next time I'm round there, I will install the latest hplip version from https://developers.hp.com/hp-linux-i...nting/gethplip and see if that makes any difference. Failing that, I'll try a newer version of Mint on his system.
Thank you for the advice.
Last edited by Steve W; 08-16-2020 at 05:31 AM.
|
|
|
08-16-2020, 05:57 AM
|
#6
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,938
|
Quote:
In answer to Ferrari above, printing test page from the printer's own buttons works, but printing a test page from Linux's Printer Setup Options does not.
|
Ok, then your opening post was a bit confusing about this. I'm wondering if the appropriate driver has been configured in light of the comments about 'hp-setup'. If the PC was in front of you, I would normally request definitive output from the following commands
Code:
egrep -i "name|model|filter" /etc/cups/ppd/*
This would help with confirming the driver in use. No doubt not an HPLIP driver.
This command will provide info about the CUPS backend and status. (HPLIP uses its own USB and network backends.)
|
|
1 members found this post helpful.
|
08-16-2020, 06:11 AM
|
#7
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,938
|
Also, I assume that the HP Deskjet 3762 is a relatively recent device, so the HPLIP version (shipped with Mint 17) is likely to be too old to support this model. Using a recent HPLIP version might help. No promises though.
Here's a page showing various HP models and the minimum HPLIP version to support them...
https://developers.hp.com/hp-linux-i..._devices/index
The HP Deskjet 3762 is NOT listed explicitly, but sometimes close enough to another model to be supported anyway.
|
|
1 members found this post helpful.
|
08-16-2020, 08:13 AM
|
#8
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Original Poster
Rep:
|
Well, I won't be able to get round his house till next weekend. However, I will email him asking what output he gets when he types in
Code:
dpkg -l hplip
egrep -i "name|model|filter" /etc/cups/ppd/*
lpstat -t
to the Terminal, and post back the results here.
Thank you for your assistance.
|
|
|
08-20-2020, 05:58 AM
|
#9
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Original Poster
Rep:
|
Okay, the output from those commands is as follows:
Code:
dpkg -l hplip
Version is 3.14.3
egrep -i "name|model|filter" /etc/cups/ppd/*
*PcFilename: "hp-deskjet 3740.ppd"
*ModelName: "Hp Deskjet 3740"
*ShortNickname: "Hp Deskjet 3740"
*NickName: "HP Deskjet 3740, hpcups 3.14.3"
*cupsModelName: "deskjet 3320"
*cupsModelNumber: 0
*cupsFilter: "application/vnd.cups-raster 0 hpcups"
lpstat -t
scheduler is running
system default destination: HP DeskJet device for HP-Deskjet-3700-series-7200 series:
dnssd://HP%20 DeskJet%203700%20series%20%5B72B
printer HP-DeskJet-series is idle.enabled since Sun 16 Aug 2020 !!:334:10 BST
I'm hoping I can just install the latest hplip version (3.20.6) from https://developers.hp.com/hp-linux-i...nting/gethplip and I will be good to go. Does anyone have any other welcome advice, based on the information above?
Thanks again.
Last edited by Steve W; 08-20-2020 at 06:39 AM.
|
|
|
08-20-2020, 04:42 PM
|
#10
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,938
|
That output confirms that the CUPS config is using HPLIP driver as expected, but the version is old. Yes, try using a newer version as already suggested.
|
|
1 members found this post helpful.
|
08-22-2020, 06:40 AM
|
#11
|
Member
Registered: Mar 2007
Distribution: Linux Mint 18.1
Posts: 522
Original Poster
Rep:
|
Yes, I installed the newest version of hplip and it now appears to be all working. Thank you very much to Ferrari and others on this thread for their suggestions and assistance.
|
|
|
08-22-2020, 06:48 AM
|
#12
|
LQ Guru
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 6,059
|
Quote:
Originally Posted by Steve W
Yes, I installed the newest version of hplip and it now appears to be all working. Thank you very much to Ferrari and others on this thread for their suggestions and assistance.
|
Great news! Since it appears solved, could you please mark this thread "solved"?
Thank you!
|
|
|
08-22-2020, 06:52 AM
|
#13
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,938
|
Quote:
Originally Posted by Steve W
Yes, I installed the newest version of hplip and it now appears to be all working. Thank you very much to Ferrari and others on this thread for their suggestions and assistance.
|
Well done! Glad to have been of guidance.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 10:35 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|