Problems adding printer

I am unbale to add my printer with hplip also with localhost:631, while running hplip “add printer” I got those errors:
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Searching… (bus=usb, search=(None), desc=0)
dict[m] {‘align-type’: 15, ‘clean-type’: 0, ‘color-cal-type’: 0, ‘copy-type’: 0, ‘embedded-server-type’: 1, ‘fax-type’: 0, ‘fw-download’: False, ‘icon’: ‘hp_deskjet_f4200.png’, ‘io-mfp-mode’: 1, ‘io-mode’: 1, ‘io-support’: 10, ‘job-storage’: 0, ‘linefeed-cal-type’: 0, ‘model1’: ‘HP DeskJet 3700 All-in-One’, ‘model2’: ‘HP DeskJet 3722 All-in-One’, ‘model3’: ‘HP DeskJet Ink Advantage 3789 All-in-One’, ‘model4’: ‘HP DeskJet Ink Advantage 3790 All-in-One’, ‘model5’: ‘HP DeskJet Ink Advantage 3735 All-in-One’, ‘monitor-type’: 0, ‘panel-check-type’: 0, ‘pcard-type’: 0, ‘plugin’: 0, ‘plugin-reason’: 0, ‘power-settings’: 0, ‘pq-diag-type’: 0, ‘r-type’: 0, ‘scan-src’: 1, ‘scan-type’: 7, ‘status-battery-check’: 0, ‘status-dynamic-counters’: 0, ‘status-type’: 10, ‘support-released’: True, ‘support-subtype’: 2202411, ‘support-type’: 2, ‘support-ver’: ‘3.17.9’, ‘tech-class’: [‘CLE’], ‘family-class’: [‘Undefined’], ‘tech-subclass’: [‘Normal’], ‘tech-type’: 2, ‘usb-pid’: 1619, ‘usb-vid’: 1008, ‘wifi-config’: 3}
Failed to create client object: Daemon not running

Did you start the printing service?

sudo systemctl enable --now cups
2 Likes

Oh that simple, now it worked! Thanks!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.