From owner-freebsd-usb@FreeBSD.ORG Thu Jul 31 16:10:49 2014 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 A7ED27DC; Thu, 31 Jul 2014 16:10:49 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6917424E2; Thu, 31 Jul 2014 16:10:49 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id E43DC1FE027; Thu, 31 Jul 2014 18:10:46 +0200 (CEST) Message-ID: <53DA6AA2.9020701@selasky.org> Date: Thu, 31 Jul 2014 18:11:14 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: sbruno@freebsd.org, freebsd-usb Subject: Re: Random issues with xhci References: <1406822044.1364.1.camel@bruno> In-Reply-To: <1406822044.1364.1.camel@bruno> 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.18 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 16:10:49 -0000 Best way to debug is to log all USB traffic: usbdump -i usbusX -s 65536 -w usblog.pcap Then try to see if there are any USB errors happening before the XHCI controller resets. Thank you! --HPS