这就是什么节能以太网。
问题是,在很多环境中它与其他功能和东西冲突,所以我真的需要禁用它。
我读到可以通过以下方式实现某些目标:
ethtool --set-eee eth0 eee off
然而,这是我对该命令的响应是:
Cannot get EEE settings: Operation not supported
看来我的网卡不受 ethtool 支持。由于互联网上缺乏文档以及禁用这个无用功能的真正需要,我想知道:我如何绕过 ethtool 并禁用我的网卡上的功能?
网卡应该是这样的lspci -m
:
03:00.0 "Ethernet controller" "Realtek Semiconductor Co., Ltd." "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller" -r15 "Gigabyte Technology Co., Ltd" "Motherboard"
基本上我试图找到一种Linux方式来完成我通常可以在这个面板中的Windows下做的事情(图像中是一个英特尔网卡,但你明白了):