Le bluetooth de votre pc à l'autre bout de la maison s'accroche à votre casque comme une sangsue vous empêchant d'écouter de la musique.
Désactivez le en ligne de commande (via ssh) :
```
rfkill block bluetooth
```
Le bluetooth de votre pc à l'autre bout de la maison s'accroche à votre casque comme une sangsue vous empêchant d'écouter de la musique.
Désactivez le en ligne de commande (via ssh) :
```
rfkill block bluetooth
```
If you're using #bluetooth on newer #raspberrypi or other #Linux systems that use #connman, note that connman takes over #rfkill management from systemd-rfkill. To enable bluetooth on your system, instead of rfkill unblock bluetooth you'll want to run:
connmanctl enable bluetooth
I found a lot of people claiming "uninstall connman is the solution", but the real answer is that connman provides a replacement UI interface for this feature.
Hope this #tip helps! #tips #linuxtips