I can confirm this also works.
Thanks for the suggestion!
Thanks for the suggestion!
Quote from: AhnHEL on December 09, 2024, 11:54:15 PM
I was using the X550-t2 last year but have since changed hardware. Wasnt this issue resolved with this sysctl added to Tunables?
sysctl dev.ix.0.advertise_speed=55Quote
sysctl dev.ix.X.advertise_speed=N
Where X is the interface number (e.g. for ix0, X=0 in the command above) and N is the sum of the advertised speeds, works.
In hex and decimal:
Control advertised link speed using these flags:
0x1 - 1 - advertise 100M
0x2 - 2 - advertise 1G
0x4 - 4 - advertise 10G
0x8 - 8 - advertise 10M
0x10 - 16 - advertise 2.5G
0x20 - 32 - advertise 5G
100M and 10M are only supported on certain adapters.
To add advertisement of 2.5G and 5G on ix0:
sysctl dev.ix.0.advertise_speed=55
Since 7 + 16 + 32 = 55.
Or has the driver been updated since?