私は自分のものにdebianを使用していますが、速度1000を設定し、全二重でエラーが発生します
私が使用する正確なコマンド:ethtool -s eth0 autoneg off speed 1000 duplex full
Cannot set new settings: Invalid argument
not setting speed
not setting duplex
not setting autoneg
Cannot set new settings: Invalid argument
not setting speed
not setting duplex
not setting autoneg
そして、これは私のeth0情報です。
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: g
Wake-on: d
Link detected: yes
driver: bnx2
version: 2.1.11
firmware-version: bc 3.5.12 ipms 1.6.0
bus-info: 0000:04:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no
誰かが間違った場所を教えてくれませんか?
試しましたか、
Sudo ethtool -s eth0 speed 1000 duplex full autoneg off
しかし、私はZoredacheのコメントをサポートしています。おそらくリンク速度を強制しないでください。リンク速度がなければそれが機能しない場合を除き、マシンをautonegに設定したままにし、ネットワークポートが適切な速度に設定されていることを確認してください。
自動ネゴシエーションは、IEEE 802.3-2002仕様のセクション28D.5に従って1000BASE-Tを使用するための 要件 であるため、1000BASE-Tで自動ネゴシエーションを無効にすることはできません。
試してください-
Sudo ethtool -s eth0 speed 1000 duplex full autoneg on