On Mon, Oct 03, 2022 at 07:04:05PM +0100, James Dutton wrote: > I have done some more tests. > With the device plugged in, and me manually send a command to reset > the USB device. > Using instructions listed here: > https://askubuntu.com/questions/645/how-do-you-reset-a-usb-device-from-the-command-line > > The reset fails. > It never recovers. > So, I think there is some problem relating to USB 3.x reset, and maybe > just my specific device which is an NVME storage in a USB dock. > I think the problem is more to do with the Linux kernel's USB 3.x > reset procedure, rather than any other cause. > Is there any quirk or test I can add, that would remove power from the > USB port and return it, as part of the reset procedure? > Or, is there any extra debug logging I can enable to help diagnose > where the reset function is failing? You can try collecting a usbmon trace of the reset (instructions on the web or in Documentation/usb/usbmon.rst in the kernel source). That will provide some clues as to whether the problem lies in the reset itself or in the activities that follow the reset. Have you tried running a similar test using, say, a plain old USB thumb drive in place of the NVME storage device? Alan Stern