-
Notifications
You must be signed in to change notification settings - Fork 20
mlat in VMs
wiedehopf edited this page Jan 3, 2025
·
7 revisions
MLAT in virtual machines often doesn't work correctly due to the USB having too much latency. Possible solutions will be listed here:
General portmapping, use the usb3=yes command line option or the USB3 checkbox:
- https://pve.proxmox.com/wiki/USB_physical_port_mapping
- https://manjaro.site/how-to-passthrough-usb-disk-to-a-virtual-machine-in-proxmox-6-2/
Despite that, this doesn't always work. No known solution in that case.
Issue the following command ESXi host to switch back to the legacy USB driver which can sometimes solve the issue:
esxcli system module set -m=vmkusb -e=FALSE
- Set the USB controller to 3.0 (xHCI)