Bluethootd

Suddenly my bluetooth does not work anymore:

sudo systemctl status bluetooth.service
[sudo] password for cantoro:
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2021-01-02 21:15:51 CET; 36s ago
Docs: man:bluetoothd(8)
Main PID: 885 (bluetoothd)
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2021-01-02 21:15:51 CET; 2min 22s ago
Docs: man:bluetoothd(8)
Main PID: 885 (bluetoothd)
Status: “Running”
Tasks: 1 (limit: 23539)
Memory: 2.9M
CGroup: /system.slice/bluetooth.service
└─885 /usr/lib/bluetooth/bluetoothd

gen 02 21:15:51 ThinkpadW540 bluetoothd[885]: src/main.c:parse_controller_config() Key file does not have key “LEMaxConnectionInterval” in group “Controller”
gen 02 21:15:51 ThinkpadW540 bluetoothd[885]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionLatency” in group “Controller”
gen 02 21:15:51 ThinkpadW540 bluetoothd[885]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionSupervisionTimeout” in group “Controller”
gen 02 21:15:51 ThinkpadW540 bluetoothd[885]: src/main.c:parse_controller_config() Key file does not have key “LEAutoconnecttimeout” in group “Controller”
gen 02 21:15:51 ThinkpadW540 systemd[1]: Started Bluetooth service.
gen 02 21:15:51 ThinkpadW540 bluetoothd[885]: Starting SDP server
gen 02 21:15:51 ThinkpadW540 bluetoothd[885]: Bluetooth management interface 1.18 initialized
gen 02 21:16:17 ThinkpadW540 bluetoothd[885]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for FF:31:FC:31:FC:C7: Protocol not available
gen 02 21:17:27 ThinkpadW540 bluetoothd[885]: Endpoint registered: sender=:1.109 path=/MediaEndpoint/A2DPSink/sbc
gen 02 21:17:27 ThinkpadW540 bluetoothd[885]: Endpoint registered: sender=:1.109 path=/MediaEndpoint/A2DPSource/sbc

Anyone have the same problem or know how to fix it?

I’ve been able to fix this.

rm ~/.config/pulse/*
sudo systemctl restart bluetooth.service

What is the output of rfkill list?
If it’s not available you have to install util-linux

util-linux is installed.
Thanks anyway

looks like the issue was pulse more then BT :wink:

Yep!

1 Like