[筆記] PVE I219-V 網卡消失問題
之前在實驗室撿了一台 NUC (BOXNUC8I7BEH) 來跑 PVE + 架 gatus
上面有一張 I219-V 某次更新之後隨便跑個流量卡就會消失 需要重接網路線才會好
後來會看到很多這樣的 log:
```
[xxxxxx] e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang:
TDH <44>
TDT <9b>
next_to_use <9b>
next_to_clean <43>
buffer_info[next_to_clean]:
time_stamp <101d5f5e3>
next_to_watch <44>
jiffies <101d5f700>
next_to_watch.status <0>
MAC Status <40080083>
PHY Status <796d>
PHY 1000BASE-T Status <3800>
PHY Extended Status <3000>
PCI Status <10>
[xxxxxx] e1000e 0000:00:1f.6 eno1: Reset adapter unexpectedly
```
後面查了一下發現是 `e1000e` 破驅動的 bug offload 功能有問題
手動把一堆 offload (tso gso ...) 關掉可以解決
不過我偷懶直接用人家寫好的 [helper script](https://community-scripts.org/scripts/nic-offloading-fix?id=nic-offloading-fix)
還可以開機自動設定
Reference:
- https://www.zenwen.tw/e1000e-detected-hardware-unit-hang/
- https://community-scripts.org/scripts/nic-offloading-fix?id=nic-offloading-fix
2026-05-22 17:18:08
留言
Last fetch: --:--
現在還沒有留言!