From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A973113873B for ; Tue, 4 Mar 2014 01:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1304FE0AF4; Tue, 4 Mar 2014 01:43:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E861E0AB9 for ; Tue, 4 Mar 2014 01:43:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id CACD633F7D6 for ; Tue, 4 Mar 2014 01:43:23 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: 3.739 X-Spam-Level: *** X-Spam-Status: No, score=3.739 tagged_above=-999 required=5.5 tests=[AWL=-0.324, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, FSL_HELO_BARE_IP_2=1.999, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_NUMERIC_HELO=0.865, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FLDSBoYI23RR for ; Tue, 4 Mar 2014 01:43:18 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F414033FB5E for ; Tue, 4 Mar 2014 01:43:17 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WKeO0-0008FZ-V2 for gentoo-user@gentoo.org; Tue, 04 Mar 2014 02:43:12 +0100 Received: from 64.69.39.107 ([64.69.39.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Mar 2014 02:43:12 +0100 Received: from w41ter by 64.69.39.107 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Mar 2014 02:43:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: Unable to access USB3 HDD / Pen drive Date: Mon, 03 Mar 2014 17:43:05 -0800 Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 64.69.39.107 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 In-Reply-To: X-Archives-Salt: 90280dba-b26e-46c8-b30e-9b7f9de5e7e7 X-Archives-Hash: b5757927881afc2d61bf1bade9b76356 On 03/03/2014 10:02 AM, Nilesh Govindrajan wrote: > Something weird is happening, I'm unable to access my USB3 HDD on geek-sources 3.13.5 and 3.10 (both > compiled with same .config; patches enabled: fedora, gentoo, optimize, uksm). But it works on 3.13.2. > > [ 124.985666] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022138b000 > [ 124.985667] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022138b040 > [ 135.091668] usb 2-6: reset SuperSpeed USB device number 3 using xhci_hcd > [ 135.102898] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022138b000 > [ 135.102900] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88022138b040 > [ 151.211415] usb 2-6: reset SuperSpeed USB device number 3 using xhci_hcd > > such things get logged in dmesg. > > Google search tells me that this issue first appeared in 3.10 and then was fixed (?). > Anybody else facing this problem? Solution? I believe that there were some important xhci reversions between 3.13.4 and .5 In fact, until those commits were reverted I had to apply a special patch I got from the linux-usb list. Have you tried gentoo-sources-3.13.4 to see if it works normally?