ICS Wired and Wireless connected at the same time? - Android Q&A, Help & Troubleshooting

I have a rooted ICS tablet with wireless and RJ45 ethernet which both work well on their own. However once the Wifi is turned on and connected the lan is unusable. The lan (eth0) doesn't even list under ifconfig when the wifi is connected. For example... (loopback device removed from each)
With wifi on (and connected) and no ethernet cable plugged in. Static Lan config details entered.
# ifconfig
eth0 Link encap:Ethernet HWaddr xxxxxxxxxx
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: xxxxxxxxxxxx Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:8
wlan0 Link encap:Ethernet HWaddr xxxxxxxxxx
inet addr:192.168.1.139 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: xxxxxxxxxxxx Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:128 errors:0 dropped:3148 overruns:0 frame:0
TX packets:121 errors:0 dropped:1 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:57072 (55.7 KiB) TX bytes:21477 (20.9 KiB)
When I plug in the Lan cable, with wifi still connected. So no ethernet device listed at all now.
# ifconfig
wlan0 Link encap:Ethernet HWaddr xxxxxxxxxxx
inet addr:192.168.1.139 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: xxxxxxxxxxxxxx Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10 errors:0 dropped:6105 overruns:0 frame:0
TX packets:6 errors:0 dropped:2 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:69219 (67.5 KiB) TX bytes:26190 (25.5 KiB)
And with the lan still connected but the Wifi disconnected.
# ifconfig
eth0 Link encap:Ethernet HWaddr xxxxxxxxxx
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: xxxxxxxxxxx Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:1740 (1.6 KiB)
Interrupt:8
wlan0 Link encap:Ethernet HWaddr xxxxxxxxxxxx
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:9 errors:0 dropped:2941 overruns:0 frame:0
TX packets:5 errors:0 dropped:4 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:26005 (25.3 KiB) TX bytes:21645 (21.1 KiB)
I know in Linux or Windows I can do this but I cannot figure out if it's possible in ICS.
Suggestions anyone?
Thanks

The eth0 device disappears once you connect the RJ45 cable to the switch?! Strange indeed.
Check the log using "dmesg" when this happens. It might give you some clues about what the kernel is up to during this.
Check what chip-set your device is using for networking. If you are unlucky, it's a combined chip for wifi and cable, only able to maintain one network stack / physical interface simultaneously. You'll find this in the kernel log as well.

kuisma said:
The eth0 device disappears once you connect the RJ45 cable to the switch?! Strange indeed.
Check the log using "dmesg" when this happens. It might give you some clues about what the kernel is up to during this.
Check what chip-set your device is using for networking. If you are unlucky, it's a combined chip for wifi and cable, only able to maintain one network stack / physical interface simultaneously. You'll find this in the kernel log as well.
Click to expand...
Click to collapse
Don't really know that much about this but I can see the stuff in the logs. Thanks for your help.
Here's what happens when I have the wifi connected and plug in the Lan.
Code:
[ 6087.391000] duplex
[ 6087.391000] 100m
[ 6087.392000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 6087.395000] changed the Multicast,mcount=2
[ 6087.399000] add mac address:33:33:00:00:00:01,bit=1
[ 6087.404000] add mac address:01:00:5e:00:00:01,bit=32
[ 6087.408000] set hash low=2,high=1
[ 6087.412000] changed the filter setting to :4
[ 6087.418000] changed the Multicast,mcount=3
[ 6087.420000] add mac address:33:33:ff:cd:ee:af,bit=60
[ 6087.425000] add mac address:33:33:00:00:00:01,bit=1
[ 6087.430000] add mac address:01:00:5e:00:00:01,bit=32
[ 6087.435000] set hash low=2,high=10000001
[ 6087.439000] changed the filter setting to :4
[ 6087.518000] changed the Multicast,mcount=3
[ 6087.518000] add mac address:33:33:ff:cd:ee:af,bit=60
[ 6087.521000] add mac address:33:33:00:00:00:01,bit=1
[ 6087.526000] add mac address:01:00:5e:00:00:01,bit=32
[ 6087.531000] set hash low=2,high=10000001
[ 6087.535000] changed the filter setting to :4
[ 6087.561000] cpufreq-meson: transition: 300000 --> 400000
[ 6087.812000] changed the Multicast,mcount=3
[ 6087.812000] add mac address:33:33:ff:cd:ee:af,bit=60
[ 6087.816000] add mac address:33:33:00:00:00:01,bit=1
[ 6087.821000] add mac address:01:00:5e:00:00:01,bit=32
[ 6087.826000] set hash low=2,high=10000001
[ 6087.830000] changed the filter setting to :4
[ 6087.834000] netdev_close
[ 6087.836000] NET MDA is stoped,val=8502!
[ 6087.841000] eth0: closed
And here's what happens when I turn off the wifi.
Code:
[ 6212.214000] init: service 'dhcpcd_wlan0' is being killed
[ 6212.221000] init: waitpid returned pid 12221, status = 00000009
[ 6212.222000] init: process 'dhcpcd_wlan0', pid 12221 exited
[ 6212.228000] -871x_drv - drv_close, bup=1
[ 6212.243000] rtl8192c_set_FwJoinBssReport_cmd mstatus(0)
[ 6212.322000] init: service 'wpa_supplicant' is being killed
[ 6212.325000] init: waitpid returned pid 12199, status = 00000009
[ 6212.328000] init: process 'wpa_supplicant', pid 12199 exited
[ 6212.584000] netdev_open
[ 6212.584000] NET MDA descpter start addr=e227e800
[ 6212.586000] write mac add to:e3ca1848: 00 01 23 cd ee af |..#...|
[ 6212.592000] Current DMA mode=0
[ 6212.595000] eth0: opened (irq 8).
[ 6212.598000] changed the Multicast,mcount=1
[ 6212.599000] add mac address:01:00:5e:00:00:01,bit=32
[ 6212.604000] set hash low=0,high=1
[ 6212.607000] changed the filter setting to :4
[ 6212.612000] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6212.634000] changed the Multicast,mcount=1
[ 6212.634000] add mac address:01:00:5e:00:00:01,bit=32
[ 6212.638000] set hash low=0,high=1
[ 6212.641000] changed the filter setting to :4
[ 6212.682000] +rtw_drv_halt
[ 6212.682000] ##########rtw_suspend_lock_uninit###########
[ 6212.684000] usbcore: deregistering interface driver rtl8192cu
[ 6212.690000] ###=> usb_read_port_complete => urb status(-108)
[ 6212.722000] +rtw_dev_remove
[ 6212.722000] rtw_sta_flush
[ 6212.944000] changed the Multicast,mcount=1
[ 6212.944000] add mac address:01:00:5e:00:00:01,bit=32
[ 6212.947000] set hash low=0,high=1
[ 6212.950000] changed the filter setting to :4
[ 6212.981000] ===> rtw_dev_unload
[ 6212.981000] usb_read_port_cancel
[ 6212.982000] usb_write_port_cancel
[ 6212.986000] ###> rtw_cmd_thread break.................
[ 6212.991000] ==> rtl8192cu_hal_deinit
[ 6212.994000] bkeepfwalive(0)
[ 6212.997000] card disble HWSM...........
[ 6213.006000] changed the Multicast,mcount=1
[ 6213.006000] add mac address:01:00:5e:00:00:01,bit=32
[ 6213.010000] set hash low=0,high=1
[ 6213.013000] changed the filter setting to :4
[ 6213.040000] <=== rtw_dev_unload
[ 6213.040000] +r871xu_dev_remove, hw_init_completed=0
[ 6213.044000] free_recv_skb_queue not empty, 4
[ 6213.047000] rtw_unregister_early_suspend
[ 6213.070000] =====> rtl8192c_free_hal_data =====
[ 6213.070000] <===== rtl8192c_free_hal_data =====
[ 6213.074000] usb attached..., try to reset usb device
[ 6213.261000] usb 2-1: reset high speed USB device using dwc_otg and address 3
[ 6213.472000] -r871xu_dev_remove, done
[ 6213.473000] -rtw_drv_halt
[ 6213.761000] cpufreq-meson: transition: 1000000 --> 900000
[ 6213.961000] cpufreq-meson: transition: 900000 --> 800000
[ 6213.981000] wifi 0
[ 6214.161000] usb 2-1: USB disconnect, address 3
[ 6214.361000] cpufreq-meson: transition: 800000 --> 700000
[ 6214.611000] duplex
[ 6214.611000] 100m
[ 6214.611000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 6214.615000] changed the Multicast,mcount=2
[ 6214.619000] add mac address:33:33:00:00:00:01,bit=1
[ 6214.624000] add mac address:01:00:5e:00:00:01,bit=32
[ 6214.628000] set hash low=2,high=1
[ 6214.632000] changed the filter setting to :4
[ 6214.636000] changed the Multicast,mcount=3
[ 6214.640000] add mac address:33:33:ff:cd:ee:af,bit=60
[ 6214.645000] add mac address:33:33:00:00:00:01,bit=1
[ 6214.650000] add mac address:01:00:5e:00:00:01,bit=32
[ 6214.655000] set hash low=2,high=10000001
[ 6214.659000] changed the filter setting to :4
[ 6214.700000] changed the Multicast,mcount=3
[ 6214.700000] add mac address:33:33:ff:cd:ee:af,bit=60
[ 6214.703000] add mac address:33:33:00:00:00:01,bit=1
[ 6214.708000] add mac address:01:00:5e:00:00:01,bit=32
[ 6214.713000] set hash low=2,high=10000001
[ 6214.717000] changed the filter setting to :4

meglome said:
Don't really know that much about this but I can see the stuff in the logs. Thanks for your help.
Here's what happens when I have the wifi connected and plug in the Lan.
[....]
Click to expand...
Click to collapse
Ok. The eth0 device closes down once the link transits to up. What if you try re-enabling eth0 with the link already up (i.e. already connected to the switch)?
# ifconfig eth0 up
It may be unlisted by ifconfig because it's down. "ifconfig -a" lists all interfaces, up as well as down, but it's dependent of which ifconfig you are using. The toolbox/busybox versions may be quite striped.

Related

[Q] HELP : Htc Desire - Wifi Data Connection problems

