bluetooth can pair but how to play music now?
by Raymond Day from LinuxQuestions.org on (#5DGZ5)
Wow took so long to pair this and then got a ding from the bluetooth speaker that it's connected.
This is a server Ubuntu Linux 20.04 Linux 5.4.0-65-generic on x86_64
Used bluetoothctl
Code:bluetoothctl -- power on
bluetoothctl -- scan on
bluetoothctl -- pair E8:D0:3C:3D:07:C8
bluetoothctl -- connect E8:D0:3C:3D:07:C8A little sound came from the speaker and the bluetooth fashing LED went off.
I can see it like this:
Code:root@rayday0:~# bluetoothctl info E8:D0:3C:3D:07:C8
Device E8:D0:3C:3D:07:C8 (public)
Name: JBL Pulse 4 two
Alias: JBL Pulse 4 two
Class: 0x00240414
Icon: audio-card
Paired: yes
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no
UUID: Serial Port (00001101-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)
root@rayday0:~#Now how do I play a sound though it?
Can look on Google and all say how to pair them but none I can find that say how to play sound though them. I did but it was on the desktop. Not server.
Hope some one can help.
-Raymond day


This is a server Ubuntu Linux 20.04 Linux 5.4.0-65-generic on x86_64
Used bluetoothctl
Code:bluetoothctl -- power on
bluetoothctl -- scan on
bluetoothctl -- pair E8:D0:3C:3D:07:C8
bluetoothctl -- connect E8:D0:3C:3D:07:C8A little sound came from the speaker and the bluetooth fashing LED went off.
I can see it like this:
Code:root@rayday0:~# bluetoothctl info E8:D0:3C:3D:07:C8
Device E8:D0:3C:3D:07:C8 (public)
Name: JBL Pulse 4 two
Alias: JBL Pulse 4 two
Class: 0x00240414
Icon: audio-card
Paired: yes
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no
UUID: Serial Port (00001101-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)
root@rayday0:~#Now how do I play a sound though it?
Can look on Google and all say how to pair them but none I can find that say how to play sound though them. I did but it was on the desktop. Not server.
Hope some one can help.
-Raymond day