奇妙なping動作

奇妙なping動作

次のコマンドを使用してLinuxディストリビューションを構築しました。ヨクトプロジェクト、カスタマイズはほとんどありません。シングルボードコンピュータで動作します。

このコンピュータでpingを実行すると、次の結果が表示されます。

PING 10.128.11.1 (10.128.11.1) 56(84) bytes of data.
64 bytes from 10.128.11.1: icmp_req=1 ttl=64 time=11.6 ms
64 bytes from 10.128.11.1: icmp_req=2 ttl=64 time=9.79 ms
64 bytes from 10.128.11.1: icmp_req=3 ttl=64 time=7.76 ms
64 bytes from 10.128.11.1: icmp_req=4 ttl=64 time=5.78 ms
64 bytes from 10.128.11.1: icmp_req=5 ttl=64 time=3.75 ms
64 bytes from 10.128.11.1: icmp_req=6 ttl=64 time=1.80 ms
64 bytes from 10.128.11.1: icmp_req=7 ttl=64 time=99.7 ms
64 bytes from 10.128.11.1: icmp_req=8 ttl=64 time=97.8 ms
64 bytes from 10.128.11.1: icmp_req=9 ttl=64 time=95.8 ms
64 bytes from 10.128.11.1: icmp_req=10 ttl=64 time=93.8 ms
64 bytes from 10.128.11.1: icmp_req=11 ttl=64 time=91.8 ms
64 bytes from 10.128.11.1: icmp_req=12 ttl=64 time=89.8 ms
64 bytes from 10.128.11.1: icmp_req=13 ttl=64 time=87.8 ms
-- snip --
64 bytes from 10.128.11.1: icmp_req=52 ttl=64 time=15.7 ms
64 bytes from 10.128.11.1: icmp_req=53 ttl=64 time=13.7 ms
64 bytes from 10.128.11.1: icmp_req=54 ttl=64 time=11.7 ms
64 bytes from 10.128.11.1: icmp_req=55 ttl=64 time=9.77 ms
64 bytes from 10.128.11.1: icmp_req=56 ttl=64 time=7.78 ms
64 bytes from 10.128.11.1: icmp_req=57 ttl=64 time=5.75 ms
64 bytes from 10.128.11.1: icmp_req=58 ttl=64 time=3.78 ms
64 bytes from 10.128.11.1: icmp_req=59 ttl=64 time=1.76 ms
64 bytes from 10.128.11.1: icmp_req=60 ttl=64 time=99.7 ms

値はパケットごとに 2ms の間減少し続け、次に 100ms に増加し、次に 2ms の間再び減少します。

インターフェイスを設定すると、奇妙なエラーが発生します(ただしインターフェイスは機能します)。

[   65.404850] irq 15: nobody cared (try booting with the "irqpoll" option)
[   65.404957] Pid: 661, comm: ifconfig Not tainted 3.8.1-yocto-standard #2
[   65.405036] Call Trace:
[   65.405136]  [<c10a9a39>] __report_bad_irq+0x29/0xd0
[   65.405237]  [<c13b18fd>] ? add_interrupt_randomness+0x1d/0x160
[   65.405329]  [<c10a9e65>] note_interrupt+0x165/0x1b0
-- snip --    
[   65.405617]  [<c112fcc3>] ? sys_ioctl+0x63/0x90
[   65.405617]  [<c1662970>] ? syscall_call+0x7/0xb
[   65.405617] handlers:
[   65.405617] [<c1473100>] rtl8139_interrupt
[   65.405617] Disabling IRQ #15

sysctl -Aこの動作を引き起こす可能性のある変数の出力を取得し、いくつかの変更を加えましたが、役に立ちませんでした。 IPv6を無効にしました。 RTカーネルを使ってみました。カーネルパラメータを試しacpi=noirq、ドライバがIRQ15を正しく登録したことを確認しましたirqpolldmesg

[    6.926691] 8139too: 8139too Fast Ethernet driver 0.9.28
[    6.927813] 8139too 0000:00:09.0 eth0: RealTek RTL8139 at 0x0001fc00, 00:05:b7:dd:53:25, IRQ 15

情報を見つけるためにカーネルのDocumentation / Documentation / networking /フォルダを検索しましたが、何も見つかりませんでした。私はGoogleを広く使用しましたが、何も見つかりませんでした。

この行動の源は何であるか知っていますか?

ベストアンサー1

問題は誤って設定されたBIOSです。デフォルトにリセットすると問題が解決しました。問題を引き起こす構成が見つかりません。完全性のためにこの答えを残してください。

おすすめ記事