OK, I managed to partially solve the problems by creating the file ethtool@.service in /etc/systemd/system to run ethtool: And enabled it with That sets the speed to 2500baseT at boot, but it's still only half duplex. Any thoughts on getting full duplex?
Code:
[Unit]Description=ethtool configuration to enable 2500mbps speed for the specified cardAfter=network-online.targetWants=network-online.target[Service]ExecStart=/usr/sbin/ethtool -s %i speed 2500 duplex full autoneg onType=oneshot[Install]WantedBy=multi-user.target
Code:
sudo systemctl enable ethtool@enx00e04c680033.service
Statistics: Posted by NickJP — Tue Dec 10, 2024 10:42 am