![Ubuntu 上の ethtool と USB から Ethernet へのアダプタ](https://rvso.com/image/833382/Ubuntu%20%E4%B8%8A%E3%81%AE%20ethtool%20%E3%81%A8%20USB%20%E3%81%8B%E3%82%89%20Ethernet%20%E3%81%B8%E3%81%AE%E3%82%A2%E3%83%80%E3%83%97%E3%82%BF.png)
私はUbuntu 12.04を使用していますが、最近USB-イーサネットアダプタを購入しました。
dmesg コマンドはモデルを「Davicom DM9601 USB Ethernet」として表示します。ethtool を使用して設定を変更することはできません。
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
アダプタの速度を10Mbpsに変更しようとすると、
jesin@localhost:~$ sudo ethtool -s eth1 speed 10
Cannot advertise speed 10
ポートタイプを変更することすらできない
jesin@localhost:~$ sudo ethtool -s eth1 port tp
Cannot set new settings: Invalid argument
not setting port
この問題の原因は何ですか?
追加情報:
jesin@localhost:~$ sudo ethtool --version
ethtool version 3.1
jesin@localhost:~$ uname -r
3.2.0-39-generic