これはこのサイトの最初の投稿です。私の問題は、イーサネット通信の問題に関連しているので、サーバーエラーに関連していると思います。同意しない場合は、この投稿を適切な場所に移動してください。ありがとうございます。
私はUSB3-GigEコンバータを使用しています。 LinuxボードにGigEがないからです。私の問題はウェブカメラに接続した後です。しばらく効果があり、画像を受け取ることができましたが、1〜2分後に停止しました。停止した後は何もpingできず、rxパケットにエラーが表示されます。カメラを接続する前の外観は次のとおりです
。ifconfig
ifconfig
eth1 Link encap:Ethernet HWaddr 00:13:3b:99:28:56
inet addr:192.168.0.117 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::213:3bff:fe99:2856/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:4000 Metric:1
RX packets:102 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:29172 (29.1 KB) TX bytes:6614 (6.6 KB)
カメラに接続して応答を停止した後も同様です。
ifconfig
eth1 Link encap:Ethernet HWaddr 00:13:3b:99:28:56
inet addr:192.168.0.117 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::213:3bff:fe99:2856/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:4000 Metric:1
RX packets:137338 errors:1604 dropped:0 overruns:0 frame:0
TX packets:3662 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:274563593 (274.5 MB) TX bytes:287885 (287.8 KB)
明らかにRXパケットに問題があるようです。理由はわかりません。ethtool eth1
出力は次のとおりです。
ethtool eth1
Settings for eth1:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 3
Transceiver: internal
Auto-negotiation: off
Cannot get wake-on-lan settings: Operation not permitted
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
答え1
MTUを見てみましょう。 USB3/GigEの問題かもしれませんが、1500に変更して続行してみてください。
ifconfig eth1 mtu 1500
編集:説明 - これは一時的な設定であり、再起動後も保持されません。