From owner-freebsd-usb@freebsd.org Sun Oct 9 18:15:22 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F8FCC078C5 for ; Sun, 9 Oct 2016 18:15:22 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [IPv6:2001:418:3fd::f7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E65B69D for ; Sun, 9 Oct 2016 18:15:21 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [10.100.0.31] (haymarket.m5p.com [10.100.0.31]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id u99IFED5078373; Sun, 9 Oct 2016 14:15:19 -0400 (EDT) (envelope-from george+freebsd@m5p.com) To: freebsd-usb@freebsd.org From: George Mitchell Subject: 10-1-RELEASE xhci failure Message-ID: <67977dec-dcad-5638-a156-9aa249f54094@m5p.com> Date: Sun, 9 Oct 2016 14:15:14 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.73 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [10.100.0.247]); Sun, 09 Oct 2016 14:15:20 -0400 (EDT) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2016 18:15:22 -0000 I have an Acer Aspire E15, with one allegedly USB 3.0 capable port and a Western Digital USB 3.0 drive; but they don't talk to each other. After plugging it in, usbconfig shows that there is a: ugen0.2: at usbus0, cfg=255 md=HOST spd=SUPER (5.0Gbps) pwr=ON (224mA) connected, but it does not attach to the umass driver. I turned on all the USB debugging sysctls I could find, and here's the portion of the system log: http://m5p.com/~george/10.1-RELEASE-p35-xhci-messages Have there been improvements in the xhci driver between 10.1 and 10.3 that might relate to the problem? The drive works on the USB 2.0 ports, but of course much more slowly than I assume it would in USB 3.0 mode. I am not subscribed to the freebsd-usb list, so please cc me on your reply. -- George