wl18xx module crash with "wlcore: ERROR ELP wakeup timeout!"
[ 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!"的更多相关文章
- 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 ...
- ModuleNotFoundError: No module named '_pydevd_bundle.pydevd_cython' error on debug
现象:pycharm调试代码出现错误:ModuleNotFoundError: No module named '_pydevd_bundle.pydevd_cython' error on debu ...
- 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 ...
- 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 ...
- 在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 ...
- No module named zope.interface error 的解决
在 import zope.interface 时,出现错误 No module named zope.interface error根据 http://stackoverflow.com/quest ...
- 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 ...
- module not exists: xxxx Error in ThinkPHP
Introduction ThinkPHP is a very charming PHP framework to easily build a website. It's structured in ...
- vue项目运行报错:Module bulid failed: Error: Node Sass does not yet support your current environment
出错起因: 从GitLab clone项目 --> 用 npm install 命令下载依赖包 --> #npm run dev,报错 错误截图: 解决方法: 思路:单独 i ...
随机推荐
- BOS物流管理系统-第八天
BOS物流管理系统-第八天-权限系统设计-Shiro 回顾: 两大块业务:基础设置模块,业务派单模块. 两天:权限控制. 拦截器大的范围的.纯登录级别(认证级别)大颗粒的权限控制的一种技术. Shir ...
- Javaweb 第6天JDBC课程
JDBC课程 两日大纲 ● JDBC基本操作 ● 预设语句对象 ● 自定义数据库工具类 ● JDBC批处理 ● 事务 ● 连接池 *********************************** ...
- 关于css3中transform的理解(只是改变状态未改变其真正的属性)
众所周知,在css3中可以用animation实现动画效果,在这里用一个transform:translateX举例. <div class="div1"></d ...
- HDU 1241Oil Deposits (DFS)
Problem Description The GeoSurvComp geologic survey company is responsible for detecting underground ...
- putty 中使用git
提交git pwd 查看当前目录 进入目录cd /home/gongfu/tripb/master 修改代码目录 git status 查看 修改的文件(新增的,删除的) git commit -m ...
- luci小记
LuCI使用controller目录下的lua脚本中的index函数来构造了一个dispatch树.cgi环境变量PATH_INFO会被用在dispatch树种,例如 cgi-bin/luci/foo ...
- bullet_01
#include <btBulletDynamicsCommon.h> #include <osgViewer/Viewer> #include <map> #in ...
- 一个文字无缝滚动的jQuery插件
直接上代码吧 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www. ...
- linux双线ip设置(不需额外增加路由表)
linux 双线ip设置(不需额外增加路由表,只需修改下面就ok了)修改 vi /etc/iproute2/rt_tables (增加电信和网通两个路由表) 增加252 ...
- 设n是奇数,证明:16|(n4+4n2+11)(整除原理1.1.1)
设n是奇数,证明:16|(n4+4n2+11) 解: 令n=2k+1,k∈z n4+4n2+11 =(2k+1)4+4(2k+1)2+11 =(4k2+4k+1)2+(2k+1)2+11 =16k4+ ...