I have ESXI 6.5U1 installed and am trying to pass through a USB controller to my windows 10 VM.
I have set it for passthrough:
I can then choose it as a new device in my VM config:
When I try and start the VM i get the following error:
Device 68:0.0 is not a passthrough device
If I look in the gaming.vmx file i can see that it is indeed trying to use the wrong id
pciPassthru2.id = "00000:068:00.0"
pciPassthru2.deviceId = "0x0014"
pciPassthru2.vendorId = "0x1912"
pciPassthru2.systemId = "5a75a61b-0038-9af5-991e-107b44926fee"
pciPassthru2.present = "TRUE"
If I manually change the ID to 00000:044:00.0 I get an error saying that device 44 cannot be found.
lspci shows correctly too
0000:44:00.0 Serial bus controller: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller
The highest group i have is 0000:46
Am I missing anything or have I hit the wonderful world of threadripper issues?
Cheers