From owner-freebsd-usb@FreeBSD.ORG Fri Oct 21 21:51:39 2011 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C508106564A for ; Fri, 21 Oct 2011 21:51:39 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6439E8FC0A for ; Fri, 21 Oct 2011 21:51:38 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id AAA14826; Sat, 22 Oct 2011 00:40:05 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1RHMov-000Mzb-GJ; Sat, 22 Oct 2011 00:40:05 +0300 Message-ID: <4EA1E6B4.4030607@FreeBSD.org> Date: Sat, 22 Oct 2011 00:40:04 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111002 Thunderbird/7.0.1 MIME-Version: 1.0 To: Mike Tancsa References: <4EA1E1B5.9050901@sentex.net> In-Reply-To: <4EA1E1B5.9050901@sentex.net> X-Enigmail-Version: undefined Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 21 Oct 2011 22:12:02 +0000 Cc: freebsd-usb@FreeBSD.org Subject: Re: serial console on USB ? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2011 21:51:39 -0000 on 22/10/2011 00:18 Mike Tancsa said the following: > I came across a thread mentioning potential patches being added a while > back to allow for the console to work with USB, but I am not able to get > it to work with RELENG_8 > > If I just add > > ttyU0 "/usr/libexec/getty std.9600" vt100 on secure > > I can login to the box no problem. But That does not show bootup access > via the serial console. Is there a way to enable that ? I don't believe so. USB subsystem depends on so many kernel services that USB drivers become functional quite late in the boot process. -- Andriy Gapon