Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3745

Troubleshooting • Re: 2.5 GBE adapter problems

$
0
0
OK, I managed to partially solve the problems by creating the file ethtool@.service in /etc/systemd/system to run ethtool:

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
And enabled it with

Code:

sudo systemctl enable ethtool@enx00e04c680033.service
That sets the speed to 2500baseT at boot, but it's still only half duplex. Any thoughts on getting full duplex?

Statistics: Posted by NickJP — Tue Dec 10, 2024 10:42 am



Viewing all articles
Browse latest Browse all 3745

Trending Articles