User`s manual
Table Of Contents
- Chapter1 Introduction
- Chapter2 Product Overview
- Chapter3 Basic Installation
- Chapter4 Adding Printers in Windows
- 4.1 Overview of Installation Methods
- 4.2 Connecting the Server
- 4.3 Setting up Local Windows Printer Driver
- 4.4 Adding Network Printers in Windows
- 4.4.1 Using Standard Windows Methods for LPR Printing Protocol
- 4.4.2 Using Control Center for LPR Printing
- 4.4.3 Using Standard Windows Method for Raw TCP Printing
- 4.4.4 Using Control Center for Raw TCP/JetDirect Printing
- 4.4.5 Using Standard Windows Methods for SMB/CIFS Printing
- 4.4.6 Using Control Center for SMB/CIFS Printing
- 4.4.7 Using Standard Windows Method for IPP Printing
- Chapter5 Adding Printers in Unix/Linux
- Chapter6 File Server Function
- Chapter7 Scan Server Function
- Chapter8 Control Center
- Chapter9 Server’s Web Pages
- Chapter10 Email Alerting
- Chapter11 SNMP
- Chapter12 Troubleshooting
- Chapter13 Restore Factory Defaults
- Chapter14 Upgrade New Firmware
- Chapter15 Init Button
:lp=:rm=DN-13007:rp=USB1_LQ:\ ---(B)
:sd=/var/spool/lpd/Printer1:\ ---(C)
:lf=/var/spool/lpd/Printer1/Printer1_errs: ---(D)
where
(A) Describes the printer name.
(B) lp: Device file name to connect printer. No name designation required on the
network.
rm: Host Name for the remote printer. Type the Host Name registered to
/etc/hosts file.
rp: Remote printer name. Please input the remote printer queue name.
(C) sd: Spool directory name. It must be the absolute path.
(D) lf: Error log file name. It must be the absolute path.
3. Create the spool directory and error log file registered to /etc/printcap file.
Example: To create the spool directory “Printer1” and error log file
“Printer1_errs”.
# mkdir /var/spool/lpd/Printer1 Create the spool directory
# touch /var/spool/lpd/Printer1/Printer1_errs Create the error log file
# chown -R daemon /var/spool/lpd/Printer1 Change the owner to daemon
# chgrp -R daemon /var/spool/lpd/Printer1 Change the group to daemon
4. Start Printing.
A. Use the "lp" command.
- # lp -d Printer1 <Print file name>
- # lp -d Printer2 <Print file name>
B. Use the “lpr” command.
- # lpr -P Printer1 <print file name>
- # lpr -P Printer2 <Print file name>
5.4 Using the Server on RedHat Linux (Fedora Core)
In the RedHat (Fedora Core) x-window user interface, do the steps as follows:
1. To start the application, select Main Menu button (on the Panel)->
Applications->System Settings -> Printing.
33