| Summary: | Bluetooth status isn't restored properly | ||
|---|---|---|---|
| Product: | [Unmaintained] Bluedevil | Reporter: | popov895 <popov895> |
| Component: | general | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | nate, nicolas.fella, plasma-bugs-null, popov895 |
| Priority: | NOR | ||
| Version First Reported In: | 5.25.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Bluetooth applet
Bluetooth disable log |
||
|
Description
popov895
2022-07-03 19:58:28 UTC
Also rfkill shows different status of Bluetooth before and after reboot. Before reboot: > $ rfkill list bluetooth > 0: tpacpi_bluetooth_sw: Bluetooth > Soft blocked: yes > Hard blocked: no After reboot: > $ rfkill list bluetooth > 0: tpacpi_bluetooth_sw: Bluetooth > Soft blocked: no > Hard blocked: no > 2: hci0: Bluetooth > Soft blocked: no > Hard blocked: no Does the problem goes away when TLP is disabled? (In reply to Nate Graham from comment #2) > Does the problem goes away when TLP is disabled? No. Also adding `bluetoothBlocked=true` to ~/.config/bluedevilglobalrc has no effect. Created attachment 150435 [details] Bluetooth disable log Looks suspicious: > localhost.localdomain dbus-daemon[677]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.54" (uid=1000 pid=1552 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.61" (uid=0 pid=1729 comm="/usr/libexec/bluetooth/bluetoothd") Thanks for the info. Just checked, there is no such problem on a live image, so it looks like it's just me. |