Operating System - Linux
1751898 Members
5094 Online
108783 Solutions
New Discussion

SIOCGMIIREG on eth2 failed while running mii-tool -v

 
SOLVED
Go to solution
AA786
Frequent Advisor

SIOCGMIIREG on eth2 failed while running mii-tool -v

[root@loli27]# mii-tool -v
SIOCGMIIREG on eth2 failed: Input/output error
eth2: 100 Mbit, full duplex, link ok

i am getting this above error while running #mii-tool -v
1 REPLY 1
Matti_Kurkela
Honored Contributor
Solution

Re: SIOCGMIIREG on eth2 failed while running mii-tool -v

The "mii-tool" command is becoming obsolete. It was designed for 100 Mbit NICs only. Some newer NIC driver modules no longer offer the old API used by the mii-tool command.

Use the newer "ethtool" command instead.
For example, "ethtool eth2" will display link status information, and "ethtool -i eth2" will display the PCI bus location of the NIC and the name and version of the driver.

MK
MK