robię to poleceniem:
Kod: Zaznacz cały
sudo ethtool -s eth0 speed 10 duplex full autoneg off
Kod: Zaznacz cały
sudo ethtool -s eth0 speed 10 duplex full autoneg off
Kod: Zaznacz cały
/etc/network/interfaces
Kod: Zaznacz cały
auto lo
iface lo inet loopback
Kod: Zaznacz cały
iface eth0 inet static
pre-up /usr/sbin/ethtool -s eth0 10 duplex half
#...dalsze informacje o adresie i inne opcje
Kod: Zaznacz cały
iface eth0 inet dhcp
pre-up /usr/sbin/ethtool -s eth0 speed 10 duplex full autoneg off
Kod: Zaznacz cały
sudo ethtool -s eth0 speed 10 duplex full autoneg off
Kod: Zaznacz cały
sudo /etc/init.d/networking restart
Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 12 gości