×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
ethtoolコマンドを実行して、[Speed]や[Duplex]の値がおかしいときは、以下のように強制的に修正して、状況が改善されるかどうかを確認する。 # ethtool -s eth0 speed ...
関連する質問
2015/04/09 · ポートは管理上ダウン (フラグはアップしていて、実行は非アクティブ) しています。 Raw. $ ifconfig eth0 eth0 Link encap:Ethernet ... Duplex:Full Port: ...
2019/10/01 · root@armadillo:~# ethtool -s eth0 speed 100 duplex full autoneg off root@armadillo:~# fec 30bf0000.ethernet eth0: Link is Down fec 30bf0000.
Automatic : デバイスに対してリンクオートネゴシエーションが強制されます。 Manual : Speed オプションおよび Duplex オプションを指定して、リンクネゴシエーションを ...
Linux correctly configures the device as a fixed link GE duplex connection, and traffic can be sent, but nothing is ever received. ... ifconfig. Because I am ...
Hi,. I'm using the zc706 evaluation board with the Avnet AES-FMC-NETW1-G expansion board providing 2 additional ethernet ports (eth1 and eth2) and I have to ...
2017/03/26 · Duplex Modeに関してはethtoolが入っているのが確認できたので、実際にDuplex ... Unisphere GUIからは右上にある設定(歯車マーク)からアクセス > ...
2020/01/21 · duplex の指定 (full fuplex). Copied! # ifconfig fxp0 media 100baseTX mediaopt full-duplex ...
1145 /* This function is called to start or restart the FEC during a link 1146 * change. This only happens when switching between half and full 1147 * duplex.