[Q] Is USB OTG available? - Legend Q&A, Help & Troubleshooting

So I've seen plenty of topics about other phones but had a difficult time finding anything regarding the HTC legend. I've already soldered my USB to micro USB and took a blade to a micro usb charger cord.
What I'm unsure about is how to tell if I went into USB host mode or not using the micro usb input I've got. It didn't have any noticable resistor on it, this is from a wall to phone charger if that matters.
I'm using Cyanogenmod 7.0 RC2
From what it looks like there's only the solder points for that + and - wires
Picture of micro usb input: http://i42.tinypic.com/116i493.jpg
Everything in one happy picture(do not click if bad soldering makes you cry): http://i41.tinypic.com/2ykxbtu.jpg
When I connected a mouse I don't use to see if the light would come on but that wasn't promising. I removed the micro usb when the little skateboarding startup logo showed and waited for the phone to start, when I plugged in my device dmesg only showed some ALS lines, which from short searching revealed it was something regarding GSM, but nothing regarding a mouse or anything about device.
Now I'm not expecting to use a USB mouse I want to use a USB keyboard(roll-up ) I just don't have a USB keyboard right now to really test.
Thanks for your time.

I compiled the kernel ver 2.6.25 for htc legend (cyanogen 7.2 rom), applied the hack from Sven Killing, hacked a home made cable for usb host mode and tested keyboard and mouse and both work fine!
I made some changes on the kernel (Kconfig and ehci-msm7201.c / .h), if somebody need it i can upload my kernel.
my kernel dmesg:
...
<6>[ 0.260314] [DISP]mdp_probe: initialized
<6>[ 0.260986] usbcore: registered new interface driver usbfs
<6>[ 0.261322] usbcore: registered new interface driver hub
<6>[ 0.261688] usbcore: registered new device driver usb
<6>[ 0.262207] msm_i2c_probe
<6>[ 0.262542] msm_i2c_probe: clk_ctl 315, 400000 Hz
<6>[ 0.264587] Bluetooth: Core ver 2.15
<6>[ 0.264862] NET: Registered protocol family 31
<6>[ 0.265075] Bluetooth: HCI device and connection manager initialized
<6>[ 0.265441] Bluetooth: HCI socket layer initialized
<6>[ 0.265838] Switching to clocksource gp_timer
<6>[ 0.267547] NET: Registered protocol family 2
<6>[ 0.267944] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>[ 0.268798] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
<6>[ 0.269531] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 0.270294] TCP: Hash tables configured (established 16384 bind 16384)
<6>[ 0.270507] TCP reno registered
<6>[ 0.270874] UDP hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 0.271087] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
<6>[ 0.271697] NET: Registered protocol family 1
<6>[ 0.272155] Unpacking initramfs...
<6>[ 0.291229] Freeing initrd memory: 144K
...
<6>[ 0.692687] tun: Universal TUN/TAP device driver, 1.6
<6>[ 0.692871] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
<6>[ 0.694946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<7>[ 0.695343] ehci_hcd: block sizes: qh 60 qtd 96 itd 160 sitd 96
<7>[ 0.695678] usb_hcd_msm7201_probe()
<7>[ 0.695861] initializing MSM7201/QSD8X50/MSM7227 USB Controller
<6>[ 0.716461] msm_hsusb msm_hsusb: Qualcomm MSM7201/QSD8X50/MSM7227 On-Chip EHCI Host Controller
<6>[ 0.716888] msm_hsusb msm_hsusb: new USB bus registered, assigned bus number 1
<7>[ 0.717132] msm_hsusb msm_hsusb: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
<7>[ 0.717620] msm_hsusb msm_hsusb: park 0
<7>[ 0.717834] msm_hsusb msm_hsusb: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
<6>[ 0.718261] msm_hsusb msm_hsusb: irq 47, io mem 0xa0800000
<6>[ 0.737243] hub 1-0:1.0: USB hub found
<6>[ 0.737457] hub 1-0:1.0: 1 port detected
<4>[ 0.738037] ------------[ cut here ]------------
<4>[ 0.738433] WARNING: at kernel/irq/manage.c:290 enable_irq+0x5c/0xb4()
<4>[ 0.738616] Unbalanced enable for IRQ 47
<4>[ 0.738983] Modules linked in:
<4>[ 0.739410] [<c00359e8>] (unwind_backtrace+0x0/0xf0) from [<c0072068>] (warn_slowpath_common+0x4c/0x64)
<4>[ 0.739807] [<c0072068>] (warn_slowpath_common+0x4c/0x64) from [<c0072100>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[ 0.740203] [<c0072100>] (warn_slowpath_fmt+0x2c/0x3c) from [<c00aa6a4>] (enable_irq+0x5c/0xb4)
<4>[ 0.740417] [<c00aa6a4>] (enable_irq+0x5c/0xb4) from [<c0275714>] (usb_hcd_msm7201_probe+0x25c/0x30c)
<4>[ 0.740814] [<c0275714>] (usb_hcd_msm7201_probe+0x25c/0x30c) from [<c0245e44>] (platform_drv_probe+0x18/0x1c)
<4>[ 0.741210] [<c0245e44>] (platform_drv_probe+0x18/0x1c) from [<c0244fb8>] (driver_probe_device+0xa8/0x158)
<4>[ 0.741607] [<c0244fb8>] (driver_probe_device+0xa8/0x158) from [<c02450c8>] (__driver_attach+0x60/0x84)
<4>[ 0.741973] [<c02450c8>] (__driver_attach+0x60/0x84) from [<c024480c>] (bus_for_each_dev+0x48/0x84)
<4>[ 0.742370] [<c024480c>] (bus_for_each_dev+0x48/0x84) from [<c0244144>] (bus_add_driver+0x9c/0x21c)
<4>[ 0.742584] [<c0244144>] (bus_add_driver+0x9c/0x21c) from [<c0245398>] (driver_register+0xa8/0x138)
<4>[ 0.742980] [<c0245398>] (driver_register+0xa8/0x138) from [<c0019938>] (ehci_hcd_init+0xac/0x108)
<4>[ 0.743377] [<c0019938>] (ehci_hcd_init+0xac/0x108) from [<c0030384>] (do_one_initcall+0x5c/0x1b0)
<4>[ 0.743743] [<c0030384>] (do_one_initcall+0x5c/0x1b0) from [<c0008410>] (kernel_init+0xb0/0x16c)
<4>[ 0.744140] [<c0008410>] (kernel_init+0xb0/0x16c) from [<c00318a8>] (kernel_thread_exit+0x0/0x8)
<4>[ 0.744384] ---[ end trace a88e7bb8f2db6923 ]---
<6>[ 0.745025] android init
<6>[ 0.745269] android_probe pdata: c0537a70
<6>[ 0.745635] f_adb init
<6>[ 0.745819] android_register_function adb
<6>[ 0.746032] f_mass_storage init
<6>[ 0.746276] fsg_probe pdev: c0537bd8, pdata: c05383bc
<6>[ 0.746795] android_register_function usb_mass_storage
<6>[ 0.746978] f_rndis init
<6>[ 0.747314] android_register_function rndis
<6>[ 0.747650] f_accessory init
<6>[ 0.747863] android_register_function accessory
<3>[ 0.748626] msm_i2c msm_i2c.0: error, status c8 (20,E4,00)(20,F4,00)(cnt:1,pos:0)
<3>[ 0.749053] msm_i2c msm_i2c.0: Error during data xfer (-5) (20,E4,00)
<6>[ 0.856872] synaptics_ts_probe: Product Major Version 1
<6>[ 0.857421] synaptics_ts_probe: Product Minor Version 3
<6>[ 0.857940] synaptics_ts_probe: product property 2
<6>[ 0.858642] synaptics_ts_probe: device control 81
<6>[ 0.859191] synaptics_ts_probe: interrupt enable 1
<6>[ 0.877288] synaptics_ts_probe: 0xe0: 1 1 1 2 1 3 0 0
<6>[ 0.896911] synaptics_ts_probe: Sensor properties 701
<6>[ 0.976715] synaptics_ts_probe: max_x 3668, max_y 5460
<6>[ 0.976928] synaptics_ts_probe: inactive_x -11 -11, inactive_y -11 -11
<6>[ 0.977294] synaptics_ts_probe: snap_x 0-0 0-0, snap_y 0-0 0-0
<6>[ 0.977508] synaptics_ts_probe: margin_pixel_left: 0, margin_pixel_right: 0, margin_pixel_top: 0, margin_pixel_bottom: 0
<6>[ 0.977874] synaptics_ts_probe: ts_raw_width: 3646, ts_raw_height: 5438
....
<6>[ 2.079620] [KEY] GPIO Matrix Keypad Driver: Start keypad matrix for legend-keypad in interrupt mode
<6>[ 2.080291] [KEY] GPIO Input Driver: Start gpio inputs for legend-keypad in interrupt mode
<6>[ 2.081024] input: legend-keypad as /devices/virtual/input/input3
<6>[ 2.082214] input: lightsensor-level as /devices/virtual/input/input4
<6>[ 2.082977] [LS][CM3602] set_ls_kvalue: ALS calibrated als_kadc=0x6da50053
<6>[ 2.083160] [LS][CM3602] set_ls_kvalue: als_kadc=0x53, als_gadc=0xc0
<6>[ 2.083374] [LS][CM3602] ls_table: data[0] , data[0] = 0, 0
<6>[ 2.083740] [LS][CM3602] ls_table: data[1] , data[1] = 0, e
<6>[ 2.083953] [LS][CM3602] ls_table: data[2] , data[2] = 0, 21
<6>[ 2.084320] [LS][CM3602] ls_table: data[3] , data[3] = 0, 5f
<6>[ 2.084503] [LS][CM3602] ls_table: data[4] , data[4] = 0, 85
<6>[ 2.084869] [LS][CM3602] ls_table: data[5] , data[5] = 0, ab
<6>[ 2.085083] [LS][CM3602] ls_table: data[6] , data[6] = 0, d1
<6>[ 2.085449] [LS][CM3602] ls_table: data[7] , data[7] = 1, 2d
<6>[ 2.085632] [LS][CM3602] ls_table: data[8] , data[8] = 1, 73
<6>[ 2.086029] [KEY] gpio_keys_scan_keys: key 1-116, 0 (20) changed to 0
<6>[ 2.086242] [LS][CM3602] ls_table: data[9] , data[9] = 3, ff
<7>[ 2.088623] __capella_cm3602_power: Turn the capella_cm3602 power on
<6>[ 2.089141] using input dev h2w headset for key reset
<6>[ 2.089538] using input dev legend-keypad for key reset
<6>[ 2.090332] input: curcial-oj as /devices/virtual/input/input5
<6>[ 2.090881] using input dev curcial-oj for key reset
<3>[ 2.092376] curcial_oj_poweronJower status ok
<6>[ 2.140625] OpticalJoystick Device ID: 0d
<6>[ 2.143493] OJ Driver: Revision : 02
<6>[ 2.146240] OJ: driver loaded
<6>[ 2.147460] using rtc device, msm_rtc, for alarms
<6>[ 2.147857] rs30000048:00010004 rs30000048:00010004: rtc core: registered msm_rtc as rtc0
<6>[ 2.148468] AKM8973 compass driver: init
<6>[ 2.149536] input: compass as /devices/virtual/input/input6
<6>[ 2.150421] [FLT]adp1650 Led Flash driver: init
<4>[ 2.150848] [CAM]s5k4e1gx_init
<4>[ 2.151123] [CAM]__s5k4e1gx_probe
<6>[ 2.151336] [CAM]s5k4e1gx_vreg_enable camera vreg on
<3>[ 2.151672] [CAM]sensor platform_data didnt register
<3>[ 2.151885] [CAM]__s5k4e1gx_probe fail sensor power on error
<6>[ 2.152404] [CAM]sctrl.node 0
<4>[ 2.152587] [CAM]s5k4e1gx_sensor_probe()
<6>[ 2.152832] [CAM]s5k4e1gx_probe called!
<6>[ 2.203308] [CAM]s5k4e1gx_probe successed! rc = 0
<6>[ 2.203552] [CAM]s5k4e1gx s->node 0
<6>[ 2.249176] [CAM]s5k4e1gx_sensor_init(): reseting sensor.
<6>[ 2.250305] [CAM]sensor_lc_disable=0
<4>[ 2.334533] [CAM]sensor evt version : 0x10
<4>[ 2.334716] [CAM]use analog_settings_evt3
<6>[ 2.345367] s5k4e1gx_sysfs_init : kobject_create_and_add
<6>[ 2.345581] s5k4e1gx_sysfs_init : sysfs_create_file
<6>[ 2.346893] device-mapper: uevent: version 1.0.3
<6>[ 2.347534] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
<6>[ 2.348144] Bluetooth: HCI UART driver ver 2.2
<6>[ 2.348358] Bluetooth: HCI H4 protocol initialized
<6>[ 2.348724] Bluetooth: HCILL protocol initialized
<7>[ 2.349731] msmsdcc_platform_status_irq: 102
<6>[ 2.349945] mmc0: Slot status change detected (0 -> 1)
<4>[ 2.350402] legend_sdslot_switchvdd::vdd=00000000 sdslot_vdd=ffffffff
<6>[ 2.350769] legend_sdslot_switchvdd: Disabling SD slot power
<4>[ 2.350982] off:MCI_Power=00000000
<4>[ 2.351165] off:MCI_Power=00000000
<6>[ 2.353820] mmc0: Qualcomm MSM SDCC at 0x00000000a0500000 irq 26,102 dma 8
<6>[ 2.354003] mmc0: Platform slot type: SD
<6>[ 2.354370] mmc0: 4 bit data mode enabled
<6>[ 2.354583] mmc0: 8 bit data mode disabled
<6>[ 2.354766] mmc0: MMC clock 144000 -> 50000000 Hz, PCLK 100000000 Hz
<6>[ 2.355133] mmc0: Slot eject status = 0
<6>[ 2.355346] mmc0: Power save feature enable = 1
<6>[ 2.355712] mmc0: DM non-cached buffer at ffa4a000, dma_addr 0x25669000
<6>[ 2.355895] mmc0: DM cmd busaddr 0x25669000, cmdptr busaddr 0x25669300
<7>[ 2.356689] Registered led device: amber
<7>[ 2.357055] Registered led device: green
<7>[ 2.357360] Registered led device: button-backlight
<6>[ 2.357757] microp_led_probe: succeeded
<6>[ 2.358612] usbcore: registered new interface driver usbhid
<6>[ 2.359008] usbhid: USB HID core driver
<6>[ 2.359741] logger: created 64K log 'log_main'
<6>[ 2.360076] logger: created 256K log 'log_events'
<6>[ 2.360565] logger: created 64K log 'log_radio'
<6>[ 2.360900] logger: created 64K log 'log_system'
<6>[ 2.361511] GACT probability NOT on
<6>[ 2.361724] Mirror/redirect action on
<6>[ 2.361938] u32 classifier
<6>[ 2.362121] Actions configured
<6>[ 2.362487] Netfilter messages via NETLINK v0.30.
<6>[ 2.362792] nf_conntrack version 0.5.0 (4653 buckets, 18612 max)
<4>[ 2.363464] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
<4>[ 2.363677] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
<4>[ 2.364044] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
<6>[ 2.364654] ctnetlink v0.93: registering with nfnetlink.
<6>[ 2.365112] xt_time: kernel timezone is -0000
<6>[ 2.365661] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 2.366210] arp_tables: (C) 2002 David S. Miller
<6>[ 2.366485] TCP cubic registered
<6>[ 2.367309] NET: Registered protocol family 10
<6>[ 2.368255] lo: Disabled Privacy Extensions
<6>[ 2.369659] Mobile IPv6
<6>[ 2.370025] IPv6 over IPv4 tunneling driver
<6>[ 2.370910] sit0: Disabled Privacy Extensions
<6>[ 2.371887] ip6tnl0: Disabled Privacy Extensions
<6>[ 2.372406] NET: Registered protocol family 17
<6>[ 2.372650] NET: Registered protocol family 15
<6>[ 2.373229] Bluetooth: L2CAP ver 2.14
<6>[ 2.373413] Bluetooth: L2CAP socket layer initialized
<6>[ 2.373626] Bluetooth: SCO (Voice Link) ver 0.6
<6>[ 2.373992] Bluetooth: SCO socket layer initialized
<6>[ 2.374328] Bluetooth: RFCOMM TTY layer initialized
<6>[ 2.374694] Bluetooth: RFCOMM socket layer initialized
<6>[ 2.374877] Bluetooth: RFCOMM ver 1.11
<6>[ 2.375091] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 2.375457] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 2.376251] clock_late_init() disabled 20 unused clocks
<6>[ 2.376617] [Port list] init()
<6>[ 2.376892] [Port list] Virtual Address for port_list: [f8185a38]
<6>[ 2.377258] [Port list] Physical Address for port_list: [185A38]
<4>[ 2.378417] legend_wifi_init: start
<6>[ 2.379028] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
<6>[ 2.381317] rs30000048:00010004 rs30000048:00010004: setting system clock to 2012-07-25 19:15:10 UTC (1343243710)
<4>[ 2.381774] Warning: unable to open an initial console.
<6>[ 2.382202] Freeing init memory: 160K
<3>[ 2.386505] init: /init.legend.rc: 1: invalid command 'device'
<4>[ 2.447052] legend_sdslot_switchvdd::vdd=00000011 sdslot_vdd=00000000
<6>[ 2.447509] legend_sdslot_switchvdd: Setting level to 2900
<4>[ 2.452728] on:MCI_Power=00000042
<4>[ 2.458099] on:MCI_Power=00000043
<6>[ 2.508544] yaffs: dev is 32505859 name is "mtdblock3" rw
<6>[ 2.508758] yaffs: passed flags ""
<7>[ 2.509155] yaffs: Attempting MTD mount of 31.3,"mtdblock3"
<4>[ 2.546569] legend_sdslot_switchvdd::vdd=00000010 sdslot_vdd=00000011
<6>[ 2.546936] legend_sdslot_switchvdd: Setting level to 2850
<7>[ 2.692291] yaffs: restored from checkpoint
<7>[ 2.693237] yaffs_read_super: isCheckpointed 1
<6>[ 2.697631] yaffs: dev is 32505861 name is "mtdblock5" rw
<6>[ 2.698059] yaffs: passed flags ""
<7>[ 2.698272] yaffs: Attempting MTD mount of 31.5,"mtdblock5"
<4>[ 2.756988] mmc0: high speed mode but max_dtr = 50000000
<4>[ 2.757629] mmc0: host does not support reading read-only switch. assuming write-enable.
<6>[ 2.758026] mmc0: new high speed SDHC card at address 80e6
<6>[ 2.758819] mmcblk0: mmc0:80e6 SU08G 7.40 GiB
<6>[ 2.759674] mmcblk0: p1
<7>[ 2.856689] block 195 is bad
<7>[ 2.889587] block 408 is bad
<7>[ 2.995269] block 1089 is bad
<7>[ 4.499725] yaffs_read_super: isCheckpointed 0
<6>[ 4.500366] yaffs: dev is 32505860 name is "mtdblock4" rw
<6>[ 4.500579] yaffs: passed flags ""
<7>[ 4.500915] yaffs: Attempting MTD mount of 31.4,"mtdblock4"
<7>[ 4.594360] yaffs_read_super: isCheckpointed 0
<3>[ 5.087188] init: service 'console' requires console
<6>[ 5.102844] [Port list] Add port [5555]
<6>[ 5.103179] [Port list] [1] = 5555
<6>[ 5.295257] warning: `rild' uses 32-bit capabilities (legacy support in use)
<6>[ 5.380798] [SMD]SMD: ch 0 0 -> 1
<6>[ 5.381103] [SMD]SMD: ch 0 1 -> 2
<6>[ 5.389373] [SMD]SMD: ch 39 0 -> 1
<6>[ 5.389648] [SMD]SMD: ch 39 1 -> 2
<6>[ 5.389862] qmi: smd opened
<6>[ 5.390686] qmi: ctl: wds use client_id 0x01
<6>[ 5.391693] [SMD]SMD: ch 40 0 -> 1
<6>[ 5.391937] [SMD]SMD: ch 41 0 -> 1
<6>[ 5.392150] [SMD]SMD: ch 40 1 -> 2
<6>[ 5.392486] qmi: smd opened
<6>[ 5.392700] [SMD]SMD: ch 41 1 -> 2
<6>[ 5.392913] qmi: smd opened
<6>[ 5.393707] qmi: ctl: wds use client_id 0x01
<6>[ 5.393920] qmi: ctl: wds use client_id 0x01
<6>[ 6.343536] [AUD][snd.c:snd_ioctl] snd_set_device 1 1 1
<6>[ 6.344940] [AUD][snd.c:snd_rpc_thread] snd_rpc_thread() start
<6>[ 6.345306] [AUD][snd.c:snd_rpc_thread] snd: rpc_reply status 0
<6>[ 6.347076] [AUD][snd.c:snd_ioctl] snd_set_volume 256 0 5
<6>[ 6.348754] [AUD][snd.c:snd_rpc_thread] snd: rpc_reply status 0
<6>[ 12.975891] [DISP]msmfb: pan_update in state(1)
<6>[ 12.975891] [DISP]msmfb: full update starting
<6>[ 13.022674] [DISP]msmfb: full update completed
<6>[ 13.022918] [DISP]msmfb: turning on panel
<6>[ 13.023132] [DISP]lcdc_unblank: ()
<7>[ 13.023498] oled_panel_unblank type 0
<7>[ 13.023681] already unblank
<6>[ 13.158996] msm_kgsl: initilized dev=1 mmu=on
<7>[ 13.230957] [LS][CM3602] lightsensor_ioctl: get enabled status: 0
<6>[ 13.231597] [PS][CM3602] capella_cm3602_disable
<7>[ 13.231964] [PS][CM3602] capella_cm3602_disable: already disabled
<6>[ 13.232177] [PS][CM3602] capella_cm3602_disable
<7>[ 13.232360] [PS][CM3602] capella_cm3602_disable: already disabled
<2>[ 13.481384] kgsl kgsl: |kgsl_mh_intrcallback| mmu page fault interrupt: 0000024b
<2>[ 13.481872] kgsl kgsl: |kgsl_mh_intrcallback| mmu page fault interrupt: 0000024b
<2>[ 13.482208] kgsl kgsl: |kgsl_mh_intrcallback| mmu page fault interrupt: 0000024b
<3>[ 13.489410] kgsl kgsl: |kgsl_ioctl_sharedmem_free| invalid gpuaddr 000000a3
<2>[ 13.496582] kgsl kgsl: |kgsl_mh_intrcallback| mmu page fault interrupt: 0000024b
<2>[ 13.497070] kgsl kgsl: |kgsl_mh_intrcallback| mmu page fault interrupt: 0000024b
<2>[ 13.497467] kgsl kgsl: |kgsl_mh_intrcallback| mmu page fault interrupt: 0004924b
<3>[ 13.498870] kgsl kgsl: |kgsl_ioctl_sharedmem_free| invalid gpuaddr 000000a3
<2>[ 13.569274] kgsl kgsl: |kgsl_mh_intrcallback| mmu page fault interrupt: 0000024b
<2>[ 13.569671] kgsl kgsl: |kgsl_mh_intrcallback| mmu page fault interrupt: 0002724b
<3>[ 13.570648] kgsl kgsl: |kgsl_ioctl_sharedmem_free| invalid gpuaddr 000000a3
<2>[ 13.756134] kgsl kgsl: |kgsl_mh_intrcallback| mmu page fault interrupt: 0000024b
<2>[ 13.756591] kgsl kgsl: |kgsl_mh_intrcallback| mmu page fault interrupt: 0000024b
<3>[ 13.756927] kgsl kgsl: |kgsl_ioctl_sharedmem_free| invalid gpuaddr 000000a3
<6>[ 20.758483] [BATT] SMEM_BATT: get_batt_info: batt_id=4, batt_vol=3704, batt_temp=347, batt_current=1, eval_current=0, level=34, charging_source=0, charging_enabled=0, full_bat=1300000, over_vchg=0 hv_enabled=0 at 20751727586 (2012-07-25 19:15:28.862563728 UTC)
<6>[ 20.759552] [BATT] SMEM_BATT: get_batt_info: batt_id=4, batt_vol=3704, batt_temp=347, batt_current=1, eval_current=0, level=34, charging_source=0, charging_enabled=0, full_bat=1300000, over_vchg=0 hv_enabled=0 at 20752795701 (2012-07-25 19:15:28.863631844 UTC)
<6>[ 20.813812] [VIB] er.ServerThread(parent:zygote): vibrates 0 msec
<6>[ 21.683471] [AUD][snd.c:snd_ioctl] snd_set_volume 256 0 4
<6>[ 21.685272] [AUD][snd.c:snd_rpc_thread] snd: rpc_reply status 0
<6>[ 22.412597] [VIB] er.ServerThread(parent:zygote): vibrates 0 msec
<6>[ 22.425964] [VIB] Thread-43(parent:zygote): vibrates 1 msec
<6>[ 22.427124] [ATS][set_vibration][successful]
<6>[ 22.427368] [VIB]vibrator_timer_func
<7>[ 22.432891] [LS][CM3602] lightsensor_ioctl: set value = 1
<6>[ 22.432922] [LS][CM3602] lightsensor_enable
<6>[ 22.436004] request_suspend_state: wakeup (3->0) at 22428485397 (2012-07-25 19:15:30.540084479 UTC)
<4>[ 22.442443] set_backlight_level:11
<6>[ 22.448455] [VIB] Thread-43(parent:zygote): vibrates 21 msec
<6>[ 22.450683] [ATS][set_vibration][successful]
<6>[ 22.469848] [VIB]vibrator_timer_func
<6>[ 22.764556] [LS][CM3602] ALS value: 0x0, level: 1 #
<6>[ 24.199127] [GSNR] Gsensor enable
<4>[ 24.610534] set_backlight_level:27
<6>[ 31.914062] [CAM]led_ril_status_value = 0
<6>[ 31.914398] phone_call_status_store: phone_call_status 0
<6>[ 31.914672] [CAM]led_ril_status_value = 0
<6>[ 31.915069] phone_call_status_store: phone_call_status 0
<6>[ 33.601135] [email protected], 4102
<6>[ 33.606445] [VIB] WindowManagerPo(parent:zygote): vibrates 0 msec
<6>[ 33.638183] [VIB] Thread-60(parent:zygote): vibrates 10 msec
<6>[ 33.639495] [ATS][set_vibration][successful]
<6>[ 33.648406] [VIB]vibrator_timer_func
<6>[ 33.668975] [VIB] Thread-60(parent:zygote): vibrates 30 msec
<6>[ 33.670318] [ATS][set_vibration][successful]
<6>[ 33.699432] [VIB]vibrator_timer_func
<6>[ 33.785430] [email protected], 3759
<6>[ 34.171966] [VIB] WindowManagerPo(parent:zygote): vibrates 0 msec
<6>[ 34.184417] [VIB] Thread-61(parent:zygote): vibrates 10 msec
<6>[ 34.185485] [ATS][set_vibration][successful]
<6>[ 34.194824] [VIB]vibrator_timer_func
<6>[ 34.215423] [VIB] Thread-61(parent:zygote): vibrates 30 msec
<6>[ 34.216613] [ATS][set_vibration][successful]
<6>[ 34.245849] [VIB]vibrator_timer_func
<6>[ 46.455596] [KEY] gpiomatrix: key 158, 2-0 (33-42) changed to 1
<6>[ 46.455993] [ATS][press_back][complete]
<6>[ 46.695861] [KEY] gpiomatrix: key 158, 2-0 (33-42) changed to 0
<6>[ 60.297607] Release 'boot-time' no_halt_lock
<7>[ 83.004089] msm_hsusb msm_hsusb: GetStatus port 1 status 8c001002 POWER sig=se0 CSC
<7>[ 83.077819] msm_hsusb msm_hsusb: GetStatus port 1 status 84001403 POWER sig=k CSC CONNECT
<6>[ 83.357788] usb 1-1: new low speed USB device using msm_hsusb and address 2
<7>[ 83.417724] msm_hsusb msm_hsusb: port 1 high speed
<7>[ 83.418640] msm_hsusb msm_hsusb: GetStatus port 1 status 84001405 POWER sig=k PE CONNECT
<6>[ 83.541931] input: USB-compliant keyboard as /devices/platform/msm_hsusb/usb1/1-1/1-1:1.0/input/input7
<7>[ 83.543029] usb 1-1: link qh8-0601/c61abca0 start 1 [1/2 us]
<6>[ 83.547912] using input dev USB-compliant keyboard for key reset
<6>[ 83.628845] generic-usb 0003:062A:0201.0001: input: USB HID v1.10 Keyboard [USB-compliant keyboard] on usb-msm_hsusb-1/input0
<6>[ 83.720245] input: USB-compliant keyboard as /devices/platform/msm_hsusb/usb1/1-1/1-1:1.1/input/input8
<7>[ 83.725402] usb 1-1: link qh8-0601/c8fdf520 start 2 [1/2 us]
<6>[ 83.725982] using input dev USB-compliant keyboard for key reset
<6>[ 83.753570] generic-usb 0003:062A:0201.0002: input: USB HID v1.10 Mouse [USB-compliant keyboard] on usb-msm_hsusb-1/input1
<6>[ 84.002807] [BATT] M2A_RPC: cable_update: USB at 83995563030 (2012-07-25 19:16:32.106887454 UTC)
<6>[ 84.003417] [BATT] htc_cable_status_update: 0 -> 1
<6>[ 84.003631] [USB] msm_hsusb_set_vbus_state: 1
<6>[ 157.127685] [KEY] gpiomatrix: key 139, 0-1 (35-41) changed to 1
<6>[ 157.346679] [KEY] gpiomatrix: key 139, 0-1 (35-41) changed to 0
<6>[ 165.024993] [KEY] gpiomatrix: key 139, 0-1 (35-41) changed to 1
<6>[ 165.180328] [KEY] gpiomatrix: key 139, 0-1 (35-41) changed to 0
<6>[ 202.730560] [KEY] gpiomatrix: key 139, 0-1 (35-41) changed to 1
<6>[ 202.885864] [KEY] gpiomatrix: key 139, 0-1 (35-41) changed to 0

Related

REQUEST

Hey there, please someone run a tcpdump while the OTA update on the mini and send me the log. Because now my phone is still sending, but maybe i'm able to work on further till the phone arrives
Thanks
Bin4ry
X10 mini PRO comes out of the store with the latest firmware 1.1.А.0.8.
and can't be udated Over-the-air :-(
But X10 mini (may be) comes with 1.0.А.1.036
Any idea how to force update Over-the-air, if firmware already latest?
May be tcpdump of update over PcCompanion can help?
yep i know, but i we can crossflash X10 mini firmware to X10 mini pro (keyboard will not work). But now i'm searching for a x10 mini user who is making a tcpdump until i get the device to do it on my own
The faster someone helps the faster you get root
Regards
EDIT:
No way to force the update :/
SE is always using ssl-sha1 crypting in their communication with fota servers. We already tryed to guess the right chat but no luck. For now we can only dump the mainpath to fota.package and then we know it for all firmwares
PC-Comp. won't help, cause i'm working on dmclient. I think i have found the key to root a few hours ago. Now we need fota and firmware dump to roll back to the rom where fota updates from
Ок.
I already found the way to revert my firmware to previous 1.0.A.1.36 firmware.
1.1.А.0.8 -> 1.0.A.1.36 = completed
But now it's UK firmware and loose my Russian Warranty
But OTA update not available im my region :'(
OTA over WLAN is always available, because it only knows firmware version.
Hmm if not it weird.
So you are now on UK firmware?
Try to go into OTA Settings -> Networks -> WLAN Only
Then search again, if you got it:
tcpdump -D
-> you will get interfaces
tcpdump -w dump.log -I *INTERFACENUMBER*
Thanks
Bin4ry
NO!
I think it looks at SIM card, operator or IMEI.
OTA update not available :-(
Yes it now UK firmware – Google Voice works perfectly (it can't works in my country).
Phone Software version:
1235-3408_1.0.A.1.36
GENERIC - user
File System Version:
WORLD-1-8_1.0.A.1.36
S1 Boot version
1229-3593 R8A026
ETS Software version
1234-7269_1S_18
Customization version
1237-0392_R6A
Memory card
1236-3496_R9A
Content version
PA12
Type Number
AAD-3880069-BV
Click to expand...
Click to collapse
Way to revert:
Use debranding procedure.
And quick copy 2 files between SEUS download firmware from SE and load it to phone.
UPD: But SEUS says now that Update available!
UPD2: OTA can't find network without SIM installed!
hmmm, okay thanks for trying. Then we have to find somebody who is willing to do and for whom OTA is available :/
But many thanks for trying
Regards
Bin4ry
How to do that
Hi, I guess I may do what you ask for. I've tried udpated the phone using OTA. It told me I already have the latest software installed, so it OTA should be available by my guess.
What is the exact way to get the dump. I have no idea where tu put the commands in. I've left Win Mobile a few days ago (after 6 years) and I'm very new to Android
Regards,
Radek
Yes, update phone using OTA is clearly possible, here is a part of the message from a member of esto forum : "I upgraded yesterday to 1.1.A.08 in India on OTA and got two fresh apps installed, Roller Coaster & Backup/Restore." can see here (last message on the page) : http://www.esato.com/board/viewtopic.php?topic=194074&start=705
If you got this message there is not OTA for you :/
Some people here claimed that there is OTA, thats because it requested someone of them to capture it with tcpdump.
Regards
Bin4ry
Darkbidule said:
Yes, update phone using OTA is clearly possible, here is a part of the message from a member of esto forum : "I upgraded yesterday to 1.1.A.08 in India on OTA and got two fresh apps installed, Roller Coaster & Backup/Restore." can see here (last message on the page) : http://www.esato.com/board/viewtopic.php?topic=194074&start=705
Click to expand...
Click to collapse
If we can get the information from the service menu from this chaps phone we can hopefully recreate the link
I created a new thread to request this informations .... Maybe this time the right users answer
Regards
Bin4ry
MarylandCookie said:
If we can get the information from the service menu from this chaps phone we can hopefully recreate the link
Click to expand...
Click to collapse
This user got update:
Phone Software Version:
1235-3408_1.1.A.0.8
GEBERIC - user
File System Version:
WORLD-1-8_1.1.A.0.8
German User!
Regards
Bin4ry
May be this will help: device booting log
<5>[ 0.000000] Linux version 2.6.29 ([email protected]) (gcc version 4.2.1)
#1 PREEMPT Sun Apr 25 11:26:30 2010
<4>[ 0.000000] CPU: ARMv6-compatible processor [4117b365] revision 5 (ARMv6TEJ), cr=00c5387f
<4>[ 0.000000] CPU: VIPT aliasing data cache, VIPT aliasing instruction cache
<4>[ 0.000000] Machine: QCT MSM7x27 SURF
<6>[ 0.000000] Partition (from atag) system -- Offset:160 Size:670
<6>[ 0.000000] Partition (from atag) cache -- Offset:7d0 Size:190
<6>[ 0.000000] Partition (from atag) appslog -- Offset:ffe Size:2
<6>[ 0.000000] Partition (from atag) userdata -- Offset:960 Size:69e
<4>[ 0.000000] Memory policy: ECC disabled, Data cache writeback
<7>[ 0.000000] On node 0 totalpages: 55296
<7>[ 0.000000] free_area_init_node: node 0, pgdat 804de1c8, node_mem_map 805fb000
<7>[ 0.000000] Normal zone: 432 pages used for memmap
<7>[ 0.000000] Normal zone: 0 pages reserved
<7>[ 0.000000] Normal zone: 54864 pages, LIFO batch:15
<6>[ 0.000000] allocating 524288 bytes at 80800000 (a00000 physical) for kernel ebi1 pmem arena
<6>[ 0.000000] allocating 15159296 bytes at 80eac000 (10ac000 physical) for mdp pmem arena
<6>[ 0.000000] allocating 8880128 bytes at 81d21000 (1f21000 physical) for adsp pmem arena
<6>[ 0.000000] allocating 16777216 bytes at 82599000 (2799000 physical) for gpu1 pmem arena
<6>[ 0.000000] allocating 1048576 bytes at 83599000 (3799000 physical) for fb
<6>[ 0.000000] allocating 2097152 bytes at 83700000 (3900000 physical) for KGSL
<6>[ 0.000000] L210 cache controller enabled
<4>[ 0.000000]
<4>[ 0.000000] [KDUMP] Successfully reserved Crashk Memory
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 54864
<5>[ 0.000000] Kernel command line: mem=216M androidboot.hardware=delta
msm_hsusb.pid=0x3137 console=ttyMSM2 serialno=xxxxx console=ttyMSM0 startup=0x00000001
<3>[ 0.000000] Unknown boot option `androidboot.hardware=delta': ignoring
<6>[ 0.000000] USB serial number: xxxxx
<7>[ 0.000000] startup_reason_setup: 0x1
<4>[ 0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
<4>[ 0.000000] Console: colour dummy device 80x30
<6>[ 0.000280] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>[ 0.000920] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
<6>[ 0.016915] Memory: 216MB = 216MB total
<5>[ 0.016948] Memory: 168704KB available (4628K code, 1296K data, 140K init)
<6>[ 0.017291] Calibrating delay loop... 599.65 BogoMIPS (lpj=2998272)
<4>[ 0.230310] Mount-cache hash table entries: 512
<6>[ 0.230871] CPU: Testing write buffer coherency: ok
<6>[ 0.233743] net_namespace: 296 bytes
<6>[ 0.234665] NET: Registered protocol family 16
<6>[ 0.236738] socinfo_init: v3, id=43, ver=0.0, raw_id=0, raw_ver=0, hw_plat=0
<6>[ 0.236760] acpu_clock_init()
<6>[ 0.236925] L val: PLL0: 50, PLL1: 12, PLL2: 62
<6>[ 0.237055] ACPU running at 600000 KHz
<6>[ 0.237071] Id CPU-KHz PLL DIV AHB-KHz ADIV AXI-KHz D0 D1 D2 U0 U1 U2
<6>[ 0.237098] 0 19200 -1 1 19200 1 30720 -1 -1 -1 1 4 3
<6>[ 0.237123] 1 120000 0 8 60000 2 61440 -1 -1 -1 5 4 3
<6>[ 0.237150] 2 122880 1 2 61440 2 61440 1 -1 -1 5 4 3
<6>[ 0.237175] 3 200000 2 6 66667 3 61440 1 2 -1 5 4 6
<6>[ 0.237200] 4 245760 1 1 122880 2 61440 1 2 3 7 -1 6
<6>[ 0.237225] 5 320000 0 3 160000 2 160000 1 2 3 7 -1 6
<6>[ 0.237250] 6 400000 2 3 133333 3 160000 5 4 3 7 -1 8
<6>[ 0.237276] 7 480000 0 2 160000 3 160000 5 4 6 -1 -1 8
<6>[ 0.237301] 8 600000 2 2 200000 3 200000 7 -1 6 -1 -1 -1
<6>[ 0.237320] Shared PLL control available.
<6>[ 0.237333] 5 scaling frequencies supported.
<7>[ 0.274038] msm_mddi_hitachi_display_device_init
<7>[ 0.274426] msm_mddi_samsung_display_device_init
<7>[ 0.274635] msm_mddi_toshiba_display_device_init
<6>[ 0.275236] console [oops-1] enabled
<4>[ 0.291785] bio: create slab <bio-0> at 0
<6>[ 0.293121] msm_i2c_probe
<6>[ 0.293233] msm_i2c_probe: clk_ctl 315, 400000 Hz
<6>[ 0.296706] Bluetooth: Core ver 2.15
<6>[ 0.297058] NET: Registered protocol family 31
<6>[ 0.297075] Bluetooth: HCI device and connection manager initialized
<6>[ 0.297096] Bluetooth: HCI socket layer initialized
<6>[ 0.299913] NET: Registered protocol family 2
<6>[ 0.300103] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
<7>[ 0.300196] Switched to high resolution mode on CPU 0
<6>[ 0.300596] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
<6>[ 0.300911] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
<6>[ 0.301081] TCP: Hash tables configured (established 8192 bind 8192)
<6>[ 0.301100] TCP reno registered
<6>[ 0.301290] NET: Registered protocol family 1
<6>[ 0.301893] checking if image is initramfs... it is
<6>[ 0.593413] Freeing initrd memory: 684K
<6>[ 0.595695] smd probe
<6>[ 0.595718] smd_core_init()
<6>[ 0.595801] smd_core_init() done
<6>[ 0.596068] smd_alloc_channel: cid 0 fifo found; size = 8192
<6>[ 0.596091] smd_alloc_channel() 'DS' cid=0
<6>[ 0.597035] smd_alloc_channel: cid 1 fifo found; size = 8192
<6>[ 0.597060] smd_alloc_channel() 'DIAG' cid=1
<6>[ 0.597440] smd_alloc_channel: cid 2 fifo found; size = 8192
<6>[ 0.597465] smd_alloc_channel() 'RPCCALL' cid=2
<6>[ 0.597868] smd_alloc_channel: cid 7 fifo found; size = 32768
<6>[ 0.597891] smd_alloc_channel() 'DATA1' cid=7
<6>[ 0.598321] smd_alloc_channel: cid 8 fifo found; size = 8192
<6>[ 0.598343] smd_alloc_channel() 'DATA2' cid=8
<6>[ 0.598766] smd_alloc_channel: cid 9 fifo found; size = 8192
<6>[ 0.598788] smd_alloc_channel() 'DATA3' cid=9
<6>[ 0.599191] smd_alloc_channel: cid 10 fifo found; size = 8192
<6>[ 0.599215] smd_alloc_channel() 'DATA4' cid=10
<6>[ 0.599628] smd_alloc_channel: cid 11 fifo found; size = 32768
<6>[ 0.599651] smd_alloc_channel() 'DATA5' cid=11
<6>[ 0.600021] smd_alloc_channel: cid 12 fifo found; size = 32768
<6>[ 0.600045] smd_alloc_channel() 'DATA6' cid=12
<6>[ 0.600485] smd_alloc_channel: cid 13 fifo found; size = 32768
<6>[ 0.600506] smd_alloc_channel() 'DATA7' cid=13
<6>[ 0.600940] smd_alloc_channel: cid 17 fifo found; size = 8192
<6>[ 0.600963] smd_alloc_channel() 'DATA11' cid=17
<3>[ 0.601380] smd_alloc_channel: cid 38 does not exist
<6>[ 0.601401] smd_alloc_channel: cid 39 fifo found; size = 8192
<6>[ 0.601421] smd_alloc_channel() 'DAL00' cid=39
<6>[ 0.601813] smd_alloc_channel: cid 40 fifo found; size = 8192
<6>[ 0.601835] smd_alloc_channel() 'DATA5_CNTL' cid=40
<6>[ 0.602243] smd_alloc_channel: cid 41 fifo found; size = 8192
<6>[ 0.602265] smd_alloc_channel() 'DATA6_CNTL' cid=41
<6>[ 0.602646] smd_alloc_channel: cid 42 fifo found; size = 8192
<6>[ 0.602670] smd_alloc_channel() 'DATA7_CNTL' cid=42
<6>[ 0.603630] SMD Control Port Driver Initialized.
<6>[ 0.604486] SMD: ch 2 CLOSED -> OPENING
<6>[ 0.604610] SMD: ch 2 OPENING -> OPENED
<3>[ 0.605335] Using very old AMSS modem firmware.
<3>[ 0.605383] Using very old AMSS modem firmware.
<6>[ 0.605916] [adsp:adsp.c:adsp_init] rs3000000a:00010000 -- 0
<6>[ 0.609846] [msm-audio:audpp.c:audpp_probe] Number of decoder supported 5
<6>[ 0.609876] [msm-audio:audpp.c:audpp_probe] Number of concurrency supported 7
<6>[ 0.609903] [msm-audio:audpp.c:audpp_probe] module_name:AUDPLAY0TASK
<6>[ 0.609921] [msm-audio:audpp.c:audpp_probe] queueid:13
<6>[ 0.609936] [msm-audio:audpp.c:audpp_probe] decid:0
<6>[ 0.609953] [msm-audio:audpp.c:audpp_probe] nr_codec_support:11
<6>[ 0.609970] [msm-audio:audpp.c:audpp_probe] module_name:AUDPLAY1TASK
<6>[ 0.609991] [msm-audio:audpp.c:audpp_probe] queueid:14
<6>[ 0.610006] [msm-audio:audpp.c:audpp_probe] decid:1
<6>[ 0.610021] [msm-audio:audpp.c:audpp_probe] nr_codec_support:5
<6>[ 0.610038] [msm-audio:audpp.c:audpp_probe] module_name:AUDPLAY2TASK
<6>[ 0.610055] [msm-audio:audpp.c:audpp_probe] queueid:15
<6>[ 0.610071] [msm-audio:audpp.c:audpp_probe] decid:2
<6>[ 0.610086] [msm-audio:audpp.c:audpp_probe] nr_codec_support:5
<6>[ 0.610106] [msm-audio:audpp.c:audpp_probe] module_name:AUDPLAY3TASK
<6>[ 0.610125] [msm-audio:audpp.c:audpp_probe] queueid:16
<6>[ 0.610140] [msm-audio:audpp.c:audpp_probe] decid:3
<6>[ 0.611198] [msm-audio:audpp.c:audpp_probe] nr_codec_support:4
<6>[ 0.611218] [msm-audio:audpp.c:audpp_probe] module_name:AUDPLAY4TASK
<6>[ 0.611241] [msm-audio:audpp.c:audpp_probe] queueid:17
<6>[ 0.611256] [msm-audio:audpp.c:audpp_probe] decid:4
<6>[ 0.611271] [msm-audio:audpp.c:audpp_probe] nr_codec_support:1
<6>[ 0.627273] RPC_TIME_TOD_SET_APPS_BASES:
<6>[ 0.627285] tick = 161731
<6>[ 0.627290] stamp = 18371725
<4>[ 0.627323] /home/hudsonslave/root/workspace/offbuild_param_deckard1_0_release_caf_matrix/
HUDSON_PRODUCT/robyn/HUDSON_VARIANT/user/label/
BUILDNODE/kernel/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
<6>[ 0.628021] proximity-sensor: proximity_probe called.
<6>[ 0.628586] Registered semc device: proximity-sensor
<6>[ 0.628605] proximity-sensor: driver installation succeeded
<6>[ 0.641741] ashmem: initialized
<6>[ 0.643300] fuse init (API version 7.11)
<4>[ 0.643923] yaffs May 12 2010 22:12:25 Installing.
<6>[ 0.643985] msgmni has been set to 331
<6>[ 0.644051] io scheduler noop registered
<6>[ 0.644066] io scheduler anticipatory registered (default)
<6>[ 0.644856] msm_fb_probe: phy_Addr = 0x3799000 virt = 0x8e200000
<6>[ 0.646640] MDP HW Base phy_Address = 0xaa200000 virt = 0x8e100000
<6>[ 0.647323] primary mddi base phy_addr = 0xaa600000 virt = 0x8e00c000
<6>[ 0.659028] MDDI: Hitachi: Found display with cell ID = 0xfd, module ID = 0x2,
revision ID = 0x20, driver ID = 0x13
<6>[ 0.662831] FrameBuffer[0] 240x320 size=307200 bytes is registered successfully!
<6>[ 0.663513] Registered led device: lcd-backlight
<6>[ 0.684138] diagfwd initializing ..
<6>[ 0.684456] SMD: ch 1 CLOSED -> OPENING
<6>[ 0.684475] diag opened SMD port; r = 0
<6>[ 0.684560] SMD: ch 1 OPENING -> OPENED
<6>[ 0.684825] diagchar initializing ..
<6>[ 0.685311] diagchar initialized
<6>[ 0.685545] [drm] Initialized drm 1.1.0 20060810
<6>[ 0.685633] msm_serial: detected port #2
<6>[ 0.685736] msm_serial.2: ttyMSM2 at MMIO 0xa9c00000 (irq = 11) is a MSM
<6>[ 0.685855] msm_serial: console setup on port #2
<6>[ 0.685880] console [ttyMSM2] enabled
<6>[ 1.533379] msm_serial: driver initialized
<6>[ 1.535949] msm_serial_hs.0: ttyHS0 at MMIO 0xa0200000 (irq = 45) is a MSM HS UART
<6>[ 1.544018] msm_serial_hs module loaded
<6>[ 1.551528] brd: module loaded
<6>[ 1.555713] loop: module loaded
<6>[ 1.556083] pmem: 1 init
<6>[ 1.557169] pmem_adsp: 0 init
<6>[ 1.559469] pmem_gpu1: 0 init
<3>[ 1.563249] pmic-lightsensor: registered.
<6>[ 1.566681] SEMC_Systemconnector: Successfully initialized.
<6>[ 1.573843] Registered semc device: vibrator
<6>[ 1.575488] msm_pmic_vibrator version 0.1 loaded
<6>[ 1.580086] semc_power: Loading...
<6>[ 1.583503] bq24180: Setting up HW
<6>[ 1.586909] bq24180: Probing
<6>[ 1.589724] bq24180: Starting watchdog reset
<6>[ 1.594721] bq24180: BQ24180 not initialized by boot SW
<6>[ 1.599184] bq24180: Stopping watchdog reset
<6>[ 1.603738] bq24180: Found HW BQ24180 revision 0x01.
<6>[ 1.609509] bq24180: Set init values
<6>[ 1.611966] bq24180: Setting charger voltage to 0 mV
<6>[ 1.616998] bq24180: Setting charger current to 0 mA
<6>[ 1.621856] bq24180: Disable charger
<6>[ 1.625506] bq24180: Set safety timer to 0 minutes
<6>[ 1.630826] semc_pwr_pltf: Setting up platform
<3>[ 1.635348] power_supply battery: driver failed to report `status' property
<3>[ 1.642773] bq24180: Charger Ready
<6>[ 1.655369] PPP generic driver version 2.4.2
<6>[ 1.655963] PPP Deflate Compression module registered
<6>[ 1.659039] PPP BSD Compression module registered
<6>[ 1.663778] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256)
(6 bit encapsulation enabled).
<6>[ 1.673376] CSLIP: code copyright 1989 Regents of the University of California.
<6>[ 1.681729] rmnet0 (): not using net_device_ops yet
<6>[ 1.686136] rmnet1 (): not using net_device_ops yet
<6>[ 1.691033] rmnet2 (): not using net_device_ops yet
<6>[ 1.695803] Linux video capture interface: v2.00
<7>[ 1.813333] msm_camdrv: <<<<<<<<<< Camera vendor [0] >>>>>>>>>>>
<7>[ 1.813353] msm_camdrv: <<<<<<<<<< Camera revision[12307] >>>>>>>>>>>
<3>[ 1.930343] bq24180: Charger Ready
<6>[ 2.272261] msm_nand: phys addr 0xa0a00000 dmac 0x7
<6>[ 2.272399] allocated dma buffer at ffa1d000, dma_addr ccaf000
<6>[ 2.277611] status: e00020
<6>[ 2.280014] nandid: 5510bc20 maker 20 device bc
<6>[ 2.284563] ONFI probe : Found an ONFI compliant device NANDCBR4N9BZBC5
<6>[ 2.291658] Found a supported NAND device
<6>[ 2.295636] NAND Id : 0x5510bc20
<6>[ 2.298936] Buswidth : 16 Bits
<6>[ 2.302074] Density : 512 MByte
<6>[ 2.305273] Pagesize : 2048 Bytes
<6>[ 2.308571] Erasesize: 131072 Bytes
<6>[ 2.312053] Oobsize : 64 Bytes
<6>[ 2.315168] 2nd_bbm : 0
<6>[ 2.317686] CFG0 Init : 0xa85408c0
<6>[ 2.321254] CFG1 Init : 0x0004745e
<6>[ 2.324803] ECCBUFCFG : 0x00000203
<5>[ 2.328374] Creating 4 MTD partitions on "msm_nand":
<5>[ 2.333329] 0x000002c00000-0x00000fa00000 : "system"
<5>[ 2.339611] 0x00000fa00000-0x000012c00000 : "cache"
<5>[ 2.344109] 0x00001ffc0000-0x000020000000 : "appslog"
<5>[ 2.349089] 0x000012c00000-0x00001ffc0000 : "userdata"
<6>[ 2.354544] msm_hsusb_rpc_connect: rpc connect success vers = 10001
<3>[ 2.359533] msm_chg_rpc_connect: connect compatible failed
<6>[ 2.365201] usb_set_composition: composition set to product id = 3137
<6>[ 2.371554] phy info257)
<6>[ 2.374684] usb_probe() io=8e01a000, irq=47, dma=ffa1e000(cca4000)
<6>[ 2.380594] Created the sysfs entry successfully
<6>[ 2.385101] Created the functions sysfs entry successfully
<6>[ 2.391774] usb_function_register: name = 'adb', map = 1
<6>[ 2.396276] usb_function_register: name = 'mass_storage', map = 4
<6>[ 2.402186] usb_set_composition: composition set to product id = 3137
<3>[ 2.409271] msm_hsusb_is_serial_num_null: rpc call success
<3>[ 2.414694] msm_hsusb_send_serial_number: rpc call failed! error: -22
<3>[ 2.421243] msm_hsusb_send_productID: rpc call success
<6>[ 2.425584] msm_hsusb: functions bound. starting.
<6>[ 2.430314] usb_bind_func() (mass_storage)
<3>[ 2.434568] usb_start: pm_app_rpc connect failed
<6>[ 2.439526] usb_function_register: name = 'diag', map = 0
<6>[ 2.444514] msm_hsusb_phy_reset
<6>[ 2.448373] usb_function_register: name = 'modem', map = 2
<6>[ 2.453144] usb_function_register: name = 'nmea', map = 3
<6>[ 2.458578] usb_function_register: name = 'ethernet', map = 5
<6>[ 2.465061] synaptics_load_rmi4_func_regs: Func:f11_2D Query_Base:0x7a Cmd_Base:0x59 Ctrl_Base:0x26 Data_Base:0x18
<6>[ 2.475183] synaptics_load_rmi4_func_regs: Func:f08_BIST Query_Base:0x78 Cmd_Base:0x58 Ctrl_Base:0x20 Data_Base:0x15
<6>[ 2.485694] synaptics_load_rmi4_func_regs: Func:f01_RMI Query_Base:0x63 Cmd_Base:0x57 Ctrl_Base:0x1e Data_Base:0x13
<6>[ 2.601839] synaptics_ts_probe: nbr_panels:1 nbr_fingers:1 data_size:5
<6>[ 2.602733] synaptics_ts_probe: fw_rev:17 max_x:1632 max_y:2156
<6>[ 2.608656] synaptics_ts_probe: max_x 1632, max_y 2156
<6>[ 2.613771] synaptics_ts_probe: inactive_x 0 0, inactive_y 0 0
<6>[ 2.619574] synaptics_ts_probe: snap_x 0-0 0-0, snap_y 0-0 0-0
<6>[ 2.625904] input: synaptics-rmi-touchscreen as /devices/virtual/input/input0
<6>[ 2.633146] synaptics_ts_probe: Start touchscreen synaptics-rmi-touchscreen in interrupt mode
<6>[ 2.641888] GPIO Matrix Keypad Driver: Start keypad matrix for robyn_keypad in interrupt mode
<6>[ 2.650031] input: robyn_keypad as /devices/virtual/input/input1
<7>[ 2.656608] RTC Registering with rs30000048:00010000
<7>[ 2.657676] msm_rtc: dev (254:0)
<6>[ 2.657724] rs30000048:00010000 rs30000048:00010000: rtc core: registered msm_rtc as rtc0
<7>[ 2.664044] msm_rtc_secure: dev (254:1)
<6>[ 2.664064] rs30000048:00010000 rs30000048:00010000: rtc core: registered msm_rtc_secure as rtc1
<6>[ 2.672664] i2c /dev entries driver
<6>[ 2.677203] input: compass as /devices/virtual/input/input2
<6>[ 2.730606] Bosch Sensortec Device detected!
<6>[ 2.730618] BMA150/SMB380 registered I2C driver!
<6>[ 2.733861] register_chrdev
<6>[ 2.736793] class_create ok
<6>[ 2.739681] BMA150 device create ok
<6>[ 2.743949] Bluetooth: HCI UART driver ver 2.2
<6>[ 2.747311] Bluetooth: HCI H4 protocol initialized
<6>[ 2.752108] Bluetooth: HCI BCSP protocol initialized
<6>[ 2.757029] Bluetooth: HCILL protocol initialized
<7>[ 2.761731] bluetooth_power_init
<7>[ 2.761814] bt_power_probe
<6>[ 2.763421] mmc0: Qualcomm MSM SDCC at 0x00000000a0400000 irq 24,113 dma 8
<6>[ 2.768574] mmc0: 8 bit data mode disabled
<6>[ 2.772693] mmc0: 4 bit data mode enabled
<6>[ 2.776648] mmc0: polling status mode disabled
<6>[ 2.781116] mmc0: MMC clock 144000 -> 49152000 Hz, PCLK 100000000 Hz
<6>[ 2.787411] mmc0: Slot eject status = 0
<6>[ 2.791244] mmc0: Power save feature enable = 1
<6>[ 2.795749] mmc0: DM non-cached buffer at ffa20000, dma_addr 0x0cddc000
<6>[ 2.802356] mmc0: DM cmd busaddr 0x0cddc000, cmdptr busaddr 0x0cddc300
<6>[ 2.809724] lm3530 probing
<6>[ 2.815201] Registered semc device: lm3530-led
<6>[ 2.815973] lm3530 0-0036: version 0.1 loaded
<6>[ 2.820609] Adding I2C driver for LM35300)
<6>[ 2.824564] msm_pmic_flash_led probing
<6>[ 2.832014] Registered semc device: spotlight
<6>[ 2.832858] Registered semc device: flashled
<6>[ 2.836891] msm_pmic_flash_led version 0.1 loaded
<6>[ 2.845868] logger: created 64K log 'log_main'
<6>[ 2.846371] logger: created 256K log 'log_events'
<6>[ 2.856069] logger: created 64K log 'log_radio'
<6>[ 2.862094] Advanced Linux Sound Architecture Driver Version 1.0.18a.
<4>[ 2.868554] No device for DAI CODEC_DAI
<4>[ 2.868644] No device for DAI CPU_DAI
<3>[ 2.875876] msm_soc: create pcms
<6>[ 2.876268] asoc: CODEC_DAI <-> CPU_DAI mapping ok
<3>[ 2.878413] msm_soc: ALSA MSM Mixer Setting
<6>[ 2.884941] ALSA device list:
<6>[ 2.885529] #0: msm-audio (MSM-CARD)
<6>[ 2.889313] TCP cubic registered
<6>[ 2.892486] NET: Registered protocol family 17
<6>[ 2.896921] Bluetooth: L2CAP ver 2.13
<6>[ 2.900586] Bluetooth: L2CAP socket layer initialized
<6>[ 2.905568] Bluetooth: SCO (Voice Link) ver 0.6
<6>[ 2.910071] Bluetooth: SCO socket layer initialized
<6>[ 2.917104] Bluetooth: RFCOMM socket layer initialized
<6>[ 2.920104] Bluetooth: RFCOMM TTY layer initialized
<6>[ 2.924936] Bluetooth: RFCOMM ver 1.11
<6>[ 2.928651] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 2.933988] Bluetooth: BNEP filters: protocol multicast
<6>[ 2.939153] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 2.945766] RPC: Registered udp transport module.
<6>[ 2.949766] RPC: Registered tcp transport module.
<6>[ 2.954894] clock_late_init() disabled 15 unused clocks
<6>[ 2.960904] input: 7k_handset as /devices/virtual/input/input3
<6>[ 2.967043] smsm_entry 7, new intr_mask 0
<6>[ 2.969453] smsm_entry 6, new intr_mask 0
<6>[ 2.973643] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
<6>[ 2.994258] [drm] Initialized kgsl 2.0.0 20090810 on minor 0
<6>[ 2.994918] msm_v4l2: msm_v4l2_init
<6>[ 2.998974] rs30000048:00010000 rs30000048:00010000: setting system
clock to 2010-06-26 06:06:05 UTC (1277532365)
<6>[ 3.008203] Freeing init memory: 140K
<6>[ 3.120511] usb_lpm_enter: usb in low power mode
<6>[ 3.120628] hsusb: IDLE -> OFFLINE
<3>[ 3.171403] init: /init.rc: 218: invalid option 'busybox'
<3>[ 3.172109] init: /init.delta.rc: 74: ignored duplicate definition of service 'qmuxd'
<4>[ 3.233606] mmc0: host does not support reading read-only switch. assuming write-enable.
<6>[ 3.236084] mmc0: new SD card at address aaaa
<6>[ 3.250378] mmcblk0: mmc0:aaaa SU02G 1.84 GiB
<6>[ 3.250734] mmcblk0: p1
<6>[ 3.363538] yaffs: dev is 32505856 name is "mtdblock0"
<6>[ 3.363658] yaffs: passed flags ""
<4>[ 3.366456] yaffs: Attempting MTD mount on 31.0, "mtdblock0"
<4>[ 3.476239] yaffs: restored from checkpoint
<4>[ 3.476386] yaffs_read_super: isCheckpointed 1
<6>[ 3.479724] yaffs: dev is 32505859 name is "mtdblock3"
<6>[ 3.484386] yaffs: passed flags ""
<4>[ 3.487751] yaffs: Attempting MTD mount on 31.3, "mtdblock3"
<4>[ 3.573716] yaffs: restored from checkpoint
<4>[ 3.585258] yaffs_read_super: isCheckpointed 0
<6>[ 3.591041] yaffs: dev is 32505857 name is "mtdblock1"
<6>[ 3.591156] yaffs: passed flags ""
<4>[ 3.593948] yaffs: Attempting MTD mount on 31.1, "mtdblock1"
<4>[ 3.601418] yaffs: restored from checkpoint
<4>[ 3.603759] yaffs_read_super: isCheckpointed 1
<3>[ 3.635841] init: execve /sbin/checkabortedflash
<3>[ 3.653221] init: waitpid return (PID = 1051)
<3>[ 3.653339] init: child process exited normally
<3>[ 3.741036] init: cannot find '/system/bin/playmp3', disabling 'bootsound'
<3>[ 3.772914] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
<6>[ 3.894298] SMD: ch 40 CLOSED -> OPENING
<6>[ 3.894483] SMD: ch 40 OPENING -> OPENED
<6>[ 3.897733] SMD: ch 41 CLOSED -> OPENING
<6>[ 3.900471] SMD: ch 41 OPENING -> OPENED
<6>[ 3.905264] SMD: ch 42 CLOSED -> OPENING
<6>[ 3.908278] SMD: ch 42 OPENING -> OPENED
<6>[ 4.492636] bq24180: Set charger safety limit voltage to 4200 mV
<6>[ 4.494706] bq24180: Set charger safety limit current to 650 mA
<6>[ 4.496751] bq24180: Set charge current termination to 200 mA
<6>[ 4.504173] proximity-sensor (th_set): threshold=27
<6>[ 4.509206] proximity-sensor (hyst_set): hysteresis=8
<6>[ 5.448834] [msm-audio:snd.c:snd_ioctl] snd_agc_ctl 1
<6>[ 5.456164] warning: `Mixer Thread fo' uses 32-bit capabilities (legacy support in use)
<6>[ 5.458816] [msm-audio:snd.c:snd_ioctl] snd_set_device 29 1 1
<6>[ 5.468999] [msm-audio:snd.c:snd_ioctl] snd_set_device 29 1 0
<6>[ 5.477079] [msm-audio:snd.c:snd_ioctl] snd_set_volume 26 0 7
<6>[ 5.477841] [msm-audio:snd.c:snd_ioctl] snd_set_volume 27 0 7
<6>[ 5.480276] [msm-audio:snd.c:snd_ioctl] snd_set_volume 28 0 7
<6>[ 5.481043] [msm-audio:snd.c:snd_ioctl] snd_set_volume 29 0 7
<6>[ 5.481694] [msm-audio:snd.c:snd_ioctl] snd_set_volume 30 0 7
<6>[ 5.482381] [msm-audio:snd.c:snd_ioctl] snd_set_volume 31 0 7
<6>[ 5.483063] [msm-audio:snd.c:snd_ioctl] snd_set_volume 32 0 7
<6>[ 5.483968] [msm-audio:snd.c:snd_ioctl] snd_set_volume 33 0 7
<6>[ 5.484656] [msm-audio:snd.c:snd_ioctl] snd_set_volume 34 0 7
<6>[ 5.485271] [msm-audio:snd.c:snd_ioctl] snd_set_volume 35 0 7
<6>[ 5.485914] [msm-audio:snd.c:snd_ioctl] snd_set_volume 36 0 7
<6>[ 5.486613] [msm-audio:snd.c:snd_ioctl] snd_set_volume 37 0 7
<6>[ 5.487503] [msm-audio:snd.c:snd_ioctl] snd_set_volume 56 0 7
<6>[ 5.488218] [msm-audio:snd.c:snd_ioctl] snd_set_volume 38 0 7
<6>[ 5.488899] [msm-audio:snd.c:snd_ioctl] snd_set_volume 39 0 7
<6>[ 5.489566] [msm-audio:snd.c:snd_ioctl] snd_set_volume 40 0 7
<6>[ 5.490268] [msm-audio:snd.c:snd_ioctl] snd_set_volume 41 0 7
<6>[ 5.491174] [msm-audio:snd.c:snd_ioctl] snd_set_volume 42 0 7
<6>[ 5.491911] [msm-audio:snd.c:snd_ioctl] snd_set_volume 43 0 7
<6>[ 5.492576] [msm-audio:snd.c:snd_ioctl] snd_set_volume 44 0 7
<6>[ 5.493266] [msm-audio:snd.c:snd_ioctl] snd_set_volume 45 0 7
<6>[ 5.493894] [msm-audio:snd.c:snd_ioctl] snd_set_volume 46 0 7
<6>[ 5.494801] [msm-audio:snd.c:snd_ioctl] snd_set_volume 47 0 7
<6>[ 5.495534] [msm-audio:snd.c:snd_ioctl] snd_set_volume 48 0 7
<6>[ 5.496211] [msm-audio:snd.c:snd_ioctl] snd_set_volume 49 0 7
<6>[ 5.496873] [msm-audio:snd.c:snd_ioctl] snd_set_volume 50 0 7
<6>[ 5.497539] [msm-audio:snd.c:snd_ioctl] snd_set_volume 51 0 7
<6>[ 5.498448] [msm-audio:snd.c:snd_ioctl] snd_set_volume 52 0 7
<6>[ 5.499248] [msm-audio:snd.c:snd_ioctl] snd_set_volume 53 0 7
<6>[ 5.499889] [msm-audio:snd.c:snd_ioctl] snd_set_volume 54 0 7
<6>[ 5.500524] [msm-audio:snd.c:snd_ioctl] snd_set_volume 55 0 7
<6>[ 10.442193] pmem: successful request for physical address of pmem region id 3,
offset 41521152, len 4194304
<6>[ 10.500393] misc kgsl: firmware: requesting yamato_pm4.fw
<6>[ 10.510956] misc kgsl: firmware: requesting yamato_pfp.fw
<3>[ 10.512303] init: untracked pid 1153 exited
<3>[ 10.516329] init: untracked pid 1156 exited
<6>[ 33.928733] request_suspend_state: wakeup (3->0) at 33928558408
(2010-06-26 06:06:36.429746690 UTC)
<6>[ 35.140503] [msm-audio:snd.c:snd_ioctl] snd_set_volume 29 0 5
<6>[ 35.340956] [msm-audio:snd.c:snd_ioctl] snd_set_volume 29 0 7
<6>[ 36.830411] bq24180: Strange HW behaviour. Got safety timer fault but HW timer is disabled.
<3>[ 36.830448] bq24180: Charger Ready
<3>[ 37.130403] bq24180: Charger Ready
<6>[ 37.960528] input: systemconnector as /devices/virtual/input/input4
<7>[ 38.090198] SEMC_PHF (Interrupt handler) Status changed. Headset is not inserted
<6>[ 38.090639] semc_power: Disabling DCOUT. Current: 1000
<6>[ 52.121653] RPC_TIME_TOD_SET_APPS_BASES:
<6>[ 52.121664] tick = 1932058
<6>[ 52.121671] stamp = 50413832199208961
<6>[ 52.130404] rs30000048:00010000 rs30000048:00010000: setting system
clock to 2010-06-26 06:06:54 UTC (1277532414)
<3>[ 57.796259] binder: release proc 1527, transaction 6042, not freed
<6>[ 143.176619] [msm-audio:audmgr.c:audmgr_rpc_thread] start
<6>[ 143.184273] [msm-audio:audio_out.c:audio_enable]
<6>[ 143.184304] [msm-audio:audmgr.c:audmgr_enable] session 0x80532ca0
<6>[ 143.185274] [msm-audio:audmgr.crocess_audmgr_callback] rpc READY handle=0x00000000
<6>[ 143.185678] [msm-audio:audmgr.c:audmgr_rpc_thread] rpc_reply status 0
<6>[ 143.237589] [msm-audio:audmgr.crocess_audmgr_callback] rpc CODEC_CONFIG
volume=0x00000406
<6>[ 143.239933] [adsp:adsp.c:handle_adsp_rtos_mtoa_app] INIT_INFO Event
<6>[ 143.240533] [adsp:adsp.c:msm_adsp_get] opening module AUDPPTASK
<6>[ 143.241208] [adsp:adsp.c:msm_adsp_get] module AUDPPTASK has been registered
<6>[ 143.241234] [adsp:adsp.c:msm_adsp_enable] enable 'AUDPPTASK'state[0] id[17227122]
<6>[ 143.242614] [adsp:adsp.c:handle_adsp_rtos_mtoa_app] rpc event=0, proc_id=2,
module=17227122, image=0
<6>[ 143.243199] [adsp:adsp.c:handle_adsp_rtos_mtoa_app] module AUDPPTASK: READY
<6>[ 143.244721] [msm-audio:audpp.c:audpp_dsp_event] ENABLE
<6>[ 143.244749] [msm-audio:audio_out.c:audio_dsp_event] CFG_MSG ENABLE
<3>[ 143.244831] [adsp:adsp.c:__msm_adsp_write] failed to write queue 140, retry
<3>[ 143.244886] [adsp:adsp.c:__msm_adsp_write] failed to write queue 140, retry
<6>[ 146.284549] [msm-audio:audio_out.c:audio_dsp_event] PCMDMAMISSED 32
<6>[ 149.222186] [msm-audio:audio_out.c:audio_disable]
<6>[ 149.222828] [msm-audio:audio_out.c:audio_dsp_event] CFG_MSG DISABLE
<6>[ 149.222931] [msm-audio:audpp.c:audpp_dsp_event] DISABLE
<6>[ 149.223009] [msm-audio:audpp.c:audpp_disable] Received CFG_MSG_DISABLE from ADSP
<6>[ 149.223061] [adsp:adsp.c:msm_adsp_disable] disable 'AUDPPTASK'
<6>[ 149.226809] [adsp:adsp.c:msm_adsp_disable_locked] disable interrupt
<6>[ 149.226864] [adsp:adsp.c:msm_adsp_put] closing module AUDPPTASK
<6>[ 149.226948] [msm-audio:audmgr.c:audmgr_disable] session 0x80532ca0
<6>[ 149.230789] [msm-audio:audmgr.c:audmgr_rpc_thread] rpc_reply status 0
<3>[ 149.241483] [msm-audio:audmgr.crocess_audmgr_callback] DISABLED
Bin4ry said:
This user got update:
Phone Software Version:
1235-3408_1.1.A.0.8
GEBERIC - user
File System Version:
WORLD-1-8_1.1.A.0.8
German User!
Regards
Bin4ry
Click to expand...
Click to collapse
I take it he has a generic handset or does he have a provider handset?
*edit*
Just tried with no luck
*double post*
No OTA in Spain as well
Tried with Movistar, but it was already in 11A08 and said "already in latest version"; debranded to 10A136 and tried again but no luck,same message trought OTA. Update detected in SEUS from 10A136 to 11A08, updated succefully to debranded version.
Could it be that OTA examines both the Fyle System Version and Software Version? I entered service menu and the data was:
Phone Software Version
1235-3408_1.0.A.1.36
GENERIC - user
File System Version
WORLD-1-8_1.1A.0.8
So it seems that the software version was downgraded, but it kept the 11A08 in file system. Checking it in Settings-> About the Phone it was still marked as 11A08 Compilation.
Sorry for the long post, maybe it's all a nonsense, but just trying to get the OTA info I stepped into this and seemed curious... I'll keep checking.
Good luck for everybody!!

[dev] Prima_wlan drivers for our sense kernel

Hey guys and gals,
You probably have seen me around posting some kernels here and there and lurking in other threads.
As you know Cyanogen posted Prima_Wlan drivers on his github for use with his CM10 rom and kernels.. I have brought this into a sense based kernel in hopes of being able to produce a usable .ko for wifi. I have finally got it building with linaro 4.6.2 (wish it was 4.7.2). I am at an impass of my C knowledge and knowledge of android reaching its capacity with little to no resources to guide my efforts thus far.
I will not post source to these drivers as I do not wish to offend XDA or break the rules here. (we can figure something out if you would like to help in regards to getting you source) LIKE I SAID ITS ON GITHUB....
With that being said after being built successfully im running into module loading errors now
The following errors are occuring
Version 3.1.7.2
Code:
3>[ 49.242942] prima_wlan: driver load failure
<4>[ 49.355379] prima_wlan: module is from the staging directory, the quality is unknown, you have been warned.
<4>[ 49.358950] kmemleak: Trying to color unknown object at 0xbf648000 as Grey
<4>[ 49.359133] [<c010c8ec>] (unwind_backtrace+0x0/0x12c) from [<c01b5234>] (load_module+0x8a4/0x1544)
<4>[ 49.366915] [<c01b5234>] (load_module+0x8a4/0x1544) from [<c01b5f14>] (sys_init_module+0x40/0x190)
<4>[ 49.367343] [<c01b5f14>] (sys_init_module+0x40/0x190) from [<c0105ec0>] (ret_fast_syscall+0x0/0x30)
<6>[ 49.711796] prima_wlan: loading driver v3.1.7.16
<2>[ 49.748115] VOS ASSERT in vos_open Line 370
<4>[ 49.748298] ------------[ cut here ]------------
<4>[ 49.748969] WARNING: at drivers/staging/prima/CORE/VOSS/src/vos_api.c:370 vos_open+0x1bc/0x3d0 [prima_wlan]()
<4>[ 49.749244] Modules linked in: prima_wlan(C+) kineto_gan
<4>[ 49.749610] [<c010c8ec>] (unwind_backtrace+0x0/0x12c) from [<c017f13c>] (warn_slowpath_common+0x4c/0x64)
<4>[ 49.749763] [<c017f13c>] (warn_slowpath_common+0x4c/0x64) from [<c017f16c>] (warn_slowpath_null+0x18/0x1c)
<4>[ 49.750404] [<c017f16c>] (warn_slowpath_null+0x18/0x1c) from [<bf720038>] (vos_open+0x1bc/0x3d0 [prima_wlan])
<4>[ 49.751258] [<bf720038>] (vos_open+0x1bc/0x3d0 [prima_wlan]) from [<bf667774>] (hdd_wlan_startup+0x1a0/0x87c [prima_wlan])
<4>[ 49.751960] [<bf667774>] (hdd_wlan_startup+0x1a0/0x87c [prima_wlan]) from [<bf80a06c>] (hdd_module_init+0x6c/0x13c [prima_wlan])
<4>[ 49.752418] [<bf80a06c>] (hdd_module_init+0x6c/0x13c [prima_wlan]) from [<c0100550>] (do_one_initcall+0x94/0x164)
<4>[ 49.752601] [<c0100550>] (do_one_initcall+0x94/0x164) from [<c01b5f44>] (sys_init_module+0x70/0x190)
<4>[ 49.752754] [<c01b5f44>] (sys_init_module+0x70/0x190) from [<c0105ec0>] (ret_fast_syscall+0x0/0x30)
<4>[ 49.752937] ---[ end trace da227214a82491c5 ]---
<3>[ 49.789623] prima_wlan: driver load failure
tried with version 3.20.2
Code:
<4>[ 4104.489302] prima_wlan: module is from the staging directory, the quality is unknown, you have been warned.
<4>[ 4104.493666] kmemleak: Trying to color unknown object at 0xbf003000 as Grey
<4>[ 4104.493849] [<c010c8ec>] (unwind_backtrace+0x0/0x12c) from [<c01b5234>] (load_module+0x8a4/0x1544)
<4>[ 4104.494093] [<c01b5234>] (load_module+0x8a4/0x1544) from [<c01b5f14>] (sys_init_module+0x40/0x190)
<4>[ 4104.494276] [<c01b5f14>] (sys_init_module+0x40/0x190) from [<c0105ec0>] (ret_fast_syscall+0x0/0x30)
<6>[ 4104.785288] prima_wlan: loading driver v3.2.0.2
<3>[ 4104.792094] [0:10569:E :CTL] WCTS_OpenTransport: smd_named_open_on_edge failed with status -19
<2>[ 4104.792247] [0:10569:F :CTL] WDI_Init: Failed to open WCTS transport
<3>[ 4104.792399] [0:10569:E :WDA] WDI Init failed
<3>[ 4104.792491] [0:10569:F :VOS] vos_open: Failed to open WDA module
<2>[ 4104.792644] VOS ASSERT in vos_open Line 370
<4>[ 4104.792735] ------------[ cut here ]------------
<4>[ 4104.793620] WARNING: at drivers/staging/prima/CORE/VOSS/src/vos_api.c:370 vos_open+0x260/0x528 [prima_wlan]()
<4>[ 4104.793773] Modules linked in: prima_wlan(C+) kineto_gan
<4>[ 4104.794231] [<c010c8ec>] (unwind_backtrace+0x0/0x12c) from [<c017f13c>] (warn_slowpath_common+0x4c/0x64)
<4>[ 4104.794414] [<c017f13c>] (warn_slowpath_common+0x4c/0x64) from [<c017f16c>] (warn_slowpath_null+0x18/0x1c)
<4>[ 4104.794994] [<c017f16c>] (warn_slowpath_null+0x18/0x1c) from [<bf10045c>] (vos_open+0x260/0x528 [prima_wlan])
<4>[ 4104.795879] [<bf10045c>] (vos_open+0x260/0x528 [prima_wlan]) from [<bf02d804>] (hdd_wlan_startup+0x2a4/0xc60 [prima_wlan])
<4>[ 4104.796611] [<bf02d804>] (hdd_wlan_startup+0x2a4/0xc60 [prima_wlan]) from [<bf23c0b4>] (hdd_module_init+0xb4/0x1fc [prima_wlan])
<4>[ 4104.797039] [<bf23c0b4>] (hdd_module_init+0xb4/0x1fc [prima_wlan]) from [<c0100550>] (do_one_initcall+0x94/0x164)
<4>[ 4104.797222] [<c0100550>] (do_one_initcall+0x94/0x164) from [<c01b5f44>] (sys_init_module+0x70/0x190)
<4>[ 4104.797313] [<c01b5f44>] (sys_init_module+0x70/0x190) from [<c0105ec0>] (ret_fast_syscall+0x0/0x30)
<4>[ 4104.797466] ---[ end trace da227214a82492b2 ]---
<3>[ 4104.797741] [0:10569:F :HDD] hdd_wlan_startup: vos_open failed
<3>[ 4104.802776] [0:10569:F :HDD] hdd_module_init: WLAN Driver Initialization failed
<3>[ 4104.802929] prima_wlan: driver load failure
here is a successful load on stock version: v3.1.0.24p27
Code:
354.714939] prima_wlan: module license 'Proprietary' taints kernel.
<4>[ 354.715031] Disabling lock debugging due to kernel taint
354.996917] [WLAN] prima_wlan: loading driver v3.1.0.24p27-htc-63
<4>[ 354.719273] kmemleak: Trying to color unknown object at 0xbf003000 as Grey
<4>[ 354.719426] [<c010c2d0>] (unwind_backtrace+0x0/0x11c) from [<c01b006c>] (sys_init_module+0x858/0x1afc)
<4>[ 354.719914] [<c01b006c>] (sys_init_module+0x858/0x1afc) from [<c0105d20>] (ret_fast_syscall+0x0/0x30)
<6>[ 354.996917] [WLAN] prima_wlan: loading driver v3.1.0.24p27-htc-63
<6>[ 354.997070] [WLAN] vos_preOpen+
<6>[ 355.005920] [SMD] SMD: ch 7 0 -> 1, state: 0
<6>[ 355.008759] [SMD] SMD: ch 7 1 -> 2, state: 1
<6>[ 355.026522] [WLAN] [0:5551:I :SAP] WLANSAP_SetChannelRange:startChannel 1,EndChannel 11,Operatingband:0
<6>[ 355.026766] [WLAN] hdd_update_config_dat: apStartChannelNum = 1, apEndChannelNum = 11 apOperatingBand = 0
<6>[ 355.027132] [WLAN] [0:5551:F :HDD] hdd_update_config_from_nv: mac address [18:87:96:8c:f8:2e]
<6>[ 355.232229] [K][PM] CPU1: msm_pm_power_collapse: change clock rate (old rate = 0)
<6>[ 355.313261] prima_wlan: WCNSS WLAN version 0.0.2.0
<6>[ 355.313352] prima_wlan: WCNSS software version M8960AAAAANAAW1031120A
<6>[ 355.313779] prima_wlan: WCNSS hardware version WCN v3.0 IRIS v2.0 with 48MHz XO
<6>[ 355.313963] [WLAN] hdd_post_voss_start_config 3083 Set LI 1 to HDD Context DoneSQOS old = cc54e000 , dev = cc54e000
<6>[ 355.314695] [WLAN] [0:5555:E :WDA] WDA_PWR_SAVE_CFG req in wrong state 1
<6>[ 355.321532] [WLAN] register_wlan_suspend
<6>[ 355.321715] [WLAN] prima_wlan: driver loaded
<4>[ 355.321867] [WLAN] before finishing init+
<4>[ 355.321959] [WLAN] after finishing init+
<6>[ 355.329742] [WLAN] Rcvd eWNI_PMC_ENTER_IMPS_RSP success
<6>[ 355.343659] [WLAN] Rcvd eWNI_PMC_EXIT_IMPS_RSP with status = 0
<6>[ 355.347871] [WLAN] Rcvd eWNI_PMC_ENTER_IMPS_RSP success
<6>[ 355.579459] [TP][email protected],922
<6>[ 355.778544] [TP][email protected],442
<6>[ 355.851548] ADDRCONF(NETDEV_UP): wlan0: link is not ready
<6>[ 355.852830] [WLAN] Set country code: US
<6>[ 356.162856] [WLAN] iw_set_dynamic_mcbc_filter: Set MC BC Filter Config request: 3
<6>[ 356.265252] [WLAN] Set country code: US
<6>[ 356.265405] [WLAN] [0:5555:E :CTL] Received WDI_ProcessKeepAliveRsp Callback from HAL
<6>[ 356.265893] [WLAN] [0:5566:F :HDD] iw_set_band_config: band value 0 violate INI settings 1
<6>[ 356.351838] [LS][cm3629] get_ls_adc_value: raw adc = 0x9C, ls_calibrate = 0
<6>[ 356.351930] [cm3629] set_lsensor_range: low_thd = 0x18, high_thd = 0x15a
<6>[ 356.352327] [LS][cm3629] report_lsensor_input_event: ADC=0x07F, Level=4, l_thd = 0x18, h_thd = 0x15a
<6>[ 356.367587] [WLAN] iw_set_dynamic_mcbc_filter: Set MC BC Filter Config request: 3
<6>[ 356.463116] [WLAN] Rcvd eWNI_PMC_ENTER_IMPS_RSP success
<6>[ 356.473889] [WLAN] Connecting to 00:1d:7e:d2:ed:0b
<6>[ 356.477430] [WLAN] [0:5555:E :CTL] Received WDI_ProcessKeepAliveRsp Callback from HAL
<6>[ 356.479963] [WLAN] Rcvd eWNI_PMC_EXIT_IMPS_RSP with status = 0
<6>[ 356.499618] [WLAN] Authenticated with BSS
<6>[ 356.511094] [WLAN] hdd_AssociationCompletionHandler+
<6>[ 356.511124] [WLAN] connected to 00:1d:7e:d2:ed:0b
<6>[ 356.511460] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<6>[ 356.512925] [WLAN] hdd_AssociationCompletionHandler reset assoc_timeout_counter
<6>[ 356.604913] [K] binder: release 5245:5257 transaction 110563 in, still active
<6>[ 356.604913] [K] binder: send failed reply for transaction 110563 to 5576:5593
<6>[ 356.782786] [WLAN] [0:5555:E :CTL] Received WDI_ProcessKeepAliveRsp Callback from HAL
<6>[ 363.365389] [WLAN] Rcvd eWNI_PMC_ENTER_BMPS_RSP with status = [email protected]:/ #
very similiar errors but im unsure of the actual nature of the errors other than tha VOS is failing to open a WDA module (wich was built with the driver)
Any input would be greatly welcomed by ALL kernel devs on the 8960 platform. I am starting this in hopes to spark some creativity i have not yet thought of.
Making some slight headway
luigi311 said:
Is the answer 5? Yea sorry way to complex for me XD
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I appreciate the nice words guys but would really like to focus on development in this thread
<4>[ 354.715031] Disabling lock debugging due to kernel taint
^^^
i wonder if this is effecting the driver from loading i also have been looking in the wifi wcnss folder to see if the atlerations i made to allow building are keeping it from actually working..
Z
When I first ported prima from cm for komodo I did all the work flashed it and no wifi. Cm changed things on the rom side which allowed it to work. So maybe a rom dev could help. That other kernel with prima wlan built from source works on sense but not aosp so to me it's a rom side conflict.
Sent from my EVO using Tapatalk 2
can someone who knows ROM's post a list of the files needed to support wifi rom side other than the *.ko file in /system/lib/modules
there has to be some stuff in /system/bin/ and /system/lib/ that supports wifi
heres a few that i can think of I'm sure theres more in framework ill take a deeper look and see what else I can find
system/etc/wifi
apstacon.conf
hostapd_default.conf
WCNSS_qcom_cfg_default
wpa_supplicant.conf
system/lib
libwifiscanner.so
libwpa_client.so
system/bin
wpa_cli
wpa_supplicant
steal25 said:
heres a few that i can think of I'm sure theres more in framework ill take a deeper look and see what else I can find
system/etc/wifi
apstacon.conf
hostapd_default.conf
WCNSS_qcom_cfg_default
wpa_supplicant.conf
system/lib
libwifiscanner.so
libwpa_client.so
system/bin
wpa_cli
wpa_supplicant
Click to expand...
Click to collapse
When i get back to my machine, I will get to some theory testing about the wifi drivers i have
i was patching upstream and the stock drivers broke after 3.0.20+
i want to patch up to at leats 3.0.50 for us and bring other features to the device that breaks wifi
mmmmmm fun time tonight
steal25 said:
heres a few that i can think of I'm sure theres more in framework ill take a deeper look and see what else I can find
system/etc/wifi
apstacon.conf
hostapd_default.conf
WCNSS_qcom_cfg_default
wpa_supplicant.conf
system/lib
libwifiscanner.so
libwpa_client.so
system/bin
wpa_cli
wpa_supplicant
Click to expand...
Click to collapse
so this yielded a slightly less ammount of complaint from the kernel
but this line sticks out at me
Code:
<6>[ 101.405341] prima_wlan: loading driver v3.1.7.16
<2>[ 101.413093] VOS ASSERT in vos_open Line 370
<4>[ 101.413184] ------------[ cut here ]------------
<4>[ 101.413947] WARNING: at drivers/staging/prima/CORE/VOSS/src/vos_api.c:370 vos_open+0x1bc/0x3d0 [prima_wlan]()
that corresponds to
Code:
if (!VOS_IS_STATUS_SUCCESS(vStatus))
{
/* Critical Error ... Cannot proceed further */
VOS_TRACE( VOS_MODULE_ID_VOSS, VOS_TRACE_LEVEL_FATAL,
"%s: Failed to open WDA module", __func__);
VOS_ASSERT(0);
goto err_sched_close;
}
notice in the HTC release version its VOSOPEN+
so i had a AOSP tester try my newer prima_wlan drivers
they loaded up first try on his AOSP rom
but on our sense rom they fail to load regardless of using the wifi dependancies of the AOSP rom
something else is going on deeper in the rom
I have this error with Razr HD too.
I think the problem is here:
Code:
[0:2714:E :CTL] WCTS_OpenTransport: smd_named_open_on_edge failed with status -19
The error -19 is -ENODEV (No such device).
smd_named_open_on_edge is defined in arch/arm/mach-msm/smd.c
---------- Post added at 11:32 AM ---------- Previous post was at 11:18 AM ----------
setting sys/module/smd/parameters/debug_mask to 1, kernel shows this on dmesg:
smd_open('WLAN_CTRL', dfadd280, bf34689c)
so is passing by the first -ENODEV inside the smd_named_open_on_edge function.
Maybe this is causing the problem (code from smd.c):
Code:
/* one final check to handle closing->closed race condition */
ch = smd_get_channel(name, edge);
if (!ch)
return -ENODEV;
epinter said:
I have this error with Razr HD too.
I think the problem is here:
Code:
[0:2714:E :CTL] WCTS_OpenTransport: smd_named_open_on_edge failed with status -19
The error -19 is -ENODEV (No such device).
smd_named_open_on_edge is defined in arch/arm/mach-msm/smd.c
---------- Post added at 11:32 AM ---------- Previous post was at 11:18 AM ----------
setting sys/module/smd/parameters/debug_mask to 1, kernel shows this on dmesg:
smd_open('WLAN_CTRL', dfadd280, bf34689c)
so is passing by the first -ENODEV inside the smd_named_open_on_edge function.
Maybe this is causing the problem (code from smd.c):
Code:
/* one final check to handle closing->closed race condition */
ch = smd_get_channel(name, edge);
if (!ch)
return -ENODEV;
Click to expand...
Click to collapse
but when i flash the same kernel module on AOSP it loads up first time no problem
so there is something more going on
Zarboz said:
but when i flash the same kernel module on AOSP it loads up first time no problem
so there is something more going on
Click to expand...
Click to collapse
I have an error during boot (occurs during module's first initialization): "Invalid MAC addresses in NV, autogenerated". Every module initializations ,except the first one which occurs during boot, gives me the error messages from previous post.
Maybe the problem is with the firmware file or config file.
epinter said:
I have an error during boot (occurs during module's first initialization): "Invalid MAC addresses in NV, autogenerated". Every module initializations ,except the first one which occurs during boot, gives me the error messages from previous post.
Maybe the problem is with the firmware file or config file.
Click to expand...
Click to collapse
i wonder....
it is most likely the firmware
epinter said:
I have an error during boot (occurs during module's first initialization): "Invalid MAC addresses in NV, autogenerated". Every module initializations ,except the first one which occurs during boot, gives me the error messages from previous post.
Maybe the problem is with the firmware file or config file.
Click to expand...
Click to collapse
did you set your riva to be forced into insecure mode?
Zarboz said:
did you set your riva to be forced into insecure mode?
Click to expand...
Click to collapse
Yes.
if I use the WCNSS_cfg.dat and WCNSS_qcom_cfg.ini from the driver and the WCNSS_qcom_wlan_nv.bin from /persist, I get the following error (everytime I try to insmod):
<3>[ 398.332336,0] [0:1826:E :CTL] Failed to start device with status eHAL_STATUS_FAILURE(5)
<3>[ 398.332397,0] [0:1826:F :WDA] WDA_wdiStartCallback: WDI_Start() failure reported
<3>[ 398.332519,0] [0:1826:E :CTL] Device Error detected code: 3 - transitioning to stopped state
<3>[ 398.332641,0] [0:1823:E :WDA] WDA_start: WDI_Start() failure detected
<3>[ 398.332702,0] [0:1823:E :VOS] vos_start: Failed to start WDA
<3>[ 398.332824,0] [0:1823:F :HDD] hdd_wlan_startup: vos_start failed
<3>[ 398.394384,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.394506,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.394567,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.394689,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.394750,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.394872,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.394964,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395025,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395147,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395208,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395330,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395391,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395482,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395605,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395666,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395788,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395849,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.395940,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.396032,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.396123,0] [0:1823:E :VOS] vos_list_destroy: list not initialized
<3>[ 398.414619,0] [0:1823:F :HDD] hdd_module_init: WLAN Driver Initialization failed
<3>[ 398.414741,0] wlan: driver load failure
Click to expand...
Click to collapse
I didn't try the firmware/wcnss.* from Xperia T yet ...
I upgraded the driver to 3.2.0.2, all the error messages are exactly the same.
epinter said:
Yes.
if I use the WCNSS_cfg.dat and WCNSS_qcom_cfg.ini from the driver and the WCNSS_qcom_wlan_nv.bin from /persist, I get the following error (everytime I try to insmod):
I didn't try the firmware/wcnss.* from Xperia T yet ...
I upgraded the driver to 3.2.0.2, all the error messages are exactly the same.
Click to expand...
Click to collapse
what device are yo using?
Zarboz said:
what device are yo using?
Click to expand...
Click to collapse
Razr HD XT925
epinter said:
Yes.
if I use the WCNSS_cfg.dat and WCNSS_qcom_cfg.ini from the driver and the WCNSS_qcom_wlan_nv.bin from /persist, I get the following error (everytime I try to insmod):
I didn't try the firmware/wcnss.* from Xperia T yet ...
I upgraded the driver to 3.2.0.2, all the error messages are exactly the same.
Click to expand...
Click to collapse
where did you find these files at ?
i cannot locate them in what i have to work with
Zarboz said:
where did you find these files at ?
i cannot locate them in what i have to work with
Click to expand...
Click to collapse
Here you can find the prima driver and its firmware:
https://www.codeaurora.org/gitweb/external/wlan/?p=prima.git;a=summary
My phone has the /persist partition, there I have the WCNSS_qcom_wlan_nv.bin.
epinter said:
Here you can find the prima driver and its firmware:
https://www.codeaurora.org/gitweb/external/wlan/?p=prima.git;a=summary
My phone has the /persist partition, there I have the WCNSS_qcom_wlan_nv.bin.
Click to expand...
Click to collapse
as per your suggestion i downgraded to the 3.1.1.14 drivers and made the couple mods you have in your git to allow loading
as well as insecure pl_riva
Code:
13.572501] wcnss_wlan triggered by userspace
<6>[ 13.610987] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.610987] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.611017] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.614771] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.614802] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.614802] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.688844] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.688875] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.688875] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.697909] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.697909] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.697939] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.747352] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.747352] [USBDIAG] diagchar_ioctl:kworker/u:3(parent:kthreadd): tgid=109
<6>[ 13.747382] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.759774] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.759774] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.759804] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.759804] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.814497] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.814497] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.814558] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.814558] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.814558] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.841904] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.841904] [USBDIAG] diagchar_ioctl:kworker/u:3(parent:kthreadd): tgid=109
<6>[ 13.841934] [USBDIAG] diagchar_ioctl:kworker/u:3(parent:kthreadd): tgid=109
<6>[ 13.841934] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.871661] [SMD] smd_alloc_channel() 'DS' cid=0 size=08192, [Stream mode]
<6>[ 13.872791] [SMD] smd_alloc_channel() 'DATA1' cid=26 size=08192, [Package mode]
<6>[ 13.873432] [SMD] smd_alloc_channel() 'DATA2' cid=27 size=08192, [Package mode]
<6>[ 13.874133] [SMD] smd_alloc_channel() 'DATA3' cid=28 size=08192, [Package mode]
<6>[ 13.874866] [SMD] smd_alloc_channel() 'DATA4' cid=29 size=08192, [Package mode]
<6>[ 13.875507] [SMD] smd_alloc_channel() 'DATA11' cid=30 size=08192, [Stream mode]
<6>[ 13.927086] [SMD] smd_alloc_channel() 'DATA40' cid=31 size=08192, [Package mode]
<6>[ 13.928490] [SMD] smd_alloc_channel() 'DATA5_CNTL' cid=32 size=01024, [Package mode]
<6>[ 13.931390] [SMD] smd_alloc_channel() 'DATA6_CNTL' cid=33 size=01024, [Package mode]
<6>[ 13.931939] [SMD] smd_alloc_channel() 'DATA7_CNTL' cid=34 size=01024, [Package mode]
<6>[ 13.933312] [SMD] smd_alloc_channel() 'DATA8_CNTL' cid=35 size=01024, [Package mode]
<6>[ 13.934014] [SMD] smd_alloc_channel() 'DATA9_CNTL' cid=36 size=01024, [Package mode]
<6>[ 13.934777] [SMD] smd_alloc_channel() 'DATA12_CNTL' cid=37 size=01024, [Package mode]
<6>[ 13.935754] [SMD] smd_alloc_channel() 'DATA13_CNTL' cid=38 size=01024, [Package mode]
<6>[ 13.936487] [SMD] smd_alloc_channel() 'DATA14_CNTL' cid=39 size=01024, [Package mode]
<4>[ 13.941858] [BAMDMUX] handle_bam_mux_cmd: dropping invalid LCID 10 reserved 0 cmd 4 pad 0 ch 10 len 0
<4>[ 13.941919] [BAMDMUX] handle_bam_mux_cmd: dropping invalid LCID 11 reserved 0 cmd 4 pad 0 ch 11 len 0
<6>[ 13.942652] [SMD] smd_alloc_channel() 'DATA15_CNTL' cid=40 size=01024, [Package mode]
<6>[ 13.943628] [SMD] smd_alloc_channel() 'DATA16_CNTL' cid=41 size=01024, [Package mode]
<6>[ 13.944422] [SMD] smd_alloc_channel() 'DATA40_CNTL' cid=42 size=01024, [Package mode]
<6>[ 13.993895] [SMD] SMD: ch 32 0 -> 1, state: 0
<6>[ 13.993926] [SMD] smd_pkt_open: DATA5_CNTL open success return 0
<6>[ 13.998290] [SMD] SMD: ch 32 1 -> 2, state: 1
<6>[ 14.501693] [SMD] SMD: ch 33 0 -> 1, state: 0
<6>[ 14.501693] [SMD] smd_pkt_open: DATA6_CNTL open success return 0
<6>[ 14.504990] [SMD] SMD: ch 33 1 -> 2, state: 1
<6>[ 14.508286] [SMD] SMD: ch 34 0 -> 1, state: 0
<6>[ 14.508286] [SMD] smd_pkt_open: DATA7_CNTL open success return 0
<6>[ 14.511643] [SMD] SMD: ch 34 1 -> 2, state: 1
<6>[ 14.526445] [SMD] SMD: ch 35 0 -> 1, state: 0
<6>[ 14.526476] [SMD] smd_pkt_open: DATA8_CNTL open success return 0
<6>[ 14.529742] [SMD] SMD: ch 35 1 -> 2, state: 1
<6>[ 14.534228] [SMD] SMD: ch 36 0 -> 1, state: 0
<6>[ 14.534228] [SMD] smd_pkt_open: DATA9_CNTL open success return 0
<6>[ 14.534869] [SMD] SMD: ch 36 1 -> 2, state: 1
<6>[ 14.538257] [SMD] SMD: ch 37 0 -> 1, state: 0
<6>[ 14.538257] [SMD] smd_pkt_open: DATA12_CNTL open success return 0
<6>[ 14.541797] [SMD] SMD: ch 37 1 -> 2, state: 1
<6>[ 14.544758] [SMD] SMD: ch 38 0 -> 1, state: 0
<6>[ 14.544758] [SMD] smd_pkt_open: DATA13_CNTL open success return 0
<6>[ 14.547535] [SMD] SMD: ch 38 1 -> 2, state: 1
<6>[ 14.552418] [SMD] SMD: ch 39 0 -> 1, state: 0
<6>[ 14.552418] [SMD] smd_pkt_open: DATA14_CNTL open success return 0
<6>[ 14.555714] [SMD] SMD: ch 39 1 -> 2, state: 1
<6>[ 14.634213] wcnss_wlan triggered by userspace
<6>[ 16.242148] [AUD] snd_soc_qdsp6: msm_pcm_routing_process_audio: reg 2 val 0 set 1
<6>[ 16.242179] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.242606] [SMD] SMD: ch 14 0 -> 1, state: 0
<6>[ 16.242759] [SMD] SMD: ch 14 1 -> 2, state: 1
<6>[ 16.242759] apr_tal: SMD_EVENT_OPEN
<6>[ 16.277277] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.277277] [AUD] q6asm: q6asm_open_write: change to HTC_POPP_TOPOLOGY
<6>[ 16.317320] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.348023] [SMD] smd_close(apr_audio_svc)+
<6>[ 16.348054] [SMD] smd_close(apr_audio_svc)-
<6>[ 16.348054] [AUD] soc_pcm_close(), set runtume null
<6>[ 16.348084] [AUD] soc_pcm_close(), set runtume null
<6>[ 16.348115] [SMD] SMD: ch 14 2 -> 4, state: 0
<6>[ 16.374210] [AUD] snd_soc_qdsp6: msm_pcm_routing_process_audio: reg 2 val 0 set 0
<6>[ 16.467297] [WCNSS]wcnss_post_bootup: Cancel APPS vote for Iris & Riva
<6>[ 16.467602] [WCNSS]RIVA driver version=1.01
<6>[ 16.590691] mdp4_overlay_req2pipe: pipe=c0d77ec0 ndx=3 num=2 zorder=2 mixer 0 format = b
<6>[ 16.680177] [AUD] snd_soc_qdsp6: msm_pcm_routing_process_audio: reg 2 val 0 set 1
<6>[ 16.680177] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.680482] [SMD] SMD: ch 14 0 -> 1, state: 0
<6>[ 16.683168] [SMD] SMD: ch 14 1 -> 2, state: 1
<6>[ 16.683198] apr_tal: SMD_EVENT_OPEN
<6>[ 16.683229] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.683259] [AUD] q6asm: q6asm_open_write: change to HTC_POPP_TOPOLOGY
<6>[ 16.709964] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.714207] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.714237] [AUD] q6adm: adm_open: Port ID 16384, index 15
<6>[ 16.721654] [AUD] q6adm: adm_matrix_map: session 0x1 path:1 num_copps:1 port_id[0]:16384
<6>[ 16.725499] [AUD] q6adm: send_adm_cal: Audproc cal sent for port id: 16384, path 0
<6>[ 16.725591] [AUD] q6adm: send_adm_cal: Audvol cal not sent for port id: 16384, path 0
<6>[ 16.768838] [AUD] board_elite_audio: msm8960_spkramp_event() name = Ext Spk Bottom Pos, 2
<6>[ 16.768838] [AUD] board_elite_audio: msm8960_spkramp_event() name = Ext Spk Bottom Neg, 2
<6>[ 16.782389] [AUD] snd_soc_qdsp6: msm_dai_q6_trigger:port:16384 cmd:1 dai_data->status_mask = 0
<6>[ 16.782389] [AUD] q6afe: afe_port_start_nowait: 16384 96000
<6>[ 23.792827] [VIB_PWM]pm8xxx_vib_enable vibrate period: 0 msec
<6>[ 23.792827] [VIB_PWM]pm8xxx_vib_set_off
<6>[ 24.055943] [SMD] SMD: ch 8 0 -> 1, state: 0
<6>[ 24.058751] [SMD] SMD: ch 8 1 -> 2, state: 1
<6>[ 24.214405] call alarm, type 0, func alarm_triggered+0x0/0xa0, 1353964110002000000 (s 1353964110002000000)
<6>[ 24.229909] [LED]pm8xxx_led_gpio_set, bank:1, brightness:0
<6>[ 24.230093] [LED]pm8xxx_led_blink_store: bank 1 blink 0
<6>[ 24.230276] [LED]Setting amber off_timer to 0 min 0 sec +
<6>[ 24.230398] [LED]pm8xxx_led_gpio_set, bank:0, brightness:0
<6>[ 24.230550] [LED]pm8xxx_led_blink_store: bank 0 blink 0
<6>[ 24.230734] [LED]Setting green off_timer to 0 min 0 sec +
<6>[ 24.619533] [SMD] smd_close(APPS_RIVA_BT_CMD)+
<6>[ 24.619533] [SMD] smd_close(APPS_RIVA_BT_CMD)-
<6>[ 24.619899] [SMD] SMD: ch 8 2 -> 4, state: 0
<6>[ 24.626186] [SMD] SMD: ch 8 0 -> 1, state: 0
<6>[ 24.626186] [SMD] SMD: ch 9 0 -> 1, state: 0
<6>[ 24.626216] [SMD] SMD: ch 8 1 -> 2, state: 1
<6>[ 24.626216] [BT] hci_smd_notify_event: opening HCI-SMD channel :APPS_RIVA_BT_CMD
<6>[ 24.626247] [SMD] SMD: ch 9 1 -> 2, state: 1
<6>[ 24.626247] [BT] hci_smd_notify_data: opening HCI-SMD channel :APPS_RIVA_BT_ACL
<6>[ 24.823897] acc_open
<6>[ 24.823927] acc_release
<4>[ 24.885212] prima_wlan: module is from the staging directory, the quality is unknown, you have been warned.
<4>[ 24.888264] kmemleak: Trying to color unknown object at 0xbf000000 as Grey
<4>[ 24.888295] [<c010dbe4>] (unwind_backtrace+0x0/0x138) from [<c0252140>] (paint_ptr+0x7c/0x1e0)
<4>[ 24.888325] [<c0252140>] (paint_ptr+0x7c/0x1e0) from [<c01d2768>] (load_module+0xbe8/0x22dc)
<4>[ 24.888325] [<c01d2768>] (load_module+0xbe8/0x22dc) from [<c01d3ea0>] (sys_init_module+0x44/0x19c)
<4>[ 24.888356] [<c01d3ea0>] (sys_init_module+0x44/0x19c) from [<c0106aa0>] (ret_fast_syscall+0x0/0x30)
<3>[ 24.930932] init: cannot find '/system/bin/amploader', disabling 'amp_load'
<6>[ 25.243827] prima_wlan: loading driver v3.1.1.14
<6>[ 25.250083] [SMD] SMD: ch 7 0 -> 1, state: 0
<6>[ 25.252922] [SMD] SMD: ch 7 1 -> 2, state: 1
<6>[ 25.253074] [SMD] smsm_change_state b29
<3>[ 25.260216] [0:658:F :HDD] hdd_module_init: WLAN Driver Initialization failed
<3>[ 25.260247] prima_wlan: driver load failure
<6>[ 25.516831] [AUD] q6adm: adm_close port_id=16384 index 15
<6>[ 25.518876] [PM] CPU1: msm_pm_power_collapse: change clock rate (old rate = 0)
<6>[ 25.521593] [AUD] soc_pcm_close(), set runtume null
<6>[ 25.521623] [AUD] q6afe: afe_close: port_id=16384
<6>[ 25.524980] [AUD] snd_soc_qdsp6: msm_dai_q6_shutdown: dai_data->status_mask = 1
<6>[ 25.524980] [AUD] soc_pcm_close(), set runtume null
<6>[ 25.533679] [AUD] board_elite_audio: msm8960_spkramp_event() name = Ext Spk Bottom Pos, 0
<6>[ 25.537738] [AUD] board_elite_audio: msm8960_spkramp_event() name = Ext Spk Bottom Neg, 0
<6>[ 25.546894] [AUD] snd_soc_qdsp6: msm_pcm_routing_process_audio: reg 2 val 0 set 0
<6>[ 26.277704] [VIB_PWM]pm8xxx_vib_enable vibrate period: 0 msec
<6>[ 26.277704] [VIB_PWM]pm8xxx_vib_set_off
<6>[ 26.289485] [VIB_PWM]pm8xxx_vib_enable vibrate period: 1 msec
<6>[ 26.289516] [VIB_PWM]pm8xxx_vib_set_on
<6>[ 26.290523] [VIB_PWM]pm8xxx_vib_timer_func
<6>[ 26.290553] [VIB_PWM]pm8xxx_vib_set_off
<6>[ 26.318083] request_suspend_state: wakeup (3->0) at 26310847387 (2012-11-26 21:08:32.105842616 UTC)
<6>[ 26.321257] [LS][cm3629] lightsensor_open
<6>[ 26.321287] [LS][cm3629] lightsensor_ioctl LIGHTSENSOR_IOCTL_ENABLE, value = 1
<6>[ 26.321287] [PS][cm3629] capella_pl_sensor_lpm_power: leave lmp,OK
<6>[ 26.337311] [LS][cm3629] lightsensor_enable
<6>[ 26.341461] [VIB_PWM]pm8xxx_vib_enable vibrate period: 21 msec
<6>[ 26.341492] [VIB_PWM]pm8xxx_vib_set_on
<6>[ 26.362490] [VIB_PWM]pm8xxx_vib_timer_func
<6>[ 26.362520] [VIB_PWM]pm8xxx_vib_set_off
<6>[ 26.509018] [LS][cm3629] get_ls_adc_value:resume 1
<6>[ 26.509385] [LS][cm3629] get_ls_adc_value: raw adc = 0x13, ls_calibrate = 0
<6>[ 26.509385] [cm3629] set_lsensor_range: low_thd = 0x17, high_thd = 0x159
<6>[ 26.509659] [LS][cm3629] report_lsensor_input_event: ADC=0x04C, Level=3, l_thd = 0x17, h_thd = 0x159
<6>[ 26.539996] [LS][cm3629] get_ls_adc_value: raw adc = 0x13, ls_calibrate = 0
<6>[ 26.540027] [cm3629] set_lsensor_range: low_thd = 0x1, high_thd = 0x16
<6>[ 26.540302] [LS][cm3629] report_lsensor_input_event: ADC=0x013, Level=2, l_thd = 0x1, h_thd = 0x16
<4>[ 26.601861] MPL-accODR: 31250
<7>[ 26.601922] [GSNR][MPU3050][TIMERIRQ]stop_timerirq: data->period = 0, data->run = 0
<7>[ 26.617305] [GSNR][MPU3050][TIMERIRQ]start_timerirq: data->period = 200
<7>[ 26.640317] [GSNR][MPU3050][TIMERIRQ]stop_timerirq: data->period = 200, data->run = 1
<7>[ 26.657439] [GSNR][MPU3050][TIMERIRQ]start_timerirq: data->period = 200
<4>[ 26.657591] MPL-accODR: 31250
<6>[ 26.674561] [LS][cm3629] get_ls_adc_value: raw adc = 0x4D, ls_calibrate = 0
<6>[ 26.674561] [cm3629] set_lsensor_range: low_thd = 0x17, high_thd = 0x159
<6>[ 26.674835] [LS][cm3629] report_lsensor_input_event: ADC=0x04E, Level=3, l_thd = 0x17, h_thd = 0x159
<7>[ 26.734381] [GSNR][MPU3050][TIMERIRQ]stop_timerirq: data->period = 200, data->run = 1
<6>[ 26.775431] [LED]pm8xxx_led_current_set, bank:6, brightness:60
<7>[ 26.775858] [DISP] mipi_dsi_set_backlight+:bl=96
<6>[ 26.775888] [DISP] brightness orig=96, transformed=55
<6>[ 27.351686] [LED]pm8xxx_led_gpio_set, bank:1, brightness:1
<6>[ 27.351960] [LED]pm8xxx_led_blink_store: bank 1 blink 0
<6>[ 27.352174] [LED]Setting amber off_timer to 0 min 0 sec +
<6>[ 27.352266] [LED]pm8xxx_led_gpio_set, bank:0, brightness:0
<6>[ 27.352418] [LED]pm8xxx_led_blink_store: bank 0 blink 0
<6>[ 27.352601] [LED]Setting green off_timer to 0 min 0 sec +
<6>[ 27.377384] [USBDIAG] diagchar_open:LocationManager(parent:zygote): tgid=492
<6>[ 28.100839] call alarm, type 1, func alarm_triggered+0x0/0xa0, 1353909600888000000 (s 1353909600888000000)
<6>[ 28.107187] call alarm, type 1, func alarm_triggered+0x0/0xa0, 1353909600888000000 (s 1353909600888000000)
<4>[ 29.016419] prima_wlan: module is from the staging directory, the quality is unknown, you have been warned.
<4>[ 29.045627] kmemleak: Trying to color unknown object at 0xbf000000 as Grey
<4>[ 29.045658] [<c010dbe4>] (unwind_backtrace+0x0/0x138) from [<c0252140>] (paint_ptr+0x7c/0x1e0)
<4>[ 29.045658] [<c0252140>] (paint_ptr+0x7c/0x1e0) from [<c01d2768>] (load_module+0xbe8/0x22dc)
<4>[ 29.045688] [<c01d2768>] (load_module+0xbe8/0x22dc) from [<c01d3ea0>] (sys_init_module+0x44/0x19c)
<4>[ 29.045688] [<c01d3ea0>] (sys_init_module+0x44/0x19c) from [<c0106aa0>] (ret_fast_syscall+0x0/0x30)
<6>[ 29.833816] prima_wlan: loading driver v3.1.1.14
<3>[ 29.894033] [1:966:E :CTL] WCTS_OpenTransport: smd_named_open_on_edge failed with status -19
<2>[ 29.894063] [1:966:F :CTL] WDI_Init: Failed to open WCTS transport
<3>[ 29.894124] [1:966:E :WDA] WDI Init failed
<3>[ 29.894124] [1:966:F :VOS] vos_open: Failed to open WDA module
<2>[ 29.894124] VOS ASSERT in vos_open Line 370
<4>[ 29.894124] ------------[ cut here ]------------
<4>[ 29.894613] WARNING: at drivers/staging/prima/CORE/VOSS/src/vos_api.c:370 vos_open+0x30c/0x64c [prima_wlan]()
<4>[ 29.894613] Modules linked in: prima_wlan(C+)
<4>[ 29.894643] [<c010dbe4>] (unwind_backtrace+0x0/0x138) from [<c0193f88>] (warn_slowpath_common+0x50/0x11c)
<4>[ 29.894674] [<c0193f88>] (warn_slowpath_common+0x50/0x11c) from [<c0194070>] (warn_slowpath_null+0x1c/0x24)
<4>[ 29.894857] [<c0194070>] (warn_slowpath_null+0x1c/0x24) from [<bf008838>] (vos_open+0x30c/0x64c [prima_wlan])
<4>[ 29.895345] [<bf008838>] (vos_open+0x30c/0x64c [prima_wlan]) from [<bf0dc364>] (hdd_wlan_startup+0x300/0xb44 [prima_wlan])
<4>[ 29.895803] [<bf0dc364>] (hdd_wlan_startup+0x300/0xb44 [prima_wlan]) from [<bf2410e4>] (hdd_module_init+0xe4/0x238 [prima_wlan])
<4>[ 29.895986] [<bf2410e4>] (hdd_module_init+0xe4/0x238 [prima_wlan]) from [<c0100568>] (do_one_initcall+0x34/0x174)
<4>[ 29.896017] [<c0100568>] (do_one_initcall+0x34/0x174) from [<c01d3ed0>] (sys_init_module+0x74/0x19c)
<4>[ 29.896047] [<c01d3ed0>] (sys_init_module+0x74/0x19c) from [<c0106aa0>] (ret_fast_syscall+0x0/0x30)
<4>[ 29.896047] ---[ end trace da227214a82491c0 ]---
<3>[ 29.896200] [1:966:F :HDD] hdd_wlan_startup: vos_open failed
<3>[ 29.937494] [1:966:F :HDD] hdd_module_init: WLAN Driver Initialization failed
<3>[ 29.937524] prima_wlan: driver load failure
this part jumped out to my eyes
Code:
<4>[ 24.885212] prima_wlan: module is from the staging directory, the quality is unknown, you have been warned.
<4>[ 24.888264] kmemleak: Trying to color unknown object at 0xbf000000 as Grey
<4>[ 24.888295] [<c010dbe4>] (unwind_backtrace+0x0/0x138) from [<c0252140>] (paint_ptr+0x7c/0x1e0)
<4>[ 24.888325] [<c0252140>] (paint_ptr+0x7c/0x1e0) from [<c01d2768>] (load_module+0xbe8/0x22dc)
<4>[ 24.888325] [<c01d2768>] (load_module+0xbe8/0x22dc) from [<c01d3ea0>] (sys_init_module+0x44/0x19c)
<4>[ 24.888356] [<c01d3ea0>] (sys_init_module+0x44/0x19c) from [<c0106aa0>] (ret_fast_syscall+0x0/0x30)
<3>[ 24.930932] init: cannot find '/system/bin/amploader', disabling 'amp_load'
also now data is broken
Zarboz said:
as per your suggestion i downgraded to the 3.1.1.14 drivers and made the couple mods you have in your git to allow loading
as well as insecure pl_riva
Code:
13.572501] wcnss_wlan triggered by userspace
<6>[ 13.610987] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.610987] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.611017] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.614771] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.614802] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.614802] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.688844] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.688875] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.688875] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.697909] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.697909] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.697939] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.747352] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.747352] [USBDIAG] diagchar_ioctl:kworker/u:3(parent:kthreadd): tgid=109
<6>[ 13.747382] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.759774] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.759774] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.759804] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.759804] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.814497] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.814497] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.814558] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.814558] [USBDIAG] diagchar_ioctl:kworker/u:1(parent:kthreadd): tgid=61
<6>[ 13.814558] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.841904] [USBDIAG] diag_smd_cntl_send_req: MODEM_PROC
<6>[ 13.841904] [USBDIAG] diagchar_ioctl:kworker/u:3(parent:kthreadd): tgid=109
<6>[ 13.841934] [USBDIAG] diagchar_ioctl:kworker/u:3(parent:kthreadd): tgid=109
<6>[ 13.841934] diag: incomplete pkt on Modem CNTL ch
<6>[ 13.871661] [SMD] smd_alloc_channel() 'DS' cid=0 size=08192, [Stream mode]
<6>[ 13.872791] [SMD] smd_alloc_channel() 'DATA1' cid=26 size=08192, [Package mode]
<6>[ 13.873432] [SMD] smd_alloc_channel() 'DATA2' cid=27 size=08192, [Package mode]
<6>[ 13.874133] [SMD] smd_alloc_channel() 'DATA3' cid=28 size=08192, [Package mode]
<6>[ 13.874866] [SMD] smd_alloc_channel() 'DATA4' cid=29 size=08192, [Package mode]
<6>[ 13.875507] [SMD] smd_alloc_channel() 'DATA11' cid=30 size=08192, [Stream mode]
<6>[ 13.927086] [SMD] smd_alloc_channel() 'DATA40' cid=31 size=08192, [Package mode]
<6>[ 13.928490] [SMD] smd_alloc_channel() 'DATA5_CNTL' cid=32 size=01024, [Package mode]
<6>[ 13.931390] [SMD] smd_alloc_channel() 'DATA6_CNTL' cid=33 size=01024, [Package mode]
<6>[ 13.931939] [SMD] smd_alloc_channel() 'DATA7_CNTL' cid=34 size=01024, [Package mode]
<6>[ 13.933312] [SMD] smd_alloc_channel() 'DATA8_CNTL' cid=35 size=01024, [Package mode]
<6>[ 13.934014] [SMD] smd_alloc_channel() 'DATA9_CNTL' cid=36 size=01024, [Package mode]
<6>[ 13.934777] [SMD] smd_alloc_channel() 'DATA12_CNTL' cid=37 size=01024, [Package mode]
<6>[ 13.935754] [SMD] smd_alloc_channel() 'DATA13_CNTL' cid=38 size=01024, [Package mode]
<6>[ 13.936487] [SMD] smd_alloc_channel() 'DATA14_CNTL' cid=39 size=01024, [Package mode]
<4>[ 13.941858] [BAMDMUX] handle_bam_mux_cmd: dropping invalid LCID 10 reserved 0 cmd 4 pad 0 ch 10 len 0
<4>[ 13.941919] [BAMDMUX] handle_bam_mux_cmd: dropping invalid LCID 11 reserved 0 cmd 4 pad 0 ch 11 len 0
<6>[ 13.942652] [SMD] smd_alloc_channel() 'DATA15_CNTL' cid=40 size=01024, [Package mode]
<6>[ 13.943628] [SMD] smd_alloc_channel() 'DATA16_CNTL' cid=41 size=01024, [Package mode]
<6>[ 13.944422] [SMD] smd_alloc_channel() 'DATA40_CNTL' cid=42 size=01024, [Package mode]
<6>[ 13.993895] [SMD] SMD: ch 32 0 -> 1, state: 0
<6>[ 13.993926] [SMD] smd_pkt_open: DATA5_CNTL open success return 0
<6>[ 13.998290] [SMD] SMD: ch 32 1 -> 2, state: 1
<6>[ 14.501693] [SMD] SMD: ch 33 0 -> 1, state: 0
<6>[ 14.501693] [SMD] smd_pkt_open: DATA6_CNTL open success return 0
<6>[ 14.504990] [SMD] SMD: ch 33 1 -> 2, state: 1
<6>[ 14.508286] [SMD] SMD: ch 34 0 -> 1, state: 0
<6>[ 14.508286] [SMD] smd_pkt_open: DATA7_CNTL open success return 0
<6>[ 14.511643] [SMD] SMD: ch 34 1 -> 2, state: 1
<6>[ 14.526445] [SMD] SMD: ch 35 0 -> 1, state: 0
<6>[ 14.526476] [SMD] smd_pkt_open: DATA8_CNTL open success return 0
<6>[ 14.529742] [SMD] SMD: ch 35 1 -> 2, state: 1
<6>[ 14.534228] [SMD] SMD: ch 36 0 -> 1, state: 0
<6>[ 14.534228] [SMD] smd_pkt_open: DATA9_CNTL open success return 0
<6>[ 14.534869] [SMD] SMD: ch 36 1 -> 2, state: 1
<6>[ 14.538257] [SMD] SMD: ch 37 0 -> 1, state: 0
<6>[ 14.538257] [SMD] smd_pkt_open: DATA12_CNTL open success return 0
<6>[ 14.541797] [SMD] SMD: ch 37 1 -> 2, state: 1
<6>[ 14.544758] [SMD] SMD: ch 38 0 -> 1, state: 0
<6>[ 14.544758] [SMD] smd_pkt_open: DATA13_CNTL open success return 0
<6>[ 14.547535] [SMD] SMD: ch 38 1 -> 2, state: 1
<6>[ 14.552418] [SMD] SMD: ch 39 0 -> 1, state: 0
<6>[ 14.552418] [SMD] smd_pkt_open: DATA14_CNTL open success return 0
<6>[ 14.555714] [SMD] SMD: ch 39 1 -> 2, state: 1
<6>[ 14.634213] wcnss_wlan triggered by userspace
<6>[ 16.242148] [AUD] snd_soc_qdsp6: msm_pcm_routing_process_audio: reg 2 val 0 set 1
<6>[ 16.242179] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.242606] [SMD] SMD: ch 14 0 -> 1, state: 0
<6>[ 16.242759] [SMD] SMD: ch 14 1 -> 2, state: 1
<6>[ 16.242759] apr_tal: SMD_EVENT_OPEN
<6>[ 16.277277] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.277277] [AUD] q6asm: q6asm_open_write: change to HTC_POPP_TOPOLOGY
<6>[ 16.317320] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.348023] [SMD] smd_close(apr_audio_svc)+
<6>[ 16.348054] [SMD] smd_close(apr_audio_svc)-
<6>[ 16.348054] [AUD] soc_pcm_close(), set runtume null
<6>[ 16.348084] [AUD] soc_pcm_close(), set runtume null
<6>[ 16.348115] [SMD] SMD: ch 14 2 -> 4, state: 0
<6>[ 16.374210] [AUD] snd_soc_qdsp6: msm_pcm_routing_process_audio: reg 2 val 0 set 0
<6>[ 16.467297] [WCNSS]wcnss_post_bootup: Cancel APPS vote for Iris & Riva
<6>[ 16.467602] [WCNSS]RIVA driver version=1.01
<6>[ 16.590691] mdp4_overlay_req2pipe: pipe=c0d77ec0 ndx=3 num=2 zorder=2 mixer 0 format = b
<6>[ 16.680177] [AUD] snd_soc_qdsp6: msm_pcm_routing_process_audio: reg 2 val 0 set 1
<6>[ 16.680177] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.680482] [SMD] SMD: ch 14 0 -> 1, state: 0
<6>[ 16.683168] [SMD] SMD: ch 14 1 -> 2, state: 1
<6>[ 16.683198] apr_tal: SMD_EVENT_OPEN
<6>[ 16.683229] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.683259] [AUD] q6asm: q6asm_open_write: change to HTC_POPP_TOPOLOGY
<6>[ 16.709964] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.714207] [AUD] board_elite_audio: elite_get_q6_effect_mode: mode 0
<6>[ 16.714237] [AUD] q6adm: adm_open: Port ID 16384, index 15
<6>[ 16.721654] [AUD] q6adm: adm_matrix_map: session 0x1 path:1 num_copps:1 port_id[0]:16384
<6>[ 16.725499] [AUD] q6adm: send_adm_cal: Audproc cal sent for port id: 16384, path 0
<6>[ 16.725591] [AUD] q6adm: send_adm_cal: Audvol cal not sent for port id: 16384, path 0
<6>[ 16.768838] [AUD] board_elite_audio: msm8960_spkramp_event() name = Ext Spk Bottom Pos, 2
<6>[ 16.768838] [AUD] board_elite_audio: msm8960_spkramp_event() name = Ext Spk Bottom Neg, 2
<6>[ 16.782389] [AUD] snd_soc_qdsp6: msm_dai_q6_trigger:port:16384 cmd:1 dai_data->status_mask = 0
<6>[ 16.782389] [AUD] q6afe: afe_port_start_nowait: 16384 96000
<6>[ 23.792827] [VIB_PWM]pm8xxx_vib_enable vibrate period: 0 msec
<6>[ 23.792827] [VIB_PWM]pm8xxx_vib_set_off
<6>[ 24.055943] [SMD] SMD: ch 8 0 -> 1, state: 0
<6>[ 24.058751] [SMD] SMD: ch 8 1 -> 2, state: 1
<6>[ 24.214405] call alarm, type 0, func alarm_triggered+0x0/0xa0, 1353964110002000000 (s 1353964110002000000)
<6>[ 24.229909] [LED]pm8xxx_led_gpio_set, bank:1, brightness:0
<6>[ 24.230093] [LED]pm8xxx_led_blink_store: bank 1 blink 0
<6>[ 24.230276] [LED]Setting amber off_timer to 0 min 0 sec +
<6>[ 24.230398] [LED]pm8xxx_led_gpio_set, bank:0, brightness:0
<6>[ 24.230550] [LED]pm8xxx_led_blink_store: bank 0 blink 0
<6>[ 24.230734] [LED]Setting green off_timer to 0 min 0 sec +
<6>[ 24.619533] [SMD] smd_close(APPS_RIVA_BT_CMD)+
<6>[ 24.619533] [SMD] smd_close(APPS_RIVA_BT_CMD)-
<6>[ 24.619899] [SMD] SMD: ch 8 2 -> 4, state: 0
<6>[ 24.626186] [SMD] SMD: ch 8 0 -> 1, state: 0
<6>[ 24.626186] [SMD] SMD: ch 9 0 -> 1, state: 0
<6>[ 24.626216] [SMD] SMD: ch 8 1 -> 2, state: 1
<6>[ 24.626216] [BT] hci_smd_notify_event: opening HCI-SMD channel :APPS_RIVA_BT_CMD
<6>[ 24.626247] [SMD] SMD: ch 9 1 -> 2, state: 1
<6>[ 24.626247] [BT] hci_smd_notify_data: opening HCI-SMD channel :APPS_RIVA_BT_ACL
<6>[ 24.823897] acc_open
<6>[ 24.823927] acc_release
<4>[ 24.885212] prima_wlan: module is from the staging directory, the quality is unknown, you have been warned.
<4>[ 24.888264] kmemleak: Trying to color unknown object at 0xbf000000 as Grey
<4>[ 24.888295] [<c010dbe4>] (unwind_backtrace+0x0/0x138) from [<c0252140>] (paint_ptr+0x7c/0x1e0)
<4>[ 24.888325] [<c0252140>] (paint_ptr+0x7c/0x1e0) from [<c01d2768>] (load_module+0xbe8/0x22dc)
<4>[ 24.888325] [<c01d2768>] (load_module+0xbe8/0x22dc) from [<c01d3ea0>] (sys_init_module+0x44/0x19c)
<4>[ 24.888356] [<c01d3ea0>] (sys_init_module+0x44/0x19c) from [<c0106aa0>] (ret_fast_syscall+0x0/0x30)
<3>[ 24.930932] init: cannot find '/system/bin/amploader', disabling 'amp_load'
<6>[ 25.243827] prima_wlan: loading driver v3.1.1.14
<6>[ 25.250083] [SMD] SMD: ch 7 0 -> 1, state: 0
<6>[ 25.252922] [SMD] SMD: ch 7 1 -> 2, state: 1
<6>[ 25.253074] [SMD] smsm_change_state b29
<3>[ 25.260216] [0:658:F :HDD] hdd_module_init: WLAN Driver Initialization failed
<3>[ 25.260247] prima_wlan: driver load failure
<6>[ 25.516831] [AUD] q6adm: adm_close port_id=16384 index 15
<6>[ 25.518876] [PM] CPU1: msm_pm_power_collapse: change clock rate (old rate = 0)
<6>[ 25.521593] [AUD] soc_pcm_close(), set runtume null
<6>[ 25.521623] [AUD] q6afe: afe_close: port_id=16384
<6>[ 25.524980] [AUD] snd_soc_qdsp6: msm_dai_q6_shutdown: dai_data->status_mask = 1
<6>[ 25.524980] [AUD] soc_pcm_close(), set runtume null
<6>[ 25.533679] [AUD] board_elite_audio: msm8960_spkramp_event() name = Ext Spk Bottom Pos, 0
<6>[ 25.537738] [AUD] board_elite_audio: msm8960_spkramp_event() name = Ext Spk Bottom Neg, 0
<6>[ 25.546894] [AUD] snd_soc_qdsp6: msm_pcm_routing_process_audio: reg 2 val 0 set 0
<6>[ 26.277704] [VIB_PWM]pm8xxx_vib_enable vibrate period: 0 msec
<6>[ 26.277704] [VIB_PWM]pm8xxx_vib_set_off
<6>[ 26.289485] [VIB_PWM]pm8xxx_vib_enable vibrate period: 1 msec
<6>[ 26.289516] [VIB_PWM]pm8xxx_vib_set_on
<6>[ 26.290523] [VIB_PWM]pm8xxx_vib_timer_func
<6>[ 26.290553] [VIB_PWM]pm8xxx_vib_set_off
<6>[ 26.318083] request_suspend_state: wakeup (3->0) at 26310847387 (2012-11-26 21:08:32.105842616 UTC)
<6>[ 26.321257] [LS][cm3629] lightsensor_open
<6>[ 26.321287] [LS][cm3629] lightsensor_ioctl LIGHTSENSOR_IOCTL_ENABLE, value = 1
<6>[ 26.321287] [PS][cm3629] capella_pl_sensor_lpm_power: leave lmp,OK
<6>[ 26.337311] [LS][cm3629] lightsensor_enable
<6>[ 26.341461] [VIB_PWM]pm8xxx_vib_enable vibrate period: 21 msec
<6>[ 26.341492] [VIB_PWM]pm8xxx_vib_set_on
<6>[ 26.362490] [VIB_PWM]pm8xxx_vib_timer_func
<6>[ 26.362520] [VIB_PWM]pm8xxx_vib_set_off
<6>[ 26.509018] [LS][cm3629] get_ls_adc_value:resume 1
<6>[ 26.509385] [LS][cm3629] get_ls_adc_value: raw adc = 0x13, ls_calibrate = 0
<6>[ 26.509385] [cm3629] set_lsensor_range: low_thd = 0x17, high_thd = 0x159
<6>[ 26.509659] [LS][cm3629] report_lsensor_input_event: ADC=0x04C, Level=3, l_thd = 0x17, h_thd = 0x159
<6>[ 26.539996] [LS][cm3629] get_ls_adc_value: raw adc = 0x13, ls_calibrate = 0
<6>[ 26.540027] [cm3629] set_lsensor_range: low_thd = 0x1, high_thd = 0x16
<6>[ 26.540302] [LS][cm3629] report_lsensor_input_event: ADC=0x013, Level=2, l_thd = 0x1, h_thd = 0x16
<4>[ 26.601861] MPL-accODR: 31250
<7>[ 26.601922] [GSNR][MPU3050][TIMERIRQ]stop_timerirq: data->period = 0, data->run = 0
<7>[ 26.617305] [GSNR][MPU3050][TIMERIRQ]start_timerirq: data->period = 200
<7>[ 26.640317] [GSNR][MPU3050][TIMERIRQ]stop_timerirq: data->period = 200, data->run = 1
<7>[ 26.657439] [GSNR][MPU3050][TIMERIRQ]start_timerirq: data->period = 200
<4>[ 26.657591] MPL-accODR: 31250
<6>[ 26.674561] [LS][cm3629] get_ls_adc_value: raw adc = 0x4D, ls_calibrate = 0
<6>[ 26.674561] [cm3629] set_lsensor_range: low_thd = 0x17, high_thd = 0x159
<6>[ 26.674835] [LS][cm3629] report_lsensor_input_event: ADC=0x04E, Level=3, l_thd = 0x17, h_thd = 0x159
<7>[ 26.734381] [GSNR][MPU3050][TIMERIRQ]stop_timerirq: data->period = 200, data->run = 1
<6>[ 26.775431] [LED]pm8xxx_led_current_set, bank:6, brightness:60
<7>[ 26.775858] [DISP] mipi_dsi_set_backlight+:bl=96
<6>[ 26.775888] [DISP] brightness orig=96, transformed=55
<6>[ 27.351686] [LED]pm8xxx_led_gpio_set, bank:1, brightness:1
<6>[ 27.351960] [LED]pm8xxx_led_blink_store: bank 1 blink 0
<6>[ 27.352174] [LED]Setting amber off_timer to 0 min 0 sec +
<6>[ 27.352266] [LED]pm8xxx_led_gpio_set, bank:0, brightness:0
<6>[ 27.352418] [LED]pm8xxx_led_blink_store: bank 0 blink 0
<6>[ 27.352601] [LED]Setting green off_timer to 0 min 0 sec +
<6>[ 27.377384] [USBDIAG] diagchar_open:LocationManager(parent:zygote): tgid=492
<6>[ 28.100839] call alarm, type 1, func alarm_triggered+0x0/0xa0, 1353909600888000000 (s 1353909600888000000)
<6>[ 28.107187] call alarm, type 1, func alarm_triggered+0x0/0xa0, 1353909600888000000 (s 1353909600888000000)
<4>[ 29.016419] prima_wlan: module is from the staging directory, the quality is unknown, you have been warned.
<4>[ 29.045627] kmemleak: Trying to color unknown object at 0xbf000000 as Grey
<4>[ 29.045658] [<c010dbe4>] (unwind_backtrace+0x0/0x138) from [<c0252140>] (paint_ptr+0x7c/0x1e0)
<4>[ 29.045658] [<c0252140>] (paint_ptr+0x7c/0x1e0) from [<c01d2768>] (load_module+0xbe8/0x22dc)
<4>[ 29.045688] [<c01d2768>] (load_module+0xbe8/0x22dc) from [<c01d3ea0>] (sys_init_module+0x44/0x19c)
<4>[ 29.045688] [<c01d3ea0>] (sys_init_module+0x44/0x19c) from [<c0106aa0>] (ret_fast_syscall+0x0/0x30)
<6>[ 29.833816] prima_wlan: loading driver v3.1.1.14
<3>[ 29.894033] [1:966:E :CTL] WCTS_OpenTransport: smd_named_open_on_edge failed with status -19
<2>[ 29.894063] [1:966:F :CTL] WDI_Init: Failed to open WCTS transport
<3>[ 29.894124] [1:966:E :WDA] WDI Init failed
<3>[ 29.894124] [1:966:F :VOS] vos_open: Failed to open WDA module
<2>[ 29.894124] VOS ASSERT in vos_open Line 370
<4>[ 29.894124] ------------[ cut here ]------------
<4>[ 29.894613] WARNING: at drivers/staging/prima/CORE/VOSS/src/vos_api.c:370 vos_open+0x30c/0x64c [prima_wlan]()
<4>[ 29.894613] Modules linked in: prima_wlan(C+)
<4>[ 29.894643] [<c010dbe4>] (unwind_backtrace+0x0/0x138) from [<c0193f88>] (warn_slowpath_common+0x50/0x11c)
<4>[ 29.894674] [<c0193f88>] (warn_slowpath_common+0x50/0x11c) from [<c0194070>] (warn_slowpath_null+0x1c/0x24)
<4>[ 29.894857] [<c0194070>] (warn_slowpath_null+0x1c/0x24) from [<bf008838>] (vos_open+0x30c/0x64c [prima_wlan])
<4>[ 29.895345] [<bf008838>] (vos_open+0x30c/0x64c [prima_wlan]) from [<bf0dc364>] (hdd_wlan_startup+0x300/0xb44 [prima_wlan])
<4>[ 29.895803] [<bf0dc364>] (hdd_wlan_startup+0x300/0xb44 [prima_wlan]) from [<bf2410e4>] (hdd_module_init+0xe4/0x238 [prima_wlan])
<4>[ 29.895986] [<bf2410e4>] (hdd_module_init+0xe4/0x238 [prima_wlan]) from [<c0100568>] (do_one_initcall+0x34/0x174)
<4>[ 29.896017] [<c0100568>] (do_one_initcall+0x34/0x174) from [<c01d3ed0>] (sys_init_module+0x74/0x19c)
<4>[ 29.896047] [<c01d3ed0>] (sys_init_module+0x74/0x19c) from [<c0106aa0>] (ret_fast_syscall+0x0/0x30)
<4>[ 29.896047] ---[ end trace da227214a82491c0 ]---
<3>[ 29.896200] [1:966:F :HDD] hdd_wlan_startup: vos_open failed
<3>[ 29.937494] [1:966:F :HDD] hdd_module_init: WLAN Driver Initialization failed
<3>[ 29.937524] prima_wlan: driver load failure
this part jumped out to my eyes
Code:
<4>[ 24.885212] prima_wlan: module is from the staging directory, the quality is unknown, you have been warned.
<4>[ 24.888264] kmemleak: Trying to color unknown object at 0xbf000000 as Grey
<4>[ 24.888295] [<c010dbe4>] (unwind_backtrace+0x0/0x138) from [<c0252140>] (paint_ptr+0x7c/0x1e0)
<4>[ 24.888325] [<c0252140>] (paint_ptr+0x7c/0x1e0) from [<c01d2768>] (load_module+0xbe8/0x22dc)
<4>[ 24.888325] [<c01d2768>] (load_module+0xbe8/0x22dc) from [<c01d3ea0>] (sys_init_module+0x44/0x19c)
<4>[ 24.888356] [<c01d3ea0>] (sys_init_module+0x44/0x19c) from [<c0106aa0>] (ret_fast_syscall+0x0/0x30)
<3>[ 24.930932] init: cannot find '/system/bin/amploader', disabling 'amp_load'
also now data is broken
Click to expand...
Click to collapse
get your stock .ko and run a strings, try to find the version inside it.
Then you can search in caf for the right version.
You will need to enable the debug in prima driver, include the BUILD_DEBUG_VERSION in Makefile

