From owner-freebsd-questions@FreeBSD.ORG Sat Jan 17 20:24:14 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7698AA1E for ; Sat, 17 Jan 2015 20:24:14 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 29EBC3F7 for ; Sat, 17 Jan 2015 20:24:13 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t0HKOCm6026838 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 17 Jan 2015 13:24:12 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t0HKOCAZ026835; Sat, 17 Jan 2015 13:24:12 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 17 Jan 2015 13:24:12 -0700 (MST) From: Warren Block To: Christian Weisgerber Subject: Re: FBSD 10.1 + serial access (broken?) In-Reply-To: Message-ID: References: <54B82EC9.8050403@ifdnrg.com> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 17 Jan 2015 13:24:12 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2015 20:24:14 -0000 On Sat, 17 Jan 2015, Christian Weisgerber wrote: > On 2015-01-15, Paul Macdonald wrote: > >> Can anyone confirm working serial console access on 10.1, > > Works for me with a Soekris net5501. > > The one annoying problem I have with this setup is that the machine > will not reboot if the console isn't hooked up to a terminal. > Judging from the point where it continues when I plug in a cable, > boot(8) appears to be stuck without DCD and/or DSR. Can't those be tied together on the computer side to fake it? (It's been years--intentionally--since I've wired up a serial cable, so the details might be a bit off.)