From owner-freebsd-usb@FreeBSD.ORG Mon Dec 16 18:38:57 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78F2A523 for ; Mon, 16 Dec 2013 18:38:57 +0000 (UTC) Received: from ridcully.chelys.dk (4804ds3-arsy.0.fullrate.dk [90.185.36.133]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9D21DFB for ; Mon, 16 Dec 2013 18:38:56 +0000 (UTC) Received: from localhost (weatherwax [192.168.0.2]) by ridcully.chelys.dk (Postfix) with ESMTPSA id E82A8A6C2E for ; Mon, 16 Dec 2013 19:39:37 +0100 (CET) Date: Mon, 16 Dec 2013 19:35:57 +0100 From: FreeBSD Mailing List To: freebsd-usb@freebsd.org Subject: Re: Cannot boot from USB devices on hardware with VIA chipset Message-ID: <20131216183557.GA2590@weatherwax> References: <20131216002941.GA3083@weatherwax> <52AEA5EB.7020003@bitfrost.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52AEA5EB.7020003@bitfrost.no> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:38:57 -0000 On Mon, Dec 16, 2013 at 08:04:11AM +0100, Hans Petter Selasky wrote: > On 12/16/13 01:29, FreeBSD Mailing List wrote: > >Hi. > > > >I'm trying to install FreeBSD on a machine with a Jetway NF76 motherboard, > >which is using the VIA Nano processor and VX800 chipset. > >No matter which USB device type I try (memory stick, CDROM drive, hard drive > >masquerading as CDROM drive), the boot process hangs before reaching the > >installation screen, with what looks to me like a USB problem. > > ... > > Might be an IRQ hang problem. Did you try booting without ACPI and > SAFE mode? Booting without ACPI produces the message Root mount waiting for: usbus3 a number of times, interspersed with usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT and usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_TIMEOUT, ignored) , before giving up and presenting me with the prompt to specify the boot device manually. It doesn't show any available devices, though. Enabling safe mode doesn't even get me as far as the original attempt. The last lines shown are these: uhub3: on usbus3 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered (no "Root mount waiting for: usbus3" message.) It is the same result with and without ACPI.