From owner-freebsd-questions Sun Oct 21 9:42: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from quartz.bos.dyndns.org (quartz.bos.dyndns.org [66.37.218.198]) by hub.freebsd.org (Postfix) with ESMTP id F31C337B403 for ; Sun, 21 Oct 2001 09:42:06 -0700 (PDT) Received: from localhost (twilde@localhost) by quartz.bos.dyndns.org (8.11.5/8.11.5) with ESMTP id f9LGg4l24716; Sun, 21 Oct 2001 12:42:04 -0400 (EDT) Date: Sun, 21 Oct 2001 12:42:03 -0400 (EDT) From: Tim Wilde X-X-Sender: twilde@quartz.bos.dyndns.org To: Juergen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fast serial console In-Reply-To: <003401c15a02$e8907420$01a8a8c0@gate> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 20 Oct 2001, Juergen wrote: > I have problems to get the serial console to run with 115200baud. > > I have added these lines in my kernel: > > options CONSPEED=115200 > device sio0 at isa? port IO_COM1 flags 0x10 irq 4 I believe you're missing one thing here, though not in the kernel; you also need: BOOT_COMCONSOLE_SPEED=115200 in /etc/make.conf , and then you need to re-compile your boot blocks. See the handbook, specifically http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html , for more instructions if you haven't already checked it out. Tim Wilde -- Tim Wilde twilde@dyndns.org Systems Administrator Dynamic DNS Network Services http://www.dyndns.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message