折腾日记-e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang:
e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang:
nuc的inter网卡驱动和openwrt不兼容 会导致断流 断网等问题
解决方案
#如果没有ethtool工具可以执行如下命令安装:
apt install ethtool
#禁用 tcp 分段卸载和通用分段卸载
ethtool -K eno1 tso off gso off