Comment 12 for bug 497299

Revision history for this message
pjw (pjw1965) wrote :

@lequeux1 (#8)
>auto lo
>iface lo inet loopback
>
>iface eth0
> pre-up /usr/sbin/ethtool -s eth0 advertise 0x02b

This is also not working on my computer, the following will:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
 pre-up /usr/sbin/ethtool -s eth0 advertise 0x02b