This is frustrating - but seems to be typical for some reason. OBJECTIVE: Play music on bluetooth speaker.
I've got a new RPi5 - installed the Lite OS. I cannot get Bluetooth working - actually cannot get to "first base".
I've added pi to bluetooth group:
Then I start 'bluetoothctl' to attempt to make the connection - pair first, then connect.
Pairing eventually succeeds, but connection fails with a cryptic error message: 'Failed to connect: org.bluez.Error.Failed br-connection-profile-unavailable'. The dialog follows if that's of any interest at all.
QUESTION: What am I missing / doing wrong?
Edits:
* Doing more research while waiting for an answer here: I keep reading about something called 'pipewire'... is that something that needs to be installed to make bluetooth work on bookworm lite ??
* Here's a RaspberryTips.com "tip" that DOES NOT WORK: See the section beginning at the heading: 'Set up Bluetooth using the terminal'.
* Here's another useless "tip" on PiMyLifeUp (it's as if these people just make stuff up!).
I've got a new RPi5 - installed the Lite OS. I cannot get Bluetooth working - actually cannot get to "first base".
I've added pi to bluetooth group:
Code:
sudo adduser pi bluetoothcat /etc/group | grep bluetoothbluetooth:x:109:pi
Then I start 'bluetoothctl' to attempt to make the connection - pair first, then connect.
Pairing eventually succeeds, but connection fails with a cryptic error message: 'Failed to connect: org.bluez.Error.Failed br-connection-profile-unavailable'. The dialog follows if that's of any interest at all.
QUESTION: What am I missing / doing wrong?
Edits:
* Doing more research while waiting for an answer here: I keep reading about something called 'pipewire'... is that something that needs to be installed to make bluetooth work on bookworm lite ??
* Here's a RaspberryTips.com "tip" that DOES NOT WORK: See the section beginning at the heading: 'Set up Bluetooth using the terminal'.
* Here's another useless "tip" on PiMyLifeUp (it's as if these people just make stuff up!).
Code:
$ bluetoothctlAgent registered[CHG] Controller D8:3A:DD:A7:B2:00 Pairable: yes[bluetooth]# agent onAgent is already registered[bluetooth]# power onChanging power on succeeded[CHG] Controller D8:3A:DD:A7:B2:00 Powered: yes...[bluetooth]# scan onDiscovery started...[NEW] Device B8:F6:53:AE:13:F1 JBL Flip 5[bluetooth]# pair B8:F6:53:AE:13:F1Attempting to pair with B8:F6:53:AE:13:F1[CHG] Device B8:F6:53:AE:13:F1 Connected: yes[CHG] Device B8:F6:53:AE:13:F1 Bonded: yes[CHG] Device B8:F6:53:AE:13:F1 UUIDs: 00001101-0000-1000-8000-00805f9b34fb[CHG] Device B8:F6:53:AE:13:F1 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb[CHG] Device B8:F6:53:AE:13:F1 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb[CHG] Device B8:F6:53:AE:13:F1 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb[CHG] Device B8:F6:53:AE:13:F1 ServicesResolved: yes[CHG] Device B8:F6:53:AE:13:F1 Paired: yesPairing successful[CHG] Device B8:F6:53:AE:13:F1 ServicesResolved: no[CHG] Device B8:F6:53:AE:13:F1 Connected: no[bluetooth]# connect B8:F6:53:AE:13:F1Attempting to connect to B8:F6:53:AE:13:F1Failed to connect: org.bluez.Error.Failed br-connection-profile-unavailable[code]
Statistics: Posted by irishmonk-57 — Tue Apr 02, 2024 12:50 am — Replies 0 — Views 38