Sunday, March 1, 2015

How to Resume Printing Ubuntu CUPS (4 Steps)

1. Right-click on the desktop and click the 'Open in Terminal' option to open a terminal window.
2. Type the command 'lpstat -a' to show the state of the printer queues. Note the name of the printer that is offline.
3. Type the command 'sudo lpadmin -E -p printer_name' to resume the print jobs on the offline printer. Replace 'printer_name' with the name of the offline printer.
4. Type the command 'lpstat -p' to show the status of the printers and make sure that the print jobs have resumed.

No comments:

Post a Comment