1

I cracked down and got a cheap HP printer for the annoying sake of some docs I had to print on paper like in the stone age, for lame bureaucratic reasons.

The printer prints well from my iPad. Now to my Ubuntu:

I have added a printer in the Ubuntu printers application, chosen the "recommended" detected driver (Deskjet 3740) it suggests, and the printer seems successfully added, plus its properties screen seems to see the printer (as it shows its status as idle). But printing to it does nothing... the print job shows briefly in its print queue, but the printer doesn't do anything.

Thing is my printer is a 3788, so I wonder if any driver has better chances of working for it. There's no 37xx driver available to chose on the add printer dialog.

In case you have ideas for a really quick win, thanks in advance!

matanox
  • 1,861

1 Answers1

2

sorry for the delay in replying; so HP call this a

HP DeskJet Ink Advantage 3789 All-in-one

and it needs hplip 3.17.9 and Ubuntu 16.04 only has 3.16.3 so best delete the existing by paste this command into a terminal

sudo apt purge hplip

then download the new version of hplip by going here https://developers.hp.com/hp-linux-imaging-and-printing/gethplip and click to download and SAVE what will be the 3.18.6 version and if you paste the commands below into the terminal

cd Downloads

sh hplip-3.18.6.run

.. that should install the new version and it should do the config for you; if it does not, do

hp-setup

from a terminal; please note there is no sudo in the install command

pdc
  • 1,132