From owner-freebsd-current@FreeBSD.ORG Wed Nov 12 23:46:28 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71A66106567B for ; Wed, 12 Nov 2008 23:46:28 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout022.mac.com (asmtpout022.mac.com [17.148.16.97]) by mx1.freebsd.org (Postfix) with ESMTP id 5BF6F8FC14 for ; Wed, 12 Nov 2008 23:46:28 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp022.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0KA8006PAVDFK210@asmtp022.mac.com> for freebsd-current@FreeBSD.org; Wed, 12 Nov 2008 15:46:28 -0800 (PST) Message-id: From: Marcel Moolenaar To: Anton Yuzhaninov In-reply-to: <491B3161.7000808@citrin.ru> Date: Wed, 12 Nov 2008 15:46:27 -0800 References: <491B3161.7000808@citrin.ru> X-Mailer: Apple Mail (2.929.2) Cc: freebsd-current@FreeBSD.org Subject: Re: serial console in current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2008 23:46:28 -0000 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