You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2021. It is now read-only.
Describe the bug
in raspberry 4b the bluetooth daemon disabling using sudo systemctl disable bluetooth
does not release the resource to be used by hciconfig
To Reproduce
Steps to reproduce the behavior:
sudo systemctl disable bluetooth
systemctl status bluetooth.service
observe the UP RUNNING status
Expected behavior
in step 3 expecting to see DOWN
Desktop (please complete the following information):
OS: raspbian
Version 5.4.79
Additional context
looks like the stopping alone still keeps the daemon, but these steps resolved the issue for me:
sudo systemctl stop bluetooth.service
sudo systemctl disable bluetooth.service
to check:
systemctl status bluetooth.service or hciconfig hci0
The text was updated successfully, but these errors were encountered:
Describe the bug
in raspberry 4b the bluetooth daemon disabling using sudo systemctl disable bluetooth
does not release the resource to be used by hciconfig
To Reproduce
Steps to reproduce the behavior:
Expected behavior
in step 3 expecting to see DOWN
Desktop (please complete the following information):
Additional context
looks like the stopping alone still keeps the daemon, but these steps resolved the issue for me:
to check:
The text was updated successfully, but these errors were encountered: