I have ProxMox 7.2 on a Dell PowerEdge R710 and I'm trying to passthru
a USB1 device to my Debian 11 VM.
I was able to assign a USB2 camera but the joystick is not showing up on the VM.
On proxmox this is the device I want to assign to vm 104.
	
	
	
		
I tried both ways:
	
	
	
		
AND
	
	
	
		
and then rebooted my VM each time but I still don't see the joystick device.
	
	
	
		
				
			a USB1 device to my Debian 11 VM.
I was able to assign a USB2 camera but the joystick is not showing up on the VM.
On proxmox this is the device I want to assign to vm 104.
		Bash:
	
	root@pve ~ # usb-devices |less
T:  Bus=01 Lev=02 Prnt=02 Port=01 Cnt=02 Dev#=  4 Spd=1.5 MxCh= 0
D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0079 ProdID=0006 Rev=01.07
S:  Manufacturer=DragonRise inc.
S:  Product=Generic   USB  Joystick
C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#=0x0 Alt= 0 #EPs= 2 Cls=03(HID  ) Sub=00 Prot=00 Driver=usbhid
	I tried both ways:
		Bash:
	
	root@pve ~ # qm set 104 -usb1 host=0079:0006
update VM 104: -usb1 host=0079:0006
	AND
		Bash:
	
	root@pve ~ # qm monitor 104
Entering Qemu Monitor for VM 104 - type 'help' for help
qm> device_add usb-host,vendorid=0x0079,productid=0x006,id=usb1
	and then rebooted my VM each time but I still don't see the joystick device.
		Bash:
	
	>cvm104 #  lsusb
Bus 002 Device 002: ID 32e4:4689 HD USB Camera HD USB Camera
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU USB Tablet
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
	
	
	