| 
 
贡献190 
飞刀24 FD
注册时间2020-12-15
在线时间5 小时积分29 
 
 
 扫一扫,手机访问本帖  | 
 
| 自己设计的底板,用的a40i_c的核心板,使用原始的镜像文件,启动后提示如下错误,请问是什么问题,该如何解决? [   21.010089] gpu cooling callback set freq limit 384
 [   23.040048] ------------[ cut here ]------------
 [   23.045122] WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x1b0/0x238()
 [   23.053277] NETDEV WATCHDOG: eth0 (sun4i-emac): transmit queue 0 timed out
 [   23.060955] Modules linked in: mali(O) gt9xxnew_ts
 [   23.066226] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G        W  O 3.10.65 #96
 [   23.074191] [<c00178d0>] (unwind_backtrace+0x0/0xe8) from [<c0013fac>] (show_stack+0x20/0x24)
 [   23.083688] [<c0013fac>] (show_stack+0x20/0x24) from [<c06a2f6c>] (dump_stack+0x20/0x28)
 [   23.092706] [<c06a2f6c>] (dump_stack+0x20/0x28) from [<c0023b80>] (warn_slowpath_common+0x5c/0x7c)
 [   23.102682] [<c0023b80>] (warn_slowpath_common+0x5c/0x7c) from [<c0023be0>] (warn_slowpath_fmt+0x40/0x48)
 [   23.113340] [<c0023be0>] (warn_slowpath_fmt+0x40/0x48) from [<c05294d8>] (dev_watchdog+0x1b0/0x238)
 [   23.123485] [<c05294d8>] (dev_watchdog+0x1b0/0x238) from [<c003226c>] (call_timer_fn+0x60/0x154)
 [   23.133293] [<c003226c>] (call_timer_fn+0x60/0x154) from [<c0032f3c>] (run_timer_softirq+0x1d0/0x248)
 [   23.143619] [<c0032f3c>] (run_timer_softirq+0x1d0/0x248) from [<c002b7e8>] (__do_softirq+0x100/0x27c)
 [   23.153954] [<c002b7e8>] (__do_softirq+0x100/0x27c) from [<c002ba0c>] (do_softirq+0x54/0x60)
 [   23.163474] [<c002ba0c>] (do_softirq+0x54/0x60) from [<c002bc90>] (irq_exit+0x84/0xcc)
 [   23.172300] [<c002bc90>] (irq_exit+0x84/0xcc) from [<c00108a4>] (handle_IRQ+0x7c/0xa0)
 [   23.181119] [<c00108a4>] (handle_IRQ+0x7c/0xa0) from [<c000a334>] (gic_handle_irq+0x4c/0x6c)
 [   23.190523] [<c000a334>] (gic_handle_irq+0x4c/0x6c) from [<c06a8780>] (__irq_svc+0x40/0x70)
 [   23.199660] Exception stack(0xc0a3fec0 to 0xc0a3ff08)
 [   23.205440] fec0: c0a3ff08 00000005 5d4a8157 00000005 c197b238 c0b518b8 00000000 c0be5e7c
 [   23.214549] fee0: 5d41642b 00000005 00000000 c0a3ff3c 00000008 c0a3ff08 c0067fa8 c0477134
 [   23.223686] ff00: 000b0013 ffffffff
 [   23.227534] [<c06a8780>] (__irq_svc+0x40/0x70) from [<c0477134>] (cpuidle_enter_state+0x60/0xe8)
 [   23.237386] [<c0477134>] (cpuidle_enter_state+0x60/0xe8) from [<c04772d0>] (cpuidle_idle_call+0x114/0x234)
 [   23.248142] [<c04772d0>] (cpuidle_idle_call+0x114/0x234) from [<c0010d5c>] (arch_cpu_idle+0x18/0x48)
 [   23.258363] [<c0010d5c>] (arch_cpu_idle+0x18/0x48) from [<c0066bd4>] (cpu_startup_entry+0x128/0x208)
 [   23.268641] [<c0066bd4>] (cpu_startup_entry+0x128/0x208) from [<c069c2e0>] (rest_init+0xa0/0xbc)
 [   23.278538] [<c069c2e0>] (rest_init+0xa0/0xbc) from [<c09ceae0>] (start_kernel+0x2b4/0x308)
 [   23.287847] ---[ end trace 983cab6710d32da9 ]---
 
 PS:在网上搜索过解决“NETDEV WATCHDOG: eth0: transmit timed out”的方法:
 /boot/grub/menu.lst文件,在启动的核心kernel那行最后加上
 acpi=off noapic
 
 不知道是我编译的不对还是怎么,重新生成镜像后还是会出现一样的问题
 | 
 |