您尚未登录。

楼主 # 2022-06-06 10:51:12

lsy512
会员
注册时间: 2022-05-31
已发帖子: 9
积分: 25

V3S 接入wifi网卡,设置成monitor模式后skbuff: skb_over_panic error

我在V3S上接入一张wifi网卡,并设置成monitor模式就会出现下面这个错误,有人遇到过吗?
经过我测试发现是在内核开启了NAT才会出现这个问题提,关闭后就解决了,但是我又必须要用到NAT。

_# [ 481.630319] skbuff: skb_over_panic: text:bf06ecbc len:65327 put:359 head:c3170008 data:c3170040 tail:0xc317ff6f end:0xc317ff40 dev:
[ 481.642699] ------------[ cut here ]------------
[ 481.647311] kernel BUG at net/core/skbuff.c:105!
[ 481.651921] Internal error: Oops - BUG: 0 [#1] SMP ARM
[ 481.657052] Modules linked in: 88XXau(O)
[ 481.660983] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G O 4.13.0-licheepi-zero+ #35
[ 481.669492] Hardware name: Allwinner sun8i Family
[ 481.674189] task: c0a09680 task.stack: c0a00000
[ 481.678726] PC is at skb_panic+0x60/0x64
[ 481.682646] LR is at skb_panic+0x60/0x64
[ 481.686563] pc : [] lr : [] psr: 600f0193
[ 481.692811] sp : c0a01e18 ip : 00000000 fp : 40000006
[ 481.698028] r10: c0a02080 r9 : c431d000 r8 : 0000ff2f
[ 481.703245] r7 : c07627b0 r6 : c3170008 r5 : c3170040 r4 : c317ff6f
[ 481.709763] r3 : c4000000 r2 : 00000001 r1 : 02000005 r0 : 0000007d
[ 481.716282] Flags: nZCv IRQs off FIQs on Mode SVC_32 ISA ARM Segment none
[ 481.723493] Control: 10c5387d Table: 4311006a DAC: 00000051
[ 481.729230] Process swapper/0 (pid: 0, stack limit = 0xc0a00210)
[ 481.735228] Stack: (0xc0a01e18 to 0xc0a02000)
[ 481.739580] 1e00: 00000167 c3170008
[ 481.747748] 1e20: c3170040 c317ff6f c317ff40 c0823724 c317ff40 c053cec0 c431c000 c431d260
[ 481.755916] 1e40: c314a280 c3bdcc48 00000000 bf06ecbc c314a280 600f0113 00000000 c3b2a500
[ 481.764083] 1e60: c3b2a4fc c094a284 c0a02080 c0477dac c3b2a4f8 c0a01e80 00000000 c0477eac
[ 481.772251] 1e80: c0a01e80 c0a01e80 c3b2a508 c3b2a50c 00000000 c0a01ea0 c0a00000 c012327c
[ 481.780418] 1ea0: 00000000 00000006 c0a00000 c0a02098 c0a02080 00000100 c0a02080 c0123434
[ 481.788586] 1ec0: c3808000 c4003000 c0a01ec0 c0a424c0 0000000a 000046f3 c0a02d00 00200102
[ 481.796754] 1ee0: c3899060 c095160c 0000001a 00000000 00000000 c3808000 c4003000 c3e02d40
[ 481.804921] 1f00: 00000000 c0123884 c095160c c0164094 c0a16ce4 c0a04fb4 c400200c c0a01f48
[ 481.813089] 1f20: c4002000 c01014a4 c010808c 600f0013 ffffffff c0a01f7c c0a41a40 c0a00000
[ 481.821257] 1f40: c3e02d40 c010bdcc 00000000 00045620 0349c000 c01171c0 c0a00000 c0a04d48
[ 481.829424] 1f60: c0a04cec c0a3a622 c0a41a40 c0938a28 c3e02d40 00000000 0349c000 c0a01f98
[ 481.837592] 1f80: c0108088 c010808c 600f0013 ffffffff 00000051 00000000 c0a00000 c0155a68
[ 481.845759] 1fa0: 000000bb c0a41a40 c0a04cc0 ffffffff c0a41a40 c0155d48 c0a41a80 c0900c58
[ 481.853927] 1fc0: ffffffff ffffffff 00000000 c0900684 00000000 c0938a28 c0a41dd4 c0a04cd8
[ 481.862094] 1fe0: c0938a24 c0a0a8d0 4000406a 410fc075 00000000 4000807c 00000000 00000000
[ 481.870281] [] (skb_panic) from [] (skb_put+0x50/0x54)
[ 481.877706] [] (skb_put) from [] (usb_read_port_complete+0x9c/0x1d8 [88XXau])
[ 481.886896] [] (usb_read_port_complete [88XXau]) from [] (__usb_hcd_giveback_urb+0x80/0xe4)
[ 481.896987] [] (__usb_hcd_giveback_urb) from [] (usb_giveback_urb_bh+0x9c/0xec)
[ 481.906028] [] (usb_giveback_urb_bh) from [] (tasklet_action+0x74/0x110)
[ 481.914460] [] (tasklet_action) from [] (__do_softirq+0xc8/0x220)
[ 481.922282] [] (__do_softirq) from [] (irq_exit+0xd8/0x140)
[ 481.929588] [] (irq_exit) from [] (__handle_domain_irq+0x60/0xb4)
[ 481.937415] [] (__handle_domain_irq) from [] (gic_handle_irq+0x4c/0x90)
[ 481.945759] [] (gic_handle_irq) from [] (__irq_svc+0x6c/0x90)
[ 481.953230] Exception stack(0xc0a01f48 to 0xc0a01f90)
[ 481.958276] 1f40: 00000000 00045620 0349c000 c01171c0 c0a00000 c0a04d48
[ 481.966444] 1f60: c0a04cec c0a3a622 c0a41a40 c0938a28 c3e02d40 00000000 0349c000 c0a01f98
[ 481.974609] 1f80: c0108088 c010808c 600f0013 ffffffff
[ 481.979661] [] (__irq_svc) from [] (arch_cpu_idle+0x38/0x3c)
[ 481.987055] [] (arch_cpu_idle) from [] (do_idle+0xc0/0x138)
[ 481.994360] [] (do_idle) from [] (cpu_startup_entry+0x18/0x1c)
[ 482.001926] [] (cpu_startup_entry) from [] (start_kernel+0x374/0x380)
[ 482.010097] Code: e58d5008 e58d400c e58de010 ebf09d3c (e7f001f2)
[ 482.016186] ---[ end trace 0e11b3253337338a ]---
[ 482.020799] Kernel panic - not syncing: Fatal exception in interrupt
[ 482.027155] Rebooting in 5 seconds..
_

离线

楼主 #1 2022-06-06 16:37:54

lsy512
会员
注册时间: 2022-05-31
已发帖子: 9
积分: 25

Re: V3S 接入wifi网卡,设置成monitor模式后skbuff: skb_over_panic error

有大神遇到过吗

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn