Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sensors work #55

Closed
atx opened this issue Apr 22, 2017 · 31 comments
Closed

Make sensors work #55

atx opened this issue Apr 22, 2017 · 31 comments
Labels
lenok LG Watch R

Comments

@atx
Copy link
Contributor

atx commented Apr 22, 2017

The connected sensors are described in sensor_def_lenok.conf. However, they are not connected directly to the ARM core, but instead to the Hexagon DSP coprocessor.

The kernel loads the (full of debug printf strings!) firmware to the coprocessor from /system/vendor/firmware/adsb.*, and then setups several /dev files which are presumably used by the original Android code to interface with the coprocessor using FastRPC.

The /dev/adsprpc-smd ioctls are described in the kernel documentation. What is missing is description of the RPC methods provided by the LG code.

These could likely be reverse engineered by statically analyzing the DSP firmware or by stracing ioctl calls in Android.

@MagneFire
Copy link
Member

@FlorentRevest can you close this, as it is now fixed by @LittleFox94 ?

@LittleFox94
Copy link
Contributor

Only partly resolved, some tests still failing

@MagneFire
Copy link
Member

MagneFire commented Aug 14, 2020

Which ones? Some sound vague :P
(Some sensors are simply not working, because it isn't implemented in sensorfw.)

@LittleFox94
Copy link
Contributor

LittleFox94 commented Aug 14, 2020 via email

@LittleFox94
Copy link
Contributor

root@lenok:~# sensorapi-test
********* Start testing of ClientApiTest *********
Config: Using QtTest library 5.12.3, Qt 5.12.3 (arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 8.3.0)
QDEBUG : ClientApiTest::initTestCase() true
PASS   : ClientApiTest::initTestCase()
PASS   : ClientApiTest::testAccelerometerSensor()
PASS   : ClientApiTest::testGyroscopeSensor()
PASS   : ClientApiTest::testOrientationSensor()
QDEBUG : ClientApiTest::testRotationSensor() Z-axis rotation calculations in use: true
PASS   : ClientApiTest::testRotationSensor()
QDEBUG : ClientApiTest::testTapSensor() Requested sensor id ' "tapsensor" ' interface not granted
FAIL!  : ClientApiTest::testTapSensor() 'sensorIfc && sensorIfc->isValid()' returned FALSE. (Failed to get session)
   Loc: [/usr/src/debug/sensorfw/+gitAUTOINC+ffbadc0f5b-r1/git/tests/client/clientapitest.cpp(343)]
PASS   : ClientApiTest::testMagnetometerSensor()
FAIL!  : ClientApiTest::testCompassSensor() 'sensorIfc->declinationValue() == 50' returned FALSE. ()
   Loc: [/usr/src/debug/sensorfw/+gitAUTOINC+ffbadc0f5b-r1/git/tests/client/clientapitest.cpp(308)]
QDEBUG : ClientApiTest::testALSSensor() Requested sensor id ' "alssensor" ' interface not granted
FAIL!  : ClientApiTest::testALSSensor() 'sensorIfc && sensorIfc->isValid()' returned FALSE. (Failed to get session)
   Loc: [/usr/src/debug/sensorfw/+gitAUTOINC+ffbadc0f5b-r1/git/tests/client/clientapitest.cpp(382)]
QDEBUG : ClientApiTest::testProximitySensor() Requested sensor id ' "proximitysensor" ' interface not granted
FAIL!  : ClientApiTest::testProximitySensor() 'sensorIfc && sensorIfc->isValid()' returned FALSE. (Failed to get session)
   Loc: [/usr/src/debug/sensorfw/+gitAUTOINC+ffbadc0f5b-r1/git/tests/client/clientapitest.cpp(410)]
QDEBUG : ClientApiTest::testCommonAdaptorPipeline() Orientation sensor started, waiting for 250 ms.
QDEBUG : ClientApiTest::testCommonAdaptorPipeline() Accelerometer sensor started, waiting for 250 ms.
QDEBUG : ClientApiTest::testCommonAdaptorPipeline() Orientation sensor stopped, waiting for 250 ms.
QDEBUG : ClientApiTest::testCommonAdaptorPipeline() Orientation sensor destroyed, waiting for 250 ms.
QDEBUG : ClientApiTest::testCommonAdaptorPipeline() Accelerometer sensor stopped.
PASS   : ClientApiTest::testCommonAdaptorPipeline()
PASS   : ClientApiTest::testSessionInitiation()
QDEBUG : ClientApiTest::testBuffering() "magnetometersensor"  started, waiting for  1200  ms.
FAIL!  : ClientApiTest::testBuffering() 'frameCount == frameLimit * (i + 1)' returned FALSE. (Buffering err magnetometersensor (10 Hz): 0 == 1)
   Loc: [/usr/src/debug/sensorfw/+gitAUTOINC+ffbadc0f5b-r1/git/tests/client/clientapitest.cpp(553)]
PASS   : ClientApiTest::testBufferingAllIntervalRanges()
QDEBUG : ClientApiTest::testBufferingCompatibility() "magnetometersensor"  started, waiting for  1500  ms.
FAIL!  : ClientApiTest::testBufferingCompatibility() 'dataCount == bufferSize' returned FALSE. (Buffering err magnetometersensor (10 Hz): 0 == 10)
   Loc: [/usr/src/debug/sensorfw/+gitAUTOINC+ffbadc0f5b-r1/git/tests/client/clientapitest.cpp(645)]
QDEBUG : ClientApiTest::testBufferingInterval() "magnetometersensor"  started, waiting for  4800  ms.
FAIL!  : ClientApiTest::testBufferingInterval() 'frameCount == limit' returned FALSE. (Buffering err magnetometersensor (10 Hz): 0 == 1)
   Loc: [/usr/src/debug/sensorfw/+gitAUTOINC+ffbadc0f5b-r1/git/tests/client/clientapitest.cpp(697)]
PASS   : ClientApiTest::testAvailableBufferIntervals()
PASS   : ClientApiTest::testAvailableBufferSizes()
QDEBUG : ClientApiTest::testDownsampling() "magnetometersensor"  started, waiting for  2500  ms.
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  1  in  34  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  1  in  24  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  2  in  196  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  2  in  197  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  3  in  200  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  3  in  200  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  4  in  201  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  4  in  199  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  5  in  198  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  5  in  198  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  6  in  199  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  6  in  200  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  7  in  197  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  7  in  198  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  8  in  200  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  8  in  198  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  9  in  201  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  9  in  204  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  10  in  199  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  10  in  196  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  11  in  200  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  11  in  202  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  12  in  197  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  12  in  196  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  13  in  199  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  13  in  198  ms
FAIL!  : ClientApiTest::testDownsampling() 'sampleCount >= limit' returned FALSE. (Buffering err magnetometersensor (10 Hz): 13 >= 22)
   Loc: [/usr/src/debug/sensorfw/+gitAUTOINC+ffbadc0f5b-r1/git/tests/client/clientapitest.cpp(802)]
QDEBUG : ClientApiTest::testDownsamplingDisabled() "magnetometersensor"  started, waiting for  2200  ms.
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  1  in  0  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  1  in  0  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  2  in  194  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  2  in  192  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  3  in  194  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  3  in  194  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  4  in  202  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  4  in  203  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  5  in  200  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  5  in  201  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  6  in  208  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  6  in  208  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  7  in  192  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  7  in  190  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  8  in  200  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  8  in  203  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  9  in  192  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  9  in  190  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  10  in  205  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  10  in  204  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  11  in  198  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  11  in  201  ms
FAIL!  : ClientApiTest::testDownsamplingDisabled() 'dataCount >= limit' returned FALSE. (Buffering err magnetometersensor (10 Hz): 11 >= 19)
   Loc: [/usr/src/debug/sensorfw/+gitAUTOINC+ffbadc0f5b-r1/git/tests/client/clientapitest.cpp(875)]
PASS   : ClientApiTest::cleanupTestCase()
Totals: 12 passed, 9 failed, 0 skipped, 0 blacklisted, 14340ms
********* Finished testing of ClientApiTest *********

@MagneFire
Copy link
Member

MagneFire commented Aug 14, 2020

Honestly, this looks fine. For reference sake, sturgeon has 8 passed 13 failed. The one thing that is striking is the FAIL! : ClientApiTest::testCompassSensor() 'sensorIfc->declinationValue() == 50' returned FALSE. () (as you mentioned 😉 )
I also asked @jrtberlin he confirmed that testCompassSensor() also fails on dory. While on both the compass works.
My guess is that something is broken in the sensorfw test(gconf?)
(https://github.com/AsteroidOS/sensorfw/blob/master/tests/metadata/metadatatest.cpp#L249) (EDIT: https://github.com/AsteroidOS/sensorfw/blob/master/tests/client/clientapitest.cpp#L308). Nonetheless, this issue is not relevant for this issue :)

I think closing this issue would be ok because of this.

EDIT: @LittleFox94 Thanks for pointing out :)

@LittleFox94
Copy link
Contributor

LittleFox94 commented Aug 14, 2020

One thing to note: we were run sensorapi_test not sensormetadata_test, so the linked code is not the correct one

client/clientapitest.cpp:303 is the correct one

@GeckoEidechse
Copy link

GeckoEidechse commented Dec 10, 2021

What's the state of the heart rate sensor? I tested the newest nightly at the time from 2021-12-05. While this image features the heart rate measurement app, it is just stuck at "Measuring..." with the progress bar going full circle. No heart rate is ever displayed and the sensor at the bottom also does not light up either.

However on the install page for lenok it currently says that "Heart Rate" is supported. Has there been a regression in regards to the support of the heart rate sensor or is the state of heart rate measurement support on the web page wrong?

Checksums of the image I used

SHA1:

39dd3f5f2c529dc6016599a5ff7b09f70581acf3  asteroid-image-lenok.ext4
b4aa4cfa4afec12135785358beee1a823fec6b68  zImage-dtb-lenok.fastboot

SHA512

c9c14d7e2630e7eb8d38d502d94219b7f7eb1acac888253b1084780e0ccc732db5b94a798a90ef4512f9c4abcb5eececa98468d775759c1380a42fb5b5199612  asteroid-image-lenok.ext4
92dd8e3ee49272acc921430ec5bf4709fb61aba367e222f1a792f3dd3ffd594c47a010c49a152e7016ac8dbd4c040cda3fed6f06c5d54b71871a9f4ee208835b  zImage-dtb-lenok.fastboot

@LittleFox94
Copy link
Contributor

I see no obvious change in this repository, so probably some change outside this layer

@GeckoEidechse
Copy link

Did heart rate measurements ever work at some point?

@LittleFox94
Copy link
Contributor

it did, when I originally worked on AsteroidOS/meta-lenok-hybris#10

@MagneFire
Copy link
Member

Maybe this watch is experiencing the same issue we had for bass LG Watch Urbane. The sensors microcontroller software wouldn't automatically update. So users experiencing this issue are recommended to update their watch by installing the latest WearOS (https://asteroidos.org/install/bass/).

Before going that route though, can you first provide logs? SSH into your watch (https://asteroidos.org/wiki/ssh/) or adb shell. Then provide the output of the journalctl --no-pager command.

@LittleFox94
Copy link
Contributor

mine was running the latest wearos for it before I changed to asteroid

@GeckoEidechse
Copy link

I switched mine over to AsteroidOS right after buying it in 2018 so there's a high chance the WearOS version that was on it before was ancient.

Any way, I rebooted the watch, started the "Heart Rate" app, let it run for a few seconds and then closed it. SSH'd into the watch right afterwards and grabbed the logs via journalctl --no-pager.

Click for Logs
root@lenok:~# journalctl --no-pager
-- Journal begins at Fri 2021-12-10 21:57:04 UTC, ends at Fri 2021-12-10 21:58:27 UTC. --
Dec 10 21:57:04 lenok kernel: Booting Linux on physical CPU 0x0
Dec 10 21:57:04 lenok kernel: Initializing cgroup subsys cpu
Dec 10 21:57:04 lenok kernel: Initializing cgroup subsys cpuacct
Dec 10 21:57:04 lenok kernel: Linux version 3.10.40 (oe-user@oe-host) (gcc version 11.2.0 (GCC) ) AsteroidOS/meta-smartwatch#52 SMP PREEMPT Mon Nov 22 12:14:03 UTC 2021
Dec 10 21:57:04 lenok kernel: CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d
Dec 10 21:57:04 lenok kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Dec 10 21:57:04 lenok kernel: Machine: Qualcomm MSM 8226 LENOK (Flattened Device Tree), model: LGE APQ 8026v2 LENOK rev-1.0
Dec 10 21:57:04 lenok kernel: Node qcom,mdss_fb_primary memblock_reserve memory 7e9c000-7f00000
Dec 10 21:57:04 lenok kernel: Node qcom,msm-mem-hole removed memory 2f00000-4700000
Dec 10 21:57:04 lenok kernel: ramoops: reserved 1 MiB at 0x1ff00000
Dec 10 21:57:04 lenok kernel: cma: Found qsecom_region@0, memory base 0x00000000, size 0 MiB, limit 0xffffffff
Dec 10 21:57:04 lenok kernel: cma: Found audio_region@0, memory base 0x00000000, size 3 MiB, limit 0xffffffff
Dec 10 21:57:04 lenok kernel: cma: Found sbl_region@2f00000, memory base 0x02f00000, size 1 MiB, limit 0xffffffff
Dec 10 21:57:04 lenok kernel: cma: Found external_image_region@3000000, memory base 0x03000000, size 3 MiB, limit 0xffffffff
Dec 10 21:57:04 lenok kernel: cma: Found adsp_region@3300000, memory base 0x03300000, size 20 MiB, limit 0xffffffff
Dec 10 21:57:04 lenok kernel: cma: CMA: reserved 4 MiB at 0x1f800000 for qsecom_mem
Dec 10 21:57:04 lenok kernel: cma: CMA: reserved 4 MiB at 0x1f400000 for audio_mem
Dec 10 21:57:04 lenok kernel: cma: CMA: reserved 1 MiB at 0x02f00000 for sbl_mem
Dec 10 21:57:04 lenok kernel: cma: CMA: reserved 3 MiB at 0x03000000 for external_image_mem
Dec 10 21:57:04 lenok kernel: cma: CMA: reserved 20 MiB at 0x03300000 for adsp_pil_mem
Dec 10 21:57:04 lenok kernel: cma: CMA: reserved 16 MiB at 0x1e400000 for default region
Dec 10 21:57:04 lenok kernel: Memory policy: ECC disabled, Data cache writealloc
Dec 10 21:57:04 lenok kernel: On node 0 totalpages: 124928
Dec 10 21:57:04 lenok kernel: free_area_init_node: node 0, pgdat c0d8f080, node_mem_map c0eae000
Dec 10 21:57:04 lenok kernel:   Normal zone: 1152 pages used for memmap
Dec 10 21:57:04 lenok kernel:   Normal zone: 0 pages reserved
Dec 10 21:57:04 lenok kernel:   Normal zone: 124928 pages, LIFO batch:31
Dec 10 21:57:04 lenok kernel: PERCPU: Embedded 8 pages/cpu @c136c000 s17408 r0 d15360 u32768
Dec 10 21:57:04 lenok kernel: pcpu-alloc: s17408 r0 d15360 u32768 alloc=8*4096
Dec 10 21:57:04 lenok kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Dec 10 21:57:04 lenok kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 123776
Dec 10 21:57:04 lenok kernel: Kernel command line: androidboot.hardware=lenok user_debug=31 maxcpus=4 msm_rtb.filter=0x3F pm_levels.sleep_disabled=1 selinux=0 uart_console=disable gpt=enable lge.kcal=0|0|0|x lge.rev=rev_10 androidboot.emmc=true androidboot.serialno=412KPZK0179453 androidboot.bootloader=LENOKZ10g androidboot.baseband=apq bootreason=reboot mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_lgd_lg4237_cmd
Dec 10 21:57:04 lenok kernel: UART CONSOLE: disabled
Dec 10 21:57:04 lenok kernel: BOARD: LGE rev_10
Dec 10 21:57:04 lenok kernel: PID hash table entries: 2048 (order: 1, 8192 bytes)
Dec 10 21:57:04 lenok kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Dec 10 21:57:04 lenok kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Dec 10 21:57:04 lenok kernel: Memory: 449984K/499712K available (8399K kernel code, 731K rwdata, 2660K rodata, 1069K init, 936K bss, 49728K reserved)
Dec 10 21:57:04 lenok kernel: Virtual kernel memory layout:
                                  vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                                  fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
Dec 10 21:57:04 lenok kernel:            lowmem  : 0xc4700000 - 0xe0000000   ( 441 MB)
Dec 10 21:57:04 lenok kernel:            vmalloc : 0xc2f00000 - 0xc4700000   (  24 MB)
Dec 10 21:57:04 lenok kernel:            lowmem  : 0xc0000000 - 0xc2f00000   (  47 MB)
Dec 10 21:57:04 lenok kernel:       .text : 0xc0008000 - 0xc0bccc70   (12052 kB)
                                    .init : 0xc0c00000 - 0xc0d0b400   (1069 kB)
                                    .data : 0xc0d0c000 - 0xc0dc2fe8   ( 732 kB)
                                     .bss : 0xc0dc2fe8 - 0xc0ead3d8   ( 937 kB)
Dec 10 21:57:04 lenok kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Dec 10 21:57:04 lenok kernel: Preemptible hierarchical RCU implementation.
Dec 10 21:57:04 lenok kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Dec 10 21:57:04 lenok kernel: NR_IRQS:16 nr_irqs:16 16
Dec 10 21:57:04 lenok kernel: Architected cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
Dec 10 21:57:04 lenok kernel: sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
Dec 10 21:57:04 lenok kernel: Switching to timer-based delay loop
Dec 10 21:57:04 lenok kernel: sched_clock: 32 bits at 19MHz, resolution 52ns, wraps every 223696213963ns
Dec 10 21:57:04 lenok kernel: Console: colour dummy device 80x30
Dec 10 21:57:04 lenok kernel: console [tty0] enabled
Dec 10 21:57:04 lenok kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
Dec 10 21:57:04 lenok kernel: pid_max: default: 32768 minimum: 301
Dec 10 21:57:04 lenok kernel: Mount-cache hash table entries: 512
Dec 10 21:57:04 lenok kernel: Initializing cgroup subsys debug
Dec 10 21:57:04 lenok kernel: Initializing cgroup subsys devices
Dec 10 21:57:04 lenok kernel: Initializing cgroup subsys freezer
Dec 10 21:57:04 lenok kernel: Initializing cgroup subsys net_cls
Dec 10 21:57:04 lenok kernel: Initializing cgroup subsys perf_event
Dec 10 21:57:04 lenok kernel: Initializing cgroup subsys net_prio
Dec 10 21:57:04 lenok kernel: CPU: Testing write buffer coherency: ok
Dec 10 21:57:04 lenok kernel: /cpus/cpu@0 missing clock-frequency property
Dec 10 21:57:04 lenok kernel: /cpus/cpu@1 missing clock-frequency property
Dec 10 21:57:04 lenok kernel: /cpus/cpu@2 missing clock-frequency property
Dec 10 21:57:04 lenok kernel: /cpus/cpu@3 missing clock-frequency property
Dec 10 21:57:04 lenok kernel: CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Dec 10 21:57:04 lenok kernel: Setting up static identity map for 0xc085e4f0 - 0xc085e548
Dec 10 21:57:04 lenok kernel: MSM Memory Dump table set up
Dec 10 21:57:04 lenok kernel: Configuring XPU violations to be fatal errors
Dec 10 21:57:04 lenok kernel: CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Dec 10 21:57:04 lenok kernel: CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Dec 10 21:57:04 lenok kernel: CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Dec 10 21:57:04 lenok kernel: Brought up 4 CPUs
Dec 10 21:57:04 lenok kernel: SMP: Total of 4 processors activated (153.60 BogoMIPS).
Dec 10 21:57:04 lenok kernel: CPU: All CPU(s) started in SVC mode.
Dec 10 21:57:04 lenok kernel: devtmpfs: initialized
Dec 10 21:57:04 lenok kernel: pinctrl core: initialized pinctrl subsystem
Dec 10 21:57:04 lenok kernel: regulator-dummy: no parameters
Dec 10 21:57:04 lenok kernel: NET: Registered protocol family 16
Dec 10 21:57:04 lenok kernel: DMA: preallocated 256 KiB pool for atomic coherent allocations
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 907
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 907 to 1023 on device: msm_tlmm_gpio
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 0 to 116 on device: msmgpio
Dec 10 21:57:04 lenok kernel: msm_watchdog f9017000.qcom,wdt: wdog absent resource not present
Dec 10 21:57:04 lenok kernel: msm_watchdog f9017000.qcom,wdt: MSM Watchdog Initialized
Dec 10 21:57:04 lenok kernel: spmi_pmic_arb fc4cf000.qcom,spmi: PMIC Arb Version-1 0x20000002
Dec 10 21:57:04 lenok kernel: cma: Assigned CMA region at 3300000 to fe200000.qcom,lpass device
Dec 10 21:57:04 lenok kernel: msm_smem_init: unable to create logging context
Dec 10 21:57:04 lenok kernel: KPI: Bootloader start count = 40820
Dec 10 21:57:04 lenok kernel: KPI: Bootloader end count = 166874
Dec 10 21:57:04 lenok kernel: KPI: Bootloader display count = 53651
Dec 10 21:57:04 lenok kernel: KPI: Bootloader load kernel count = 4907
Dec 10 21:57:04 lenok kernel: KPI: Kernel MPM timestamp = 184892
Dec 10 21:57:04 lenok kernel: KPI: Kernel MPM Clock frequency = 32768
Dec 10 21:57:04 lenok kernel: socinfo_print: v9, id=199, ver=2.0, raw_id=2052, raw_ver=1, hw_plat=132, hw_plat_ver=0
                               accessory_chip=0, hw_plat_subtype=0, pmic_model=65540, pmic_die_revision=131074 foundry_id=1
Dec 10 21:57:04 lenok kernel: msm_smd_init: unable to create SMD logging context
Dec 10 21:57:04 lenok kernel: msm_smd_init: unable to create SMSM logging context
Dec 10 21:57:04 lenok kernel: 8226_s1: 500 <--> 1275 mV at 0 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_s1_corner: 0 <--> 0 mV at 0 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_s1_corner_ao: 0 <--> 0 mV at 0 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_s1_floor_corner: 0 <--> 0 mV at 0 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_s3: 1200 <--> 1350 mV at 1350 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_s4: 1800 <--> 2200 mV at 1800 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_s5: 1150 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l1: 1225 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l2: 1200 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l3: 750 <--> 1337 mV at 0 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l3_ao: 750 <--> 1337 mV at 0 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l3_so: 750 <--> 1337 mV at 750 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l4: 1200 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l5: 1200 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l6: 1800 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l7: 1850 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l8: 1800 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l8_ao: 1800 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l8_so: 1800 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l9: 2050 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l10: 1800 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l12: 1800 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l14: 2750 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l15: 3300 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l16: 3000 <--> 3350 mV at 3300 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l17: 2950 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l18: 3000 <--> 3300 mV at 3000 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l19: 3000 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l20: 3075 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l21: 1800 <--> 2950 mV at 2950 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l22: 1800 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l23: 1800 <--> 2950 mV at 2050 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l24: 1300 <--> 1350 mV at 1300 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l25: 1775 <--> 2125 mV at 1775 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l26: 1225 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l27: 2050 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_l28: 2700 <--> 3000 mV at 3000 mV normal idle 
Dec 10 21:57:04 lenok kernel: 8226_lvs1: no parameters
Dec 10 21:57:04 lenok kernel: 8226_s2: 900 <--> 1350 mV at 1150 mV 
Dec 10 21:57:04 lenok kernel: spm_regulator_probe: name=8226_s2, range=MV, voltage=1150000 uV, mode=AUTO, step rate=9600 uV/us
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): nr-lim threshold not specified
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): Fab eff-factor not present
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): nr-lim threshold not specified
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): Fab eff-factor not present
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): nr-lim threshold not specified
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): Fab eff-factor not present
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): nr-lim threshold not specified
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): Fab eff-factor not present
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): nr-lim threshold not specified
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): Fab eff-factor not present
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): nr-lim threshold not specified
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_of_get_fab_data(): Fab eff-factor not present
Dec 10 21:57:04 lenok kernel: qup_i2c f9925000.i2c: Missing 'qcom,master-id' DT entry
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: qup_i2c f9927000.i2c: Missing 'qcom,master-id' DT entry
Dec 10 21:57:04 lenok kernel: qup_i2c f9923000.i2c: Missing 'qcom,master-id' DT entry
Dec 10 21:57:04 lenok kernel: cpr_efuse_init: apc_corner: efuse_addr = 0xfc4b8000 (len=0x1000)
Dec 10 21:57:04 lenok kernel: cpr_fuse_is_setting_expected: apc_corner: [row:54] = 0x1c0000000000 @42:6 == 7 ?: yes
Dec 10 21:57:04 lenok kernel: cpr_parse_speed_bin_fuse: apc_corner: [row: 22]: 0x202b0b1c00000528, speed_bits = 0
Dec 10 21:57:04 lenok kernel: cpr_fuse_is_setting_expected: apc_corner: [row:22] = 0x202b0b1c00000528 @53:1 == 0 ?: no
Dec 10 21:57:04 lenok kernel: cpr_fuse_is_setting_expected: apc_corner: [row:22] = 0x202b0b1c00000528 @24:3 == 2 ?: no
Dec 10 21:57:04 lenok kernel: cpr_pvs_init: apc_corner: pvs voltage: [1050000 1050000 1150000] uV
Dec 10 21:57:04 lenok kernel: cpr_pvs_init: apc_corner: ceiling voltage: [1050000 1150000 1280000] uV
Dec 10 21:57:04 lenok kernel: cpr_pvs_init: apc_corner: floor voltage: [1050000 1050000 1100000] uV
Dec 10 21:57:04 lenok kernel: cpr_fuse_is_setting_expected: apc_corner: [row:138] = 0x8404a36139f466 @57:1 == 1 ?: no
Dec 10 21:57:04 lenok kernel: cpr_init_cpr_efuse: apc_corner: [row:138] = 0x8404a36139f466
Dec 10 21:57:04 lenok kernel: cpr_init_cpr_efuse: apc_corner: CPR disable fuse = 0
Dec 10 21:57:04 lenok kernel: cpr_init_cpr_efuse: apc_corner: local = 1
Dec 10 21:57:04 lenok kernel: cpr_init_cpr_efuse: apc_corner: Corner[1]: ro_sel = 2, target quot = 865
Dec 10 21:57:04 lenok kernel: cpr_init_cpr_efuse: apc_corner: Corner[2]: ro_sel = 2, target quot = 927
Dec 10 21:57:04 lenok kernel: cpr_init_cpr_efuse: apc_corner: Corner[3]: ro_sel = 2, target quot = 1126
Dec 10 21:57:04 lenok kernel: cpr_parse_pvs_version_fuse: apc_corner: [row: 22]: 0x202b0b1c00000528, pvs_version = 2
Dec 10 21:57:04 lenok kernel: cpr_get_corner_quot_adjustment: apc_corner: quotient adjustment scaling factor: 0.493
Dec 10 21:57:04 lenok kernel: cpr_get_corner_quot_adjustment: apc_corner: adjusted quotient[7] = 1126
Dec 10 21:57:04 lenok kernel: cpr_get_corner_quot_adjustment: apc_corner: adjusted quotient[6] = 1079
Dec 10 21:57:04 lenok kernel: cpr_get_corner_quot_adjustment: apc_corner: adjusted quotient[5] = 1032
Dec 10 21:57:04 lenok kernel: cpr_init_cpr_parameters: apc_corner: CPR is enabled by default.
Dec 10 21:57:04 lenok kernel: cpr_config: apc_corner: Timer count: 0x17700 (for 5000 us)
Dec 10 21:57:04 lenok kernel: apc_corner: 0 <--> 0 mV 
Dec 10 21:57:04 lenok kernel: console [pstore-1] enabled
Dec 10 21:57:04 lenok kernel: ramoops: attached 0x100000@0x1ff00000, ecc: 0/0
Dec 10 21:57:04 lenok kernel: hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 3
Dec 10 21:57:04 lenok kernel: hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 2
Dec 10 21:57:04 lenok kernel: hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 1
Dec 10 21:57:04 lenok kernel: hw-breakpoint: CPU 2 failed to disable vector catch
Dec 10 21:57:04 lenok kernel: hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0
Dec 10 21:57:04 lenok kernel: qpnp_adcmap_probe: Use adcmap from dt
Dec 10 21:57:04 lenok kernel: qpnp_adcmap_load: Got 'qcom,adcmap_btm_threshold' from device tree
Dec 10 21:57:04 lenok kernel: msm-thermal qcom,msm-thermal.64: probe_freq_mitigation:Failed reading node=/soc/qcom,msm-thermal, key=qcom,freq-mitigation-temp. err=-22. KTM continues
Dec 10 21:57:04 lenok kernel: msm-thermal qcom,msm-thermal.64: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,rpm-phase-resource-type err=-22. KTM continues
Dec 10 21:57:04 lenok kernel: msm-thermal qcom,msm-thermal.64: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,gfx-phase-warm-temp. err=-22. KTM continues
Dec 10 21:57:04 lenok kernel: msm-thermal qcom,msm-thermal.64: probe_therm_reset:Failed reading node=/soc/qcom,msm-thermal, key=qcom,therm-reset-temp err=-22. KTM continues
Dec 10 21:57:04 lenok kernel: msm-thermal qcom,msm-thermal.64: probe_vdd_mx:Failed reading node=/soc/qcom,msm-thermal, key=qcom,mx-restriction-temp. KTM continues
Dec 10 21:57:04 lenok kernel: msm-thermal qcom,msm-thermal.64: probe_psm:Failed reading node=/soc/qcom,msm-thermal, key=qcom,pmic-sw-mode-temp. err=-22. KTM continues
Dec 10 21:57:04 lenok kernel: msm_thermal:vdd_restriction_reg_init Defer vdd rstr freq init.
Dec 10 21:57:04 lenok kernel: msm-thermal qcom,msm-thermal.64: probe_sensor_info:unable to find DT for sensor-information.KTM continues
Dec 10 21:57:04 lenok kernel: msm-thermal qcom,msm-thermal.64: probe_ocr:Failed reading node=/soc/qcom,msm-thermal, key=qcom,pmic-opt-curr-temp err:-22. KTM continues
Dec 10 21:57:04 lenok kernel: sps:sps is ready.
Dec 10 21:57:04 lenok kernel: clock-a7 f9011050.qcom,clock-a7: Speed bin: 0
Dec 10 21:57:04 lenok kernel: clock-a7 f9011050.qcom,clock-a7: PVS version: 2
Dec 10 21:57:04 lenok kernel: bcm_init_wlan_mem: WIFI: MEM is pre-allocated
Dec 10 21:57:04 lenok kernel: bcm_wifi_init_gpio_mem: wifi gpio and mem initialized
Dec 10 21:57:04 lenok kernel: bio: create slab <bio-0> at 0
Dec 10 21:57:04 lenok kernel: msm_ocmem fdd00000.qcom,ocmem: OCMEM Virtual addr c3380000
Dec 10 21:57:04 lenok kernel: Physical OCMEM zone layout:
Dec 10 21:57:04 lenok kernel:  zone graphics        : 0xfec00000 - 0xfec1ffff ( 128 KB)
Dec 10 21:57:04 lenok kernel: usbcore: registered new interface driver usbfs
Dec 10 21:57:04 lenok kernel: usbcore: registered new interface driver hub
Dec 10 21:57:04 lenok kernel: usbcore: registered new device driver usb
Dec 10 21:57:04 lenok kernel: cma: Assigned CMA region at 0 to 1b.qcom,ion-heap device
Dec 10 21:57:04 lenok kernel: cma: Assigned CMA region at 0 to 1c.qcom,ion-heap device
Dec 10 21:57:04 lenok kernel: cma: Assigned CMA region at 3300000 to 17.qcom,ion-heap device
Dec 10 21:57:04 lenok kernel: ION heap system created
Dec 10 21:57:04 lenok kernel: ION heap kmalloc created
Dec 10 21:57:04 lenok kernel: ION heap qsecom created at 0x1f800000 with size 1000
Dec 10 21:57:04 lenok kernel: ION heap audio created at 0x1f400000 with size 314000
Dec 10 21:57:04 lenok kernel: ION heap pil_1 created at 0x03300000 with size 1400000
Dec 10 21:57:04 lenok kernel: gdsc_venus: no parameters
Dec 10 21:57:04 lenok kernel: gdsc_mdss: no parameters
Dec 10 21:57:04 lenok kernel: gdsc_jpeg: no parameters
Dec 10 21:57:04 lenok kernel: gdsc_vfe: no parameters
Dec 10 21:57:04 lenok kernel: gdsc_oxili_cx: no parameters
Dec 10 21:57:04 lenok kernel: gdsc_usb_hsic: no parameters
Dec 10 21:57:04 lenok kernel: msm_iommu fda64000.qcom,iommu: device jpeg_iommu (model: 0) mapped at c30e0000, with 3 ctx banks
Dec 10 21:57:04 lenok kernel: msm_iommu fd928000.qcom,iommu: device mdp_iommu (model: 0) mapped at c3160000, with 3 ctx banks
Dec 10 21:57:04 lenok kernel: msm_iommu fdc84000.qcom,iommu: device venus_iommu (model: 0) mapped at c3360000, with 3 ctx banks
Dec 10 21:57:04 lenok kernel: msm_iommu fdb10000.qcom,iommu: device kgsl_iommu (model: 0) mapped at c33c0000, with 3 ctx banks
Dec 10 21:57:04 lenok kernel: msm_iommu_dev_v1: vfe_iommu: Keeping vfe non-secure
Dec 10 21:57:04 lenok kernel: msm_iommu fda44000.qcom,iommu: device vfe_iommu (model: 0) mapped at c33e0000, with 3 ctx banks
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fda6c000.qcom,iommu-ctx: context jpeg_enc0 using bank 0
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fda6d000.qcom,iommu-ctx: context jpeg_enc1 using bank 1
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fda6e000.qcom,iommu-ctx: context jpeg_dec using bank 2
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fd930000.qcom,iommu-ctx: context mdp_0 using bank 0
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fd931000.qcom,iommu-ctx: context mdp_1 using bank 1
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fd932000.qcom,iommu-ctx: context mdp_2 using bank 2
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fdc8c000.qcom,iommu-ctx: context venus_ns using bank 0
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fdc8d000.qcom,iommu-ctx: context venus_cp using bank 1
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fdc8e000.qcom,iommu-ctx: context venus_fw using bank 2
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fdb18000.qcom,iommu-ctx: context gfx3d_user using bank 0
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fdb19000.qcom,iommu-ctx: context gfx3d_priv using bank 1
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fdb1a000.qcom,iommu-ctx: context gfx3d_spare using bank 2
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fda4c000.qcom,iommu-ctx: context vfe using bank 0
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fda4d000.qcom,iommu-ctx: context cpp using bank 1
Dec 10 21:57:04 lenok kernel: msm_iommu_ctx fda4e000.qcom,iommu-ctx: context vfe_secure using bank 2
Dec 10 21:57:04 lenok kernel: Advanced Linux Sound Architecture Driver Initialized.
Dec 10 21:57:04 lenok kernel: Bluetooth: Core ver 2.20
Dec 10 21:57:04 lenok kernel: NET: Registered protocol family 31
Dec 10 21:57:04 lenok kernel: Bluetooth: HCI device and connection manager initialized
Dec 10 21:57:04 lenok kernel: Bluetooth: HCI socket layer initialized
Dec 10 21:57:04 lenok kernel: Bluetooth: L2CAP socket layer initialized
Dec 10 21:57:04 lenok kernel: Bluetooth: SCO socket layer initialized
Dec 10 21:57:04 lenok kernel: cfg80211: Calling CRDA to update world regulatory domain
Dec 10 21:57:04 lenok kernel: Switching to clocksource arch_sys_counter
Dec 10 21:57:04 lenok kernel: NET: Registered protocol family 2
Dec 10 21:57:04 lenok kernel: TCP established hash table entries: 4096 (order: 3, 32768 bytes)
Dec 10 21:57:04 lenok kernel: TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
Dec 10 21:57:04 lenok kernel: TCP: Hash tables configured (established 4096 bind 4096)
Dec 10 21:57:04 lenok kernel: TCP: reno registered
Dec 10 21:57:04 lenok kernel: UDP hash table entries: 256 (order: 1, 8192 bytes)
Dec 10 21:57:04 lenok kernel: UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Dec 10 21:57:04 lenok kernel: NET: Registered protocol family 1
Dec 10 21:57:04 lenok kernel: Trying to unpack rootfs image as initramfs...
Dec 10 21:57:04 lenok kernel: Freeing initrd memory: 4248K (c2000000 - c2426000)
Dec 10 21:57:04 lenok kernel: hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available
Dec 10 21:57:04 lenok kernel: rfkill: bluetooth_rfkill_probe: entry
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: rfkill: bluetooth_set_power: set blocked 1
Dec 10 21:57:04 lenok kernel: rfkill: bluetooth_set_power: Bluetooth OFF!!
Dec 10 21:57:04 lenok kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Dec 10 21:57:04 lenok kernel: fuse init (API version 7.22)
Dec 10 21:57:04 lenok kernel: msgmni has been set to 935
Dec 10 21:57:04 lenok kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Dec 10 21:57:04 lenok kernel: io scheduler noop registered
Dec 10 21:57:04 lenok kernel: io scheduler deadline registered
Dec 10 21:57:04 lenok kernel: io scheduler row registered (default)
Dec 10 21:57:04 lenok kernel: io scheduler cfq registered
Dec 10 21:57:04 lenok kernel: io scheduler test-iosched registered
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 899
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 899 to 906 on device: pm8226-gpio
Dec 10 21:57:04 lenok kernel: qcom,qpnp-pin qpnp-pin-de161e00: qpnp_pin_probe: gpio_chip registered between 899-906
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 891
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 891 to 898 on device: pm8226-mpp
Dec 10 21:57:04 lenok kernel: qcom,qpnp-pin qpnp-pin-de164000: qpnp_pin_probe: gpio_chip registered between 891-898
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 859
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 859 to 890 on device: smp2p
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 827
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 827 to 858 on device: smp2p
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 795
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 795 to 826 on device: smp2p
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 763
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 763 to 794 on device: smp2p
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 731
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 731 to 762 on device: slave-kernel
Dec 10 21:57:04 lenok kernel: platform qcom,smp2pgpio-ssr-smp2p-1-in.8: Driver smp2pgpio requests probe deferral
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 731
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 731 to 762 on device: master-kernel
Dec 10 21:57:04 lenok kernel: platform qcom,smp2pgpio-ssr-smp2p-1-out.9: Driver smp2pgpio requests probe deferral
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 731
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 731 to 762 on device: smp2p
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 699
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 699 to 730 on device: smp2p
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 667
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 667 to 698 on device: slave-kernel
Dec 10 21:57:04 lenok kernel: platform qcom,smp2pgpio-ssr-smp2p-2-in.14: Driver smp2pgpio requests probe deferral
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 667
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 667 to 698 on device: master-kernel
Dec 10 21:57:04 lenok kernel: platform qcom,smp2pgpio-ssr-smp2p-2-out.15: Driver smp2pgpio requests probe deferral
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 667
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 667 to 698 on device: smp2p
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 635
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 635 to 666 on device: smp2p
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 603
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 603 to 634 on device: slave-kernel
Dec 10 21:57:04 lenok kernel: platform qcom,smp2pgpio-ssr-smp2p-4-in.19: Driver smp2pgpio requests probe deferral
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 603
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 603 to 634 on device: master-kernel
Dec 10 21:57:04 lenok kernel: platform qcom,smp2pgpio-ssr-smp2p-4-out.20: Driver smp2pgpio requests probe deferral
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 603
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 603 to 634 on device: rdbg
Dec 10 21:57:04 lenok kernel: platform qcom,smp2pgpio-rdbg-2-in.28: Driver smp2pgpio requests probe deferral
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 603
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 603 to 634 on device: rdbg
Dec 10 21:57:04 lenok kernel: platform qcom,smp2pgpio-rdbg-2-out.30: Driver smp2pgpio requests probe deferral
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 603
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 603 to 634 on device: rdbg
Dec 10 21:57:04 lenok kernel: platform qcom,smp2pgpio-rdbg-1-in.32: Driver smp2pgpio requests probe deferral
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 603
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 603 to 634 on device: rdbg
Dec 10 21:57:04 lenok kernel: platform qcom,smp2pgpio-rdbg-1-out.34: Driver smp2pgpio requests probe deferral
Dec 10 21:57:04 lenok kernel: mdss_mdp_parse_dt_prop_len: prop qcom,mdss-pipe-cursor-off : doesn't exist in device tree
Dec 10 21:57:04 lenok kernel: mdss_mdp_pipe_addr_setup: type:1 ftchid:1 xinid:0 num:0 ndx:0x1 prio:0
Dec 10 21:57:04 lenok kernel: mdss_mdp_pipe_addr_setup: type:2 ftchid:7 xinid:1 num:3 ndx:0x8 prio:1
Dec 10 21:57:04 lenok kernel: mdss_mdp_pipe_addr_setup: type:3 ftchid:4 xinid:2 num:6 ndx:0x40 prio:2
Dec 10 21:57:04 lenok kernel: mdss_mdp_parse_dt_handler: Error from prop qcom,mdss-ib-factor-overlap : u32 array read
Dec 10 21:57:04 lenok kernel: mdss_mdp_parse_dt_fudge_factors: err reading qcom,mdss-ib-factor-overlap
Dec 10 21:57:04 lenok kernel: mdss_mdp_parse_dt_prop_len: prop qcom,mdss-vbif-qos-rt-setting : doesn't exist in device tree
Dec 10 21:57:04 lenok kernel: mdss_mdp_parse_dt_prop_len: prop qcom,mdss-ad-off : doesn't exist in device tree
Dec 10 21:57:04 lenok kernel: mdss_dsi_ctrl_probe: DSI Ctrl name = MDSS DSI CTRL->0
Dec 10 21:57:04 lenok kernel: mdss_dsi_pinctrl_init: failed to get pinctrl
Dec 10 21:57:04 lenok kernel: mdss_dsi_ctrl_probe: failed to get pin resources
Dec 10 21:57:04 lenok kernel: mdss_dsi_panel_init: Panel Name = LG4237 320P OLED command mode dsi panel
Dec 10 21:57:04 lenok kernel: mdss_panel_parse_dt: blmap @dd891500 (size 256)
Dec 10 21:57:04 lenok kernel: mdss_dsi_parse_dcs_cmds: failed, key=qcom,mdss-dsi-panel-status-command
Dec 10 21:57:04 lenok kernel: mdss_dsi_parse_panel_features: partial_update_enabled=0
Dec 10 21:57:04 lenok kernel: mdss_dsi_parse_panel_features: ulps feature enabled
Dec 10 21:57:04 lenok kernel: mdss_dsi_parse_panel_features: dynamic switch feature enabled: 0
Dec 10 21:57:04 lenok kernel: mdss_dsi_parse_dcs_cmds: failed, key=qcom,mdss-dsi-low-fps-mode-on-command
Dec 10 21:57:04 lenok kernel: mdss_dsi_parse_dcs_cmds: failed, key=qcom,mdss-dsi-low-fps-mode-off-command
Dec 10 21:57:04 lenok kernel: mdss_dsi_panel_init: Continuous splash enabled
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: dsi_panel_device_register: bklt_en gpio not specified
Dec 10 21:57:04 lenok kernel: mdss_dsi_retrieve_ctrl_resources: ctrl_base=c30de800 ctrl_size=1f8 phy_base=c30f2b00 phy_size=2b0
Dec 10 21:57:04 lenok kernel: mdss_register_panel: adding framebuffer device fd922800.qcom,mdss_dsi
Dec 10 21:57:04 lenok kernel: mdss_hw_rev_init: MDP Rev=10010001
Dec 10 21:57:04 lenok kernel: mdss_dsi_status_init: DSI status check interval:5000
Dec 10 21:57:04 lenok kernel: mdss_register_panel: adding framebuffer device qcom,mdss_wb_panel.22
Dec 10 21:57:04 lenok kernel: mdss_fb_register: FrameBuffer[0] 320x320 registered successfully!
Dec 10 21:57:04 lenok kernel: mdss_mdp_overlay_init: mdss_mdp_overlay_init: unable to add event timer
Dec 10 21:57:04 lenok kernel: mdss_fb_register: FrameBuffer[1] 1280x720 registered successfully!
Dec 10 21:57:04 lenok kernel: mdss_mdp_overlay_init: mdss_mdp_overlay_init: unable to add event timer
Dec 10 21:57:04 lenok kernel: IPC_RTR: parse_devicetree: missing key: qcom,xprt-remote
Dec 10 21:57:04 lenok kernel: IPC_RTR: msm_ipc_router_smd_xprt_probe: Failed to parse device tree
Dec 10 21:57:04 lenok kernel: IPC_RTR: msm_ipc_router_smd_driver_register Already driver registered IPCRTR
Dec 10 21:57:04 lenok kernel: msm_rpm_log_probe: OK
Dec 10 21:57:04 lenok kernel: msm_smp2p_init: unable to create log context
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags exited with status -517
Dec 10 21:57:04 lenok kernel: subsys-pil-tz fe200000.qcom,lpass: [adsp]: Error getting proxy unvoting gpio
Dec 10 21:57:04 lenok kernel: platform fe200000.qcom,lpass: Driver subsys-pil-tz requests probe deferral
Dec 10 21:57:04 lenok kernel: msm_serial_hs_init: error creating logging context
Dec 10 21:57:04 lenok kernel: sps: BAM device 0xf9904000 is not registered yet.
Dec 10 21:57:04 lenok kernel: sps:BAM 0xf9904000 is registered.
Dec 10 21:57:04 lenok kernel: f9920000.uart: ttyHS99 at MMIO 0xf9920000 (irq = 142) is a MSM HS UART
Dec 10 21:57:04 lenok kernel: msm_serial_hsl_probe: detected port #0 (ttyHSL0)
Dec 10 21:57:04 lenok kernel: AXI: get_pdata(): Error: Client name not found
Dec 10 21:57:04 lenok kernel: AXI: msm_bus_cl_get_pdata(): client has to provide missing entry for successful registration
Dec 10 21:57:04 lenok kernel: msm_serial_hsl_probe: Bus scaling is disabled
Dec 10 21:57:04 lenok kernel: f991f000.serial: ttyHSL0 at MMIO 0xf991f000 (irq = 141) is a MSM
Dec 10 21:57:04 lenok kernel: msm_serial_hsl_init: driver initialized
Dec 10 21:57:04 lenok kernel: kgsl kgsl-3d0: Initialized kgsl-3d0: mmu=on
Dec 10 21:57:04 lenok kernel: brd: module loaded
Dec 10 21:57:04 lenok kernel: loop: module loaded
Dec 10 21:57:04 lenok kernel: QSEECOM: qseecom_probe: disk-encrypt-pipe-pair=0x100
Dec 10 21:57:04 lenok kernel: QSEECOM: qseecom_probe: Device does not support PFE
Dec 10 21:57:04 lenok kernel: QSEECOM: qseecom_probe: hlos-ce-hw-instance=0x0
Dec 10 21:57:04 lenok kernel: QSEECOM: qseecom_probe: qsee-ce-hw-instance=0x0
Dec 10 21:57:04 lenok kernel: QSEECOM: qseecom_probe: qseecom clocks handled by other subsystem
Dec 10 21:57:04 lenok kernel: QSEECOM: qseecom_probe: secure app region addr=0x3280000 size=0x40000
Dec 10 21:57:04 lenok kernel: i2c-core: driver [tabla-i2c-core] using legacy suspend method
Dec 10 21:57:04 lenok kernel: i2c-core: driver [tabla-i2c-core] using legacy resume method
Dec 10 21:57:04 lenok kernel: i2c-core: driver [wcd9xxx-i2c-core] using legacy suspend method
Dec 10 21:57:04 lenok kernel: i2c-core: driver [wcd9xxx-i2c-core] using legacy resume method
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: tun: Universal TUN/TAP device driver, 1.6
Dec 10 21:57:04 lenok kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Dec 10 21:57:04 lenok kernel: PPP generic driver version 2.4.2
Dec 10 21:57:04 lenok kernel: msm_otg f9a55000.usb: msm_otg probe
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: msm_otg f9a55000.usb: OTG regs = c3156000
Dec 10 21:57:04 lenok kernel: msm_otg f9a55000.usb: phy_reset: success
Dec 10 21:57:04 lenok kernel: input: synaptics_rmi4_i2c as /devices/f9927000.i2c/i2c-5/5-0020/input/input0
Dec 10 21:57:04 lenok kernel: qcom,qpnp-rtc qpnp-rtc-de164a00: rtc core: registered qpnp_rtc as rtc0
Dec 10 21:57:04 lenok kernel: i2c /dev entries driver
Dec 10 21:57:04 lenok kernel: i2c 1-0055: Driver bq27421 requests probe deferral
Dec 10 21:57:04 lenok kernel: spmi qpnp-charger-de161600: Driver qcom,qpnp-charger requests probe deferral
Dec 10 21:57:04 lenok kernel: device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
Dec 10 21:57:04 lenok kernel: Bluetooth: HCI UART driver ver 2.3
Dec 10 21:57:04 lenok kernel: Bluetooth: HCI UART protocol H4 registered
Dec 10 21:57:04 lenok kernel: Bluetooth: BlueSleep Mode Driver Ver 1.1
Dec 10 21:57:04 lenok kernel: Bluetooth: bt_host_wake 48, bt_ext_wake 47
Dec 10 21:57:04 lenok kernel: Bluetooth: host_wake_irq 327, polarity 0
Dec 10 21:57:04 lenok kernel: cpuidle: using governor ladder
Dec 10 21:57:04 lenok kernel: cpuidle: using governor menu
Dec 10 21:57:04 lenok kernel: sdhci: Secure Digital Host Controller Interface driver
Dec 10 21:57:04 lenok kernel: sdhci: Copyright(c) Pierre Ossman
Dec 10 21:57:04 lenok kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: mmc0: no vqmmc regulator found
Dec 10 21:57:04 lenok kernel: mmc0: no vmmc regulator found
Dec 10 21:57:04 lenok kernel: mmc0: SDHCI controller on msm_sdcc.1 [msm_sdcc.1] using 32-bit ADMA
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: sdhci_msm msm_sdcc.3: No vreg data found for vdd
Dec 10 21:57:04 lenok kernel: sdhci_msm msm_sdcc.3: Parsing Pinctrl failed with -22, falling back on GPIO lib
Dec 10 21:57:04 lenok kernel: mmc1: no vqmmc regulator found
Dec 10 21:57:04 lenok kernel: mmc1: no vmmc regulator found
Dec 10 21:57:04 lenok kernel: mmc1: SDHCI controller on msm_sdcc.3 [msm_sdcc.3] using 32-bit ADMA
Dec 10 21:57:04 lenok kernel: hidraw: raw HID events driver (C) Jiri Kosina
Dec 10 21:57:04 lenok kernel: usbcore: registered new interface driver usbhid
Dec 10 21:57:04 lenok kernel: usbhid: USB HID core driver
Dec 10 21:57:04 lenok kernel: ashmem: initialized
Dec 10 21:57:04 lenok kernel: sps:BAM 0xf9a44000 is registered.
Dec 10 21:57:04 lenok kernel: qcom,qpnp-power-on qpnp-power-on-de161200: PMIC@SID0 Power-on reason: Triggered from USB (USB charger insertion) and 'warm' boot
Dec 10 21:57:04 lenok kernel: qcom,qpnp-power-on qpnp-power-on-de161200: PMIC@SID0: Unknown power-off reason
Dec 10 21:57:04 lenok kernel: input: qpnp_pon as /devices/virtual/input/input1
Dec 10 21:57:04 lenok kernel: qcom,qpnp-power-on qpnp-power-on-de161200: Can't find the vibrator data by pdev
Dec 10 21:57:04 lenok kernel: qcom,qpnp-power-on qpnp-power-on-de161200: Re-armed timed init work
Dec 10 21:57:04 lenok kernel: PMIC@SID0: PM8226 v2.2 options: 0, 0, 2, 2
Dec 10 21:57:04 lenok kernel: devfreq qcom,cpubw.62: Couldn't update frequency transition information.
Dec 10 21:57:04 lenok kernel: msm-compr-dsp msm-compr-dsp: msm_compr_probe: dev name msm-compr-dsp
Dec 10 21:57:04 lenok kernel: msm-pcm-lpa msm-pcm-lpa: msm_pcm_probe: dev name msm-pcm-lpa
Dec 10 21:57:04 lenok kernel: platform qcom,msm-voip-dsp.47: Driver msm-voip-dsp requests probe deferral
Dec 10 21:57:04 lenok kernel: platform qcom,msm-pcm-voice.48: Driver msm-pcm-voice requests probe deferral
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound.39: ASoC: Property 'qcom,audio-routing' does not exist or its length is not even
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan: probe of sound.39 failed with error -22
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: platform msm-pcm-voice not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: u32 classifier
Dec 10 21:57:04 lenok kernel:     Actions configured
Dec 10 21:57:04 lenok kernel: Netfilter messages via NETLINK v0.30.
Dec 10 21:57:04 lenok kernel: nfnl_acct: registering with nfnetlink.
Dec 10 21:57:04 lenok kernel: nf_conntrack version 0.5.0 (7483 buckets, 29932 max)
Dec 10 21:57:04 lenok kernel: ctnetlink v0.93: registering with nfnetlink.
Dec 10 21:57:04 lenok kernel: NF_TPROXY: Transparent proxy support initialized, version 4.1.0
Dec 10 21:57:04 lenok kernel: NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
Dec 10 21:57:04 lenok kernel: xt_time: kernel timezone is -0000
Dec 10 21:57:04 lenok kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Dec 10 21:57:04 lenok kernel: arp_tables: (C) 2002 David S. Miller
Dec 10 21:57:04 lenok kernel: TCP: cubic registered
Dec 10 21:57:04 lenok kernel: Initializing XFRM netlink socket
Dec 10 21:57:04 lenok kernel: NET: Registered protocol family 10
Dec 10 21:57:04 lenok kernel: mip6: Mobile IPv6
Dec 10 21:57:04 lenok kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
Dec 10 21:57:04 lenok kernel: sit: IPv6 over IPv4 tunneling driver
Dec 10 21:57:04 lenok kernel: NET: Registered protocol family 17
Dec 10 21:57:04 lenok kernel: NET: Registered protocol family 15
Dec 10 21:57:04 lenok kernel: Bridge firewalling registered
Dec 10 21:57:04 lenok kernel: Ebtables v2.0 registered
Dec 10 21:57:04 lenok kernel: Bluetooth: RFCOMM TTY layer initialized
Dec 10 21:57:04 lenok kernel: Bluetooth: RFCOMM socket layer initialized
Dec 10 21:57:04 lenok kernel: Bluetooth: RFCOMM ver 1.11
Dec 10 21:57:04 lenok kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Dec 10 21:57:04 lenok kernel: Bluetooth: BNEP filters: protocol multicast
Dec 10 21:57:04 lenok kernel: Bluetooth: BNEP socket layer initialized
Dec 10 21:57:04 lenok kernel: Bluetooth: HIDP (Human Interface Emulation) ver 1.2
Dec 10 21:57:04 lenok kernel: Bluetooth: HIDP socket layer initialized
Dec 10 21:57:04 lenok kernel: Key type dns_resolver registered
Dec 10 21:57:04 lenok kernel: IPC_RTR: msm_ipc_router_init: Unable to create IPC logging for IPC RTR
Dec 10 21:57:04 lenok kernel: NET: Registered protocol family 27
Dec 10 21:57:04 lenok kernel: IPC_RTR: msm_ipc_router_ipc_log_init: Unable to create IPC logging for Req/Resp
Dec 10 21:57:04 lenok kernel: IPC_RTR: msm_ipc_router_ipc_log_init: Unable to create IPC logging for Indications
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 603
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 603 to 634 on device: slave-kernel
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 571
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 571 to 602 on device: master-kernel
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 539
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 539 to 570 on device: slave-kernel
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 507
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 507 to 538 on device: master-kernel
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 475
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 475 to 506 on device: slave-kernel
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 443
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 443 to 474 on device: master-kernel
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 411
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 411 to 442 on device: rdbg
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 379
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 379 to 410 on device: rdbg
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 347
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 347 to 378 on device: rdbg
Dec 10 21:57:04 lenok kernel: gpiochip_find_base: found new base at 315
Dec 10 21:57:04 lenok kernel: gpiochip_add: registered GPIOs 315 to 346 on device: rdbg
Dec 10 21:57:04 lenok kernel: bq27421_get_pdata:check param vbatcheck(3700000) fakesoc(50)
Dec 10 21:57:04 lenok kernel: mmc0: BKOPS_EN bit = 0
Dec 10 21:57:04 lenok kernel: mmc0: new HS200 MMC card at address 0001
Dec 10 21:57:04 lenok kernel: [35B blob data]
Dec 10 21:57:04 lenok kernel: [50B blob data]
Dec 10 21:57:04 lenok kernel:  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22
Dec 10 21:57:04 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:04 lenok kernel: batfet: no parameters
Dec 10 21:57:04 lenok kernel: 8226_smbbp_boost: 5000 mV 
Dec 10 21:57:04 lenok kernel: 8226_smbbp_otg: no parameters
Dec 10 21:57:04 lenok kernel: 8226_smbbp_otg: supplied by 8226_smbbp_boost
Dec 10 21:57:04 lenok kernel: qpnp_chg_set_appropriate_battery_current: setting 410 mA
Dec 10 21:57:04 lenok kernel: qpnp_charger_probe: success chg_dis = 0, bpd = 1, usb = 1, dc = 0 b_health = 1 batt_present = 1
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 3
Dec 10 21:57:04 lenok kernel: Registering SWP/SWPB emulation handler
Dec 10 21:57:04 lenok kernel: Key type encrypted registered
Dec 10 21:57:04 lenok kernel: bam_dmux_init : unable to create IPC Logging Context
Dec 10 21:57:04 lenok kernel: regulator-dummy: disabling
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: ngd_msm_ctrl fe12f000.slim: error creating ipc_logging context
Dec 10 21:57:04 lenok kernel: dhd_module_init in
Dec 10 21:57:04 lenok kernel: found wifi platform device bcmdhd_wlan
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: Power-up adapter 'DHD generic adapter'
Dec 10 21:57:04 lenok kernel: wifi_platform_set_power = 1
Dec 10 21:57:04 lenok kernel: batfet: Failed to create debugfs directory
Dec 10 21:57:04 lenok kernel: wifi_platform_bus_enumerate device present 1
Dec 10 21:57:04 lenok kernel: bcm_wifi_carddetect: There is no callback for notify
Dec 10 21:57:04 lenok kernel: mmc1: new ultra high speed SDR104 SDIO card at address 0001
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
Dec 10 21:57:04 lenok kernel: bus num (host idx)=1, slot num (rca)=1
Dec 10 21:57:04 lenok kernel: found adapter info 'DHD generic adapter'
Dec 10 21:57:04 lenok kernel: alloc static buf at de300000!
Dec 10 21:57:04 lenok kernel: F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x0 pkg:0x3
Dec 10 21:57:04 lenok kernel: DHD: dongle ram size is set to 524288(orig 524288) at 0x0
Dec 10 21:57:04 lenok kernel: wifi_platform_prealloc: failed to alloc static mem section 7
Dec 10 21:57:04 lenok kernel: wifi_platform_get_mac_addr
Dec 10 21:57:04 lenok kernel: bcm_wifi_get_mac_addr: Failed to get information from file /persist/wifi/.macaddr (-2)
Dec 10 21:57:04 lenok kernel: [bcm_wifi_get_mac_addr] Exiting. MAC 00:90:4C:D1:0B:CA
Dec 10 21:57:04 lenok kernel: wl_create_event_handler(): thread:wl_event_handler:86 started
Dec 10 21:57:04 lenok kernel: CFG80211-INFO2) wl_event_handler : tsk Enter, tsk = 0xc218b690
Dec 10 21:57:04 lenok kernel: dhd_attach(): thread:dhd_watchdog_thread:87 started
Dec 10 21:57:04 lenok kernel: dhd_attach(): thread:dhd_dpc:88 started
Dec 10 21:57:04 lenok kernel: dhd_attach(): thread:dhd_rxf:89 started
Dec 10 21:57:04 lenok kernel: dhd_deferred_work_init: work queue initialized 
Dec 10 21:57:04 lenok kernel: Dongle Host Driver, version 1.141.55 (r)
                              Compiled in drivers/net/wireless/bcmdhd on Nov 22 2021 at 12:15:50
