Hi, I have a Huawei 3531 GSM dongle connected to ESXI 7, that is recognized like this :
$ lsusb
Bus 001 Device 005: ID 12d1:1446 Huawei Technologies Co., Ltd. HSPA modem
But when I try to add the device to a VM, ESXi tells me there is no USB device available to add.
The following command shows me the passthrough is not activated for this device :
$esxcli hardware usb passthrough device list
Bus Dev VendorId ProductId Enabled Can Connect to VM Name
--- --- -------- --------- ------- ------------------------- ----
1 5 12d1 1446 false no (passthrough disabled) Huawei Technologies Co., Ltd. HSPA modem
I tried to enable the device with this :
esxcli hardware usb passthrough device enable -d 1:5:12d1:1446
and although the command seems to succeed (no error is displayed), the device remains disabled.
Could you help me solve that ?
Thanks.