Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!shlump.nac.dec.com!shodha.enet.dec.com!alan From: alan@shodha.enet.dec.com ( Alan's Home for Wayward Notes File.) Newsgroups: comp.unix.ultrix Subject: Re: Need help setting up LAT Printer on DEC Station 3100 Summary: Assorted setup stuff. Message-ID: <2781@shodha.enet.dec.com> Date: 21 Mar 91 02:23:54 GMT References: <13537@helios.TAMU.EDU> Organization: Digital Equipment Corp. - Colorado Springs, CO. Lines: 61 In article <13537@helios.TAMU.EDU>, kaa2505@rigel.tamu.edu (ACKLEY, KEITH ANTHONY) writes: > I am having problems setting up a LAT Printer on a DEC Station 3100 > running Ultrix 4.1. I have tried to follow the instructions in the > manuals with no luck. > > Thanks > > Keith Ackley At the end the reply is a sample entry for an LN03R. I'll point out some things of particular interest. In general you can get the basic setup done for a support printer using lprsetup. First thing of interest; lp=. Choose what tty special device you want to use. Make sure it's turned off in /etc/ttys. You also need to enable host initiated connects on it. When you start the LAT (probably in /etc/rc.local) use the -h option to enable that tty: /etc/lcp -s -h /dev/tty12 [ other-options ] If the terminal server is restricting access by group code then the host needs to oblige (-g group-code). Next thing of interest is :os=:op=:ts=:. Locally we only have to use op= to specify the port and ts= the terminal server. You may have to provide a value for os= or force it to a null string. You could specify the port and terminal with the -h command, but I find it easier to split them up. The ct= should be "lat". Most everything else is dependent on the printer. # # @(#)printcap 3.1 (ULTRIX) 4/20/90 # # An LN03R. # ps|lp1|1|postscript|PostScript|ln03r:\ :lp=/dev/tty12:\ :os=:op=CXNC03_7:ts=CXNC03:\ :br#9600:\ :fc#0177777:\ :fs#03:\ :mc#20:\ :mx#0:\ :pl#66:\ :pw#80:\ :rw:\ :ct=lat:\ :af=/usr/adm/lpacct/ln03r:\ :if=/usr/lib/lpdfilters/ln03rof:\ :lf=/usr/adm/lperrs/ln03r:\ :of=/usr/lib/lpdfilters/ln03rof:\ :sd=/usr/spool/lpd_ln03r:\ :xf=/usr/lib/lpdfilters/xf:\ :xc#0177777:\ :xs#044000: -- Alan Rollow alan@nabeth.cxn.dec.com