e1000 driver hang

Well, i am getting sick with the "e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang" issue.

Couple days ago it started happening, tried ethtool -K eno1 gso off gro off tso off tx off rx off rxvlan off txvlan off sg off but it seems that it didn't work..
My Ethernet controller is Intel Corporation Ethernet Connection (11) I219-V

Proxmox Version Linux 6.8.12-10-pve (2025-04-18T07:39Z)


Bash:
ethtool -k eno1
Features for eno1:
rx-checksumming: on
tx-checksumming: on
        tx-checksum-ipv4: off [fixed]
        tx-checksum-ip-generic: on
        tx-checksum-ipv6: off [fixed]
        tx-checksum-fcoe-crc: off [fixed]
        tx-checksum-sctp: off [fixed]
scatter-gather: on
        tx-scatter-gather: on
        tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: on
        tx-tcp-segmentation: on
        tx-tcp-ecn-segmentation: off [fixed]
        tx-tcp-mangleid-segmentation: off
        tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: on
highdma: on [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: off [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off [fixed]
tx-udp_tnl-csum-segmentation: off [fixed]
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: off [fixed]
tx-gso-list: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off
rx-all: off
tx-vlan-stag-hw-insert: off [fixed]
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]


Bash:
  GNU nano 7.2                                                          /etc/network/interfaces                                                                  
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.0.101/24
        gateway 192.168.0.1
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0

source /etc/network/interfaces.d/*


Can someone give me any suggestions, i cannot stand this anymore.
 
Last edited:
Well, i am getting sick with the "e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang" issue.

Couple days ago it started happening, tried ethtool -K eno1 gso off gro off tso off tx off rx off rxvlan off txvlan off sg off but it seems that it didn't work..
My Ethernet controller is Intel Corporation Ethernet Connection (11) I219-V

Proxmox Version Linux 6.8.12-10-pve (2025-04-18T07:39Z)


Bash:
ethtool -k eno1
Features for eno1:
rx-checksumming: on
tx-checksumming: on
        tx-checksum-ipv4: off [fixed]
        tx-checksum-ip-generic: on
        tx-checksum-ipv6: off [fixed]
        tx-checksum-fcoe-crc: off [fixed]
        tx-checksum-sctp: off [fixed]
scatter-gather: on
        tx-scatter-gather: on
        tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: on
        tx-tcp-segmentation: on
        tx-tcp-ecn-segmentation: off [fixed]
        tx-tcp-mangleid-segmentation: off
        tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: on
highdma: on [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: off [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off [fixed]
tx-udp_tnl-csum-segmentation: off [fixed]
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: off [fixed]
tx-gso-list: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off
rx-all: off
tx-vlan-stag-hw-insert: off [fixed]
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]


Bash:
  GNU nano 7.2                                                          /etc/network/interfaces                                                                 
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.0.101/24
        gateway 192.168.0.1
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0

source /etc/network/interfaces.d/*


Can someone give me any suggestions, i cannot stand this anymore.
The solution (for now) is to use a previous kernel that does not have this problem. The kernel I use is 6.8.12-8-pve. Use the following command: proxmox-boot-tool kernel pin 6.8.12-8-pve --next-boot
 
  • Like
Reactions: JTX2023 and ang434
I seem to be another one affected by this. Surprised it has gone on for so long.

pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-10-pve)
Ethernet controller [0200]: Intel Corporation Ethernet Connection (7) I219-LM [8086:15bb] (rev 10)

I'll try the line below and see it it helps, thanks:

Code:
post-up /usr/bin/logger -p debug -t ifup "Disabling offload for eno1" && /sbin/ethtool -K $IFACE tso off gso off gro off && /usr/bin/logger -p debug -t ifup "Disabled offload for eno1"
 
Last edited:
I seem to be another one affected by this. Surprised it has gone on for so long.

pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-10-pve)
Ethernet controller [0200]: Intel Corporation Ethernet Connection (7) I219-LM [8086:15bb] (rev 10)

I'll try the line below and see it it helps, thanks:

Code:
post-up /usr/bin/logger -p debug -t ifup "Disabling offload for eno1" && /sbin/ethtool -K $IFACE tso off gso off gro off && /usr/bin/logger -p debug -t ifup "Disabled offload for eno1"
Currently what i did is create this https://gist.githubusercontent.com/crypt0rr/60aaabd4a5c29a256b4f276122765237 and also added things inside /etc/network/interfaces, check my post just above this reply and you should see what else i added.

Also i wrote ethtool -K eno1 gso off tso off rxvlan off txvlan off gro off tx off rx off sg off and ethtool -k eno1 | grep -E 'rx-checksum|tx-checksum|tso|gro|gso|sg|lro|rxvlan|txvlan|ufo'

I will report here if this happens again.
Worst case scenario i will just buy a ethernet card and plug it into pcie and it should solve this problem, hopefully.
Now i understand why many people are against Intel NICs and shit..
 
I seem to be another one affected by this. Surprised it has gone on for so long.

pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-10-pve)
Ethernet controller [0200]: Intel Corporation Ethernet Connection (7) I219-LM [8086:15bb] (rev 10)

I'll try the line below and see it it helps, thanks:

Code:
post-up /usr/bin/logger -p debug -t ifup "Disabling offload for eno1" && /sbin/ethtool -K $IFACE tso off gso off gro off && /usr/bin/logger -p debug -t ifup "Disabled offload for eno1"

I don't want to jinx it, but this seems to have made a difference - I had been crashing every 1-3 hours previously and I have now been up for 12 hours (and have even been able to increase the cores given to the VM) straight.Screenshot 2025-05-14 104636.png
 
Hello all,

I was suffering from this bug and in trying to solve it lead me to this thread.

In my case it seems to was a OpenVPN tunnel established from a VM on a VLAN tag ID network with a wrong MTU defined (bigger first and equal second try than the physical Ethernet definitions).

Lower the MTU (1500 on the ethernet and 1400 on the OpenVPN tun tunnel) seems helped... no issues since the change!

Let us see in the following days.

Greetings, Pedro
 
Currently what i did is create this https://gist.githubusercontent.com/crypt0rr/60aaabd4a5c29a256b4f276122765237 and also added things inside /etc/network/interfaces, check my post just above this reply and you should see what else i added.

Also i wrote ethtool -K eno1 gso off tso off rxvlan off txvlan off gro off tx off rx off sg off and ethtool -k eno1 | grep -E 'rx-checksum|tx-checksum|tso|gro|gso|sg|lro|rxvlan|txvlan|ufo'

I will report here if this happens again.
Worst case scenario i will just buy a ethernet card and plug it into pcie and it should solve this problem, hopefully.
Now i understand why many people are against Intel NICs and shit..
Just want to update, this indeed solved my problem it seems. So if anyone has similar issue feel free to apply this patch.
 
This problem happened to me first time yesterday.

Kernel version - Linux 6.8.12-9-pve (2025-03-16T19:18Z)
Interface - 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (17) I219-LM (rev 11)

Code:
# journalctl |grep "Detected Hardware Unit Hang"|cut -c1-6|uniq -c
    308 May 18

My machine was unreachable and had to manually restart. I wanted to ask first if anyone can confirm that if you have two interfaces all of them stop working or just the problematic one, thinking about adding a second interface in case the main one crashed I can still remotely restart.

Since for me it happened when I was demanding a lot from the interface, I wanted to know if people already checked the temperature of the NIC when the crash happens? In case anyone can confirm the temperature to be high can you put the hardware under a fan an see the temperature again when/if it crashes?

I see people got it working as well by reducing MTU size can anyone share more about this experience?
 
Last edited: