From owner-freebsd-usb@FreeBSD.ORG Thu Mar 15 11:13:25 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63A00106564A for ; Thu, 15 Mar 2012 11:13:25 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nschwmtas02p.mx.bigpond.com (nschwmtas02p.mx.bigpond.com [61.9.189.140]) by mx1.freebsd.org (Postfix) with ESMTP id E0D918FC19 for ; Thu, 15 Mar 2012 11:13:24 +0000 (UTC) Received: from nschwotgx03p.mx.bigpond.com ([124.188.161.100]) by nschwmtas02p.mx.bigpond.com with ESMTP id <20120315111322.UCEY22122.nschwmtas02p.mx.bigpond.com@nschwotgx03p.mx.bigpond.com>; Thu, 15 Mar 2012 11:13:22 +0000 Received: from johnny.reilly.home ([124.188.161.100]) by nschwotgx03p.mx.bigpond.com with ESMTP id <20120315111322.MIAT8126.nschwotgx03p.mx.bigpond.com@johnny.reilly.home>; Thu, 15 Mar 2012 11:13:22 +0000 Date: Thu, 15 Mar 2012 22:13:12 +1100 From: Andrew Reilly To: Hans Petter Selasky Message-ID: <20120315111312.GA35074@johnny.reilly.home> References: <201202272027.39685.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201202272027.39685.hselasky@c2i.net> User-Agent: Mutt/1.4.2.3i X-SIH-MSG-ID: oxA3Etz7TAD0zmQs0WyzOwJxyArnqyN48Z4QX81loRIGTUDCp8DeQ9rHK+ZRvN+kxD9JJhuENGAjaa7mTY3Rs9uK Cc: David.I.Noel@gmail.com, freebsd-usb@freebsd.org Subject: Re: 9.0 - USB init failed err=18 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2012 11:13:25 -0000 Hi, Unrelated, I think, but since Hans is here: Since (I think) the switch-over to 9_STABLE (or at least at about the time of the 9.0 release) my i3 headless server box does not restart (shutdown -r) successfully. When I plug a keyboard and screen into it, to see what is going on, the last thing on the screen is always something about usb. Besides the keyboard (in this situation) the only USB device in the system is an external (WD) hard drive. Anything I can usefully report or analyse to figure out what is going wrong? The present situation isn't immediately fatal, because the hang doesn't seem to happen until all of the file system buffers have been flushed, so the reboot is ultimately clean, but it requires me to reset the box from the switch on the front: not good for doing remotely... USB-related dmesg output includes: ehci0: mem 0xf0522400-0xf05227ff irq 16 at device 26.0 on pci0 usbus0: EHCI version 1.0 usbus0: on ehci0 ehci1: mem 0xf0522000-0xf05223ff irq 23 at device 29.0 on pci0 usbus1: EHCI version 1.0 usbus1: on ehci1 uhub3: 8 ports with 8 removable, self powered Root mount waiting for: usbus1 usbus0 ugen0.3: at usbus0 umass0: on usbus0 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:9:0:-1: Attached to scbus9 da0 at umass-sim0 bus 0 scbus9 target 0 lun 0 da0: Fixed Direct Access SCSI-6 device da0: 40.000MB/s transfers da0: 2861556MB (732558336 4096 byte sectors: 255H 63S/T 45599C) ses0 at umass-sim0 bus 0 scbus9 target 0 lun 1 ses0: Fixed Enclosure Services SCSI-6 device ses0: 40.000MB/s transfers ses0: SCSI-3 SES Device Root mount waiting for: usbus0 ugen0.4: at usbus0 ukbd0: on usbus0 kbd2 at ukbd0 ums0: on usbus0 Root mount waiting for: usbus0 Hmm. Could the ums0: line be an issue there? I've never plugged a mouse into this box. Cheers, -- Andrew On Mon, Feb 27, 2012 at 08:27:39PM +0100, Hans Petter Selasky wrote: > On Monday 27 February 2012 17:59:51 David Noel wrote: > > Since upgrading to 9.0 I've been getting a handful of EHCI-related > > dmesg errors and USB 1.0 performance from my ICH5's 2.0 ports. I > > booted an 8.3 memstick to be certain it wasn't a hardware issue and > > was able to push a few GB over USB at full 2.0 speeds. The system is a > > PowerEdge SC1420 running amd64 (GENERIC); relevant dmesg below: > > > > ... > > ehci0: mem > > 0xcff00000-0xcff003ff irq 23 at device 29.7 on pci0 > > ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 0 vector 54 > > usbus4: EHCI version ff.ff > > usbus4: reset timeout > > usbus4: reset timeout > > ehci0: USB init failed err=18 > > unknown: reset timeout > > device_attach: ehci0 attach returned 6 > > ... > > > > A full "boot -v" can be found here: http://pastebin.com/pXi9kruw > > > > Hi, > > This might have something to do with ACPI USB handover. I think this feature > was supposed to be moved into the loader, but I'm not fully sure. > > http://svnweb.freebsd.org/base?view=revision&revision=224269 > > --HPS > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org"