LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 06-10-2020, 01:03 PM   #1
vineyridge
LQ Newbie
 
Registered: Jan 2013
Posts: 14

Rep: Reputation: Disabled
Exclamation printer installation issues--HP Envy Pro 6452 very long


Linux Mint Mate 19.3 2009 ASUS motherboard, no wifi, no bluetooth, no wireless router except from my satellite modem. I want a single wired connection between my computer and my printer. I do not trust the privacy of wireless.

I purchased an HP Envy Pro 6452 All in One because 1) HP is supposed to support Linux better than any other company, and because I wanted a scanner with automatic document feed, copier ability, and a usb connection. When I first went to install it, I discovered that HPLIP in the Mint repository did not cover this printer.

I'm not at all conversant with Terminal Commands and repositories, nor do I understand the Synaptic Package Manager. I just went to Synaptic and searched for HPLIP. It showed version 3.17.10 plus repack0-5 as installed on my computer. After an internet search, I found that I needed 3.20.5 to cover this printer, so I downloaded and installed it. That presented numerous problems, and I cannot immediately recall the sequence; I do recall that "out of paper" was a huge problem, and I could not find the paper tray.

The printer did not come with any explanation of where things were, and when I searched for one, the HP Customer Support service was offline. So I went and asked for help from the Linux Mint printer forum.

A user offered to help me install driverless printing and scanning. He found a printer manual for me, and I was finally able to find the paper tray. I agreed because I desperately needed to print something ASAP. The first thing I did, per instructions, was purge the provided "ippusbxd" and replace it with "ipp-usb". The printer printed. Then I installed " sane-airscan_0.99.4+62.1_amd64.deb". Simple Scan worked. I can print and scan.

My problem is as follows:
The electronic printer control panel, which provides copying, printer maintenance and information, as well as connection controls (the printer is wireless by default, and the control panel allows one to remove the wireless connection) does not work. Also the printer has an automatic document feeder which does not work. So while I can print and scan, about half of the printer's capabilities are non-functional.

Is there any way that I can get these capabilites to work without removing what I have done and installing the HPLIP version that supports this printer?

If I do need to uninstall both ipp-usb and Simple Scan how would I go about purging them from my computer?

Do I need to reinstall ippusbxd for HPLIP to work? Installing the updated version of HPLIP seems to be pretty automatic, and now that paper is in the paper tray, there is no reason why it shouldn't work. But given Murphey's law, it probably won't if I try to do this without help.

The Linux Mint user who helped me install the driverless printing and scanning thinks he has finished with me since I can print and scan.

Last edited by vineyridge; 06-10-2020 at 01:05 PM.
 
Old 06-11-2020, 06:26 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,550

Rep: Reputation: 2610Reputation: 2610Reputation: 2610Reputation: 2610Reputation: 2610Reputation: 2610Reputation: 2610Reputation: 2610Reputation: 2610Reputation: 2610Reputation: 2610
I reckon you've been around linux for years if you registered here in 2013, so saying you're not up with console commands doesn't cut much ice at this stage. Go learn them. There's a man page for just about every one of them, even for some of the config commands.

Look at apt's man page to understand the package manager. You'll need that Now consider the problem for one tiny second from someone else's POV.
  • "The printer did not come with an explanation" = he hasn't read the manual. I've news for you friend; Neither have we.
  • "There's some printer control panel…" Great- control the printer, or post that one on your Mint forums It ought to be printing & adding a page feed pretty quickly. I have no idea what this is part of.
  • "The wireless connection does not work…" It's usually fairly simple to set up a wireless connection with NetworkManager. I'm forced to use it on one machine, and setup was as simple as giving it a password for WPA Encryption. Your security worries are justified if you leave the connection open (No password required and anyone can log in) but you can enable wpa encryption which is good and standard encryption.

My experience is that linux works on everything, but sometimes lands jammy side down. That's OK, just turn it back and add more jam if needed. If you're tidy, clean up.Then it works like a dream.
 
1 members found this post helpful.
Old 06-16-2022, 11:54 AM   #3
kdato
LQ Newbie
 
Registered: May 2021
Posts: 7

Rep: Reputation: Disabled
vineyridge,

I realise I am 2 years late to the party. I also realise you have been trying to connect the printer via USB.

Still, I just made my Envy 6400 series work on 5G WiFi, on Slackware-15.0. The steps can be replicated on any distro, so I thought I'd share them, maybe yourself or someone else will find them useful.

The connection part:
1) Follow the printer's instructions to connect to WiFi 5G -- yes, for this part you do need to read the damn manual. But there's a gotcha here. In your router, make sure Wireless mode is set to "802.11a/n/ac mixed". If you prefer "802.11ac" because you want things tidy, then you'd be out of luck (don't waste time figuring it out ).

The scanner part:
2) On WiFi, we need the sane-airscan package. It has one dependency: avahi, which itself has one dependency: libdaemon. Installing these packages on Mint might be straightforward because it has a graphical package manager.

3) As root, edit your /etc/sane.d/dll.conf and make sure you have the escl backend listed and no # in front of it. For faster scanner initialisation, you could put a # in front of every other line, so that sane doesn't try them all during startup.

4) As normal user, in a terminal, type scanimage -L. If you see your device listed then you are done with the scanner part. But do make a note of your printer/scanner's IP address, we'll need it in step 6).

The printer part:
5) We need at least hplip-3.21.4 (that's the version in which HP included the Envy 6400 series). I use the latest hplip-3.22.4, which has avahi as a dependency, but we already got it from step 2).

6) As normal user, on the command line, type hp-setup <IP-Address from step 4)>. See your device listed? Good, go through the works.

7) Done. Watch cups and sane work their magic. Even the document feeder works -- oh yeah!

Again, hope these instructions are useful to someone.

kdato

Last edited by kdato; 06-16-2022 at 06:00 PM.
 
  


Reply

Tags
hplip, installation, printing


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] HP Envy 110 Printer, Device Communication Error (5012) Ztcoracat Slackware 7 07-05-2014 12:09 PM
Aboout "with very long lines",how long is very long? yun1st Linux - Newbie 4 07-20-2012 03:38 PM
[SOLVED] New HP Envy D411c Printer Ztcoracat Linux - Hardware 3 07-10-2012 01:33 AM
long long long: Too long for GCC Kenny_Strawn Programming 5 09-18-2010 01:14 AM
A very very very very big problem!! Elbryan Linux - Software 2 09-23-2005 05:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration