Here's the situation:
I have a headless Raspberry pi 3 running Raspian Stretch and a UE Boom 2 bluetooth speaker. I would like to play my music/movies on that speaker via Kodi (wich is installed and works fine).
I have both pulseaudio and pulseaudio-module-bluetooth installed. I already succeeded to pair and trust my speaker, but not to connect to it.
Here's how I try to connect to my device:
Running pulseaudio:
Code: Select all
pulseaudio --start
ps aux | grep pulseaudio
pi 1225 0.2 1.0 94136 8224 ? Sl 10:05 0:08 /usr/bin/pulseaudio --start
pi 1797 0.0 0.0 4284 544 pts/0 S+ 11:03 0:00 grep --color=auto pulseaudio
Code: Select all
sudo bluetoothctl
[NEW] Controller YY:YY:YY:YY:YY:YY nextcloudpi [default]
[NEW] Device XX:XX:XX:XX:XX:XX Mag BOOM
[bluetooth]# info XX:XX:XX:XX:XX:XX
Device XX:XX:XX:XX:XX:XX
Name: Mag BOOM
Alias: Mag BOOM
Class: 0x240418
Icon: audio-card
Paired: yes
Trusted: yes
Blocked: no
Connected: no
LegacyPairing: no
UUID: Serial Port (00001101-0000-1000-8000-00805f9b34fb)
UUID: Headset (00001108-0000-1000-8000-00805f9b34fb)
UUID: Audio Sink (0000110b-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: Handsfree (0000111e-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
Modalias: bluetooth:v000ApFFFFdFFFF
[bluetooth]# connect XX:XX:XX:XX:XX:XX
Attempting to connect to XX:XX:XX:XX:XX:XX
Failed to connect: org.bluez.Error.Failed
Do someone have any idea of the source of the problem?