From owner-freebsd-usb@FreeBSD.ORG Mon Dec 16 07:03:25 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 CFF2AA45 for ; Mon, 16 Dec 2013 07:03:25 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 88FCD1E38 for ; Mon, 16 Dec 2013 07:03:25 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id 66B4410059E; Mon, 16 Dec 2013 08:03:12 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 0056C8F9BE1; Mon, 16 Dec 2013 08:03:52 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zu+ixb0MvopE; Mon, 16 Dec 2013 08:03:42 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 6519D8F9BDB; Mon, 16 Dec 2013 08:03:42 +0100 (CET) Message-ID: <52AEA5EB.7020003@bitfrost.no> Date: Mon, 16 Dec 2013 08:04:11 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: FreeBSD Mailing List , freebsd-usb@freebsd.org Subject: Re: Cannot boot from USB devices on hardware with VIA chipset References: <20131216002941.GA3083@weatherwax> In-Reply-To: <20131216002941.GA3083@weatherwax> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 07:03:25 -0000 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. > > This is the last text shown on the screen: > > ugen3.1: at usbus3 > 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 > Timecounter "TSC" frequency 997522552 Hz quality 1000 > Root mount waiting for: usbus3 > uhub3: 6 ports with 6 removable, self powered > Root mount waiting for: usbus3 > > Disabling USB 2.0 in the BIOS produces this: > > Timecounter "TSC" frequency 997522552 Hz quality 1000 > Root mount waiting for: usbus2 > ugen2.2: at usbus2 > umass0: on usbus2 > umass0: SCSI over Bulk-Only; quirks = 0x0000 > umass0:2:0:-1: Attached to scbus2 > Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... > mountroot: waiting for device /dev/iso9660/FREEBSD_INSTALL > cd0 at umass-sim0 bus 0 scbus2 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 1.000MB/s transfers > cd0: cd present [204533 x 2048 byte records] > cd0: quirks=0x10<10_BYTE_ONLY> > > and then nothing else happens. > > Release 8.4 is the first release to show this problem. 7.4 and 8.1-3 works > fine, while 8.4 and all 9.x and 10.0 beta fails. > > I've asked about it on the forums, and one of the replies reported similar > problems on another motherboard using a VIA chipset. > The thread is available here: > http://forums.freebsd.org/viewtopic.php?f=4&t=43600 > > Any ideas? Hi, Might be an IRQ hang problem. Did you try booting without ACPI and SAFE mode? --HPS