Kenneth Kline schrieb:
> 
> I got a DEC 520 terminal and I would like to hook it up to my linux box via a serial 
>connections.  I haven't looked to hard but are their any howto's on the subject?
> 
> 1.  I got my inintab containing entries for both my serial portss 
>     ttyS0 & ttyS1.

I have my wyse WY-55/ES terminal connected to ttyS1, so here my 
/etc/inittab entry:

+-------------------------------------------------
|S1:2345:respawn:/sbin/getty ttyS1 DT19200 vt220
+-------------------------------------------------

> 2.  I run ps -aux and my 8 terminals are running tty1-6,ttyS0,ttyS1.

mine to ;-)

> 3.  Securetty?  what does that do? currently no entries for ttyS0,ttyS1.

That means you trust your serial connection: computer <-> terminal (as you 
send raw, easy to sniff data) and allow root to log on there directly on 
login prompt.

> 4.  /etc/mgetty+sendfax/mgetty.config

my /etc/gettydefs contains:
+-------------------------------------------------
| 19200# B19200 CS8 CRTSCTS # B19200 SANE -ISTRIP HUPCL CRTSCTS #@S login: 
+-------------------------------------------------

and I changed /etc/rc.d/rc.local to contain:
+-------------------------------------------------
|   # This will overwrite /etc/issue at every boot.  So, make any changes you
|   # want to make to /etc/issue here or you will lose them when you reboot.
|
|   if [ -x /usr/bin/linux_logo ];then
|       /usr/bin/linux_logo -c -n -f -o 2 > /etc/issue
|       echo "" >> /etc/issue
|       /usr/bin/linux_logo -a -c -n -f -o 2 > /etc/issue.ttyS1
|       echo "" >> /etc/issue.ttyS1
|   else
|       > /etc/issue
|   fi                                                                          
+-------------------------------------------------

> 5. I configured the terminl to vt-100 at 19,200 on com1 in the terminal, 
>    is their anything else I am missing?

Mine: vt 220-7, 19200, ISO LATIN-1 char set.
 
> possibly my cable isn't serial?

Dunno, works perfectly here ...

-- 
                                                        _     
Tschüss und bis demnächst/à bientôt,                  _|_|_   
                                                       (")   *
                                    Stefan             /v\  / 
                                                     /(   )X  Penguin Powered!
+------------------------------------+----------------(m-m)------------------+
| Stefan Siegel                      | http://www.student.uni-kl.de/~siegel/ |
| Kurt-Schumacher-Str. 34 / App. 144 | mailto:[EMAIL PROTECTED]      |
| D-67663 Kaiserslautern             | PGP Public Key:                       |
| Tel.: +49-631-18269                |   finger -l [EMAIL PROTECTED]   |
+------------------------------------+---------------------------------------+

Reply via email to