Problem with my HP Deskjet 1515

Sorry for bothering guys… I’ve found the solution. If somebody has this problem, this is the solution:

  1. Install CUPS: sudo pacman -Sy cups
  2. Start and enable (make it start after boot) the CUPS printing service: sudo systemctl start org.cups.cupsd && sudo systemctl enable org.cups.cups
  3. Install HP Linux Imaging and Printing: sudo pacman -S hplip
  4. Install a driver plug-in via sudo hp-setup -i . Root privileges are important here, otherwise it says “error: No device selected/specified or that supports this functionality.” when selecting a connection method. During installation of the plug-in, I selected the default option each time.
  5. Install system-config-printer , a GUI tool to configure printers.
  6. Start system-config-printer and click the button to add a printer. Select your printer and choose HPLIP as the connection method (see screenshot).
  7. system-config-printer should now allow you to print a test page.
  8. In order for a GTK application like Evince to show your printer in the printing dialog, you need to install gtk3-print-backends as well.

(Solution found in https://unix.stackexchange.com/questions/359531/installing-hp-printer-driver-for-arch-linux )

Good Luck

2 Likes