Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2003 11:41:10 +1000 (EST)
From:      Andy Farkas <andyf@speednet.com.au>
To:        Ryan Merrick <sandshrimp@attbi.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Serial Console woes
Message-ID:  <20030512112951.V33851-100000@hewey.af.speednet.com.au>
In-Reply-To: <3EBEF59A.70009@attbi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 11 May 2003, Ryan Merrick wrote:

> >>I am trying to setup a serial console between two freebsd 4.8 boxes.
> >>The cable is known good and has been tested on a master power with
> >>#tip cuaa0b.

A break-out box (with LEDs) comes in handy for these situations...

> I have changed my ttys to:
> ttyd0   "/usr/libexec/getty std.9600"   xterm   on insecure
>

I believe ttyd* devices require Carrier Detect signal to work properly.

Try this in the host's /etc/ttys instead:

 cuaa0   "/usr/libexec/getty std.9600"   xterm   on insecure

Dont 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?20030512112951.V33851-100000>