[ 111.322967] wlcore: ERROR ELP wakeup timeout!
[ 111.327636] ------------[ cut here ]------------
[ 111.332672] WARNING: at /home/snq/rowboat-android/TI_Android_JB_4.2.2_D)
[ 111.352722] Modules linked in: wlcore_sdio(O) omaplfb(O) pvrsrvkm(O) wl)
[ 111.365509] Backtrace:
[ 111.368164] [<c00176e8>] (dump_backtrace+0x0/0x114) from [<c05a7404>] ()
[ 111.377136] r6:00000322 r5:bf0c0f74 r4:00000000 r3:c080b420
[ 111.383209] [<c05a73e4>] (dump_stack+0x0/0x24) from [<c0043cc0>] (warn_)
[ 111.392639] [<c0043c64>] (warn_slowpath_common+0x0/0x74) from [<c0043d0)
[ 111.402801] r8:00000000 r7:bf0dcaf8 r6:ffffb618 r5:c080cbf8 r4:cad65820
[ 111.409790] r3:00000009
[ 111.412658] [<c0043cd8>] (warn_slowpath_null+0x0/0x34) from [<bf0c0f74>)
[ 111.424346] [<bf0c0ef4>] (wl12xx_queue_recovery_work+0x0/0x88 [wlcore]))
[ 111.436981] r4:cad65820 r3:c080b420
[ 111.440948] [<bf0c99b4>] (wl1271_ps_elp_wakeup+0x0/0x218 [wlcore]) from)
[ 111.453033] [<bf0bca0c>] (wl1271_op_hw_scan+0x0/0xec [wlcore]) from [<b)
[ 111.465515] [<bf04a894>] (__ieee80211_start_scan+0x0/0x59c [mac80211]) )
[ 111.478576] [<bf04b924>] (ieee80211_request_scan+0x0/0x54 [mac80211]) f)
[ 111.490570] r5:cae1bc2c r4:cad98400
[ 111.494720] [<bf0587b0>] (ieee80211_scan+0x0/0xa4 [mac80211]) from [<bf)
[ 111.506866] [<bf019580>] (nl80211_trigger_scan+0x0/0x5a8 [cfg80211]) fr)
[ 111.517791] [<c0483e04>] (genl_rcv_msg+0x0/0x228) from [<c04832c0>] (ne)
[ 111.527038] [<c04831f4>] (netlink_rcv_skb+0x0/0xe8) from [<c0483dfc>] ()
[ 111.535827] r6:cad98600 r5:cf093ec0 r4:cf093ec0 r3:00000000
[ 111.541870] [<c0483dd0>] (genl_rcv+0x0/0x34) from [<c0482c78>] (netlink)
[ 111.550842] r4:00000000 r3:c0483dd0
[ 111.554687] [<c04829e8>] (netlink_unicast+0x0/0x2e0) from [<c0482fe4>] )
[ 111.564422] [<c0482d78>] (netlink_sendmsg+0x0/0x2d0) from [<c0454478>] )
[ 111.573669] [<c04543ac>] (sock_sendmsg+0x0/0xec) from [<c045483c>] (__s)
[ 111.582794] r9:00000000 r8:00000024 r6:cea8c840 r5:cae1a000 r4:cae1bf6c
[ 111.589996] [<c0454560>] (__sys_sendmsg+0x0/0x2f4) from [<c04565d4>] (s)
[ 111.598968] [<c0456588>] (sys_sendmsg+0x0/0x78) from [<c00138e0>] (ret_)
[ 111.608032] r6:00000003 r5:be82fb04 r4:401c0eec
[ 111.612976] ---[ end trace 08331fb7afb026b4 ]---
[ 111.619781] wlcore: Reading FW panic log
command failed: Connection timed out (-110)

i google it ,and i found below.

http://e2e.ti.com/support/wireless_connectivity/f/307/p/329596/1148196

This looks like the WLAN_IRQ line is not mapped correctly in the board file.

