VMware VM e1000 Detected Tx Unit Hang
VMware VM e1000 Detected Tx Unit Hang
Fedora Server 41
virtualHW.version = "18"
Symptoms
e1000 0000:02:00.0 ens32: Detected Tx Unit Hang
~]$ sudo journalctl -k |
Cause
The e1000 network adapter is incompatible with the Linux kernel 6.13.10.
Solution
Modify the vmx file.
Change
ethernet0.virtualDev = "e1000" |
To
ethernet0.virtualDev = "vmxnet3" |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.