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 ...
随机推荐
- mysql简单建表
MySQL 字段约束 null,not null,default,auto_increment [来源于] 没有规矩,不成方圆,任何事物都是如此.在MySQL中,每个字段定义都包含附加约束或者修饰符, ...
- EasyuiAPI:布局
一.Panel(面板) 1.通过标签创建: <div id="p" class="easyui-panel" title="My Panel&q ...
- git上传代码到github
git上传代码到github [root@bigdata-hadoop- ~]# git init [root@bigdata-hadoop- ~]# git add zeppelin [root@b ...
- NHibernate初步使用
1.创建一个网站项目:QuickStart 2.引用程序集:NHibernate.dll 3.更改配置文件加入以下节点: <configSections> <section name ...
- linux服务器被攻击处理过程
开始排查 首先检查日志,以前做过安全运维,所以写过类似于检查命令和工具,开始一一排查. #查看是否为管理员增加或者修改 find / -type f -perm #显示文件中查看是否存在系统以外的文件 ...
- MySQL慢日志分析-转载
/path/mysqldumpslow -s c -t 10 /database/mysql/slow-log这会输出记录次数最多的10条SQL语句,其中: -s, 是表示按照何种方式排序,c.t.l ...
- 10.按要求编写Java应用程序。 (1)创建一个叫做People的类: 属性:姓名、年龄、性别、身高 行为:说话、计算加法、改名 编写能为所有属性赋值的构造方法; (2)创建主类: 创建一个对象:名叫“张三”,性别“男”,年龄18岁,身高1.80; 让该对象调用成员方法: 说出“你好!” 计算23+45的值 将名字改为“李四”
package com.hanqi.test; public class People { private String name,sex; private int age; private doub ...
- WPFbutton样式
有四款button不同的风格 <Window x:Class="SjglzxRj.Window3" xmlns="http://schemas.microsoft. ...
- Deep Learning(深度学习)网络资源
Deep Learning(深度学习) ufldl的2个教程(这个没得说,入门绝对的好教程,Ng的,逻辑清晰有练习):一 ufldl的2个教程(这个没得说,入门绝对的好教程,Ng的,逻辑清晰有练习): ...
- iOS 打电话、发短信、发邮件功能
打电话 方法1 最简单最直接的方式:直接跳到拨号界面 NSURL *url = [NSURL URLWithString:@"tel://10010"]; [[UIApplicat ...