Public bug reported: Pair both Bluetooth keyboard and mouse, wait ~10 seconds, and any input via these Bluetooth devices takes ~5 seconds to respond, while physically attached touchpad and keyboard works fine. Each time the lag appears, the following is appended into `/var/log/syslog` during the lag, and after which the input is registered: ``` Jan 24 13:54:43 xps-7590 kernel: [86452.201213] usb 1-12: new full-speed USB device number 29 using xhci_hcd Jan 24 13:54:43 xps-7590 kernel: [86452.333078] usb 1-12: device descriptor read/64, error -71 Jan 24 13:54:43 xps-7590 kernel: [86452.573040] usb 1-12: device descriptor read/64, error -71 Jan 24 13:54:43 xps-7590 kernel: [86452.813148] usb 1-12: new full-speed USB device number 30 using xhci_hcd Jan 24 13:54:44 xps-7590 kernel: [86452.949267] usb 1-12: device descriptor read/64, error -71 Jan 24 13:54:44 xps-7590 kernel: [86453.185053] usb 1-12: device descriptor read/64, error -71 Jan 24 13:54:44 xps-7590 kernel: [86453.297135] usb usb1-port12: attempt power cycle Jan 24 13:54:44 xps-7590 kernel: [86453.713050] usb 1-12: new full-speed USB device number 31 using xhci_hcd Jan 24 13:54:44 xps-7590 kernel: [86453.713170] usb 1-12: Device not responding to setup address. Jan 24 13:54:44 xps-7590 kernel: [86453.921232] usb 1-12: Device not responding to setup address. Jan 24 13:54:45 xps-7590 kernel: [86454.129104] usb 1-12: device not accepting address 31, error -71 Jan 24 13:54:45 xps-7590 kernel: [86454.257061] usb 1-12: new full-speed USB device number 32 using xhci_hcd Jan 24 13:54:45 xps-7590 kernel: [86454.257218] usb 1-12: Device not responding to setup address. Jan 24 13:54:45 xps-7590 kernel: [86454.465178] usb 1-12: Device not responding to setup address. Jan 24 13:54:45 xps-7590 kernel: [86454.673277] usb 1-12: device not accepting address 32, error -71 Jan 24 13:54:45 xps-7590 kernel: [86454.673337] usb usb1-port12: unable to enumerate USB device ``` (In the above log, `usb 1-12` is known to be a bad integrated webcam. These logs also show up very early during boot in every distribution tested.)
Problem disappears if either Bluetooth device is disconnected or if the Bluetooth settings window is open. Reproduced with 22.10 install, live USB 22.10, 22.04, and 20.04 (had to workaround a GUI bug with `bluetoothctl`), but not with Debian 11 live USB and Debian 12 testing install (as of 2022- 01-24). Kernel versions that I've collected: - Ubuntu 22.10 install: `Linux xps-7590 5.19.0-29-generic #30-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 4 12:14:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux` - Ubuntu 20.04: `Linux ubuntu 5.15.0-46-generic #49~20.04.1~Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` - Debian 11: `Linux debian 5.10.3-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux` - Debian 12 testing install: `Linux xps-7590 5.18.0-4-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.16-1 (2022-08-10) x86_64 GNU/Linux` (Also constant pairing and unpairing (connects for half a second and disconnects for half a second) with mouse occurs before and right after log in, not sure if I should file a separate bug for this.) ** Affects: linux (Ubuntu) Importance: Undecided Status: Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2003825 Title: Bluetooth input devices gets stuck for a few seconds after brief inactivity Status in linux package in Ubuntu: Incomplete Bug description: Pair both Bluetooth keyboard and mouse, wait ~10 seconds, and any input via these Bluetooth devices takes ~5 seconds to respond, while physically attached touchpad and keyboard works fine. Each time the lag appears, the following is appended into `/var/log/syslog` during the lag, and after which the input is registered: ``` Jan 24 13:54:43 xps-7590 kernel: [86452.201213] usb 1-12: new full-speed USB device number 29 using xhci_hcd Jan 24 13:54:43 xps-7590 kernel: [86452.333078] usb 1-12: device descriptor read/64, error -71 Jan 24 13:54:43 xps-7590 kernel: [86452.573040] usb 1-12: device descriptor read/64, error -71 Jan 24 13:54:43 xps-7590 kernel: [86452.813148] usb 1-12: new full-speed USB device number 30 using xhci_hcd Jan 24 13:54:44 xps-7590 kernel: [86452.949267] usb 1-12: device descriptor read/64, error -71 Jan 24 13:54:44 xps-7590 kernel: [86453.185053] usb 1-12: device descriptor read/64, error -71 Jan 24 13:54:44 xps-7590 kernel: [86453.297135] usb usb1-port12: attempt power cycle Jan 24 13:54:44 xps-7590 kernel: [86453.713050] usb 1-12: new full-speed USB device number 31 using xhci_hcd Jan 24 13:54:44 xps-7590 kernel: [86453.713170] usb 1-12: Device not responding to setup address. Jan 24 13:54:44 xps-7590 kernel: [86453.921232] usb 1-12: Device not responding to setup address. Jan 24 13:54:45 xps-7590 kernel: [86454.129104] usb 1-12: device not accepting address 31, error -71 Jan 24 13:54:45 xps-7590 kernel: [86454.257061] usb 1-12: new full-speed USB device number 32 using xhci_hcd Jan 24 13:54:45 xps-7590 kernel: [86454.257218] usb 1-12: Device not responding to setup address. Jan 24 13:54:45 xps-7590 kernel: [86454.465178] usb 1-12: Device not responding to setup address. Jan 24 13:54:45 xps-7590 kernel: [86454.673277] usb 1-12: device not accepting address 32, error -71 Jan 24 13:54:45 xps-7590 kernel: [86454.673337] usb usb1-port12: unable to enumerate USB device ``` (In the above log, `usb 1-12` is known to be a bad integrated webcam. These logs also show up very early during boot in every distribution tested.) Problem disappears if either Bluetooth device is disconnected or if the Bluetooth settings window is open. Reproduced with 22.10 install, live USB 22.10, 22.04, and 20.04 (had to workaround a GUI bug with `bluetoothctl`), but not with Debian 11 live USB and Debian 12 testing install (as of 2022- 01-24). Kernel versions that I've collected: - Ubuntu 22.10 install: `Linux xps-7590 5.19.0-29-generic #30-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 4 12:14:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux` - Ubuntu 20.04: `Linux ubuntu 5.15.0-46-generic #49~20.04.1~Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` - Debian 11: `Linux debian 5.10.3-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux` - Debian 12 testing install: `Linux xps-7590 5.18.0-4-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.16-1 (2022-08-10) x86_64 GNU/Linux` (Also constant pairing and unpairing (connects for half a second and disconnects for half a second) with mouse occurs before and right after log in, not sure if I should file a separate bug for this.) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2003825/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp