Koozali.org: home of the SME Server

Media type on sme server

adon

Media type on sme server
« 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

Offline byte

  • *
  • 2,183
  • +2/-0
Media type on sme server
« Reply #1 on: January 25, 2007, 07:41:59 PM »
What does "mii-tool" from command line to show what speed your card is running at.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

adon

Media type on sme server
« Reply #2 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

Offline byte

  • *
  • 2,183
  • +2/-0
Media type on sme server
« Reply #3 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 ~]#
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

adon

Media type on sme server
« Reply #4 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 ~]#

adon

Media type on sme server
« Reply #5 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

Offline pfloor

  • *****
  • 889
  • +1/-0
Media type on sme server
« Reply #6 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?
In life, you must either "Push, Pull or Get out of the way!"

adon

Media type on sme server
« Reply #7 on: January 26, 2007, 03:50:21 PM »
3 network.But i am ok now!

Thanks