个人工具

UbuntuHelp:DebuggingPrintingErrors

来自Ubuntu中文

跳转至: 导航, 搜索

This page needs a lot of work, please contribute...

  • Try both in GNOME and KDE and report whether the problem appears on both or only on one of them. This helps to identify where in the chain of printing program the error may be located.
  • Debugging CUPS [1]
  • Find your printers' URIs :
lpstat -v
  • Restart cupsd :
sudo /etc/init.d/cupsys restart

instead of

killall -HUP cupsd

Info from the kernel:

dmesg|grep lp0

If it indicates that ECP is used, please switch to EPP in the BIOS setup and try again. If it doesn't show anything, do:

sudo modprobe lp

and try again.