Today I got my 500 Mbits line, at the beginning ethtool was set to 100Mbits so I didn't get the full speed.
After I had unplugged and plugged in again, 1000 Mbits was displayed.
Just now the Internet was briefly interrupted (for whatever reason) and I found this setting back to 100Mbits.
How can I set that the speed is not always automatically adjusted here and remains at 1000 Mbits?
Thanks in advance.
/var/log/syslog
the speed of your network connection is negotiated and any drop in speed should be reported. It sounds as though your cable is loose or faulty, is it cat6e or a good cat5e cable? Try changing the cable and see if it is more stable – SEWTGIYWTKHNTDS May 14 '21 at 10:31May 14 09:04:55 XXX systemd-udevd[438]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
, i can't disable autoneg with ethtool, after the commandsudo ethtool -s eno1 autoneg off speed 1000 duplex full
auto-negation is still enabled. – Omexlu May 14 '21 at 10:52If it happends again, maybe i can check it trought a script an force the setting?
– Omexlu May 14 '21 at 11:09