Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2001 12:42:03 -0400 (EDT)
From:      Tim Wilde <twilde@dyndns.org>
To:        Juergen <juergen@ek-p.de>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Fast serial console
Message-ID:  <Pine.GSO.4.40.0110211239590.21264-100000@quartz.bos.dyndns.org>
In-Reply-To: <003401c15a02$e8907420$01a8a8c0@gate>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.40.0110211239590.21264-100000>