个人工具

“UbuntuHelp:DebuggingPrintingErrors”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的1个中间版本)
(没有差异)

2008年10月19日 (日) 22:27的最新版本

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.