Similar to Raspberry Pi 3 Bluetooth "No default controller available" however that fix doesn't work (already have that package installed)
Running latest Raspbian and have run rpi-update, apt-get update, upgrade and dist-upgrade (in all possible combinations). All the packages that setup guides are requiring are installed (bluez, pi-bluetooth, etc...)
~$ uname -r
4.4.21-v7+
~$ systemctl status bluetooth
...
Active: active (running)
...
~$ rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
~$ bluetoothctl
[bluetooth]# list
[bluetooth]# power on
No default controller available
I have RetroPie installed over Raspbian with a piTFT from Adafruit. Not sure if the driver installer for the tft would cause any problems or not...
Is there some configuration/setup I am missing? My Pi is acting like the bluetooth hardware is nonexistent. And before anyone asks, yes this IS a RPi version 3 B, the builtin wireless works flawlessly and my CPU is reported as a22082 (3 Model B, Embest) I am also a member of the bluetooth group Update: firmware-brcm80211 is already installed.
uname -r
. – goldilocks Sep 26 '16 at 18:44apt-get install firmware-brcm80211 pi-bluetooth wpasupplicant
. since you already have installedpi-bluetooth
can you try installing only the firmware ? – Shreyas Murali Sep 26 '16 at 18:57