Hi to all,
I have some trouble with my htc desire and wifi.
I surfed a long but didnt find how to fix it.
My configuration :
Htc Desire : AMOLED
S-OFF
HBOOT : 6.97.1002
Table : CM7r2
Radio : 32.56.00.32U_5.17.05.23
Kernel : 2.6.35.14-snq-111011
Build : 3.14.405.1
Rom : Revolution v1.5 Data++
I can see wifi signal clearly and powerfully but it seems that packages wont arrive to my phone. Tried with router and a desire-hd-hotspot.
If i go on a webpage is like i am not connected (same for meteo update or any internet stuff) - but good signal and "connected" in any case
Some suggestions ?
I have putted in an output filetext the result of dmesg to see what's wrong with WLAN
[WLAN] wifi_set_power = 1
[ 1964.546173] bravo_wifi_power: 1
[ 1964.896697]
[WLAN] wifi_set_carddetect = 1
[ 1964.896881] bravo_wifi_set_carddetect: 1
[ 1964.897003]mmc0: card_present 1
[ 1964.897094] mmc0: Slot status change detected (0 -> 1)
[1964.898529]
[WLAN] Dongle Host Driver, version 4.218.204.2
[ 1967.114990]
[WLAN] DHD: dongle ram size is set to 294912(orig 294912)
[ 1967.911376]
[WLAN]irq: 239
[ 1967.925628] [WLAN] firmware version: wl0: Jun 17 2010 16:58:32 version 4.218.207.0
[ 1967.943115]
[WLAN] wifi: Disable 802.11n
[ 1968.089324] [WLAN] dhd_preinit_ioctls:str=0x6e756c6c207061636b657400
[ 1968.090942]
[WLAN] eth0: Broadcom Dongle Host Driver mac=XX:XX:XX:XXX:XX:XX
[ 1968.093414] (JUST HIDING MY INFO WITH "XX")
[WLAN] enter dhd_set_multicast_list
[ 1968.093688]
[WLAN] enter dhd_set_multicast_list
[ 1968.094787]
[WLAN] enter dhd_set_multicast_list
[ 1968.097412]
[WLAN] disassoc client!
[ 1969.392333]
[WLAN] Enter set packet filter
[ 1969.395965]
[WLAN] start to add pkt filter 100
[ 1969.398071]
[WLAN] RXFILTER-ADD MULTICAST filter
[ 1969.398254]
[WLAN] Enter set packet filter
[ 1969.399200]
[WLAN] start to add pkt filter 104
[ 1969.401245]
[WLAN] Enter set packet filter
[ 1969.402404]
[WLAN] start to add pkt filter 102
[ 1969.412109]
[WLAN] power active. ctrl_mask: 0x4
[ 1969.451568]
[WLAN] wl_iw_iscan_get_scan return to WE 202 bytes APs=1
[ 1969.569519]
[WLAN] pfn: set ssid = Trojan21 (MY LOLLING SSID NAME)
[ 1969.569641]
[WLAN] lightest is 0, weightest is 0, samessid = 65535
[ 1970.701141]
[WLAN] wake lock 15 secs!
[ 1970.701293]
[WLAN] Link UP
[ 1970.708984]
[WLAN] STA connect received 1
[ 1970.771911] (CONNECTED !!!!)
[WLAN] getpower: and_pm = 1, dhd_pm: 0, ctrl_mask: 0x4, usb_act: 1
[ 1970.771942]
[ 1972.779968]
[WLAN] Enter set packet filter
[ 1972.780975]
[WLAN] start to add pkt filter 101
[ 1972.781097]
[WLAN] ip: c0a8000b
[ 1972.878143]
[WLAN] Driver GET GATEWAY-ADD CMD!!!
[ 1972.878356]
[WLAN] gatewaybuf: c0a80001
[ 1974.416717]
[WLAN] Send Event ISCAN complete
[ 1974.417205]
[WLAN] wl_iw_iscan_get_scan return to WE 202 bytes APs=1
[ 1977.535278]
[GSNR] Gsensor enable
[ 1978.835418] eth0: no IPv6 routers present
[ 1981.263000]
[WLAN] Send Event ISCAN complete
[ 1983.881805]
[WLAN] wl_iw_iscan_get_scan return to WE 202 bytes APs=1
[ 1986.275421]
[WLAN] Send Event ISCAN complete
[ 2028.875457]
[WLAN] wl_iw_iscan_get_scan return to WE 202 bytes APs=1
[ 2029.657989]
[WLAN] Send Event ISCAN complete
[ 2034.312103]
[WLAN] wl_iw_iscan_get_scan return to WE 202 bytes APs=1
[ 2034.688476]
Binder Thread #(parent:zygote): vibrates 0 msec
[ 2055.366271] Binder Thread #(parent:zygote): vibrates 24 msec
[ 2055.366394] [ATS][set_vibration][successful]
[ 2055.390563] [VIB]gpio_timer_func
[ 2055.396057] er.ServerThread(parent:zygote): vibrates 0 msec
[ 2056.320800] Binder Thread #(parent:zygote): vibrates 0 msec
[ 2056.321105] Binder Thread #(parent:zygote): vibrates 24 msec
[ 2056.321228] [ATS][set_vibration][successful]
[ 2056.345458] [VIB]gpio_timer_func
[ 2056.346313] er.ServerThread(parent:zygote): vibrates 0 msec
[ 2056.528106] Binder Thread #(parent:zygote): vibrates 0 msec
[ 2056.528411] Binder Thread #(parent:zygote): vibrates 24 msec
[ 2056.528503] [ATS][set_vibration][successful]
[ 2056.552703] [VIB]gpio_timer_func
[ 2056.556823] er.ServerThread(parent:zygote): vibrates 0 msec
[ 2056.826660] Binder Thread #(parent:zygote): vibrates 0 msec
[ 2056.826873] Binder Thread #(parent:zygote): vibrates 24 msec
[ 2056.827056] [ATS][set_vibration][successful]
[ 2056.851562] [VIB]gpio_timer_func
[ 2056.856445] er.ServerThread(parent:zygote): vibrates 0 msec
[ 2057.022064]
Click to expand...
Click to collapse
and something like a loop...
I hope it will help to figure out what's happening
Maybe kernel is not working correctly ?
I did all format wipe ecc. before install all the new roms (cyano and revolution)
Any ideas ?
EDIT :
Fixed in this way :
Recovery -> wipe all : data dalvik cache sd ecc. -> reflash again the rom
If the brush into the other relatively new re-Radio would be more improve? Or use other ROM try it?

[REF] NT compatible source code on omappedia (pandaboard OMAP4 reference)

