bluetooth usb dongle passthrough not recognized in VM

h.b.c

New Member
Apr 15, 2023
4
0
1
Hello,

I connected Bluetooth dongle to host, and the device is displayed in host.

In host's terminal,

# lsusb
1683641197547.png

and I study document(https://pve.proxmox.com/wiki/USB_Devices_in_Virtual_Machines) and assigned this device to VM, either vendor ID:product id, or port no.
(qm set VM -usb0 host=0a12:0001, or qm set VM -usb0 host=1-1.4)
1683641499384.png or 1683641544217.png

Bluetooth device is CSR8510 A10 .


But VM can't recognize the passthrough USB device, (I rebooted VM)
1683641621691.png
"hciconfig" doesn't return any result.

help me please,
What should I do?
 

Attachments

  • 1683641531860.png
    1683641531860.png
    11.1 KB · Views: 3
can you post the complete config of the vm with 'qm config iD' ?

also can you post the 'dmesg' output from inside the vm
 
can you post the complete config of the vm with 'qm config iD' ?

also can you post the 'dmesg' output from inside the vm

QM config

1683730018605.png



And dmesg inside VM return so many output, so I couldn't capture all of the results. Is there any specific keyword do you want?

anyway, grep bluetooth no output, and usb return in below

1683730368622.png

1683730394233.png


Thank you for your reply.