0

I have the same problem as lots of other. My HP 4657 was working fine but suddenly stopped after upgrading to 20.04.1 LTS when it failed to connect to the printer (tried both wireless and usb).

I downloaded hp-lip 3.20.6.run (again) and reinstalled, uninstalling the old install during the process but it keeps coming up with the same error as before - Canberra-gtk is missing. In HP-setup it finds the printer ok but refuses to load and keeps in a loop of 'add printer'. HP are no use and say it is not their software and is third-party software!

And yes, I typed in systemctl list-units "ippusbxd* | grep service in terminal and nothing came back.

  • 1
    I am running Ubuntu 20.04 with HPLIP-3.20.3 version and everything is working fine. – SteveInBavaria Aug 16 '20 at 10:39
  • So was I until it suddenly stopped and reports Canberra GTK is missing. My laptop, running v 18.04LTS is working fine. – patchworks101 Aug 17 '20 at 11:48
  • Did you notice the diffent drivers? I am using HPLIP-3.20.3 where you are reporting problems with HPLIP-3.20.6. Try HPLIP-3.20.3. – SteveInBavaria Aug 17 '20 at 13:44
  • If you have a download link to the older version please post it because there is nothing on the HP site to allow access to older drivers. – patchworks101 Aug 18 '20 at 17:40
  • I googled HPLIP-3.20.3. and this was the first item on the returned list: https://sourceforge.net/projects/hplip/files/hplip/3.20.3/ So now you can download it and try it out – SteveInBavaria Aug 18 '20 at 20:38
  • Thanks Steve, downloading and trying with this, after I've finished uninstalling 3.20.6. – patchworks101 Aug 19 '20 at 14:07
  • Downloaded and tried installing 3.20.3 and hplip reported that that version is NOT compatible with ubuntu v20.04LTS so stuck between a rock and a hard place. – patchworks101 Aug 19 '20 at 14:23
  • Have you tried manually installing Canberra GTK using sudo apt install libcanberra-gtk-module ? – Enterprise Jan 04 '21 at 19:22

2 Answers2

1

Was unable to print on HP 5740 series Officejet following v20.04 upgrade. Previously functioning properly for years. Removed usb printer driver and auto re-installed via printers GUI as follows:

In Terminal: sudo apt remove ippusbxd

Followed with: sudo apt purge ippusbxd

Then: opened "Printers" from the drop down "Settings" list

Selected and deleted all existing printers in GUI. Followed with add printer. Responds with a list and connections. Selected USB. Message box appears "Searching for Drivers". In a few moments the option to print a test page appears, Test page now prints, issue resolved.

rick o
  • 11
0

I found the answer here - ubuntu forum answer By removing CUPS, HPLIP, then reinstalling hplip-3.20.6 and running hp-setup my printer is now working again. Thanks