Hello all esteemed qubeheads. Today i got new keyboard that is bluetooth only.
How can i easily use it for all qubes?
I have usb receiver dongle on my pc, that is recognized and working, but i cannot connect that to sys-usb qube it says “permission denied”
I found solution, in case anyone else wonders, just run these on “sys-usb” terminal
bluetoothctl
power off
power on
agent KeyboardOnly
default-agent
pairable on
scan on
pair <mac address>
## the passkey will be printed, enter it on your keyboard ##
trust <mac address>
connect <mac address>
quit
For those who may come to this later: I wanted to consolidate my BT headset used by sys-audio to sys-usb, following the suggestion I made above. This doesn’t seem to work and renders BT input devices unusable when the BT adapter is assigned to sys-audio.
I may try and spend more time troubleshooting, but the easiest solution would be to dedicate the internal BT adapter to input devices, and a separate external BT adapter for audio.
Hmm… how is your Bluetooth adapter handled by Qubes?
For me, my Bluetooth adapter can’t be attached to sys-usb and when I run pairable on it says “No default controller avaliable”.