|> : I've been trying to get a terminal running on my serial card
|> : with the following setttings:
|>
|>
|> this is how the line should look in /etc/inittab
|>
|>
|> # BEWARE: where is your getty? in /bin or in /etc?
|> #
|> c7:123456:respawn:/bin/getty 9600 ttys1
|>
|> ^ ^
|> | |___ note the small 's'
|> | the Large 'S' is supposed to be
|> | for modems but was replaced by
|> | cua...
Mine is
# BEWARE: where is your getty? in /bin or in /etc?
#
c7:123456:respawn:/bin/getty 9600 cua1
with a vt220 compatible terminal. I tried the ttyxx before but it did not
work ( could not login ).
Thilo