Trouble with bluetooth on Pi3 A+

Hello everyone,

First I need to tell I am very new to using raspberries and balena etc.
I get my way around fine with “everyday use” of computers though.

I just finished installing balenasound on a Pi3 A+, using this :

Everything went fine apparently except the bluetooth won’t start. Here is the log I get :

18.12.20 09:49:37 (+0100) bluetooth Starting bluetooth service with settings:
18.12.20 09:49:37 (+0100) bluetooth - Device name: balenaOS 7b11
18.12.20 09:49:37 (+0100) bluetooth - HCI interface: hci0
18.12.20 09:49:37 (+0100) bluetooth - Pairing mode: SSP
18.12.20 09:49:37 (+0100) bluetooth - PIN code: 0000
18.12.20 09:49:37 (+0100) bluetooth Available HCI interfaces:
18.12.20 09:49:37 (+0100) bluetooth Exiting… selected HCI interface is invalid: hci0

Can anyone tell me what’s wrong ?

I could get spotify to connect via airplay, this worked fine, sound is going all the way to my ears, which is ok for me since i have a macbook and an iphone but i would like anyone to be able to connect with bluetooth…
Thank you so much !

Hello again everyone, i ask again because my post seems to have sunk itself and nobody’s seen it !
Is there a possible explanation to my issue ? Thanks

Hello @lonah,

There seems to be something wrong with your bluetooth device. Could you run systemctl status bluetooth in the terminal and let us know what the output is?

Cheers,
Nico.

Hello Nico and thank you very much for your reply
I just turned on the Pi again (it has been off since my last post) and this morning bluetooth status is “running” I have no clue why this time it could turn on. Still, I did what you told and here is the result :
Connecting to 7b11ffa9c0dbea922c714e8591ab6315…
Spawning shell…

Welcome to balenaOS

=============================================================
root@7b11ffa:~# systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; ven>
Drop-In: /etc/systemd/system/bluetooth.service.d
└─bluetooth.conf
Active: active (running) since Fri 2020-12-18 06:58:10 UTC; 5 days >
Docs: man:bluetoothd(8)
Main PID: 1444 (bluetoothd)
Status: “Running”
Tasks: 1 (limit: 1107)
Memory: 1.3M
CGroup: /system.slice/bluetooth.service
└─1444 /usr/libexec/bluetooth/bluetoothd --experimental

Dec 18 06:58:10 7b11ffa bluetoothd[1444]: Bluetooth daemon 5.50
Dec 18 06:58:10 7b11ffa bluetoothd[1444]: Starting SDP server
Dec 18 06:58:10 7b11ffa bluetoothd[1444]: Bluetooth management interfa>
Dec 18 06:58:10 7b11ffa bluetoothd[1444]: Failed to set privacy: Rejec>
Dec 23 10:58:16 7b11ffa bluetoothd[1444]: Endpoint registered: sender=>
lines 1-18…skipping…
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/bluetooth.service.d
└─bluetooth.conf
Active: active (running) since Fri 2020-12-18 06:58:10 UTC; 5 days ago
Docs: man:bluetoothd(8)
Main PID: 1444 (bluetoothd)
Status: “Running”
Tasks: 1 (limit: 1107)
Memory: 1.3M
CGroup: /system.slice/bluetooth.service
└─1444 /usr/libexec/bluetooth/bluetoothd --experimental

Dec 18 06:58:10 7b11ffa bluetoothd[1444]: Bluetooth daemon 5.50
Dec 18 06:58:10 7b11ffa bluetoothd[1444]: Starting SDP server
Dec 18 06:58:10 7b11ffa bluetoothd[1444]: Bluetooth management interface 1.14 initialized
Dec 18 06:58:10 7b11ffa bluetoothd[1444]: Failed to set privacy: Rejected (0x0b)
Dec 23 10:58:16 7b11ffa bluetoothd[1444]: Endpoint registered: sender=:1.101 path=/MediaEndpoint/A2DPSink/sbc
Dec 23 10:58:16 7b11ffa bluetoothd[1444]: Endpoint registered: sender=:1.101 path=/MediaEndpoint/A2DPSource/sbc
~
lines 1-19/19 (END)

Thanks again,

Ionah