Summary: | Reconnecting paired headset does not allow to pick "High Fidelity Playback (A2DP Sink)" | ||
---|---|---|---|
Product: | [Unmaintained] plasma-pa | Reporter: | David <kudera.d> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | isma.af, kilgore.trout, nate, nicolas.fella, sitter |
Priority: | NOR | ||
Version First Reported In: | 6.1.4 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=491511 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | log output of `journalctl -u bluetooth` |
Description
David
2024-08-17 10:01:36 UTC
I just noticed that I can make the workaround a bit faster by instead of simply turning my headphones on, I turn them on with pairing mode even when they are already paired to my laptop. Then in KDE Bluetooth, I can click on "Connect", go to "Sound" and switch the profile to "A2DP Sink" - it will be present this time. So the trick is always to use pairing. The actual connection is also established noticeably faster than when auto-connect is used. Created attachment 172993 [details]
log output of `journalctl -u bluetooth`
This problem occurs to me as well with Sony Linkbuds.
The culprit is likely the new wireless card that I have installed (Qualcomm QCNCM865).
I attach here the output of `journalctl -u bluetooth`.
This is a PipeWire/WirePlumber issue, but we may be able to offer a UI to work around it in our code. See Bug 491511. *** This bug has been marked as a duplicate of bug 491511 *** (In reply to Nate Graham from comment #3) > This is a PipeWire/WirePlumber issue, but we may be able to offer a UI to > work around it in our code. See Bug 491511. > > *** This bug has been marked as a duplicate of bug 491511 *** Is it possible that this is not a duplicate? I'm probably wrong, but it sounds like the solution proposed in bug 491511 only helps with selecting the right profile for the user after the connection. The problem I am describing in this bug is the inability to switch between profiles because the good (A2DP sink) profile is completely missing after reconnecting. I tried to create the config file for WirePlumber (in both places), but it did not change anything. Hmm, seems you're right. I updated my system on Wednesday or Thursday (2024-09-18) and yesterday. I just tried to connect my headphones and before I could manually switch to the quality profile I noticed that it is already using it. I tried to reconnect them a few times without the pairing workaround and the same thing happened every time. It now works exactly as it should just like before. It seems that something got fixed for me in between those few days. Thanks to whoever fixed it. |