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

Title: Media type on sme server
Post 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
Title: Media type on sme server
Post by: byte on January 25, 2007, 07:41:59 PM
What does "mii-tool" from command line to show what speed your card is running at.
Title: Media type on sme server
Post by: adon on January 25, 2007, 07:45:25 PM
[root@dns1 ~]# mii-tool
SIOCGMIIPHY on 'eth0' failed: Operation not supported
  No MII transceiver present!.
eth2: no link
Title: Media type on sme server
Post by: byte on January 25, 2007, 08:14:07 PM
Quote from: "adon"
[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 ~]#
Title: Media type on sme server
Post by: adon on January 25, 2007, 08:24:42 PM
[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 ~]#
Title: Media type on sme server
Post by: adon on January 25, 2007, 08:29:57 PM
[root@dns1 ~]# mii-tool -v eth0
SIOCGMIIPHY on 'eth0' failed: Operation not supported

The connection is on eth0
Title: Media type on sme server
Post by: pfloor on January 25, 2007, 09:05:47 PM
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?
Title: Media type on sme server
Post by: adon on January 26, 2007, 03:50:21 PM
3 network.But i am ok now!

Thanks