Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] external SSD problem
Date: Wed, 29 May 2013 00:11:10
Message-Id: CAN0CFw39NG7nvUg-R6AuUahRb=pFgBtA2g1V01s1MLtdPfogLg@mail.gmail.com
In Reply to: Re: [gentoo-user] external SSD problem by Paul Hartman
1 >> I just got one of these:
2 >>
3 >> http://www.newegg.com/Product/Product.aspx?Item=N82E16820208913
4 >>
5 >> It seems to work fine except that once I eject it in Thunar, I get
6 >> this in dmesg:
7 >>
8 >> sd 8:0:0:0: [sdb] Synchronizing SCSI cache
9 >> sd 8:0:0:0: Device offlined - not ready after error recovery
10 >>
11 >> The only way to get the /dev/sdb device back is to 'modprobe -r
12 >> xhci_hcd && modprobe xhci_hcd'. I've tried two different USB3 cables.
13 >> I have an external USB3 hard drive that works fine but /dev/sdb
14 >> doesn't appear after ejecting the SSD unless I modprobe xhci_hcd.
15 >> Should I file a kernel bug?
16 >
17 > You can maybe also post it to the linux-usb mailing list
18 > (linux-usb@×××××××××××.org), I think there is at least one person
19 > there who works exclusively on XHCI stuff in the kernel.
20 >
21 > You might also want to check if there are any firmware updates for the
22 > USB3 chipset on your motherboard. lspci should reveal the chipset. My
23 > old motherboard had a flaky USB3 chipset (Renesas/NEC) that could only
24 > be updated from Windows, so I never bothered with updating it, but
25 > there are some that are updatable from within linux or from a DOS boot
26 > disk.
27
28 Thanks Paul. I'm posting this to linux-usb. My laptop is a Dell
29 XPS13 and here's the lspci -v:
30
31 02:00.0 USB controller: Fresco Logic FL1009 USB 3.0 Host Controller
32 (rev 02) (prog-if 30 [XHCI])
33 Subsystem: Dell Device 052e
34 Flags: bus master, fast devsel, latency 0, IRQ 19
35 Memory at f0400000 (64-bit, non-prefetchable) [size=64K]
36 Memory at f0410000 (64-bit, non-prefetchable) [size=4K]
37 Memory at f0411000 (64-bit, non-prefetchable) [size=4K]
38 Capabilities: [40] Power Management version 3
39 Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
40 Capabilities: [70] Express Endpoint, MSI 00
41 Capabilities: [b0] MSI-X: Enable+ Count=8 Masked-
42 Capabilities: [100] Advanced Error Reporting
43 Kernel driver in use: xhci_hcd
44 Kernel modules: xhci_hcd
45
46 - Grant