Re: STICKY: Bluetooth not working after update - need info
Posted: Tue Nov 05, 2019 10:19 am
Hi everyone,
For who face the issue with Bluetooth, especially who installed any application that related to Bluetooth
For example, bluez.
The best way to solve this issue is by purging them all and install the pi-bluetooth again.
Like this :
sudo apt-get purge pi-bluetooth
sudo apt-get purge bluez
sudo apt-get purge bluez-firmware
After that install the pi-bluetooth
sudo apt-get install pi-bluetooth
It will solve your issue.
For who face the issue with Bluetooth, especially who installed any application that related to Bluetooth
For example, bluez.
The best way to solve this issue is by purging them all and install the pi-bluetooth again.
Like this :
sudo apt-get purge pi-bluetooth
sudo apt-get purge bluez
sudo apt-get purge bluez-firmware
After that install the pi-bluetooth
sudo apt-get install pi-bluetooth
It will solve your issue.