1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00
openmptcprouter-feeds/openmptcprouter/files/etc/hotplug.d/iface/00-nego

3 lines
214 B
Text
Raw Normal View History

#!/bin/sh
# Needed for some device, like rtl8156 2.5G USB adapter
2021-06-04 10:35:57 +00:00
[ "$ACTION" = "ifup" ] && [ -n "$DEVICE" ] && [ -n "$(lsusb | grep 8156)" ] [ -n "$(ethtool $DEVICE | grep 2500)" ] && ethtool -s $DEVICE autoneg on