Summary: | Bluetooth devices are disabled by default | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Pulfer <pulfer> |
Component: | bluetooth | Assignee: | David Rosca <nowrep> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | fademind, nowrep, whites11 |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | ROSA RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Save and restore adapters state in kded module |
Description
Pulfer
2014-12-04 13:30:25 UTC
So it looks like this commit https://projects.kde.org/projects/playground/libs/libbluedevil/repository/revisions/c76d6e50ba6466403457371ab8416b0600af4a77 fixed issue with adapters being powered on startup even if user powered them off before. But it also introduced new issue, as you are experiencing, that some adapters would be always off on startup. I will try to fix it by saving the powered state for all adapters and restoring it on startup. I hope I will have patch ready in few days (I'm busy right now). After this fix, I will release new version 2.0.1 Created attachment 89952 [details]
Save and restore adapters state in kded module
Can you please try this patch?
Fixed with this commit: http://quickgit.kde.org/?p=bluedevil.git&a=commit&h=ff6ae6022286e118e98efd69ba1833f2be2e4842 (lib)bludevil 2.1 on arch linux. bluetooth adapter BCM2045 (0a5c:2101) I still need to enable the adapter (which is correctly recognized though) everytime I resume from suspension to ram. Am I missing something or is the adapter supposed to be automatically enabled? The adapter powered state should be restored after resuming from suspend. This feature in Bludevil KDED module currently depends on logind. I know this is not a support forum, but can you help me understand where to check for errors on my system/check why automatic enabling is not working? |