From owner-freebsd-questions@FreeBSD.ORG Sun Nov 11 01:38:56 2007 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 0F10516A419 for ; Sun, 11 Nov 2007 01:38:56 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id BCC1213C48E for ; Sun, 11 Nov 2007 01:38:55 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id lAB1cW9d081932; Sat, 10 Nov 2007 18:38:32 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id lAB1cW5s081929; Sat, 10 Nov 2007 18:38:32 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 10 Nov 2007 18:38:32 -0700 (MST) From: Warren Block To: Jerahmy Pocott In-Reply-To: <207315CA-A46D-4715-8EFD-A0E425FC7465@optusnet.com.au> Message-ID: <20071110181853.L81849@wonkity.com> References: <207315CA-A46D-4715-8EFD-A0E425FC7465@optusnet.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Sat, 10 Nov 2007 18:38:32 -0700 (MST) Cc: FreeBSD Questions Subject: Re: USB Console? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2007 01:38:56 -0000 On Sat, 10 Nov 2007, Jerahmy Pocott wrote: > I was wondering if there is any way to put the console on a USB port? > Since serial and parallel ports are becoming things of the past and > many systems don't come with them any more.. > > Serial console on USB? The boot console? Probably not. Logging in to a booted system should work. I actually just got a PL2303 USB-to-serial adapter: http://www.newegg.com/product/product.asp?item=N82E16812149115 It shows up when the uplcom module is loaded. ucom creates /dev/cuaU0, which could be entered in /etc/ttys. (Rule #1 of serial: no matter how many cables and adapters you have, none will be correct and you will eventually have to buy or build one. That's why I haven't tested this yet.) -Warren Block * Rapid City, South Dakota USA