Dec 10 21:57:04 lenok kernel: Register interface [wlan0]  MAC: 00:90:4c:d2:b7:e6
Dec 10 21:57:04 lenok kernel: dhd_prot_ioctl : bus is down. we have nothing to do
Dec 10 21:57:04 lenok kernel: dhd_wl_ioctl: WLC_IOCTL: cmd: 3, ret = -1
Dec 10 21:57:04 lenok kernel: wifi_platform_set_power = 0
Dec 10 21:57:04 lenok kernel: msm_otg f9a55000.usb: Avail curr from USB = 500
Dec 10 21:57:04 lenok kernel: bcm_wifi_set_power: WiFi OFF
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: pm_qos latency not specified 0
Dec 10 21:57:04 lenok kernel: name of streaming function:rndis
Dec 10 21:57:04 lenok kernel: android_create_device(): creating android0 device
Dec 10 21:57:04 lenok kernel: android_probe(): registering android_usb_driver with core id:0
Dec 10 21:57:04 lenok kernel: file system registered
Dec 10 21:57:04 lenok kernel: mbim_init: initialize 1 instances
Dec 10 21:57:04 lenok kernel: mbim_init: Initialized 1 ports
Dec 10 21:57:04 lenok kernel: mbim_bam_setup: no_ports:1
Dec 10 21:57:04 lenok kernel: mbim_bam_setup: Initialized 1 ports
Dec 10 21:57:04 lenok kernel: rndis_qc_init: initialize rndis QC instance
Dec 10 21:57:04 lenok kernel: android_usb gadget: Mass Storage Function, version: 2009/09/11
Dec 10 21:57:04 lenok kernel: android_usb gadget: Number of LUNs=2
Dec 10 21:57:04 lenok kernel:  lun0: LUN: removable file: (no medium)
Dec 10 21:57:04 lenok kernel:  lun1: LUN: removable file: (no medium)
Dec 10 21:57:04 lenok kernel: android_usb gadget: android_usb ready
Dec 10 21:57:04 lenok kernel: msm_hsusb msm_hsusb: [ci13xxx_start] hw_ep_max = 32
Dec 10 21:57:04 lenok kernel: msm_hsusb msm_hsusb: CI13XXX_CONTROLLER_RESET_EVENT received
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: gpiod_set_debounce: gpio-106 status -22
Dec 10 21:57:04 lenok kernel: gpiod_set_debounce: gpio-107 status -22
Dec 10 21:57:04 lenok kernel: input: gpio-keys as /devices/gpio_keys.77/input/input2
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: qcom,qpnp-rtc qpnp-rtc-de164a00: setting system clock to 2021-12-10 21:57:01 UTC (1639173421)
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: dock_external_power_changed: docked = 1
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: msm_thermal:interrupt_mode_init Interrupt mode init
Dec 10 21:57:04 lenok kernel: /soc/qcom,lpm-levels/qcom,pm-cluster@0: No CPU phandle, assuming single cluster
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: msm_pwm_vibrator_probe: probed
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:04 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:04 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:04 lenok kernel: clock_late_init: Removing enables held for handed-off clocks
Dec 10 21:57:04 lenok kernel: ALSA device list:
Dec 10 21:57:04 lenok kernel:   No soundcards found.
Dec 10 21:57:04 lenok kernel: Freeing unused kernel memory: 44K (c0d00000 - c0d0b000)
Dec 10 21:57:04 lenok kernel: [U] Mounting sdcard...
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: vm_start=b6cc9000 vm_end=b6d91000 vm_page_prot=1799
Dec 10 21:57:04 lenok kernel: mmc0: Starting deferred resume
Dec 10 21:57:04 lenok kernel: mmc0: Deferred resume completed
Dec 10 21:57:04 lenok kernel: EXT3-fs (mmcblk0p21): error: unrecognized mount option "nodelalloc" or missing value
Dec 10 21:57:04 lenok kernel: EXT4-fs (mmcblk0p21): mounted filesystem with ordered data mode. Opts: nodelalloc
Dec 10 21:57:04 lenok kernel: [U] Checking for loop rootfs image on the sdcard...
Dec 10 21:57:04 lenok kernel: [U] Run machine specific init
Dec 10 21:57:04 lenok kernel: EXT4-fs (mmcblk0p13): recovery complete
Dec 10 21:57:04 lenok kernel: EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: (null)
Dec 10 21:57:04 lenok kernel: 
                              Dongle Host Driver, version 1.141.55 (r)
                              Compiled in drivers/net/wireless/bcmdhd on Nov 22 2021 at 12:15:50
