Hi, I've made my first steps with Proxmox today and ran into an issue with passing my Bluetooth to a VM.
Executing
To see where my internal Bluetooth adapter is connected, I've checked
Read more
Executing
bluetoothctl
on the host answers as expected with the controller and I can scan for devices. So I guess it is working properly.
Code:
root@pve:~# bluetoothctl
Agent registered
[CHG] Controller 3C:6A:A7:21:28:79 Pairable: yes
[bluetooth]#
To see where my internal Bluetooth adapter is connected, I've checked
hciconfig -a
. Result, it is a USB device.
Code:
root@pve:~# hciconfig...
Read more