You are not logged in.
Hello,
Lately, any USB3 drive is not discovered when plugged into the USB3 port.
USB2 mode works.
It worked, say, till two months ago, have no idea about what went wrong.
Could you help me debug this problem, please?
Last edited by josephk (2014-12-29 13:18:20)
Offline
reloading the xhci module did the job
sudo modprobe -r xhci_hcd
sudo modprobe xhci_hcd
how to solve this issue without this user intervention?
>3:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
dmesg -w
[[17226.146318] usb usb2: root hub lost power or was reset
[17226.146327] usb usb3: root hub lost power or was reset
[17226.156248] xhci_hcd 0000:03:00.0: irq 28 for MSI/MSI-X
[17226.156266] xhci_hcd 0000:03:00.0: irq 29 for MSI/MSI-X
[17226.156282] xhci_hcd 0000:03:00.0: irq 30 for MSI/MSI-X
[17226.156297] xhci_hcd 0000:03:00.0: irq 31 for MSI/MSI-X
[17226.156310] xhci_hcd 0000:03:00.0: irq 32 for MSI/MSI-X
Offline
how to solve this issue without this user intervention?
You could try putting the module name in a file in /etc/modules-load.d/ -- I have no idea if that would work, but the name of the directory suggests it would be worth a try ![]()
Jin, Jîyan, Azadî
Offline
josephk wrote:how to solve this issue without this user intervention?
You could try putting the module name in a file in /etc/modules-load.d/ -- I have no idea if that would work, but the name of the directory suggests it would be worth a try
tried, NOT working, tnx anyway ![]()
the xhci_hcd module is always loaded at boot, I need to unload and reload it AFTER plugging the USB3 drive..
Offline