Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2024 11:32:00 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        Jon Clausen <freebsd-questions@ymmv.dk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: serial, basic stuff
Message-ID:  <86cyqj9i3z.fsf@ltc.des.dev>
In-Reply-To: <qt4oy4bc55x5bvhtaidhlbjdy3ozn672ajdgeqopgecbbh73mk@z3snuou3svxq> (Jon Clausen's message of "Sun, 21 Apr 2024 11:06:38 %2B0200")
References:  <gcd5reiiuzwmkqi5gxanpew4rhmzrznkadcowklomgdwuv4cds@bax2zezoxiq7> <86le57ajwa.fsf@ltc.des.dev> <qt4oy4bc55x5bvhtaidhlbjdy3ozn672ajdgeqopgecbbh73mk@z3snuou3svxq>

next in thread | previous in thread | raw e-mail | index | archive | help
Jon Clausen <freebsd-questions@ymmv.dk> writes:
> In the meantime I realised that there is at least one complication with my
> idea of "the simple setup" (where jh05:port0 <-> jh06:port0)
>
> On both systems getty is already 'listening' on ttyu0.

Yes, because both systems have a serial console enabled on port 0, so
you need to use port 1 to dial out (to port 0 on the other end), or
disable the serial console on either or both (add `console=3D"vidconsole"`
to /etc/loader.conf, make sure you don't have `-D`, `-P`, or `-h` in
/boot.config or /boot/config) and make sure getty is running on port 1
instead (change `onifconsole` to `on` on the ttyu1 line in /etc/ttys).

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86cyqj9i3z.fsf>