Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2008 13:02:49 GMT
From:      David Naylor <naylor.b.david@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/126971: loader/kernel does not obay comconsole_speed
Message-ID:  <200808301302.m7UD2n6d028283@www.freebsd.org>
Resent-Message-ID: <200808301310.m7UDA2DK033476@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126971
>Category:       misc
>Synopsis:       loader/kernel does not obay comconsole_speed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 30 13:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     David Naylor
>Release:        8-Current
>Organization:
Private
>Environment:
FreeBSD dragonmini.dg 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Aug 26 20:30:23 SAST 2008     root@dragonmini.dg:/tmp/usr/src/sys/GENERIC  i386
>Description:
When using serial to interact with FreeBSD (via console="comconsole" and/or boot_multicons="YES") the connection speed is fixed at 9600 and cannot be increased via comconsole_speed="115200".  Any attempt to connect at a speed greater than 9600 results in nothing being shown.
>How-To-Repeat:
Set the following in loader.conf:
boot_multicons="YES"
boot_serial="YES"

comconsole_speed="115200"
console="comconsole,vidconsole"

then connect using:
# cu -l /dev/cuaU0 -s 115200

(no output shown unless -s is omitted)
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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