From owner-freebsd-questions@FreeBSD.ORG Fri Nov 27 14:51:50 2009 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 D69E2106568D for ; Fri, 27 Nov 2009 14:51:50 +0000 (UTC) (envelope-from sektie@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id ACABA8FC1E for ; Fri, 27 Nov 2009 14:51:50 +0000 (UTC) Received: by pwj15 with SMTP id 15so1100419pwj.3 for ; Fri, 27 Nov 2009 06:51:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=XfKCnjmlgNNn9eE106snBraiXaeSiporHnQlu5cFK7g=; b=l0gJ8ZdRGpb2QLQVfJUU1FgqoI+DOeCxdpRUeZK19sxo+kHz0WMk4Zv6FtcBLnQYnN 8vUqmfaQD9S6u4tjPbamfpOSdU9VxSwSwmsjsA1/9hCldflhE43ke4HQWU4TrOfsQEha wlNIFei+i5aub7GgWBIjPkeS/v6paqmajEoB8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=njrCeaeVr84gOA8mIoQZxxy83NHqrA6jgIA0iqjTN7JdgdpvovK66jElRgXWhiQQ1W dq43fSrVUk9lF7JBSVYBShGBgugSaIwO+aPUPFIAql0mgDoB+ciBfiIDhOqMASNCYuil HA3F54YXWpwCsUASFFWivAVJSHEf9jYNFVMEc= MIME-Version: 1.0 Sender: sektie@gmail.com Received: by 10.142.61.23 with SMTP id j23mr105761wfa.299.1259333510194; Fri, 27 Nov 2009 06:51:50 -0800 (PST) In-Reply-To: <4B0FCD78.3010307@razorfever.net> References: <4B0FCD78.3010307@razorfever.net> Date: Fri, 27 Nov 2009 06:51:50 -0800 X-Google-Sender-Auth: e4d2523752d79f07 Message-ID: From: Randi Harper To: "Derek (freebsd lists)" <482254ac@razorfever.net> Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org 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: Fri, 27 Nov 2009 14:51:50 -0000 On Fri, Nov 27, 2009 at 5:00 AM, Derek (freebsd lists) <482254ac@razorfever.net> wrote: > Hi, > > Just wondering if anyone else out there has successfully gotten the > 8.0-RELEASE-i386-memstick fixit prompt up. > > It boots fine, and sysinstall comes up, but I continually get "No USB > devices found!" when I go to the fixit/USB option. > > When I switch to the debug tty, I see da0, and all my device parameters. > > I've even created a second USB stick, and stuck it in and tried. > > No joy. > > Anyways, has anyone successfully gotten the 8.0-RELEASE-i386-memstick fixit > prompt up? > > Thanks! > - Derek That's really weird. I can't say that I've seen this problem. It sounds like you're trying to load the livefs - can you bring up a normal fixit shell prompt and see what entries you have in /dev for da0*? There should be a da0a. Due to sysinstall weirdness, adding this USB support was somewhat of a hack, as it doesn't look for da0 - it looks for da0a. :P -- randi