This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NIC Duplex.

One of my cards (eth1) keeps falling back to 10mbps half duplex due to being unable to negotiate link speed.

How can I force it at boot to go to Full Duplex?
(Presently using mii-diag to manually set it)


This thread was automatically locked due to age.
Parents
  • A better question to ask may be:

    "What brand of card should I replace it with to avoid this problem in the future, and also avoid having to set speed and duplex configuration for the card manually."

    What brand of card ar you having the problem with?
    It would be good for the rest of us to know, so that we can avoid the make and model.
  • It's an Intel Pro 1000 MT Desktop Adapter.

    It's not the card, it's the link it's on.
    I have 4 such cards and they all auto detect except for the one to my fibre to ethernet coverter.
    So it needs forcing.
  • So can't you just edit the parameters in the options fle??
  • I could yes,
    but I'm unsure of the exact syntax...

    I think it's like this:
    alias eth0 e1000
    alias eth1 e1000
    alias eth2 e1000
    alias eth3 e1000
    options e1000 Speed=100,10,100,100 Duplex=2,2,2,2

    Look OK?  Bit scared... Production system...
  • Hi,

    just for the case, what type of converter is it. 

    duplex=2 means autoneg
    duplex=1 full
    duplex=0 half

    Problem I think will be, that I think those changes will be overwritten at the next reboot.
    Did you try to connect the converter to a 10/100 switch, to see what speed ist handled there?

    Chris
Reply
  • Hi,

    just for the case, what type of converter is it. 

    duplex=2 means autoneg
    duplex=1 full
    duplex=0 half

    Problem I think will be, that I think those changes will be overwritten at the next reboot.
    Did you try to connect the converter to a 10/100 switch, to see what speed ist handled there?

    Chris
Children
  • I suspect there is a template file you can modify; but I imagine the overwriting is done by a startup script that we can adjust? I think the older Astaros would just build the file once at install time, but that was a pain for a novice when he would swap a card...