[Q] wifi not turning on in samssung galaxy s2 I9100

Suddenly after taking my phone out on a rainy day, my wifi stopped working. I am sure water never went it. I have tried multiple things to make it work like factory reset, changing the ROM to jelly bean and currently running the kernel 3.0.31-siyah-s2-v5.0, model GT-I9100 android version 4.1.2
Kindly Help.I am seeing the dmesg terminal logs as attached and snippet below.
<4>[ 104.060063] ## wifi_probe
<4>[ 104.060090] wifi_set_power = 1
<6>[ 104.060111] ------------------------------------------------
<6>[ 104.060145] ------------------------------------------------
<6>[ 104.060188] brcm_wlan_power Enter: power on
<6>[ 104.060215] gpio_table = [2]
<7>[ 104.060442] WLAN: GPIO_WLAN_EN = 1
<6>[ 104.094096] mif: link_pm_irq_handler: gpio [HWK] get [0]
<6>[ 104.120714] mif: link_pm_irq_handler: gpio [HWK] get [1]
<6>[ 104.170090] mif: usb_port_resume: 1283, 4
<6>[ 104.249999] EXT4-fs (mmcblk0p9): re-mounted. Opts: (null)
<4>[ 104.265090] wifi_set_carddetect = 1
<6>[ 104.265114] gpio_table = [6]
<6>[ 104.265343] Test logs pdev : c0ccd110 s3c_device_hsmmc3 c0ccd110
<6>[ 104.265378] Test logs notify_func = hsmmc3_notify_func: c083e75c
<6>[ 104.265416] mmc2: card inserted.
<6>[ 104.495446] mmc2: cmd 52 command timeout error
<6>[ 104.495936] mmc2: cmd 52 command timeout error
<6>[ 104.499846] mmc2: cmd 8 command timeout error
<4>[ 104.511333] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
<4>[ 104.513886] mmc2: queuing unknown CIS tuple 0x80 (6 bytes)
<6>[ 104.573970] mmc2: new high speed SDIO card at address 0001
<4>[ 104.785592] alloc static buf at e3a00000!
<4>[ 104.786022] dhdsdio_probe : no mutex held. set lock
<6>[ 105.007466] set_gps_uart_op: off
<6>[ 105.433663] EXT4-fs (mmcblk0p9): re-mounted. Opts: (null)
<6>[ 106.011099] mif: link_pm_irq_handler: gpio [HWK] get [0]
<6>[ 106.040827] mif: link_pm_irq_handler: gpio [HWK] get [1]
<6>[ 106.090112] mif: usb_port_resume: 1283, 4
<3>[ 106.158197] binder: release proc 13734, transaction 52072, not freed
<3>[ 106.158236] binder: release proc 13734, transaction 52103, not freed
<3>[ 106.296134] mmc2: cmd 53 data timeout error
<4>[ 106.296964] bcmsdh_sdmmc: Failed to Read word, Err: 0xffffff92F1 signature read
@0x18000000=0xffffffff
<3>[ 107.808869] mmc2: cmd 53 data timeout error
<4>[ 107.809040] bcmsdh_sdmmc: Failed to Read word, Err: 0xffffff92dhdsdio_probe_attach: si_attach
failed!
<4>[ 107.809193] dhdsdio_probe: dhdsdio_probe_attach failed
<4>[ 107.809284] dhdsdio_probe : the lock is released.
<4>[ 107.816772] dhd_module_init: sdio_register_driver fail
<4>[ 107.816919] bcmsdh_sdmmc: bcmsdh_sdmmc_remove Enter
<4>[ 107.824497] ## wifi_remove
<4>[ 107.824549] wifi_set_power = 0
<6>[ 107.824599] ------------------------------------------------
<6>[ 107.824676] ------------------------------------------------
<6>[ 107.824761] brcm_wlan_power Enter: power off
<6>[ 107.824828] gpio_table = [2]
<7>[ 107.824887] WLAN: GPIO_WLAN_EN = 0
<4>[ 107.925157] wifi_set_carddetect = 0
<6>[ 107.925225] gpio_table = [6]
<6>[ 107.925503] Test logs pdev : c0ccd110 s3c_device_hsmmc3 c0ccd110
<6>[ 107.925589] Test logs notify_func = hsmmc3_notify_func: c083e75c
<6>[ 107.925678] mmc2: card inserted.
<6>[ 107.965872] mif: link_pm_irq_handler: gpio [HWK] get [0]
<6>[ 107.995841] mif: link_pm_irq_handler: gpio [HWK] get [1]
<6>[ 108.045163] mif: usb_port_resume: 1283, 4
<6>[ 108.125196] mmc2: cmd 7 command timeout error
<6>[ 108.125256] mmc2: cmd 7 command timeout error
<6>[ 108.125307] mmc2: cmd 7 command timeout error
<6>[ 108.125356] mmc2: cmd 7 command timeout error
<6>[ 108.136243] mmc2: card 0001 removed
<6>[ 108.170596] mmc2: cmd 52 command timeout error
<6>[ 108.171186] mmc2: cmd 52 command timeout error
<6>[ 108.174766] mmc2: cmd 8 command timeout error
<6>[ 108.175114] mmc2: cmd 5 command timeout error
<6>[ 108.175443] mmc2: cmd 5 command timeout error
<6>[ 108.175773] mmc2: cmd 5 command timeout error
<6>[ 108.176101] mmc2: cmd 5 command timeout error
<6>[ 108.176500] mmc2: cmd 55 command timeout error
<6>[ 1

USB Audio - OTG - Kernel Dev - stumped....

I've been looking at getting external USB audio (using an external USB DAC for sound) working on my HTC One XL for a bit now, and I'm starting to hit a wall...
I've built a new custom kernel based of the base CyanogenMod one for the MSM8960. This works
I've turned on a ton of debugging + added more debugging, and compiled in the USB Audio drivers, my kernel logs now look something like:
<6>[ 192.232076] usb 1-1: new full speed USB device number 2 using msm_hsusb_host
<6>[ 192.387639] usb 1-1: New USB shizzle found, idVendor=045e, idProduct=070f
<6>[ 192.387730] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
<6>[ 192.387852] usb 1-1: Product: Microsoft LifeChat LX-3000
<7>[ 192.387913] device: '1-1': device_add
<7>[ 192.388280] bus: 'usb': add device 1-1
<7>[ 192.388402] PM: Adding info for usb:1-1
<7>[ 192.388890] bus: 'usb': driver_probe_device: matched device 1-1 with driver usb
<7>[ 192.389012] bus: 'usb': really_probe: probing driver usb with device 1-1
<7>[ 192.389073] usb 1-1: usb_probe_device
<7>[ 192.389195] usb 1-1: configuration #1 chosen from 1 choice
<7>[ 192.389256] usb 1-1: rpm_resume flags 0x4
<7>[ 192.389317] usb 1-1: rpm_resume returns 1
<7>[ 192.390599] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
<7>[ 192.390660] device: '1-1:1.0': device_add
<7>[ 192.390782] bus: 'usb': add device 1-1:1.0
<7>[ 192.390874] PM: Adding info for usb:1-1:1.0
<7>[ 192.391118] bus: 'usb': driver_probe_device: matched device 1-1:1.0 with driver snd-usb-audio
<7>[ 192.391240] bus: 'usb': really_probe: probing driver snd-usb-audio with device 1-1:1.0
<7>[ 192.391362] snd-usb-audio 1-1:1.0: usb_probe_interface
<7>[ 192.391423] snd-usb-audio 1-1:1.0: usb_probe_interface - got id
<7>[ 192.391545] usb 1-1: rpm_resume flags 0x4
<7>[ 192.391606] usb 1-1: rpm_resume returns 1
<6>[ 192.392583] 2:1:0: add audio endpoint Interface Class = 1
<6>[ 192.392644] 2:1:0: add audio endpoint Interface SubClass = 2
<6>[ 192.392736] 2:1:0: add audio endpoint Interface Class = 1
<6>[ 192.392797] 2:1:0: add audio endpoint Interface SubClass = 2
<6>[ 192.392919] 2:1:1: UAC Version 1
<6>[ 192.392980] 2:1:1: add audio endpoint 0x1
<6>[ 192.396581] 2:2:0: add audio endpoint Interface Class = 1
<6>[ 192.396673] 2:2:0: add audio endpoint Interface SubClass = 2
<6>[ 192.396734] 2:2:0: add audio endpoint Interface Class = 1
<6>[ 192.396856] 2:2:0: add audio endpoint Interface SubClass = 2
<6>[ 192.396917] 2:2:1: UAC Version 1
<6>[ 192.396978] 2:2:1: add audio endpoint 0x82
<6>[ 192.400579] [13] FU [Mic Playback Switch] ch = 1, val = 0/1/1
<3>[ 192.400640] Unable to resume device, either shutdown or probing (0,1)
<3>[ 192.400762] cannot get ctl value: req = 0x83, wValue = 0x200, wIndex = 0xd00, type = 4, error = -19
<3>[ 192.400885] 13:0: cannot get min/max values for control 2 (id 13)
<3>[ 192.400976] Unable to resume device, either shutdown or probing (0,1)
<3>[ 192.401098] cannot get ctl value: req = 0x84, wValue = 0x200, wIndex = 0xd00, type = 4, error = -19
<6>[ 192.401220] [13] FU [Mic Playback Volume] ch = 1, val = 0/1/1
<6>[ 192.401281] [9] FU [Speaker Playback Switch] ch = 1, val = 0/1/1
<3>[ 192.401403] Unable to resume device, either shutdown or probing (0,1)
<3>[ 192.401464] cannot get ctl value: req = 0x83, wValue = 0x201, wIndex = 0x900, type = 4, error = -19
<3>[ 192.401587] 9:0: cannot get min/max values for control 2 (id 9)
<3>[ 192.401648] Unable to resume device, either shutdown or probing (0,1)
<3>[ 192.401739] cannot get ctl value: req = 0x84, wValue = 0x201, wIndex = 0x900, type = 4, error = -19
<6>[ 192.401861] [9] FU [Speaker Playback Volume] ch = 2, val = 0/1/1
<6>[ 192.401922] [10] FU [Mic Capture Switch] ch = 1, val = 0/1/1
<3>[ 192.402044] Unable to resume device, either shutdown or probing (0,1)
<3>[ 192.402136] cannot get ctl value: req = 0x83, wValue = 0x200, wIndex = 0xa00, type = 4, error = -19
<3>[ 192.402258] 10:0: cannot get min/max values for control 2 (id 10)
<3>[ 192.402350] Unable to resume device, either shutdown or probing (0,1)
<3>[ 192.402441] cannot get ctl value: req = 0x84, wValue = 0x200, wIndex = 0xa00, type = 4, error = -19
<6>[ 192.402533] [10] FU [Mic Capture Volume] ch = 1, val = 0/1/1
<6>[ 192.402655] [10] FU [Auto Gain Control] ch = 1, val = 0/1/1
<7>[ 192.402746] device: 'card1': device_add
<7>[ 192.402868] PM: Adding info for No Bus:card1
<7>[ 192.403174] device: 'pcmC1D0p': device_add
<7>[ 192.403418] PM: Adding info for No BuscmC1D0p
<7>[ 192.403906] device: 'pcmC1D0c': device_add
<7>[ 192.404059] PM: Adding info for No BuscmC1D0c
<7>[ 192.404455] device: 'controlC1': device_add
<7>[ 192.404669] PM: Adding info for No Bus:controlC1
<7>[ 192.405035] driver: '1-1:1.0': driver_bound: bound to device 'snd-usb-audio'
<7>[ 192.405157] bus: 'usb': really_probe: bound device 1-1:1.0 to driver snd-usb-audio
<7>[ 192.405218] snd-usb-audio 1-1:1.0: rpm_suspend flags 0x4
<7>[ 192.405310] snd-usb-audio 1-1:1.0: rpm_suspend returns 0
<7>[ 192.405402] usb 1-1: adding 1-1:1.1 (config #1, interface 1)
<7>[ 192.405493] device: '1-1:1.1': device_add
<7>[ 192.405585] bus: 'usb': add device 1-1:1.1
<7>[ 192.405707] PM: Adding info for usb:1-1:1.1
<7>[ 192.405981] driver: '1-1:1.1': driver_bound: bound to device 'snd-usb-audio'
<7>[ 192.406104] usb 1-1: adding 1-1:1.2 (config #1, interface 2)
<7>[ 192.406165] device: '1-1:1.2': device_add
<7>[ 192.406256] bus: 'usb': add device 1-1:1.2
<7>[ 192.406378] PM: Adding info for usb:1-1:1.2
<7>[ 192.406622] driver: '1-1:1.2': driver_bound: bound to device 'snd-usb-audio'
<7>[ 192.406744] usb 1-1: adding 1-1:1.3 (config #1, interface 3)
<7>[ 192.406806] device: '1-1:1.3': device_add
<7>[ 192.406958] bus: 'usb': add device 1-1:1.3
<7>[ 192.407019] PM: Adding info for usb:1-1:1.3
<7>[ 192.408240] bus: 'usb': driver_probe_device: matched device 1-1:1.3 with driver usbhid
<7>[ 192.408362] bus: 'usb': really_probe: probing driver usbhid with device 1-1:1.3
<7>[ 192.408484] usbhid 1-1:1.3: usb_probe_interface
<7>[ 192.408545] usbhid 1-1:1.3: usb_probe_interface - got id
<7>[ 192.408667] usb 1-1: rpm_resume flags 0x4
<7>[ 192.408728] usb 1-1: rpm_resume returns 1
<7>[ 192.408850] device: '0003:045E:070F.0001': device_add
<7>[ 192.408972] bus: 'hid': add device 0003:045E:070F.0001
<7>[ 192.409034] PM: Adding info for hid:0003:045E:070F.0001
<7>[ 192.409400] bus: 'hid': driver_probe_device: matched device 0003:045E:070F.0001 with driver generic-usb
<7>[ 192.409461] bus: 'hid': really_probe: probing driver generic-usb with device 0003:045E:070F.0001
<7>[ 192.411841] usbhid 1-1:1.3: rpm_resume flags 0x5
<7>[ 192.411963] usbhid 1-1:1.3: rpm_resume returns 1
<7>[ 192.413825] device: 'input7': device_add
<7>[ 192.413978] PM: Adding info for No Bus:input7
<6>[ 192.414344] input: Microsoft LifeChat LX-3000 as /devices/platform/msm_hsusb_host/usb1/1-1/1-1:1.3/input/input7
<7>[ 192.414466] device: 'event7': device_add
<7>[ 192.414771] PM: Adding info for No Bus:event7
<6>[ 192.415077] generic-usb 0003:045E:070F.0001: input: USB HID v1.00 Device [Microsoft LifeChat LX-3000 ] on usb-msm_hsusb_host-1/input3
<7>[ 192.415229] driver: '0003:045E:070F.0001': driver_bound: bound to device 'generic-usb'
<7>[ 192.415290] bus: 'hid': really_probe: bound device 0003:045E:070F.0001 to driver generic-usb
<7>[ 192.415412] driver: '1-1:1.3': driver_bound: bound to device 'usbhid'
<7>[ 192.415534] bus: 'usb': really_probe: bound device 1-1:1.3 to driver usbhid
....
Now the errors printed above, really don't matter (after much debugging, it appears to be a bug in ALSA, will look at fixing that later, but it isn't going to cause any issues from what I can tell).
So in conclusion, it looks like it successfully loaded USB_AUDIO drivers and the HID driver (the HID driver is for the volume control on the headset).
Now my logcat looks like:
E/WiredAccessoryObserver( 359): unsetting h2w flag
I/DockObserver( 359): Dock state changed: 16
V/WiredAccessoryObserver( 359): Headset UEVENT: {SUBSYSTEM=switch, SWITCH_STATE=16, DEVPATH=/devices/virtual/switch/dock, SEQNUM=3298, ACTION=change, SWITCH_NAME=dock}
V/WiredAccessoryObserver( 359): updateState name: dock state 16
V/WiredAccessoryObserver( 359): updateState switchState: 0
V/WiredAccessoryObserver( 359): newState = 0, headsetState = 0,mHeadsetState = 0
V/BluetoothService( 359): Received ACTION_DOCK_EVENT with State:16
E/SharedPreferencesImpl( 359): Couldn't create directory for SharedPreferences file shared_prefs/bluetooth_service_settings.xml
I/ActivityManager( 359): Start proc net.muteheadlight.dockredir for broadcast net.muteheadlight.dockredir/net.muteheadlight.docksoundredir.dockSoundRedirect: pid=3397 uid=10133 gids={1028}
D/ActivityThread( 3397): setTargetHeapUtilization:0.25
D/ActivityThread( 3397): setTargetHeapIdealFree:8388608
D/ActivityThread( 3397): setTargetHeapConcurrentStart:2097152
I/ActivityManager( 359): No longer want com.google.android.talk (pid 2959): hidden #16
D/EventHub( 359): No input device configuration file found for device 'Microsoft LifeChat LX-3000 '.
I/EventHub( 359): New device: id=8, fd=287, path='/dev/input/event7', name='Microsoft LifeChat LX-3000 ', classes=0x80000001, configuration='', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=false, usingClockIoctl=false
I/InputReader( 359): Device added: id=8, name='Microsoft LifeChat LX-3000 ', sources=0x00000101
To get this far, I had to manually trigger an Intent with Action of 'com.cyanogenmod.settings.SamsungDock'. Before sending that intent, the WiredAccessoryObserver would print 'Ignoring dock event as Audio routing disabled'.
After all this, no sound is routed to the external USb headset :crying:
I have a feeling the kernel is working as expected, but the Cyanogenmod rom is not correctly handling the dock event.The DockObserver class in cyanogenmod watches for events:
DOCK_UEVENT_MATCH = "DEVPATH=/devices/virtual/switch/dock";
And this is being sent by the kernel and received by the DockObserver, but from here it seems to try and load the deive as a smsung USB audio dock, instead of usb_audio.
My really big question is, how does this work on the Galaxy Nexus with only a kernel change to load the correct drivers....
Any input or pointing in the right direction would be great!!!! (if you've listened to my rant this far you've done well).
UPDATE:
The drivers appear to be working as I can use the 'USB Audio Tester' app from the play store to play the microphone into the headset.
So my issues appears to be getting CM10 to route audio through USB. Has anyone had this working before???

MyAudio 1008b - firmware

Hello
SKotreboval by som apoň originál firmware z vašich tabletov kto má tento. Na stránkach MyAudio
EN: I need original Firmware(ROM) from this tablet. On product website
Code:
ht tp:// slovensky. myaudioworld. com/mysupport/firmware/series-1016-dcc/
SK:som nasiel nejake "firmware" ktoré sú vo forme 5001.img a 5002.img avšak zverejnený oficiálny návod nefunguje (vám fungoval? ako ste postupovali?)
EN: i find some Firmware, but they are as 5001.img - but official instructions for use is bad ( was good for you? sa me how to pls)
SK:nejakým spôsobom som moj odpalil a nepomaha ani recovery.(trochu som sa hral a nemal som zalohu)
EN: I damaged original fimware(ROM), and recovery is not functional (I have no backup)
SKrípadne ak sa niekto hral s firmware a má nejaký funkčný inštalovateľný z SD a pod.....
EN: If someone has good firmware(ROM) fully functional, instalable from SD an so on. send me please.
SK:Možno by mi pomohol jednoduchý príkaz cez terminál
EN: Maybe will help command from terminal
Code:
ht tps:// docs .google. com/file/d/0BxgPttaVjg4gdklzN0tINlRCZWs/edit?usp=sharing
SK: a poslat mi komplet čo vypísal
EN: send me please what it show
Code:
dmesg
SK: Neni treba root.
EN: Root is not needed
SK: Ak chete root :
EN: If you want root:
Code:
ht tps:// docs. google. com/file/d/0BxgPttaVjg4gdl83TFdCb0h4WWc/edit?usp=sharing
SK: Ak ho máte rootnutý tak skusiť
EN: If you have it rooted please try
ROM DUMP
Code:
htt ps:// docs. google. com/file/d/0BxgPttaVjg4gVV9nLUNnWmtDMVk/edit?usp=sharing
SK: a poslať mi vzniknutý priečinok.
EN: and send me created output folder
SK: A teraz dôvod prečo to potrebujem
Vadil mi na tablete gtalk tak som ho zmazal a spôsobilo to že už som na nom nenaštartoval system.
tak som hladal nejaku možnosť preinštalovania nakolko mi ani recovery nepomohol.
Vyskúšal som tieto Firmware alebo ROm či jak to nazvať
EN: Why i need it?
I delete Gtalk and android crashed
I try those Firmawares(ROMs) :
Code:
ht tps:// docs. google. com/file/d/0BxgPttaVjg4gSnBsNjBScnZ5X0k/edit?usp=sharing
https://docs. google. com/file/d/0BxgPttaVjg4gZEdjTjJYQUJTT1k/edit?usp=sharing
SK:systém nabehol
dokonca aj android jelly bean
ale nefunguje dotykovka... nejak zlý ovládač alebo zle zdetekovanie.
EN: System is going, (jelly bean too) , BUT touch screen is not functional, bad driver or bad detected.
SK:Z mojho dmesg je zjavne že dotykovka proste nenabehne.. preto by možno stačil aj dmesg výpis a skúsil by som nastaviť tu inštalačku ROm tak aby nainštaloval správny ovládač.. ale neviem sa pohnúť. ak je niekto viac znalý v problematike tak prosím help.
moj dmesg vypíše:
EN: From my dmesg we see that touch screen has problems. Is there someone who can help what to do? maybe edit tryed ROMs will help.
My dmesg:
<1>[ 5.492059] wmt.sd2.param = 0:0
<1>[ 5.495873] Default wmt.sd3.param = 0:0
<1>[ 5.500390] do not have set uboot enviroment: wmt.init.rc
<7>[ 5.505914] Registered led device: lcd-backlight
<6>[ 5.510061] usbcore: registered new interface driver usbhid
<6>[ 5.515545] usbhid: USB HID core driver
<6>[ 5.520424] log enable:FF, setting:FF
<6>[ 5.524161] logger: created 256K log 'log_main'
<6>[ 5.528718] logger: created 256K log 'log_events'
<6>[ 5.533440] logger: created 64K log 'log_radio'
<6>[ 5.538052] GPS: mt3326_gps_power: Switching GPS device on
<6>[ 5.543461] GPS: mt3326_gps_power: ignore power control: 1
<6>[ 5.548913] GPS: mt3326_gps_probe: Registering chardev
<6>[ 5.554118] GPS: mt3326_gps_probe: major: 246, minor: 0
<6>[ 5.559465] GPS: mt3326_gps_probe: Done
<6>[ 5.563251] BTHWCTL: alloc bthwctl: 245:0
<6>[ 5.567733] BTHWCTL: Bluetooth hardware control driver initialized
<6>[ 5.574718] usbcore: registered new interface driver snd-usb-audio
<6>[ 5.588430] WMT_SOC: dai_name=i2s, codec_name=vt1603
<4>[ 5.596553] wmt_pdm_init: pcm_clk_src=73500
<4>[ 5.596559]
<6>[ 5.602926] VT1602: vt1602 string not found
<6>[ 5.607548] wmt.audio.i2s = vt1603:0
<6>[ 5.615507] WMT_SOC: create WMT-HWDEP 0 success
<6>[ 5.619993] mount_thread
<6>[ 5.625106] asoc: VT1603 <-> wmt-i2s.0 mapping ok
<4>[ 5.690401] buf_area = ffde0000, buf_addr = 32810000buf_area = ffd3c000, b
uf_addr = 32814000
<6>[ 5.698569] asoc: HWDAC <-> wmt-pdm.0 mapping ok
<6>[ 5.705486] ALSA device list:
<6>[ 5.708381] #0: WMT_SOC
<4>[ 5.711731] default disable oprofile
<6>[ 5.715477] nf_conntrack version 0.5.0 (12987 buckets, 51948 max)
<6>[ 5.723649] NF_TPROXY: Transparent proxy support initialized, version 4.1.
0
<6>[ 5.730528] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
<6>[ 5.737621] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 5.742955] TCP cubic registered
<6>[ 5.746714] NET: Registered protocol family 10
<6>[ 5.751925] ip6_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 5.757353] IPv6 over IPv4 tunneling driver
<6>[ 5.761834] NET: Registered protocol family 17
<6>[ 5.766607] NET: Registered protocol family 15
<6>[ 5.771622] Bluetooth: RFCOMM TTY layer initialized
<6>[ 5.778068] Bluetooth: RFCOMM socket layer initialized
<6>[ 5.783324] Bluetooth: RFCOMM ver 1.11
<6>[ 5.786987] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 5.792273] Bluetooth: BNEP filters: protocol multicast
<6>[ 5.797472] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>[ 5.805831] L2TP core driver, V2.0
<6>[ 5.809370] PPPoL2TP kernel driver, V2.0
<6>[ 5.813204] L2TP IP encapsulation support (L2TPv3)
<6>[ 5.818205] L2TP netlink interface
<6>[ 5.821558] L2TP ethernet pseudowire support (L2TPv3)
<6>[ 5.828702] L2TP debugfs support
<6>[ 5.832419] lib80211: common routines for IEEE802.11 drivers
<7>[ 5.838542] lib80211_crypt: registered algorithm 'NULL'
<6>[ 5.838552] VFP support v0.3: implementor 41 architecture 3 part 30 varian
t 9 rev 3
<6>[ 5.847145] ThumbEE CPU extension supported.
<5>[ 5.851866] Registering SWP/SWPB emulation handler
<6>[ 5.858031] input: kpadPower as /devices/virtual/input/input0
<4>[ 5.865118] [wmt_pm_init] id = 0x0, act = 0x1, bitmap = 0x6, ctl = 0xfe110
042, oc = 0xfe110082, od = 0xfe1100c2
<4>[ 5.875889] [wmt_pm_init] var define var_wake_en=1 var_wake_param=408001
<4>[ 5.882677] [wmt_pm_init] battery_used = 3
<6>[ 5.887464] PMC: WonderMedia Power Management driver
<4>[ 5.892537] PMC: Power button is configured as soft power
<4>[ 5.898238] [wmt_pm_init] power_on = 100 resume = 100 power_up = 100
<6>[ 5.905367] Can not find uboot env wmt.misc.param
<4>[ 5.910110] SD0 Host Clock 382812Hz
<6>[ 5.914246] Mali DRM initialize, driver name: mali_drm, version 2.1
<6>[ 5.920710] [drm] Initialized mali_drm 2.1.1 20101111 on minor 0
<4>[ 5.927980] Vt1609 touchscreen driver disabled.
<6>[ 5.934359] wmt-rtc wmt-rtc.0: setting system clock to 2013-03-06 13:51:31
UTC (1362577891)
<6>[ 5.943968] Freeing init memory: 180K
<4>[ 5.951254] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oo
m_score_adj instead.
<6>[ 6.043877] yaffs: dev is 32505866 name is "mtdblock10" rw
<6>[ 6.049288] yaffs: passed flags ""
<7>[ 6.052655] yaffs: yaffs: Attempting MTD mount of 31.10,"mtdblock10"
<7>[ 6.120439] yaffs: yaffs_read_super: is_checkpointed 1
<6>[ 6.120743] yaffs: dev is 32505868 name is "mtdblock12" rw
<6>[ 6.126153] yaffs: passed flags ""
<7>[ 6.129521] yaffs: yaffs: Attempting MTD mount of 31.12,"mtdblock12"
<7>[ 6.213933] yaffs: block 191 is bad
<7>[ 6.763771] yaffs: yaffs_read_super: is_checkpointed 0
<6>[ 6.763954] yaffs: dev is 32505867 name is "mtdblock11" rw
<6>[ 6.769369] yaffs: passed flags ""
<7>[ 6.772737] yaffs: yaffs: Attempting MTD mount of 31.11,"mtdblock11"
<7>[ 6.776632] yaffs: yaffs_read_super: is_checkpointed 1
<4>[ 6.801544] Uncor Ecc Err 0_th, on page 0x13828 fail., cur_try_time=-1
<4>[ 6.809506] Uncor Ecc Err 1_th, on page 0x13828 fail., cur_try_time=0
<4>[ 6.817395] read retry PASS cur_try_times=1
<4>[ 6.825528] Uncor Ecc Err 0_th, on page 0x13827 fail., cur_try_time=1
<4>[ 6.833413] read retry PASS cur_try_times=2
<4>[ 6.841893] Uncor Ecc Err 0_th, on page 0x1382a fail., cur_try_time=2
<4>[ 6.849840] Uncor Ecc Err 1_th, on page 0x1382a fail., cur_try_time=3
<4>[ 6.856956] read retry PASS cur_try_times=4
<4>[ 6.890837] UMP: UMP device driver loaded
<4>[ 6.934001] Mali: Mali device driver loaded
<6>[ 7.075362] [wmt-vd] WonderMedia HW decoder driver inited
<6>[ 7.084773] [wmt-lock] init ok, major=242, minor=1
<6>[ 7.097948] [wmt-vd] jdec Request IRQ 64 Ok.
<6>[ 7.102145] [wmt-vd] jdec registered major 236 minor 1
<6>[ 7.111142] [wmt-vd] mpeg2 registered major 236 minor 2
<6>[ 7.120189] [wmt-vd] mpeg4 registered major 236 minor 3
<6>[ 7.129287] [wmt-vd] divx registered major 236 minor 4
<6>[ 7.138294] [wmt-vd] h263 registered major 236 minor 8
<6>[ 7.167623] [wmt-vd] h264 registered major 236 minor 5
<6>[ 7.175695] [wmt-vd] vc1 registered major 236 minor 7
<6>[ 7.183105] [wmt-vd] rv registered major 236 minor 6
<6>[ 7.206193] [wmt-vd] vpx Request IRQ 88 Ok.
<6>[ 7.210310] [wmt-vd] vpx registered major 236 minor 9
<7>[ 7.221249] [wmt-ve] videoencoder_init: create video encoder proc
<4>[ 7.221261] start register videoencoder_driver
<4>[ 7.225967] *****NOW start videoencoder probe function!!*****
<6>[ 7.231852] [wmt-ve] veinfo.prdt_virt =0xffd00000,veinfo.prdt_phys =0x32a6
0000
<6>[ 7.238998] [wmt-ve] prob /dev/wmt-ve major 236, minor 0, prdt ffd00000/32
a60000, size 100 KB
<4>[ 7.247486] register videoencoder_driver done
<6>[ 7.251805] [wmt-ve] WonderMedia HW encoder driver inited
<6>[ 7.264022] [wmt-ve] encoder->irq_num = 87,encoder->isr = 0xbf0a62a8
<6>[ 7.270413] [wmt-ve] wmt-h264enc Request IRQ 87 Ok.
<6>[ 7.275237] [wmt-ve] wmt-h264enc registered major 236 minor 18
<4>[ 7.318073] wmt_vid_i2c_probe()
<3>[ 7.325354] WonderMedia CMOS camera register OK
<4>[ 7.657136] Uncor Ecc Err 0_th, on page 0x27ff0 fail., cur_try_time=4
<4>[ 7.665092] read retry PASS cur_try_times=5
<4>[ 7.689184] Uncor Ecc Err 0_th, on page 0x27fee fail., cur_try_time=5
<4>[ 7.697484] Uncor Ecc Err 1_th, on page 0x27fee fail., cur_try_time=6
<4>[ 7.705109] read retry PASS cur_try_times=-1
<3>[ 7.717347] init: try to config ril modem type...
<3>[ 7.721823] init: ril is not enable...Uncor Ecc Err 0_th, on page 0x2573c
fail., cur_try_time=-1
<4>[ 7.769700] Uncor Ecc Err 1_th, on page 0x2573c fail., cur_try_time=0
<4>[ 7.777596] read retry PASS cur_try_times=1
<3>[ 7.989003] init: cannot find '/system/etc/install-recovery.sh', disabling
'flash_recovery'
<3>[ 8.233007] init: cannot find '/system/etc/init.sh', disabling 'system_ini
t'
<3>[ 8.350094] android_usb: already disabled
<6>[ 8.354709] adb_bind_config
<6>[ 8.357444] usb_ep_autoconfig try to find ep1in-bulk
<6>[ 8.362447] usb_ep_autoconfig found ep1in-bulk
<6>[ 8.366953] usb_ep_autoconfig try to find ep2out-bulk
<6>[ 8.372070] usb_ep_autoconfig found ep2out-bulk
<6>[ 8.376846] udc: gri wmt_pullup()
<6>[ 8.380088] udc: gri pullup_enable()
<6>[ 8.385135] warning: `adbd' uses 32-bit capabilities (legacy support in us
e)
<6>[ 8.392382] adb_open
<6>[ 8.555107] android_work: sent uevent USB_STATE=CONNECTED
<6>[ 8.638176] android_usb gadget: high speed config #1: android
<6>[ 8.643884] rndis ooooo 24
<6>[ 8.646556] android_work: sent uevent USB_STATE=CONFIGURED
<6>[ 8.906307] rndis xxxxx 24
<6>[ 9.350776] usbcore: registered new interface driver cdc_acm
<6>[ 9.356380] cdc_acm: USB Abstract Control Model driver for USB modems and
ISDN adapters
<6>[ 9.469677] USB Serial support registered for GSM modem (1-port)
<6>[ 9.475907] usbcore: registered new interface driver option
<6>[ 9.481418] option: v0.7.2:USB Driver for GSM modems
<1>[ 9.535094] [is_mc32x0]: Find mc3230(mCube g-sensor).
<6>[ 9.542536] input: g-sensor as /devices/virtual/input/input1
<4>[ 9.567353] offser gain = 482 474 418 528 256 688======================
<4>[ 9.567361]
<4>[ 9.567364] ft5406-touch reslx=600, resly=1024, Interrupt GP1, bit1, Rese
t GP0, bit4
<6>[ 9.768922] input: ft5406-touch as /devices/virtual/input/input2
<4>[ 9.793322] ERR:ft5x0x_i2c_rxdata_67:msg i2c read error: -5
<4>[ 9.798824] ERR:ft5x0x_read_data_157:read_data i2c_rxdata failed: -5
<1>[ 9.986959] [dump_kpad_devinfo]: =========================================
==========
<1>[ 9.994639] [dump_kpad_devinfo]: kpad id:baseboard devnum:1
<1>[ 10.000172] [dump_kpad_devinfo]: dev[0] type:rc_1
<1>[ 10.005104] [dump_kpad_devinfo]:
<1>[ 10.008390] [dump_kpad_devinfo]: key number:5
<1>[ 10.012810] [dump_kpad_devinfo]: key0:9e(158),
<1>[ 10.017152] [dump_kpad_devinfo]: key1:8b(139),
<1>[ 10.021655] [dump_kpad_devinfo]: key2:73(115),
<1>[ 10.026157] [dump_kpad_devinfo]: key3:72(114),
<1>[ 10.030666] [dump_kpad_devinfo]: key4:66(102),
<1>[ 10.035167] [dump_kpad_devinfo]:
<1>[ 10.038638] [dump_kpad_devinfo]: longkey num:0
<1>[ 10.043142] [dump_kpad_devinfo]: =========================================
==========
<6>[ 10.053519] input: keypad as /devices/virtual/input/input3
<4>[ 10.430673] fan GEIO_STOP_LOGO
<6>[ 10.433659] [Boot Animation] animation_stop
<4>[ 10.776949] [VPP] rx user pid 0x55
<4>[ 12.439302] mc_write:3--0
<4>[ 12.442012] mc_write:3--0
<4>[ 12.520929] [INFO] {wmt_vid_open}: vid_i2c_gpio_en 0x00000000
<4>[ 12.527775] cmos_init_gc0308 2560 1936
<4>[ 12.626609] cmos_release()
<4>[ 12.629423] [INFO] {wmt_vid_open}: vid_i2c_gpio_en 0x00000000
<4>[ 12.659689] cmos_init_yacd511 2560 1936
<4>[ 12.663553] cmos_release()
<6>[ 12.932817] [INFO] VPU Firmware Version =>
<6>[ 12.932823] product : | version : 0002.0000.00000008
<6>[ 12.932829]
<6>[ 12.947243] [INFO] msvd_dec_open(h264) bf057d54 (index 0 inUse 1)
<6>[ 12.954723] [INFO] Profile 0x4d Level 0x15 Interlace AspectRateio 0x0
<4>[ 13.060117] mc_write:3--5
<6>[ 13.064871] [INFO] VPU Firmware Version =>
<6>[ 13.064877] product : | version : 0002.0000.00000008
<6>[ 13.064883]
<6>[ 13.079297] [INFO] msvd_dec_open(h264) bf057d54 (index 0 inUse 1)
<6>[ 13.086704] [INFO] Profile 0x4d Level 0x15 Interlace AspectRateio 0x0
<4>[ 22.439434] Uncor Ecc Err 0_th, on page 0x2567e fail., cur_try_time=1
<4>[ 22.447430] Uncor Ecc Err 1_th, on page 0x2567e fail., cur_try_time=2
<4>[ 22.455322] read retry PASS cur_try_times=3
<1>[ 33.393832] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 0
<4>[ 33.399504] skip adjust backlight at the first time
<4>[ 33.404539] mc_write:1--0
<6>[ 33.419512] request_suspend_state: wakeup (3->0) at 33849036002 (2013-03-0
6 13:51:58.986161334 UTC)
<1>[ 33.430339] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 154
<4>[ 33.440196] mc_write:1--60
<6>[ 34.008832] acc_open
<6>[ 34.011157] acc_release
<4>[ 34.303820] Uncor Ecc Err 0_th, on page 0x25800 fail., cur_try_time=3
<4>[ 34.310838] read retry PASS cur_try_times=4
<4>[ 40.754027] mc_write:3--0
<3>[ 40.778421] binder: release proc 162, transaction 90, not freed
<3>[ 40.784294] binder: release proc 162, transaction 5047, not freed
<6>[ 40.884850] yaffs: dev is 32505869 name is "mtdblock13" rw
<6>[ 40.890290] yaffs: passed flags ""
<7>[ 40.893639] yaffs: yaffs: Attempting MTD mount of 31.13,"mtdblock13"
<7>[ 41.008158] yaffs: yaffs_read_super: is_checkpointed 1
<4>[ 44.126783] Uncor Ecc Err 0_th, on page 0x27fbc fail., cur_try_time=4
<4>[ 44.275513] read retry PASS cur_try_times=5
<4>[ 44.493885] Uncor Ecc Err 0_th, on page 0x27fbe fail., cur_try_time=5
<4>[ 44.524878] Uncor Ecc Err 1_th, on page 0x27fbe fail., cur_try_time=6
<4>[ 44.533376] read retry PASS cur_try_times=-1
<4>[ 46.592229] Uncor Ecc Err 0_th, on page 0x43944 fail., cur_try_time=-1
<4>[ 46.610250] Uncor Ecc Err 1_th, on page 0x43944 fail., cur_try_time=0
<4>[ 46.630067] read retry PASS cur_try_times=1
<4>[ 46.910741] Uncor Ecc Err 0_th, on page 0x43946 fail., cur_try_time=1
<4>[ 46.918700] Uncor Ecc Err 1_th, on page 0x43946 fail., cur_try_time=2
<4>[ 46.926723] read retry PASS cur_try_times=3
<4>[ 48.368608] Uncor Ecc Err 0_th, on page 0x25900 fail., cur_try_time=3
<4>[ 48.376529] read retry PASS cur_try_times=4
<4>[ 333.801387] Uncor Ecc Err 0_th, on page 0x25b00 fail., cur_try_time=4
<4>[ 333.809262] Uncor Ecc Err 1_th, on page 0x25b00 fail., cur_try_time=5
<4>[ 333.817127] Uncor Ecc Err 2_th, on page 0x25b00 fail., cur_try_time=6
<4>[ 333.824996] Uncor Ecc Err 3_th, on page 0x25b00 fail., cur_try_time=-1
<4>[ 333.832908] read retry PASS cur_try_times=0
<4>[ 333.840808] Uncor Ecc Err 0_th, on page 0x25b00 fail., cur_try_time=0
<4>[ 333.848720] Uncor Ecc Err 1_th, on page 0x25b00 fail., cur_try_time=1
<4>[ 333.856625] Uncor Ecc Err 2_th, on page 0x25b00 fail., cur_try_time=2
<4>[ 333.864500] Uncor Ecc Err 3_th, on page 0x25b00 fail., cur_try_time=3
<4>[ 333.871615] read retry PASS cur_try_times=4
<1>[ 633.830513] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 150
<4>[ 633.836406] mc_write:1--58
<1>[ 633.846984] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 147
<4>[ 633.852891] mc_write:1--57
<1>[ 633.866863] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 144
<4>[ 633.872757] mc_write:1--56
<1>[ 633.886870] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 141
<4>[ 633.894230] mc_write:1--55
<1>[ 633.903615] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 138
<4>[ 633.909819] mc_write:1--54
<1>[ 633.920203] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 135
<4>[ 633.926096] mc_write:1--52
<1>[ 633.936835] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 132
<4>[ 633.942719] mc_write:1--51
<1>[ 633.953646] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 129
<4>[ 633.959562] mc_write:1--50
<1>[ 633.970201] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 126
<4>[ 633.976094] mc_write:1--49
<1>[ 633.986882] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 123
<4>[ 633.992769] mc_write:1--48
<1>[ 634.006991] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 120
<4>[ 634.013487] mc_write:1--47
<1>[ 634.026882] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 117
<4>[ 634.032772] mc_write:1--45
<1>[ 634.046842] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 114
<4>[ 634.054196] mc_write:1--44
<1>[ 634.063611] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 111
<4>[ 634.069806] mc_write:1--43
<1>[ 634.080537] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 108
<4>[ 634.086431] mc_write:1--42
<1>[ 634.096848] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 105
<4>[ 634.102729] mc_write:1--41
<1>[ 634.113656] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 102
<4>[ 634.119662] mc_write:1--40
<1>[ 634.130198] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 100
<4>[ 634.136083] mc_write:1--39
<1>[ 641.271927] [lcd_brightness]pwm_no = 0 pwm_period = 1000 b= 0
<1>[ 641.277631] [lcd_brightness]lcd turn off <--
<4>[ 641.283652] mc_write:1--0
<6>[ 641.292736] request_suspend_state: sleep (0->3) at 641722369336 (2013-03-0
6 14:02:06.859382668 UTC)
<4>[ 641.405636] -------------> do auto suspend
<3>[ 2132.167123] init: untracked pid 1061 exited
[email protected]:/ $
Click to expand...
Click to collapse
SK:dikes
ENG:thank you
ROM
SK:
Dnes som nasiel origo ROM
Ale nepodarilo sa mi to nahodit ani podla instrukcii
ENG: Today I find original shipped ROM. But, I have problem with upgrade it by the instructions.
Anyone knowns how to make jelly bean working?
Any one?..

Categories

Resources