Skip to content

Instantly share code, notes, and snippets.

@zskdan
Created March 11, 2016 15:52
Show Gist options
  • Save zskdan/3476501dd4bb82ba957a to your computer and use it in GitHub Desktop.
Save zskdan/3476501dd4bb82ba957a to your computer and use it in GitHub Desktop.
welcome to hammerhead bootloader
[10] Power on reason 91
[10] DDR: elpida
[90] Loaded IMGDATA at 0x11000000
[90] Display Init: Start
[170] MDP GDSC already enabled
[170] bpp 24
[210] Config MIPI_CMD_PANEL.
[210] display panel: ORISE
[270] Found Appeneded Flattened Device tree
[270] DTB: platform id 126, board id 150, soc rev 20002, board rev 11
[300] Set panel ON cmds [35]
[430] Turn on MIPI_CMD_PANEL.
[480] Display Init: Done
[480] cable type from shared memory: 8
[480] reboot_mode restart reason = reboot_by_key
[490] Loading boot image (11696128): start
[900] Loading boot image (11696128): done
[910] Found Appeneded Flattened Device tree
[910] DTB: platform id 126, board id 150, soc rev 20002, board rev 11
[920] get_display_kcal = 0, 0, 0, x
[920]
Booting Linux
[960] vibe
[1060] splash: boot
[1100] splash: unlocked
[1140] cmdline: console=ttyHSL0,115200,n8 androidboot.hardware=hammerhead user_debug=31 maxcpus=2 msm_watchdog_v2.enable=1 uart_console=enable lcd_maker_id=primary lge.hreset=off lge.reset=unknown gpt=enable lge.kcal=0|0|0|x lge.rev=rev_11 androidboot.laf androi[1160] Updating device tree: start
[1180] Updating device tree: done
[1180] booting linux @ 0x8000, ramdisk @ 0x2900000 (3072128), tags/device tree @ 0x2700000
[1190] Turn off MIPI_CMD_PANEL.
[1190] Continuous splash enabled, keeping panel alive.
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.0 (zakariae@frbuild) (gcc version 4.9.2 (GCC) ) #1 SMP PREEMPT Tue Mar 8 16:26:05 CET 2016
[ 0.000000] CPU: ARMv7 Processor [512f06f0] revision 0 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: Qualcomm MSM 8974 HAMMERHEAD (Flattened Device Tree), model: LGE MSM 8974 HAMMERHEAD
[ 0.000000] qcom,ion-heap@28 reserved EBI1 size 614000
[ 0.000000] qcom,mdss_fb_primary reserved EBI1 size 1000000
[ 0.000000] Node qcom,mdss_fb_primary memblock_reserve memory 3200000-5000000
[ 0.000000] qcom,msm-contig-mem reserved EBI1 size 280000
[ 0.000000] Node qcom,msm-mem-hole removed memory 5d00000-ff00000
[ 0.000000] memory pool 3 (start 0x7e700000 size 1900000) initialized
[ 0.000000] PERSIST RAM CONSOLE START ADDR : 0x10000000
[ 0.000000] Initialized persistent memory from 10000000-100fffff
[ 0.000000] cma: CMA: reserved 16 MiB at 2e800000
[ 0.000000] cma: Found secure_region, memory base 0, size 252 MiB
[ 0.000000] cma: CMA: reserved 252 MiB at 6e800000
[ 0.000000] cma: Found adsp_region, memory base 0, size 63 MiB
[ 0.000000] cma: CMA: reserved 64 MiB at 6a800000
[ 0.000000] cma: Found qsecom_region, memory base 0, size 17 MiB
[ 0.000000] cma: CMA: reserved 20 MiB at 69400000
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] IMEM DT static mapping successful
[ 0.000000] PERCPU: Embedded 7 pages/cpu @c24b4000 s15872 r0 d12800 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 472320
[ 0.000000] Kernel command line: console=ttyHSL0,115200,n8 androidboot.hardware=hammerhead user_debug=31 maxcpus=2 msm_watchdog_v2.enable=1 uart_console=enable lcd_maker_id=primary lge.hreset=off lge.reset=unknown gpt=enable lge.kcal=0|0|0|x lge.rev=rev_11 androidboot.laf androidboot.emmc=true androidboot.serialno=0622eb1d0051adcc androidboot.bootloader=HHZ11k androidboot.baseband=msm bootreason=reboot_by_key androidboot.hardware.sku=D821 androidboot.hardware.ddr=elpida androidboot.hardware.display=orise
[ 0.000000] UART CONSOLE : enable
[ 0.000000] BOARD : LGE rev_11
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] allocated 4194304 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 93MB 1768MB = 1861MB total
[ 0.000000] Memory: 1469884k/1469884k available, 461380k reserved, 949248K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0f1ad78 (15436 kB)
[ 0.000000] .init : 0xc1000000 - 0xc112ce00 (1204 kB)
[ 0.000000] .data : 0xc112e000 - 0xc11fc62c ( 826 kB)
[ 0.000000] .bss : 0xc11fc650 - 0xc146783c (2477 kB)
[ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] sched_clock: 32 bits at 19MHz, resolution 52ns, wraps every 223696ms
[ 0.000000] Switching to timer-based delay loop
[ 0.000000] Console: colour dummy device 80x30
[ 0.000086] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000107] pid_max: default: 32768 minimum: 301
[ 0.000259] Security Framework initialized
[ 0.000339] Mount-cache hash table entries: 512
[ 0.001101] Initializing cgroup subsys debug
[ 0.001115] Initializing cgroup subsys cpuacct
[ 0.001125] Initializing cgroup subsys memory
[ 0.001160] Initializing cgroup subsys devices
[ 0.001172] Initializing cgroup subsys freezer
[ 0.001182] Initializing cgroup subsys net_cls
[ 0.001192] Initializing cgroup subsys blkio
[ 0.001220] Initializing cgroup subsys perf_event
[ 0.001240] Initializing cgroup subsys net_prio
[ 0.001286] CPU: Testing write buffer coherency: ok
[ 0.001320] ftrace: allocating 30885 entries in 91 pages
[ 0.114937] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.115058] hw perfevents: enabled with ARMv7 Krait PMU driver, 5 counters available
[ 0.118167] Setting up static identity map for 0xa93020 - 0xa930a8
[ 0.118184] MSM Memory Dump table set up
[ 0.120113] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.120211] Brought up 2 CPUs
[ 0.120221] SMP: Total of 2 processors activated (76.80 BogoMIPS).
[ 0.121078] devtmpfs: initialized
[ 0.132298] dummy:
[ 0.145965] NET: Registered protocol family 16
[ 0.148323] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.149751] socinfo_print: v8, id=126, ver=2.2, raw_id=1968, raw_ver=7, hw_plat=150, hw_plat_ver=65536
[ 0.149756] accessory_chip=0, hw_plat_subtype=0, pmic_model=65537, pmic_die_revision=196609
[ 0.164233] gpiochip_add: registered GPIOs 0 to 145 on device: msmgpio
[ 0.180413] msm_watchdog f9017000.qcom,wdt: MSM Watchdog Initialized
[ 0.198892] 8841_s1: 675 <--> 1050 mV at 0 mV normal idle
[ 0.199325] 8841_s1_ao: 675 <--> 1050 mV at 0 mV normal idle
[ 0.199735] 8841_s1_so: 675 <--> 1050 mV at 675 mV normal idle
[ 0.200199] 8841_s2: 500 <--> 1050 mV at 0 mV normal idle
[ 0.200615] 8841_s2_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.201043] 8841_s2_corner_ao: 0 <--> 0 mV at 0 mV normal idle
[ 0.201459] 8841_s2_floor_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.201917] 8841_s3: 1050 mV normal idle
[ 0.202371] 8841_s4: 815 <--> 900 mV at 0 mV normal idle
[ 0.202788] 8841_s4_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.203212] 8841_s4_floor_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.203665] 8941_s1: 1300 mV normal idle
[ 0.204129] 8941_s2: 2150 mV normal idle
[ 0.204590] 8941_s3: 1800 mV normal idle
[ 0.205047] 8941_l1: 1225 mV normal idle
[ 0.205542] 8941_l2: 1200 mV normal idle
[ 0.205990] 8941_l3: 1225 mV normal idle
[ 0.206474] 8941_l4: 1225 mV normal idle
[ 0.206914] 8941_l5: 1800 mV normal idle
[ 0.207347] 8941_l6: 1800 mV normal idle
[ 0.207805] 8941_l7: 1800 mV normal idle
[ 0.208240] 8941_l8: 1800 mV normal idle
[ 0.208691] 8941_l9: 1800 <--> 2950 mV at 2950 mV normal idle
[ 0.209136] 8941_l10: 1800 <--> 2950 mV at 2950 mV normal idle
[ 0.209593] 8941_l11: 1225 <--> 1350 mV at 1300 mV normal idle
[ 0.210049] 8941_l12: 1800 mV normal idle
[ 0.210457] 8941_l12_ao: 1800 mV normal idle
[ 0.210911] 8941_l13: 1800 <--> 2950 mV at 2950 mV normal idle
[ 0.211362] 8941_l14: 1800 mV normal idle
[ 0.211813] 8941_l15: 2050 mV normal idle
[ 0.212275] 8941_l16: 2700 mV normal idle
[ 0.212723] 8941_l17: 3000 mV normal idle
[ 0.213185] 8941_l18: 2850 mV normal idle
[ 0.213627] 8941_l19: 3000 <--> 3300 mV at 3300 mV normal idle
[ 0.214088] 8941_l20: 2950 mV normal idle
[ 0.214548] 8941_l21: 2950 mV normal idle
[ 0.214993] 8941_l22: 3000 <--> 3300 mV at 3100 mV normal idle
[ 0.215489] 8941_l23: 3000 mV normal idle
[ 0.215935] 8941_l24: 3075 mV normal idle
[ 0.216385] 8941_lvs1:
[ 0.216795] 8941_lvs2:
[ 0.217209] 8941_lvs3:
[ 0.219821] PDN krait_pdn_phase_scaling_init: eFuse phase scaling factor = 2/4
[ 0.219832] PDN krait_pdn_phase_scaling_init: initial phase scaling factor = 2/4
[ 0.220169] krait0: 500 <--> 1100 mV at 900 mV fast normal idle
[ 0.220667] krait1: 500 <--> 1100 mV at 900 mV fast normal idle
[ 0.221150] krait2: 500 <--> 1100 mV at 900 mV fast normal idle
[ 0.221654] krait3: 500 <--> 1100 mV at 900 mV fast normal idle
[ 0.252027] vdd_restriction_reg_init:Defer vdd rstr freq init
[ 0.252043] msm-thermal qcom,msm-thermal.60: probe_ocr:Failed reading node=/soc/qcom,msm-thermal, key=qti,pmic-opt-curr-temp. KTM continues
[ 0.252714] persistent_ram: found existing buffer, size 52794, start 52794
[ 0.372373] console [ram-1] enabled
[ 0.372620] persistent_ram: found existing buffer, size 0, start 0
[ 0.372854] wifi: bcm_init_wlan_mem: WIFI MEM Allocated
[ 0.372986] bcm_wifi_init_gpio_mem: wifi gpio and mem initialized
[ 0.373181] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.373315] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.376631] gpiochip_add: registered GPIOs 1020 to 1023 on device: pm8841-mpp
[ 0.377912] gpiochip_add: registered GPIOs 984 to 1019 on device: pm8941-gpio
[ 0.382280] gpiochip_add: registered GPIOs 977 to 983 on device: pm8941-mpp
[ 0.383671] 8941_boost: 5000 mV
[ 0.384275] 8941_mvs1:
[ 0.384387] 8941_mvs1: supplied by 8941_boost
[ 0.384913] 8941_mvs2:
[ 0.385076] 8941_mvs2: supplied by 8941_boost
[ 0.386037] earjack_debugger_probe: earjack debugger probed
[ 0.388604] qpnp_adcmap_probe: Use adcmap from dt
[ 0.389396] sps:BAM 0xf9984000 (va:0xf00e0000) enabled: ver:0x6, number of pipes:20
[ 0.389474] sps:BAM 0xf9984000 is registered.
[ 0.389618] sps:sps is ready.
[ 0.391687] gdsc_venus:
[ 0.392113] gdsc_mdss:
[ 0.392585] gdsc_jpeg:
[ 0.392991] gdsc_vfe:
[ 0.393351] gdsc_oxili_gx:
[ 0.393483] gdsc_oxili_gx: supplied by 8841_s4_corner
[ 0.394123] gdsc_oxili_cx:
[ 0.394461] gdsc_usb_hsic:
[ 0.395093] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
[ 0.401573] msm_ocmem fdd00000.qcom,ocmem: OCMEM Virtual addr f0400000
[ 0.401855] Physical OCMEM zone layout:
[ 0.401990] zone graphics : 0xfec00000 - 0xfecfffff (1024 KB)
[ 0.402067] zone lp_audio : 0xfed00000 - 0xfed7ffff ( 512 KB)
[ 0.402201] zone video : 0xfed00000 - 0xfed7ffff ( 512 KB)
[ 0.428069] bio: create slab <bio-0> at 0
[ 0.428984] ethernet_phy:
[ 0.429444] avdd-3p3:
[ 0.429829] vdd-1p0:
[ 0.430733] cma: Assigned CMA region at 0 to 8.qcom,ion-heap device
[ 0.430940] ION-heap mm: Cannot specify alignment for this type of heap
[ 0.431094] cma: Assigned CMA region at 0 to 16.qcom,ion-heap device
[ 0.431299] ION-heap adsp: Cannot specify alignment for this type of heap
[ 0.431458] cma: Assigned CMA region at 0 to 1b.qcom,ion-heap device
[ 0.432145] ION heap system created
[ 0.432315] ION heap kmalloc created
[ 0.432492] ION heap mm created at 0x6e800000 with size fc00000
[ 0.432582] ION heap adsp created at 0x6a800000 with size 3f00000
[ 0.432731] ION heap qsecom created at 0x69400000 with size 1100000
[ 0.432840] ION heap audio created at 0x7e700000 with size 614000
[ 0.432987] ION heap pil_1 created at 0x05d00000 with size 1e00000
[ 0.434335] SCSI subsystem initialized
[ 0.434580] usbcore: registered new interface driver usbfs
[ 0.434730] usbcore: registered new interface driver hub
[ 0.434962] usbcore: registered new device driver usb
[ 0.435935] Linux media interface: v0.10
[ 0.436054] Linux video capture interface: v2.00
[ 0.436850] PMIC@SID0 Power-on reason: Triggered from Hard Reset
[ 0.437150] input: qpnp_pon as /devices/virtual/input/input0
[ 0.439498] msm_iommu_v1 fda64000.qcom,iommu: device jpeg_iommu mapped at f01e0000, with 3 ctx banks
[ 0.440684] msm_iommu_v1 fd928000.qcom,iommu: device mdp_iommu mapped at f0280000, with 3 ctx banks
[ 0.442452] msm_iommu_v1 fdc84000.qcom,iommu: device venus_iommu mapped at f02a0000, with 5 ctx banks
[ 0.443619] msm_iommu_v1 fdb10000.qcom,iommu: device kgsl_iommu mapped at f02c0000, with 3 ctx banks
[ 0.444721] msm_iommu_v1 fda44000.qcom,iommu: device vfe_iommu mapped at f02e0000, with 3 ctx banks
[ 0.445833] msm_iommu_ctx_v1 fda6c000.qcom,iommu-ctx: context jpeg_enc0 using bank 0
[ 0.446084] msm_iommu_ctx_v1 fda6d000.qcom,iommu-ctx: context jpeg_enc1 using bank 1
[ 0.446270] msm_iommu_ctx_v1 fda6e000.qcom,iommu-ctx: context jpeg_dec using bank 2
[ 0.446532] msm_iommu_ctx_v1 fd930000.qcom,iommu-ctx: context mdp_0 using bank 0
[ 0.446782] msm_iommu_ctx_v1 fd931000.qcom,iommu-ctx: context mdp_1 using bank 1
[ 0.446965] msm_iommu_ctx_v1 fd932000.qcom,iommu-ctx: context mdp_2 using bank 2
[ 0.447214] msm_iommu_ctx_v1 fdc8c000.qcom,iommu-ctx: context venus_ns using bank 0
[ 0.447466] msm_iommu_ctx_v1 fdc8d000.qcom,iommu-ctx: context venus_sec_bitstream using bank 1
[ 0.447648] msm_iommu_ctx_v1 fdc8e000.qcom,iommu-ctx: context venus_fw using bank 2
[ 0.447888] msm_iommu_ctx_v1 fdc8f000.qcom,iommu-ctx: context venus_sec_pixel using bank 3
[ 0.448135] msm_iommu_ctx_v1 fdc90000.qcom,iommu-ctx: context venus_sec_non_pixel using bank 4
[ 0.448420] msm_iommu_ctx_v1 fdb18000.qcom,iommu-ctx: context gfx3d_user using bank 0
[ 0.448603] msm_iommu_ctx_v1 fdb19000.qcom,iommu-ctx: context gfx3d_priv using bank 1
[ 0.448852] msm_iommu_ctx_v1 fdb1a000.qcom,iommu-ctx: context gfx3d_spare using bank 2
[ 0.449110] msm_iommu_ctx_v1 fda4c000.qcom,iommu-ctx: context vfe0 using bank 0
[ 0.449293] msm_iommu_ctx_v1 fda4d000.qcom,iommu-ctx: context vfe1 using bank 1
[ 0.449532] msm_iommu_ctx_v1 fda4e000.qcom,iommu-ctx: context cpp using bank 2
[ 0.450684] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.451322] Bluetooth: Core ver 2.16
[ 0.451433] NET: Registered protocol family 31
[ 0.451565] Bluetooth: HCI device and connection manager initialized
[ 0.451641] Bluetooth: HCI socket layer initialized
[ 0.451773] Bluetooth: L2CAP socket layer initialized
[ 0.452018] Bluetooth: SCO socket layer initialized
[ 0.452491] cfg80211: Calling CRDA to update world regulatory domain
[ 0.453627] Switching to clocksource arch_sys_counter
[ 0.488685] NET: Registered protocol family 2
[ 0.488962] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.489648] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.491129] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.491936] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.492066] TCP: reno registered
[ 0.492144] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.492263] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.492722] NET: Registered protocol family 1
[ 0.493082] Trying to unpack rootfs image as initramfs...
[ 0.711382] Freeing initrd memory: 3000K
[ 0.711532] VFP support v0.3: implementor 51 architecture 64 part 6f variant 2 rev 0
[ 0.715073] Detected 9 counters on the L2CC PMU.
[ 0.716965] gpiochip_add: registered GPIOs 945 to 976 on device: smp2p
[ 0.717770] gpiochip_add: registered GPIOs 913 to 944 on device: smp2p
[ 0.717983] gpiochip_add: registered GPIOs 881 to 912 on device: smp2p
[ 0.718736] gpiochip_add: registered GPIOs 849 to 880 on device: smp2p
[ 0.719011] gpiochip_add: registered GPIOs 817 to 848 on device: slave-kernel
[ 0.719730] gpiochip_add: registered GPIOs 785 to 816 on device: master-kernel
[ 0.720020] gpiochip_add: registered GPIOs 753 to 784 on device: smp2p
[ 0.720741] gpiochip_add: registered GPIOs 721 to 752 on device: smp2p
[ 0.721006] gpiochip_add: registered GPIOs 689 to 720 on device: slave-kernel
[ 0.721806] gpiochip_add: registered GPIOs 657 to 688 on device: master-kernel
[ 0.722033] gpiochip_add: registered GPIOs 625 to 656 on device: smp2p
[ 0.722835] gpiochip_add: registered GPIOs 593 to 624 on device: smp2p
[ 0.723042] gpiochip_add: registered GPIOs 561 to 592 on device: slave-kernel
[ 0.723895] gpiochip_add: registered GPIOs 529 to 560 on device: master-kernel
[ 0.725616] pil-q6v5-lpass fe200000.qcom,lpass: using secure boot
[ 0.729940] pil_venus fdce0000.qcom,venus: using secure boot
[ 0.736856] NET: Registered protocol family 27
[ 0.743207] clock-krait-8974 f9016000.qcom,clock-krait: PVS config version: 1
[ 0.743357] clock-krait-8974 f9016000.qcom,clock-krait: Speed bin: 1
[ 0.743433] clock-krait-8974 f9016000.qcom,clock-krait: PVS bin: 3
[ 0.743564] clock-krait-8974 f9016000.qcom,clock-krait: PVS version: 0
[ 0.746750] L2 @ 729600 KHz
[ 0.747105] CPU0 @ 960000 KHz
[ 0.747177] CPU1 @ unknown rate. Forcing new rate.
[ 0.747372] CPU1 @ 300000 KHz
[ 0.747503] CPU2 @ unknown rate. Forcing new rate.
[ 0.747601] CPU2 @ 300000 KHz
[ 0.747674] CPU3 @ unknown rate. Forcing new rate.
[ 0.747829] CPU3 @ 300000 KHz
[ 0.752999] msm_rpm_log_probe: OK
[ 0.757758] ocmem: Client sensors (id: 6) not allowed to use OCMEM
[ 0.757895] OCMEM notifier registration failed
[ 0.757969] sns_ocmem_main: sns_ocmem_init failed -14
[ 0.759942] rfkill: bluetooth_rfkill_probe: entry
[ 0.760051] rfkill: bluetooth_set_power: set blocked 1
[ 0.760182] rfkill: bluetooth_set_power: Bluetooth OFF!!
[ 0.760836] mpm_counter: [ 0.760830]:(156564)
[ 0.764127] highmem bounce pool size: 64 pages
[ 0.768415] fuse init (API version 7.18)
[ 0.768604] msgmni has been set to 1054
[ 0.769611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.769685] io scheduler noop registered
[ 0.769723] io scheduler deadline registered
[ 0.769798] io scheduler row registered
[ 0.769915] io scheduler cfq registered (default)
[ 0.769988] io scheduler test-iosched registered
[ 0.770101] lm3630_parse_dt: max_current =0x12 min_brightness = 0x3 max_brightness = 0xFF default_brightness = 0x20
[ 0.770173] lm3630_parse_dt: boost_ctrl_reg = 0x30 bank_sel = 0 linear_map = 1 pwm_enable = 0 blmap_size = 0
[ 0.770360] lm3630_probe: lm3630 probed
[ 0.770849] mdss_mdp_probe: MDP HW Base phy_Address=0xfd900000 virt=0xf0340000
[ 0.770931] mdss_mdp_probe: MDSS VBIF HW Base phy_Address=0xfd924000 virt=0xf030e000
[ 0.772958] mdss_dsi_ctrl_probe: DSI Ctrl name = MDSS DSI CTRL->0
[ 0.773050] mdss_dsi_ctrl_probe: DSI Ctrl name = MDSS DSI CTRL->1
[ 0.773479] mdss_dsi_panel_probe: Panel Name = JDI 1080p command mode dsi panel
[ 0.773521] mdss_panel_parse_dt: Panel ID = 5
[ 0.773649] mdss_dsi_panel_probe:1346 Partial update disabled.
[ 0.773914] mdss_dsi_retrieve_ctrl_resources: dsi base=f0326800 size=600
[ 0.774222] dsi_panel_device_register:1234 Continuous splash flag enabled.
[ 0.804242] mdss_register_panel: adding framebuffer device fd922800.qcom,mdss_dsi
[ 0.804454] mdss_hw_init: MDP Rev=10020000
[ 0.806110] hdmi_tx_init_resource: 'core_physical': start = 0xf032c100, len=0x370
[ 0.806185] hdmi_tx_init_resource: 'phy_physical': start = 0xf032e500, len=0x7c
[ 0.806259] hdmi_tx_init_resource: 'qfprom_physical': start = 0xf0330000, len=0x60f0
[ 0.806756] mdss_register_panel: adding framebuffer device fd922100.qcom,hdmi_tx
[ 0.808921] mdss_register_panel: adding framebuffer device qcom,mdss_wb_panel.2
[ 0.809543] mdss_fb_alloc_fbmem_iommu: mdss_fb_alloc_fbmem_iommu frame buffer reserve_size=0x1000000
[ 0.809796] mdss_fb_alloc_fbmem_iommu: allocating 16777216 bytes at f1000000 (7ee00000 phys) for fb 0
[ 0.809976] mdss_fb_register: FrameBuffer[0] 1080x1920 size=16777216 registered successfully!
[ 0.810261] mdss_fb_register: FrameBuffer[1] 640x480 size=0 registered successfully!
[ 0.810484] mdss_fb_register: FrameBuffer[2] 1920x1080 size=0 registered successfully!
[ 0.810832] avdd-3p3: Failed to create debugfs directory
[ 0.810925] anx7808 anx7808_vdd_1p0_power: vdd 1.0V is already off
[ 0.811302] sps: BAM device 0xf9944000 is not registered yet.
[ 0.811379] sps:BAM 0xf9944000 is registered.
[ 0.814440] f9960000.uart: ttyHS99 at MMIO 0xf9960000 (irq = 148) is a MSM HS UART
[ 0.816945] msm_serial_hs module loaded
[ 0.817192] msm_serial_hsl_probe: detected port #0 (ttyHSL0)
[ 0.817344] f991d000.serial: ttyHSL0 at MMIO 0xf991d000 (irq = 139) is a MSM
[ 0.819534] msm_hsl_console_setup: console setup on port #0
[ 0.843819] vdd-1p0: Failed to create debugfs directory
[ 0.863825] anx7808 sp_tx_hardware_poweron: anx7808 power on
[ 2.639451] console [ttyHSL0] enabled
[ 2.643028] anx7808 sp_tx_chip_located: ANX7808 BA is found.
[ 2.643301] msm_serial_hsl_init: driver initialized
[ 2.654763] diagchar initialized now
[ 2.657183] anx7808 sp_tx_vbus_powerdown: 3.3V output disabled
[ 2.657785] kgsl: adreno_of_read_property: Unable to read 'qcom,pm-qos-latency'
[ 2.670992] kgsl bus ib [0] = 1600000000
[ 2.674366] kgsl bus ib [1] = 2400000000
[ 2.678252] kgsl bus ib [2] = 4656000000
[ 2.682190] kgsl bus ib [3] = 7464000000
[ 2.686077] kgsl bus index is 3 for pwrlevel 0
[ 2.690491] kgsl bus index is 2 for pwrlevel 1
[ 2.694963] kgsl bus index is 2 for pwrlevel 2
[ 2.699345] kgsl bus index is 1 for pwrlevel 3
[ 2.704290] kgsl kgsl-3d0: |kgsl_iommu_init| MMU type set for device is IOMMU
[ 2.711349] kgsl: num bus is 4
[ 2.717753] brd: module loaded
[ 2.721478] loop: module loaded
[ 2.723653] i2c-core: driver [isa1200] using legacy suspend method
[ 2.723829] anx7808 sp_tx_hardware_powerdown: anx7808 power down
[ 2.723834] anx7808 sp_tx_set_sys_state: SP_TX To System State:
[ 2.723837] anx7808 sp_tx_set_sys_state: STATE_CABLE_PLUG
[ 2.747010] i2c-core: driver [isa1200] using legacy resume method
[ 2.747341] anx7808 anx7808_get_usb_clk: clk: 1000
[ 2.758276] QSEECOM: qseecom_probe: bam_pipe_pair=0x2
[ 2.762880] QSEECOM: qseecom_probe: qsee-ce-hw-instance=0x0
[ 2.768422] QSEECOM: qseecom_probe: hlos-ce-hw-instance=0x1
[ 2.774004] QSEECOM: qseecom_probe: secure app region addr=0x7b00000 size=0x500000
[ 2.781889] i2c-core: driver [tabla-i2c-core] using legacy suspend method
[ 2.788505] i2c-core: driver [tabla-i2c-core] using legacy resume method
[ 2.795213] i2c-core: driver [wcd9xxx-i2c-core] using legacy suspend method
[ 2.802117] i2c-core: driver [wcd9xxx-i2c-core] using legacy resume method
[ 2.809206] SCSI Media Changer driver v0.25
[ 2.813601] spi_qsd f9966000.spi: master is unqueued, this is deprecated
[ 2.824744] tun: Universal TUN/TAP device driver, 1.6
[ 2.828790] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 2.835089] rmnet_init: BAM devices[8]
[ 2.844020] PPP generic driver version 2.4.2
[ 2.847368] PPP BSD Compression module registered
[ 2.852002] PPP Deflate Compression module registered
[ 2.857143] PPP MPPE Compression module registered
[ 2.861814] NET: Registered protocol family 24
[ 2.863918] bcm2079x 0-0077: requesting IRQ 314
[ 2.863977] bcm2079x 0-0077: bcm2079x_probe, probing bcm2079x driver exited successfully
[ 2.878858] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[ 2.888529] CSLIP: code copyright 1989 Regents of the University of California.
[ 2.895789] usbcore: registered new interface driver catc
[ 2.901119] usbcore: registered new interface driver kaweth
[ 2.906705] pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
[ 2.914159] usbcore: registered new interface driver pegasus
[ 2.919814] usbcore: registered new interface driver rtl8150
[ 2.925425] hso: /build/zakariae/wayland/hybris-droid/boot2efl/tmp-glibc/work-shared/hammerhead/kernel-source/drivers/net/usb/hso.c: Option Wireless
[ 2.938756] usbcore: registered new interface driver hso
[ 2.944050] usbcore: registered new interface driver asix
[ 2.949384] usbcore: registered new interface driver cdc_ether
[ 2.955246] usbcore: registered new interface driver cdc_eem
[ 2.960842] usbcore: registered new interface driver dm9601
[ 2.966444] usbcore: registered new interface driver smsc75xx
[ 2.972130] usbcore: registered new interface driver smsc95xx
[ 2.977903] usbcore: registered new interface driver gl620a
[ 2.983413] usbcore: registered new interface driver net1080
[ 2.989100] usbcore: registered new interface driver plusb
[ 2.994537] usbcore: registered new interface driver rndis_host
[ 3.000459] usbcore: registered new interface driver cdc_subset
[ 3.006343] usbcore: registered new interface driver zaurus
[ 3.011914] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[ 3.019355] usbcore: registered new interface driver int51x1
[ 3.024920] usbcore: registered new interface driver kalmia
[ 3.030490] usbcore: registered new interface driver ipheth
[ 3.036029] usbcore: registered new interface driver sierra_net
[ 3.041949] usbcore: registered new interface driver cx82310_eth
[ 3.047923] usbcore: registered new interface driver cdc_ncm
[ 3.053582] usbcore: registered new interface driver qmi_wwan
[ 3.061057] msm-dwc3 msm_dwc3: Read platform data for adc low threshold
[ 3.066714] msm-dwc3 msm_dwc3: Read platform data for adc high threshold
[ 3.318438] usbcore: registered new interface driver cdc_acm
[ 3.323122] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 3.331110] usbcore: registered new interface driver usblp
[ 3.336610] usbcore: registered new interface driver cdc_wdm
[ 3.342189] Initializing USB Mass Storage driver...
[ 3.347111] usbcore: registered new interface driver usb-storage
[ 3.353038] USB Mass Storage support registered.
[ 3.357713] usbcore: registered new interface driver ums-alauda
[ 3.363556] usbcore: registered new interface driver ums-cypress
[ 3.369593] usbcore: registered new interface driver ums-datafab
[ 3.375549] usbcore: registered new interface driver ums_eneub6250
[ 3.381728] usbcore: registered new interface driver ums-freecom
[ 3.387747] usbcore: registered new interface driver ums-isd200
[ 3.393620] usbcore: registered new interface driver ums-jumpshot
[ 3.399713] usbcore: registered new interface driver ums-karma
[ 3.405500] usbcore: registered new interface driver ums-onetouch
[ 3.411590] usbcore: registered new interface driver ums-sddr09
[ 3.417477] usbcore: registered new interface driver ums-sddr55
[ 3.423394] usbcore: registered new interface driver ums-usbat
[ 3.429200] usbcore: registered new interface driver trancevibrator
[ 3.435763] mbim_init: initialize 1 instances
[ 3.439839] mbim_init: Initialized 1 ports
[ 3.444928] rndis_qc_init: initialize rndis QC instance
[ 3.449411] gadget: Mass Storage Function, version: 2009/09/11
[ 3.455080] gadget: Number of LUNs=1
[ 3.458726] lun0: LUN: removable file: (no medium)
[ 3.463734] gadget: android_usb ready
[ 3.467776] usbcore: registered new interface driver xpad
[ 3.472689] usbcore: registered new interface driver usb_acecad
[ 3.478642] usbcore: registered new interface driver aiptek
[ 3.484164] usbcore: registered new interface driver gtco
[ 3.489529] usbcore: registered new interface driver hanwang
[ 3.495220] usbcore: registered new interface driver kbtab
[ 3.500640] usbcore: registered new interface driver wacom
[ 3.506355] [Touch] touch on
[ 3.509606] input: touch_dev as /devices/virtual/input/input1
[ 3.519513] [Touch] TYPE = 1 product id[PLG218] : syna product id[]
[ 3.524789] [Touch] IC identifier[PLG218 - 1] fw_version[E079]
[ 3.530620] [Touch] image_version[E061] : force[0]
[ 3.536272] [Touch] FW-upgrade is not executed
[ 3.540775] using rtc device, qpnp_rtc, for alarms
[ 3.544421] qcom,qpnp-rtc qpnp-rtc-ee180400: rtc core: registered qpnp_rtc as rtc0
[ 3.552253] i2c /dev entries driver
[ 3.556657] ocmem: Notifier registered for 1
[ 3.561279] msm_cci_probe: pdev ee0f4400 device id = -1
[ 3.569445] imx179_init_module:158
[ 3.869507] __msm_jpeg_init:936] Jpeg Device id 0
[ 3.873203] __msm_jpeg_init:936] Jpeg Device id 1
[ 3.877864] __msm_jpeg_init:936] Jpeg Device id 2
[ 3.899803] lirc_dev: IR Remote Control driver registered, major 236
[ 3.905462] IR NEC protocol handler initialized
[ 3.909925] IR RC5(x) protocol handler initialized
[ 3.914744] IR RC6 protocol handler initialized
[ 3.919212] IR JVC protocol handler initialized
[ 3.923759] IR Sony protocol handler initialized
[ 3.928343] IR RC5 (streamzap) protocol handler initialized
[ 3.933896] IR SANYO protocol handler initialized
[ 3.938601] IR MCE Keyboard/mouse protocol handler initialized
[ 3.944400] IR LIRC bridge handler initialized
[ 3.948878] usbcore: registered new interface driver uvcvideo
[ 3.954572] USB Video Class driver (1.1.1)
[ 3.958746] qpnp_charger_read_dt_props: tm not ready -517
[ 3.964026] spmi qpnp-charger-ee17fe00: Driver qcom,qpnp-charger requests probe deferral
[ 3.972163] max17048_probe: start
[ 3.975393] ac supply not found deferring probe
[ 3.979927] i2c 84-0036: Driver max17048 requests probe deferral
[ 3.986082] bq51013b_probe: start
[ 3.989235] bq51013b_parse_dt: current_ma = 704
[ 4.001194] bq24192_get_soc_from_batt_psy: battery power supply is not registered yet
[ 4.008906] bq24192_get_prop_input_voltage: Unable to read vbus rc=-517
[ 4.015124] bq24192_get_soc_from_batt_psy: battery power supply is not registered yet
[ 4.023779] bq24192_get_prop_input_voltage: Unable to read vbus rc=-517
[ 4.029748] bq24192_probe: probe success
[ 4.084786] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 4.092334] Bluetooth: HCI UART driver ver 2.2
[ 4.096693] Bluetooth: HCI H4 protocol initialized
[ 4.101671] cpuidle: using governor ladder
[ 4.105545] cpuidle: using governor menu
[ 4.109427] sdhci: Secure Digital Host Controller Interface driver
[ 4.115581] sdhci: Copyright(c) Pierre Ossman
[ 4.120195] mmc0: SDCC Version: 0x00000038
[ 4.126489] mmc0: bam physical base=0xf9884000
[ 4.129958] mmc0: bam virtual base=0xf03b8000
[ 4.134334] sps:BAM 0xf9884000 is registered.
[ 4.138433] mmc0: BAM device registered. bam_handle=0xed665600
[ 4.144489] sps:BAM 0xf9884000 (va:0xf03b8000) enabled: ver:0x6, number of pipes:6
[ 4.152247] mmc0: Qualcomm MSM SDCC-BAM at [mem 0xf9884000-0xf988afff flags 0x200] [irq 252 flags 0x400]
[ 4.161695] mmc0: Qualcomm MSM SDCC-DML [mem 0xf98a4800-0xf98a48ff flags 0x200]
[ 4.168815] mmc0: id 2, nonremovable 0
[ 4.172460] wcf_status: wifi_detect = 0
[ 4.176328] wcf_status_register
[ 4.182376] mmc0: Qualcomm MSM SDCC-core [mem 0xf98a4000-0xf98a47ff flags 0x200] [irq 157 flags 0x400],0 dma -1 dmacrcri -1
[ 4.192541] mmc0: Controller capabilities: 0x00007ffe
[ 4.197585] mmc0: 8 bit data mode disabled
[ 4.201644] mmc0: 4 bit data mode enabled
[ 4.205620] mmc0: polling status mode disabled
[ 4.210103] mmc0: MMC clock 400000 -> 200000000 Hz, PCLK 0 Hz
[ 4.215814] mmc0: Slot eject status = 1
[ 4.219618] mmc0: Power save feature enable = 1
[ 4.224178] mmc0: SPS-BAM data transfer mode available
[ 4.229605] sdhci-pltfm: SDHCI platform and OF driver helper
[ 4.239251] mmc1: no vmmc regulator found
[ 4.244401] mmc1: SDHCI controller on msm_sdcc.1 [msm_sdcc.1] using ADMA
[ 4.251986] qcom,leds-qpnp leds-qpnp-ee181600: Regulator get failed(-517)
[ 4.257824] qcom,leds-qpnp leds-qpnp-ee181600: Unable to read flash config data
[ 4.265114] spmi leds-qpnp-ee181600: Driver qcom,leds-qpnp requests probe deferral
[ 4.274059] usbcore: registered new interface driver usbhid
[ 4.278627] usbhid: USB HID core driver
[ 4.282744] ashmem: initialized
[ 4.286015] logger: created 256K log 'log_main'
[ 4.290151] logger: created 256K log 'log_events'
[ 4.294852] logger: created 256K log 'log_radio'
[ 4.299466] logger: created 256K log 'log_system'
[ 4.308544] sps:BAM 0xf9304000 is registered.
[ 4.311782] sps:BAM 0xf9a44000 is registered.
[ 4.318096] usb_bam_ipa_create_resources: Failed to create USB_PROD resource
[ 4.326655] qpnp_coincell_charger_show_state: enabled=Y, voltage=3000 mV, resistance=2100 ohm
[ 4.336312] PMIC@SID4: PM8841 v2.1 options: 0, 0, 2, 2
[ 4.342567] PMIC@SID0: PM8941 v3.1 options: 0, 0, 0, 0
[ 4.351207] usbcore: registered new interface driver snd-usb-audio
[ 4.369915] msm-compr-dsp msm-compr-dsp: msm_compr_probe: dev name msm-compr-dsp
[ 4.376810] msm-pcm-lpa msm-pcm-lpa: msm_pcm_probe: dev name msm-pcm-lpa
[ 4.383589] platform qcom,msm-voip-dsp.40: Driver msm-voip-dsp requests probe deferral
[ 4.391281] platform qcom,msm-pcm-voice.41: Driver msm-pcm-voice requests probe deferral
[ 4.401182] ocmem: Notifier registered for 5
[ 4.404992] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 4.413400] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
[ 4.420721] mmc1: BKOPS_EN bit = 0
[ 4.421400] u32 classifier
[ 4.421403] Actions configured
[ 4.421411] Netfilter messages via NETLINK v0.30.
[ 4.421424] nfnl_acct: registering with nfnetlink.
[ 4.421468] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 4.421774] ctnetlink v0.93: registering with nfnetlink.
[ 4.421811] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 4.421814] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 4.463859] xt_time: kernel timezone is -0000
[ 4.468293] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.473512] arp_tables: (C) 2002 David S. Miller
[ 4.478033] TCP: cubic registered
[ 4.481315] Initializing XFRM netlink socket
[ 4.485875] NET: Registered protocol family 10
[ 4.491140] Mobile IPv6
[ 4.492643] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.498091] IPv6 over IPv4 tunneling driver
[ 4.502499] NET: Registered protocol family 17
[ 4.506626] NET: Registered protocol family 15
[ 4.511053] Bridge firewalling registered
[ 4.515069] Ebtables v2.0 registered
[ 4.518709] Bluetooth: RFCOMM TTY layer initialized
[ 4.523414] Bluetooth: RFCOMM socket layer initialized
[ 4.528573] Bluetooth: RFCOMM ver 1.11
[ 4.532260] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.537599] Bluetooth: BNEP filters: protocol multicast
[ 4.542764] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 4.551753] L2TP core driver, V2.0
[ 4.554175] PPPoL2TP kernel driver, V2.0
[ 4.558532] Registering SWP/SWPB emulation handler
[ 4.563009] mmc1: new HS200 MMC card at address 0001
[ 4.568049] mmcblk0: mmc1:0001 SEM16G 14.6 GiB
[ 4.572448] mmcblk0rpmb: mmc1:0001 SEM16G partition 3 4.00 MiB
[ 4.578515] gdsc_oxili_gx: disabling
[ 4.581671] gdsc_venus: disabling
[ 4.585436] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 4.585575] boost_gpio_probe
[ 4.585924] platform fe12f000.slim: Driver ngd_msm_ctrl requests probe deferral
[ 4.586605] wifi_set_power = 1
[ 4.586780] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29
[ 4.618706] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
[ 4.634363] qcom,leds-qpnp leds-qpnp-ee181600: Regulator get failed(-517)
[ 4.640171] qcom,leds-qpnp leds-qpnp-ee181600: Unable to read flash config data
[ 4.647491] spmi leds-qpnp-ee181600: Driver qcom,leds-qpnp requests probe deferral
[ 4.655042] max17048_probe: start
[ 4.658352] max17048_parse_dt: rcomp = 77 rcomp_co_hot = 700 rcomp_co_cold = 5225
[ 4.665601] max17048_parse_dt: alert_thres = 2 full_soc = 970 empty_soc = 10
[ 4.673184] max17048 84-0036: MAX17048 Fuel-Gauge Ver 0x12
[ 4.678330] bq24192_get_soc_from_batt_psy: battery power supply is not registered yet
[ 4.712034] max17048_probe: done
[ 4.714477] 8941_smbb_boost: 5000 mV
[ 4.718205] qpnp_charger_probe: success chg_dis = 0, bpd = 1, usb = 0, dc = 0 b_health = 0 batt_present = 0
[ 4.727830] platform fe12f000.slim: Driver ngd_msm_ctrl requests probe deferral
[ 4.735322] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 4.743986] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
[ 4.752375] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 4.760398] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
[ 4.767906] platform fe12f000.slim: Driver ngd_msm_ctrl requests probe deferral
[ 4.781083] max17048_work: rsoc=0x94C7 rvcell=0x0C93 soc=76 v_mv=4023 i_ua=124321 t=390
[ 4.783592] bcm_wifi_set_power: wifi power successed to pull up
[ 4.983818] wifi_set_carddetect = 1
[ 4.986304] wcf_status: wifi_detect = 1
[ 4.990152] mmc0: Slot status change detected (0 -> 1)
[ 4.995417] platform fe12f000.slim: Driver ngd_msm_ctrl requests probe deferral
[ 5.003119] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 5.011526] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
[ 5.056165] sps:BAM 0xf9884000 (va:0xf03b8000) enabled: ver:0x6, number of pipes:6
[ 5.066068] mmc0: queuing unknown CIS tuple 0x91 (3 bytes)
[ 5.070569] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[ 5.077477]
[ 5.077478] Dongle Host Driver, version 1.88.45 (r)
[ 5.077480] Compiled in drivers/net/wireless/bcmdhd on Mar 8 2016 at 16:25:22
[ 5.077599] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 5.077730] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
[ 5.077889] platform fe12f000.slim: Driver ngd_msm_ctrl requests probe deferral
[ 5.118820] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x2
[ 5.124931] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 5.131428] wl_create_event_handler(): thread:wl_event_handler:81 started
[ 5.131433] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xed0a1408
[ 5.145244] p2p0: P2P Interface Registered
[ 5.148867] dhd_attach(): thread:dhd_watchdog_thread:82 started
[ 5.154779] dhd_attach(): thread:dhd_dpc:83 started
[ 5.159654] dhd_attach(): thread:dhd_rxf:84 started
[ 5.164492] dhd_attach(): thread:dhd_sysioc:85 started
[ 5.169905] wifi_get_mac_addr
[ 5.172549] bcm_wifi_get_mac_addr: Failed to get information from file /persist/wifi/.macaddr (-2)
[ 5.181524] [bcm_wifi_get_mac_addr] Exiting. MAC 00:90:4C:57:C1:10
[ 5.187925] Broadcom Dongle Host Driver: register interface [wlan0] MAC: 00:90:4c:57:c1:10
[ 5.196113] platform fe12f000.slim: Driver ngd_msm_ctrl requests probe deferral
[ 5.198404] wifi_set_power = 0
[ 5.202479] msm-dwc3 msm_dwc3: DWC3 in low power mode
[ 5.211464] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 5.220275] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
[ 5.298532] bcm_wifi_set_power: wifi power successed to pull down
[ 5.303611] =========== WLAN placed in RESET ========
[ 5.309488] input: gpio-keys as /devices/gpio_keys.72/input/input2
[ 5.315215] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 5.323702] qcom,qpnp-rtc qpnp-rtc-ee180400: setting system clock to 1970-01-01 05:15:58 UTC (18958)
[ 5.323855] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
[ 5.324031] platform fe12f000.slim: Driver ngd_msm_ctrl requests probe deferral
[ 5.358641] batt_tm_ctrl_probe: probe success
[ 5.362174] platform fe12f000.slim: Driver ngd_msm_ctrl requests probe deferral
[ 5.369420] clock_late_init: Removing enables held for handed-off clocks
[ 5.369567] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 5.369705] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
[ 5.396906] msm8974_pwm_vibrator_probe: probed
[ 5.400597] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 5.409417] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
[ 5.416810] platform fe12f000.slim: Driver ngd_msm_ctrl requests probe deferral
[ 5.421078] max1462x_hsd_probe: acc_read_value - 1786704
[ 5.421166] input: hs_detect as /devices/virtual/input/input3
[ 5.421422] ALSA device list:
[ 5.421425] No soundcarä[ 5.441425] Freeing init memory: 176K
[ 5.441496] msm8974-asoc-taiko sound.29: msm8974_asoc_machine_probe(): hdmi audio support present
[ 5.441638] platform sound.29: Driver msm8974-asoc-taiko requests probe deferral
Mounting relevant filesystems ...
[ 5.517221] [U] Mounting sdcard/nand ...
[ 5.520309] Mounting sdcard/nand ...
[ 5.616938] EXT4-fs (mmcblk0p28): recovery complete
[ 5.621565] EXT4-fs (mmcblk0p28): mounted filesystem with ordered data mode. Opts: (null)
[ 5.629466] [U] Rootfs folder found at /d/linux/rootfs; chrooting into ...
[ 5.635970] Rootfs folder found at /d/linux/rootfs; chrooting into ...
[ 5.650498] [U] Switching to rootfs...
[ 5.653320] Switching to rootfs...
[ 5.803978] systemd[1]: systemd 219 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 5.821133] systemd[1]: Detected architecture arm.
Welcome to x27[1mBoot 2 EFL 20160308-snapshotx27[0m!
[ 5.826806] systemd[1]: Set hostname to <hammerhead>.
[ 5.855492] systemd-sysv-generator[184]: Overwriting existing symlink /run/systemd/generator.late/psplash.service with real service
[x27[32m OK x27 5.973924] systemd[1]: Reached target Swap.
] Reached target Swap.
[ 5.978215] systemd[1]: Starting Swap.
[ 5.984133] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.991577] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[x27[32m OK x27[0m[ 5.999690] systemd[1]: Created slice Root Slice.
] Created slice Root Slice.
[ 6.005314] systemd[1]: Starting Root Slice.
[x27[32m OK x27[0m[ 6.012194] systemd[1]: Listening on udev Control Socket.
] Listening on udev Control Socket.
[ 6.018850] systemd[1]: Starting udev Control Socket.
[[ 6.027160] systemd[1]: Listening on Delayed Shutdown Socket.
x27[32m OK x27[0m] Listening on Delayed Shutdown Socket.
[ 6.032895] systemd[1]: Starting Delayed Shutdown Socket.
[ 6.034274] bq24192_irq_worker: power source changed! ext_pwr = 1 wlc_pwr = 0
[ 6.045930] bq24192_irq_worker: notify vbus to usb otg ext_pwr = 1
[ 6.046827] max17048_external_power_changed: power supply changed state = 1 health = 1[x27[32m OK x27[0m
[ 6.064294] systemd[1]: Listening on Syslog Socket.
[ 6.070537] systemd[1]: Starting Syslog Socket.
] Listening on Syslog Socket.
[ 6.075221] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 6.084702] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[x27[32m OK x27[0m] Listening on /dev/initctl Compatibility Named [ 6.091423] systemd[1]: Listening on udev Kernel Socket.
[ 6.102148] systemd[1]: Starting udev Kernel Socket.
Pipe.
[x27[32m OK x27[0m] Listening on udev Kernel Socket.
[ 6.107294] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.118128] systemd[1]: Starting Journal Socket (/dev/log).
[x27[32m OK x27[0m] Listening on Journal Socket (/dev/log).
[ 6.123700] systemd[1]: Listening on Journal Audit Socket.
[x27[32m OK x27[0m] [ 6.134708] systemd[1]: Created slice User and Session Slice.
Created slice User and Session Slice.
[ 6.141578] systemd[1]: Starting User and Session Slice.
[ 6.150379] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 6.158174] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[x27[32m OK x27[0m] Reached target Paths.
[ 6.166265] systemd[1]: Reached target Paths.
[ 6.171541] msm-dwc3 msm_dwc3: DWC3 exited from low power mode
[ 6.179877] systemd[1]: Starting Paths.
[x27[32m OK x27[0m[ 6.184125] systemd[1]: Created slice System Slice.
[ 6.189908] systemd[1]: Starting System Slice.
] Created slice System Slice.
[ 6.194443] systemd[1]: Reached target Slices.
[ 6.201445] systemd[1]: Starting Slices.
[x27[32m OK x27[0m] Reached target Slices.
[ 6.205860] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 6.215269] systemd[1]: Starting system-serial\x2dgetty.slice.
[x27[32m OK x27[0m] Created slice system-serial\x2dgetty.slice.
[ 6.221537] systemd[1]: Created slice system-getty.slice.
[ 6.231931] systemd[1]: Starting system-getty.slice.
[x27[32m OK x27[0m] Created slice system-getty.slice.
[ 6.237067] systemd[1]: Listening on Journal Socket.
[ 6.246432] systemd[1]: Starting Journal Socket.
[x27[32m OK x27[0m] Listening on Journal Socket.
[ 6.252703] systemd[1]: Started File System Check on Root Device.
[ 6.313941] dwc3 f9200000.dwc3: Avail curr from USB = 500
[ 6.318339] dotg->charger->max_power = 0 ma = 500
[ 6.322822] systemd[1]: Starting (null)...
[ 6.327212] [Touch] CHARGER = 1
Starting (null)...
[ 6.331817] bq24192_set_input_i_limit: input current limit = 500 setting 0x02
[ 6.341004] bq24192_set_ibat_max: req_ibat = 1500 set_ibat = 1472 reg_val = 0x3c
[ 6.348386] bq24192_external_power_changed: usb is online! i_limit = 500 v_limit = 4600
[ 6.353953] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 6.374082] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current ker[ 6.386231] systemd[1]: Starting Journal Service...
nel...
[ 6.393748] systemd[1]: Mounted POSIX Message Queue File System.
Starting Journal Service...
[ 6.403667] systemd[1]: Started Load Kernel Modules.
[ 6.624315] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 6.634022] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.639970] systemd[1]: Mounted Huge Pages File System.
Starting Remount Root and Kernel File Systems...
[ 6.674116] systemd[1]: Starting udev Coldplug all Devices...
[ 6.679146] systemd[1]: Mounted Configuration File System.
Starting udev Coldplug all Devices...
[ 7.113372] EXT4-fs (mmcblk0p28): re-mounted. Opts: (null)
[ 7.118177] systemd[1]: Mounting FUSE Control File System...
Mounting FUSE Control File System...
[ 7.153963] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[x27[32m OK x27 7.176490] systemd[1]: Mounted Debug File System.
] Mounted Debug File System.
[ 7.181414] systemd[1]: Mounted FUSE Control File System.
[x27[32m OK x27[0m] Mounted FUSE Control File System.
[ 7.190537] systemd[1]: Mounted Temporary Directory.
[x27[32m OK x27[0m] Mounted Temporary Directory.
[ 7.199256] systemd[1]: Started Journal Service.
[x27[32m OK x27[0m] Started Journal Service.
[x27[32m OK x27[0m] Started (null).
[x27[32m OK x27[0m] Started Create list of required sta...ce nodes for the current kernel.
[ 8.043828] bq24192_set_input_i_limit: input current limit = 500 setting 0x02
[x27[32m OK x27[0m] Started Apply Kernel Variables.
[x27[32m OK x27[0m] Started Remount Root and Kernel File Systems.
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...
[x27[32m OK x27[0m] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[x27[32m OK x27[0m] Reached target Local File Systems (Pre).
Mounting /var/volatile...
[x27[32m OK x27[0m] Started udev Coldplug all Devices.
[ 10.227486] systemd-journald[195]: Received request to flush runtime journal from PID 1
[x27[32m OK x27[0m] Mounted /var/volatile.
Starting Load/Save Random Seed...
[x27[32m OK x27[0m] Reached target Local File Systems.
Starting udev Wait for Complete Device Initialization...
[x27[32m OK x27[0m] Started Flush Journal to Persistent Storage.
[x27[32m OK x27[0m] Started Load/Save Random Seed.
[x27[32m OK x27[0m] Started udev Kernel Device Manager.
Starting Create Volatile Files and Directories...
[x27[32m OK x27[0m] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[x27[32m OK x27[0m] Found device /dev/ttyHSL0.
[x27[32m OK x27[0m] Started Update UTMP about System Boot/Shutdown.
[x27[32m OK x27[0m] Started Network Time Synchronization.
[x27[32m OK x27[0m] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight Brightness of backlight:lm3630...
[x27[32m OK x27[0m] Reached target System Time Synchronized.
[x27[32m OK x27[0m] Created slice system-systemd\x2drfkill.slice.
Starting Load/Save RF Kill Switch Status of rfkill0...
[x27[32m OK x27[0m] Started Load/Save Screen Backlight Brightness of backlight:lm3630.
[x27[32m OK x27[0m] Started Load/Save RF Kill Switch Status of rfkill0.
Starting Load/Save RF Kill Switch Status of rfkill1...
Starting Load/Save RF Kill Switch Status of rfkill2...
[x27[32m OK x27[0m] Started Load/Save RF Kill Switch Status of rfkill1.
[x27[32m OK x27[0m] Started Load/Save RF Kill Switch Status of rfkill2.
[x27[32m OK x27[0m] Started udev Wait for Complete Device Initialization.
Starting droid-hal-init...
[x27[32m OK x27[0m] Reached target System Initialization.
[x27[32m OK x27[0m] Reached target Timers.
[x27[32m OK x27[0m] Listening on D-Bus System Message Bus Socket.
[x27[32m OK x27[0m] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[x27[32m OK x27[0m] Listening on sshd.socket.
[x27[32m OK x27[0m] Reached target Sockets.
[ 12.134114] init: could not import file '/init.carrier.rc' from '/init.rc'
[ 12.140589] init: could not import file '/init.superuser.rc' from '/init.cm.rc'
[ 12.147808] init: Failed to open /dev/hw_random: Too many symbolic links encountered
[ 12.155098] keychord: using input dev qpnp_pon for fevent
[ 12.160410] keychord: using input dev gpio-keys for fevent
[ 12.165866] keychord: using input dev hs_detect for fevent
[ 12.171416] init: cannot open '/initlogo.rle'
[ 12.175810] init: command 'loglevel' r=0
[ 12.179580] init: command 'symlink' r=-1
[ 12.183507] init: command 'symlink' r=-1
[ 12.187424] init: command 'mkdir' r=0
[ 12.251269] init: command 'mount' r=-1
[ 12.254538] init: command 'mkdir' r=0
[ 12.257731] init: command 'mount' r=0
[ 12.261353] init: command 'mkdir' r=0
[ 12.265074] init: command 'mount' r=0
[ 12.268616] init: command 'write' r=0
[ 12.272266] init: command 'chown' r=0
[ 12.275956] init: command 'chmod' r=0
[ 12.279674] init: command 'mkdir' r=0
[ 12.283199] init: command 'write' r=-22
[ 12.287064] init: command 'write' r=0
[ 12.290667] init: command 'chown' r=0
[ 12.294327] init: command 'chmod' r=0
[ 12.298005] init: command 'mkdir' r=0
[ 12.301615] init: command 'mkdir' r=0
[ 12.305278] init: command 'mkdir' r=0
[ 12.308907] init: command 'mkdir' r=0
[ 12.312581] init: command 'mkdir' r=0
[ 12.316212] init: command 'mkdir' r=0
[ 12.319841] init: command 'mkdir' r=0
[ 12.323964] init: command 'mkdir' r=0
[ 12.327136] init: command 'mkdir' r=0
[ 12.330781] init: command 'mkdir' r=0
[ 12.334539] init: command 'mount' r=0
[ 12.338084] init: command 'mkdir' r=0
[ 12.341771] init: command 'mount' r=0
[ 12.345436] init: command 'mkdir' r=0
[ 12.349052] init: command 'mount' r=0
[ 12.352675] init: command 'write' r=0
[ 12.356332] init: command 'write' r=-2
[ 12.360024] init: command 'write' r=0
[ 12.363667] init: command 'write' r=0
[ 12.367352] init: command 'write' r=-2
[ 12.371044] init: command 'write' r=0
[ 12.374708] init: command 'write' r=0
[ 12.378366] init: command 'write' r=0
[ 12.381980] init: command 'write' r=0
[ 12.385652] init: command 'write' r=0
[ 12.389315] init: command 'write' r=0
[ 12.392925] init: command 'write' r=0
[ 12.396642] init: command 'write' r=0
[ 12.400292] init: command 'chown' r=0
[ 12.403965] init: command 'chown' r=0
[ 12.407491] init: command 'chmod' r=0
[ 12.411145] init: command 'mkdir' r=0
[ 12.414836] init: command 'mount' r=-1
[ 12.418515] init: command 'chown' r=-2
[ 12.422248] init: command 'chmod' r=-2
[ 12.426019] init: processing action 0x44448 (init)
[ 12.430747] init: command 'export' r=0
[ 12.434523] init: command 'export' r=0
[ 12.438211] init: command 'export' r=0
[ 12.441945] init: command 'export' r=0
[ 12.445692] init: command 'export' r=0
[ 12.449439] init: command 'export' r=0
[ 12.453141] init: command 'export' r=0
[ 12.456896] init: command 'export' r=0
[ 12.460638] init: command 'export' r=0
[ 12.464356] init: command 'export' r=0
[ 12.468071] init: processing action 0x49168 (init)
[ 12.472890] init: command 'chmod' r=0
[ 12.476984] init: command 'mkdir' r=0
[ 12.480500] init: command 'mkdir' r=0
[ 12.487017] init: command 'mkdir' r=0
[ 12.489709] init: command 'mkdir' r=0
[ 12.493353] init: command 'mkdir' r=0
[ 12.497047] init: command 'mkdir' r=0
[ 12.500613] init: command 'export' r=0
[ 12.504365] init: command 'export' r=0
[ 12.508108] init: command 'export' r=0
[ 12.511822] init: command 'symlink' r=-1
[ 12.515745] init: command 'symlink' r=-1
[ 12.519662] init: command 'symlink' r=-1
[ 12.524047] init: command 'symlink' r=-1
[ 12.527434] init: processing action 0x4e1b8 (init)
[ 12.532296] init: command 'write' r=0
[ 12.535918] init: command 'write' r=0
[ 12.539573] init: command 'write' r=0
[ 12.543145] init: processing action 0x514f0 (init)
[ 12.547936] init: command 'export' r=0
[ 12.551684] init: command 'export' r=0
[ 12.555406] init: processing action 0x493f8 (fs)
[x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (11s / 20s) x27[K[x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (11s / 20s) x27[K[x27[31m*x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (12s / 20s) x27[K[ x27[31m*x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (12s / 20s) x27[K[ x27[31m*x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (13s / 20s) x27[K[ x27[31m*x27[1;31m*x27[0mx27[31m*x27[0m] A start job is running for droid-hal-init (13s / 20s) x27[K[ x27[31m*x27[1;31m*x27[0m] A start job is running for droid-hal-init (14s / 20s) x27[K[ x27[31m*x27[0m] A start job is running for droid-hal-init (14s / 20s) x27[K[ x27[31m*x27[1;31m*x27[0m] A start job is running for droid-hal-init (15s / 20s) x27[K[ x27[31m*x27[1;31m*x27[0mx27[31m*x27[0m] A start job is running for droid-hal-init (15s / 20s) x27[K[ x27[31m*x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (16s / 20s) x27[K[ x27[31m*x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (16s / 20s) x27[K[x27[31m*x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (17s / 20s) x27[K[x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (17s / 20s) x27[K[x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (18s / 20s) x27[K[x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (18s / 20s) x27[K[x27[31m*x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (19s / 20s) x27[K[ x27[31m*x27[1;31m*x27[0mx27[31m* x27[0m] A start job is running for droid-hal-init (19s / 20s) x27[K[x27[1;31mFAILEDx27[0m] Failed to start droid-hal-init.
See "systemctl status droid-hal-init.service" for details.
[x27[32m OK x27[0m] Reached target Basic System.
Starting Avahi mDNS/DNS-SD Stack...
[x27[32m OK x27[0m] Started System Logging Service.
Starting System Logging Service...
Starting Login Service...
[x27[32m OK x27[0m] Started D-Bus System Message Bus.
[ 32.094451] fs_mgr: Failed to mount an un-encryptable or wiped partition on/dev/block/platform/msm_sdcc.1/by-name/system at /system options: (null) error: No such file or directory
[ 32.109648] init: fs_mgr_mount_all returned an error
[ 32.697461] max17048_work: rsoc=0x9506 rvcell=0x0CAE soc=76 v_mv=4057 i_ua=-190495 t=388
Starting D-Bus System Message Bus...
Starting Connection service...
[x27[32m OK x27[0m] Sta[ 76.373871] systemd[1]: Failed to create cgroup /system.slice/busybox-klogd.service: No such file or directory
rted Kernel Logging Service.
Starting Kernel Logging Service...
Starting Telephony service...
[ 76.393882] systemd[1]: Failed to realize cgroups for queued unit busybox-klogd.service: No such file or directory
[ 76.413834] systemd[1]: Failed to create cgroup /system.slice/connman.service: No such file or directory
[ 76.423831] systemd[1]: Failed to realize cgroups for queued unit connman.service: No such file or directory
[ 76.433820] systemd[1]: Failed to create cgroup /system.slice/dbus.service: No such file or directory
[ 76.443819] systemd[1]: Failed to realize cgroups for queued unit dbus.service: No such file or directory
[ 76.453818] systemd[1]: Failed to create cgroup /system.slice/systemd-logind.service: No such file or directory
[ 76.463817] systemd[1]: Failed to realize cgroups for queued unit systemd-logind.service: No such file or directory
[ 76.473827] systemd[1]: Failed to create cgroup /system.slice/busybox-syslog.service: No such file or directory
[ 76.483817] systemd[1]: Failed to realize cgroups for queued unit busybox-syslog.service: No such file or directory
[ 76.503816] systemd[1]: Failed to create cgroup /system.slice/avahi-daemon.service: No such file or directory
[ 76.513816] systemd[1]: Failed to realize cgroups for queued unit avahi-daemon.service: No such file or directory
[ 76.523827] systemd[1]: Failed to create cgroup /system.slice/mnt-obb.mount: No such file or directory
[ 76.533816] systemd[1]: Failed to realize cgroups for queued unit mnt-obb.mount: No such file or directory
[ 76.543817] systemd[1]: Failed to create cgroup /system.slice/mnt-fuse.mount: No such file or directory
[ 76.553816] systemd[1]: Failed to realize cgroups for queued unit mnt-fuse.mount: No such file or directory
[ 76.563817] systemd[1]: Failed to create cgroup /system.slice/mnt-asec.mount: No such file or directory
[ 76.573826] systemd[1]: Failed to realize cgroups for queued unit mnt-asec.mount: No such file or directory
[x27[1;31mFAILEDx27[0m] Failed to start Avahi mDNS/DNS-SD Stack.
See "systemctl status avahi-daemon.service" for details.
[x27[1;31mFAILEDx27[0m] Failed to start Login Service.
See "systemctl status systemd-logind.service" for details.
[x27[1;31mFAILEDx27[0m] Failed to start Telephony service.
See "systemctl status ofono.service" for details.
[x27[1;31mFAILEDx27[0m] Failed to start Connection service.
See "systemctl status connman.service" for details.
~.x07Connected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment