Panasonic KX-P7105 작동 가이드

다운로드
페이지 312
Settings and Printing
Network
Network
Maintenance and Spec.
Setup in UNIX
Settings and Printing
Network
Network
Maintenance and Spec.
112
For BSD UNIX  
The following is an example for Sun OS4.1.3. The command and paths may differ depending
on the OS version. Please refer to the workstation manual.
1
Create printer queue.
(1) Login as root.
# login root
(2) Add an entry for the printer in /etc/printcap file.
kxp7110lp:¥
:lp=:¥
:rm=kxp7110:¥
:rp=lp:¥
:sd=/usr/spool/kxp7110lp:¥
:lf=/usr/spool/kxp7110lp/kxp7110lp_errs:
<Description of each parameter>
lp : device name to open. Not required.
rm : remote printer host name. Enter host name added to /etc/hosts file.
rp : printer name of remote printer. Enter “lp” in this case.
sd : spool directory.
lf : error log file.
For more information, refer to your UNIX manual.
(3) Create and set up the spool directory and error log file.
# mkdir /usr/spool/kxp7110lp
# touch /usr/spool/kxp7110lp_erra
# chown -R daemon /usr/spool/kxp7110lp
# chgrp -R daemon /usr/spool/kxp7110lp
(4) Check lpd function.
# pa aux | grep lpd
(5) Validate created printer queue.
# lpc restart kxp7110lp
2
Print
•Print using “lpr” command.
# lpr –p kxp7110l @<file name>