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 C79561381F3 for ; Wed, 29 May 2013 19:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57597E09C1; Wed, 29 May 2013 19:17:07 +0000 (UTC) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02A29E09A4 for ; Wed, 29 May 2013 19:17:05 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id m6so3870936wiv.17 for ; Wed, 29 May 2013 12:17:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WXUjsQY0goJELB6UeLcmkKlGiVfDadzpls4FZoDc2Xs=; b=Lpq9/97xseZ44D4Nf0QpLREiqQxiEFIeOmd1K6BSB0PNsgV6cKjF4DNQBSvP8PpunE 7pmDGtEhnpRE5wY5s4Lyh1zpsrL8hLRr9Mp/A+0fsTqJ0Vv8mIds4l8BNq46beEoUoO2 VNy/4Z1TXD5QnCDUOByyAPwoG7lEI5hqintK3bKLpk8QQyI4o+ZSnSwkK8Kf4N4mg2xv +AT67G4489IKlp8RhXIoiN+KxCyQ6Mx9oIdY+0BY0HtAEBdph0sZ2bQRnKc7D54UYQc+ SGuYMgKqwObDsun/NMzfwxdlzO9Ih7Ie38GTSG7e0mywN7ri81G/RhPO0YqxV/Uu4XZM wGrg== 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 X-Received: by 10.180.198.175 with SMTP id jd15mr2150232wic.28.1369855024511; Wed, 29 May 2013 12:17:04 -0700 (PDT) Received: by 10.194.9.198 with HTTP; Wed, 29 May 2013 12:17:04 -0700 (PDT) In-Reply-To: References: Date: Wed, 29 May 2013 12:17:04 -0700 Message-ID: Subject: Re: [gentoo-user] Re: external SSD problem From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 687adcb1-735a-49ab-a752-61ef67d9b56d X-Archives-Hash: c349c543970940bd1c9198ca22b92ede >> > Look at: >> > /usr/share/misc/* > >> > to get an idea of the numberings for various >> > hardware devices. > >> lsusb shows the following for my SSD: >> Bus 004 Device 002: ID 174c:07d1 ASMedia Technology Inc. > >> I updated to hwids-99999999 but 174c:07d1 doesn't match any device in >> /usr/share/misc/usb.ids that I can see. Could that be the problem? > > Hard to say. These sort of things are difficult to flush out. > You do need to find a dev in this area and make inqueries, > and just keep googling..... and digging. Look for a firmware > dev that works for the company, or open up a trouble ticket > with the company that manufactures the device (if you can find > them). > > >> I also noticed these messages in dmesg after removing and reloading >> the xhci_hcd module: > >> Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK > >> Parent hub missing LPM exit latency info. Power management will be >> impacted. > > > This stuff is complicated hooking up SD(hard drives) > that are connected via the usb(3) buss. I use to have > some usb buss analyzer software, but it was MS based > and I do not have access to such fancy commercial software > at this time. > > It looks like you've found the error trail. How to fix it, > from my experience, is all about using googl until you find > somebody with the right knowledge. I'd suggest going to the > dev (kernel docs) for that part of the kernel for these things to find > somebody qualified to really help you. Somebody to advise > you who really knows what's going on. Read the comments > for the various parts of the kernel and track down the maintainers > or devs..... > > > Sorry I could not be of more help. > Good Hunting! > James OK I will report back with what I find. - Grant