Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2005 03:36:58 +0100
From:      Ian Dowse <iedowse@iedowse.com>
To:        othermark <atkin901@yahoo.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: serial ttys broken? 
Message-ID:  <200509230336.aa89488@nowhere.iedowse.com>
In-Reply-To: Your message of "Tue, 20 Sep 2005 07:27:13 PDT." <dgp681$o48$1@sea.gmane.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <dgp681$o48$1@sea.gmane.org>, othermark writes:
>I probably should have piped up on -current, but yes, serial console is
>'different' after the recent changes went into the boot loader.
>
>-P  in /boot.config and the following in /etc/make.conf
>
>BOOT_COMCONSOLE_PORT=0x3F8
>BOOT_COMCONSOLE_SPEED=115200
>
>used to be enough for my boxes to work, but now (of course, only after a
>installworld for the bootloader) the following in /boot/loader.conf
>
>console=comconsole
>comconsole_speed=115200
>
>seems to be required for serial console to work.

Does reinstalling boot2 help (e.g. disklabel -B ad0s1)? Previously
both boot2 and loader would independently pick up the BOOT_COMCONSOLE_SPEED
setting and apply it, but after the recent changes the loader will
use the setting from boot2 if a serial console has been selected
(-h or -P).

What wasn't working without the above loader.conf lines BTW? Was
it just the speed that was wrong, or did the kernel not use a
serial console at all?

Ian



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