个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
第3行: 第3行:
 
''This page needs a lot of work, please contribute...''
 
''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.
 
* 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 [[http://www.linuxprinting.org/error_log-faq.html]]
+
* Debugging CUPS [http://www.linuxprinting.org/error_log-faq.html]
 
* Find your printers' URIs :
 
* Find your printers' URIs :
 
<pre><nowiki>
 
<pre><nowiki>

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.