Bug 2323852
| Summary: | Fedora 41: can't pair headphones WH-1000XM5 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Łukasz Lis <volpe.pl> |
| Component: | bluez | Assignee: | Gopal krishna tiwari <gopalkrishna.tiwari> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 41 | CC: | dwmw2, gopalkrishna.tiwari, jsaucier, pbrobinson, spacewar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-11-15 14:07:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Łukasz Lis
2024-11-05 12:43:27 UTC
What kernel, what linux-firmware versions? # uname -r 6.11.5-300.fc41.x86_64 linux-firmware.noarch 20241017-2.fc41 I have the same issue on my end with my WH-1000XM5 updated to the last version. Found another machine with but with iwlwifi. Looks like it's broken there too. Booting into 6.10.7-200.fc40 (on F41) and pairing with it fixed the issue. Once they're paired they keep working even if I boot the latest kernel 6.11.6-300.fc41. Thanks for the tip, here is the command I did on Fedora Atomic Desktop (Silverblue) 41 : - Go to https://kojipkgs.fedoraproject.org/packages/kernel/6.10.9/200.fc40/x86_64/ and download the necessary packages (will be listed in next step) - sudo rpm-ostree override replace kernel-6.10.9-200.fc40.x86_64.rpm kernel-core-6.10.9-200.fc40.x86_64.rpm kernel-modules-6.10.9-200.fc40.x86_64.rpm kernel-modules-core-6.10.9-200.fc40.x86_64.rpm kernel-modules-extra-6.10.9-200.fc40.x86_64.rpm kernel-tools-6.10.9-200.fc40.x86_64.rpm kernel-tools-libs-6.10.9-200.fc40.x86_64.rpm - Reboot - Pair your XM5 headset - sudo rpm-ostree override reset --all - Reboot - Your headset should still continue to work fine now You might need different kernel-* packages based on what you have currently installed on your system (can get it by using : rpm -qa|grep kernel). Also, you might want to be careful with the reset override if you currently have other override on your system. *** This bug has been marked as a duplicate of bug 2321690 *** |