- 论坛徽章:
- 0
|
solaris 上添加打印机
一、判断系统是否支持该打印机
1. ls /usr/share/lib/terminfo 如果不存在该打印机,需要根据打印机机型安装相应驱动。
二、
1. 连上打印机(插线的时候不要开打印机),开机,打印机没有复位
2. touch /reconfigure, init 6
3. 系统重启,并口复位,打印机状态灯正常
4. 使用Admintool(这个熟悉所以还用它)添加打印机(local printer)
5. 打印端口改为/dev/ecpp0, 打印机类型改为 epson2500, printer name注意must be a text string composed of uppercase or lowercase alphabetical characters (A-Z), digits (0-9), minus signs, or underscores.
6. OK添加
三、如果要在ebs上应用该打印机需要在ebs上对打印机进行相应设置。(见ebs模块)
四、常用命令
1、admintool
2、lp -d hp1 file.ps将一个postscript作业提交到本地打印机hp1上
lp file.txt 打印文本文件
3、cancel hp1-212取消作业hp1-212
4、lpadmin 打印机的管理工具
5、lpstat用于验证打印机状态。
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/19820/showart_354945.html |
|