OS: Ubuntu 13
Printer: HP Deskjet 2540
Problem: Printer worked initially. Suddenly stopped working. Printer cue just says "pending" and printing never happens.
How do I get it to go from "pending" to "printing"?
OS: Ubuntu 13
Printer: HP Deskjet 2540
Problem: Printer worked initially. Suddenly stopped working. Printer cue just says "pending" and printing never happens.
How do I get it to go from "pending" to "printing"?
I found the problem. Under Settings>Printers>Policies "Enabled" was not selected. Why is this even an option?? Of all the features that used to make Ubuntu a good operating system have been stripped away, this one remains?? Unreal.
Enabled
option is not visible in Printing Status
tool window.
– IsaacS
Jan 03 '16 at 00:58
system-config-printer
; in the Printers dialog, select your printer, right-click, choose Properties; the Printer Properties dialog is started with the "Settings" tab on the left selected; the "Policies" tab is right below it - select "Policies" tab, and then can see the "Enabled" setting.
– sdaau
Jan 18 '18 at 19:23
sudo system-config-printer
right click printer icon in Printers - localhost
/properties
/settings
/policies
check "enabled"
close the system-config-printer tool
done.
Under Ubuntu 16.04 the same problem occurred, on my networked (wireless) HP 4635, in the same way: suddenly, without the user doing anything, and for no obvious reason. It was resolved in about the same way: click the Settings icon (gear), click System Settings, open Printers, right-click the printer, click "Enabled" in the printer's context menu to check-mark "Enabled". (If "Enabled" was already check-marked, this isn't your solution.)
Update to Donnie's answer:
For non-GUI CUPS user, you can adjust this setting in your CUPS web interface.
Administration => Manage Printers => Select your printer => Maintaince => Resume Printer.
It's really strange that, a single printing failure causes CUPS to prevent any further printing job. Bad design .
The print jobs stay in pending state, when the printer is "disabled", as the other answers suggest. However I also noticed the checkbox gets re-enabled when the issues disappear.
In my case, the daemon cups-browsed got stuck, and restarting it using
systemctl restart cups-browsed
helped resolve the issue, and the print job resumed immediately.