Date: Thu, 15 May 2003 10:29:53 +1000 (EST) From: Andy Farkas <andyf@speednet.com.au> To: Paul Gobble <paul.gobble@sbox.net> Cc: freebsd-questions@freebsd.org Subject: Re: Help settting up Serial Terminal Message-ID: <20030515102407.A72620-100000@hewey.af.speednet.com.au> In-Reply-To: <568A333A-864D-11D7-AB35-00039383BC88@sbox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 14 May 2003, Paul Gobble wrote:
> On the FreeBSD box I've edited the etc/ttys as below
> root# vim /etc/ttys
> .
> .
> .
> # Serial terminals
> # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
> ttyd0 "/usr/libexec/getty std.19200" vt100 on insecure
> ttyd1 "/usr/libexec/getty std.19200" vt100 on insecure
> ttyd2 "/usr/libexec/getty std.9600" dialup off secure
> ttyd3 "/usr/libexec/getty std.9600" dialup off secure
> .
> .
> .
The ttyd* devices need Carrier Detect signal to work.
Try using these instead:
cuaa0 "/usr/libexec/getty std.19200" vt100 on insecure
cuaa1 "/usr/libexec/getty std.19200" vt100 on insecure
ttyd0 "/usr/libexec/getty std.19200" vt100 off insecure
ttyd1 "/usr/libexec/getty std.19200" vt100 off insecure
Don't forget to 'kill -HUP 1'.
--
:{ andyf@speednet.com.au
Andy Farkas
System Administrator
Speednet Communications
http://www.speednet.com.au/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030515102407.A72620-100000>
