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 ...
随机推荐
- WebService第二天
WebService第二天 课程安排:(CXF+HESSIAN) 框架CXF概述(是什么,SOA概述,下载安装) CXF快速入门(服务端.客户端开发,日志拦截器,SOAP版本相互调用的) CXF与sp ...
- Linux增加swap分区大小
1. 查看当前分区情况 free -m 2. 增加 swap 大小, 2G 左右 dd if=/dev/zero of=/var/swap bs=1024 count=2048000 3. 设置交换文 ...
- 2016 Technology
rem 62.5%在chrome谷歌和其他浏览器不一样 http://www.5imoban.net/jiaocheng/div+css/201512191529.html http://blog.c ...
- $_SERVER 等超全局数组的用法 $_COOKIE $_GET $_SESSION
$_SERVER 服务器和执行环境信息 例如 $_SERVER['SERVER_NAME']; 当前运行脚本所在的服务器的主机名.如果脚本运行于虚拟主机中,该名称是由那个虚拟主机所设置的值决定.$_G ...
- 详解Bootstrap 定义按钮的样式(CSS)
以下样式可用于<a>, <button>, 或 <input> 元素上: 更多关于Bootstrap 定义CSS样式的可查看:http://v2.bootcss.c ...
- hdu_5877_Weak Pair(离散+DFS+树状数组)
题目链接:hdu_5877_Weak Pair 题意: 给你一棵树,让你找有多少对满足那两个条件的weak pair 题解: 有人用Treap,我不会,然后我用树状数组+离散来替代Treap,用DFS ...
- hdu_5831_Rikka with Parenthesis II(模拟)
题目链接:hdu_5831_Rikka with Parenthesis II 题意: 给你一些括号的排列,必须交换一次,能不能将全部的括号匹配 题解: 模拟一下括号的匹配就行了,注意要特判只有一对括 ...
- Java 中值传递和引用传递 区分
详细参见 http://blog.csdn.net/zzp_403184692/article/details/8184751
- js 日期格式化 函数
function formatDate(date,format){ var paddNum = function(num){ num += ""; return num.repla ...
- MongoDB执行计划分析详解
要保证数据库处于高效.稳定的状态,除了良好的硬件基础.高效高可用的数据库架构.贴合业务的数据模型之外,高效的查询语句也是不可少的.那么,如何查看并判断我们的执行计划呢?我们今天就来谈论下MongoDB ...