Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2004 22:48:27 +0200
From:      Willem Jan Withagen <wjw@withagen.nl>
To:        Emanuel Strobl <Emanuel.Strobl@gmx.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: BETA7 sio "options CONSPEED" not working?
Message-ID:  <416EE61B.6050909@withagen.nl>
In-Reply-To: <200410142232.00618.Emanuel.Strobl@gmx.net>
References:  <200410142232.00618.Emanuel.Strobl@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Emanuel Strobl wrote:

>Hello,
>
>I recompiled a kernel with options conspeed=115200 but console still has 9600 
>set, also defining "std.115200" in /etc/ttys doesn't change the login 
>consoles speed.
>
>Am I missing something?
>  
>
I remember trying all kinds of things too.

I've got:
BOOT_COMCONSOLE_SPEED= 115200
BOOT_COMCONSOLE_PORT=   0x3F8
CONSPEED=115200

in /etc/make.conf

and in /etc/ttys:
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
ttyd0   "/usr/libexec/getty std.115200" vt220   on  secure

But make shure to 'kill -1 1' to have init reread the ttys-table

I've also switched the debugger flag on in /boot/device.hints:
hint.sio.0.flags="0x30"

--WjW



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