Estou usando o Ubuntu 12.04, recentemente comprei um adaptador USB para Ethernet.
O comando dmesg mostra o modelo como "Davicom DM9601 USB Ethernet". Não consigo usar o ethtool para modificar nenhuma de suas configurações.
jesin@localhost:~$ sudo ethtool eth1
Settings for eth1:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Link partner advertised pause frame use: Symmetric Receive-only
Link partner advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
Quando tento alterar a velocidade do adaptador para 10Mbps, recebo
jesin@localhost:~$ sudo ethtool -s eth1 speed 10
Cannot advertise speed 10
Não consigo nem alterar o tipo de porta
jesin@localhost:~$ sudo ethtool -s eth1 port tp
Cannot set new settings: Invalid argument
not setting port
O que está causando esse problema ?
Informação adicional:
jesin@localhost:~$ sudo ethtool --version
ethtool version 3.1
jesin@localhost:~$ uname -r
3.2.0-39-generic