我有一个基于ubuntu 10.04主机的kvm主机,guest是rhel 5.3 64位,
在来宾上我尝试执行 mii-tool eth0
SIOCGMIIREG on eth0 failed: Input/output error
SIOCGMIIREG on eth0 failed: Input/output error
eth0: no autonegotiation, 100baseTx-FD, link ok
和 mii-tool -v eth4
eth0: no autonegotiation, 100baseTx-FD, link ok
product info: vendor 00:50:43, model 2 rev 0
basic mode: software reset, autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
和 mii-tool -r eth0 这是输出 /var/log/message
Feb 20 13:16:44 xil1 kernel: [ 1289.790780] e1000: eth4 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
所以它应该以 1000MB/s 的速度工作,但它仍然以 100MB/s 的速度工作,有什么建议可能是什么问题吗?
答案1
实际上信息产业部工具将显示连接到系统的以太网电缆速度。但容量以太网卡可能会有所不同。
因此,您可以使用以下命令查看以太网卡的容量lshw(列出硬件)Linux(ubuntu)中的命令。
您会在日志中看到 1000,因为它显示了它可以处理的接口卡容量。