Date: Wed, 12 Nov 2008 15:46:27 -0800 From: Marcel Moolenaar <xcllnt@mac.com> To: Anton Yuzhaninov <citrin@citrin.ru> Cc: freebsd-current@FreeBSD.org Subject: Re: serial console in current Message-ID: <EA981DDA-3F8C-4507-B621-E88F8610D441@mac.com> In-Reply-To: <491B3161.7000808@citrin.ru> References: <491B3161.7000808@citrin.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 12, 2008, at 11:41 AM, Anton Yuzhaninov wrote: > How to setup serial console in current? > > Settings, which works in RELENG_7, no longer help in CURRENT. > > $ cat /boot.config > -P > $ fgrep ttyu0 /etc/ttys > ttyu0 "/usr/libexec/getty std.9600" cons25 on secure ^^^^^^^^^ You probably want to make that vt100... > $ dmesg | fgrep uart > uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on > acpi0 > uart0: [FILTER] > uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 > uart1: [FILTER] The low-level console is not serial. You want to see something like: uart0: console (115200,n,8,1) -- Marcel Moolenaar xcllnt@mac.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EA981DDA-3F8C-4507-B621-E88F8610D441>