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 Reply
  • 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...
Children
  • 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
  • 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...