I’ll get straight to the point. I own an HP printer (Neverstop Laser 1000W) and been using it for a while now. I have several different machines at home, and all of them can communicate with this printer wirelessly with no issues.
One PC runs Windows 10
Another runs Ubuntu 24.04.1 LTS
And I have this PC of mine, which used to also run the same version of Ubuntu, but recently I switched to Manjaro.
I went with KDE, and the printer was recognized in the GUI, but it couldn’t find any drivers for it. So for the next few hours I tried a few different ones, and every single time when I tried to print a test page, I could hear the printer start up, wait for a few seconds then power down without printing anything.
Since all the other machines could print fine, I went to my other Ubuntu machine and retrieved the PPD file from it, and transferred that over to this PC.
Using that file, the printer also simply started up, did nothing for a few seconds then powered off again.
When I sent a printing job, I checked the logs, here’s what I saw:
In /var/log/cups/page_log
HP_Neverstop_Laser_100x tib 23 [30/Nov/2024:13:09:31 +0100] total 1 - localhost Untitled 1 - -
In /var/log/cups/access_log
localhost - - [30/Nov/2024:13:09:31 +0100] "POST /printers/HP_Neverstop_Laser_100x HTTP/1.1" 200 224 Create-Job successful-ok
localhost - - [30/Nov/2024:13:09:31 +0100] "POST /printers/HP_Neverstop_Laser_100x HTTP/1.1" 200 10876 Send-Document successful-ok
In /var/log/cups/error_log was different, as I never actually got an error message DURING printing, but the file contained the following last few lines:
W [30/Nov/2024:12:21:34 +0100] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
W [30/Nov/2024:12:21:34 +0100] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name is not activatable
W [30/Nov/2024:12:21:34 +0100] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name is not activatable
W [30/Nov/2024:12:21:34 +0100] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name is not activatable
E [30/Nov/2024:13:04:18 +0100] [CGI] ippfind (PID 7806) stopped with status 2!
Also keep in mind that the printer works perfectly fine, I can print anything from any other PC in the house, even from my phone. It’s not a hardware fault.
And that’s where I am currently. If anyone is able to point me in the right direction I’d be very happy! Thank you!