From owner-freebsd-questions@FreeBSD.ORG Mon Nov 28 06:24:57 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 353C41065670 for ; Mon, 28 Nov 2011 06:24:57 +0000 (UTC) (envelope-from fritz-bounce@frell.theremailer.net) Received: from frell.theremailer.net (unknown [IPv6:2002:d527:dd40:9:ecca:15b5:eeb:45]) by mx1.freebsd.org (Postfix) with ESMTP id 41D2F8FC12 for ; Mon, 28 Nov 2011 06:24:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=frell.theremailer.net; s=remailer; h=Date:Message-ID:Subject:Comments:From; bh=K6nkVN1fCq5wXAVyqRZS4pgPr8aw3RqTKUKycWXKIkg=; b=ALdBNJRs9qLav30zetRPaLmES1E/ylHW98qwaODrEHAjM0KRfTI9h/y4Cfac4QuVyyd0bbo27DcyxiStyrDMCuhs6Rl92YkM4h0ZcVIoFIEubCjTGsNhXTwwSFJGHMa1RI/GnLg/nuRkz8y03bgbVhfNot1NzMao4x8rzAe0Zu+KVXQOHohZvvgqUMAfh8F046NUdQoJ+xozBhQqq8VHsCDHUHHPRa9H7jAOxFeESLAcRQA2Jf2t5TD3NWZHzPOiu/PhDISRQa6F3Bq2KtVU6jLGpCOlM9xlyZHZtetiqe4E2rejZBK0MPqBIjlhOS0XZvG37omllE3AW6whNthUq0Y=; Received: by frell.theremailer.net with local (Exim) id 1RUubD-0004xS-AJ for freebsd-questions@freebsd.org envelope-sender fritz-bounce@frell.theremailer.net; Mon, 28 Nov 2011 07:21:55 +0100 From: Fritz Wuehler Comments: This message did not originate from the Sender address above. It was remailed automatically by anonymizing remailer software. Please report problems or inappropriate use to the remailer administrator at . Identifying the real sender is technically impossible. To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: <41a4771373ced651fd5aaceea610af83@msgid.frell.theremailer.net> Precedence: anon Date: Mon, 28 Nov 2011 07:21:55 +0100 Subject: Re: problem in changing serial console speed! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 06:24:57 -0000 > 1- change /boot.config: add -S*speed > > *2- change /boot/loader.conf: add following lines > boot_multicons="YES" > boot_serial="YES" > comconsole_speed="115200" > console="comconsole,vidconsole" > > 3- change /etc/ttys as follows: > ttyu0 "/usr/libexec/getty std.115200" vt100 on secure > > none of the above methods worked and only changing /etc/makefile had an > effect on serial console speed which is not appropriate. > Is there anything else should be take in to consideration in any of the > ways? What am I missing? I don't know but I do know a real VT100 won't run at 115,200 unless you drop it out of an airplane. Are you using a physical terminal or an emulator? If an emulator you often have to match up the emulator speed and parity settings etc. to the host settings. Alas my Sun boxes only run at 9,800 over serial even though minicom itself could do alot more.