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 ...
随机推荐
- hdu1010
#include <stdio.h>#include <string.h>#include <math.h> int n,m,t;char map[10][10]; ...
- python连接MongoDB
1.安装pymongo库 windows下: pip install pymongo 或者 easy_install install pymongo 2.使用pymongo模块连接mongoDB数据库 ...
- 转:Cocoa、Foundation、UIKit、Objective-c、XCode、Interface Builder的概念
Cocoa 是在Mac OS X系统上原生的一个编译环境.他包含两个框架,其实就是一系列的类库,Foundation和AppKit. 在你的iPhone等掌上设备上,使用的则是他的一个子类 - Coc ...
- JS复习:第二十章
一.JSON 1.JSON的语法可以表示以下三种类型的值: (1)简单值:字符串.数值.布尔值和null.如:5,“Hello,World!” (2)对象:javascript中对象字面量: var ...
- ajax成功案例
$.ajax({ type:"post", url:"<%=basePath%>getAllVersion", dataType:"jso ...
- highstock
$(function () { $.getJSON('http://www.hcharts.cn/datas/jsonp.php?filename=aapl-ohlcv.json&callba ...
- erlang套接字
Erlang的套接字可以有三种打开模式:主动(active).单次主动(active once)或被动(passive).这是通过在gen_tcp:connect(Address, Port, Opt ...
- .h 与 .hpp 文件
hpp,顾名思义等于.h加上.cpp,在boost.Xerces等开源库中频繁出现,偶在机缘巧合之下,学得一招半式,遂记录如下,以供参考学习. hpp,其实质就是将.cpp的实现代码混入.h头 ...
- KVM 命令行启动第一台虚拟机
KVM创建第一台虚拟机 1 创建一个镜像 [root@kvm ~]# qemu-img create -f raw /opt/CentOS6.-x86_64.raw 5G Formatting [ro ...
- JPA 系列教程15-继承-一个表-SINGLE_TABLE
继承映射策略 一个类继承结构一个表的策略,最终只生成一个表,这是继承映射的默认策略. 举例 如果实体类Teacher继承实体类Person,实体类Student也继承自实体Person,那么只会映射成 ...