Dec 10 21:57:04 lenok kernel: wl_android_wifi_on in
Dec 10 21:57:04 lenok kernel: wifi_platform_set_power = 1
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_mdp_pipe_init: no 2 type pipes available
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: bcm_wifi_set_power: WIFI ON
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x0 pkg:0x3
Dec 10 21:57:04 lenok kernel: DHD: dongle ram size is set to 524288(orig 524288) at 0x0
Dec 10 21:57:04 lenok kernel: dhdsdio_download_firmware: firmware path=/vendor/firmware/fw_bcmdhd.bin, nvram path=/system/etc/wifi/bcmdhd.cal
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: synaptics_rmi4_i2c 5-0020: fwu_read_f34_queries perm:1, bl:1, display:0
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
Dec 10 21:57:04 lenok kernel: wifi_platform_get_mac_addr
Dec 10 21:57:04 lenok kernel: bcm_wifi_get_mac_addr: READ MAC ADDRESS 34:FC:EF:DF:57:B3
Dec 10 21:57:04 lenok kernel: Firmware up: op_mode=0x0005, MAC=34:fc:ef:df:57:b3
Dec 10 21:57:04 lenok kernel: dhdcdc_set_ioctl: SET PM to 2
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: dhd_wl_ioctl: WLC_SET_VAR: bus:txglom, ret = -29
Dec 10 21:57:04 lenok kernel: dhd_wl_ioctl: WLC_SET_VAR: ldpc_cap, ret = -23
Dec 10 21:57:04 lenok kernel: Firmware version = wl0: Jul  1 2016 18:02:40 version 7.10.1 (A0 Station/P2P feature) FWID 01-bae8afee
Dec 10 21:57:04 lenok kernel: dhd_wlfc_hostreorder_init(): successful bdcv2 tlv signaling, 64
Dec 10 21:57:04 lenok kernel: dhd_wl_ioctl: WLC_GET_VAR: pfnlbest, ret = -14
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: mdss_fb_do_ioctl: unsupported ioctl (40044620)
Dec 10 21:57:04 lenok kernel: wl_android_wifi_off in
Dec 10 21:57:04 lenok kernel: wifi_platform_set_power = 0
Dec 10 21:57:04 lenok kernel: bcm_wifi_set_power: WiFi OFF
Dec 10 21:57:04 lenok kernel: dhd_prot_ioctl : bus is down. we have nothing to do
Dec 10 21:57:04 lenok kernel: dhd_wl_ioctl: WLC_SET_VAR: nd_hostip_clear, ret = -1
Dec 10 21:57:04 lenok kernel: dhd_ndo_remove_ip: ndo ip addr remove failed, retcode = -1
Dec 10 21:57:04 lenok kernel: dhd_inet6_work_handler: Removing host ip for NDO failed -1
Dec 10 21:57:04 lenok kernel: [U] Move the /proc and /sys filesystems...
Dec 10 21:57:04 lenok kernel: [U] Switching to rootfs...
Dec 10 21:57:04 lenok systemd[1]: systemd 249.3+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK -SECCOMP -GCRYPT -GNUTLS -OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
Dec 10 21:57:04 lenok systemd[1]: Detected architecture arm.
Dec 10 21:57:04 lenok systemd[1]: Hostname set to <lenok>.
Dec 10 21:57:04 lenok systemd-sysv-generator[203]: SysV service '/etc/init.d/sshd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
Dec 10 21:57:04 lenok systemd-sysv-generator[203]: SysV service '/etc/init.d/fuse' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
Dec 10 21:57:04 lenok systemd[1]: Queued start job for default target Multi-User System.
Dec 10 21:57:04 lenok systemd[1]: Created slice Slice /system/getty.
Dec 10 21:57:04 lenok systemd[1]: Created slice Slice /system/modprobe.
Dec 10 21:57:04 lenok systemd[1]: Created slice Slice /system/serial-getty.
Dec 10 21:57:04 lenok systemd[1]: Created slice User and Session Slice.
Dec 10 21:57:04 lenok systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dec 10 21:57:04 lenok systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dec 10 21:57:04 lenok systemd[1]: Reached target Host and Network Name Lookups.
Dec 10 21:57:04 lenok systemd[1]: Reached target Path Units.
Dec 10 21:57:04 lenok systemd[1]: Reached target Remote File Systems.
Dec 10 21:57:04 lenok systemd[1]: Reached target Slice Units.
Dec 10 21:57:04 lenok systemd[1]: Reached target Swaps.
Dec 10 21:57:04 lenok systemd[1]: Listening on initctl Compatibility Named Pipe.
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
Dec 10 21:57:04 lenok systemd[1]: Listening on Journal Socket (/dev/log).
Dec 10 21:57:04 lenok systemd[1]: Listening on Journal Socket.
Dec 10 21:57:04 lenok systemd[1]: Listening on Network Service Netlink Socket.
Dec 10 21:57:04 lenok systemd[1]: Listening on udev Control Socket.
Dec 10 21:57:04 lenok systemd[1]: Listening on udev Kernel Socket.
Dec 10 21:57:04 lenok systemd[1]: Listening on User Database Manager Socket.
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Huge Pages File System being skipped.
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped.
Dec 10 21:57:04 lenok systemd[1]: Mounting FFS mount...
Dec 10 21:57:04 lenok systemd[1]: Mounting Kernel Debug File System...
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
Dec 10 21:57:04 lenok systemd[1]: Mounting Temporary Directory /tmp...
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Create List of Static Device Nodes being skipped.
Dec 10 21:57:04 lenok systemd[1]: Starting Load Kernel Module configfs...
Dec 10 21:57:04 lenok systemd[1]: Starting Load Kernel Module drm...
Dec 10 21:57:04 lenok systemd[1]: Starting Load Kernel Module fuse...
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Dec 10 21:57:04 lenok systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
Dec 10 21:57:04 lenok systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
Dec 10 21:57:04 lenok systemd[1]: Starting Journal Service...
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
Dec 10 21:57:04 lenok systemd[1]: Starting Remount Root and Kernel File Systems...
Dec 10 21:57:04 lenok systemd[1]: Starting Apply Kernel Variables...
Dec 10 21:57:04 lenok systemd[1]: Starting Coldplug All udev Devices...
Dec 10 21:57:04 lenok systemd[1]: Mounted FFS mount.
Dec 10 21:57:04 lenok systemd[1]: Mounted Kernel Debug File System.
Dec 10 21:57:04 lenok systemd[1]: Mounted Temporary Directory /tmp.
Dec 10 21:57:04 lenok systemd[1]: modprobe@configfs.service: Deactivated successfully.
Dec 10 21:57:04 lenok systemd[1]: Finished Load Kernel Module configfs.
Dec 10 21:57:04 lenok kernel: devpts: called with bogus options
Dec 10 21:57:04 lenok systemd[1]: modprobe@drm.service: Deactivated successfully.
Dec 10 21:57:04 lenok systemd[1]: Finished Load Kernel Module drm.
Dec 10 21:57:04 lenok systemd[1]: modprobe@fuse.service: Deactivated successfully.
Dec 10 21:57:04 lenok systemd[1]: Finished Load Kernel Module fuse.
Dec 10 21:57:04 lenok systemd[1]: Mounting FUSE Control File System...
Dec 10 21:57:04 lenok systemd[1]: Mounting Kernel Configuration File System...
Dec 10 21:57:04 lenok kernel: EXT4-fs (mmcblk0p21): re-mounted. Opts: (null)
Dec 10 21:57:04 lenok systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE
Dec 10 21:57:04 lenok systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
Dec 10 21:57:04 lenok systemd[1]: Failed to start Remount Root and Kernel File Systems.
Dec 10 21:57:04 lenok systemd[1]: Mounted FUSE Control File System.
Dec 10 21:57:04 lenok systemd[1]: Finished Apply Kernel Variables.
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Dec 10 21:57:04 lenok systemd[1]: Starting Platform Persistent Storage Archival...
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Create System Users being skipped.
Dec 10 21:57:04 lenok systemd[1]: Starting Create Static Device Nodes in /dev...
Dec 10 21:57:04 lenok systemd[1]: Mounted Kernel Configuration File System.
Dec 10 21:57:04 lenok systemd[1]: Finished Platform Persistent Storage Archival.
Dec 10 21:57:04 lenok systemd[1]: Finished Create Static Device Nodes in /dev.
Dec 10 21:57:04 lenok systemd[1]: Reached target Preparation for Local File Systems.
Dec 10 21:57:04 lenok systemd[1]: Mounting /var/volatile...
Dec 10 21:57:04 lenok systemd[1]: Starting Rule-based Manager for Device Events and Files...
Dec 10 21:57:04 lenok systemd[1]: Mounted /var/volatile.
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Bind mount volatile /var/cache being skipped.
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Bind mount volatile /var/lib being skipped.
Dec 10 21:57:04 lenok systemd[1]: Starting Load/Save Random Seed...
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Bind mount volatile /var/spool being skipped.
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Bind mount volatile /srv being skipped.
Dec 10 21:57:04 lenok systemd[1]: Reached target Local File Systems.
Dec 10 21:57:04 lenok systemd[1]: Starting /system/bin/init initializes the property service and launches servicemanager and logd...
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Dec 10 21:57:04 lenok systemd[1]: Started /system/bin/init initializes the property service and launches servicemanager and logd.
Dec 10 21:57:04 lenok init: init second stage started!
Dec 10 21:57:04 lenok init: waitpid failed: No child processes
Dec 10 21:57:04 lenok init: (Loading properties from /default.prop took 0.00s.)
Dec 10 21:57:04 lenok init: (Parsing /init.rc took 0.00s.)
Dec 10 21:57:04 lenok init: Waiting for /dev/.coldboot_done...
Dec 10 21:57:04 lenok init: Waiting for /dev/.coldboot_done took 0.00s.
Dec 10 21:57:04 lenok init: /dev/hw_random not found
Dec 10 21:57:04 lenok systemd[1]: Finished Load/Save Random Seed.
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in First Boot Complete being skipped.
Dec 10 21:57:04 lenok systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Dec 10 21:57:04 lenok systemd-journald[214]: Journal started
Dec 10 21:57:04 lenok systemd-journald[214]: Runtime Journal (/run/log/journal/23c25e65f6c449dba23cc74250c45504) is 8.0M, max 64.0M, 56.0M free.
Dec 10 21:57:04 lenok systemd-remount-fs[218]: /bin/mount for /dev/pts exited with exit status 32.
Dec 10 21:57:04 lenok systemd-sysctl[219]: Couldn't write '1' to 'fs/protected_regular', ignoring: No such file or directory
Dec 10 21:57:04 lenok systemd[1]: Started Journal Service.
Dec 10 21:57:04 lenok systemd-sysctl[219]: Couldn't write '1' to 'fs/protected_fifos', ignoring: No such file or directory
Dec 10 21:57:04 lenok systemd-pstore[232]: PStore console-ramoops moved to /var/lib/systemd/pstore/console-ramoops
Dec 10 21:57:04 lenok systemd-journald[214]: Runtime Journal (/run/log/journal/23c25e65f6c449dba23cc74250c45504) is 8.0M, max 64.0M, 56.0M free.
Dec 10 21:57:04 lenok systemd-tmpfiles[233]: /etc/tmpfiles.d/connman_resolvconf.conf:1: Line references path below legacy directory /var/run/, updating /var/run/connman → /run/connman; please update the tmpfiles.d/ drop-in file accordingly.
Dec 10 21:57:04 lenok systemd[1]: Starting Flush Journal to Persistent Storage...
Dec 10 21:57:04 lenok systemd[1]: Finished Flush Journal to Persistent Storage.
Dec 10 21:57:04 lenok systemd-remount-fs[223]: mount: /dev/pts: mount point not mounted or bad option.
Dec 10 21:57:04 lenok systemd[1]: Starting Create Volatile Files and Directories...
Dec 10 21:57:04 lenok systemd-tmpfiles[251]: /etc/tmpfiles.d/connman_resolvconf.conf:1: Line references path below legacy directory /var/run/, updating /var/run/connman → /run/connman; please update the tmpfiles.d/ drop-in file accordingly.
Dec 10 21:57:05 lenok systemd[1]: Finished Create Volatile Files and Directories.
Dec 10 21:57:05 lenok systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Dec 10 21:57:05 lenok systemd[1]: Condition check resulted in Update is Completed being skipped.
Dec 10 21:57:05 lenok systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Dec 10 21:57:05 lenok systemd[1]: Started Rule-based Manager for Device Events and Files.
Dec 10 21:57:05 lenok systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Dec 10 21:57:05 lenok systemd[1]: Finished Coldplug All udev Devices.
Dec 10 21:57:05 lenok systemd[1]: Reached target System Initialization.
Dec 10 21:57:05 lenok systemd[1]: Started Daily Cleanup of Temporary Directories.
Dec 10 21:57:05 lenok systemd[1]: Reached target Timer Units.
Dec 10 21:57:05 lenok systemd[1]: Listening on D-Bus System Message Bus Socket.
Dec 10 21:57:05 lenok systemd[1]: Starting sshd.socket...
Dec 10 21:57:05 lenok systemd[1]: Starting Mode Control Entity (MCE)...
Dec 10 21:57:05 lenok systemd[1]: Starting StateFS FUSE filesystem, system-wide...
Dec 10 21:57:05 lenok systemd[1]: Starting usb-moded USB gadget controller...
Dec 10 21:57:05 lenok systemd[1]: Listening on sshd.socket.
Dec 10 21:57:05 lenok systemd[1]: Reached target Socket Units.
Dec 10 21:57:05 lenok kernel: android_usb: already disabled
Dec 10 21:57:05 lenok systemd[1]: Started StateFS FUSE filesystem, system-wide.
Dec 10 21:57:05 lenok systemd[1]: Reached target Basic System.
Dec 10 21:57:05 lenok systemd[1]: System is tainted: cgroupsv1
Dec 10 21:57:05 lenok systemd[1]: Starting Android Debug Bridge...
Dec 10 21:57:05 lenok systemd[1]: Started D-Bus System Message Bus.
Dec 10 21:57:05 lenok kernel: msm_hsusb msm_hsusb: CI13XXX_CONTROLLER_CONNECT_EVENT received
Dec 10 21:57:05 lenok mce[267]: mce.c: main(): MCE 1.90.4 (release) starting up
Dec 10 21:57:05 lenok android-gadget-setup[294]: mount: /dev/pts: devpts already mounted or mount point busy.
Dec 10 21:57:05 lenok systemd[1]: Starting DSME...
Dec 10 21:57:05 lenok systemd[1]: Started Linux Firmware Loader Daemon.
Dec 10 21:57:05 lenok systemd[1]: Starting IPv4 Packet Filtering Framework...
Dec 10 21:57:05 lenok systemd[1]: Starting msm-fb-refresher updates the framebuffer on qualcomm devices...
Dec 10 21:57:05 lenok dsme[300]: DSME 0.78.4 starting up
Dec 10 21:57:05 lenok dsme[300]: dsme wdd: Could not open any watchdog filesdsme wdd: no WD's opened; WD kicking disabled
Dec 10 21:57:05 lenok systemd[1]: Starting Telephony service...
Dec 10 21:57:05 lenok systemd[1]: Starting Load firmware into BCM43438 bluetooth chip...
Dec 10 21:57:05 lenok systemd[1]: Starting Sensor daemon for sensor framework...
Dec 10 21:57:05 lenok systemd[1]: Starting User Login Management...
Dec 10 21:57:05 lenok systemd[1]: Starting OpenSSH Key Generation...
Dec 10 21:57:05 lenok kernel: rfkill: bluetooth_set_power: set blocked 0
Dec 10 21:57:05 lenok firmwared[301]: load firmware adsp.mdt
Dec 10 21:57:05 lenok android-gadget-setup[291]:  === Writing 0 into /sys/class/android_usb/android0/enable
Dec 10 21:57:05 lenok android-gadget-setup[291]:  === Writing  into /sys/class/android_usb/android0/functions
Dec 10 21:57:05 lenok android-gadget-setup[291]:  === Writing 1 into /sys/class/android_usb/android0/enable
Dec 10 21:57:05 lenok systemd[1]: msm-fb-refresher.service: Deactivated successfully.
Dec 10 21:57:05 lenok systemd[1]: Finished msm-fb-refresher updates the framebuffer on qualcomm devices.
Dec 10 21:57:05 lenok kernel: msm_hsusb msm_hsusb: CI13XXX_CONTROLLER_CONNECT_EVENT received
Dec 10 21:57:05 lenok kernel: subsys-pil-tz fe200000.qcom,lpass: adsp: loading from 0x03300000 to 0x04700000
Dec 10 21:57:05 lenok firmwared[301]: load firmware adsp.b03
Dec 10 21:57:05 lenok ofonod[309]: oFono version 1.17
Dec 10 21:57:05 lenok systemd[1]: Started Load firmware into BCM43438 bluetooth chip.
Dec 10 21:57:05 lenok kernel: rfkill: bluetooth_set_power: Bluetooth ON!!
Dec 10 21:57:05 lenok systemd[1]: Finished IPv4 Packet Filtering Framework.
Dec 10 21:57:05 lenok systemd[1]: Reached target Preparation for Network.
Dec 10 21:57:05 lenok systemd[1]: Starting Connection service...
Dec 10 21:57:05 lenok systemd[1]: Starting Network Configuration...
Dec 10 21:57:05 lenok kernel: sps:BAM 0xf9904000 (va:0xc3440000) enabled: ver:0x15, number of pipes:24
Dec 10 21:57:05 lenok kernel: proc: unrecognized mount option "hidepid=invisible" or missing value
Dec 10 21:57:05 lenok usb_moded[328]: usb_moded 0.86.0+mer55 starting
Dec 10 21:57:05 lenok usb_moded[328]: init_done -> reached
Dec 10 21:57:05 lenok firmwared[301]: load firmware adsp.b04
Dec 10 21:57:06 lenok kernel: proc: unrecognized mount option "hidepid=invisible" or missing value
Dec 10 21:57:06 lenok firmwared[301]: load firmware adsp.b05
Dec 10 21:57:06 lenok firmwared[301]: load firmware adsp.b06
Dec 10 21:57:06 lenok systemd[1]: Finished OpenSSH Key Generation.
Dec 10 21:57:06 lenok firmwared[301]: load firmware adsp.b07
Dec 10 21:57:06 lenok firmwared[301]: load firmware adsp.b10
Dec 10 21:57:06 lenok firmwared[301]: load firmware adsp.b11
Dec 10 21:57:06 lenok kernel: android_work: did not send uevent (0 0   (null))
Dec 10 21:57:06 lenok ofonod[309]: No seats found
Dec 10 21:57:06 lenok kernel: android_work: sent uevent USB_STATE=CONNECTED
Dec 10 21:57:06 lenok kernel: android_work: sent uevent USB_STATE=DISCONNECTED
Dec 10 21:57:06 lenok kernel: subsys-pil-tz fe200000.qcom,lpass: adsp: Brought out of reset
Dec 10 21:57:06 lenok systemd[1]: Started Sensor daemon for sensor framework.
Dec 10 21:57:06 lenok usb_moded[328]: CONFIGFS not detected
Dec 10 21:57:06 lenok usb_moded[328]: ANDROID0 detected
Dec 10 21:57:06 lenok usb_moded[328]: usb-moded started after init-done; forcing appsync stop
Dec 10 21:57:06 lenok kernel: subsys-pil-tz fe200000.qcom,lpass: adsp: Power/Clock ready interrupt received
Dec 10 21:57:06 lenok kernel: L-Notify: Generel: 7
Dec 10 21:57:06 lenok kernel: subsys-pil-tz fe200000.qcom,lpass: Subsystem error monitoring/handling services are up
Dec 10 21:57:06 lenok init: Starting service 'logd'...
Dec 10 21:57:06 lenok init: Starting service 'servicemanager'...
Dec 10 21:57:06 lenok init: Starting service 'sensors'...
Dec 10 21:57:06 lenok kernel: apr_tal:Q6 Is Up
Dec 10 21:57:06 lenok init: /dev/hw_random not found
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:06 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:06 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:06 lenok systemd-udevd[258]: Using default interface naming scheme 'v249'.
Dec 10 21:57:06 lenok mce[267]: modules/display.c: g_module_check_init(): display state req: ON
Dec 10 21:57:06 lenok mce[267]: modules/display.c: mdy_display_state_leave(): current display state = POWER_UP
Dec 10 21:57:06 lenok mce[267]: modules/display.c: mdy_stm_set_compositor_availability_changed(): compositor availability change: handled
Dec 10 21:57:06 lenok android-gadget-setup[291]:  === Writing 0 into /sys/class/android_usb/android0/enable
Dec 10 21:57:06 lenok android-gadget-setup[291]:  === Writing 18D1 into /sys/class/android_usb/android0/idVendor
Dec 10 21:57:06 lenok android-gadget-setup[291]:  === Writing D001 into /sys/class/android_usb/android0/idProduct
Dec 10 21:57:06 lenok android-gadget-setup[291]:  === Writing LGE into /sys/class/android_usb/android0/iManufacturer
Dec 10 21:57:06 lenok android-gadget-setup[291]:  === Writing G Watch R into /sys/class/android_usb/android0/iProduct
Dec 10 21:57:06 lenok android-gadget-setup[291]:  === Writing serial into /sys/class/android_usb/android0/iSerial
Dec 10 21:57:06 lenok android-gadget-setup[291]:  === Writing adb into /sys/class/android_usb/android0/f_ffs/aliases
Dec 10 21:57:06 lenok android-gadget-setup[291]:  === Writing ffs into /sys/class/android_usb/android0/functions
Dec 10 21:57:06 lenok android-gadget-setup[291]:  === Writing 1 into /sys/class/android_usb/android0/enable
Dec 10 21:57:06 lenok kernel: func:ffs is enabled.
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40: ASoC: CODEC tapan_codec not registered
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40: snd_soc_register_card failed (-517)
Dec 10 21:57:06 lenok kernel: platform sound-9302.40: Driver msm8226-asoc-tapan requests probe deferral
Dec 10 21:57:06 lenok kernel: sps:BAM 0xfe104000 (va:0xc3500000) enabled: ver:0x15, number of pipes:19
Dec 10 21:57:06 lenok ofonod[309]: get_property_value: ERROR reply to Get
Dec 10 21:57:06 lenok systemd[1]: Started Android Debug Bridge.
Dec 10 21:57:06 lenok connmand[333]: Connection Manager version 1.40
Dec 10 21:57:06 lenok systemd-networkd[334]: lo: Link UP
Dec 10 21:57:06 lenok systemd-networkd[334]: lo: Gained carrier
Dec 10 21:57:06 lenok systemd-networkd[334]: lo: rtnl: received address message without flags, ignoring: No data available
Dec 10 21:57:06 lenok systemd-networkd[334]: lo: rtnl: received address message without flags, ignoring: No data available
Dec 10 21:57:06 lenok systemd-networkd[334]: Enumeration completed
Dec 10 21:57:06 lenok kernel: tapan-slim tapan-slim-pgd: Platform data from device tree
Dec 10 21:57:06 lenok kernel: tapan-slim tapan-slim-pgd: cdc-vdd-h: vol=[1800000 1800000]uV, curr=[25000]uA, ond 0
Dec 10 21:57:06 lenok kernel: tapan-slim tapan-slim-pgd: cdc-vdd-px: vol=[1800000 1800000]uV, curr=[25000]uA, ond 0
Dec 10 21:57:06 lenok kernel: tapan-slim tapan-slim-pgd: cdc-vdd-cx: vol=[1200000 1200000]uV, curr=[2000]uA, ond 0
Dec 10 21:57:06 lenok kernel: tapan-slim tapan-slim-pgd: cdc-vdd-buck: vol=[1800000 2150000]uV, curr=[650000]uA, ond 1
Dec 10 21:57:06 lenok kernel: tapan-slim tapan-slim-pgd: cdc-vdd-buckhelper: vol=[1775000 2125000]uV, curr=[10000]uA, ond 1
Dec 10 21:57:06 lenok kernel: tapan-slim tapan-slim-pgd: Looking up qcom,cdc-micbias4-cfilt-sel property in node /soc/slim@fe12f000/tapan_codec failed
Dec 10 21:57:06 lenok kernel: tapan-slim tapan-slim-pgd: Looking up qcom,cdc-dmic-sample-rate property in node /soc/slim@fe12f000/tapan_codec failed
Dec 10 21:57:06 lenok systemd[1]: Started Network Configuration.
Dec 10 21:57:06 lenok kernel: sps:BAM 0xfe104000 is registered.
Dec 10 21:57:06 lenok kernel: slimbus:1 laddr:0xcb, EAPC:0x1:0xe0
Dec 10 21:57:06 lenok kernel: tapan-slim tapan-slim-pgd: wcd9xxx_slim_device_up: slim device up
Dec 10 21:57:06 lenok kernel: slimbus:1 laddr:0xca, EAPC:0x0:0xe0
Dec 10 21:57:06 lenok kernel: tapan-slim tapan-slim-pgd: wcd9xxx_check_codec_type: detected tapan_codec, major 0x103, minor 0x1, ver 0x1
Dec 10 21:57:06 lenok kernel: wcd9xxx_core_res_init: num_irqs = 31, num_irq_regs = 4
Dec 10 21:57:06 lenok connmand[333]: Checking loopback interface settings
Dec 10 21:57:06 lenok connmand[333]: System hostname is lenok
Dec 10 21:57:06 lenok kernel: tapan_codec tapan_codec: tapan_get_codec_ver: wcd9302 detected
Dec 10 21:57:06 lenok dbus-daemon[292]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.5' (uid=0 pid=333 comm="/usr/sbin/connmand -n ")
Dec 10 21:57:06 lenok systemd[1]: Started Telephony service.
Dec 10 21:57:06 lenok connmand[333]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536
Dec 10 21:57:06 lenok connmand[333]: lo {newlink} index 1 operstate 0 <UNKNOWN>
Dec 10 21:57:06 lenok connmand[333]: dummy0 {create} index 2 type 1 <ETHER>
Dec 10 21:57:06 lenok connmand[333]: dummy0 {update} flags 130 <DOWN>
Dec 10 21:57:06 lenok connmand[333]: dummy0 {newlink} index 2 address B6:01:1B:CE:32:A1 mtu 1500
Dec 10 21:57:06 lenok connmand[333]: dummy0 {newlink} index 2 operstate 2 <DOWN>
Dec 10 21:57:06 lenok connmand[333]: ifb0 {create} index 3 type 1 <ETHER>
Dec 10 21:57:06 lenok connmand[333]: ifb0 {update} flags 130 <DOWN>
Dec 10 21:57:06 lenok connmand[333]: ifb0 {newlink} index 3 address 36:8D:11:92:17:3A mtu 1500
Dec 10 21:57:06 lenok connmand[333]: ifb0 {newlink} index 3 operstate 2 <DOWN>
Dec 10 21:57:06 lenok connmand[333]: ifb1 {create} index 4 type 1 <ETHER>
Dec 10 21:57:06 lenok connmand[333]: ifb1 {update} flags 130 <DOWN>
Dec 10 21:57:06 lenok connmand[333]: ifb1 {newlink} index 4 address 22:A8:FB:4B:D3:40 mtu 1500
Dec 10 21:57:06 lenok dbus-daemon[292]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.5' (uid=0 pid=333 comm="/usr/sbin/connmand -n ")
Dec 10 21:57:06 lenok connmand[333]: ifb1 {newlink} index 4 operstate 2 <DOWN>
Dec 10 21:57:06 lenok connmand[333]: sit0 {newlink} index 5 address 00:00:00:00:08:00 mtu 1480
Dec 10 21:57:06 lenok connmand[333]: sit0 {newlink} index 5 operstate 2 <DOWN>
Dec 10 21:57:06 lenok connmand[333]: wlan0 {create} index 6 type 1 <ETHER>
Dec 10 21:57:06 lenok connmand[333]: wlan0 {RX} 0 packets 0 bytes
Dec 10 21:57:06 lenok connmand[333]: wlan0 {TX} 3 packets 258 bytes
Dec 10 21:57:06 lenok connmand[333]: wlan0 {update} flags 4098 <DOWN>
Dec 10 21:57:06 lenok connmand[333]: wlan0 {newlink} index 6 address 34:FC:EF:DF:57:B3 mtu 1500
Dec 10 21:57:06 lenok connmand[333]: wlan0 {newlink} index 6 operstate 2 <DOWN>
Dec 10 21:57:06 lenok connmand[333]: Adding interface wlan0 [ wifi ]
Dec 10 21:57:06 lenok kernel: read descriptors
Dec 10 21:57:06 lenok kernel: read strings
Dec 10 21:57:06 lenok kernel: msm_hsusb msm_hsusb: CI13XXX_CONTROLLER_CONNECT_EVENT received
Dec 10 21:57:06 lenok kernel: msm_hsusb msm_hsusb: CI13XXX_CONTROLLER_SUSPEND_EVENT received
Dec 10 21:57:06 lenok kernel: android_work: did not send uevent (0 0   (null))
Dec 10 21:57:06 lenok logd.auditd: start
Dec 10 21:57:06 lenok logd.klogd: 6033831038
Dec 10 21:57:06 lenok kernel: msm-pcm-routing msm-pcm-routing: ASoC: mux SLIM_0_RX AANC MUX has no paths
Dec 10 21:57:06 lenok kernel: tapan_codec tapan_codec: tapan_codec_probe()
Dec 10 21:57:06 lenok kernel: tapan_codec tapan_codec: ASoC: mux RX3 MIX1 INP3 has no paths
Dec 10 21:57:06 lenok kernel: tapan_codec tapan_codec: ASoC: mux RX2 MIX1 INP3 has no paths
Dec 10 21:57:06 lenok mce[267]: modules/proximity.c: report_proximity(): state: OPEN -> CLOSED
Dec 10 21:57:06 lenok mce[267]: modules/sensor-gestures.c: sg_setting_init(): sg_setting_init sg_wrist_gesture_enabled: 1
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> MultiMedia1 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> MultiMedia2 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> CS-VOICE mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> VoIP mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> MultiMedia3 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> SLIMBUS0_HOSTLESS mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> INT_FM_HOSTLESS mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-rx <-> msm-dai-q6-dev.241 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-tx <-> msm-dai-q6-dev.240 mapping ok
Dec 10 21:57:06 lenok kernel: compress asoc: snd-soc-dummy-dai <-> MultiMedia4 mapping ok
Dec 10 21:57:06 lenok mce[267]: modules/display.c: mdy_display_state_enter(): current display state = ON
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> AUXPCM_HOSTLESS mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> SLIMBUS1_HOSTLESS mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> SLIMBUS3_HOSTLESS mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> SLIMBUS4_HOSTLESS mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> Voice2 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> MultiMedia5 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> MultiMedia9 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> VoLTE mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> QCHAT mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> LSM1 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> MultiMedia8 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> LSM2 mapping ok
Dec 10 21:57:06 lenok systemd[1]: Started Mode Control Entity (MCE).
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> LSM3 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> LSM4 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> LSM5 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> LSM6 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> LSM7 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> LSM8 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> INT_HFP_BT_HOSTLESS mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> MultiMedia6 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> VoWLAN mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-rx <-> msm-dai-q6-dev.12288 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-tx <-> msm-dai-q6-dev.12289 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-rx <-> msm-dai-q6-dev.12292 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-tx <-> msm-dai-q6-dev.12293 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-rx <-> msm-dai-q6-dev.224 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-tx <-> msm-dai-q6-dev.225 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  snd-soc-dummy-dai <-> HDMI_HOSTLESS mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-rx <-> msm-dai-q6-auxpcm.1 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-tx <-> msm-dai-q6-auxpcm.1 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-tx <-> msm-dai-q6-dev.32772 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-tx <-> msm-dai-q6-dev.32771 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-rx <-> msm-dai-q6-dev.32773 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  msm-stub-rx <-> msm-dai-q6-dev.32770 mapping ok
Dec 10 21:57:06 lenok kernel: msm_hsusb msm_hsusb: CI13XXX_CONTROLLER_RESUME_EVENT received
Dec 10 21:57:06 lenok kernel: android_work: did not send uevent (0 0   (null))
Dec 10 21:57:06 lenok kernel: android_work: did not send uevent (0 0   (null))
Dec 10 21:57:06 lenok systemd[1]: Started DSME.
Dec 10 21:57:06 lenok DSME[311]: thermal sensor generic: No thermal config files found
Dec 10 21:57:06 lenok systemd-udevd[256]: Using default interface naming scheme 'v249'.
Dec 10 21:57:06 lenok systemd-udevd[261]: Using default interface naming scheme 'v249'.
Dec 10 21:57:06 lenok connmand[333]: dummy0 {newlink} index 2 address AA:B6:19:C3:A2:22 mtu 1500
Dec 10 21:57:06 lenok systemd-udevd[261]: ifb0: Could not set Alias=, MACAddress=, TransmitQueues=, ReceiveQueues=, TransmitQueueLength=, MTU=, GenericSegmentOffloadMaxBytes= or GenericSegmentOffloadMaxSegments=, ignoring: Operation not supported
Dec 10 21:57:06 lenok connmand[333]: dummy0 {newlink} index 2 operstate 2 <DOWN>
Dec 10 21:57:06 lenok systemd-udevd[256]: ifb1: Could not set Alias=, MACAddress=, TransmitQueues=, ReceiveQueues=, TransmitQueueLength=, MTU=, GenericSegmentOffloadMaxBytes= or GenericSegmentOffloadMaxSegments=, ignoring: Operation not supported
Dec 10 21:57:06 lenok systemd-udevd[255]: Using default interface naming scheme 'v249'.
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  tapan9302_rx1 <-> msm-dai-q6-dev.16384 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  tapan9302_tx1 <-> msm-dai-q6-dev.16385 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  tapan9302_rx1 <-> msm-dai-q6-dev.16386 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  tapan9302_tx1 <-> msm-dai-q6-dev.16387 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  tapan9302_rx1 <-> msm-dai-q6-dev.16390 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  tapan9302_tx1 <-> msm-dai-q6-dev.16391 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  tapan9302_rx1 <-> msm-dai-q6-dev.16392 mapping ok
Dec 10 21:57:06 lenok kernel: msm8226-asoc-tapan sound-9302.40:  tapan9302_tx1 <-> msm-dai-q6-dev.16393 mapping ok
Dec 10 21:57:07 lenok kernel: msm8226-asoc-tapan sound-9302.40:  tapan9302_tx1 <-> msm-dai-q6-dev.16395 mapping ok
Dec 10 21:57:07 lenok kernel: input: msm8226-tapan9302-snd-card Button Jack as /devices/sound-9302.40/sound/card0/input3
Dec 10 21:57:07 lenok kernel: input: msm8226-tapan9302-snd-card Headset Jack as /devices/sound-9302.40/sound/card0/input4
Dec 10 21:57:07 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:07 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:07 lenok kernel: msm8226-asoc-tapan sound-9302.40: Looking up qcom, cdc-lineout-spkr-gpios property in node /soc/sound-9302 failed -2
Dec 10 21:57:07 lenok kernel: of_get_named_gpio_flags: can't parse gpios property
Dec 10 21:57:07 lenok kernel: android_work: sent uevent USB_STATE=CONNECTED
Dec 10 21:57:07 lenok kernel: android_work: sent uevent USB_STATE=DISCONNECTED
Dec 10 21:57:07 lenok systemd[1]: Started Connection service.
Dec 10 21:57:07 lenok systemd[1]: Reached target Sound Card.
Dec 10 21:57:07 lenok systemd[1]: Reached target Hardware activated USB gadget.
Dec 10 21:57:07 lenok systemd[1]: Stopping Android Debug Bridge...
Dec 10 21:57:07 lenok kernel: android_work: sent uevent USB_STATE=CONNECTED
Dec 10 21:57:07 lenok kernel: android_usb gadget: high-speed config AsteroidOS/meta-smartwatch#52: fe8050c8.android_usb
Dec 10 21:57:07 lenok systemd[1]: Starting Hostname Service...
Dec 10 21:57:07 lenok systemd[1]: Starting User Database Manager...
Dec 10 21:57:07 lenok systemd[1]: Starting WPA supplicant...
Dec 10 21:57:07 lenok systemd[1]: android-tools-adbd.service: Deactivated successfully.
Dec 10 21:57:07 lenok systemd[1]: Stopped Android Debug Bridge.
Dec 10 21:57:07 lenok systemd[1]: Started usb-moded USB gadget controller.
Dec 10 21:57:07 lenok kernel: proc: unrecognized mount option "hidepid=invisible" or missing value
Dec 10 21:57:07 lenok dbus-daemon[292]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Dec 10 21:57:07 lenok systemd[1]: Started WPA supplicant.
Dec 10 21:57:07 lenok systemd[1]: Reached target Network.
Dec 10 21:57:07 lenok systemd[1]: Starting Permit User Sessions...
Dec 10 21:57:07 lenok wpa_supplicant[485]: Successfully initialized wpa_supplicant
Dec 10 21:57:07 lenok kernel: proc: unrecognized mount option "hidepid=invisible" or missing value
Dec 10 21:57:07 lenok systemd[1]: Finished Permit User Sessions.
Dec 10 21:57:07 lenok systemd[1]: Created slice User Slice of UID 1000.
Dec 10 21:57:07 lenok systemd[1]: Started Getty on tty1.
Dec 10 21:57:07 lenok systemd[1]: Condition check resulted in Serial Getty on ttyS0 being skipped.
Dec 10 21:57:07 lenok systemd[1]: Reached target Login Prompts.
Dec 10 21:57:07 lenok connmand[333]: rndis0 {create} index 7 type 1 <ETHER>
Dec 10 21:57:07 lenok connmand[333]: rndis0 {update} flags 4098 <DOWN>
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 address 4E:F5:DA:0A:92:23 mtu 1500
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 operstate 2 <DOWN>
Dec 10 21:57:07 lenok kernel: ffs_data_put(): freeing
Dec 10 21:57:07 lenok kernel: func:rndis is enabled.
Dec 10 21:57:07 lenok kernel: set streaming_enabled to true
Dec 10 21:57:07 lenok kernel: rndis_function_bind_config MAC: 00:00:00:00:00:00
Dec 10 21:57:07 lenok kernel: android_usb gadget: using random self ethernet address
Dec 10 21:57:07 lenok kernel: android_usb gadget: using random host ethernet address
Dec 10 21:57:07 lenok kernel: rndis0: MAC 4e:f5:da:0a:92:23
Dec 10 21:57:07 lenok kernel: rndis0: HOST MAC 66:93:9b:fd:2e:11
Dec 10 21:57:07 lenok kernel: msm_hsusb msm_hsusb: CI13XXX_CONTROLLER_CONNECT_EVENT received
Dec 10 21:57:07 lenok kernel: IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
Dec 10 21:57:07 lenok kernel: msm_hsusb msm_hsusb: CI13XXX_CONTROLLER_SUSPEND_EVENT received
Dec 10 21:57:07 lenok kernel: android_work: did not send uevent (1 1   (null))
Dec 10 21:57:07 lenok connmand[333]: Adding interface rndis0 [ gadget ]
Dec 10 21:57:07 lenok systemd-networkd[334]: rndis0: Link UP
Dec 10 21:57:07 lenok connmand[333]: rndis0 {update} flags 36931 <UP,RUNNING>
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 address 4E:F5:DA:0A:92:23 mtu 1500
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 operstate 0 <UNKNOWN>
Dec 10 21:57:07 lenok connmand[333]: rndis0 {update} flags 36867 <UP>
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 address 4E:F5:DA:0A:92:23 mtu 1500
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 operstate 2 <DOWN>
Dec 10 21:57:07 lenok systemd[1]: Starting User Runtime Directory /run/user/1000...
Dec 10 21:57:07 lenok connmand[333]: rndis0 {update} flags 36866 <DOWN>
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 address 4E:F5:DA:0A:92:23 mtu 1500
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 operstate 2 <DOWN>
Dec 10 21:57:07 lenok usb_moded[328]: no network gateway
Dec 10 21:57:07 lenok systemd-networkd[334]: rndis0: Link DOWN
Dec 10 21:57:07 lenok systemd[1]: dev-mtp.mount: Deactivated successfully.
Dec 10 21:57:07 lenok connmand[333]: rndis0 {add} address 192.168.2.15/24 label rndis0 family 2
Dec 10 21:57:07 lenok systemd-networkd[334]: rndis0: rtnl: received address message without flags, ignoring: No data available
Dec 10 21:57:07 lenok connmand[333]: rndis0 {update} flags 36867 <UP>
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 address 4E:F5:DA:0A:92:23 mtu 1500
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 operstate 2 <DOWN>
Dec 10 21:57:07 lenok systemd-networkd[334]: rndis0: Link UP
Dec 10 21:57:07 lenok connmand[333]: rndis0 {add} route 192.168.2.0 gw 0.0.0.0 scope 253 <LINK>
Dec 10 21:57:07 lenok kernel: IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
Dec 10 21:57:07 lenok dbus-daemon[292]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.9' (uid=0 pid=499 comm="/lib/systemd/systemd-user-runtime-dir start 1000 ")
Dec 10 21:57:07 lenok systemd[1]: Starting Load Kernel Module drm...
Dec 10 21:57:07 lenok systemd[1]: modprobe@drm.service: Deactivated successfully.
Dec 10 21:57:07 lenok systemd[1]: Finished Load Kernel Module drm.
Dec 10 21:57:07 lenok kernel: msm_hsusb msm_hsusb: CI13XXX_CONTROLLER_RESUME_EVENT received
Dec 10 21:57:07 lenok kernel: android_work: sent uevent USB_STATE=DISCONNECTED
Dec 10 21:57:07 lenok systemd[1]: Started User Database Manager.
Dec 10 21:57:07 lenok systemd-logind[313]: Watching system buttons on /dev/input/event0 (synaptics_rmi4_i2c)
Dec 10 21:57:07 lenok systemd-logind[313]: Watching system buttons on /dev/input/event1 (qpnp_pon)
Dec 10 21:57:07 lenok systemd-logind[313]: New seat seat0.
Dec 10 21:57:07 lenok dbus-daemon[292]: [system] Successfully activated service 'org.freedesktop.login1'
Dec 10 21:57:07 lenok systemd[1]: Started User Login Management.
Dec 10 21:57:07 lenok systemd-logind[313]: Watching system buttons on /dev/input/event1 (qpnp_pon)
Dec 10 21:57:07 lenok systemd[1]: Finished User Runtime Directory /run/user/1000.
Dec 10 21:57:07 lenok systemd[1]: Starting User Manager for UID 1000...
Dec 10 21:57:07 lenok systemd[516]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[<unknown>] user=[ceres] ruser=[<unknown>] rhost=[<unknown>]
Dec 10 21:57:07 lenok kernel: android_work: sent uevent USB_STATE=CONNECTED
Dec 10 21:57:07 lenok kernel: android_work: sent uevent USB_STATE=DISCONNECTED
Dec 10 21:57:07 lenok dbus-daemon[292]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dec 10 21:57:07 lenok systemd[1]: Started Hostname Service.
Dec 10 21:57:07 lenok systemd[1]: Started udhcpcd DHCP server.
Dec 10 21:57:07 lenok udhcpd[521]: udhcpd: started, v1.34.1
Dec 10 21:57:07 lenok connmand[333]: rndis0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
Dec 10 21:57:07 lenok kernel: android_work: sent uevent USB_STATE=CONNECTED
Dec 10 21:57:07 lenok kernel: android_usb gadget: high-speed config AsteroidOS/meta-smartwatch#52: fe8050c8.android_usb
Dec 10 21:57:07 lenok kernel: IPv6: ADDRCONF(NETDEV_CHANGE): rndis0: link becomes ready
Dec 10 21:57:07 lenok systemd-networkd[334]: rndis0: Gained carrier
Dec 10 21:57:07 lenok connmand[333]: rndis0 {update} flags 102467 <UP,RUNNING,LOWER_UP>
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 address 4E:F5:DA:0A:92:23 mtu 1500
Dec 10 21:57:07 lenok connmand[333]: rndis0 {newlink} index 7 operstate 6 <UP>
Dec 10 21:57:07 lenok kernel: android_work: sent uevent USB_STATE=CONFIGURED
Dec 10 21:57:08 lenok mce[267]: modules/proximity.c: report_proximity(): state: CLOSED -> OPEN
Dec 10 21:57:08 lenok systemd[516]: Queued start job for default target Main User Target.
Dec 10 21:57:08 lenok systemd[516]: Created slice User Application Slice.
Dec 10 21:57:08 lenok systemd[516]: Created slice User Core Session Slice.
Dec 10 21:57:08 lenok systemd[516]: Reached target Paths.
Dec 10 21:57:08 lenok systemd[516]: Reached target Timers.
Dec 10 21:57:08 lenok systemd[516]: Starting D-Bus User Message Bus Socket...
Dec 10 21:57:08 lenok systemd[516]: Listening on Sound System.
Dec 10 21:57:08 lenok systemd[516]: Listening on D-Bus User Message Bus Socket.
Dec 10 21:57:08 lenok systemd[516]: Reached target Sockets.
Dec 10 21:57:08 lenok systemd[516]: Reached target Basic System.
Dec 10 21:57:08 lenok systemd[1]: Started User Manager for UID 1000.
Dec 10 21:57:08 lenok systemd[516]: Started Starts the BLE synchronization daemon.
Dec 10 21:57:08 lenok systemd[1]: Started Underclock CPU and GPU to save battery life.
Dec 10 21:57:08 lenok systemd[516]: Starting The wayland compositors and desktop of AsteroidOS...
Dec 10 21:57:08 lenok systemd[516]: Starting Generic application launch booster...
Dec 10 21:57:08 lenok systemd[1]: Reached target Multi-User System.
Dec 10 21:57:08 lenok kernel: IRQ32 no longer affine to CPU1
Dec 10 21:57:08 lenok kernel: IRQ33 no longer affine to CPU1
Dec 10 21:57:08 lenok kernel: IRQ34 no longer affine to CPU1
Dec 10 21:57:08 lenok kernel: IRQ35 no longer affine to CPU1
Dec 10 21:57:08 lenok kernel: IRQ36 no longer affine to CPU1
Dec 10 21:57:08 lenok kernel: IRQ37 no longer affine to CPU1
Dec 10 21:57:08 lenok kernel: IRQ38 no longer affine to CPU1
Dec 10 21:57:08 lenok kernel: IRQ40 no longer affine to CPU1
Dec 10 21:57:08 lenok kernel: IRQ41 no longer affine to CPU1
Dec 10 21:57:08 lenok kernel: IRQ42 no longer affine to CPU1
Dec 10 21:57:08 lenok systemd[516]: Starting Application launch booster for Qt5...
Dec 10 21:57:08 lenok systemd[516]: Started Non Graphical Feedback Daemon.
Dec 10 21:57:08 lenok systemd[516]: Starting Sound Service...
Dec 10 21:57:09 lenok systemd[1]: Starting Record Runlevel Change in UTMP...
Dec 10 21:57:09 lenok systemd[516]: Starting StateFS FUSE filesystem...
Dec 10 21:57:09 lenok systemd[516]: Starting Time Daemon...
Dec 10 21:57:09 lenok systemd-networkd[334]: rndis0: rtnl: received address message without flags, ignoring: No data available
Dec 10 21:57:09 lenok systemd[516]: Started Generic application launch booster.
Dec 10 21:57:09 lenok systemd[516]: Started Application launch booster for Qt5.
Dec 10 21:57:09 lenok systemd[1]: underclock.service: Deactivated successfully.
Dec 10 21:57:09 lenok systemd[516]: Started Sync FW daemon.
Dec 10 21:57:09 lenok systemd[516]: Started StateFS FUSE filesystem.
Dec 10 21:57:09 lenok systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.
Dec 10 21:57:09 lenok ngfd[530]: libprofile: session bus connection requested while blocked
Dec 10 21:57:09 lenok systemd[516]: Started D-Bus User Message Bus.
Dec 10 21:57:09 lenok systemd[1]: Finished Record Runlevel Change in UTMP.
Dec 10 21:57:09 lenok systemd[1]: Startup finished in 3.309s (kernel) + 5.488s (userspace) = 8.797s.
Dec 10 21:57:09 lenok dbus-daemon[552]: [session uid=1000 pid=552] Activating systemd to hand-off: service name='com.nokia.profiled' unit='profiled.service' requested by ':1.0' (uid=1000 pid=530 comm="/usr/bin/ngfd ")
Dec 10 21:57:09 lenok timed-qt5[536]: ERROR: can't unlink /var/lib/timed/localtime: Permission denied
Dec 10 21:57:09 lenok systemd[516]: Started Time Daemon.
Dec 10 21:57:09 lenok dbus-daemon[552]: [session uid=1000 pid=552] Successfully activated service 'org.freedesktop.systemd1'
Dec 10 21:57:09 lenok systemd[516]: Starting Profile Daemon...
Dec 10 21:57:09 lenok pulseaudio[532]: shared memfd open() failed: Function not implemented
Dec 10 21:57:09 lenok pulseaudio[532]: Failed to allocate shared memfd memory pool. Falling back to a normal memory pool.
Dec 10 21:57:09 lenok sensorfwd[341]: HYBRIS CTL invalid sensor type: 5
Dec 10 21:57:09 lenok sensorfwd[341]: HybrisAdaptor::HybrisAdaptor(const QString&, int) no such sensor "alsadaptor"
Dec 10 21:57:09 lenok sensorfwd[341]: Node ' "alsadaptor" ' state changed to invalid
Dec 10 21:57:09 lenok sensorfwd[341]: SensorManagerError:  "adaptor 'alsadaptor' can not be started"
Dec 10 21:57:09 lenok sensorfwd[341]: Node ' "alssensor" ' state changed to invalid
Dec 10 21:57:09 lenok sensorfwd[341]: "alssensor instantiation failed"
Dec 10 21:57:09 lenok sensorfwd[341]: SensorManagerError:  "sensor has not been instantiated"
Dec 10 21:57:09 lenok dbus-daemon[552]: [session uid=1000 pid=552] Successfully activated service 'com.nokia.profiled'
Dec 10 21:57:09 lenok systemd[516]: Started Profile Daemon.
Dec 10 21:57:09 lenok sensorfwd[341]: HYBRIS CTL invalid sensor type: 8
Dec 10 21:57:09 lenok sensorfwd[341]: HybrisAdaptor::HybrisAdaptor(const QString&, int) no such sensor "proximityadaptor"
Dec 10 21:57:09 lenok sensorfwd[341]: Node ' "proximityadaptor" ' state changed to invalid
Dec 10 21:57:09 lenok sensorfwd[341]: SensorManagerError:  "adaptor 'proximityadaptor' can not be started"
Dec 10 21:57:09 lenok sensorfwd[341]: Node ' "proximitysensor" ' state changed to invalid
Dec 10 21:57:09 lenok sensorfwd[341]: "proximitysensor instantiation failed"
Dec 10 21:57:09 lenok sensorfwd[341]: SensorManagerError:  "sensor has not been instantiated"
Dec 10 21:57:09 lenok sensorfwd[341]: SensorManagerError:  "requested sensor id 'alssensor' not registered"
Dec 10 21:57:09 lenok dbus-daemon[292]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=541 comm="/usr/bin/msyncd ") interface="org.ofono.Manager" member="GetModems" error name="(unset)" requested_reply="0" destination="org.ofono" (uid=0 pid=309 comm="/usr/sbin/ofonod -n ")
Dec 10 21:57:09 lenok dbus-daemon[292]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=541 comm="/usr/bin/msyncd ") interface="org.ofono.Manager" member="GetModems" error name="(unset)" requested_reply="0" destination="org.ofono" (uid=0 pid=309 comm="/usr/sbin/ofonod -n ")
Dec 10 21:57:09 lenok dbus-daemon[292]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.27' (uid=1000 pid=524 comm="/usr/bin/asteroid-btsyncd ")
Dec 10 21:57:09 lenok systemd[1]: Starting Bluetooth service...
Dec 10 21:57:09 lenok dbus-daemon[292]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=541 comm="/usr/bin/msyncd ") interface="org.ofono.Manager" member="GetModems" error name="(unset)" requested_reply="0" destination="org.ofono" (uid=0 pid=309 comm="/usr/sbin/ofonod -n ")
Dec 10 21:57:09 lenok bluetoothd[614]: Bluetooth daemon 5.61
Dec 10 21:57:09 lenok mce[267]: powerkey.c: pwrkey_datapipes_keypress_cb(): gesture(5)
Dec 10 21:57:09 lenok dbus-daemon[292]: [system] Successfully activated service 'org.bluez'
Dec 10 21:57:09 lenok systemd[1]: Started Bluetooth service.
Dec 10 21:57:09 lenok msyncd[541]: "No carrier"
Dec 10 21:57:09 lenok udhcpd[521]: udhcpd: sending OFFER to 192.168.2.2
Dec 10 21:57:10 lenok bluetoothd[614]: Bluetooth management interface 1.9 initialized
Dec 10 21:57:10 lenok msyncd[541]: This device does not have a BT adapter
Dec 10 21:57:10 lenok udhcpd[521]: udhcpd: sending ACK to 192.168.2.2
Dec 10 21:57:10 lenok asteroid-btsyncd[524]: Service "org.bluez" is running
Dec 10 21:57:10 lenok asteroid-btsyncd[524]: No BLE adapter found
Dec 10 21:57:10 lenok asteroid-btsyncd[524]: QDBusConnection: name 'org.bluez' had owner '' but we thought it was ':1.29'
Dec 10 21:57:10 lenok asteroid-btsyncd[524]: Service "org.bluez" is running
Dec 10 21:57:10 lenok pulseaudio[532]: Module "module-bluez5-discover" should be loaded once at most. Refusing to load.
Dec 10 21:57:10 lenok pulseaudio[532]: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
Dec 10 21:57:10 lenok systemd[516]: Started Sound Service.
Dec 10 21:57:10 lenok asteroid-launcher[539]: library "libminisf.so" not found
Dec 10 21:57:10 lenok asteroid-launcher[539]: libminisf is incompatible or missing. Can not possibly start the SurfaceFlinger service. If you're experiencing troubles with media try updating droidmedia (and/or this plugin).
Dec 10 21:57:10 lenok asteroid-launcher[539]: == power module ==
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Address: 0xb37f2004
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Module API Version: 2
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * HAL API Version: 100
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Identifier: power
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Name: Lenok Power HAL
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Author: The Android Open Source Project
Dec 10 21:57:10 lenok asteroid-launcher[539]: == power module ==
Dec 10 21:57:10 lenok asteroid-launcher[539]: == hwcomposer module ==
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Address: 0xb37ec004
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Module API Version: 2
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * HAL API Version: 0
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Identifier: hwcomposer
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Name: Qualcomm Hardware Composer Module
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Author: CodeAurora Forum
Dec 10 21:57:10 lenok asteroid-launcher[539]: == hwcomposer module ==
Dec 10 21:57:10 lenok asteroid-launcher[539]: library "libscale.so" not found
Dec 10 21:57:10 lenok kernel: input input0: Already in awake state
Dec 10 21:57:10 lenok firmwared[301]: load firmware a330_pm4.fw
Dec 10 21:57:10 lenok firmwared[301]: load firmware a330_pfp.fw
Dec 10 21:57:10 lenok asteroid-launcher[539]: == hwcomposer device ==
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Version: 1040001 (interpreted as 1040001)
Dec 10 21:57:10 lenok asteroid-launcher[539]:  * Module: 0xb37ec004
Dec 10 21:57:10 lenok asteroid-launcher[539]: == hwcomposer device ==
Dec 10 21:57:10 lenok asteroid-launcher[539]: EGLFS: Screen Info
Dec 10 21:57:10 lenok asteroid-launcher[539]:  - Physical size: QSizeF(33.0406, 33.0406)
Dec 10 21:57:10 lenok asteroid-launcher[539]:  - Screen size: QSize(320, 320)
Dec 10 21:57:10 lenok asteroid-launcher[539]:  - Screen depth: 32
Dec 10 21:57:10 lenok kernel: input input0: Already in awake state
Dec 10 21:57:10 lenok asteroid-launcher[539]: QEglScreen 0xd9d18
Dec 10 21:57:11 lenok asteroid-launcher[539]: Notifications restored: 0
Dec 10 21:57:11 lenok statefs[290]: Qt5 loader: loading /usr/lib/statefs/libprovider-mce.so
Dec 10 21:57:11 lenok statefs[290]: Display: "on"
Dec 10 21:57:11 lenok asteroid-launcher[539]: QEglWindow 0x15c990: 0x1cdd20 0x0
Dec 10 21:57:11 lenok asteroid-launcher[539]: Hardware Compositor support is disabled
Dec 10 21:57:11 lenok asteroid-launcher[539]: qrc:/qml/compositor.qml:164: TypeError: Cannot read property 'currentVerticalPos' of undefined
Dec 10 21:57:11 lenok asteroid-launcher[539]: file:///usr/share/asteroid-launcher/watchfaces/93-no-rings.qml:203:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 10 21:57:11 lenok asteroid-launcher[539]: file:///usr/share/asteroid-launcher/watchfaces/93-no-rings.qml:228: ReferenceError: secondCanvas is not defined
Dec 10 21:57:11 lenok kernel: nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
Dec 10 21:57:12 lenok asteroid-launcher[539]: ../../git/src/sqlitestorage.cpp: 193 - database "/home/ceres/.local/share/system/privileged/Calendar/mkcal/db" opened
Dec 10 21:57:12 lenok mce[267]: modules/display.c: mdy_stm_set_compositor_availability_changed(): compositor availability change: pending
Dec 10 21:57:12 lenok mce[267]: modules/display.c: compositor_stm_ctrl_request_cb(): org.freedesktop.DBus.Error.UnknownInterface: No such interface 'org.nemomobile.compositor' at object path '/'
Dec 10 21:57:12 lenok mce[267]: modules/display.c: mdy_stm_set_compositor_availability_changed(): compositor availability change: handled
Dec 10 21:57:12 lenok asteroid-launcher[539]: Undefined -> Unlocked
Dec 10 21:57:12 lenok systemd[516]: Started The wayland compositors and desktop of AsteroidOS.
Dec 10 21:57:12 lenok systemd[516]: Starting Application launch booster for Qt Components on QtQuick2...
Dec 10 21:57:12 lenok systemd[516]: Started Application launch booster for Qt Components on QtQuick2.
Dec 10 21:57:12 lenok systemd[516]: Reached target Main User Target.
Dec 10 21:57:12 lenok systemd[516]: Startup finished in 4.943s.
Dec 10 21:57:12 lenok booster-qtcomponents-qt5[636]: qt.qpa.wayland: qtvirtualkeyboard currently is not supported at client-side, use QT_IM_MODULE=qtvirtualkeyboard at compositor-side.
Dec 10 21:57:13 lenok mce[267]: tklock.c: tklock_dbus_notification_beg_cb(): notification begin from name=:1.40 owner=:1.40 pid=539 uid=1000 gid=1000 priv=0 cmd=/usr/bin/asteroid-launcher -plugin evdevtouch:/dev/input/event0
Dec 10 21:57:13 lenok mce[267]: tklock.c: tklock_datapipe_exception_state_cb(): exception_state = none -> notif
Dec 10 21:57:13 lenok kernel: qpnp_chg_set_appropriate_battery_current: setting 210 mA
Dec 10 21:57:14 lenok brcm_patchram_plus[330]: Done setting line discpline
Dec 10 21:57:14 lenok bluetoothd[614]: ../bluez-5.61/src/adapter.c:reset_adv_monitors_complete() Failed to reset Adv Monitors: Unknown Command (0x01)
Dec 10 21:57:14 lenok bluetoothd[614]: Battery Provider Manager created
Dec 10 21:57:14 lenok bluetoothd[614]: Failed to Read Adv Monitor Features with status 0x01
Dec 10 21:57:14 lenok systemd[1]: Reached target Bluetooth Support.
Dec 10 21:57:14 lenok systemd[516]: Reached target Bluetooth.
Dec 10 21:57:14 lenok asteroid-btsyncd[524]: BLE Adapter "/org/bluez/hci0" found
Dec 10 21:57:14 lenok asteroid-btsyncd[524]: Service "/" registered
Dec 10 21:57:14 lenok asteroid-btsyncd[524]: Advertisement "/org/asteroidos/btsyncd/advertisement" registered
Dec 10 21:57:14 lenok bluetoothd[614]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSink/sbc
Dec 10 21:57:14 lenok bluetoothd[614]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSource/sbc
Dec 10 21:57:14 lenok bluetoothd[614]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Dec 10 21:57:14 lenok bluetoothd[614]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Dec 10 21:57:14 lenok bluetoothd[614]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Dec 10 21:57:14 lenok bluetoothd[614]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Dec 10 21:57:14 lenok bluetoothd[614]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Dec 10 21:57:14 lenok bluetoothd[614]: Endpoint registered: sender=:1.26 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Dec 10 21:57:16 lenok kernel: HSUART CLOCK: OFF
Dec 10 21:57:17 lenok mce[267]: modules/display.c: mdy_display_state_enter(): current display state = ON
Dec 10 21:57:18 lenok mce[267]: tklock.c: tklock_dbus_notification_end_cb(): notification end from name=:1.40 owner=:1.40 pid=539 uid=1000 gid=1000 priv=0 cmd=/usr/bin/asteroid-launcher -plugin evdevtouch:/dev/input/event0
Dec 10 21:57:18 lenok mce[267]: tklock.c: tklock_datapipe_exception_state_cb(): exception_state = notif -> linger
Dec 10 21:57:19 lenok msyncd[541]: "No carrier"
Dec 10 21:57:19 lenok mce[267]: tklock.c: tklock_datapipe_exception_state_cb(): exception_state = linger -> none
Dec 10 21:57:24 lenok mce[267]: modules/display.c: mdy_blanking_off_cb(): display state req: LPM_ON
Dec 10 21:57:24 lenok mce[267]: modules/display.c: mdy_display_state_leave(): current display state = POWER_DOWN
Dec 10 21:57:24 lenok statefs[290]: Display: "off"
Dec 10 21:57:24 lenok asteroid-launcher[539]: QUnifiedTimer::stopAnimationDriver: driver is not running
Dec 10 21:57:25 lenok asteroid-launcher[539]: sleepDisplay
Dec 10 21:57:25 lenok kernel: input input0: Already in suspend state
Dec 10 21:57:25 lenok mce[267]: modules/display.c: mdy_display_state_enter(): current display state = OFF
Dec 10 21:57:29 lenok msyncd[541]: "No carrier"
Dec 10 21:57:38 lenok mce[267]: powerkey.c: pwrkey_datapipes_keypress_cb(): powerkey pressed
Dec 10 21:57:38 lenok systemd-logind[313]: Power key pressed.
Dec 10 21:57:38 lenok mce[267]: tklock.c: mce_tklock_unblank(): display state req: ON
Dec 10 21:57:38 lenok mce[267]: modules/display.c: mdy_display_state_leave(): current display state = POWER_UP
Dec 10 21:57:38 lenok mce[267]: powerkey.c: pwrkey_datapipes_keypress_cb(): powerkey released
Dec 10 21:57:39 lenok kernel: input input0: Already in awake state
Dec 10 21:57:39 lenok asteroid-launcher[539]: unsleepDisplay
Dec 10 21:57:39 lenok mce[267]: modules/display.c: mdy_display_state_enter(): current display state = ON
Dec 10 21:57:39 lenok msyncd[541]: "No carrier"
Dec 10 21:57:39 lenok statefs[290]: Display: "on"
Dec 10 21:57:39 lenok asteroid-launcher[539]: QDBusMarshaller: cannot add an invalid QVariant
Dec 10 21:57:39 lenok asteroid-launcher[539]: QDBusMarshaller: cannot add an invalid QVariant
Dec 10 21:57:39 lenok asteroid-launcher[539]: QDBusConnection: error: could not send message to service "com.nokia.thermalmanager" path "/com/nokia/thermalmanager" interface "com.nokia.thermalmanager" member "get_thermal_state": Marshalling failed: Variant containing QVariant::Invalid passed in arguments
Dec 10 21:57:40 lenok systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 10 21:57:49 lenok msyncd[541]: "No carrier"
Dec 10 21:57:53 lenok mce[267]: multitouch.c: mt_state_long_tap_cb(): [longpress] double tap emulated from touch input
Dec 10 21:57:53 lenok mce[267]: powerkey.c: pwrkey_datapipes_keypress_cb(): gesture(4)
Dec 10 21:57:54 lenok kernel: mmc0: Starting deferred resume
Dec 10 21:57:54 lenok kernel: mmc0: Deferred resume completed
Dec 10 21:57:54 lenok /usr/bin/asteroid-hrm[636]: Couldn't open '/proc/self/oom_score_adj' for writing
Dec 10 21:57:54 lenok sensorfwd[341]: No initial data for heart rate monitor
Dec 10 21:57:54 lenok sensorfwd[341]: Invalid interval requested for node ' "hrmadaptor" ' by session ' 6 ':  0
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:54 lenok asteroid-launcher[636]: render glyph failed err=13 face=0xb26410e8, glyph=168
Dec 10 21:57:55 lenok booster-qtcomponents-qt5[663]: qt.qpa.wayland: qtvirtualkeyboard currently is not supported at client-side, use QT_IM_MODULE=qtvirtualkeyboard at compositor-side.
Dec 10 21:57:59 lenok msyncd[541]: "No carrier"
Dec 10 21:58:09 lenok msyncd[541]: "No carrier"
Dec 10 21:58:19 lenok msyncd[541]: "No carrier"
Dec 10 21:58:22 lenok mce[267]: multitouch.c: mt_state_long_tap_cb(): [longpress] double tap emulated from touch input
Dec 10 21:58:22 lenok mce[267]: powerkey.c: pwrkey_datapipes_keypress_cb(): gesture(4)
Dec 10 21:58:22 lenok asteroid-launcher[636]: The Wayland connection broke. Did the Wayland compositor die?
Dec 10 21:58:22 lenok sensorfwd[341]: [SocketHandler]: Socket error:  QLocalSocket::PeerClosedError
Dec 10 21:58:22 lenok sensorfwd[341]: [SocketHandler]: Noticed lost session:  6
Dec 10 21:58:22 lenok /usr/libexec/mapplauncherd/booster-qtcomponents-qt5[635]: Boosted process (pid=636) was terminated due to signal 6
Dec 10 21:58:22 lenok invoker[662]: error: Can't send signal 6 to application [636]: No such process
Dec 10 21:58:24 lenok systemd[1]: Created slice Slice /system/sshd.
Dec 10 21:58:24 lenok systemd[1]: Started OpenSSH Per-Connection Daemon (192.168.2.2:36720).
Dec 10 21:58:24 lenok kernel: mmc0: Starting deferred resume
Dec 10 21:58:24 lenok kernel: mmc0: Deferred resume completed
Dec 10 21:58:24 lenok sshd[677]: pam_unix(sshd:auth): user [root] has blank password; authenticated without it
Dec 10 21:58:24 lenok sshd[677]: Accepted none for root from 192.168.2.2 port 36720 ssh2
Dec 10 21:58:24 lenok sshd[677]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0)
Dec 10 21:58:24 lenok systemd-logind[313]: New session c1 of user root.
Dec 10 21:58:24 lenok systemd[1]: Created slice User Slice of UID 0.
Dec 10 21:58:24 lenok systemd[1]: Starting User Runtime Directory /run/user/0...
Dec 10 21:58:24 lenok systemd[1]: Finished User Runtime Directory /run/user/0.
Dec 10 21:58:24 lenok systemd[1]: Starting User Manager for UID 0...
Dec 10 21:58:24 lenok systemd[681]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[<unknown>] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Dec 10 21:58:25 lenok systemd[681]: Queued start job for default target Main User Target.
Dec 10 21:58:25 lenok systemd[681]: Created slice User Application Slice.
Dec 10 21:58:25 lenok systemd[681]: Created slice User Core Session Slice.
Dec 10 21:58:25 lenok systemd[681]: Reached target Paths.
Dec 10 21:58:25 lenok systemd[681]: Reached target Timers.
Dec 10 21:58:25 lenok systemd[681]: Starting D-Bus User Message Bus Socket...
Dec 10 21:58:25 lenok systemd[681]: Condition check resulted in Sound System being skipped.
Dec 10 21:58:25 lenok systemd[681]: Listening on D-Bus User Message Bus Socket.
Dec 10 21:58:25 lenok systemd[681]: Reached target Sockets.
Dec 10 21:58:25 lenok systemd[681]: Reached target Basic System.
Dec 10 21:58:25 lenok systemd[1]: Started User Manager for UID 0.
Dec 10 21:58:25 lenok systemd[1]: Started Session c1 of User root.
Dec 10 21:58:25 lenok systemd[681]: Condition check resulted in Starts the BLE synchronization daemon being skipped.
Dec 10 21:58:25 lenok systemd[681]: Condition check resulted in The wayland compositors and desktop of AsteroidOS being skipped.
Dec 10 21:58:25 lenok systemd[681]: Condition check resulted in Generic application launch booster being skipped.
Dec 10 21:58:25 lenok systemd[681]: Condition check resulted in Application launch booster for Qt5 being skipped.
Dec 10 21:58:25 lenok systemd[681]: Condition check resulted in Application launch booster for Qt Components on QtQuick2 being skipped.
Dec 10 21:58:25 lenok systemd[681]: Condition check resulted in Sync FW daemon being skipped.
Dec 10 21:58:25 lenok systemd[681]: Condition check resulted in Non Graphical Feedback Daemon being skipped.
Dec 10 21:58:25 lenok systemd[681]: Condition check resulted in Sound Service being skipped.
Dec 10 21:58:25 lenok systemd[681]: Starting StateFS FUSE filesystem...
Dec 10 21:58:25 lenok systemd[681]: Condition check resulted in Time Daemon being skipped.
Dec 10 21:58:25 lenok systemd[1]: run-state.mount: Deactivated successfully.
Dec 10 21:58:25 lenok systemd[681]: Started StateFS FUSE filesystem.
Dec 10 21:58:25 lenok systemd[681]: Reached target Main User Target.
Dec 10 21:58:25 lenok systemd[681]: Startup finished in 1.267s.
Dec 10 21:58:25 lenok statefs[698]: fuse: bad mount point `/run/user/0/state': No such file or directory
Dec 10 21:58:25 lenok systemd[681]: statefs.service: Main process exited, code=exited, status=1/FAILURE
Dec 10 21:58:25 lenok systemd[681]: statefs.service: Failed with result 'exit-code'.
Dec 10 21:58:27 lenok systemd[681]: statefs.service: Scheduled restart job, restart counter is at 1.
Dec 10 21:58:27 lenok systemd[681]: Stopped StateFS FUSE filesystem.
Dec 10 21:58:27 lenok systemd[681]: Starting StateFS FUSE filesystem...
Dec 10 21:58:27 lenok systemd[681]: Started StateFS FUSE filesystem.
Dec 10 21:58:27 lenok statefs[709]: fuse: bad mount point `/run/user/0/state': No such file or directory
Dec 10 21:58:27 lenok systemd[681]: statefs.service: Main process exited, code=exited, status=1/FAILURE
Dec 10 21:58:27 lenok systemd[681]: statefs.service: Failed with result 'exit-code'.
Dec 10 21:58:28 lenok mce[267]: modules/display.c: mdy_blanking_off_cb(): display state req: LPM_ON
Dec 10 21:58:28 lenok mce[267]: modules/display.c: mdy_display_state_leave(): current display state = POWER_DOWN
Dec 10 21:58:28 lenok statefs[290]: Display: "off"
Dec 10 21:58:28 lenok asteroid-launcher[539]: QUnifiedTimer::stopAnimationDriver: driver is not running
Dec 10 21:58:28 lenok asteroid-launcher[539]: sleepDisplay
Dec 10 21:58:28 lenok systemd[681]: statefs.service: Scheduled restart job, restart counter is at 2.
Dec 10 21:58:28 lenok systemd[681]: Stopped StateFS FUSE filesystem.
Dec 10 21:58:28 lenok systemd[681]: Starting StateFS FUSE filesystem...
Dec 10 21:58:28 lenok systemd[681]: Started StateFS FUSE filesystem.
Dec 10 21:58:28 lenok statefs[719]: fuse: bad mount point `/run/user/0/state': No such file or directory
Dec 10 21:58:28 lenok systemd[681]: statefs.service: Main process exited, code=exited, status=1/FAILURE
Dec 10 21:58:28 lenok systemd[681]: statefs.service: Failed with result 'exit-code'.

@MagneFire
Copy link
Member

Thanks for that log, it shows quite some helpful information. It might even look like the heart rate sensor is available.

It shows that an invalid interval was requested, this might need some further investigation.

Can you also send the output of the test_sensors command? You probably need to use the root user for that.

@GeckoEidechse
Copy link

Click for `test_sensors` output
root@lenok:~# test_sensors 
Hardware module ID: sensors
Hardware module Name: QTI Sensors Module
Hardware module Author: Qualcomm Technologies, Inc.
Hardware module API version: 0x1
Hardware HAL API version: 0x100
Poll device version: 0x1030001
API VERSION 0.1 (legacy): 0x1
API VERSION 0.1: 0x65537
API VERSION 1.0: 0x16777217
API VERSION 1.1: 0x16842753
API VERSION 1.2: 0x16908289
API VERSION 1.3: 0x16973825
API VERSION 1.4: 0x17039361
Got 33 sensors
=== Sensor 0 ==
Name: MPU6515 Accelerometer
Vendor: InvenSense
Version: 0x1
Handle: 0x0
Type: 1
maxRange: 19.613296
resolution: 0.595
power: 0.400000 mA
minDelay: 5000



=== Sensor 1 ==
Name: AK8963 Magnetometer
Vendor: AKM
Version: 0x1
Handle: 0xa
Type: 2
maxRange: 4911.999511
resolution: 0.149536
power: 5.0 mA
minDelay: 16666



=== Sensor 2 ==
Name: AK8963 Magnetometer Uncalibrated
Vendor: AKM
Version: 0x1
Handle: 0xb
Type: 14
maxRange: 4911.999511
resolution: 0.149536
power: 5.0 mA
minDelay: 16666



=== Sensor 3 ==
Name: MPU6515 Gyroscope
Vendor: InvenSense
Version: 0x1
Handle: 0x2
Type: 4
maxRange: 34.906585
resolution: 0.1068
power: 3.200000 mA
minDelay: 5000



=== Sensor 4 ==
Name: MPU6515 Gyroscope Uncalibrated
Vendor: InvenSense
Version: 0x1
Handle: 0x8
Type: 16
maxRange: 34.906585
resolution: 0.1068
power: 3.200000 mA
minDelay: 5000



=== Sensor 5 ==
Name: HSPPAD038 Pressure
Vendor: ALPS ELECTRIC CO., 
Version: 0x1
Handle: 0x3
Type: 6
maxRange: 1100.0
resolution: 0.13122
power: 1.500000 mA
minDelay: 11111



=== Sensor 6 ==
Name: MPU6515 Accelerometer -Wakeup Secondary
Vendor: InvenSense
Version: 0x1
Handle: 0x17
Type: 1
maxRange: 19.613296
resolution: 0.595
power: 0.400000 mA
minDelay: 5000



=== Sensor 7 ==
Name: AK8963 Magnetometer -Wakeup Secondary
Vendor: AKM
Version: 0x1
Handle: 0x20
Type: 2
maxRange: 4911.999511
resolution: 0.149536
power: 5.0 mA
minDelay: 16666



=== Sensor 8 ==
Name: AK8963 Magnetometer Uncalibrated -Wakeup Secondary
Vendor: AKM
Version: 0x1
Handle: 0x21
Type: 14
maxRange: 4911.999511
resolution: 0.149536
power: 5.0 mA
minDelay: 16666



=== Sensor 9 ==
Name: MPU6515 Gyroscope -Wakeup Secondary
Vendor: InvenSense
Version: 0x1
Handle: 0x19
Type: 4
maxRange: 34.906585
resolution: 0.1068
power: 3.200000 mA
minDelay: 5000



=== Sensor 10 ==
Name: MPU6515 Gyroscope Uncalibrated -Wakeup Secondary
Vendor: InvenSense
Version: 0x1
Handle: 0x1e
Type: 16
maxRange: 34.906585
resolution: 0.1068
power: 3.200000 mA
minDelay: 5000



=== Sensor 11 ==
Name: HSPPAD038 Pressure -Wakeup Secondary
Vendor: ALPS ELECTRIC CO., 
Version: 0x1
Handle: 0x1a
Type: 6
maxRange: 1100.0
resolution: 0.13122
power: 1.500000 mA
minDelay: 11111



=== Sensor 12 ==
Name: Gravity
Vendor: QTI
Version: 0x2
Handle: 0x24
Type: 9
maxRange: 19.613296
resolution: 0.595
power: 3.599990 mA
minDelay: 5000



=== Sensor 13 ==
Name: Linear Acceleration
Vendor: QTI
Version: 0x2
Handle: 0x25
Type: 10
maxRange: 19.613296
resolution: 0.595
power: 3.599990 mA
minDelay: 5000



=== Sensor 14 ==
Name: Rotation Vector
Vendor: QTI
Version: 0x2
Handle: 0x2b
Type: 11
maxRange: 1.0
resolution: 0.0
power: 8.599990 mA
minDelay: 5000



=== Sensor 15 ==
Name: Step Detector
Vendor: QTI
Version: 0x2
Handle: 0x32
Type: 18
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: 0



=== Sensor 16 ==
Name: Step Counter
Vendor: QTI
Version: 0x2
Handle: 0x33
Type: 19
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: 0



=== Sensor 17 ==
Name: Significant Motion Detector
Vendor: QTI
Version: 0x2
Handle: 0x36
Type: 17
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: -1



=== Sensor 18 ==
Name: Game Rotation Vector
Vendor: QTI
Version: 0x2
Handle: 0x39
Type: 15
maxRange: 1.0
resolution: 0.0
power: 3.599990 mA
minDelay: 5000



=== Sensor 19 ==
Name: GeoMagnetic Rotation Vector
Vendor: QTI
Version: 0x2
Handle: 0x3c
Type: 20
maxRange: 1.0
resolution: 0.0
power: 5.399993 mA
minDelay: 16666



=== Sensor 20 ==
Name: Orientation
Vendor: QTI
Version: 0x2
Handle: 0x38
Type: 3
maxRange: 360.0
resolution: 0.100000
power: 8.599990 mA
minDelay: 5000



=== Sensor 21 ==
Name: Tilt Detector
Vendor: QTI
Version: 0x1
Handle: 0x3e
Type: 22
maxRange: 1.0
resolution: 1.0
power: 0.100000 mA
minDelay: 0



=== Sensor 22 ==
Name: Heart Rate Monitor
Vendor: QTI
Version: 0x0
Handle: 0x40
Type: 21
maxRange: 1.0
resolution: 1.0
power: 0.0 mA
minDelay: 0



=== Sensor 23 ==
Name: Gravity -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x45
Type: 9
maxRange: 19.613296
resolution: 0.595
power: 3.599990 mA
minDelay: 5000



=== Sensor 24 ==
Name: Linear Acceleration -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x46
Type: 10
maxRange: 19.613296
resolution: 0.595
power: 3.599990 mA
minDelay: 5000



=== Sensor 25 ==
Name: Rotation Vector -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x47
Type: 11
maxRange: 1.0
resolution: 0.0
power: 8.599990 mA
minDelay: 5000



=== Sensor 26 ==
Name: Step Detector -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x4a
Type: 18
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: 0



=== Sensor 27 ==
Name: Step Counter -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x4b
Type: 19
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: 0



=== Sensor 28 ==
Name: Game Rotation Vector -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x48
Type: 15
maxRange: 1.0
resolution: 0.0
power: 3.599990 mA
minDelay: 5000



=== Sensor 29 ==
Name: GeoMagnetic Rotation Vector -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x49
Type: 20
maxRange: 1.0
resolution: 0.0
power: 5.399993 mA
minDelay: 16666



=== Sensor 30 ==
Name: Orientation -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x44
Type: 3
maxRange: 360.0
resolution: 0.100000
power: 8.599990 mA
minDelay: 5000



=== Sensor 31 ==
Name: Heart Rate Monitor -Wakeup Secondary
Vendor: QTI
Version: 0x0
Handle: 0x4f
Type: 21
maxRange: 1.0
resolution: 1.0
power: 0.0 mA
minDelay: 0



=== Sensor 32 ==
Name: Wrist Tilt Gesture
Vendor: LGE
Version: 0x1
Handle: 0x43
Type: 26
maxRange: 1.0
resolution: 0.100000
power: 1.0 mA
minDelay: 0



root@lenok:~# 

@MagneFire
Copy link
Member

Interesting, it looks like the sensor is available.
Just to clarify, did it work for you before?

This: AsteroidOS/sensorfw@ffbadc0 might actually be causing issues for this watch?

I'll provide you with a sensorfw.ipk with that patch removed. Will probably have some time to do it tomorrow. Hopefully that changes the behavior.

@GeckoEidechse
Copy link

GeckoEidechse commented Dec 10, 2021

Before flashing with the nightly I have now I had a nightly running that dates back to May 2020, i.e. before the heart rate stuff was added.

So I never experienced a working heart rate sensor so far.

@MagneFire
Copy link
Member

Thanks for waiting.
I've uploaded an ipk here: https://www.dropbox.com/sh/1e6lw6gv8isn9hq/AACPju_-OYVea1LUnfhe0tRma?dl=0
Can you install that using these instructions: https://asteroidos.org/wiki/package-installation/#packageinstallation
And reboot the watch and check if that changes things (heart rate sensor light, different log messages)?

@GeckoEidechse
Copy link

GeckoEidechse commented Dec 11, 2021

Aight followed the steps as described in the wiki to install the new version and rebooted the watch. Interestingly the sensor did light up shortly during the boot sequence when the AsteroidOS logo is shown but heart rate measurements still fail as before. Sensor also doesn't light up either while taking the measurement.

I added the logs below. Both were done after rebooting watch and starting heart rate measurement app.

@MagneFire
Copy link
Member

Terribly sorry for not getting back to you sooner...
Looking through the logs it appears that the ipk I provided didn't change anything (even though you noticed a light flashing during boot).

Can you send me a dump of your current WearOS installation? I suspect that there's a version mismatch between the expected sensor firmware. Would like to compare versions.
Otherwise, you can also try to install an older version of WearOS and check if the heart rate sensor works there (This one for example: https://forum.xda-developers.com/t/back-to-wear-1-5-from-2-0-complete-guide-and-eliminate-the-persistent-update-notific.3592606/).

@eLtMosen
Copy link
Member

I just tried now on my lenok with dead battery and i could quench a value out of it before it went off.
So if there is any testing i can do for comparison, i am up to it.
20211220_232528
d

@GeckoEidechse
Copy link

I retaliated by taking a Christmas break during your response :P

Anyway, as for:

Can you send me a dump of your current WearOS installation? I suspect that there's a version mismatch between the expected sensor firmware. Would like to compare versions.

I'm not quite sure how to do that. ^^"
There shouldn't be a WearOS install on the watch as I flashed it with different versions of AsteroidOS (i.e. fastboot flash userdata asteroid-image-lenok.ext4 && fastboot flash boot zImage-dtb-lenok.fastboot && fastboot continue), no?

@GeckoEidechse
Copy link

(Also maybe someone with the necessary rights could move the recent comment chain around my issue with the heartbeat sensor to a new github issue to not clog up #55 to much :P)

@MagneFire MagneFire transferred this issue from AsteroidOS/meta-lenok-hybris Mar 6, 2022
@MagneFire MagneFire added the lenok LG Watch R label Mar 6, 2022
@docgalaxyblock
Copy link

Any news on this issues state?
My watches sensors are working

Are @GeckoEidechse problems resolved (somewhere else)?

lenok build 19.9.'22

test_sensors

Hardware module ID: sensors
Hardware module Name: QTI Sensors Module
Hardware module Author: Qualcomm Technologies, Inc.
Hardware module API version: 0x1
Hardware HAL API version: 0x100
Poll device version: 0x1030001
API VERSION 0.1 (legacy): 0x1
API VERSION 0.1: 0x65537
API VERSION 1.0: 0x16777217
API VERSION 1.1: 0x16842753
API VERSION 1.2: 0x16908289
API VERSION 1.3: 0x16973825
API VERSION 1.4: 0x17039361
Got 33 sensors

=== Sensor 0 ==
Name: MPU6515 Accelerometer
Vendor: InvenSense
Version: 0x1
Handle: 0x0
Type: 1
maxRange: 19.613296
resolution: 0.595
power: 0.400000 mA
minDelay: 5000

=== Sensor 1 ==
Name: AK8963 Magnetometer
Vendor: AKM
Version: 0x1
Handle: 0xa
Type: 2
maxRange: 4911.999511
resolution: 0.149536
power: 5.0 mA
minDelay: 16666

=== Sensor 2 ==
Name: AK8963 Magnetometer Uncalibrated
Vendor: AKM
Version: 0x1
Handle: 0xb
Type: 14
maxRange: 4911.999511
resolution: 0.149536
power: 5.0 mA
minDelay: 16666

=== Sensor 3 ==
Name: MPU6515 Gyroscope
Vendor: InvenSense
Version: 0x1
Handle: 0x2
Type: 4
maxRange: 34.906585
resolution: 0.1068
power: 3.200000 mA
minDelay: 5000

=== Sensor 4 ==
Name: MPU6515 Gyroscope Uncalibrated
Vendor: InvenSense
Version: 0x1
Handle: 0x8
Type: 16
maxRange: 34.906585
resolution: 0.1068
power: 3.200000 mA
minDelay: 5000

=== Sensor 5 ==
Name: HSPPAD038 Pressure
Vendor: ALPS ELECTRIC CO.,
Version: 0x1
Handle: 0x3
Type: 6
maxRange: 1100.0
resolution: 0.13122
power: 1.500000 mA
minDelay: 11111

=== Sensor 6 ==
Name: MPU6515 Accelerometer -Wakeup Secondary
Vendor: InvenSense
Version: 0x1
Handle: 0x17
Type: 1
maxRange: 19.613296
resolution: 0.595
power: 0.400000 mA
minDelay: 5000

=== Sensor 7 ==
Name: AK8963 Magnetometer -Wakeup Secondary
Vendor: AKM
Version: 0x1
Handle: 0x20
Type: 2
maxRange: 4911.999511
resolution: 0.149536
power: 5.0 mA
minDelay: 16666

=== Sensor 8 ==
Name: AK8963 Magnetometer Uncalibrated -Wakeup Secondary
Vendor: AKM
Version: 0x1
Handle: 0x21
Type: 14
maxRange: 4911.999511
resolution: 0.149536
power: 5.0 mA
minDelay: 16666

=== Sensor 9 ==
Name: MPU6515 Gyroscope -Wakeup Secondary
Vendor: InvenSense
Version: 0x1
Handle: 0x19
Type: 4
maxRange: 34.906585
resolution: 0.1068
power: 3.200000 mA
minDelay: 5000

=== Sensor 10 ==
Name: MPU6515 Gyroscope Uncalibrated -Wakeup Secondary
Vendor: InvenSense
Version: 0x1
Handle: 0x1e
Type: 16
maxRange: 34.906585
resolution: 0.1068
power: 3.200000 mA
minDelay: 5000

=== Sensor 11 ==
Name: HSPPAD038 Pressure -Wakeup Secondary
Vendor: ALPS ELECTRIC CO.,
Version: 0x1
Handle: 0x1a
Type: 6
maxRange: 1100.0
resolution: 0.13122
power: 1.500000 mA
minDelay: 11111

=== Sensor 12 ==
Name: Gravity
Vendor: QTI
Version: 0x2
Handle: 0x24
Type: 9
maxRange: 19.613296
resolution: 0.595
power: 3.599990 mA
minDelay: 5000

=== Sensor 13 ==
Name: Linear Acceleration
Vendor: QTI
Version: 0x2
Handle: 0x25
Type: 10
maxRange: 19.613296
resolution: 0.595
power: 3.599990 mA
minDelay: 5000

=== Sensor 14 ==
Name: Rotation Vector
Vendor: QTI
Version: 0x2
Handle: 0x2b
Type: 11
maxRange: 1.0
resolution: 0.0
power: 8.599990 mA
minDelay: 5000

=== Sensor 15 ==
Name: Step Detector
Vendor: QTI
Version: 0x2
Handle: 0x32
Type: 18
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: 0

=== Sensor 16 ==
Name: Step Counter
Vendor: QTI
Version: 0x2
Handle: 0x33
Type: 19
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: 0

=== Sensor 17 ==
Name: Significant Motion Detector
Vendor: QTI
Version: 0x2
Handle: 0x36
Type: 17
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: -1

=== Sensor 18 ==
Name: Game Rotation Vector
Vendor: QTI
Version: 0x2
Handle: 0x39
Type: 15
maxRange: 1.0
resolution: 0.0
power: 3.599990 mA
minDelay: 5000

=== Sensor 19 ==
Name: GeoMagnetic Rotation Vector
Vendor: QTI
Version: 0x2
Handle: 0x3c
Type: 20
maxRange: 1.0
resolution: 0.0
power: 5.399993 mA
minDelay: 16666

=== Sensor 20 ==
Name: Orientation
Vendor: QTI
Version: 0x2
Handle: 0x38
Type: 3
maxRange: 360.0
resolution: 0.100000
power: 8.599990 mA
minDelay: 5000

=== Sensor 21 ==
Name: Tilt Detector
Vendor: QTI
Version: 0x1
Handle: 0x3e
Type: 22
maxRange: 1.0
resolution: 1.0
power: 0.100000 mA
minDelay: 0

=== Sensor 22 ==
Name: Heart Rate Monitor
Vendor: QTI
Version: 0x2
Handle: 0x40
Type: 21
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: 0

=== Sensor 23 ==
Name: Gravity -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x45
Type: 9
maxRange: 19.613296
resolution: 0.595
power: 3.599990 mA
minDelay: 5000

=== Sensor 24 ==
Name: Linear Acceleration -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x46
Type: 10
maxRange: 19.613296
resolution: 0.595
power: 3.599990 mA
minDelay: 5000

=== Sensor 25 ==
Name: Rotation Vector -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x47
Type: 11
maxRange: 1.0
resolution: 0.0
power: 8.599990 mA
minDelay: 5000

=== Sensor 26 ==
Name: Step Detector -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x4a
Type: 18
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: 0

=== Sensor 27 ==
Name: Step Counter -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x4b
Type: 19
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: 0

=== Sensor 28 ==
Name: Game Rotation Vector -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x48
Type: 15
maxRange: 1.0
resolution: 0.0
power: 3.599990 mA
minDelay: 5000

=== Sensor 29 ==
Name: GeoMagnetic Rotation Vector -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x49
Type: 20
maxRange: 1.0
resolution: 0.0
power: 5.399993 mA
minDelay: 16666

=== Sensor 30 ==
Name: Orientation -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x44
Type: 3
maxRange: 360.0
resolution: 0.100000
power: 8.599990 mA
minDelay: 5000

=== Sensor 31 ==
Name: Heart Rate Monitor -Wakeup Secondary
Vendor: QTI
Version: 0x2
Handle: 0x4f
Type: 21
maxRange: 1.0
resolution: 1.0
power: 0.399993 mA
minDelay: 0

=== Sensor 32 ==
Name: Wrist Tilt Gesture
Vendor: LGE
Version: 0x1
Handle: 0x43
Type: 26
maxRange: 1.0
resolution: 0.100000
power: 1.0 mA
minDelay: 0

sensorapi-test

********* Start testing of ClientApiTest *********
Config: Using QtTest library 5.15.3, Qt 5.15.3 (arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 11.3.0), asteroid 1.1-nightly
QDEBUG : ClientApiTest::initTestCase() true
PASS   : ClientApiTest::initTestCase()
PASS   : ClientApiTest::testAccelerometerSensor()
PASS   : ClientApiTest::testGyroscopeSensor()
PASS   : ClientApiTest::testOrientationSensor()
QDEBUG : ClientApiTest::testRotationSensor() Z-axis rotation calculations in use: true
PASS   : ClientApiTest::testRotationSensor()
QDEBUG : ClientApiTest::testTapSensor() Requested sensor id ' "tapsensor" ' interface not granted
FAIL!  : ClientApiTest::testTapSensor() 'sensorIfc && sensorIfc->isValid()' returned FALSE. (Failed to get session)
   Loc: [../../../git/tests/client/clientapitest.cpp(343)]
PASS   : ClientApiTest::testMagnetometerSensor()
FAIL!  : ClientApiTest::testCompassSensor() 'sensorIfc->declinationValue() == 50' returned FALSE. ()
   Loc: [../../../git/tests/client/clientapitest.cpp(308)]
QDEBUG : ClientApiTest::testALSSensor() Requested sensor id ' "alssensor" ' interface not granted
FAIL!  : ClientApiTest::testALSSensor() 'sensorIfc && sensorIfc->isValid()' returned FALSE. (Failed to get session)
   Loc: [../../../git/tests/client/clientapitest.cpp(382)]
QDEBUG : ClientApiTest::testProximitySensor() Requested sensor id ' "proximitysensor" ' interface not granted
FAIL!  : ClientApiTest::testProximitySensor() 'sensorIfc && sensorIfc->isValid()' returned FALSE. (Failed to get session)
   Loc: [../../../git/tests/client/clientapitest.cpp(410)]
QDEBUG : ClientApiTest::testCommonAdaptorPipeline() Orientation sensor started, waiting for 250 ms.
QDEBUG : ClientApiTest::testCommonAdaptorPipeline() Accelerometer sensor started, waiting for 250 ms.
QDEBUG : ClientApiTest::testCommonAdaptorPipeline() Orientation sensor stopped, waiting for 250 ms.
QDEBUG : ClientApiTest::testCommonAdaptorPipeline() Orientation sensor destroyed, waiting for 250 ms.
QDEBUG : ClientApiTest::testCommonAdaptorPipeline() Accelerometer sensor stopped.
PASS   : ClientApiTest::testCommonAdaptorPipeline()
PASS   : ClientApiTest::testSessionInitiation()
QDEBUG : ClientApiTest::testBuffering() "magnetometersensor"  started, waiting for  1200  ms.
FAIL!  : ClientApiTest::testBuffering() 'frameCount == frameLimit * (i + 1)' returned FALSE. (Buffering err magnetometersensor (10 Hz): 0 == 1)
   Loc: [../../../git/tests/client/clientapitest.cpp(553)]
PASS   : ClientApiTest::testBufferingAllIntervalRanges()
QDEBUG : ClientApiTest::testBufferingCompatibility() "magnetometersensor"  started, waiting for  1500  ms.
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  1  in  964  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  2  in  3  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  3  in  1  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  4  in  1  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  5  in  1  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  6  in  1  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  7  in  1  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  8  in  1  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  9  in  1  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  10  in  1  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() "magnetometersensor"  started, waiting for  1100  ms.
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  1  in  1090  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  2  in  3  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  3  in  2  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  4  in  2  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  5  in  2  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  6  in  2  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  7  in  2  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  8  in  0  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  9  in  1  ms
QDEBUG : ClientApiTest::testBufferingCompatibility() dataAvailable()  10  in  0  ms
PASS   : ClientApiTest::testBufferingCompatibility()
QDEBUG : ClientApiTest::testBufferingInterval() "magnetometersensor"  started, waiting for  4800  ms.
QDEBUG : ClientApiTest::testBufferingInterval() frameAvailable():  40  in  3904  ms
QDEBUG : ClientApiTest::testBufferingInterval() "magnetometersensor"  started, waiting for  2800  ms.
QDEBUG : ClientApiTest::testBufferingInterval() frameAvailable():  30  in  2162  ms
PASS   : ClientApiTest::testBufferingInterval()
PASS   : ClientApiTest::testAvailableBufferIntervals()
PASS   : ClientApiTest::testAvailableBufferSizes()
QDEBUG : ClientApiTest::testDownsampling() "magnetometersensor"  started, waiting for  2500  ms.
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  1  in  53  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  2  in  101  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  3  in  99  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  4  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  5  in  101  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  6  in  99  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  7  in  104  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  8  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  9  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  10  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  1  in  930  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  11  in  103  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  12  in  99  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  13  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  14  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  15  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  16  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  17  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  18  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  19  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  20  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  2  in  1001  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  21  in  95  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  22  in  101  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  23  in  101  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  24  in  100  ms
QDEBUG : ClientApiTest::testDownsampling() dataAvailable()  25  in  101  ms
PASS   : ClientApiTest::testDownsampling()
QDEBUG : ClientApiTest::testDownsamplingDisabled() "magnetometersensor"  started, waiting for  2200  ms.
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  1  in  0  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  1  in  0  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  2  in  96  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  2  in  95  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  3  in  101  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  3  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  4  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  4  in  101  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  5  in  101  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  5  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  6  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  6  in  101  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  7  in  96  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  7  in  96  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  8  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  8  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  9  in  101  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  9  in  101  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  10  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  10  in  104  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  11  in  98  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  11  in  97  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  12  in  96  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  12  in  96  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  13  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  13  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  14  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  14  in  101  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  15  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  15  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  16  in  95  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  16  in  95  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  17  in  101  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  17  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  18  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  18  in  101  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  19  in  102  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  19  in  103  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  20  in  96  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  20  in  95  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  21  in  103  ms
QDEBUG : ClientApiTest::testDownsamplingDisabled() dataAvailable()  21  in  104  ms
PASS   : ClientApiTest::testDownsamplingDisabled()
PASS   : ClientApiTest::cleanupTestCase()
Totals: 16 passed, 5 failed, 0 skipped, 0 blacklisted, 18699ms
********* Finished testing of ClientApiTest *********

@eLtMosen
Copy link
Member

Mine have been since long time. Only ever flashed nightlies and never encountered not working sensors on lenok.

@GeckoEidechse
Copy link

Any news on this issues state? My watches sensors are working

Are @GeckoEidechse problems resolved (somewhere else)?

Nope, though I haven't attempted flashing back WearOS yet to update my lenok's firmware.

@GeckoEidechse
Copy link

Solved my particular issue in #159

@eLtMosen
Copy link
Member

Guess its time to close both issues then?

@MagneFire
Copy link
Member

No, I think we should update our website. Only after that has been done close the issues.

@eLtMosen
Copy link
Member

No, I think we should update our website. Only after that has been done close the issues.

Agreed ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lenok LG Watch R
Projects
None yet
Development

No branches or pull requests

6 participants