From owner-freebsd-questions Sun Jun 3 20:54:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from opus.sandiegoca.ncr.com (tan7.ncr.com [192.127.94.7]) by hub.freebsd.org (Postfix) with ESMTP id D97B037B405 for ; Sun, 3 Jun 2001 20:54:35 -0700 (PDT) (envelope-from chuckr@opus.sandiegoca.ncr.com) Received: from localhost (chuckr@localhost) by opus.sandiegoca.ncr.com (8.11.1/8.11.1) with ESMTP id f543vjD52927; Sun, 3 Jun 2001 20:57:45 -0700 (PDT) (envelope-from chuckr@opus.sandiegoca.ncr.com) Date: Sun, 3 Jun 2001 20:57:45 -0700 (PDT) From: Chuck Rouillard To: Drew Tomlinson Cc: FreeBSD Questions Subject: Re: Serial Console Questions In-Reply-To: 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 Sun, 3 Jun 2001, Drew Tomlinson wrote: > Is there a way to increase the speed of my serial console from the > default of 9600 without recompiling the kernel? I checked the handbook > and read about adding a few lines to /etc/make.conf. Then it said to > recompile the "boot blocks" but did not say how to do so. So how do I > just recompile the boot blocks? > > Also, the had book talked about creating /boot.config and adding an "-h" > option. And it also talked about adding "set console=comconsole" in > /boot/loader.conf. What is the difference between the two ways of doing > it? I think I would like to have my serial console available as early > in the boot process as possible. What is the best way? [snip] I believe this will work for you as long as you use sio0 (spelled COM1 by some people). Set: `BOOT_COMCONSOLE_SPEED=' in /etc/make.conf, where is something like 38400, 57600, or 115200. Then recompile and install the boot blocks as: # cd /usr/src/sys/boot/i386/boot2 # make # make install Edit /etc/ttys for the correct speed and term-type. For example: ttyd0 "/usr/libexec/getty std.115200" vt220 on secure .cr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message