I have the problem as set out in this thread, that bluetooth audio devices connect but don’t show up in the list of possible output devices:
the solution described there to execute
sudo systemctl restart bluetooth
is working.
But how can I acchieve that I don’t have to restart bluetooth “by hand”?
hcvv
2
Maybe by doing a
systemctl status bluetooth
before restarting it, you will get some information.
conram
3
Can you check the status of bluetooth in Yast2 -services manager.
systemctl status bluetooth
before restarting gives me
bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2023-11-25 10:03:29 CET; 7h ago
Docs: man:bluetoothd(8)
Main PID: 2479 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─ 2479 /usr/lib/bluetooth/bluetoothd
after restarting it gives me
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2023-11-25 18:01:00 CET; 11s ago
Docs: man:bluetoothd(8)
Main PID: 13949 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─ 13949 /usr/lib/bluetooth/bluetoothd
I don’t see a difference
I don’t konw what “Yast2 -services manager” is
hui
6
It is only a GUI for all services…
in yast2 services-manager it says
(I translated to English)
bluetooth at system boot active (running)
bluetooth-mesh manually inactive (dead)
hcvv
8
Neither do I. Which means that it is already running without warnings/errors before you restart it.
BTW YaST > System > Service manager and then asking information about the service will provide you exactly the same information.
ramil
9
Uninstalling “pipewire” fixed the same issue for me
thanks, that made it for me as well