You are not logged in.
May 29 14:51:04.005011 arch kernel: usb 3-2: new full-speed USB device number 16 using xhci_hcd
May 29 14:51:04.328542 arch kernel: usb 3-2: device descriptor read/64, error -71
May 29 14:51:04.755185 arch kernel: usb 3-2: device descriptor read/64, error -71
May 29 14:51:04.858543 arch kernel: usb usb3-port2: attempt power cycle
May 29 14:51:05.245210 arch kernel: usb 3-2: new full-speed USB device number 17 using xhci_hcd
May 29 14:51:05.245708 arch kernel: usb 3-2: Device not responding to setup address.
May 29 14:51:05.448319 arch kernel: usb 3-2: Device not responding to setup address.
May 29 14:51:05.651883 arch kernel: usb 3-2: device not accepting address 17, error -71
May 29 14:51:05.652342 arch kernel: usb 3-2: WARN: invalid context state for evaluate context command.
Upon putting in an ESP32 (w/ a CP210x programmer for it),i get the above set of errors. The programmer had initially worked, registering correctly on both lsusb and PlatformIO (IDE for embedded devel). A day or so after, i attempted to use it again and got the above errors
Attempting to plug in my G305 with the ESP32 plugged in causes it to fail with similar errors, but reversing the order of plug-in lets the G305 work (no change to ESP32 status)
Fixes i attempted:-
Disabling autosuspend
echo -1 >/sys/module/usbcore/parameters/autosuspend
Using old scheme first
echo Y > /sys/module/usbcore/parameters/old_scheme_first
Adding xhci_hcd.quirks=270336 to grub parameters
Completely powering off my laptop waiting and then replugging it (as recommended in several blog posts)
/etc/modprobe.d/options:
options usbcore use_both_schemes=y
Switching to linux-lts and downgrading my kernel
I'm out of ideas so any help would be appreciated
Offline