@Leterp:

To apply the ethtool settings permanently:

Create a file /etc/network/if-pre-up.d/any_name_you_like

with following content:

#!/bin/sh
ethtool -s eth0 autoneg off speed 10 duplex half


The script is called every time before the network device is activated.

-- 
realtek gigabit ethernet not recognised on feisty
https://bugs.launchpad.net/bugs/79626
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to