Others may know about this already but I had trouble finding it so I thought I should post it for everyone. The pandaboard binary and source is available for download at the locations below. I have switched out a system app and it works with some added functionality where other builds did not (wpa_supplicant).
Source:
http://omappedia.org/wiki/Android_Getting_Started#Gingerbread
Most recent release notes, source, and build instructions:
http://omappedia.org/wiki/L27.G.5_OMAP4_GingerBread_Release_Notes
Prebuilt binary:
http://www.omappedia.org/wiki/PandaBoard_L27.12.1-P2_Release_Notes#Prebuilt_binaries
This info has been extremely valuable to me in learning how to develop for the NT and I'm betting we can use this to work around some of the other limitations of the current system apps. Enjoy!
Porting ICS in pandaboard with my own kernel image.
<6>RPC: Registered named UNIX socket transport module.
<6>RPC: Registered udp transport module.
<6>RPC: Registered tcp transport module.
<6>RPC: Registered tcp NFSv4.1 backchannel transport module.
<6>Trying to unpack rootfs image as initramfs...
<6>Freeing initrd memory: 156K
<4>NetWinder Floating Point Emulator V0.97 (double precision)
<4>------------[ cut here ]------------
<4>WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
omap_init_opp_table: no hwmod or odev for hsi, [17] cannot add OPPs.
<d>Modules linked in:
[<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 65f8ea860415c04f ]---
<4>------------[ cut here ]------------
<4>WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
omap_init_opp_table: no hwmod or odev for hsi, [18] cannot add OPPs.
<d>Modules linked in:
[<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 65f8ea860415c050 ]---
<4>------------[ cut here ]------------
<4>WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
omap_init_opp_table: no hwmod or odev for aess, [19] cannot add OPPs.
<d>Modules linked in:
[<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 65f8ea860415c051 ]---
<4>------------[ cut here ]------------
<4>WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
omap_init_opp_table: no hwmod or odev for aess, [20] cannot add OPPs.
<d>Modules linked in:
[<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 65f8ea860415c052 ]---
<6>omap-iommu omap-iommu.0: ducati registered
<6>omap-iommu omap-iommu.1: tesla registered
<5>VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
<6>JFFS2 version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
<6>msgmni has been set to 911
<6>io scheduler noop registered
<6>io scheduler deadline registered
<6>io scheduler cfq registered (default)
<6>start plist test
<6>end plist test
<6>omap-rproc omap-rproc.1: powering up ipu
<6>virtio_rpmsg_bus virtio0: rpmsg backend virtproc probed successfully
<6>virtio_rpmsg_bus virtio1: rpmsg backend virtproc probed successfully
<6>Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
<6>omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
<6>omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
<6>omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[ 0.000000] Linux version 3.0.8-00511-g2a468a3-dirty ([email protected]) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #1 SMP Thu Dec 8 23:50:12 IST 2011
[ 0.000000] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c5387f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: OMAP4 Panda board
[ 0.000000] Reserving 33554432 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] OMAP4430 ES2.1
[ 0.000000] SRAM: Mapped pa 0x40300000 to va 0xfe400000 size: 0xd000
[ 0.000000] PERCPU: Embedded 8 pages/cpu @c14b0000 s8448 r8192 d16128 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 119936
[ 0.000000] Kernel command line: console=ttyO2,115200n8 mem=512M init=/init vram=32M omapfb.vram=0:16M androidboot.console=ttyO2
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 473MB = 473MB total
[ 0.000000] Memory: 466452k/466452k available, 57836k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc0052000 ( 296 kB)
[ 0.000000] .text : 0xc0052000 - 0xc06963a4 (6417 kB)
[ 0.000000] .data : 0xc0698000 - 0xc0702bd0 ( 427 kB)
[ 0.000000] .bss : 0xc0702bf4 - 0xc0c57a48 (5460 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:410
[ 0.000000] omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 3695 kB
[ 0.000000] per task-struct memory footprint: 1152 bytes
[ 0.047637] Calibrating delay loop... 1998.78 BogoMIPS (lpj=7806976)
[ 0.117950] pid_max: default: 32768 minimum: 301
[ 0.134246] Security Framework initialized
[ 0.140502] Mount-cache hash table entries: 512
[ 0.166839] CPU: Testing write buffer coherency: ok
[ 0.177185] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[ 0.180358] L310 cache controller enabled
[ 0.180664] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x5e470000, Cache size: 1048576 B
[ 0.206146] CPU1: Booted secondary processor
[ 0.273986] Brought up 2 CPUs
[ 0.279418] SMP: Total of 2 processors activated (4014.38 BogoMIPS).
[ 0.282043] devtmpfs: initialized
[ 0.395324] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for emif_fw
[ 0.401672] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_instr
[ 0.408111] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_1
[ 0.408203] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_2
[ 0.420806] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_abe
[ 0.427001] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_cfg
[ 0.433166] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
[ 0.439422] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
[ 0.446044] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for mpu_private
[ 0.452453] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for sl2if
[ 0.459472] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ohci
[ 0.466003] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ehci
[ 0.471801] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
[ 0.483978] omap_hwmod: mcpdm: cannot be enabled (3)
[ 0.501892] print_constraints: dummy:
[ 0.510284] NET: Registered protocol family 16
[ 0.518280] GPMC revision 6.0
[ 0.566528] EMIF0 is enabled with IRQ142
[ 0.576263] EMIF1 is enabled with IRQ143
[ 0.582641] Last reset was cold reset (PRM_RSTST=0x1)
[ 0.582641]
[ 0.599700] OMAP GPIO hardware version 0.1
[ 0.644744] omap_mux_init: Add partition: #1: core, flags: 2
[ 0.680694] omap_mux_init: Add partition: #2: wkup, flags: 2
[ 0.686859] error setting wl12xx data
[ 0.709106] omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
[ 0.714630] omap_hwmod_mux_init: Could not allocate device mux entry
[ 0.761199] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.767730] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
[ 0.772705] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.865325] OMAP DMA hardware revision 0.0
[ 1.086700] bio: create slab <bio-0> at 0
[ 1.115325] i2c-core: driver [twl] using legacy suspend method
[ 1.121734] i2c-core: driver [twl] using legacy resume method
[ 1.134460] SCSI subsystem initialized
[ 1.159240] usbcore: registered new interface driver usbfs
[ 1.170013] usbcore: registered new interface driver hub
[ 1.173858] usbcore: registered new device driver usb
[ 1.198272] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
[ 1.218658] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[ 1.224731] twl6030: PIH (irq 39) chaining IRQs 368..387
[ 1.245025] machine_constraints_voltage: VUSB: failed to apply 3300000uV constraint
[ 1.252716] twl_reg twl_reg.46: can't register VUSB, -22
[ 1.255950] twl_reg: probe of twl_reg.46 failed with error -22
[ 1.272033] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
[ 1.285308] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[ 1.296569] print_constraints: VCXIO: 1800 mV normal standby
[ 1.308227] print_constraints: VDAC: 1800 mV normal standby
[ 1.322021] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
[ 1.328887] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
[ 1.345916] print_constraints: CLK32KG:
[ 1.356567] print_constraints: VANA: 2100 mV normal standby
[ 1.377746] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[ 1.393402] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
[ 1.416778] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
[ 1.430450] omap-rproc omap-rproc.0: dsp is available
[ 1.440521] omap-rproc omap-rproc.1: ipu is available
[ 1.458618] Switching to clocksource 32k_counter
[ 1.462310] Switched to NOHz mode on CPU #0
[ 1.465545] Switched to NOHz mode on CPU #1
[ 1.908477] NET: Registered protocol family 2
[ 1.916381] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 1.927612] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 1.935424] TCP bind hash table entries: 16384 (order: 7, 589824 bytes)
[ 1.943237] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.947845] TCP reno registered
[ 1.952941] UDP hash table entries: 256 (order: 2, 20480 bytes)
[ 1.958587] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[ 1.961700] NET: Registered protocol family 1
[ 1.978546] RPC: Registered named UNIX socket transport module.
[ 1.978698] RPC: Registered udp transport module.
[ 1.986145] RPC: Registered tcp transport module.
[ 1.986236] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.993988] Trying to unpack rootfs image as initramfs...
[ 2.026916] Freeing initrd memory: 156K
[ 2.034698] NetWinder Floating Point Emulator V0.97 (double precision)
[ 2.095184] ------------[ cut here ]------------
[ 2.105895] WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
[ 2.112182] omap_init_opp_table: no hwmod or odev for hsi, [17] cannot add OPPs.
[ 2.114135] Modules linked in:
[ 2.122711] [<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[ 2.131256] [<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[ 2.139801] [<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[ 2.148040] [<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[ 2.155944] [<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[ 2.163665] [<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[ 2.171417] [<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
[ 2.175140] ---[ end trace 65f8ea860415c04f ]---
[ 2.175231] ------------[ cut here ]------------
[ 2.185821] WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
[ 2.192077] omap_init_opp_table: no hwmod or odev for hsi, [18] cannot add OPPs.
[ 2.192169] Modules linked in:
[ 2.202545] [<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[ 2.211090] [<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[ 2.219604] [<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[ 2.227844] [<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[ 2.235748] [<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[ 2.243438] [<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[ 2.251159] [<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
[ 2.254852] ---[ end trace 65f8ea860415c050 ]---
[ 2.258514] ------------[ cut here ]------------
[ 2.265502] WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
[ 2.271850] omap_init_opp_table: no hwmod or odev for aess, [19] cannot add OPPs.
[ 2.271972] Modules linked in:
[ 2.282348] [<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[ 2.290863] [<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[ 2.299377] [<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[ 2.307617] [<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[ 2.315521] [<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[ 2.323211] [<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[ 2.330932] [<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
[ 2.331054] ---[ end trace 65f8ea860415c051 ]---
[ 2.338317] ------------[ cut here ]------------
[ 2.345275] WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
[ 2.351654] omap_init_opp_table: no hwmod or odev for aess, [20] cannot add OPPs.
[ 2.353546] Modules linked in:
[ 2.362121] [<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[ 2.370635] [<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[ 2.379150] [<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[ 2.387390] [<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[ 2.395294] [<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[ 2.402984] [<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[ 2.410705] [<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
[ 2.411987] ---[ end trace 65f8ea860415c052 ]---
[ 2.438262] omap-iommu omap-iommu.0: ducati registered
[ 2.443237] omap-iommu omap-iommu.1: tesla registered
[ 2.583862] VFS: Disk quotas dquot_6.5.2
[ 2.589965] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 2.610137] JFFS2 version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
[ 2.620056] msgmni has been set to 911
[ 2.629028] io scheduler noop registered
[ 2.634124] io scheduler deadline registered
[ 2.640258] io scheduler cfq registered (default)
[ 2.641387] start plist test
[ 2.646362] end plist test
[ 2.664001] omap-rproc omap-rproc.1: powering up ipu
[ 2.666748] virtio_rpmsg_bus virtio0: rpmsg backend virtproc probed successfully
[ 2.685455] virtio_rpmsg_bus virtio1: rpmsg backend virtproc probed successfully
[ 2.704406] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.832885] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[ 2.876647] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[ 2.919281] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
<6>console [ttyO2] enabled
[ 4.263854] console [ttyO2] enabled
<6>omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[ 4.306304] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
<6>brd: module loaded
[ 4.467651] brd: module loaded
<6>loop: module loaded
[ 4.529876] loop: module loaded
<3>mtdoops: mtd device (mtddev=name/number) must be supplied
[ 4.557128] mtdoops: mtd device (mtddev=name/number) must be supplied
<6>usbcore: registered new interface driver asix
[ 4.588958] usbcore: registered new interface driver asix
<6>usbcore: registered new interface driver cdc_ether
[ 4.600830] usbcore: registered new interface driver cdc_ether
<6>usbcore: registered new interface driver net1080
[ 4.614013] usbcore: registered new interface driver net1080
<6>usbcore: registered new interface driver cdc_subset
[ 4.626647] usbcore: registered new interface driver cdc_subset
<6>usbcore: registered new interface driver zaurus
[ 4.639190] usbcore: registered new interface driver zaurus
<6>cdc_ncm: 04-Aug-2011
[ 4.647735] cdc_ncm: 04-Aug-2011
<6>usbcore: registered new interface driver cdc_ncm
[ 4.657562] usbcore: registered new interface driver cdc_ncm
<6>usbcore: registered new interface driver cdc_wdm
[ 4.674377] usbcore: registered new interface driver cdc_wdm
<6>Initializing USB Mass Storage driver...
[ 4.680725] Initializing USB Mass Storage driver...
<6>usbcore: registered new interface driver usb-storage
[ 4.696655] usbcore: registered new interface driver usb-storage
<6>USB Mass Storage support registered.
[ 4.707000] USB Mass Storage support registered.
<6>usbcore: registered new interface driver libusual
[ 4.716705] usbcore: registered new interface driver libusual
<6>usbcore: registered new interface driver usbtest
[ 4.733154] usbcore: registered new interface driver usbtest
<6>mousedev: PS/2 mouse device common for all mice
[ 4.755737] mousedev: PS/2 mouse device common for all mice
<4>i2c-core: driver [tm12xx_ts] using legacy suspend method
[ 4.779174] i2c-core: driver [tm12xx_ts] using legacy suspend method
<4>i2c-core: driver [tm12xx_ts] using legacy resume method
[ 4.793487] i2c-core: driver [tm12xx_ts] using legacy resume method
<4>i2c-core: driver [qtouch-obp-ts] using legacy suspend method
[ 4.808074] i2c-core: driver [qtouch-obp-ts] using legacy suspend method
<4>i2c-core: driver [qtouch-obp-ts] using legacy resume method
[ 4.821258] i2c-core: driver [qtouch-obp-ts] using legacy resume method
<4>i2c-core: driver [bh1780] using legacy suspend method
[ 4.836425] i2c-core: driver [bh1780] using legacy suspend method
<4>i2c-core: driver [bh1780] using legacy resume method
[ 4.848297] i2c-core: driver [bh1780] using legacy resume method
<6>twl6030_pwrbutton_probe: Enter
[ 4.863220] twl6030_pwrbutton_probe: Enter
<6>input: twl6030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl6030_pwrbutton/input/input0
[ 4.882507] input: twl6030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl6030_pwrbutton/input/input0
<6>using rtc device, twl_rtc, for alarms[ 4.927642] using rtc device, twl_rtc, for alarms<6>twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 4.938964] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
<6>i2c /dev entries driver
[ 4.951263] i2c /dev entries driver
<6>Driver for 1-wire Dallas network protocol.
[ 4.972259] Driver for 1-wire Dallas network protocol.
<6>OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
[ 4.997955] OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
<6>cpuidle: using governor ladder
[ 5.012634] cpuidle: using governor ladder
<6>cpuidle: using governor menu
[ 5.020202] cpuidle: using governor menu
<6>usbcore: registered new interface driver usbhid
[ 5.059936] usbcore: registered new interface driver usbhid
<6>usbhid: USB HID core driver
[ 5.069274] usbhid: USB HID core driver
<6>oprofile: using arm/armv7-ca9
[ 5.089599] oprofile: using arm/armv7-ca9
<6>TCP cubic registered
[ 5.097564] TCP cubic registered
<6>Initializing XFRM netlink socket
[ 5.104431] Initializing XFRM netlink socket
<6>NET: Registered protocol family 17
[ 5.112976] NET: Registered protocol family 17
<6>NET: Registered protocol family 15
[ 5.122039] NET: Registered protocol family 15
<5>Registering the dns_resolver key type
[ 5.131744] Registering the dns_resolver key type
<6>VFP support v0.3: [ 5.139404] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1
implementor 41 architecture 3 part 30 variant 9 rev 1
<6>ThumbEE CPU extension supported.
[ 5.156158] ThumbEE CPU extension supported.
<5>Registering SWP/SWPB emulation handler
[ 5.164947] Registering SWP/SWPB emulation handler
<4>mmc0: host does not support reading read-only switch. assuming write-enable.
[ 5.240356] mmc0: host does not support reading read-only switch. assuming write-enable.
<6>Reprogramming LPDDR2 timings to 400000000 Hz
[ 5.255950] Reprogramming LPDDR2 timings to 400000000 Hz
<6>mmc0: new SDHC card at address e624
[ 5.267974] mmc0: new SDHC c<3a>Prodw er aManatgemen ta dford TrIe OMsAPs4 .
e624
/C <6>O M A5P4. PM:2 7S5ta3ti9c0 ]de pePndoewnecyr a ddMeadn betawegeen mMePnUSS t<- >f EoMrI F, MTPUIS SO <->M AL4P_4P.ER
FG MPUSS <-> L3_MAIN_1.
[<6 > OM AP 45 .PM2: 8St9a2t4ic d5ep]e ndOeMnAcy addPe4d bPetMwe:en DSUtCAaTIt <i-c> Ld4_ePEpRe/CnFdGe anndc DyU CaATI d<-d> eLd3 .
etween MPUSS <-> EMIF, MPUSS <-> L4_PER/CFG MPUSS <-> L3_MAIN_1. b
x 5.301391] OMAP4 PM: Static dependency added between DUCATI <-> L4_PER/<4>sCrF_Gin ita:n dNo PDMIUC hCoAokT It o i<ni-t> s marLt3ref.le
[ 5.3<6>2sm0a5rt8re7f]l ex ssmarr_tirefnleixt.0: maNpo_s rP_MpIrobeC: ShmoarotRkef lteox driv eri niniittia lsizmeadr
treflex
[ 5.331756] sm<6a>smarrttrreeflfexl esxma rtsremfalrext.1r: eofmlape_sxr_.p0rb e Smmaaprt_Resflre_xp drriovebre :initia lizSemda
mtReflex driver initialize<6d>s
artreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
[ 5.344787] smartreflex smartreflex.1:<6> SommaratRpef_lsexr _Cplassr3 inoibteial:i zSedm
artReflex driver initialized
[ 5.354309] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
[ 5.362854] SmartReflex Class3 initialized
<6>mmcblk0: mmc0:e624 SD04G 3.69 GiB
[ 5.389984] mmcblk0: mmc0:e624 SD04G 3.69 GiB
<6> mmcblk0: p1
[ 5.413482] mmcblk0: p1
<6>clock: disabling unused clocks to save power
[ 5.550231] clock: disabling unused clocks to save power
<6>kmemleak: Kernel memory leak detector initialized
<6>kmemleak: Automatic memory scanning thread started
[ 5.569854] kmemleak: Kernel memory leak detector initialized
[ 5.574768] kmemleak: Automatic memory scanning thread started
<4>regulator_init_complete: VANA: incomplete constraints, leaving on
[ 5.595184] regulator_init_complete: VANA: incomplete constraints, leaving on
<4>regulator_init_complete: VDAC: incomplete constraints, leaving on
[ 5.611297] regulator_init_complete: VDAC: incomplete constraints, leaving on
<4>regulator_init_complete: VCXIO: incomplete constraints, leaving on
[ 5.626708] regulator_init_complete: VCXIO: incomplete constraints, leaving on
<6>twl_rtc twl_rtc: setting system clock to 2000-01-01 01:15:29 UTC (946689329)
[ 5.643402] twl_rtc twl_rtc: setting system clock to 2000-01-01 01:15:29 UTC (946689329)
<6>Freeing init memory: 296K
[ 5.660797] Freeing init memory: 296K
<4>init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[ 5.687225] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
<3>init: cannot open '/initlogo.rle'
[ 6.756805] init: cannot open '/initlogo.rle'
<3>omap-rproc omap-rproc.1: rproc_loader_cont: failed to load ducati-m3.bin
[ 21.054748] omap-rproc omap-rproc.1: rproc_loader_cont: failed to load ducati-m3.bin
<3>init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
[ 21.072052] init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
<3>init: cannot find '/system/bin/vold', disabling 'vold'
[ 21.086029] init: cannot find '/system/bin/vold', disabling 'vold'
<3>init: cannot find '/vendor/bin/pvrsrvinit', disabling 'pvrsrvinit'
[ 21.100372] init: cannot find '/vendor/bin/pvrsrvinit', disabling 'pvrsrvinit'
<3>init: cannot find '/system/bin/netd', disabling 'netd'
[ 21.114654] init: cannot find '/system/bin/netd', disabling 'netd'
<3>init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
[ 21.127960] init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
<3>init: cannot find '/system/bin/rild', disabling 'ril-daemon'
[ 21.141479] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
<3>init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger'
[ 21.156158] init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger'
<3>init: cannot find '/system/bin/app_process', disabling 'zygote'
[ 21.170898] init: cannot find '/system/bin/app_process', disabling 'zygote'
<3>init: cannot find '/system/bin/drmserver', disabling 'drm'
[ 21.184143] init: cannot find '/system/bin/drmserver', disabling 'drm'
<3>init: cannot find '/system/bin/mediaserver', disabling 'media'
[ 21.197326] init: cannot find '/system/bin/mediaserver', disabling 'media'
<3>init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'
[ 21.210723] init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'
<3>init: cannot find '/system/bin/installd', disabling 'installd'
[ 21.224121] init: cannot find '/system/bin/installd', disabling 'installd'
<3>init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[ 21.239166] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
<3>init: cannot find '/system/bin/keystore', disabling 'keystore'
[ 21.254180] init: cannot find '/system/bin/keystore', disabling 'keystore'
<3>init: property (null) has no value for writing to /sys/class/android_usb/android0/iManufacturer
[ 21.270629] init: property (null) has no value for writing to /sys/class/android_usb/android0/iManufacturer
<3>init: property (null) has no value for writing to /sys/class/android_usb/android0/iProduct
[ 21.289550] init: property (null) has no value for writing to /sys/class/android_usb/android0/iProduct
<3>init: cannot find '/system/bin/sh', disabling 'console'
[ 21.306518] init: cannot find '/system/bin/sh', disabling 'console'
Texas Instruments X-Loader 1.41 (Feb 2 2011 - 15:04:27)
Starting OS Bootloader from MMC/SD1 ...
U-Boot 1.1.4-g1632ce3f-dirty (Apr 4 2011 - 13:13:46)
Load address: 0x80e80000
DRAM: 1024 MB
Flash: 0 kB
Using default environment
In: serial
Out: serial
Err: serial

Ubuntu Touch port on Motorola Photon Q bootloops

Hello,
I am trying to port Touch for Photon Q.
I used the following roomservice.xml manifest file:
Code:
<manifest>
<remote fetch="git://github.com/" name="gh"/>
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="gh" revision="stable/cm-11.0" />
<project name="CyanogenMod/android_device_motorola_qcom-common" path="device/motorola/qcom-common" remote="gh" revision="stable/cm-11.0" />
<project name="CyanogenMod/android_kernel_motorola_msm8960-common" path="kernel/motorola/msm8960-common" remote="gh" revision="stable/cm-11.0" />
<project name="CyanogenMod/android_device_motorola_moto_msm8960" path="device/motorola/moto_msm8960" remote="gh" revision="cm-11.0-3.0" />
</manifest>
Unfortunately the device bootloops.
Can someone please have a look at my last_kmsg file below and tell me what might be wrong with the image?
Code:
[ 0.000000,0] Kernel command line: oops=panic console=null androidboot.console=ttyO0 console=tty0 lpj=67677 androidboot.hardware=qcom user_debug=31 androidboot.selinux=permissive androidboot.emmc=true androidboot.serialno=T025701LRK androidboot.baseband=msm androidboot.mode=normal androidboot.bootloader=0x109B battery= mot_sst=0 androidboot.carrier=sprint
[ 1.037479,0] wcd9xxx_slim_probe: failed to get slimbus tabla-slim logical address: -6
[ 1.103860,0] i2c-core: driver [tabla-i2c-core] using legacy suspend method
[ 1.103982,0] i2c-core: driver [tabla-i2c-core] using legacy resume method
[ 1.104501,0] Loading pn544 driver
[ 1.104654,0] pn544_probe : Probing pn544 driver
[ 1.104837,0] pn544_probe : PN544 Misc Minor: 26
[ 1.104959,0] pn544_probe : requesting IRQ 394
[ 1.105478,0] SCSI Media Changer driver v0.25
[ 1.106180,0] PPP generic driver version 2.4.2
[ 1.106424,0] PPP Deflate Compression module registered
[ 1.106485,0] PPP BSD Compression module registered
[ 1.108286,0] PPP MPPE Compression module registered
[ 1.108347,0] NET: Registered protocol family 24
[ 1.108438,0] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[ 1.108560,0] CSLIP: code copyright 1989 Regents of the University of California.
[ 1.108957,0] tun: Universal TUN/TAP device driver, 1.6
[ 1.109018,0] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 1.109873,0] usbcore: registered new interface driver asix
[ 1.109964,0] usbcore: registered new interface driver cdc_ether
[ 1.110086,0] usbcore: registered new interface driver net1080
[ 1.110239,0] usbcore: registered new interface driver cdc_subset
[ 1.110331,0] usbcore: registered new interface driver zaurus
[ 1.110483,0] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[ 1.110575,0] cdc_ncm: 04-Aug-2011
[ 1.110697,0] usbcore: registered new interface driver cdc_ncm
[ 1.110819,0] usbcore: registered new interface driver rmnet_usb
[ 1.111338,0] rmnet usb ctrl Initialized.
[ 1.111460,0] wcnss_wlan probed in built-in mode
[ 1.111857,0] rmnet_init: BAM devices[8]
[ 1.114787,0] msm_otg msm_otg: msm_otg probe
[ 1.114878,0] msm_otg msm_otg: OTG regs = e18a8000
[ 1.117289,0] msm_otg_probe: MSM OTG Driver will operate in ACCY CONTROL mode
[ 1.117350,0] msm_otg_init_sm: setting default inputs for ACCY mode
[ 1.117869,0] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.118358,0] usbcore: registered new interface driver cdc_acm
[ 1.118449,0] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 1.118632,0] usbcore: registered new interface driver usblp
[ 1.118693,0] Initializing USB Mass Storage driver...
[ 1.118785,0] usbcore: registered new interface driver usb-storage
[ 1.118907,0] USB Mass Storage support registered.
[ 1.118998,0] usbcore: registered new interface driver ums-alauda
[ 1.119151,0] usbcore: registered new interface driver ums-cypress
[ 1.119304,0] usbcore: registered new interface driver ums-datafab
[ 1.119395,0] usbcore: registered new interface driver ums-freecom
[ 1.119548,0] usbcore: registered new interface driver ums-isd200
[ 1.119670,0] usbcore: registered new interface driver ums-jumpshot
[ 1.119822,0] usbcore: registered new interface driver ums-karma
[ 1.119914,0] usbcore: registered new interface driver ums-onetouch
[ 1.120097,0] usbcore: registered new interface driver ums-sddr09
[ 1.120189,0] usbcore: registered new interface driver ums-sddr55
[ 1.120341,0] usbcore: registered new interface driver ums-usbat
[ 1.120494,0] usbcore: registered new interface driver usbserial
[ 1.120616,0] usbserial: USB Serial Driver core
[ 1.120708,0] USB Serial support registered for Qualcomm USB modem
[ 1.120860,0] usbcore: registered new interface driver qcserial
[ 1.120982,0] usbcore: registered new interface driver usb_ehset_test
[ 1.121135,0] usbcore: registered new interface driver diag_bridge
[ 1.121318,0] usbcore: registered new interface driver mdm_bridge
[ 1.121959,0] msm_hsusb msm_hsusb: [usb_gadget_probe_driver] hw_ep_max = 32
[ 1.123424,0] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 1.123515,0] android_usb gadget: Number of LUNs=1
[ 1.123638,0] lun0: LUN: removable file: (no medium)
[ 1.124278,0] android_usb gadget: android_usb ready
[ 1.125530,0] diagchar initialized now
[ 1.125835,0] mousedev: PS/2 mouse device common for all mice
[ 1.126110,0] gpio_set_debounce: gpio-184 status -22
[ 1.126323,0] gpio_set_debounce: gpio-11 status -22
[ 1.126567,0] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 1.126690,0] added keypad filter to input dev gpio-keys
[ 1.127941,0] input: keypad_8960 as /devices/platform/msm_ssbi.0/pm8921-core/pm8xxx-keypad/input/input1
[ 1.128094,0] added keypad filter to input dev keypad_8960
[ 1.128490,0] usbcore: registered new interface driver xpad
[ 1.128582,0] usbcore: registered new interface driver usb_acecad
[ 1.128704,0] acecad: v3.2:USB Acecad Flair tablet driver
[ 1.128826,0] usbcore: registered new interface driver aiptek
[ 1.128918,0] aiptek: v2.3 (May 2, 2007):Aiptek HyperPen USB Tablet Driver (Linux 2.6.x)
[ 1.129009,0] aiptek: Bryan W. Headley/Chris Atenasio/Cedric Brun/Rene van Paassen
[ 1.129162,0] usbcore: registered new interface driver gtco
[ 1.129284,0] GTCO usb driver version: 2.00.0006
[ 1.129375,0] usbcore: registered new interface driver hanwang
[ 1.129589,0] usbcore: registered new interface driver kbtab
[ 1.129650,0] kbtab: v0.0.2:USB KB Gear JamStudio Tablet driver
[ 1.129803,0] usbcore: registered new interface driver wacom
[ 1.129864,0] wacom: v1.52:USB Wacom tablet driver
[ 1.130016,0] atmxt_probe: Driver: atmxt-i2c, Version: YN-04-01, Date: 2012-06-28
[ 1.131329,0] atmxt_probe: Probe successful.
[ 1.131817,0] input: light-prox as /devices/virtual/input/input2
[ 1.132092,0] ct406_probe: CT406 part detected
[ 1.133038,0] input: pmic8xxx_pwrkey as /devices/platform/msm_ssbi.0/pm8921-core/pm8xxx-pwrkey/input/input3
[ 1.133648,0] using input dev keypad_8960 for key reset
[ 1.133770,0] using input dev pmic8xxx_pwrkey for key reset
[ 1.134594,0] using rtc device, pm8xxx_rtc, for alarms
[ 1.134747,0] rtc-pm8xxx rtc-pm8xxx: rtc core: registered pm8xxx_rtc as rtc0
[ 1.135083,0] i2c /dev entries driver
[ 1.135510,0] Linux media interface: v0.10
[ 1.135693,0] lirc_dev: IR Remote Control driver registered, major 235
[ 1.135815,0] IR NEC protocol handler initialized
[ 1.135876,0] IR RC5(x) protocol handler initialized
[ 1.135937,0] IR RC6 protocol handler initialized
[ 1.136029,0] IR JVC protocol handler initialized
[ 1.136120,0] IR Sony protocol handler initialized
[ 1.136212,0] IR RC5 (streamzap) protocol handler initialized
[ 1.136273,0] IR LIRC bridge handler initialized
[ 1.136395,0] Linux video capture interface: v2.00
[ 1.136548,0] usbcore: registered new interface driver uvcvideo
[ 1.136639,0] USB Video Class driver (v1.1.0)
[ 1.137036,0] ov8820_power_up R:97 P:95 D:0 A:54 1.8:8921_l29
[ 1.137097,0] ov8820_regulator_on: 8921_l29 1800000
[ 1.229574,0] ov8820 chipid: 8820
[ 1.552235,0] ov8820: match_id success
[ 1.552662,0] msm_sensor_register mctl_node_name[0] = video1
[ 1.552723,0] ov8820_power_down
[ 1.587852,0] ov8820_regulator_off: 1.8
[ 1.598046,0] mt9m114_power_up R:76 D:89 A:82 CLK:24000000
[ 1.657561,0] mt9m114 id: 2481
[ 1.657622,0] mt9m114: match_id success
[ 1.657927,0] msm_sensor_register mctl_node_name[1] = video3
[ 1.657988,0] mt9m114_power_down
[ 1.661956,0] Driver for 1-wire Dallas network protocol.
[ 1.679017,0] lm75 10-0048: hwmon0: sensor 'tmp105'
[ 1.699740,0] pm8xxx_tm_probe: OK
[ 1.700350,0] device-mapper: uevent: version 1.0.3
[ 1.700778,0] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: [email protected]
[ 1.701175,0] cpuidle: using governor ladder
[ 1.701236,0] cpuidle: using governor menu
[ 1.701663,0] mmc0: mci-version: 18
[ 1.703372,0] mmc0: bam physical base=0x12402000
[ 1.703433,0] mmc0: bam virtual base=0xe18b4000
[ 1.703555,0] mmc0: BAM device registered. bam_handle=0xdff2f000
[ 1.703708,0] sps:REVISION of BAM 0xe18b4000 is 0x5.
[ 1.704043,0] mmc0: Qualcomm MSM SDCC-BAM at 0x0000000012402000 irq 130
[ 1.704135,0] mmc0: Qualcomm MSM SDCC-DML at 0x0000000012400800
[ 1.704288,0] mmc0: No card detect facilities available
[ 1.704593,0] mmc0: Qualcomm MSM SDCC-core at 0x0000000012400000 irq 136,0 dma -1 dmacrcri -1
[ 1.704715,0] mmc0: 8 bit data mode enabled
[ 1.704776,0] mmc0: 4 bit data mode disabled
[ 1.704929,0] mmc0: polling status mode disabled
[ 1.704990,0] mmc0: MMC clock 400000 -> 96000000 Hz, PCLK 0 Hz
[ 1.705173,0] mmc0: Slot eject status = 0
[ 1.705234,0] mmc0: Power save feature enable = 1
[ 1.705295,0] mmc0: SPS-BAM data transfer mode available
[ 1.705569,0] mmc1: mci-version: 18
[ 1.708133,0] mmc1: bam physical base=0x12182000
[ 1.708255,0] mmc1: bam virtual base=0xe18fc000
[ 1.708316,0] mmc1: BAM device registered. bam_handle=0xdff2f600
[ 1.708530,0] sps:REVISION of BAM 0xe18fc000 is 0x5.
[ 1.708805,0] mmc1: Qualcomm MSM SDCC-BAM at 0x0000000012182000 irq 128
[ 1.708957,0] mmc1: Qualcomm MSM SDCC-DML at 0x0000000012180800
[ 1.709507,0] mmc1: Qualcomm MSM SDCC-core at 0x0000000012180000 irq 134,651 dma -1 dmacrcri -1
[ 1.709659,0] mmc1: 8 bit data mode disabled
[ 1.709720,0] mmc1: 4 bit data mode enabled
[ 1.709842,0] mmc1: polling status mode disabled
[ 1.709934,0] mmc1: MMC clock 400000 -> 96000000 Hz, PCLK 0 Hz
[ 1.710056,0] mmc1: Slot eject status = 0
[ 1.710117,0] mmc1: Power save feature enable = 1
[ 1.710209,0] mmc1: SPS-BAM data transfer mode available
[ 1.710605,0] pm8xxx_rgb_led_probe: num_leds is 3
[ 1.710758,0] Registered led device: red
[ 1.710880,0] create_pm8xxx_rgb_led: LED class red, gpio 175, can sleep = 1
[ 1.710941,0] create_pm8xxx_rgb_led: requested pwm for red, pwm_id=0
[ 1.711124,0] Registered led device: green
[ 1.711185,0] create_pm8xxx_rgb_led: LED class green, gpio 176, can sleep = 1
[ 1.711307,0] create_pm8xxx_rgb_led: requested pwm for green, pwm_id=1
[ 1.711429,0] Registered led device: blue
[ 1.711551,0] create_pm8xxx_rgb_led: LED class blue, gpio 177, can sleep = 1
[ 1.711613,0] create_pm8xxx_rgb_led: requested pwm for blue, pwm_id=2
[ 1.713230,0] Registered led device: torch-flash
[ 1.715214,0] usbcore: registered new interface driver usbhid
[ 1.715336,0] usbhid: USB HID core driver
[ 1.715702,0] logger: created 1024K log 'log_main'
[ 1.715855,0] logger: created 512K log 'log_events'
[ 1.716068,0] logger: created 64K log 'log_radio'
[ 1.716374,0] logger: created 64K log 'log_system'
[ 1.716648,0] zram: num_devices not specified. Using default: 1
[ 1.716709,0] zram: Creating 1 devices ...
[ 1.718327,0] usbcore: registered new interface driver snd-usb-audio
[ 1.719273,0] tabla_probe
[ 1.720158,0] msm_pcm_probe: dev name msm-voip-dsp
[ 1.720891,0] msm_pcm_probe: dev name msm-pcm-dsp
[ 1.721104,0] msm_pcm_probe: dev name msm-multi-ch-pcm-dsp
[ 1.721379,0] msm_pcm_probe: dev name msm-lowlatency-pcm-dsp
[ 1.722081,0] msm_compr_probe: dev name msm-compr-dsp
[ 1.722508,0] msm-pcm-lpa msm-pcm-lpa: msm_pcm_probe: dev name msm-pcm-lpa
[ 1.723302,0] msm8960_configure_headset_mic_gpios: US_EURO_, AV_SWITCH gpios not configured!!!
[ 1.723424,0] msm8960_audio_init Fail to configure headset mic gpios
[ 1.915458,0] MMI Battery EEPROM Read 192 Bytes
[ 1.915580,0] MMI Battery EEPROM Page 2 Checksum = 0
[ 1.926598,0] MMI Battery EEPROM Page 3 Checksum = 0
[ 1.926720,0] MMI Battery EEPROM Copyright Valid = 1
[ 1.926781,0] MMI Battery Full Capacity 0xAE
[ 1.926934,0] MMI Battery Peak Voltage 0xB9
[ 1.926995,0] MMI Battery DC Impedance 0x5E
[ 1.927086,0] MMI Battery Cell ID 0x4157
[ 1.937585,0] asoc: snd-soc-dummy-dai <-> MultiMedia1 mapping ok
[ 1.937921,0] asoc: snd-soc-dummy-dai <-> MultiMedia2 mapping ok
[ 1.938287,0] asoc: snd-soc-dummy-dai <-> CS-VOICE mapping ok
[ 1.938623,0] asoc: snd-soc-dummy-dai <-> VoIP mapping ok
[ 1.939020,0] asoc: snd-soc-dummy-dai <-> MultiMedia3 mapping ok
[ 1.939325,0] asoc: snd-soc-dummy-dai <-> SLIMBUS0_HOSTLESS mapping ok
[ 1.939783,0] asoc: snd-soc-dummy-dai <-> INT_FM_HOSTLESS mapping ok
[ 1.941156,0] asoc: msm-stub-rx <-> msm-dai-q6.241 mapping ok
[ 1.942621,0] asoc: msm-stub-tx <-> msm-dai-q6.240 mapping ok
[ 1.943934,0] mmc0: new high speed DDR MMC card at address 0001
[ 1.944300,0] mmcblk0: mmc0:0001 SEM08G 7.28 GiB
[ 1.944544,0] mmcblk0boot0: mmc0:0001 SEM08G partition 1 2.00 MiB
[ 1.944849,0] mmcblk0boot1: mmc0:0001 SEM08G partition 2 2.00 MiB
[ 1.945643,0] asoc: snd-soc-dummy-dai <-> MultiMedia4 mapping ok
[ 1.946070,0] asoc: snd-soc-dummy-dai <-> AUXPCM_HOSTLESS mapping ok
[ 1.946528,0] asoc: snd-soc-dummy-dai <-> HDMI_HOSTLESS mapping ok
[ 1.946955,0] asoc: snd-soc-dummy-dai <-> VoLTE mapping ok
[ 1.947443,0] asoc: snd-soc-dummy-dai <-> Voice2 mapping ok
[ 1.947871,0] asoc: snd-soc-dummy-dai <-> MultiMedia5 mapping ok
[ 1.948298,0] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 p39
[ 1.952357,0] asoc: msm-stub-rx <-> msm-dai-q6.12288 mapping ok
[ 1.952571,0] apanic: Bound to mmc block device 'mmcblk0p33(259:1)'
[ 1.952632,0] apanic: No panic data available
[ 1.954433,0] asoc: msm-stub-tx <-> msm-dai-q6.12289 mapping ok
[ 1.954616,0] mmcblk0boot1: unknown partition table
[ 1.956264,0] asoc: msm-stub-rx <-> msm-dai-q6.12292 mapping ok
[ 1.956477,0] mmcblk0boot0: unknown partition table
[ 1.956905,0] asoc: msm-stub-tx <-> msm-dai-q6.12293 mapping ok
[ 1.957271,0] asoc: msm-stub-rx <-> msm-dai-q6-hdmi.8 mapping ok
[ 1.957515,0] asoc: msm-stub-rx <-> msm-dai-q6.224 mapping ok
[ 1.957820,0] asoc: msm-stub-tx <-> msm-dai-q6.225 mapping ok
[ 1.958126,0] asoc: msm-stub-rx <-> msm-dai-q6.2 mapping ok
[ 1.958370,0] asoc: msm-stub-tx <-> msm-dai-q6.3 mapping ok
[ 1.958614,0] asoc: msm-stub-rx <-> msm-dai-q6.32773 mapping ok
[ 1.958919,0] asoc: msm-stub-tx <-> msm-dai-q6.32772 mapping ok
[ 1.959255,0] asoc: msm-stub-tx <-> msm-dai-q6.32771 mapping ok
[ 1.959560,0] msm8960_audrx_init : Tabla version 2
[ 1.959865,0] tabla_codec tabla_codec: Failed to add route ANCRight Headset Mic->MIC BIAS3 Internal1
[ 2.025026,0] asoc: tabla_rx1 <-> msm-dai-q6.16384 mapping ok
[ 2.026766,0] asoc: tabla_tx1 <-> msm-dai-q6.16385 mapping ok
[ 2.027315,0] asoc: tabla_tx2 <-> msm-dai-q6.16389 mapping ok
[ 2.027926,0] asoc: tabla_rx3 <-> msm-dai-q6.16388 mapping ok
[ 2.029909,0] input: msm8960-snd-card Button Jack as /devices/platform/soc-audio.0/sound/card0/input4
[ 2.030245,0] input: msm8960-snd-card Headset Jack as /devices/platform/soc-audio.0/sound/card0/input5
[ 2.034304,0] oprofile: using arm/armv7-krait
[ 2.034488,0] GACT probability NOT on
[ 2.034610,0] Mirror/redirect action on
[ 2.034671,0] u32 classifier
[ 2.034732,0] Actions configured
[ 2.034854,0] Netfilter messages via NETLINK v0.30.
[ 2.034976,0] nf_conntrack version 0.5.0 (12684 buckets, 50736 max)
[ 2.035495,0] ctnetlink v0.93: registering with nfnetlink.
[ 2.035586,0] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 2.035708,0] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 2.036166,0] xt_time: kernel timezone is -0000
[ 2.036410,0] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.036624,0] arp_tables: (C) 2002 David S. Miller
[ 2.036777,0] TCP bic registered
[ 2.036838,0] TCP cubic registered
[ 2.036899,0] TCP htcp registered
[ 2.036960,0] Initializing XFRM netlink socket
[ 2.037631,0] NET: Registered protocol family 10
[ 2.038730,0] Mobile IPv6
[ 2.038821,0] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 2.039066,0] IPv6 over IPv4 tunneling driver
[ 2.039768,0] NET: Registered protocol family 17
[ 2.039920,0] NET: Registered protocol family 15
[ 2.040042,0] Bridge firewalling registered
[ 2.040225,0] Bluetooth: RFCOMM TTY layer initialized
[ 2.040347,0] Bluetooth: RFCOMM socket layer initialized
[ 2.040439,0] Bluetooth: RFCOMM ver 1.11
[ 2.040531,0] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2.040622,0] Bluetooth: BNEP filters: protocol multicast
[ 2.040714,0] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.040897,0] L2TP core driver, V2.0
[ 2.041019,0] Registering the dns_resolver key type
[ 2.041110,0] VFP support v0.3: implementor 51 architecture 64 part 4d variant 1 rev 4
[ 2.041294,0] Registering SWP/SWPB emulation handler
[ 2.051060,0] clock_late_init() disabled 197 unused clocks
[ 2.058629,0] MSM Watchdog Initialized
[ 2.063482,1] registered taskstats version 1
[ 2.064886,0] EMU-det(request_gpios): requesting gpio[2] EMU_SCI_OUT_GPIO-205
[ 2.065008,0] EMU-det(request_gpios): gpio 205 is IN
[ 2.065160,0] EMU-det(request_gpios): exporting gpio EMU_SCI_OUT_GPIO-205
[ 2.065283,0] EMU-det(request_gpios): couldn't find OPTIONAL EMU_ID_EN_GPIO
[ 2.065405,0] EMU-det(request_gpios): requesting gpio[0] EMU_MUX_CTRL0_GPIO-107
[ 2.065466,0] EMU-det(request_gpios): gpio 107 is OUT
[ 2.065588,0] EMU-det(request_gpios): requesting gpio[1] EMU_MUX_CTRL1_GPIO-96
[ 2.065649,0] EMU-det(request_gpios): gpio 96 is OUT
[ 2.065771,0] EMU-det(request_gpios): requesting gpio[4] SEMU_PPD_DET_GPIO-174
[ 2.065862,0] EMU-det(request_gpios): gpio 174 is IN
[ 2.066046,0] EMU-det(request_gpios): exporting gpio SEMU_PPD_DET_GPIO-174
[ 2.066107,0] EMU-det(request_gpios): requesting gpio[5] SEMU_ALT_MODE_EN_GPIO-186
[ 2.066290,0] EMU-det(request_gpios): exporting gpio SEMU_ALT_MODE_EN_GPIO-186
[ 2.066412,0] EMU-det(request_gpios): couldn't find OPTIONAL EMU_ID_GPIO
[ 2.066473,0] EMU-det(request_gpios): requesting gpio[7] DMB_PPD_DET_GPIO-204
[ 2.066625,0] EMU-det(request_gpios): gpio 204 is IN
[ 2.066778,0] EMU-det(request_gpios): exporting gpio DMB_PPD_DET_GPIO-204
[ 2.066870,0] EMU-det(request_gpios): requesting gpio[8] DPLUS_GPIO-192
[ 2.067083,0] EMU-det(request_gpios): requesting gpio[9] DMINUS_GPIO-172
[ 2.067175,0] EMU-det(request_gpios): requesting gpio[10] WHISPER_UART_TX_GPIO-18
[ 2.067297,0] EMU-det(request_gpios): gpio 18 is OUT
[ 2.067450,0] EMU-det(request_gpios): exporting gpio WHISPER_UART_TX_GPIO-18
[ 2.067572,0] EMU-det(request_gpios): requesting gpio[11] WHISPER_UART_RX_GPIO-19
[ 2.067694,0] EMU-det(request_gpios): gpio 19 is IN
[ 2.067816,0] EMU-det(request_gpios): exporting gpio WHISPER_UART_RX_GPIO-19
[ 2.067907,0] EMU-det(request_gpios): requesting gpio[12] TX_PAIR_GPIO-173
[ 2.067999,0] EMU-det(request_gpios): requesting gpio[13] RX_PAIR_GPIO-193
[ 2.068090,0] EMU-det(emu_id_protection_setup): No neccessary action
[ 2.068182,0] EMU-det(emu_det_probe): done with gpios
[ 2.088600,0] mmc1: host does not support reading read-only switch. assuming write-enable.
[ 2.090614,0] mmc1: new high speed SDHC card at address 0001
[ 2.090950,1] mmcblk1: mmc1:0001 00000 14.6 GiB
[ 2.092629,1] msm_otg msm_otg: phy_reset: success
[ 2.093636,1] mmcblk1: p1
[ 2.197222,1] EMU-det(request_irqs): requesting irq[1] EMU_SCI_OUT_GPIO-577
[ 2.197802,1] EMU-det(request_irqs): requesting irq[0] SEMU_PPD_DET_GPIO-654
[ 2.198229,1] EMU-det(emu_det_probe): done with irqs
[ 2.198596,1] EMU-det(emu_det_probe): registered callback with PM8921
[ 2.200061,1] EMU-det(emu_det_probe): EMU detection driver started
[ 2.200824,1] rtc-pm8xxx rtc-pm8xxx: setting system clock to 2013-10-19 00:17:03 UTC (1382141823)
[ 2.202685,0] Battery Cell ID Found: 3
[ 2.204242,0] read_shutdown_soc: shutdown_soc = 100
[ 2.205280,0] read_ocv_trim: program rev reg is 0x37
[ 2.205493,0] read_ocv_trim: trim reg is 0x41
[ 2.205707,0] read_ocv_trim: trim delta is 8
[ 2.211200,0] adjust_remaining_charge_for_shutdown_soc: shutdown_soc = 100 forcing it now
[ 2.211475,0] adjust_remaining_charge_for_shutdown_soc: To force shutdown_soc = 100, rc = 1803730, pc = 100, ocv mv = 4310
[ 2.211963,0] adjust_remaining_charge_for_shutdown_soc: test revlookup pc = 100 for ocv = 4310
[ 2.212360,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 2.212788,0] pm8921_bms_probe: OK battery_capacity_at_boot=100 volt = 4277463 ocv = 4310000
[ 2.215626,0] get_prop_batt_status: alarm_state=0,batt_valid=0
[ 2.218525,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 2.227743,0] get_prop_batt_status: alarm_state=0,batt_valid=0
[ 2.228017,0] get_prop_batt_status: alarm_state=0,batt_valid=0
[ 2.230947,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 2.242575,0] EMU-det(emu_det_vbus_state): PM8921 USBIN callback: in
[ 2.245933,0] Battery Cell ID Found: 3
[ 2.250724,0] ALSA device list:
[ 2.251060,0] #0: msm8960-snd-card
[ 2.252189,0] Freeing init memory: 292K
[ 2.522539,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 2.645292,1] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 2.656767,1] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 2.672607,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 2.737433,1] EMU-det(detection_work): state CONFIG, time since last run -297270 ms
[ 2.737738,1] EMU-det(alt_mode_setup): SEMU_ALT_MODE_EN is standard
[ 2.757393,1] EMU-det(detection_work): state SAMPLE, time since last run 20 ms
[ 2.758675,0] EMU-det(adc_vbus_get): vbus=5106 mV
[ 2.817884,0] EMU-det(get_sense): SEMU_PPD_DET: ID floating
[ 2.877460,0] EMU-det(get_sense): No need to check DMB_PPD_DET_N
[ 2.877613,0] EMU-det(sense_dp_dm): D+/D- mask: 0x0
[ 2.877765,0] EMU-det(get_sense): irq=0, SESS_VLD, FLOAT, USB_DEV,
[ 2.877857,0] EMU-det(detection_work): SAMPLE keep waiting ...
[ 2.887532,0] EMU-det(detection_work): state SAMPLE, time since last run 130 ms
[ 2.888814,0] EMU-det(adc_vbus_get): vbus=5104 mV
[ 2.950038,0] EMU-det(get_sense): SEMU_PPD_DET: ID floating
[ 3.010224,0] EMU-det(get_sense): No need to check DMB_PPD_DET_N
[ 3.010376,0] EMU-det(sense_dp_dm): D+/D- mask: 0x0
[ 3.010499,0] EMU-det(get_sense): irq=0, SESS_VLD, FLOAT, USB_DEV,
[ 3.010682,0] EMU-det(detection_work): state IDENTIFY, time since last run 120 ms
[ 3.011994,0] EMU-det(adc_vbus_get): vbus=5104 mV
[ 3.068060,0] EMU-det(get_sense): SEMU_PPD_DET: ID floating
[ 3.127727,0] EMU-det(get_sense): No need to check DMB_PPD_DET_N
[ 3.127941,0] EMU-det(sense_dp_dm): D+/D- mask: 0x0
[ 3.128155,0] EMU-det(get_sense): irq=0, SESS_VLD, FLOAT, USB_DEV,
[ 3.128307,0] EMU-det(notify_accy): EMU detection Notify: USB
[ 3.128765,0] EMU-det(alt_mode_setup): SEMU_ALT_MODE_EN is standard
[ 3.128918,0] msm_otg msm_otg: received VBUS event
[ 3.129131,0] msm_otg msm_otg: UNDEFINED --> PERIPHERAL
[ 3.129406,0] pm8921_chg_accy_notify: pm8921_chg_accy_notify: accy_state: 7
[ 3.130566,0] pm8921_chg_accy_notify: pm8921_chg_accy_notify: accy_state: 0
[ 3.132824,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.147749,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.150343,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.164871,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.359102,0] vbatdet_low_irq_handler: batt fell below resume voltage charger enabled
[ 3.361910,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.454295,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.466076,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.478528,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.491103,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.503616,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.516007,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.528216,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.540698,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.552937,0] calculate_state_of_charge: Forcing SHUTDOWN_SOC = 100
[ 3.883045,0] initrd: checking filesystem integrity for the userdata partition
[ 3.894185,0] EXT3-fs (mmcblk0p39): error: couldn't mount because of unsupported optional features (40)
[ 3.929223,0] EXT2-fs (mmcblk0p39): error: couldn't mount because of unsupported optional features (44)
[ 4.142316,1] EXT4-fs (mmcblk0p39): recovery complete
[ 4.144147,1] EXT4-fs (mmcblk0p39): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[ 4.304715,1] initrd: checking filesystem for userdata took (including e2fsck) 0 seconds
[ 4.305325,1] initrd: mounting /dev/mmcblk0p39
[ 4.324523,1] EXT3-fs (mmcblk0p39): error: unrecognized mount option "discard" or missing value
[ 4.418251,1] EXT4-fs (mmcblk0p39): Ignoring delalloc option - requested data journaling mode
[ 4.419075,1] EXT4-fs (mmcblk0p39): mounted filesystem with journalled data mode. Opts: discard,data=journal
[ 4.430276,1] initrd: boot mode: ubuntu
[ 4.540759,0] initrd: mounting system.img (user mode)
[ 4.605737,0] EXT3-fs (loop1): error: couldn't mount because of unsupported optional features (40)
[ 4.639340,0] EXT2-fs (loop1): error: couldn't mount because of unsupported optional features (40)
[ 4.685060,0] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null)
[ 4.714939,0] initrd: device is moto_msm8960
[ 5.349427,1] initrd: checking fstab /root/var/lib/lxc/android/rootfs/fstab* for additional mount points
[ 5.351411,0] initrd: mounting /root/var/lib/lxc/android/system.img as /root/android/system
[ 5.587852,0] lm3532_bl_work: enabling PWM
[ 6.055974,0] init: ureadahead-touch main process (317) terminated with status 5
[ 10.313871,1] init: could not import file '/init.qcom.rc' from '/init.rc'
[ 10.697604,1] init: cannot open '/initlogo.rle'
[ 10.741278,1] healthd: wakealarm_init: timerfd_create failed
[ 10.758065,1] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[ 10.758248,1] init: cannot find '/system/bin/ubuntuappmanager.disabled', disabling 'ubuntuappmanager'
[ 10.762887,1] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
[ 10.763039,1] init: powerctl: cannot expand '${sys.powerctl}'
[ 10.763131,1] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
[ 10.763283,1] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
[ 10.767648,1] init: property 'persist.sys.usb.config' doesn't exist while expanding '${persist.sys.usb.config}'
[ 10.767831,1] init: cannot expand '${persist.sys.usb.config}' while assigning to 'sys.usb.config'
[ 10.876484,1] atmxt_active_handler: Received invalid data: 0xFF 0x90 0xB9 0xF5 0xF4 0x00 0x00 0x00 0xFF 0x90 0xB9 0xF5 0xF4 0x00 0x00 0x00.
[ 10.876606,1] atmxt_active_handler: Touch active handler failed with error code -22.
[ 13.802716,0] mdp4_calc_req_mdp_clk: src_h is zero!
[ 13.807477,0] mdp4_overlay_borderfill_stage_down: no base layer at mixer=1
[ 15.327819,1] [rmnet7] error: rmnet_ioct called for unsupported cmd[35585]
[ 21.964138,0] PMIC Initiated shutdown cpu_power_off cpu=0
[ 21.964169,1] PMIC Initiated shutdown cpu_power_off cpu=1
[ 21.964810,0] Powering off the SoC
[ 21.965084,0] Calling scm to disable arbiter
[ 21.965359,0] SCM returned even when asked to busy loop rc=-4
[ 21.965756,0] waiting on pmic to shut msm down
11 Corrected bytes, 0 unrecoverable blocks
CPU type is ACPU PVS: Nominal
Thanks!
P.S.
I wasn't able to publish in the development section, because I just registered to the forum.
I truncated the log, because it's too big. The full log is available at pastebin.com/Cziz7ywL
P.S.
I know that Photon Q is an old phone, but I had Nokia N900, and I think that having a phone with a hardware keyboard and running Linux is the best!

Wake up from suspend not working. p212 board

Hello guys
I have a p212 board (SoC:s905x) and a SDK for android 7.1. There is a problem
When I suspend the box (either via IR remote or command) It does not wakeup by any source. Neither Mouse and Keyboard (HID) nor IR remote can not wake it!
What is the reason for this?
I pasted UART log here (when I suspend it via IR remote:
Code:
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] request_suspend_state: sleep (0->3) at 117587466304 (2015-01-01 00:01:59.546593178 UTC)
[ [email protected]] request_suspend_state,164,old_sleep=0,new_state=3
[ [email protected]] early_suspend: call handlers
[ [email protected]] RTL871X: rtw_early_suspend
[ [email protected]] avmute set to 2
[ [email protected]] hdmitx: system: HDMITX: early suspend
[ [email protected]] hdmitx: system: unmux DDC for gpio read edid
[ [email protected]]
[ [email protected]] vdac_enable: on:0,module_sel:8
[ [email protected]] fb: osd_suspended
[ [email protected]] gxbb_pm: meson_system_early_suspend
[ [email protected]] early_suspend: sync
[ [email protected]] RTL871X: cfg80211_rtw_scan(wlan0)
[ [email protected]] RTL871X: cfg80211_rtw_scan: bBusyTraffic == _TRUE
[ [email protected]] RTL871X: rtw_android_priv_cmd: Android private cmd "SETSUSPENDMODE 0" on wlan0
[ [email protected]] RTL871X: Unknown PRIVATE command SETSUSPENDMODE 0 - ignored
[ [email protected]] RTL871X: rtw_android_priv_cmd: Android private cmd "SETSUSPENDMODE 1" on wlan0
[ [email protected]] RTL871X: Unknown PRIVATE command SETSUSPENDMODE 1 - ignored
[ [email protected]] PM: suspend entry 2015-01-01 00:02:01.751071888 UTC
[ [email protected]] PM: Syncing filesystems ... done.
[ [email protected]] Freezing user space processes ... (elapsed 0.317 seconds) done.
[ [email protected]] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
[ [email protected]] RTL871X: suspend start
[ [email protected]] RTL871X: ==> rtw_suspend_common (kworker/u8:2:2740)
[ [email protected]] RTL871X: LeaveAllPowerSaveModeDirect.....
[ [email protected]] RTL871X: LeaveAllPowerSaveModeDirect: Driver Already Leave LPS
[ [email protected]] RTL871X: rtw_cmd_thread(wlan0) stop_req:1, break
[ [email protected]] RTL871X: ==> rtw_suspend_normal(wlan0) entry....
[ [email protected]] RTL871X: ==> rtw_suspend_free_assoc_resource(wlan0) entry....
[ [email protected]] RTL871X: rtw_suspend_free_assoc_resource Sharif-WiFi(78:8a:20:dd:ff:56), length:11 assoc_ssid.length:11
[ [email protected]] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ [email protected]] RTL871X: ### Clean STA_(0) info ###
[ [email protected]] RTL871X: free disconnecting network
[ [email protected]] RTL871X: rtw_cfg80211_unlink_bss(): cfg80211_unlink Sharif-WiFi!! () RTL871X: <== rtw_suspend_free_assoc_resource(wlan0) exit....
[ [email protected]] RTL871X: ==> rtw_suspend_free_assoc_resource(p2p0) entry....
[ [email protected]] RTL871X: <== rtw_suspend_free_assoc_resource(p2p0) exit....
[ [email protected]] RTL871X: CheckIPSStatus(): Read 0x100=0xff 0x86=0x00
[ [email protected]] RTL871X: ===> rtw_dev_unload
[ [email protected]] RTL871X: exit rtl8188es_xmit_thread
[ [email protected]] RTL871X: CheckIPSStatus(): Read 0x100=0xff 0x86=0x00
[ [email protected]] RTL871X: rtw_dev_unload: driver not in IPS
[ [email protected]] RTL871X: =>rtl8188es_hal_deinit
[ [email protected]] RTL871X: =>hal_poweroff_8188es
[ [email protected]] RTL871X: SetHwReg8188E: bMacPwrCtrlOn=0
[ [email protected]] RTL871X: SetHwReg8188E: bMacPwrCtrlOn=0
[ [email protected]] RTL871X: <=hal_poweroff_8188es
[ [email protected]] RTL871X: <=rtl8188es_hal_deinit
[ [email protected]] RTL871X: <=== rtw_dev_unload
[ [email protected]] RTL871X: ===> rtw_dev_unload
[ [email protected]] RTL871X: exit rtl8188es_xmit_thread
[ [email protected]] RTL871X: CheckIPSStatus(): Read 0x100=0x00 0x86=0x00
[ [email protected]] RTL871X: rtw_dev_unload: driver not in IPS
[ [email protected]] RTL871X: <=== rtw_dev_unload
[ [email protected]] RTL871X: <== rtw_suspend_normal(wlan0) exit....
[ [email protected]] RTL871X: rtw suspend success in 170 ms
[ [email protected]] RTL871X: <=== rtw_suspend_common return 0.............. in 180ms
[ [email protected]] RTL871X: cmd: sdio:0001:1: suspend: PM flag = 0x1
[ [email protected]] RTL871X: cmd: suspend with MMC_PM_KEEP_POWER
[ [email protected]] aml_snd_card: enter aml_suspend_pre
[ [email protected]] aml_T9015_audio_suspend!
[ [email protected]] aml_snd_card: enter aml_suspend_post
[ [email protected]] meson_uart c11084c0.serial: pull up rts
[ [email protected]] amvecm: suspend module
[ [email protected]] vdin_drv_suspend ok.
[ [email protected]] vdin_drv_suspend ok.
[ [email protected]] sysled: module suspend ok
[ [email protected]] meson-remote c8100580.rc: remote suspend
[ [email protected]] PM: suspend of devices complete after 343.218 msecs
[ [email protected]] gxbb_pm: enter meson_pm_prepare!
[ [email protected]] di: di_suspend
[ [email protected]] PM: late suspend of devices complete after 5.402 msecs
[ [email protected]] PM: noirq suspend of devices complete after 6.587 msecs
[ [email protected]] Disabling non-boot CPUs ...
[ [email protected]] CPU1: shutdown
[ [email protected]] CPU2: shutdown
[ [email protected]] CPU3: shutdown
[ [email protected]] gxbb_pm: enter meson_pm_suspend!
[ [email protected]] gxbb_pm: late_suspend: call handlers
[ [email protected]] gxbb_pm: late_suspend: sync
bl30 get wakeup sources!
process command 00000006
bl30 enter suspend!
cpu clk suspend rate 100000000
suspend_counter: 1
Enter ddr suspend
first time suspend
ddr suspend time: 1887us
store restore gp0 pll
process command 00000001
CEC cfg:0x002f
set vddee to 0x035cmv
08915d0000000000cec reset
kern log_addr:0x04
rx stat:00, tx stat:00
rx stat:00, tx stat:01
ping_cec_ll_tx:TX_ERROR
Set cec log_addr:0x04, ADDR0:14
I am very suspicious about this line:
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
Would anyone explain this?
Thanks.
salehdeh76 said:
Hello guys
I have a p212 board (SoC:s905x) and a SDK for android 7.1. There is a problem
When I suspend the box (either via IR remote or command) It does not wakeup by any source. Neither Mouse and Keyboard (HID) nor IR remote can not wake it!
What is the reason for this?
I pasted UART log here (when I suspend it via IR remote:
Code:
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] request_suspend_state: sleep (0->3) at 117587466304 (2015-01-01 00:01:59.546593178 UTC)
[ [email protected]] request_suspend_state,164,old_sleep=0,new_state=3
[ [email protected]] early_suspend: call handlers
[ [email protected]] RTL871X: rtw_early_suspend
[ [email protected]] avmute set to 2
[ [email protected]] hdmitx: system: HDMITX: early suspend
[ [email protected]] hdmitx: system: unmux DDC for gpio read edid
[ [email protected]]
[ [email protected]] vdac_enable: on:0,module_sel:8
[ [email protected]] fb: osd_suspended
[ [email protected]] gxbb_pm: meson_system_early_suspend
[ [email protected]] early_suspend: sync
[ [email protected]] RTL871X: cfg80211_rtw_scan(wlan0)
[ [email protected]] RTL871X: cfg80211_rtw_scan: bBusyTraffic == _TRUE
[ [email protected]] RTL871X: rtw_android_priv_cmd: Android private cmd "SETSUSPENDMODE 0" on wlan0
[ [email protected]] RTL871X: Unknown PRIVATE command SETSUSPENDMODE 0 - ignored
[ [email protected]] RTL871X: rtw_android_priv_cmd: Android private cmd "SETSUSPENDMODE 1" on wlan0
[ 117.962712[email protected]] RTL871X: Unknown PRIVATE command SETSUSPENDMODE 1 - ignored
[ [email protected]] PM: suspend entry 2015-01-01 00:02:01.751071888 UTC
[ [email protected]] PM: Syncing filesystems ... done.
[ [email protected]] Freezing user space processes ... (elapsed 0.317 seconds) done.
[ [email protected]] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
[ [email protected]] RTL871X: suspend start
[ [email protected]] RTL871X: ==> rtw_suspend_common (kworker/u8:2:2740)
[ [email protected]] RTL871X: LeaveAllPowerSaveModeDirect.....
[ [email protected]] RTL871X: LeaveAllPowerSaveModeDirect: Driver Already Leave LPS
[ [email protected]] RTL871X: rtw_cmd_thread(wlan0) stop_req:1, break
[ [email protected]] RTL871X: ==> rtw_suspend_normal(wlan0) entry....
[ [email protected]] RTL871X: ==> rtw_suspend_free_assoc_resource(wlan0) entry....
[ [email protected]] RTL871X: rtw_suspend_free_assoc_resource Sharif-WiFi(78:8a:20:dd:ff:56), length:11 assoc_ssid.length:11
[ [email protected]] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ [email protected]] RTL871X: ### Clean STA_(0) info ###
[ [email protected]] RTL871X: free disconnecting network
[ [email protected]] RTL871X: rtw_cfg80211_unlink_bss(): cfg80211_unlink Sharif-WiFi!! () RTL871X: <== rtw_suspend_free_assoc_resource(wlan0) exit....
[ [email protected]] RTL871X: ==> rtw_suspend_free_assoc_resource(p2p0) entry....
[ [email protected]] RTL871X: <== rtw_suspend_free_assoc_resource(p2p0) exit....
[ [email protected]] RTL871X: CheckIPSStatus(): Read 0x100=0xff 0x86=0x00
[ [email protected]] RTL871X: ===> rtw_dev_unload
[ [email protected]] RTL871X: exit rtl8188es_xmit_thread
[ [email protected]] RTL871X: CheckIPSStatus(): Read 0x100=0xff 0x86=0x00
[ [email protected]] RTL871X: rtw_dev_unload: driver not in IPS
[ [email protected]] RTL871X: =>rtl8188es_hal_deinit
[ [email protected]] RTL871X: =>hal_poweroff_8188es
[ [email protected]] RTL871X: SetHwReg8188E: bMacPwrCtrlOn=0
[ [email protected]] RTL871X: SetHwReg8188E: bMacPwrCtrlOn=0
[ [email protected]] RTL871X: <=hal_poweroff_8188es
[ [email protected]] RTL871X: <=rtl8188es_hal_deinit
[ [email protected]] RTL871X: <=== rtw_dev_unload
[ [email protected]] RTL871X: ===> rtw_dev_unload
[ [email protected]] RTL871X: exit rtl8188es_xmit_thread
[ [email protected]] RTL871X: CheckIPSStatus(): Read 0x100=0x00 0x86=0x00
[ [email protected]] RTL871X: rtw_dev_unload: driver not in IPS
[ [email protected]] RTL871X: <=== rtw_dev_unload
[ [email protected]] RTL871X: <== rtw_suspend_normal(wlan0) exit....
[ [email protected]] RTL871X: rtw suspend success in 170 ms
[ [email protected]] RTL871X: <=== rtw_suspend_common return 0.............. in 180ms
[ [email protected]] RTL871X: cmd: sdio:0001:1: suspend: PM flag = 0x1
[ [email protected]] RTL871X: cmd: suspend with MMC_PM_KEEP_POWER
[ [email protected]] aml_snd_card: enter aml_suspend_pre
[ [email protected]] aml_T9015_audio_suspend!
[ [email protected]] aml_snd_card: enter aml_suspend_post
[ [email protected]] meson_uart c11084c0.serial: pull up rts
[ [email protected]] amvecm: suspend module
[ [email protected]] vdin_drv_suspend ok.
[ [email protected]] vdin_drv_suspend ok.
[ [email protected]] sysled: module suspend ok
[ [email protected]] meson-remote c8100580.rc: remote suspend
[ [email protected]] PM: suspend of devices complete after 343.218 msecs
[ [email protected]] gxbb_pm: enter meson_pm_prepare!
[ [email protected]] di: di_suspend
[ [email protected]] PM: late suspend of devices complete after 5.402 msecs
[ [email protected]] PM: noirq suspend of devices complete after 6.587 msecs
[ [email protected]] Disabling non-boot CPUs ...
[ [email protected]] CPU1: shutdown
[ [email protected]] CPU2: shutdown
[ [email protected]] CPU3: shutdown
[ [email protected]] gxbb_pm: enter meson_pm_suspend!
[ [email protected]] gxbb_pm: late_suspend: call handlers
[ [email protected]] gxbb_pm: late_suspend: sync
bl30 get wakeup sources!
process command 00000006
bl30 enter suspend!
cpu clk suspend rate 100000000
suspend_counter: 1
Enter ddr suspend
first time suspend
ddr suspend time: 1887us
store restore gp0 pll
process command 00000001
CEC cfg:0x002f
set vddee to 0x035cmv
08915d0000000000cec reset
kern log_addr:0x04
rx stat:00, tx stat:00
rx stat:00, tx stat:01
ping_cec_ll_tx:TX_ERROR
Set cec log_addr:0x04, ADDR0:14
I am very suspicious about this line:
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
Would anyone explain this?
Thanks.
Click to expand...
Click to collapse
Hello! Did you solve the problem? I encountered the same problem when going to suspend
psrustik said:
Hello! Did you solve the problem? I encountered the same problem when going to suspend
Click to expand...
Click to collapse
I don't know the full details but when the SoC goes into suspend, it shuts down most of its functions and only operates at a very low level from bl30. One of the things it does monitor in this state is the IR receiver.
If you look in the uboot source code directory in uboot/board/amlogic/configs/gxl_p212_v1.h, you'll find some defines for CONFIG_IR_REMOTE_POWER_UP_KEY_VAL*. These define the IR remote codes that can wakeup the SoC from suspend mode.
I've tried setting these defines but I still wasn't able to wakeup my p212 device from suspend mode so there must be something more needed for this to work.

p212 board: wakeup problem

Hello guys
I have a p212 board (SoC:s905x) and a SDK for android 7.1. There is a problem
When I suspend the box (either via IR remote or command) It does not wakeup by any source. Neither Mouse and Keyboard (HID) nor IR remote can not wake it!
What is the reason for this?
I pasted UART log here (when I suspend it via IR remote:
Code:
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] ion_dev ion_dev.21: Fail to allocate buffer
[ [email protected]] request_suspend_state: sleep (0->3) at 117587466304 (2015-01-01 00:01:59.546593178 UTC)
[ [email protected]] request_suspend_state,164,old_sleep=0,new_state=3
[ [email protected]] early_suspend: call handlers
[ [email protected]] RTL871X: rtw_early_suspend
[ [email protected]] avmute set to 2
[ [email protected]] hdmitx: system: HDMITX: early suspend
[ [email protected]] hdmitx: system: unmux DDC for gpio read edid
[ [email protected]]
[ [email protected]] vdac_enable: on:0,module_sel:8
[ [email protected]] fb: osd_suspended
[ [email protected]] gxbb_pm: meson_system_early_suspend
[ [email protected]] early_suspend: sync
[ [email protected]] RTL871X: cfg80211_rtw_scan(wlan0)
[ [email protected]] RTL871X: cfg80211_rtw_scan: bBusyTraffic == _TRUE
[ [email protected]] RTL871X: rtw_android_priv_cmd: Android private cmd "SETSUSPENDMODE 0" on wlan0
[ [email protected]] RTL871X: Unknown PRIVATE command SETSUSPENDMODE 0 - ignored
[ [email protected]] RTL871X: rtw_android_priv_cmd: Android private cmd "SETSUSPENDMODE 1" on wlan0
[ [email protected]] RTL871X: Unknown PRIVATE command SETSUSPENDMODE 1 - ignored
[ [email protected]] PM: suspend entry 2015-01-01 00:02:01.751071888 UTC
[ [email protected]] PM: Syncing filesystems ... done.
[ [email protected]] Freezing user space processes ... (elapsed 0.317 seconds) done.
[ [email protected]1] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
[ [email protected]] RTL871X: suspend start
[ [email protected]] RTL871X: ==> rtw_suspend_common (kworker/u8:2:2740)
[ [email protected]] RTL871X: LeaveAllPowerSaveModeDirect.....
[ [email protected]] RTL871X: LeaveAllPowerSaveModeDirect: Driver Already Leave LPS
[ [email protected]] RTL871X: rtw_cmd_thread(wlan0) stop_req:1, break
[ [email protected]] RTL871X: ==> rtw_suspend_normal(wlan0) entry....
[ [email protected]] RTL871X: ==> rtw_suspend_free_assoc_resource(wlan0) entry....
[ [email protected]] RTL871X: rtw_suspend_free_assoc_resource Sharif-WiFi(78:8a:20:dd:ff:56), length:11 assoc_ssid.length:11
[ [email protected]] RTL871X: SetHwReg8188E(wlan0): [HW_VAR_MACID_WAKEUP] macid=0, org reg_0x48c=0x00000000
[ [email protected]] RTL871X: ### Clean STA_(0) info ###
[ [email protected]] RTL871X: free disconnecting network
[ [email protected]] RTL871X: rtw_cfg80211_unlink_bss(): cfg80211_unlink Sharif-WiFi!! () RTL871X: <== rtw_suspend_free_assoc_resource(wlan0) exit....
[ [email protected]] RTL871X: ==> rtw_suspend_free_assoc_resource(p2p0) entry....
[ [email protected]] RTL871X: <== rtw_suspend_free_assoc_resource(p2p0) exit....
[ [email protected]] RTL871X: CheckIPSStatus(): Read 0x100=0xff 0x86=0x00
[ [email protected]] RTL871X: ===> rtw_dev_unload
[ [email protected]] RTL871X: exit rtl8188es_xmit_thread
[ [email protected]] RTL871X: CheckIPSStatus(): Read 0x100=0xff 0x86=0x00
[ [email protected]] RTL871X: rtw_dev_unload: driver not in IPS
[ [email protected]] RTL871X: =>rtl8188es_hal_deinit
[ [email protected]] RTL871X: =>hal_poweroff_8188es
[ [email protected]] RTL871X: SetHwReg8188E: bMacPwrCtrlOn=0
[ [email protected]] RTL871X: SetHwReg8188E: bMacPwrCtrlOn=0
[ [email protected]] RTL871X: <=hal_poweroff_8188es
[ [email protected]] RTL871X: <=rtl8188es_hal_deinit
[ [email protected]] RTL871X: <=== rtw_dev_unload
[ [email protected]] RTL871X: ===> rtw_dev_unload
[ [email protected]] RTL871X: exit rtl8188es_xmit_thread
[ [email protected]] RTL871X: CheckIPSStatus(): Read 0x100=0x00 0x86=0x00
[ [email protected]] RTL871X: rtw_dev_unload: driver not in IPS
[ [email protected]] RTL871X: <=== rtw_dev_unload
[ [email protected]] RTL871X: <== rtw_suspend_normal(wlan0) exit....
[ [email protected]] RTL871X: rtw suspend success in 170 ms
[ [email protected]] RTL871X: <=== rtw_suspend_common return 0.............. in 180ms
[ [email protected]] RTL871X: cmd: sdio:0001:1: suspend: PM flag = 0x1
[ [email protected]] RTL871X: cmd: suspend with MMC_PM_KEEP_POWER
[ [email protected]] aml_snd_card: enter aml_suspend_pre
[ [email protected]] aml_T9015_audio_suspend!
[ [email protected]] aml_snd_card: enter aml_suspend_post
[ [email protected]] meson_uart c11084c0.serial: pull up rts
[ [email protected]] amvecm: suspend module
[ [email protected]] vdin_drv_suspend ok.
[ [email protected]] vdin_drv_suspend ok.
[ [email protected]] sysled: module suspend ok
[ [email protected]] meson-remote c8100580.rc: remote suspend
[ [email protected]] PM: suspend of devices complete after 343.218 msecs
[ [email protected]] gxbb_pm: enter meson_pm_prepare!
[ [email protected]] di: di_suspend
[ [email protected]] PM: late suspend of devices complete after 5.402 msecs
[ [email protected]] PM: noirq suspend of devices complete after 6.587 msecs
[ [email protected]] Disabling non-boot CPUs ...
[ [email protected]] CPU1: shutdown
[ [email protected]] CPU2: shutdown
[ [email protected]] CPU3: shutdown
[ [email protected]] gxbb_pm: enter meson_pm_suspend!
[ [email protected]] gxbb_pm: late_suspend: call handlers
[ [email protected]] gxbb_pm: late_suspend: sync
bl30 get wakeup sources!
process command 00000006
bl30 enter suspend!
cpu clk suspend rate 100000000
suspend_counter: 1
Enter ddr suspend
first time suspend
ddr suspend time: 1887us
store restore gp0 pll
process command 00000001
CEC cfg:0x002f
set vddee to 0x035cmv
08915d0000000000cec reset
kern log_addr:0x04
rx stat:00, tx stat:00
rx stat:00, tx stat:01
ping_cec_ll_tx:TX_ERROR
Set cec log_addr:0x04, ADDR0:14
I am very suspicious about this line:
[ [email protected]] cpufreq: cpufreq_suspend: Failed to stop governor for policy: ffffffc020cc6c00
Would anyone explain this?
Thanks.
hello did you have find solution i have same problem with x96 s905x
2gb 16gb

Categories

Resources