У меня стоит ubuntu 9.04, мне надо сделать 10 фулл дуплекс, но как я делал раньше не получается, помогите пожалуйста.
Ниже лог, что делал, возможно что-то неправильно:
zanti@zanti-desktop:~$ sudo ethtool eth0
[sudo] password for zanti:
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 10Mb/s
Duplex: Half
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000033 (51)
Link detected: yes
zanti@zanti-desktop:~$ sudo ethtool -s eth0 speed 10 duplex full autoneg off
zanti@zanti-desktop:~$ sudo ifdown eth0
zanti@zanti-desktop:~$ sudo ifup eth0
zanti@zanti-desktop:~$ sudo ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Full
Advertised auto-negotiation: Yes
Speed: 10Mb/s
Duplex: Half
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000033 (51)
Link detected: yes