GVKun编程网logo

ethtool 3.5 发布,Linux 的网卡诊断工具(linux网卡故障判断命令)

1

此处将为大家介绍关于ethtool3.5发布,Linux的网卡诊断工具的详细内容,并且为您解答有关linux网卡故障判断命令的相关问题,此外,我们还将为您介绍关于11.13ethtool:查询网卡参数

此处将为大家介绍关于ethtool 3.5 发布,Linux 的网卡诊断工具的详细内容,并且为您解答有关linux网卡故障判断命令的相关问题,此外,我们还将为您介绍关于11.13 ethtool:查询网卡参数、ethtool、ethtool 3.4.1 发布,Linux 的网卡诊断工具、ethtool 3.6 发布,Linux 的网卡诊断工具的有用信息。

本文目录一览:

ethtool 3.5 发布,Linux 的网卡诊断工具(linux网卡故障判断命令)

ethtool 3.5 发布,Linux 的网卡诊断工具(linux网卡故障判断命令)

ethtool 3.5 发布,该版本支持 1000BASE-KX, 10GBASE-KX4, 和 40G 链接模式的显示以及 Energy-Efficient Ethernet (EEE)配置显示,修复了很多小的 bug。

ethtool 是一个 Linux 下的网络驱动程序的诊断和调整工具,可获取网络设备的相关信息,包括连接状态、驱动版本、PCI 总线定位等等。

11.13 ethtool:查询网卡参数

11.13 ethtool:查询网卡参数

ethtool命令用于查询或设置网卡参数。
ethtool [devname]

[root@linuxprobe ~]# ethtool eth0
Settings for eth0:
 Supported ports: [ TP ]
 Supported link modes: 10baseT/Half 10baseT/Full 
                         100baseT/Half 100baseT/Full 
                         1000baseT/Full 
 Supported pause frame use: No
 Supports auto-negotiation: Yes
 Supported FEC modes: Not reported
 Advertised link modes: 10baseT/Half 10baseT/Full 
                         100baseT/Half 100baseT/Full 
                         1000baseT/Full 
 Advertised pause frame use: No
 Advertised auto-negotiation: Yes
 Advertised FEC modes: Not reported
 Speed: 1000Mb/s
 Duplex: Full
 Port: Twisted Pair
 PHYAD: 0
 Transceiver: internal
 Auto-negotiation: on
 MDI-X: off (auto)
 Supports Wake-on: umbg
 Wake-on: d
 Current message level: 0x00000007 (7)
          drv probe link
 Link detected: yes

ethtool

ethtool

ethtool是查询和操作网卡的命令。
  • 使网卡灯闪烁(有的网卡不支持)
ethtool -p eth0
  • 修改网卡为支持网络唤醒
ethtool eth0 -s wol g
  • 参考
这里一步一步教你怎么实现网络唤醒

ethtool 3.4.1 发布,Linux 的网卡诊断工具

ethtool 3.4.1 发布,Linux 的网卡诊断工具

ethtool 3.4.1 发布,该版本增加了很多的命令行参数,包括:

1. "--version" option,
2. reporting of driver features ("-i"),
3. reporting of supported pause frame modes and of 20G link modes,
4. firmware dumps ("-w" and "-W"),
5. external loopback tests ("-t"),
6. reporting and configuring the number of channels/queues ("-l" and "-L") and time stamping capabilities ("-T"),
7. reporting of pause frame autonegotiation results ("-a"),
8. support for querying and setting all generic net device features ("-k" and "-K") and private flags,
9. dumping of plugin module EEPROM ("-m")

等等,同时修复了不少的bug。

ethtool 3.6 发布,Linux 的网卡诊断工具

ethtool 3.6 发布,Linux 的网卡诊断工具

ethtool 是一个 Linux 下的网络驱动程序的诊断和调整工具,可获取网络设备的相关信息,包括连接状态、驱动版本、PCI 总线定位等等。

ethtool 3.6 改进包括:

  • 增加对 MDI-X 状态 (-s) 的设置
  • Pause advertising bits are now preserved when setting speed and duplex with autoneg on.
  • EEE parameters are no longer set if they are identical with the current parameters.

今天关于ethtool 3.5 发布,Linux 的网卡诊断工具linux网卡故障判断命令的讲解已经结束,谢谢您的阅读,如果想了解更多关于11.13 ethtool:查询网卡参数、ethtool、ethtool 3.4.1 发布,Linux 的网卡诊断工具、ethtool 3.6 发布,Linux 的网卡诊断工具的相关知识,请在本站搜索。

本文标签: