TRENDnet TE100-MP1U User Manual
Page 39

39
: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: Server Name for the remote printer. Enter the Server 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
-
# lp -d Printer2
B. Use the “lpr” command.
-
# lpr -P Printer1
-
# lpr -P Printer2
5.4
Using the Server on RedHat Linux (Fedora Core)
In the RedHat (Fedora Core) x-window user interface, follow these steps:
1. To start the application, select Main Menu button (on the Panel)->
Applications->System Settings -> Printing.