Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: adon on January 25, 2007, 07:34:12 PM
-
Dear All,
Can anyone help me to force my network card to run on 100 BaseT ?
from the root command line ?
Thanks
-
What does "mii-tool" from command line to show what speed your card is running at.
-
[root@dns1 ~]# mii-tool
SIOCGMIIPHY on 'eth0' failed: Operation not supported
No MII transceiver present!.
eth2: no link
-
[root@dns1 ~]# mii-tool
SIOCGMIIPHY on 'eth0' failed: Operation not supported
No MII transceiver present!.
eth2: no link
Hmm this is what I get on mine...
[root@fun ~]# mii-tool
eth0: negotiated 100baseTx-FD, link ok
eth1: negotiated 100baseTx-FD, link ok
[root@fun ~]#
Try command below...
[root@fun ~]# mii-tool -v eth0
eth0: negotiated 100baseTx-FD, link ok
product info: vendor 00:aa:00, model 56 rev 0
basic mode: 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
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
[root@fun ~]#
-
[root@dns1 ~]# mii-tool -v eth2
eth2: no link
product info: Intel 82555 rev 4
basic mode: autonegotiation enabled
basic status: no link
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
[root@dns1 ~]#
-
[root@dns1 ~]# mii-tool -v eth0
SIOCGMIIPHY on 'eth0' failed: Operation not supported
The connection is on eth0
-
Try:
# ethtool eth0
# ethtool eth1
Also you are showing eth2. I don't think that is correct. How many nic cards are installed in the machine?
-
3 network.But i am ok now!
Thanks