From owner-freebsd-questions@FreeBSD.ORG Mon Dec 13 14:51:35 2010 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 1D0741065698 for ; Mon, 13 Dec 2010 14:51:35 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 911B58FC31 for ; Mon, 13 Dec 2010 14:51:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id oBDEpNNB090769; Tue, 14 Dec 2010 01:51:24 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 14 Dec 2010 01:51:23 +1100 (EST) From: Ian Smith To: Bruce Cran In-Reply-To: <20101213135932.0e48f6cd@core.draftnet> Message-ID: <20101214011458.N83735@sola.nimnet.asn.au> References: <20091128113000.BBDF410656E6@hub.freebsd.org> <20091205212857.H34611@sola.nimnet.asn.au> <4B1D0054.4060406@razorfever.net> <20091208003536.H12012@sola.nimnet.asn.au> <20101213135932.0e48f6cd@core.draftnet> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: "Derek \(freebsd lists\)" <482254ac@razorfever.net>, freebsd-questions@freebsd.org, Randi Harper Subject: Re: 8.0-RELEASE-i386-memstick fixit - No USB devices found! 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: Mon, 13 Dec 2010 14:51:35 -0000 On Mon, 13 Dec 2010, Bruce Cran wrote: > On Tue, 8 Dec 2009 00:48:21 +1100 (EST) > Ian Smith wrote: > > > If nothing else, might adding a quick "(try Options/Rescan Devices)" > > to the "No USB devices" message text help some folks out of this > > quandary? > > Since it looks like major work to sysinstall isn't going to happen > I've committed the change to the error message. Thanks Bruce, may it save a little head-scratching. Oh, just in case; that was written before I noticed that there were two of these .. smithi on t23% find . -exec grep -H 'USB devices' {} \; ./install.c: msgConfirm("No USB devices found!"); ./media.c: msgConfirm("No USB devices found!"); cheers, Ian