guides: wifi-bluetooth: add kdeconnectd warning#693
Open
clanoftheducks wants to merge 1 commit intot2linux:masterfrom
Open
guides: wifi-bluetooth: add kdeconnectd warning#693clanoftheducks wants to merge 1 commit intot2linux:masterfrom
clanoftheducks wants to merge 1 commit intot2linux:masterfrom
Conversation
|
Hi, I came across this pull request by chance, tried it locally, and it actually helped me. Is there any issue in the KDE repository related to this problem? |
Contributor
|
The idea looks good, but you should probably stop the systemd service instead of killall. |
Member
|
The mention of MacBookPro15,1 is not needed. Remove that like. Also, try stopping the service instead of killall and see if that works for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
High-quality audio streaming over Bluetooth has always stuttered periodically on my MacBookPro15,1 running Fedora KDE. Several hours of troubleshooting and help from other users revealed that
kdeconnectd, the background daemon for KDE Connect and shipped by default, is responsible for this (presumably together with poor Broadcom driver/firmware). Add a warning to spare this pain to KDE users.I put this where I thought it would be relevant. Feel free to edit or move things directly to where you like.
Context:
kdeconnectdtriggers regular Bluetooth scans ("inquiries") four times a minute. For some reason, while this happens, Bluetooth throughput tanks to less than 1/5 its nominal value, which isn't enough for A2DP audio streaming, leading to periodic stuttering.