From owner-freebsd-current@FreeBSD.ORG Thu Oct 14 20:48:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8B2816A4CE for ; Thu, 14 Oct 2004 20:48:29 +0000 (GMT) Received: from freebee.digiware.nl (dsl439.iae.nl [212.61.63.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BA143D1F for ; Thu, 14 Oct 2004 20:48:28 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from [212.61.27.71] (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with ESMTP id i9EKmQ9S030039; Thu, 14 Oct 2004 22:48:26 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <416EE61B.6050909@withagen.nl> Date: Thu, 14 Oct 2004 22:48:27 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Emanuel Strobl References: <200410142232.00618.Emanuel.Strobl@gmx.net> In-Reply-To: <200410142232.00618.Emanuel.Strobl@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: BETA7 sio "options CONSPEED" not working? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 20:48:30 -0000 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