先确认网卡的runtime_pm是不是打开了
以我自己的系统为例:
lspci:
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (11) I219-V
网卡是pci 00:1f.6。到目录:
/sys/bus/pci/devices/0000:00:1f.6/power
里面
cat control看是auto还是on,如果是on,说明runtime_pm
是关掉的。就不是runtime_pm的问题。如果是auto,说明
runtime_pm是开着的,需要关掉:
echo on > control
【 在 ttaudi 的大作中提到: 】
: 请问这个runtime_pm怎么关闭呢?
: 用ethtool看到的网卡是这样
: [code=text]
: ...................
--
FROM 114.84.147.*