This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/systems/ntnu-b2xx/fs/etc/rc.d/force_10mbit

10 lines
108 B
Plaintext
Raw Normal View History

start()
{
ethtool -s eth0 speed 10 duplex full autoneg off
}
stop()
{
ethtool -s eth0 autoneg on
}