Ubuntu의 ethtool 및 USB-이더넷 어댑터

Ubuntu의 ethtool 및 USB-이더넷 어댑터

저는 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

관련 정보