DebuggingPrintingProblems

Revision 3 as of 2007-02-19 09:44:47

Clear message

I. Printer detection

  1. Make sure that the printer is connected to your system and powered on.
  2. Unplug the printer cable from your computer, open a terminal/console and enter this command: BR $ tail -f /var/log/messages | tee ~/messages.log

  3. Find out if your printer gets detected by CUPS: BR $ lpinfo -v | tee lpinfo.txt

II. Printingbuginfo

Attach the output of the printingbuginfo script for some useful information related to printing about your system like the version of Ubuntu you use, configured printers and the versions of important printing packages installed. The printingbuginfo script can be found here: https://wiki.ubuntu.com/PrintingBugInfoScript.

III. CUPS error_log

  1. Edit the file /etc/cups/cupsd.conf, find the section "loglevel" and change "info" to "debug", save the file.
  2. Restart CUPS: BR $ sudo /etc/init.d/cupsys restart

  3. Try to print something.
  4. Attach /var/log/cups/error_log to the bug report.