好久没有在Linux中工作了,虽然觉得Linux是编程最好的环境,但桌面总是没有Windows好用。近日开始在Ubuntu 8.04中建立Apache Web Server and MySQL database,发现这个桌面系统完全可以代替Windows了,操作相当方便,很多以前都支持不好的硬件现在都比较好的支持了。只有安装打印机费了些曲折,下面记录一下安装过程:1、在Xerox网站搜索自己想要的打印机驱动程序(http://www.support.xerox.com/),我的是Phaser 4510n,选择Linux CUPS Printing Package。下载后,解压缩,安装可以参考里面的Readme.txt。2、建立CUPS manufacturer (model) folder:
mkdir /usr/share/cups/model
并拷贝解压缩的特定型号驱动型号ppd文件到此目录。
( 可能可以直接COPY到已经存在的xerox目录/usr/share/ppd/splix/xerox就可以?) 3、 重起cups服务:
killall -HUP cupsd
/etc/init.d/cupsys restart4、用firefox打开http://127.0.0.1:631/ CUP管理窗口,Administration->Add printer-> Input the name and description.5、Select [Appsocket / HP JetDirect] from the Device menu, Click [Continue], Type socket://10.135.104.x(IP), Click [Continue],Select the printer model from the Model section. The a "printer has been added successfully" message will be displayed.6、 在打印机的Configure设置相关的选项,如default pape为A4等,重复其它设置项。后打印测试页,over! Ubuntu下安装xdmcp服务终于使用上了Fedora 8相关资讯 ubuntu安装
- Linux系统教程:如何通过代理服务 (03月17日)
- MacBook Air 安装 Ubuntu 双系统 (01/27/2015 16:21:32)
- Ubuntu 12.04中安装Qt SDK 1.2.1图 (11/24/2012 13:19:21)
| - Linux系统入门教程: 当使用代理服 (11/08/2015 09:04:46)
- Ubuntu安装到移动硬盘 & grub (02/05/2014 19:52:51)
- Ubuntu 下安装字体的方法 (07/12/2012 08:56:50)
|
本文评论 查看全部评论 (0)