* [Bug 221449] Wireless gamepad stopped working through Bluetooth
2026-05-01 22:37 [Bug 221449] New: Wireless gamepad stopped working through Bluetooth bugzilla-daemon
@ 2026-05-01 23:36 ` bugzilla-daemon
2026-05-05 5:09 ` bugzilla-daemon
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2026-05-01 23:36 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221449
--- Comment #1 from Arvin Ignaci (arvin.ignaci@gmail.com) ---
To clarify, the gamepad stopped working after a system update, which is why I
suspected a kernel regression and posted this issue here.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 221449] Wireless gamepad stopped working through Bluetooth
2026-05-01 22:37 [Bug 221449] New: Wireless gamepad stopped working through Bluetooth bugzilla-daemon
2026-05-01 23:36 ` [Bug 221449] " bugzilla-daemon
@ 2026-05-05 5:09 ` bugzilla-daemon
2026-05-06 2:12 ` bugzilla-daemon
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2026-05-05 5:09 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221449
The Linux kernel's regression tracker (Thorsten Leemhuis) (regressions@leemhuis.info) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |regressions@leemhuis.info
--- Comment #2 from The Linux kernel's regression tracker (Thorsten Leemhuis) (regressions@leemhuis.info) ---
6.19.y is EOL. Does 7.0 work? Testing 7.1-rc2 would be good, too. And can you
please verify is it's really the kernel that broke things?
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 221449] Wireless gamepad stopped working through Bluetooth
2026-05-01 22:37 [Bug 221449] New: Wireless gamepad stopped working through Bluetooth bugzilla-daemon
2026-05-01 23:36 ` [Bug 221449] " bugzilla-daemon
2026-05-05 5:09 ` bugzilla-daemon
@ 2026-05-06 2:12 ` bugzilla-daemon
2026-05-06 4:27 ` bugzilla-daemon
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2026-05-06 2:12 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221449
--- Comment #3 from Arvin Ignaci (arvin.ignaci@gmail.com) ---
Wow, didn't realize the kernel moved that fast. I'm on the latest version of
Fedora, which I thought was a pretty up-to-date distro, and 6.19 seems to be
the only version available in the repos. Looks like I'll have to figure out how
to install from source on Silverblue...
What's a good way to isolate the kernel as the issue? Install and reboot with
an older and newer version and test the behavior under each, or is there a
better way?
(Sorry if these are really basic questions; I haven't really done any kernel
development before.)
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 221449] Wireless gamepad stopped working through Bluetooth
2026-05-01 22:37 [Bug 221449] New: Wireless gamepad stopped working through Bluetooth bugzilla-daemon
` (2 preceding siblings ...)
2026-05-06 2:12 ` bugzilla-daemon
@ 2026-05-06 4:27 ` bugzilla-daemon
2026-05-06 6:39 ` bugzilla-daemon
2026-05-06 6:40 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2026-05-06 4:27 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221449
--- Comment #4 from The Linux kernel's regression tracker (Thorsten Leemhuis) (regressions@leemhuis.info) ---
Fedora is preparing switching to 7.0. For the latest kernels, try
https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 221449] Wireless gamepad stopped working through Bluetooth
2026-05-01 22:37 [Bug 221449] New: Wireless gamepad stopped working through Bluetooth bugzilla-daemon
` (3 preceding siblings ...)
2026-05-06 4:27 ` bugzilla-daemon
@ 2026-05-06 6:39 ` bugzilla-daemon
2026-05-06 6:40 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2026-05-06 6:39 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221449
Paul Menzel (pmenzel+bugzilla.kernel.org@molgen.mpg.de) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pmenzel+bugzilla.kernel.org
| |@molgen.mpg.de
--- Comment #5 from Paul Menzel (pmenzel+bugzilla.kernel.org@molgen.mpg.de) ---
Next to trying the Linux kernel, could you please run `sudo journalctl` and
look at the date in the beginning and see if that goes back far enough? If the
gamepad worked over Bluetooth back then, you could look at the first occurrence
of the error message, and see if these are an indicator.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 221449] Wireless gamepad stopped working through Bluetooth
2026-05-01 22:37 [Bug 221449] New: Wireless gamepad stopped working through Bluetooth bugzilla-daemon
` (4 preceding siblings ...)
2026-05-06 6:39 ` bugzilla-daemon
@ 2026-05-06 6:40 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2026-05-06 6:40 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221449
--- Comment #6 from Paul Menzel (pmenzel+bugzilla.kernel.org@molgen.mpg.de) ---
> What's a good way to isolate the kernel as the issue? Install and reboot with
> an older and newer version and test the behavior under each, or is there a
> better way?
That’s the easiest way. Sometimes it’s possible to do all this in a virtual
machine and the Bluetooth controller is passed into the virtual machine. But
setting this up is unfortunately, at least last I checked, non-trivial.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread