环境:Debian testing
kernel:kernel-image-2.6.0-test4-1-386
1、加载module
# modprobe usblp
2、测试打印机
# cat txtfile > /dev/usb/lp0
输出一个文本文件来测试打印机
3、安装CUPS
# apt-get install cupsys
4、使用mozilla访问http:\\localhost:631配置打印机
其中
Device:USB Printer #1
MAKE:HP
Model:HP LaserJet Series
5、检查打印机
# lpq
hplj1010 is ready
no entries
OpenOffice的打印设置可以直接找到CUPS的打印队列;
Mozilla打印需要安装xprt-xprintorg;依赖xprt-xprintorg输出ps文件到打印机,检查/etc/init.d/xprint会搜索目录:/usr/X11R6/lib/X11/fonts/下的字体,所以建立simsun的fonts.dir等相关文件,最后重新启动xprint即可。