C cloubier New Member Apr 1, 2022 4 0 1 Apr 1, 2022 #1 Hi, my conbee 2 is seen in the host: but not in the VM: Is anyone could help me ?
LnxBil Distinguished Member Feb 21, 2015 9,726 1,911 273 Saarland, Germany Apr 1, 2022 #2 You have to passthrough the device to your VM like this:
C cloubier New Member Apr 1, 2022 4 0 1 Apr 1, 2022 #3 LnxBil said: You have to passthrough the device to your VM like this: View attachment 35656 Click to expand... Unfortunaltly, it's already done and in the VM the CONBEE isn't recognized...
LnxBil said: You have to passthrough the device to your VM like this: View attachment 35656 Click to expand... Unfortunaltly, it's already done and in the VM the CONBEE isn't recognized...
C cloubier New Member Apr 1, 2022 4 0 1 Apr 9, 2022 #4 Hi guys there is the solution right here... https://github.com/pimox/pimox7/issues/48#issuecomment-1065759910 First in the graphical interface of the VM --> "Hardware" you have to erase the usb passthrough In the host open the config file of your VM: cd /etc/pve/qemu-server/nano 100.conf at the end add: args: -device qemu-xhci -device usb-host,vendorid=0x1cf1,productid=0x0030 You have to replace vendorid and productid with yours... you can find it with the command "dmesg" in the host. And now, in your VM when "lsusb" the conbee appears... ! Last edited: Apr 9, 2022
Hi guys there is the solution right here... https://github.com/pimox/pimox7/issues/48#issuecomment-1065759910 First in the graphical interface of the VM --> "Hardware" you have to erase the usb passthrough In the host open the config file of your VM: cd /etc/pve/qemu-server/nano 100.conf at the end add: args: -device qemu-xhci -device usb-host,vendorid=0x1cf1,productid=0x0030 You have to replace vendorid and productid with yours... you can find it with the command "dmesg" in the host. And now, in your VM when "lsusb" the conbee appears... !
LnxBil Distinguished Member Feb 21, 2015 9,726 1,911 273 Saarland, Germany Apr 9, 2022 #5 cloubier said: args: -device qemu-xhci -device usb-host,vendorid=0x1cf1,productid=0x0030 Click to expand... Hmm, I'd like to know how the PVE way passthroughs the usb device. Can you just do the old way and compare the commandline arguments with e.g. ps?
cloubier said: args: -device qemu-xhci -device usb-host,vendorid=0x1cf1,productid=0x0030 Click to expand... Hmm, I'd like to know how the PVE way passthroughs the usb device. Can you just do the old way and compare the commandline arguments with e.g. ps?