Modify Intel X540-T2 NIC To Work At 2.5GbE ?
-
So it still flaps even if you expose only one possible negotiation speed?
-
@stephenw10 said in Modify Intel X540-T2 NIC To Work At 2.5GbE ?:
So it still flaps even if you expose only one possible negotiation speed?
What would the tuneable be for 10g only? Sorry I looked at what you put but don't fully understand the value/flag I need to input for sysctl -d dev.ix.0.advertise_speed
-
It would be like:
[25.03-BETA][root@m470-3.stevew.lan]/root: sysctl dev.ix.2.advertise_speed=4 dev.ix.2.advertise_speed: 6 -> 4
But obviously ix0 or whichever NIC you're using there
-
@stephenw10 said in Modify Intel X540-T2 NIC To Work At 2.5GbE ?:
It would be like:
[25.03-BETA][root@m470-3.stevew.lan]/root: sysctl dev.ix.2.advertise_speed=4 dev.ix.2.advertise_speed: 6 -> 4
But obviously ix0 or whichever NIC you're using there
Thanks. I have popped that in. Does that mean I should set my WAN to Autoselect now or leave it set at 10G? I had it manually set to 10G anyway, so seemingly nothing has changed.
-
Yes, when you set it to autoselect it will try to negotiate a link with the other side but will advertise only 10G so it can't try to connect at any other speed.
It may still flap since it still runs negotiation. But many newer NICs/drivers actually require that to work correctly.
-
@stephenw10 said in Modify Intel X540-T2 NIC To Work At 2.5GbE ?:
Yes, when you set it to autoselect it will try to negotiate a link with the other side but will advertise only 10G so it can't try to connect at any other speed.
It may still flap since it still runs negotiation. But many newer NICs/drivers actually require that to work correctly.
Thanks. I gave that a go, had to reboot for it work but autoselect now works :) However does not seem to be as reliable as just setting WAN to 10g manually. If I save a setting that causes WAN to restart, it will flop about again. I was not getting that when manually forcing 10g.
I will go back to manually setting it. Manually setting the link speed persisted through reboots anyway.