Thank you very much for your advice.Douglas6 wrote: ↑Tue Mar 01, 2016 12:13 pmseems to be the best wayCode: Select all
sudo apt-get install pi-bluetooth
Thanks for posting that, rgammans!rgammans wrote: ↑Tue May 03, 2016 7:28 pmSince this is currently the top google hit, I'd like to remind people that rfkill can also disable the device (it's what I found).
Is what you shoudl, see but if if hci0 turns up as soft-blocked you won't be able to scanCode: Select all
$ sudo rfkill list 0: hci0: Bluetooth Soft blocked: no Hard blocked: no
Code: Select all
$ sudo rfkill unblock 0
Should fix it, the only additional issue here is you need to make sure the rfkill tool is installed like so
Hope this helps other who might have this problem/Code: Select all
$ sudo apt-get install rfkill