PDA

View Full Version : FC2 What's my NIC mode?


gotmonkey
5th June 2004, 09:02 AM
Does anyone have an idea how to check NIC modes?

http://www.linuxnovice.org/main_tips.php3?VIEW=VIEW&t_id=168

This site gave directions in how to check, but I couldn't get it to work in FC2. Any Ideas?

----------------------------
Most network cards now-a-days autonegotiate their speend based on what the other end of your network cable will do. To see the speed of your card, as root, run mii-tool (part of the net-tools rpm).

root@host]# /sbin/mii-tool
eth0: negotiated 100baseTx-FD, link ok

You can get better performace by hard coding the speed and duplex. Since most NICs are jumperless, you need a tool to do this. Again mii-tool comes to the rescue.

root@host]# /sbin/mii-tool -F 100baseTx-FD
root@host]# /sbin/mii-tool
eth0: 100 Mbit, full duplex, link ok
root@host]#

So there you have it, your NIC is now hard coded to full duplex, 100 Mbit. Why would you want to do this? Well by hard coding this value you prevent your NIC from renegotiating its speed which it might do and come in at a lower speed.
--------------------------

I tried to run the mii-tool and it came back with errors. Would this have anything to do with the dethforce drivers for the NForce2 chipset and ethernet controller?

:confused: