You are not logged in.

#1 2024-09-05 05:20:57

Mobs
Member
Registered: 2024-09-05
Posts: 2

USB Devices timeout on boot

I am having to wait for almost 2 minutes each time I boot for my usb devices to get detected. This only started happening recently after an update.
I dual boot windows and my peripherals work fine there.
dmesg log: here

Kernel release: 6.10.8-arch1-1

Offline

#2 2024-09-05 06:25:03

kermit63
Member
Registered: 2018-07-04
Posts: 207

Re: USB Devices timeout on boot

Since this is a windows dual-boot, you should eliminate the possibility of windows interfering with your devices on linux by Disabling Windows Fast Startup, if you haven't done so already.

Also, if you are just disabling it now, make sure to reboot to Windows, then to linux, then back to windows for the changes to take effect.

Offline

#3 2024-09-05 06:51:11

seth
Member
Registered: 2012-09-03
Posts: 56,174

Re: USB Devices timeout on boot

kern  :info  : [  +0.119906] usb 1-5: new full-speed USB device number 3 using xhci_hcd
kern  :err   : [  +7.253344] usb 1-5: device descriptor read/64, error -110
kern  :err   : [ +15.573383] usb 1-5: device descriptor read/64, error -110
kern  :info  : [  +0.229918] usb 1-5: new full-speed USB device number 4 using xhci_hcd
kern  :err   : [ +15.556780] usb 1-5: device descriptor read/64, error -110
kern  :err   : [Sep 5 10:18] usb 1-5: device descriptor read/64, error -110
kern  :info  : [  +0.327786] usb 1-5: new full-speed USB device number 6 using xhci_hcd
kern  :err   : [  +0.206558] usb 1-5: device not accepting address 6, error -62
kern  :warn  : [  +0.000086] usb 1-5: WARN: invalid context state for evaluate context command.
kern  :info  : [  +0.123234] usb 1-5: new full-speed USB device number 7 using xhci_hcd
kern  :err   : [  +0.206573] usb 1-5: device not accepting address 7, error -62
kern  :warn  : [  +0.000157] usb 1-5: WARN: invalid context state for evaluate context command.

If that's not it and the LTS or older kernels aren't affected, figure what that device is (you can also check older journals)

Online

#4 2024-09-05 11:07:33

Mobs
Member
Registered: 2024-09-05
Posts: 2

Re: USB Devices timeout on boot

I think I have found the issue. I did have to disable fast boot on windows but that did not affect anything. Then I looked for the device 1-5, 'lsusb' did not show me anything. I then realised, I actually have a cheap USB bluetooth dongle installed, never worked on linux. Removing that and rebooting no delay everything worked perfectly well.

Is it possible for me to leave the device plugged in and not experience this delay? Because the delay has come up only recently.

Offline

#5 2024-09-05 12:42:09

seth
Member
Registered: 2012-09-03
Posts: 56,174

Re: USB Devices timeout on boot

Unplug the device, run "dmesg -w" and replug it.
Do you still get -110 and -62 errors?

Online

Board footer

Powered by FluxBB