1

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.

1 Answers1

0

Figured it out! I had the line dtoverlay=pi3-miniuart-bt In /boot/config.txt, which disables the bluetooth, additionally, my bluetoothd was not marked executable (is it supposed to be that way?) Which stopped its service from running.