wl18xx module crash with "wlcore: ERROR ELP wakeup timeout!"的更多相关文章

  1. python - ImportError: No module named http.cookies error when installing cherrypy 3.2 - Stack Overflow

    python - ImportError: No module named http.cookies error when installing cherrypy 3.2 - Stack Overfl ...

  2. ModuleNotFoundError: No module named '_pydevd_bundle.pydevd_cython' error on debug

    现象:pycharm调试代码出现错误:ModuleNotFoundError: No module named '_pydevd_bundle.pydevd_cython' error on debu ...

  3. maven项目报错--Cannot change version of project facet Dynamic Web Module to 3.0 Error in Eclipse

    错误原因: 使用ecplise构建的maven骨架默认支持的是web2.3的版本,当使用这个创建3.0版本的web项目时则会报这样的错误: Cannot change version of proje ...

  4. How to fix Cannot change version of project facet Dynamic Web Module to 3.0 Error in Eclipse---转载

    How to fix Cannot change version of project facet Dynamic Web Module to 3.0 Error in Eclipse 原文:http ...

  5. 在Visual Studio Code 运行 webpack ./src/main.js --output-filename ./dist/bundle.js --output-path . --mode development 提示 Module no t found:Error:Can't resolve' 'jquery' 是因为vs code还没安装jquery

    在Visual Studio Code 运行 webpack ./src/main.js --output-filename ./dist/bundle.js --output-path . --mo ...

  6. No module named zope.interface error 的解决

    在 import zope.interface 时,出现错误 No module named zope.interface error根据 http://stackoverflow.com/quest ...

  7. IntelliJ IDEA连接cvs超时Error refreshing view: Timeout while trying to connect to host

    在使用IntelliJ IDEA连接cvs的时候,有时会报超时错误: Error refreshing view: Timeout while trying to connect to host: 1 ...

  8. module not exists: xxxx Error in ThinkPHP

    Introduction ThinkPHP is a very charming PHP framework to easily build a website. It's structured in ...

  9. vue项目运行报错:Module bulid failed: Error: Node Sass does not yet support your current environment

    出错起因:      从GitLab clone项目 --> 用 npm install 命令下载依赖包 --> #npm run dev,报错 错误截图: 解决方法:   思路:单独 i ...

随机推荐

  1. ZOJ 2476 Total Amount

    题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2476 Time Limit: 2 Seconds         ...

  2. Android常用Permission

    位置相关: android.permission.WRITE_GSERVICES 允许程序修改Google服务地图(Allows an application to modify the Google ...

  3. storm配置

    配置 Storm 有大量配置项用于调整 nimbus.supervisors 和拓扑的行为.有些配置项是系统级的配置项,在拓扑中不能修改,另外一些配置项则是可以在拓扑中修改的. 每一个配置项都在 St ...

  4. ASP.NET MVC 实现AJAX跨域请求的两种方法

    通常发送AJAX请求都是在本域内完成的,也就是向本域内的某个URL发送请求,完成部分页面的刷新.但有的时候需要向其它域发送AJAX请求,完成数据的加载,例如Google. 在ASP.NET MVC 框 ...

  5. javascript动画效果之多物体缓冲运动

    这个是通过一个for循环控制的三个li标签,被鼠标触发则会有一个宽度增加和减少的事件 html和css同样写在一起方便察看,这里就是简单的布局,重点在js <!DOCTYPE html> ...

  6. ural 1049. Brave Balloonists(标准分解式,数论)

    1049. Brave Balloonists Time limit: 2.0 secondMemory limit: 64 MB Ten mathematicians are flying on a ...

  7. JS 经典代码段总结 start from 2016-08-22

    1.for(var i = 0, max = myArray.length; i < max ; i++){ //用myArrayy[i]来做点什么 } 用max存储myArray的长度,防止每 ...

  8. C++中##(两个井号)和#(一个井号)用法

    C(和C++)中的宏(Macro)属于编译器预处理的范畴,属于编译期概念(而非运行期概念).下面对常遇到的宏的使用问题做了简单总结.关 于#和##在C语言的宏中,#的功能是将其后面的宏参数进行字符串化 ...

  9. Hibernate框架--对象的状态,缓存, 映射

    回顾Hibernate第二天: 1.  一对多与多对一 2. 多对多 3. inverse/cascade 4. 关联关系的维护 一对多: <set name="映射的集合属性&quo ...

  10. 转:jmeter之线程组

    虽然有三个添加线程组的选项,名字不一样, 创建之后,其界面是完全一样的.之前的版本只有一个线程组的名字.现在多一个setUp theread Group 与terDown Thread Group 1 ...