User`s guide
Table Of Contents
- TABLE OF CONTENTS
- Chapter 1 How to Configure TCP/IP printing for Unix Systems
- Chapter 2 How to Configure TCP/IP printing for Windows NT, LAN Server and OS/2 Warp Server
- Chapter 3 How to Configure Peer-to-Peer Printing for Windows 95/98
- Chapter 4 How to Configure Peer-to-Peer (NetBIOS) printing for Windows 95/98/NT, LAN Server and OS/2 Warp Server
- Chapter 5 How to Configure Brother Internet Print for Windows 95/98/NT
- Chapter 6 How to Configure Novell Netware printing using IPX/SPX
- General Information
- Creating a Print Queue Using BRAdmin32
- Configuring the Brother Print Server (Queue Server Mode in Bindery emulation mode) using BRAdmin32
- Configuring the Brother Print Server (Queue Server Mode in NDS mode) using BRAdmin32
- Configuring the Brother Print Server (Queue Server Mode in NDS mode) using Novell NWADMIN and BRAdmin32
- Configuring the Brother Print Server (Remote Server Mode in NDS mode) using Novell NWAdmin and BRAdmin32
- Configuring the Brother Print Server (Queue Server Mode in Bindery emulation mode) using PCONSOLE and BRCONFIG
- Configuring the Brother Print Server (Queue Server Mode in NDS mode) using PCONSOLE and BRCONFIG
- Configuring the Brother Print Server (Remote Printer Mode using PCONSOLE and BRCONFIG
- Testing the Print Queue
- Configuring the Workstation (DOS-based NetWare drivers)
- Configuring the Workstation (Windows 3.1x)
- Configuring the Workstation (Windows 95/98)
- Chapter 7 How to Configure Macintosh printing using Appletalk
- Chapter 8 How to Configure DLC/LLC printing for Windows NT
- Chapter 9 How to use the Web based management function
- Chapter 10 TROUBLESHOOTING
- Overview
- Installation problems
- Intermittent Problems
- TCP/IP Troubleshooting
- UNIX Troubleshooting
- Windows NT/LAN Server (TCP/IP) Troubleshooting
- Windows 95/98 Peer to Peer Print (LPR) Troubleshooting
- Windows 95/98 (or later) Peer-to-Peer (HP JetAdmin compatible method) Troubleshooting
- Windows 95/98/NT 4.0 Peer-to-Peer Print (NetBIOS) Troubleshooting
- Internet Print (TCP/IP) Troubleshooting
- Novell NetWare Troubleshooting
- AppleTalk Troubleshooting
- DLC/LLC Troubleshooting
- Web Browser Troubleshooting (TCP/IP)
- APPENDIX
- INDEX
1-3
3.
ā Note
This step applies to the majority of UNIX systems, including Sun OS (but not Solaris 2.xx),
Silicon Graphics (lpr/lpd option required), DEC ULTRIX, DEC OSF/1, and Digital UNIX.
SCO UNIX users should follow these steps, but should also refer to the SCO UNIX
Configuration section. Users of RS/6000 AIX, HP/UX, Sun Solaris 2.xx, and other systems
that do not use the printcap file.
Configure the
/etc/printcap
file on each host computer to specify the local print
queue, the print server name (also called remote machine or rm), and the print server
service name (also called remote printer, remote queue, or rp), and the spool directory.
An example of a typical
printcap
file:
laser1|Printer on Floor 1:\
:lp=:\
:rm=BRN_310107:\
:rp=TEXT_P1_TX:\
:sd=/usr/spool/lpd/laser1:
ā Note
Make sure this information is added to the end of the
printcap
file. Also make sure that the
last character in the printcap file is a colon ":"
This will create a queue named
laser1
on the host computer that communicates to a
Brother print server with a node name
(rm)
of BRN_
310107
and a service name
(rp)
of
TEXT_P1_ TX printing text files to a Brother printer through spool directory
/usr/spool/lpd/laser1
. If you are printing binary graphics files, you would use
the service BINARY_P1 instead of TEXT_P1_ TX.
ā Note
The
rm
and
rp
options are not available on some UNIX systems, so if necessary check your
documentation (or man pages) to determine the equivalent options.
Users of Berkeley-compatible UNIX systems can use the lpc command to obtain the
printer status:
%lpc status
laser1:
queuing is enabled
printing is enabled
no entries
no daemon present
Users of AT&T-compatible UNIX systems can generally use the
lpstat
or
rlpstat
commands to obtain similar status information. Because this procedure varies from system
to system, refer to your system documentation for the exact usage.