Subject: Re: login on serial port
To: None <port-atari@netbsd.org>
From: Thomas Gerner <thomas@murmel.camelot.de>
List: port-atari
Date: 05/16/2000 19:58:06
On Sat, May 13, 2000 at 06:44:46PM +0000, JL Meyrial wrote:
> I use NetBSD 1.4 on Atari Falcon.
> I try to configure the serial port to run login.
> The serial port is /dev/ttyA1 and I would like 1200 bds, even parity.
> When I type:
> cu -e -s 1200 -l dtyA1 "dir"
> there is no problem, the direct connection is Ok.
> But when I type on the console (ttye0):
> /usr/libexec/getty minitel ttyA1
> I have the login message on my console (ttye0) and nothing on the serial port.
> I have the following entry in /etc/gettytab:
> minitel|mini-1200:\
> 	:ep:sp#1200:
> 
> Is there anybody to help me? Thanks.

Have you tried to add
ttyA1 "/usr/libexec/getty minitel" vt100 on
to your /etc/ttys and send init a hup signal (kill -1 1)?

Thomas