I’m having trouble understanding how to access the bluetooth hardware in sys-audio. On a usual linux machine it would be as simple as installing a bluetooth daemon, starting it with sudo systemctl start bluetooth
and then running bluetoothctl
.
In my sys-audio I can’t successfully start the bluetooth service and I’m assuming it is because the qube does not have access to the hardware, is there another reason? Is there some setup guide for bluetooth in sys-audio?