Bluetooth speaker is not working.

Issues related to hardware problems
Post Reply
Gow_Sk
Posts: 1
Joined: 2020/01/15 10:13:15

Bluetooth speaker is not working.

Post by Gow_Sk » 2020/01/15 10:31:48

Hi,
I'm using CentOS Linux release 7.7.1908 (Core).
I tried to connect a Bluetooth speaker. In the sound settings, if I switch the output to 'Speaker - HPS6500' I don't hear any sound.
The built in speaker is fine. I've not tried any other speaker. But the speaker is working with my Windows 10 and iphone 8plus.

Need help figuring this out. (Screenshot attached)
Attachments
HP S6500_Not Working.png
HP S6500_Not Working.png (128.4 KiB) Viewed 1570 times

bonedome
Posts: 201
Joined: 2017/04/22 08:11:04

Re: Bluetooth speaker is not working.

Post by bonedome » 2020/01/15 20:33:29

Hello
make sure you have pulseaudio-module-bluetooth installed and check bluetooth is running

Code: Select all

systemctl status bluetooth
also

Code: Select all

rfkill list
if it's soft blocked

Code: Select all

rfkill unblock bluetooth

kodiregiecord
Posts: 1
Joined: 2020/04/03 01:30:30

Re: Bluetooth speaker is not working.

Post by kodiregiecord » 2020/04/03 01:58:14

I am having the same problems. running on CentOS 8. Check my logs below:
*******************************
#systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2020-04-03 14:12:11 NZDT; 20min ago
Docs: man:bluetoothd(8)
Main PID: 1289 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 26213)
Memory: 3.5M
CGroup: /system.slice/bluetooth.service
└─1289 /usr/libexec/bluetooth/bluetoothd

Apr 03 14:12:11 localhost.localdomain bluetoothd[1289]: Failed to set mode: Blocked through rfkill (0x12)
Apr 03 14:12:24 linux.fritz.box bluetoothd[1289]: Failed to set mode: Blocked through rfkill (0x12)
Apr 03 14:12:34 linux.fritz.box bluetoothd[1289]: Failed to set mode: Blocked through rfkill (0x12)
Apr 03 14:14:13 linux.fritz.box bluetoothd[1289]: Endpoint registered: sender=:1.237 path=/MediaEndpoint/A2DPSource
Apr 03 14:14:13 linux.fritz.box bluetoothd[1289]: Endpoint registered: sender=:1.237 path=/MediaEndpoint/A2DPSink
Apr 03 14:14:19 linux.fritz.box bluetoothd[1289]: Failed to set mode: Blocked through rfkill (0x12)
Apr 03 14:14:19 linux.fritz.box bluetoothd[1289]: Failed to set mode: Blocked through rfkill (0x12)
Apr 03 14:14:36 linux.fritz.box bluetoothd[1289]: Failed to set mode: Blocked through rfkill (0x12)
Apr 03 14:25:50 linux.fritz.box bluetoothd[1289]: Endpoint registered: sender=:1.237 path=/MediaEndpoint/A2DPSource
Apr 03 14:25:50 linux.fritz.box bluetoothd[1289]: Endpoint registered: sender=:1.237 path=/MediaEndpoint/A2DPSink

# rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci1: Bluetooth
Soft blocked: yes
Hard blocked: no

# rfkill unblock bluetooth
# rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci1: Bluetooth
Soft blocked: no
Hard blocked: no
#

Restarted Machine
*********************************
systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2020-04-03 14:49:20 NZDT; 4min 59s ago
Docs: man:bluetoothd(8)
Main PID: 1320 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 26213)
Memory: 3.3M
CGroup: /system.slice/bluetooth.service
└─1320 /usr/libexec/bluetooth/bluetoothd

Apr 03 14:49:19 localhost.localdomain systemd[1]: Starting Bluetooth service...
Apr 03 14:49:20 localhost.localdomain bluetoothd[1320]: Bluetooth daemon 5.50
Apr 03 14:49:20 localhost.localdomain systemd[1]: Started Bluetooth service.
Apr 03 14:49:20 localhost.localdomain bluetoothd[1320]: Starting SDP server
Apr 03 14:49:20 localhost.localdomain bluetoothd[1320]: Bluetooth management interface 1.14 initialized
Apr 03 14:49:40 linux.fritz.box bluetoothd[1320]: Endpoint registered: sender=:1.224 path=/MediaEndpoint/A2DPSource
Apr 03 14:49:40 linux.fritz.box bluetoothd[1320]: Endpoint registered: sender=:1.224 path=/MediaEndpoint/A2DPSink
Apr 03 14:49:40 linux.fritz.box bluetoothd[1320]: Endpoint registered: sender=:1.224 path=/MediaEndpoint/A2DPSource
Apr 03 14:49:40 linux.fritz.box bluetoothd[1320]: Endpoint registered: sender=:1.224 path=/MediaEndpoint/A2DPSink

#rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: hci1: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

Post Reply