Jump to content

Orange PI 2 Custom resolution problem


nffs

Recommended Posts

Hi, I'm trying to set up my Orange PI 2 with very specific resolution.
 
I tried a lot of advices from this forum but still can't force it to work.
 
I've used jernej's U-Boot to see correct parameters for monitor and then recompiled kernel with these params.
 
There is U-Boot output:

hdmi_core.c line:
{MODE_XXX, 0, 297000000, 0, 2160, 1200, 2266, 46, 40, 20, 1464, 234, 28, 2, 0, 0, 0, 0, 0}

hdmi_bsp_sun8iw7.c line:
{YYY, 1, 0, 0, 8, 2, 4, 0, 28, 0, 0, 112, 106, 40, 20, 176, 264, 1, 1}

script.bin setting:
pll_video = 297

 
My monitor is connected by HDMI cable, I set my mode using "h3disp -m" command and also I tried different params in "[hdmi_para]" section in script.bin, no result.
the best result I have now is that I see the image only while U-Boot is working and then blank screen.
 

Also I've tried Odroid-C2(boot.ini custombuilt resolution) and Odroid-XU4(Xrandr custom resolution) no result, only blank screen.

There is my kern.log:  

 

Jan 26 08:44:20 localhost kernel: [    0.000000] Booting Linux on physical CPU 0
Jan 26 08:44:20 localhost kernel: [    0.000000] Initializing cgroup subsys cpuset
Jan 26 08:44:20 localhost kernel: [    0.000000] Initializing cgroup subsys cpu
Jan 26 08:44:20 localhost kernel: [    0.000000] Linux version 3.4.113-sun8i (root@nffs-VirtualBox) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #18 SMP PREEMPT Thu Jan 26 10:34:27 EET 2017
Jan 26 08:44:20 localhost kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Jan 26 08:44:20 localhost kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jan 26 08:44:20 localhost kernel: [    0.000000] Machine: sun8i
Jan 26 08:44:20 localhost kernel: [    0.000000] cma: CMA: reserved 256 MiB at 50000000
Jan 26 08:44:20 localhost kernel: [    0.000000] Memory policy: ECC disabled, Data cache writealloc
Jan 26 08:44:20 localhost kernel: [    0.000000] On node 0 totalpages: 262144
Jan 26 08:44:20 localhost kernel: [    0.000000] free_area_init_node: node 0, pgdat c0a2e600, node_mem_map c0b67000
Jan 26 08:44:20 localhost kernel: [    0.000000]   Normal zone: 1710 pages used for memmap
Jan 26 08:44:20 localhost kernel: [    0.000000]   Normal zone: 0 pages reserved
Jan 26 08:44:20 localhost kernel: [    0.000000]   Normal zone: 192850 pages, LIFO batch:31
Jan 26 08:44:20 localhost kernel: [    0.000000]   HighMem zone: 594 pages used for memmap
Jan 26 08:44:20 localhost kernel: [    0.000000]   HighMem zone: 66990 pages, LIFO batch:15
Jan 26 08:44:20 localhost kernel: [    0.000000] script_init enter!
Jan 26 08:44:20 localhost kernel: [    0.000000] script_init exit!
Jan 26 08:44:20 localhost kernel: [    0.000000] PERCPU: Embedded 8 pages/cpu @c147d000 s11968 r8192 d12608 u32768
Jan 26 08:44:20 localhost kernel: [    0.000000] pcpu-alloc: s11968 r8192 d12608 u32768 alloc=8*4096
Jan 26 08:44:20 localhost kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Jan 26 08:44:20 localhost kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259840
Jan 26 08:44:20 localhost kernel: [    0.000000] Kernel command line: root=UUID=58627463-cef4-4387-8562-babc26e2ad38 rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 cgroup_enable=memory swapaccount=1 hdmi.audio=EDID:0 disp.screen0_output_mode=1280x720p60 panic=10 consoleblank=0 enforcing=0 loglevel=1 ubootpart=1d0a0ece-01 ubootsource=mmc  
Jan 26 08:44:20 localhost kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Jan 26 08:44:20 localhost kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jan 26 08:44:20 localhost kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jan 26 08:44:20 localhost kernel: [    0.000000] allocated 2097152 bytes of page_cgroup
Jan 26 08:44:20 localhost kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Jan 26 08:44:20 localhost kernel: [    0.000000] Memory: 1024MB = 1024MB total
Jan 26 08:44:20 localhost kernel: [    0.000000] Memory: 757328k/757328k available, 291248k reserved, 270336K highmem
Jan 26 08:44:20 localhost kernel: [    0.000000] Virtual kernel memory layout:
Jan 26 08:44:20 localhost kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Jan 26 08:44:20 localhost kernel: [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
Jan 26 08:44:20 localhost kernel: [    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
Jan 26 08:44:20 localhost kernel: [    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
Jan 26 08:44:20 localhost kernel: [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
Jan 26 08:44:20 localhost kernel: [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
Jan 26 08:44:20 localhost kernel: [    0.000000]       .text : 0xc0008000 - 0xc096c534   (9618 kB)
Jan 26 08:44:20 localhost kernel: [    0.000000]       .init : 0xc096d000 - 0xc09c1ec0   ( 340 kB)
Jan 26 08:44:20 localhost kernel: [    0.000000]       .data : 0xc09c2000 - 0xc0a33450   ( 454 kB)
Jan 26 08:44:20 localhost kernel: [    0.000000]        .bss : 0xc0a33c04 - 0xc0b66f88   (1229 kB)
Jan 26 08:44:20 localhost kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Jan 26 08:44:20 localhost kernel: [    0.000000] 	Additional per-CPU info printed with stalls.
Jan 26 08:44:20 localhost kernel: [    0.000000] NR_IRQS:544
Jan 26 08:44:20 localhost kernel: [    0.000000] Architected local timer running at 24.00MHz.
Jan 26 08:44:20 localhost kernel: [    0.000000] Switching to timer-based delay loop
Jan 26 08:44:20 localhost kernel: [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
Jan 26 08:44:20 localhost kernel: [    0.000000] Console: colour dummy device 80x30
Jan 26 08:44:20 localhost kernel: [    0.000000] console [tty1] enabled
Jan 26 08:44:20 localhost kernel: [    0.000267] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
Jan 26 08:44:20 localhost kernel: [    0.000291] pid_max: default: 32768 minimum: 301
Jan 26 08:44:20 localhost kernel: [    0.000455] Security Framework initialized
Jan 26 08:44:20 localhost kernel: [    0.000479] AppArmor: AppArmor disabled by boot time parameter
Jan 26 08:44:20 localhost kernel: [    0.000666] Mount-cache hash table entries: 512
Jan 26 08:44:20 localhost kernel: [    0.001656] Initializing cgroup subsys cpuacct
Jan 26 08:44:20 localhost kernel: [    0.001671] Initializing cgroup subsys memory
Jan 26 08:44:20 localhost kernel: [    0.001717] Initializing cgroup subsys devices
Jan 26 08:44:20 localhost kernel: [    0.001730] Initializing cgroup subsys freezer
Jan 26 08:44:20 localhost kernel: [    0.001741] Initializing cgroup subsys blkio
Jan 26 08:44:20 localhost kernel: [    0.001764] Initializing cgroup subsys perf_event
Jan 26 08:44:20 localhost kernel: [    0.001849] CPU: Testing write buffer coherency: ok
Jan 26 08:44:20 localhost kernel: [    0.001890] ftrace: allocating 26327 entries in 78 pages
Jan 26 08:44:20 localhost kernel: [    0.030307] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Jan 26 08:44:20 localhost kernel: [    0.030324] [sunxi_smp_prepare_cpus] enter
Jan 26 08:44:20 localhost kernel: [    0.030363] Setting up static identity map for 0x406a1858 - 0x406a18b0
Jan 26 08:44:20 localhost kernel: [    0.031318] CPU1: Booted secondary processor
Jan 26 08:44:20 localhost kernel: [    0.031318] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Jan 26 08:44:20 localhost kernel: [    0.031449] CPU2: Booted secondary processor
Jan 26 08:44:20 localhost kernel: [    0.031449] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Jan 26 08:44:20 localhost kernel: [    0.040495] CPU3: Booted secondary processor
Jan 26 08:44:20 localhost kernel: [    0.040495] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Jan 26 08:44:20 localhost kernel: [    0.040615] Brought up 4 CPUs
Jan 26 08:44:20 localhost kernel: [    0.040615] SMP: Total of 4 processors activated (19200.00 BogoMIPS).
Jan 26 08:44:20 localhost kernel: [    0.040911] devtmpfs: initialized
Jan 26 08:44:20 localhost kernel: [    0.051325] wakeup src cnt is : 2. 
Jan 26 08:44:20 localhost kernel: [    0.051338] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
Jan 26 08:44:20 localhost kernel: [    0.051349] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x0
Jan 26 08:44:20 localhost kernel: [    0.051360] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
Jan 26 08:44:20 localhost kernel: [    0.051371] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
Jan 26 08:44:20 localhost kernel: [    0.051381] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x8
Jan 26 08:44:20 localhost kernel: [    0.051392] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
Jan 26 08:44:20 localhost kernel: [    0.051404] sunxi pm init
Jan 26 08:44:20 localhost kernel: [    0.051552] pinctrl core: initialized pinctrl subsystem
Jan 26 08:44:20 localhost kernel: [    0.061630] NET: Registered protocol family 16
Jan 26 08:44:20 localhost kernel: [    0.062551] DMA: preallocated 2048 KiB pool for atomic coherent allocations
Jan 26 08:44:20 localhost kernel: [    0.062551] script_sysfs_init success
Jan 26 08:44:20 localhost kernel: [    0.062551] sunxi_dump_init success
Jan 26 08:44:20 localhost kernel: [    0.062551] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl
Jan 26 08:44:20 localhost kernel: [    0.062551] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
Jan 26 08:44:20 localhost kernel: [    0.062551] plat: add bmp085 device
Jan 26 08:44:20 localhost kernel: [    0.062551] plat: add pcf8591 device
Jan 26 08:44:20 localhost kernel: [    0.062551] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Jan 26 08:44:20 localhost kernel: [    0.062551] hw-breakpoint: maximum watchpoint size is 8 bytes.
Jan 26 08:44:20 localhost kernel: [    0.062551] script config pll_video to 297 Mhz
Jan 26 08:44:20 localhost kernel: [    0.062551] script config pll_de to 864 Mhz
Jan 26 08:44:20 localhost kernel: [    0.062551] script config pll_ve to 402 Mhz
Jan 26 08:44:20 localhost kernel: [    0.062551] sunxi_default_clk_init
Jan 26 08:44:20 localhost kernel: [    0.062551] try to set pll6ahb1 to 200000000
Jan 26 08:44:20 localhost kernel: [    0.062551] try to set ahb clk source to pll6ahb1
Jan 26 08:44:20 localhost kernel: [    0.062551] set ahb clk source to pll6ahb1
Jan 26 08:44:20 localhost kernel: [    0.062551] try to set ahb1 to 200000000
Jan 26 08:44:20 localhost kernel: [    0.062551] try to set apb1 to 100000000
Jan 26 08:44:20 localhost kernel: [    0.070236] bio: create slab <bio-0> at 0
Jan 26 08:44:20 localhost kernel: [    0.070315] [ARISC] :sunxi-arisc driver v1.04
Jan 26 08:44:20 localhost kernel: [    0.091008] [ARISC] :arisc version: [v0.1.58]
Jan 26 08:44:20 localhost kernel: [    0.178130] [ARISC] :sunxi-arisc driver v1.04 startup succeeded
Jan 26 08:44:20 localhost kernel: [    0.180416] SCSI subsystem initialized
Jan 26 08:44:20 localhost kernel: [    0.180621] usbcore: registered new interface driver usbfs
Jan 26 08:44:20 localhost kernel: [    0.180697] usbcore: registered new interface driver hub
Jan 26 08:44:20 localhost kernel: [    0.180722] usbcore: registered new device driver usb
Jan 26 08:44:20 localhost kernel: [    0.180722] twi_chan_cfg()340 - [twi0] has no twi_regulator.
Jan 26 08:44:20 localhost kernel: [    0.180722] twi_chan_cfg()340 - [twi1] has no twi_regulator.
Jan 26 08:44:20 localhost kernel: [    0.180722] twi_chan_cfg()340 - [twi2] has no twi_regulator.
Jan 26 08:44:20 localhost kernel: [    0.180918] Linux video capture interface: v2.00
Jan 26 08:44:20 localhost kernel: [    0.181160] Advanced Linux Sound Architecture Driver Version 1.0.25.
Jan 26 08:44:20 localhost kernel: [    0.181921] cfg80211: Calling CRDA to update world regulatory domain
Jan 26 08:44:20 localhost kernel: [    0.181977] NetLabel: Initializing
Jan 26 08:44:20 localhost kernel: [    0.181977] NetLabel:  domain hash size = 128
Jan 26 08:44:20 localhost kernel: [    0.181977] NetLabel:  protocols = UNLABELED CIPSOv4
Jan 26 08:44:20 localhost kernel: [    0.181977] NetLabel:  unlabeled traffic allowed by default
Jan 26 08:44:20 localhost kernel: [    0.181977] Switching to clocksource arch_sys_counter
Jan 26 08:44:20 localhost kernel: [    0.194541] FS-Cache: Loaded
Jan 26 08:44:20 localhost kernel: [    0.194841] CacheFiles: Loaded
Jan 26 08:44:20 localhost kernel: [    0.206003] NET: Registered protocol family 2
Jan 26 08:44:20 localhost kernel: [    0.217219] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Jan 26 08:44:20 localhost kernel: [    0.217831] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Jan 26 08:44:20 localhost kernel: [    0.219594] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
Jan 26 08:44:20 localhost kernel: [    0.220685] TCP: Hash tables configured (established 131072 bind 65536)
Jan 26 08:44:20 localhost kernel: [    0.220697] TCP: reno registered
Jan 26 08:44:20 localhost kernel: [    0.220712] UDP hash table entries: 512 (order: 2, 16384 bytes)
Jan 26 08:44:20 localhost kernel: [    0.220750] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Jan 26 08:44:20 localhost kernel: [    0.221106] NET: Registered protocol family 1
Jan 26 08:44:20 localhost kernel: [    0.221530] RPC: Registered named UNIX socket transport module.
Jan 26 08:44:20 localhost kernel: [    0.221542] RPC: Registered udp transport module.
Jan 26 08:44:20 localhost kernel: [    0.221551] RPC: Registered tcp transport module.
Jan 26 08:44:20 localhost kernel: [    0.221559] RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan 26 08:44:20 localhost kernel: [    0.221772] Trying to unpack rootfs image as initramfs...
Jan 26 08:44:20 localhost kernel: [    0.501702] Freeing initrd memory: 4380K
Jan 26 08:44:20 localhost kernel: [    0.502217] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available
Jan 26 08:44:20 localhost kernel: [    0.502340] sunxi_reg_init enter
Jan 26 08:44:20 localhost kernel: [    0.503265] audit: initializing netlink socket (disabled)
Jan 26 08:44:20 localhost kernel: [    0.503319] type=2000 audit(0.500:1): initialized
Jan 26 08:44:20 localhost kernel: [    0.504557] highmem bounce pool size: 64 pages
Jan 26 08:44:20 localhost kernel: [    0.505442] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Jan 26 08:44:20 localhost kernel: [    0.505630] misc fatfs initialized
Jan 26 08:44:20 localhost kernel: [    0.505850] NFS: Registering the id_resolver key type
Jan 26 08:44:20 localhost kernel: [    0.506230] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Jan 26 08:44:20 localhost kernel: [    0.506243] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Jan 26 08:44:20 localhost kernel: [    0.506996] NTFS driver 2.1.30 [Flags: R/W].
Jan 26 08:44:20 localhost kernel: [    0.507295] fuse init (API version 7.18)
Jan 26 08:44:20 localhost kernel: [    0.508054] Btrfs loaded
Jan 26 08:44:20 localhost kernel: [    0.508078] msgmni has been set to 1471
Jan 26 08:44:20 localhost kernel: [    0.509547] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Jan 26 08:44:20 localhost kernel: [    0.509565] io scheduler noop registered
Jan 26 08:44:20 localhost kernel: [    0.509574] io scheduler deadline registered
Jan 26 08:44:20 localhost kernel: [    0.509638] io scheduler cfq registered (default)
Jan 26 08:44:20 localhost kernel: [    0.510142] [DISP]disp_module_init
Jan 26 08:44:20 localhost kernel: [    0.510459] cmdline,init_disp=
Jan 26 08:44:20 localhost kernel: [    0.510491] cmdline,disp=
Jan 26 08:44:20 localhost kernel: [    0.526172] [DISP] Fb_map_kernel_logo,line:932:Fb_map_kernel_logo failed!
Jan 26 08:44:20 localhost kernel: [    0.562035] Console: switching to colour frame buffer device 240x67
Jan 26 08:44:20 localhost kernel: [    0.598746] [DISP]disp_module_init finish
Jan 26 08:44:20 localhost kernel: [    0.598978] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
Jan 26 08:44:20 localhost kernel: [    0.599285] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
Jan 26 08:44:20 localhost kernel: [    0.599301] sw_uart_pm()890 - uart0 clk is already enable
Jan 26 08:44:20 localhost kernel: [    0.599319] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
Jan 26 08:44:20 localhost kernel: [    0.599457] console [ttyS0] enabled
Jan 26 08:44:20 localhost kernel: [    0.600124] sunxi_cmatest_init enter
Jan 26 08:44:20 localhost kernel: [    0.600169] sunxi_cmatest_init success
Jan 26 08:44:20 localhost kernel: [    0.604412] brd: module loaded
Jan 26 08:44:20 localhost kernel: [    0.608361] loop: module loaded
Jan 26 08:44:20 localhost kernel: [    0.608657] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
Jan 26 08:44:20 localhost kernel: [    0.608671] sunxi_spi_chan_cfg()1376 - [spi-1] has no spi_regulator.
Jan 26 08:44:20 localhost kernel: [    0.609260] spi spi0: master is unqueued, this is deprecated
Jan 26 08:44:20 localhost kernel: [    0.609599] tun: Universal TUN/TAP device driver, 1.6
Jan 26 08:44:20 localhost kernel: [    0.609610] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Jan 26 08:44:20 localhost kernel: [    0.610583] PPP generic driver version 2.4.2
Jan 26 08:44:20 localhost kernel: [    0.610805] PPP BSD Compression module registered
Jan 26 08:44:20 localhost kernel: [    0.610815] PPP Deflate Compression module registered
Jan 26 08:44:20 localhost kernel: [    0.613642] PPP MPPE Compression module registered
Jan 26 08:44:20 localhost kernel: [    0.613661] NET: Registered protocol family 24
Jan 26 08:44:20 localhost kernel: [    0.613740] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 26 08:44:20 localhost kernel: [    0.633847] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 26 08:44:20 localhost kernel: [    0.633883] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
Jan 26 08:44:20 localhost kernel: [    0.634462] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
Jan 26 08:44:20 localhost kernel: [    0.650040] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
Jan 26 08:44:20 localhost kernel: [    0.650727] hub 1-0:1.0: USB hub found
Jan 26 08:44:20 localhost kernel: [    0.650752] hub 1-0:1.0: 1 port detected
Jan 26 08:44:20 localhost kernel: [    0.671129] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 26 08:44:20 localhost kernel: [    0.671158] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2
Jan 26 08:44:20 localhost kernel: [    0.671564] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000
Jan 26 08:44:20 localhost kernel: [    0.690035] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00
Jan 26 08:44:20 localhost kernel: [    0.690052] ehci_irq: highspeed device connect
Jan 26 08:44:20 localhost kernel: [    0.690568] hub 2-0:1.0: USB hub found
Jan 26 08:44:20 localhost kernel: [    0.690590] hub 2-0:1.0: 1 port detected
Jan 26 08:44:20 localhost kernel: [    0.690953] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jan 26 08:44:20 localhost kernel: [    0.711033] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
Jan 26 08:44:20 localhost kernel: [    0.711062] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 3
Jan 26 08:44:20 localhost kernel: [    0.711095] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
Jan 26 08:44:20 localhost kernel: [    0.774555] hub 3-0:1.0: USB hub found
Jan 26 08:44:20 localhost kernel: [    0.774581] hub 3-0:1.0: 1 port detected
Jan 26 08:44:20 localhost kernel: [    0.794937] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
Jan 26 08:44:20 localhost kernel: [    0.794966] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 4
Jan 26 08:44:20 localhost kernel: [    0.794999] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400
Jan 26 08:44:20 localhost kernel: [    0.854537] hub 4-0:1.0: USB hub found
Jan 26 08:44:20 localhost kernel: [    0.854555] hub 4-0:1.0: 1 port detected
Jan 26 08:44:20 localhost kernel: [    0.854915] Initializing USB Mass Storage driver...
Jan 26 08:44:20 localhost kernel: [    0.855086] usbcore: registered new interface driver usb-storage
Jan 26 08:44:20 localhost kernel: [    0.855097] USB Mass Storage support registered.
Jan 26 08:44:20 localhost kernel: [    0.855152] usbcore: registered new interface driver ums-alauda
Jan 26 08:44:20 localhost kernel: [    0.855199] usbcore: registered new interface driver ums-cypress
Jan 26 08:44:20 localhost kernel: [    0.855246] usbcore: registered new interface driver ums-datafab
Jan 26 08:44:20 localhost kernel: [    0.855290] usbcore: registered new interface driver ums_eneub6250
Jan 26 08:44:20 localhost kernel: [    0.855335] usbcore: registered new interface driver ums-freecom
Jan 26 08:44:20 localhost kernel: [    0.855381] usbcore: registered new interface driver ums-isd200
Jan 26 08:44:20 localhost kernel: [    0.855425] usbcore: registered new interface driver ums-jumpshot
Jan 26 08:44:20 localhost kernel: [    0.855470] usbcore: registered new interface driver ums-karma
Jan 26 08:44:20 localhost kernel: [    0.855514] usbcore: registered new interface driver ums-onetouch
Jan 26 08:44:20 localhost kernel: [    0.855574] usbcore: registered new interface driver ums-realtek
Jan 26 08:44:20 localhost kernel: [    0.855622] usbcore: registered new interface driver ums-sddr09
Jan 26 08:44:20 localhost kernel: [    0.855669] usbcore: registered new interface driver ums-sddr55
Jan 26 08:44:20 localhost kernel: [    0.855720] usbcore: registered new interface driver ums-usbat
Jan 26 08:44:20 localhost kernel: [    0.855936]  uinput result 0 , vmouse_init 
Jan 26 08:44:20 localhost kernel: [    0.856557] mousedev: PS/2 mouse device common for all mice
Jan 26 08:44:20 localhost kernel: [    0.856808] sunxikbd_init failed. 
Jan 26 08:44:20 localhost kernel: [    0.857319] ls_fetch_sysconfig_para: type err  device_used = -1073057456. 
Jan 26 08:44:20 localhost kernel: [    0.857331] =========script_get_err============
Jan 26 08:44:20 localhost kernel: [    0.857339] ltr_init: ls_fetch_sysconfig_para err.
Jan 26 08:44:20 localhost kernel: [    0.857941] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
Jan 26 08:44:20 localhost kernel: [    0.857991] i2c /dev entries driver
Jan 26 08:44:20 localhost kernel: [    0.858408] sunxi cedar version 0.1 
Jan 26 08:44:20 localhost kernel: [    0.858451] [cedar]: install start!!!
Jan 26 08:44:20 localhost kernel: [    0.858642] [cedar]: install end!!!
Jan 26 08:44:20 localhost kernel: [    0.858892] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
Jan 26 08:44:20 localhost kernel: [    0.859066] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
Jan 26 08:44:20 localhost kernel: [    0.859236] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1a)
Jan 26 08:44:20 localhost kernel: [    0.859406] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
Jan 26 08:44:20 localhost kernel: [    0.859575] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2a)
Jan 26 08:44:20 localhost kernel: [    0.859745] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2b)
Jan 26 08:44:20 localhost kernel: [    0.859915] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
Jan 26 08:44:20 localhost kernel: [    0.860086] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4d)
Jan 26 08:44:20 localhost kernel: [    0.860256] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4e)
Jan 26 08:44:20 localhost kernel: [    0.860456] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x18)
Jan 26 08:44:20 localhost kernel: [    0.860652] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x19)
Jan 26 08:44:20 localhost kernel: [    0.860849] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x1a)
Jan 26 08:44:20 localhost kernel: [    0.861045] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x29)
Jan 26 08:44:20 localhost kernel: [    0.861241] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2a)
Jan 26 08:44:20 localhost kernel: [    0.861436] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2b)
Jan 26 08:44:20 localhost kernel: [    0.861632] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4c)
Jan 26 08:44:20 localhost kernel: [    0.861827] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4d)
Jan 26 08:44:20 localhost kernel: [    0.862022] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4e)
Jan 26 08:44:20 localhost kernel: [    0.862038] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
Jan 26 08:44:20 localhost kernel: [    0.862214] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
Jan 26 08:44:20 localhost kernel: [    0.862386] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
Jan 26 08:44:20 localhost kernel: [    0.862399] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
Jan 26 08:44:20 localhost kernel: [    0.862409] timeout_to_interv, line 167
Jan 26 08:44:20 localhost kernel: [    0.862417] interv_to_timeout, line 189
Jan 26 08:44:20 localhost kernel: [    0.862427] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
Jan 26 08:44:20 localhost kernel: [    0.862872] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
Jan 26 08:44:20 localhost kernel: [    0.863084] calibrat: max_cpufreq 1200Mhz Type 0!
Jan 26 08:44:20 localhost kernel: [    0.863407] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.111 2015-4-13 15:24) Compiled in Jan 26 2017 at 10:33:43
Jan 26 08:44:20 localhost kernel: [    0.863444] [mmc]: get mmc0's sdc_power is null!
Jan 26 08:44:20 localhost kernel: [    0.863472] [mmc]: get mmc1's sdc_power is null!
Jan 26 08:44:20 localhost kernel: [    0.863482] [mmc]: get mmc1's 2xmode ok, val = 1
Jan 26 08:44:20 localhost kernel: [    0.863492] [mmc]: get mmc1's ddrmode ok, val = 1
Jan 26 08:44:20 localhost kernel: [    0.863509] [mmc]: MMC host used card: 0x3, boot card: 0x0, io_card 2
Jan 26 08:44:20 localhost kernel: [    0.867058] [mmc]: sdc0 power_supply is null
Jan 26 08:44:20 localhost kernel: [    0.868923] no blue_led, ignore it!
Jan 26 08:44:20 localhost kernel: [    0.869136] Registered led device: red_led
Jan 26 08:44:20 localhost kernel: [    0.869240] Registered led device: green_led
Jan 26 08:44:20 localhost kernel: [    0.869256] no led_0, ignore it!
Jan 26 08:44:20 localhost kernel: [    0.869264] no led_1, ignore it!
Jan 26 08:44:20 localhost kernel: [    0.869271] no led_2, ignore it!
Jan 26 08:44:20 localhost kernel: [    0.869278] no led_3, ignore it!
Jan 26 08:44:20 localhost kernel: [    0.869285] no led_4, ignore it!
Jan 26 08:44:20 localhost kernel: [    0.869292] no led_5, ignore it!
Jan 26 08:44:20 localhost kernel: [    0.869299] no led_6, ignore it!
Jan 26 08:44:20 localhost kernel: [    0.869306] no led_7, ignore it!
Jan 26 08:44:20 localhost kernel: [    0.870141] usbcore: registered new interface driver usbhid
Jan 26 08:44:20 localhost kernel: [    0.870151] usbhid: USB HID core driver
Jan 26 08:44:20 localhost kernel: [    0.874184] asoc: sndcodec <-> sunxi-codec mapping ok
Jan 26 08:44:20 localhost kernel: [    0.875297] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly!
Jan 26 08:44:20 localhost kernel: [    0.875491] [I2S]snddaudio cannot find any using configuration for controllers, return directly!
Jan 26 08:44:20 localhost kernel: [    0.875505] [DAUDIO0] driver not init,just return.
Jan 26 08:44:20 localhost kernel: [    0.878673] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
Jan 26 08:44:20 localhost kernel: [    0.880058] oprofile: using arm/armv7-ca7
Jan 26 08:44:20 localhost kernel: [    0.880263] u32 classifier
Jan 26 08:44:20 localhost kernel: [    0.880273]     Performance counters on
Jan 26 08:44:20 localhost kernel: [    0.880280]     input device check on
Jan 26 08:44:20 localhost kernel: [    0.880288]     Actions configured
Jan 26 08:44:20 localhost kernel: [    0.880481] IPv4 over IPv4 tunneling driver
Jan 26 08:44:20 localhost kernel: [    0.881151] TCP: bic registered
Jan 26 08:44:20 localhost kernel: [    0.881162] TCP: cubic registered
Jan 26 08:44:20 localhost kernel: [    0.881169] TCP: westwood registered
Jan 26 08:44:20 localhost kernel: [    0.881177] TCP: highspeed registered
Jan 26 08:44:20 localhost kernel: [    0.881185] TCP: hybla registered
Jan 26 08:44:20 localhost kernel: [    0.881192] TCP: htcp registered
Jan 26 08:44:20 localhost kernel: [    0.881199] TCP: vegas registered
Jan 26 08:44:20 localhost kernel: [    0.881207] TCP: veno registered
Jan 26 08:44:20 localhost kernel: [    0.881214] TCP: scalable registered
Jan 26 08:44:20 localhost kernel: [    0.881222] TCP: lp registered
Jan 26 08:44:20 localhost kernel: [    0.881230] TCP: yeah registered
Jan 26 08:44:20 localhost kernel: [    0.881237] TCP: illinois registered
Jan 26 08:44:20 localhost kernel: [    0.881244] Initializing XFRM netlink socket
Jan 26 08:44:20 localhost kernel: [    0.881475] NET: Registered protocol family 10
Jan 26 08:44:20 localhost kernel: [    0.882666] NET: Registered protocol family 17
Jan 26 08:44:20 localhost kernel: [    0.882698] NET: Registered protocol family 15
Jan 26 08:44:20 localhost kernel: [    0.882746] Registering the dns_resolver key type
Jan 26 08:44:20 localhost kernel: [    0.883198] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Jan 26 08:44:20 localhost kernel: [    0.883219] ThumbEE CPU extension supported.
Jan 26 08:44:20 localhost kernel: [    0.883242] Registering SWP/SWPB emulation handler
Jan 26 08:44:20 localhost kernel: [    0.883831] registered taskstats version 1
Jan 26 08:44:20 localhost kernel: [    0.884302] cmdline,disp=
Jan 26 08:44:20 localhost kernel: [    0.884603] [HDMI] power vcc-hdmi-18
Jan 26 08:44:20 localhost kernel: [    0.915529] cmdline,disp=
Jan 26 08:44:20 localhost kernel: [    0.915838] [DISP] disp_init_tv,line:539:screen 0 do not support TV TYPE!
Jan 26 08:44:20 localhost kernel: [    0.915857] [DISP] bsp_disp_tv_register,line:990:'ptv is null
Jan 26 08:44:20 localhost kernel: [    0.915868] tv registered!!
Jan 26 08:44:20 localhost kernel: [    0.933310] mmc0: new high speed SDHC card at address 1234
Jan 26 08:44:20 localhost kernel: [    0.933777] mmcblk0: mmc0:1234 SA16G 14.5 GiB 
Jan 26 08:44:20 localhost kernel: [    0.935224]  mmcblk0: p1
Jan 26 08:44:20 localhost kernel: [    0.935793] mmcblk mmc0:1234: Card claimed for testing.
Jan 26 08:44:20 localhost kernel: [    0.935809] mmc0:1234: SA16G 14.5 GiB 
Jan 26 08:44:20 localhost kernel: [    0.950050] ehci_irq: highspeed device disconnect
Jan 26 08:44:20 localhost kernel: [    0.950082] ohci_irq: fullspeed or lowspeed device connect
Jan 26 08:44:20 localhost kernel: [    1.230042] usb 4-1: new full-speed USB device number 2 using sunxi-ohci
Jan 26 08:44:20 localhost kernel: [    1.466576] generic-usb 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-sunxi-ohci-1/input0
Jan 26 08:44:20 localhost kernel: [    1.520046] [DISP] disp_device_attached_and_enable,line:159:attched ok, mgr0<-->device0, type=4, mode=10
Jan 26 08:44:20 localhost kernel: [    1.520653] ths_fetch_sysconfig_para: type err  device_used = 1. 
Jan 26 08:44:20 localhost kernel: [    1.521978] CPU Budget:corekeeper enabled
Jan 26 08:44:20 localhost kernel: [    1.522203] CPU Budget:Register notifier
Jan 26 08:44:20 localhost kernel: [    1.522216] CPU Budget:register Success
Jan 26 08:44:20 localhost kernel: [    1.522228] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0
Jan 26 08:44:20 localhost kernel: [    1.525553] [rf_pm]: module power0 name vcc-wifi-33
Jan 26 08:44:20 localhost kernel: [    1.525571] [rf_pm]: Did not config module_power1 in sys_config
Jan 26 08:44:20 localhost kernel: [    1.525582] [rf_pm]: Did not config module_power2 in sys_config
Jan 26 08:44:20 localhost kernel: [    1.525592] [rf_pm]: Did not config module_power3 in sys_config
Jan 26 08:44:20 localhost kernel: [    1.525602] [rf_pm]: mod has no chip_en gpio
Jan 26 08:44:20 localhost kernel: [    1.525610] [rf_pm]: failed to fetch lpo_use_apclk
Jan 26 08:44:20 localhost kernel: [    1.525618] [rf_pm]: regulator on.
Jan 26 08:44:20 localhost kernel: [    1.525897] [wifi_pm]: set wl_reg_on 1 !
Jan 26 08:44:20 localhost kernel: [    1.541326] generic-usb 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-sunxi-ohci-1/input1
Jan 26 08:44:20 localhost kernel: [    1.625937] hci: ERR: sunxi_ehci is null
Jan 26 08:44:20 localhost kernel: [    1.625947] hci: ERR: sunxi_ohci is null
Jan 26 08:44:20 localhost kernel: [    1.627466] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    1.675211] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    1.679322] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    1.725962] [wifi_pm]: wifi gpio init is OK !!
Jan 26 08:44:20 localhost kernel: [    1.726026] [rfkill]: init no bt used in configuration
Jan 26 08:44:20 localhost kernel: [    1.726036] ALSA device list:
Jan 26 08:44:20 localhost kernel: [    1.726044]   #0: audiocodec
Jan 26 08:44:20 localhost kernel: [    1.726051]   #1: sndhdmi
Jan 26 08:44:20 localhost kernel: [    1.726935] Freeing init memory: 336K
Jan 26 08:44:20 localhost kernel: [    1.738788] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    1.742728] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    1.805835] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    1.809989] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    1.882237] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    2.034314] vmouse_input_dev_open 
Jan 26 08:44:20 localhost kernel: [    2.090142] vmouse_input_dev_close 
Jan 26 08:44:20 localhost kernel: [    2.873654] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
Jan 26 08:44:20 localhost kernel: [    5.253605] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
Jan 26 08:44:20 localhost kernel: [    6.122616] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    6.175191] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    6.179300] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    6.221092] [wifi_pm]: set wl_reg_on 1 !
Jan 26 08:44:20 localhost kernel: [    6.237461] UMP: UMP device driver  loaded
Jan 26 08:44:20 localhost kernel: [    6.238860] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    6.242992] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    6.254423] mali clk: 252 MHz
Jan 26 08:44:20 localhost kernel: [    6.254645] mali clk: 252 MHz
Jan 26 08:44:20 localhost kernel: [    6.256580] Mali: Mali device driver loaded
Jan 26 08:44:20 localhost kernel: [    6.305273] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    6.309389] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    6.382049] [mmc]: sdc1 power_supply is null
Jan 26 08:44:20 localhost kernel: [    8.006836] Adding 131068k swap on /var/swap.  Priority:-1 extents:1 across:131068k SS
Jan 26 08:44:20 localhost kernel: [   10.295279] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x77)
Jan 26 08:44:20 localhost kernel: [   10.295322] bmp085: probe of 0-0077 failed with error -70
Jan 26 08:44:20 localhost kernel: [   10.314413] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x48)
Jan 26 08:44:20 localhost kernel: [   10.314604] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x48, dev addr: 0x48)
Jan 26 08:44:20 localhost kernel: [   10.330766] vmouse_input_dev_open 
Jan 26 08:44:20 localhost kernel: [   10.380192] vmouse_input_dev_close 
Jan 26 08:44:20 localhost kernel: [   11.751671] gmac0: probed
Jan 26 08:44:20 localhost kernel: [   11.752036] gmac0 gmac0: eth0: eth0: PHY ID 00441400 at 0 IRQ poll (gmac0-0:00)
Jan 26 08:44:21 localhost kernel: [   14.750261] PHY: gmac0-0:00 - Link is Up - 100/Full
Jan 26 08:44:21 localhost NetworkManager[506]: <info>  [1485420261.9201] NetworkManager (version 1.2.2) is starting...
Jan 26 08:44:21 localhost NetworkManager[506]: <info>  [1485420261.9216] Read config: /etc/NetworkManager/NetworkManager.conf (etc: default-wifi-powersave-on.conf, zz-override-wifi-powersave-off.conf)
Jan 26 08:44:21 localhost NetworkManager[506]: <info>  [1485420261.9580] manager[0x1a96908]: monitoring kernel firmware directory '/lib/firmware'.
Jan 26 08:44:21 localhost NetworkManager[506]: <info>  [1485420261.9585] monitoring ifupdown state file '/run/network/ifstate'.
Jan 26 08:44:21 localhost NetworkManager[506]: <info>  [1485420261.9767] dns-mgr[0x1a9f210]: set resolv-conf-mode: dnsmasq, plugin="dnsmasq"
Jan 26 08:44:21 localhost NetworkManager[506]: <info>  [1485420261.9770] dns-mgr[0x1a9f210]: using resolv.conf manager 'resolvconf'
Jan 26 08:44:22 localhost kernel: [   16.073469] [DISP] disp_ioctl,line:1584:para err in disp_ioctl, cmd = 0x0,screen id = 65536
Jan 26 08:44:23 localhost kernel: [   16.123419] [drm] Initialized drm 1.1.0 20060810
Jan 26 08:44:23 localhost kernel: [   16.129669] Mali DRM initialize, driver name: mali_drm, version 2.1
Jan 26 08:44:23 localhost kernel: [   16.131118] [drm] Initialized mali_drm 2.1.1 20101111 on minor 0
Jan 26 08:44:23 localhost kernel: [   16.131217] Mali DRM initialize, driver name: mali_drm, version 2.1
Jan 26 08:44:23 localhost kernel: [   16.131744] [drm] Initialized mali_drm 2.1.1 20101111 on minor 1
Jan 26 08:44:23 localhost NetworkManager[506]: <info>  [1485420263.4882] init!
Jan 26 08:44:23 localhost NetworkManager[506]: <info>  [1485420263.4910] guessed connection type (eth0) = 802-3-ethernet
Jan 26 08:44:23 localhost NetworkManager[506]: <info>  [1485420263.4914] update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet, id:Ifupdown (eth0), uuid: 681b428f-beaf-8932-dce4-687ed5bae28e
Jan 26 08:44:23 localhost NetworkManager[506]: <info>  [1485420263.4924] adding eth0 to connections
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4926] adding iface eth0 to eni_ifaces
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4927] autoconnect
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4928] management mode: managed
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4959] devices added (path: /sys/devices/platform/gmac0/net/eth0, iface: eth0)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4964] locking wired connection setting
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4967] devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4968] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4969] devices added (path: /sys/devices/virtual/net/tunl0, iface: tunl0)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4970] device added (path: /sys/devices/virtual/net/tunl0, iface: tunl0): no ifupdown configuration found.
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4971] end _init.
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4972] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-settings-plugin-ifupdown.so)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.4976] settings: loaded plugin keyfile: (c) 2007 - 2015 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.5036] SettingsPlugin-Ofono: init!
Jan 26 08:44:24 localhost NetworkManager[506]: <warn>  [1485420263.5040] SettingsPlugin-Ofono: file doesn't exist: /var/lib/ofono
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.5041] SettingsPlugin-Ofono: end _init.
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.5042] settings: loaded plugin ofono: (C) 2013-2016 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-settings-plugin-ofono.so)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.5043] (28006704) ... get_connections.
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.5044] (28006704) connections count: 1
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.5136] SettingsPlugin-Ofono: (28050184) ... get_connections.
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420263.5138] SettingsPlugin-Ofono: (28050184) connections count: 0
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7121] settings: hostname: using hostnamed
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7123] settings: hostname changed from (none) to "orangepi2"
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7136] Using DHCP client 'dhclient'
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7138] manager: WiFi enabled by radio killswitch; enabled by state file
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7141] manager: WWAN enabled by radio killswitch; enabled by state file
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7143] manager: Networking is enabled by state file
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7147] Loaded device plugin: NMVxlanFactory (internal)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7149] Loaded device plugin: NMVlanFactory (internal)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7153] Loaded device plugin: NMVethFactory (internal)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7155] Loaded device plugin: NMTunFactory (internal)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7157] Loaded device plugin: NMMacvlanFactory (internal)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7160] Loaded device plugin: NMIPTunnelFactory (internal)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7162] Loaded device plugin: NMInfinibandFactory (internal)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7164] Loaded device plugin: NMEthernetFactory (internal)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7166] Loaded device plugin: NMBridgeFactory (internal)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7169] Loaded device plugin: NMBondFactory (internal)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7395] Loaded device plugin: NMWifiFactory (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-wifi.so)
Jan 26 08:44:24 localhost kernel: [   17.861859] vmouse_input_dev_open 
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.7596] Loaded device plugin: NMAtmManager (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-adsl.so)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.8359] Loaded device plugin: NMBluezManager (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-bluetooth.so)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.8592] Loaded device plugin: NMWwanFactory (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-wwan.so)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.8641] device (eth0): link connected
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.8796] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/0)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.8974] keyfile: add connection in-memory (9ef71040-de35-4120-8c12-bec9904655f1,"eth0")
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.8999] device (eth0): state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41]
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9017] device (eth0): state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41]
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9088] device (eth0): Activation: starting connection 'eth0' (9ef71040-de35-4120-8c12-bec9904655f1)
Jan 26 08:44:24 localhost NetworkManager[506]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9147] manager: (tunl0): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jan 26 08:44:24 localhost NetworkManager[506]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9174] device (lo): link connected
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9215] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/2)
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9248] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9380] urfkill disappeared from the bus
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9411] manager: startup complete
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9415] device (eth0): state change: disconnected -> prepare (reason 'none') [30 40 0]
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9444] policy: set 'eth0' (eth0) as default for IPv4 routing and DNS
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9787] device (eth0): state change: prepare -> config (reason 'none') [40 50 0]
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9799] ofono is now available
Jan 26 08:44:24 localhost NetworkManager[506]: <info>  [1485420264.9820] device (eth0): state change: config -> ip-config (reason 'none') [50 70 0]
Jan 26 08:44:25 localhost NetworkManager[506]: <info>  [1485420264.9841] device (eth0): state change: ip-config -> ip-check (reason 'none') [70 80 0]
Jan 26 08:44:25 localhost NetworkManager[506]: <error> [1485420264.9888] platform-linux: do-add-ip4-address[2: 192.168.1.152/24]: failure 17 (File exists)
Jan 26 08:44:25 localhost NetworkManager[506]: <warn>  [1485420264.9896] arping[0x1b01dd0,2]: arping could not be found; no ARPs will be sent
Jan 26 08:44:25 localhost NetworkManager[506]: <info>  [1485420264.9899] device (eth0): state change: ip-check -> secondaries (reason 'none') [80 90 0]
Jan 26 08:44:25 localhost NetworkManager[506]: <warn>  [1485420264.9925] failed to enumerate oFono devices: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
Jan 26 08:44:25 localhost NetworkManager[506]: <info>  [1485420264.9958] device (eth0): state change: secondaries -> activated (reason 'none') [90 100 0]
Jan 26 08:44:25 localhost NetworkManager[506]: <info>  [1485420265.0189] device (eth0): Activation: successful, device activated.
Jan 26 08:44:26 localhost NetworkManager[506]: <warn>  [1485420266.8773] arping[0x1b01dd0,2]: arping could not be found; no ARPs will be sent
Jan 26 08:44:29 localhost kernel: [   22.250059] eth0: no IPv6 routers present
Jan 30 07:15:12 localhost NetworkManager[506]: <info>  [1485760512.7851] WiFi hardware radio set enabled
Jan 30 07:15:12 localhost NetworkManager[506]: <info>  [1485760512.7853] WWAN hardware radio set enabled
Jan 30 07:45:31 localhost kernel: [    0.000000] Booting Linux on physical CPU 0
Jan 30 07:45:31 localhost kernel: [    0.000000] Initializing cgroup subsys cpuset
Jan 30 07:45:31 localhost kernel: [    0.000000] Initializing cgroup subsys cpu
Jan 30 07:45:31 localhost kernel: [    0.000000] Linux version 3.4.113-sun8i (root@nffs-VirtualBox) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #4 SMP PREEMPT Mon Jan 30 09:15:40 EET 2017
Jan 30 07:45:31 localhost kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Jan 30 07:45:31 localhost kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jan 30 07:45:31 localhost kernel: [    0.000000] Machine: sun8i
Jan 30 07:45:31 localhost kernel: [    0.000000] cma: CMA: reserved 256 MiB at 50000000
Jan 30 07:45:31 localhost kernel: [    0.000000] Memory policy: ECC disabled, Data cache writealloc
Jan 30 07:45:31 localhost kernel: [    0.000000] On node 0 totalpages: 262144
Jan 30 07:45:31 localhost kernel: [    0.000000] free_area_init_node: node 0, pgdat c0a2e600, node_mem_map c0b67000
Jan 30 07:45:31 localhost kernel: [    0.000000]   Normal zone: 1710 pages used for memmap
Jan 30 07:45:31 localhost kernel: [    0.000000]   Normal zone: 0 pages reserved
Jan 30 07:45:31 localhost kernel: [    0.000000]   Normal zone: 192850 pages, LIFO batch:31
Jan 30 07:45:31 localhost kernel: [    0.000000]   HighMem zone: 594 pages used for memmap
Jan 30 07:45:31 localhost kernel: [    0.000000]   HighMem zone: 66990 pages, LIFO batch:15
Jan 30 07:45:31 localhost kernel: [    0.000000] script_init enter!
Jan 30 07:45:31 localhost kernel: [    0.000000] script_init exit!
Jan 30 07:45:31 localhost kernel: [    0.000000] PERCPU: Embedded 8 pages/cpu @c147d000 s11968 r8192 d12608 u32768
Jan 30 07:45:31 localhost kernel: [    0.000000] pcpu-alloc: s11968 r8192 d12608 u32768 alloc=8*4096
Jan 30 07:45:31 localhost kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
Jan 30 07:45:31 localhost kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259840
Jan 30 07:45:31 localhost kernel: [    0.000000] Kernel command line: root=UUID=58627463-cef4-4387-8562-babc26e2ad38 rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 cgroup_enable=memory swapaccount=1 hdmi.audio=EDID:0 disp.screen0_output_mode=2160x1200p90 panic=10 consoleblank=0 enforcing=0 loglevel=1 ubootpart=1d0a0ece-01 ubootsource=mmc  
Jan 30 07:45:31 localhost kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Jan 30 07:45:31 localhost kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jan 30 07:45:31 localhost kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jan 30 07:45:31 localhost kernel: [    0.000000] allocated 2097152 bytes of page_cgroup
Jan 30 07:45:31 localhost kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Jan 30 07:45:31 localhost kernel: [    0.000000] Memory: 1024MB = 1024MB total
Jan 30 07:45:31 localhost kernel: [    0.000000] Memory: 757328k/757328k available, 291248k reserved, 270336K highmem
Jan 30 07:45:31 localhost kernel: [    0.000000] Virtual kernel memory layout:
Jan 30 07:45:31 localhost kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Jan 30 07:45:31 localhost kernel: [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
Jan 30 07:45:31 localhost kernel: [    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
Jan 30 07:45:31 localhost kernel: [    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
Jan 30 07:45:31 localhost kernel: [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
Jan 30 07:45:31 localhost kernel: [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
Jan 30 07:45:31 localhost kernel: [    0.000000]       .text : 0xc0008000 - 0xc096c534   (9618 kB)
Jan 30 07:45:31 localhost kernel: [    0.000000]       .init : 0xc096d000 - 0xc09c1ec0   ( 340 kB)
Jan 30 07:45:31 localhost kernel: [    0.000000]       .data : 0xc09c2000 - 0xc0a33450   ( 454 kB)
Jan 30 07:45:31 localhost kernel: [    0.000000]        .bss : 0xc0a33c04 - 0xc0b66f88   (1229 kB)
Jan 30 07:45:31 localhost kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Jan 30 07:45:31 localhost kernel: [    0.000000] 	Additional per-CPU info printed with stalls.
Jan 30 07:45:31 localhost kernel: [    0.000000] NR_IRQS:544
Jan 30 07:45:31 localhost kernel: [    0.000000] Architected local timer running at 24.00MHz.
Jan 30 07:45:31 localhost kernel: [    0.000000] Switching to timer-based delay loop
Jan 30 07:45:31 localhost kernel: [    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
Jan 30 07:45:31 localhost kernel: [    0.000000] Console: colour dummy device 80x30
Jan 30 07:45:31 localhost kernel: [    0.000000] console [tty1] enabled
Jan 30 07:45:31 localhost kernel: [    0.000275] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
Jan 30 07:45:31 localhost kernel: [    0.000299] pid_max: default: 32768 minimum: 301
Jan 30 07:45:31 localhost kernel: [    0.000464] Security Framework initialized
Jan 30 07:45:31 localhost kernel: [    0.000489] AppArmor: AppArmor disabled by boot time parameter
Jan 30 07:45:31 localhost kernel: [    0.000679] Mount-cache hash table entries: 512
Jan 30 07:45:31 localhost kernel: [    0.001694] Initializing cgroup subsys cpuacct
Jan 30 07:45:31 localhost kernel: [    0.001710] Initializing cgroup subsys memory
Jan 30 07:45:31 localhost kernel: [    0.001757] Initializing cgroup subsys devices
Jan 30 07:45:31 localhost kernel: [    0.001771] Initializing cgroup subsys freezer
Jan 30 07:45:31 localhost kernel: [    0.001783] Initializing cgroup subsys blkio
Jan 30 07:45:31 localhost kernel: [    0.001809] Initializing cgroup subsys perf_event
Jan 30 07:45:31 localhost kernel: [    0.001893] CPU: Testing write buffer coherency: ok
Jan 30 07:45:31 localhost kernel: [    0.001936] ftrace: allocating 26327 entries in 78 pages
Jan 30 07:45:31 localhost kernel: [    0.030344] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Jan 30 07:45:31 localhost kernel: [    0.030362] [sunxi_smp_prepare_cpus] enter
Jan 30 07:45:31 localhost kernel: [    0.030404] Setting up static identity map for 0x406a1858 - 0x406a18b0
Jan 30 07:45:31 localhost kernel: [    0.031423] CPU1: Booted secondary processor
Jan 30 07:45:31 localhost kernel: [    0.031423] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Jan 30 07:45:31 localhost kernel: [    0.031556] CPU2: Booted secondary processor
Jan 30 07:45:31 localhost kernel: [    0.031556] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Jan 30 07:45:31 localhost kernel: [    0.040518] CPU3: Booted secondary processor
Jan 30 07:45:31 localhost kernel: [    0.040518] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Jan 30 07:45:31 localhost kernel: [    0.040639] Brought up 4 CPUs
Jan 30 07:45:31 localhost kernel: [    0.040639] SMP: Total of 4 processors activated (19200.00 BogoMIPS).
Jan 30 07:45:31 localhost kernel: [    0.040934] devtmpfs: initialized
Jan 30 07:45:31 localhost kernel: [    0.052407] wakeup src cnt is : 2. 
Jan 30 07:45:31 localhost kernel: [    0.052419] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
Jan 30 07:45:31 localhost kernel: [    0.052430] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x0
Jan 30 07:45:31 localhost kernel: [    0.052441] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
Jan 30 07:45:31 localhost kernel: [    0.052453] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
Jan 30 07:45:31 localhost kernel: [    0.052463] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x8
Jan 30 07:45:31 localhost kernel: [    0.052474] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
Jan 30 07:45:31 localhost kernel: [    0.052486] sunxi pm init
Jan 30 07:45:31 localhost kernel: [    0.052639] pinctrl core: initialized pinctrl subsystem
Jan 30 07:45:31 localhost kernel: [    0.062903] NET: Registered protocol family 16
Jan 30 07:45:31 localhost kernel: [    0.063869] DMA: preallocated 2048 KiB pool for atomic coherent allocations
Jan 30 07:45:31 localhost kernel: [    0.063869] script_sysfs_init success
Jan 30 07:45:31 localhost kernel: [    0.063869] sunxi_dump_init success
Jan 30 07:45:31 localhost kernel: [    0.063869] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl
Jan 30 07:45:31 localhost kernel: [    0.063869] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
Jan 30 07:45:31 localhost kernel: [    0.063869] plat: add bmp085 device
Jan 30 07:45:31 localhost kernel: [    0.063869] plat: add pcf8591 device
Jan 30 07:45:31 localhost kernel: [    0.063869] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Jan 30 07:45:31 localhost kernel: [    0.063869] hw-breakpoint: maximum watchpoint size is 8 bytes.
Jan 30 07:45:31 localhost kernel: [    0.063869] script config pll_video to 297 Mhz
Jan 30 07:45:31 localhost kernel: [    0.063869] script config pll_de to 864 Mhz
Jan 30 07:45:31 localhost kernel: [    0.063869] script config pll_ve to 402 Mhz
Jan 30 07:45:31 localhost kernel: [    0.063869] sunxi_default_clk_init
Jan 30 07:45:31 localhost kernel: [    0.063869] try to set pll6ahb1 to 200000000
Jan 30 07:45:31 localhost kernel: [    0.063869] try to set ahb clk source to pll6ahb1
Jan 30 07:45:31 localhost kernel: [    0.063869] set ahb clk source to pll6ahb1
Jan 30 07:45:31 localhost kernel: [    0.063869] try to set ahb1 to 200000000
Jan 30 07:45:31 localhost kernel: [    0.063869] try to set apb1 to 100000000
Jan 30 07:45:31 localhost kernel: [    0.070241] bio: create slab <bio-0> at 0
Jan 30 07:45:31 localhost kernel: [    0.070319] [ARISC] :sunxi-arisc driver v1.04
Jan 30 07:45:31 localhost kernel: [    0.092555] [ARISC] :arisc version: [v0.1.58]
Jan 30 07:45:31 localhost kernel: [    0.185052] [ARISC] :sunxi-arisc driver v1.04 startup succeeded
Jan 30 07:45:31 localhost kernel: [    0.186683] SCSI subsystem initialized
Jan 30 07:45:31 localhost kernel: [    0.186683] usbcore: registered new interface driver usbfs
Jan 30 07:45:31 localhost kernel: [    0.186683] usbcore: registered new interface driver hub
Jan 30 07:45:31 localhost kernel: [    0.186683] usbcore: registered new device driver usb
Jan 30 07:45:31 localhost kernel: [    0.186683] twi_chan_cfg()340 - [twi0] has no twi_regulator.
Jan 30 07:45:31 localhost kernel: [    0.186683] twi_chan_cfg()340 - [twi1] has no twi_regulator.
Jan 30 07:45:31 localhost kernel: [    0.186683] twi_chan_cfg()340 - [twi2] has no twi_regulator.
Jan 30 07:45:31 localhost kernel: [    0.186683] Linux video capture interface: v2.00
Jan 30 07:45:31 localhost kernel: [    0.186683] Advanced Linux Sound Architecture Driver Version 1.0.25.
Jan 30 07:45:31 localhost kernel: [    0.186683] cfg80211: Calling CRDA to update world regulatory domain
Jan 30 07:45:31 localhost kernel: [    0.190036] NetLabel: Initializing
Jan 30 07:45:31 localhost kernel: [    0.190036] NetLabel:  domain hash size = 128
Jan 30 07:45:31 localhost kernel: [    0.190040] NetLabel:  protocols = UNLABELED CIPSOv4
Jan 30 07:45:31 localhost kernel: [    0.190108] NetLabel:  unlabeled traffic allowed by default
Jan 30 07:45:31 localhost kernel: [    0.190464] Switching to clocksource arch_sys_counter
Jan 30 07:45:31 localhost kernel: [    0.204704] FS-Cache: Loaded
Jan 30 07:45:31 localhost kernel: [    0.205003] CacheFiles: Loaded
Jan 30 07:45:31 localhost kernel: [    0.216196] NET: Registered protocol family 2
Jan 30 07:45:31 localhost kernel: [    0.227406] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Jan 30 07:45:31 localhost kernel: [    0.228026] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Jan 30 07:45:31 localhost kernel: [    0.229788] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
Jan 30 07:45:31 localhost kernel: [    0.230876] TCP: Hash tables configured (established 131072 bind 65536)
Jan 30 07:45:31 localhost kernel: [    0.230888] TCP: reno registered
Jan 30 07:45:31 localhost kernel: [    0.230903] UDP hash table entries: 512 (order: 2, 16384 bytes)
Jan 30 07:45:31 localhost kernel: [    0.230941] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Jan 30 07:45:31 localhost kernel: [    0.231298] NET: Registered protocol family 1
Jan 30 07:45:31 localhost kernel: [    0.231730] RPC: Registered named UNIX socket transport module.
Jan 30 07:45:31 localhost kernel: [    0.231742] RPC: Registered udp transport module.
Jan 30 07:45:31 localhost kernel: [    0.231751] RPC: Registered tcp transport module.
Jan 30 07:45:31 localhost kernel: [    0.231759] RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan 30 07:45:31 localhost kernel: [    0.231973] Trying to unpack rootfs image as initramfs...
Jan 30 07:45:31 localhost kernel: [    0.513278] Freeing initrd memory: 4380K
Jan 30 07:45:31 localhost kernel: [    0.513811] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available
Jan 30 07:45:31 localhost kernel: [    0.513943] sunxi_reg_init enter
Jan 30 07:45:31 localhost kernel: [    0.514916] audit: initializing netlink socket (disabled)
Jan 30 07:45:31 localhost kernel: [    0.514970] type=2000 audit(0.510:1): initialized
Jan 30 07:45:31 localhost kernel: [    0.516229] highmem bounce pool size: 64 pages
Jan 30 07:45:31 localhost kernel: [    0.517119] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Jan 30 07:45:31 localhost kernel: [    0.517307] misc fatfs initialized
Jan 30 07:45:31 localhost kernel: [    0.517529] NFS: Registering the id_resolver key type
Jan 30 07:45:31 localhost kernel: [    0.517908] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Jan 30 07:45:31 localhost kernel: [    0.517923] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Jan 30 07:45:31 localhost kernel: [    0.518677] NTFS driver 2.1.30 [Flags: R/W].
Jan 30 07:45:31 localhost kernel: [    0.518982] fuse init (API version 7.18)
Jan 30 07:45:31 localhost kernel: [    0.519744] Btrfs loaded
Jan 30 07:45:31 localhost kernel: [    0.519770] msgmni has been set to 1471
Jan 30 07:45:31 localhost kernel: [    0.521316] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Jan 30 07:45:31 localhost kernel: [    0.521338] io scheduler noop registered
Jan 30 07:45:31 localhost kernel: [    0.521348] io scheduler deadline registered
Jan 30 07:45:31 localhost kernel: [    0.521412] io scheduler cfq registered (default)
Jan 30 07:45:31 localhost kernel: [    0.521839] [DISP]disp_module_init
Jan 30 07:45:31 localhost kernel: [    0.522146] cmdline,init_disp=
Jan 30 07:45:31 localhost kernel: [    0.522177] cmdline,disp=
Jan 30 07:45:31 localhost kernel: [    0.542853] [DISP] Fb_map_kernel_logo,line:932:Fb_map_kernel_logo failed!
Jan 30 07:45:31 localhost kernel: [    0.587775] Console: switching to colour frame buffer device 270x75
Jan 30 07:45:31 localhost kernel: [    0.633703] [DISP]disp_module_init finish
Jan 30 07:45:31 localhost kernel: [    0.633950] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
Jan 30 07:45:31 localhost kernel: [    0.634260] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
Jan 30 07:45:31 localhost kernel: [    0.634274] sw_uart_pm()890 - uart0 clk is already enable
Jan 30 07:45:31 localhost kernel: [    0.634294] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
Jan 30 07:45:31 localhost kernel: [    0.634433] console [ttyS0] enabled
Jan 30 07:45:31 localhost kernel: [    0.634997] sunxi_cmatest_init enter
Jan 30 07:45:31 localhost kernel: [    0.635036] sunxi_cmatest_init success
Jan 30 07:45:31 localhost kernel: [    0.639274] brd: module loaded
Jan 30 07:45:31 localhost kernel: [    0.643300] loop: module loaded
Jan 30 07:45:31 localhost kernel: [    0.643605] sunxi_spi_chan_cfg()1376 - [spi-0] has no spi_regulator.
Jan 30 07:45:31 localhost kernel: [    0.643619] sunxi_spi_chan_cfg()1376 - [spi-1] has no spi_regulator.
Jan 30 07:45:31 localhost kernel: [    0.644238] spi spi0: master is unqueued, this is deprecated
Jan 30 07:45:31 localhost kernel: [    0.644582] tun: Universal TUN/TAP device driver, 1.6
Jan 30 07:45:31 localhost kernel: [    0.644592] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Jan 30 07:45:31 localhost kernel: [    0.645553] PPP generic driver version 2.4.2
Jan 30 07:45:31 localhost kernel: [    0.645760] PPP BSD Compression module registered
Jan 30 07:45:31 localhost kernel: [    0.645770] PPP Deflate Compression module registered
Jan 30 07:45:31 localhost kernel: [    0.648669] PPP MPPE Compression module registered
Jan 30 07:45:31 localhost kernel: [    0.648688] NET: Registered protocol family 24
Jan 30 07:45:31 localhost kernel: [    0.648769] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 30 07:45:31 localhost kernel: [    0.668881] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 30 07:45:31 localhost kernel: [    0.668920] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
Jan 30 07:45:31 localhost kernel: [    0.669495] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
Jan 30 07:45:31 localhost kernel: [    0.680042] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
Jan 30 07:45:31 localhost kernel: [    0.680735] hub 1-0:1.0: USB hub found
Jan 30 07:45:31 localhost kernel: [    0.680760] hub 1-0:1.0: 1 port detected
Jan 30 07:45:31 localhost kernel: [    0.701142] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 30 07:45:31 localhost kernel: [    0.701172] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2
Jan 30 07:45:31 localhost kernel: [    0.701582] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000
Jan 30 07:45:31 localhost kernel: [    0.720036] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00
Jan 30 07:45:31 localhost kernel: [    0.720053] ehci_irq: highspeed device connect
Jan 30 07:45:31 localhost kernel: [    0.720591] hub 2-0:1.0: USB hub found
Jan 30 07:45:31 localhost kernel: [    0.720616] hub 2-0:1.0: 1 port detected
Jan 30 07:45:31 localhost kernel: [    0.720986] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jan 30 07:45:31 localhost kernel: [    0.741049] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
Jan 30 07:45:31 localhost kernel: [    0.741078] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 3
Jan 30 07:45:31 localhost kernel: [    0.741112] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
Jan 30 07:45:31 localhost kernel: [    0.804557] hub 3-0:1.0: USB hub found
Jan 30 07:45:31 localhost kernel: [    0.804583] hub 3-0:1.0: 1 port detected
Jan 30 07:45:31 localhost kernel: [    0.824942] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
Jan 30 07:45:31 localhost kernel: [    0.824971] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 4
Jan 30 07:45:31 localhost kernel: [    0.825003] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400
Jan 30 07:45:31 localhost kernel: [    0.884541] hub 4-0:1.0: USB hub found
Jan 30 07:45:31 localhost kernel: [    0.884561] hub 4-0:1.0: 1 port detected
Jan 30 07:45:31 localhost kernel: [    0.884932] Initializing USB Mass Storage driver...
Jan 30 07:45:31 localhost kernel: [    0.885112] usbcore: registered new interface driver usb-storage
Jan 30 07:45:31 localhost kernel: [    0.885122] USB Mass Storage support registered.
Jan 30 07:45:31 localhost kernel: [    0.885177] usbcore: registered new interface driver ums-alauda
Jan 30 07:45:31 localhost kernel: [    0.885225] usbcore: registered new interface driver ums-cypress
Jan 30 07:45:31 localhost kernel: [    0.885272] usbcore: registered new interface driver ums-datafab
Jan 30 07:45:31 localhost kernel: [    0.885316] usbcore: registered new interface driver ums_eneub6250
Jan 30 07:45:31 localhost kernel: [    0.885361] usbcore: registered new interface driver ums-freecom
Jan 30 07:45:31 localhost kernel: [    0.885406] usbcore: registered new interface driver ums-isd200
Jan 30 07:45:31 localhost kernel: [    0.885453] usbcore: registered new interface driver ums-jumpshot
Jan 30 07:45:31 localhost kernel: [    0.885497] usbcore: registered new interface driver ums-karma
Jan 30 07:45:31 localhost kernel: [    0.885542] usbcore: registered new interface driver ums-onetouch
Jan 30 07:45:31 localhost kernel: [    0.885600] usbcore: registered new interface driver ums-realtek
Jan 30 07:45:31 localhost kernel: [    0.885649] usbcore: registered new interface driver ums-sddr09
Jan 30 07:45:31 localhost kernel: [    0.885696] usbcore: registered new interface driver ums-sddr55
Jan 30 07:45:31 localhost kernel: [    0.885748] usbcore: registered new interface driver ums-usbat
Jan 30 07:45:31 localhost kernel: [    0.885970]  uinput result 0 , vmouse_init 
Jan 30 07:45:31 localhost kernel: [    0.886606] mousedev: PS/2 mouse device common for all mice
Jan 30 07:45:31 localhost kernel: [    0.886859] sunxikbd_init failed. 
Jan 30 07:45:31 localhost kernel: [    0.887387] ls_fetch_sysconfig_para: type err  device_used = -1073057456. 
Jan 30 07:45:31 localhost kernel: [    0.887398] =========script_get_err============
Jan 30 07:45:31 localhost kernel: [    0.887406] ltr_init: ls_fetch_sysconfig_para err.
Jan 30 07:45:31 localhost kernel: [    0.888020] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
Jan 30 07:45:31 localhost kernel: [    0.888071] i2c /dev entries driver
Jan 30 07:45:31 localhost kernel: [    0.888490] sunxi cedar version 0.1 
Jan 30 07:45:31 localhost kernel: [    0.888532] [cedar]: install start!!!
Jan 30 07:45:31 localhost kernel: [    0.888727] [cedar]: install end!!!
Jan 30 07:45:31 localhost kernel: [    0.888981] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x18)
Jan 30 07:45:31 localhost kernel: [    0.889155] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x19)
Jan 30 07:45:31 localhost kernel: [    0.889326] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x1a)
Jan 30 07:45:31 localhost kernel: [    0.889496] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x29)
Jan 30 07:45:31 localhost kernel: [    0.889666] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2a)
Jan 30 07:45:31 localhost kernel: [    0.889835] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x2b)
Jan 30 07:45:31 localhost kernel: [    0.890005] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4c)
Jan 30 07:45:31 localhost kernel: [    0.890200] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4d)
Jan 30 07:45:31 localhost kernel: [    0.890370] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x4e)
Jan 30 07:45:31 localhost kernel: [    0.890571] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x18)
Jan 30 07:45:31 localhost kernel: [    0.890768] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x19)
Jan 30 07:45:31 localhost kernel: [    0.890964] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x1a)
Jan 30 07:45:31 localhost kernel: [    0.891159] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x29)
Jan 30 07:45:31 localhost kernel: [    0.891355] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2a)
Jan 30 07:45:31 localhost kernel: [    0.891551] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x2b)
Jan 30 07:45:31 localhost kernel: [    0.891746] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4c)
Jan 30 07:45:31 localhost kernel: [    0.891942] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4d)
Jan 30 07:45:31 localhost kernel: [    0.892138] sunxi_i2c_do_xfer()985 - [i2c1] incomplete xfer (status: 0x20, dev addr: 0x4e)
Jan 30 07:45:31 localhost kernel: [    0.892154] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
Jan 30 07:45:31 localhost kernel: [    0.892324] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
Jan 30 07:45:31 localhost kernel: [    0.892479] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
Jan 30 07:45:31 localhost kernel: [    0.892492] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
Jan 30 07:45:31 localhost kernel: [    0.892502] timeout_to_interv, line 167
Jan 30 07:45:31 localhost kernel: [    0.892511] interv_to_timeout, line 189
Jan 30 07:45:31 localhost kernel: [    0.892520] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
Jan 30 07:45:31 localhost kernel: [    0.892965] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
Jan 30 07:45:31 localhost kernel: [    0.893182] calibrat: max_cpufreq 1200Mhz Type 0!
Jan 30 07:45:31 localhost kernel: [    0.893519] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.111 2015-4-13 15:24) Compiled in Jan 30 2017 at 09:14:31
Jan 30 07:45:31 localhost kernel: [    0.893555] [mmc]: get mmc0's sdc_power is null!
Jan 30 07:45:31 localhost kernel: [    0.893585] [mmc]: get mmc1's sdc_power is null!
Jan 30 07:45:31 localhost kernel: [    0.893595] [mmc]: get mmc1's 2xmode ok, val = 1
Jan 30 07:45:31 localhost kernel: [    0.893605] [mmc]: get mmc1's ddrmode ok, val = 1
Jan 30 07:45:31 localhost kernel: [    0.893623] [mmc]: MMC host used card: 0x3, boot card: 0x0, io_card 2
Jan 30 07:45:31 localhost kernel: [    0.897168] [mmc]: sdc0 power_supply is null
Jan 30 07:45:31 localhost kernel: [    0.899056] no blue_led, ignore it!
Jan 30 07:45:31 localhost kernel: [    0.899274] Registered led device: red_led
Jan 30 07:45:31 localhost kernel: [    0.899380] Registered led device: green_led
Jan 30 07:45:31 localhost kernel: [    0.899397] no led_0, ignore it!
Jan 30 07:45:31 localhost kernel: [    0.899404] no led_1, ignore it!
Jan 30 07:45:31 localhost kernel: [    0.899412] no led_2, ignore it!
Jan 30 07:45:31 localhost kernel: [    0.899419] no led_3, ignore it!
Jan 30 07:45:31 localhost kernel: [    0.899426] no led_4, ignore it!
Jan 30 07:45:31 localhost kernel: [    0.899433] no led_5, ignore it!
Jan 30 07:45:31 localhost kernel: [    0.899440] no led_6, ignore it!
Jan 30 07:45:31 localhost kernel: [    0.899447] no led_7, ignore it!
Jan 30 07:45:31 localhost kernel: [    0.900293] usbcore: registered new interface driver usbhid
Jan 30 07:45:31 localhost kernel: [    0.900303] usbhid: USB HID core driver
Jan 30 07:45:31 localhost kernel: [    0.904415] asoc: sndcodec <-> sunxi-codec mapping ok
Jan 30 07:45:31 localhost kernel: [    0.905571] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly!
Jan 30 07:45:31 localhost kernel: [    0.905765] [I2S]snddaudio cannot find any using configuration for controllers, return directly!
Jan 30 07:45:31 localhost kernel: [    0.905780] [DAUDIO0] driver not init,just return.
Jan 30 07:45:31 localhost kernel: [    0.909104] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
Jan 30 07:45:31 localhost kernel: [    0.910570] oprofile: using arm/armv7-ca7
Jan 30 07:45:31 localhost kernel: [    0.910787] u32 classifier
Jan 30 07:45:31 localhost kernel: [    0.910796]     Performance counters on
Jan 30 07:45:31 localhost kernel: [    0.910804]     input device check on
Jan 30 07:45:31 localhost kernel: [    0.910812]     Actions configured
Jan 30 07:45:31 localhost kernel: [    0.911005] IPv4 over IPv4 tunneling driver
Jan 30 07:45:31 localhost kernel: [    0.911684] TCP: bic registered
Jan 30 07:45:31 localhost kernel: [    0.911695] TCP: cubic registered
Jan 30 07:45:31 localhost kernel: [    0.911703] TCP: westwood registered
Jan 30 07:45:31 localhost kernel: [    0.911710] TCP: highspeed registered
Jan 30 07:45:31 localhost kernel: [    0.911718] TCP: hybla registered
Jan 30 07:45:31 localhost kernel: [    0.911725] TCP: htcp registered
Jan 30 07:45:31 localhost kernel: [    0.911733] TCP: vegas registered
Jan 30 07:45:31 localhost kernel: [    0.911740] TCP: veno registered
Jan 30 07:45:31 localhost kernel: [    0.911748] TCP: scalable registered
Jan 30 07:45:31 localhost kernel: [    0.911756] TCP: lp registered
Jan 30 07:45:31 localhost kernel: [    0.911764] TCP: yeah registered
Jan 30 07:45:31 localhost kernel: [    0.911771] TCP: illinois registered
Jan 30 07:45:31 localhost kernel: [    0.911779] Initializing XFRM netlink socket
Jan 30 07:45:31 localhost kernel: [    0.912009] NET: Registered protocol family 10
Jan 30 07:45:31 localhost kernel: [    0.913216] NET: Registered protocol family 17
Jan 30 07:45:31 localhost kernel: [    0.913247] NET: Registered protocol family 15
Jan 30 07:45:31 localhost kernel: [    0.913294] Registering the dns_resolver key type
Jan 30 07:45:31 localhost kernel: [    0.913739] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Jan 30 07:45:31 localhost kernel: [    0.913762] ThumbEE CPU extension supported.
Jan 30 07:45:31 localhost kernel: [    0.913784] Registering SWP/SWPB emulation handler
Jan 30 07:45:31 localhost kernel: [    0.914383] registered taskstats version 1
Jan 30 07:45:31 localhost kernel: [    0.914864] cmdline,disp=
Jan 30 07:45:31 localhost kernel: [    0.914903] [HDMI] power vcc-hdmi-18
Jan 30 07:45:31 localhost kernel: [    0.945850] cmdline,disp=
Jan 30 07:45:31 localhost kernel: [    0.945903] [DISP] disp_init_tv,line:539:screen 0 do not support TV TYPE!
Jan 30 07:45:31 localhost kernel: [    0.945922] [DISP] bsp_disp_tv_register,line:990:'ptv is null
Jan 30 07:45:31 localhost kernel: [    0.945933] tv registered!!
Jan 30 07:45:31 localhost kernel: [    0.963296] mmc0: new high speed SDHC card at address 1234
Jan 30 07:45:31 localhost kernel: [    0.963777] mmcblk0: mmc0:1234 SA16G 14.5 GiB 
Jan 30 07:45:31 localhost kernel: [    0.964999]  mmcblk0: p1
Jan 30 07:45:31 localhost kernel: [    0.965548] mmcblk mmc0:1234: Card claimed for testing.
Jan 30 07:45:31 localhost kernel: [    0.965563] mmc0:1234: SA16G 14.5 GiB 
Jan 30 07:45:31 localhost kernel: [    0.980053] ehci_irq: highspeed device disconnect
Jan 30 07:45:31 localhost kernel: [    0.980089] ohci_irq: fullspeed or lowspeed device connect
Jan 30 07:45:31 localhost kernel: [    1.260047] usb 4-1: new full-speed USB device number 2 using sunxi-ohci
Jan 30 07:45:31 localhost kernel: [    1.496750] generic-usb 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-sunxi-ohci-1/input0
Jan 30 07:45:31 localhost kernel: [    1.550061] [DISP] disp_device_attached_and_enable,line:159:attched ok, mgr0<-->device0, type=4, mode=5
Jan 30 07:45:31 localhost kernel: [    1.550708] ths_fetch_sysconfig_para: type err  device_used = 1. 
Jan 30 07:45:31 localhost kernel: [    1.551305] generic-usb 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-sunxi-ohci-1/input1
Jan 30 07:45:31 localhost kernel: [    1.552107] CPU Budget:corekeeper enabled
Jan 30 07:45:31 localhost kernel: [    1.552337] CPU Budget:Register notifier
Jan 30 07:45:31 localhost kernel: [    1.552351] CPU Budget:register Success
Jan 30 07:45:31 localhost kernel: [    1.552362] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0
Jan 30 07:45:31 localhost kernel: [    1.555758] [rf_pm]: module power0 name vcc-wifi-33
Jan 30 07:45:31 localhost kernel: [    1.555776] [rf_pm]: Did not config module_power1 in sys_config
Jan 30 07:45:31 localhost kernel: [    1.555786] [rf_pm]: Did not config module_power2 in sys_config
Jan 30 07:45:31 localhost kernel: [    1.555796] [rf_pm]: Did not config module_power3 in sys_config
Jan 30 07:45:31 localhost kernel: [    1.555807] [rf_pm]: mod has no chip_en gpio
Jan 30 07:45:31 localhost kernel: [    1.555815] [rf_pm]: failed to fetch lpo_use_apclk
Jan 30 07:45:31 localhost kernel: [    1.555823] [rf_pm]: regulator on.
Jan 30 07:45:31 localhost kernel: [    1.556122] [wifi_pm]: set wl_reg_on 1 !
Jan 30 07:45:31 localhost kernel: [    1.656161] hci: ERR: sunxi_ehci is null
Jan 30 07:45:31 localhost kernel: [    1.656173] hci: ERR: sunxi_ohci is null
Jan 30 07:45:31 localhost kernel: [    1.657701] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    1.705208] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    1.709330] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    1.756187] [wifi_pm]: wifi gpio init is OK !!
Jan 30 07:45:31 localhost kernel: [    1.756266] [rfkill]: init no bt used in configuration
Jan 30 07:45:31 localhost kernel: [    1.756278] ALSA device list:
Jan 30 07:45:31 localhost kernel: [    1.756286]   #0: audiocodec
Jan 30 07:45:31 localhost kernel: [    1.756294]   #1: sndhdmi
Jan 30 07:45:31 localhost kernel: [    1.757184] Freeing init memory: 336K
Jan 30 07:45:31 localhost kernel: [    1.768793] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    1.772682] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    1.835787] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    1.839954] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    1.912286] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    2.086595] vmouse_input_dev_open 
Jan 30 07:45:31 localhost kernel: [    2.150312] vmouse_input_dev_close 
Jan 30 07:45:31 localhost kernel: [    2.717618] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
Jan 30 07:45:31 localhost kernel: [    5.516994] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    5.565511] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    5.569628] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    5.573645] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
Jan 30 07:45:31 localhost kernel: [    5.615445] [wifi_pm]: set wl_reg_on 1 !
Jan 30 07:45:31 localhost kernel: [    5.624533] UMP: UMP device driver  loaded
Jan 30 07:45:31 localhost kernel: [    5.628761] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    5.632905] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    5.641380] mali clk: 252 MHz
Jan 30 07:45:31 localhost kernel: [    5.641603] mali clk: 252 MHz
Jan 30 07:45:31 localhost kernel: [    5.643537] Mali: Mali device driver loaded
Jan 30 07:45:31 localhost kernel: [    5.695368] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    5.699480] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    5.772134] [mmc]: sdc1 power_supply is null
Jan 30 07:45:31 localhost kernel: [    7.587134] Adding 131068k swap on /var/swap.  Priority:-1 extents:1 across:131068k SS
Jan 30 07:45:31 localhost kernel: [   10.049460] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x77)
Jan 30 07:45:31 localhost kernel: [   10.049497] bmp085: probe of 0-0077 failed with error -70
Jan 30 07:45:31 localhost kernel: [   10.052460] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x20, dev addr: 0x48)
Jan 30 07:45:31 localhost kernel: [   10.052657] sunxi_i2c_do_xfer()985 - [i2c0] incomplete xfer (status: 0x48, dev addr: 0x48)
Jan 30 07:45:31 localhost kernel: [   10.094528] vmouse_input_dev_open 
Jan 30 07:45:31 localhost kernel: [   10.150178] vmouse_input_dev_close 
Jan 30 07:45:31 localhost kernel: [   11.314490] gmac0: probed
Jan 30 07:45:31 localhost kernel: [   11.314857] gmac0 gmac0: eth0: eth0: PHY ID 00441400 at 0 IRQ poll (gmac0-0:00)
Jan 30 07:45:32 localhost kernel: [   14.310346] PHY: gmac0-0:00 - Link is Up - 100/Full
Jan 30 07:45:34 localhost NetworkManager[555]: <info>  [1485762334.1339] NetworkManager (version 1.2.2) is starting...
Jan 30 07:45:34 localhost NetworkManager[555]: <info>  [1485762334.1386] Read config: /etc/NetworkManager/NetworkManager.conf (etc: default-wifi-powersave-on.conf, zz-override-wifi-powersave-off.conf)
Jan 30 07:45:34 localhost NetworkManager[555]: <info>  [1485762334.1661] manager[0x705908]: monitoring kernel firmware directory '/lib/firmware'.
Jan 30 07:45:34 localhost NetworkManager[555]: <info>  [1485762334.1664] monitoring ifupdown state file '/run/network/ifstate'.
Jan 30 07:45:34 localhost NetworkManager[555]: <info>  [1485762334.1842] dns-mgr[0x70e210]: set resolv-conf-mode: dnsmasq, plugin="dnsmasq"
Jan 30 07:45:34 localhost NetworkManager[555]: <info>  [1485762334.1844] dns-mgr[0x70e210]: using resolv.conf manager 'resolvconf'
Jan 30 07:45:34 localhost kernel: [   16.079693] [DISP] disp_ioctl,line:1584:para err in disp_ioctl, cmd = 0x0,screen id = 65536
Jan 30 07:45:34 localhost kernel: [   16.133340] [drm] Initialized drm 1.1.0 20060810
Jan 30 07:45:34 localhost kernel: [   16.142902] Mali DRM initialize, driver name: mali_drm, version 2.1
Jan 30 07:45:34 localhost kernel: [   16.143373] [drm] Initialized mali_drm 2.1.1 20101111 on minor 0
Jan 30 07:45:34 localhost kernel: [   16.143429] Mali DRM initialize, driver name: mali_drm, version 2.1
Jan 30 07:45:34 localhost kernel: [   16.143818] [drm] Initialized mali_drm 2.1.1 20101111 on minor 1
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8597] init!
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8620] guessed connection type (eth0) = 802-3-ethernet
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8623] update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet, id:Ifupdown (eth0), uuid: 681b428f-beaf-8932-dce4-687ed5bae28e
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8632] adding eth0 to connections
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8633] adding iface eth0 to eni_ifaces
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8635] autoconnect
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8635] management mode: managed
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8660] devices added (path: /sys/devices/platform/gmac0/net/eth0, iface: eth0)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8664] locking wired connection setting
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8666] devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8667] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8668] devices added (path: /sys/devices/virtual/net/tunl0, iface: tunl0)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8668] device added (path: /sys/devices/virtual/net/tunl0, iface: tunl0): no ifupdown configuration found.
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8669] end _init.
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8671] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-settings-plugin-ifupdown.so)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8674] settings: loaded plugin keyfile: (c) 2007 - 2015 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8714] SettingsPlugin-Ofono: init!
Jan 30 07:45:35 localhost NetworkManager[555]: <warn>  [1485762334.8718] SettingsPlugin-Ofono: file doesn't exist: /var/lib/ofono
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8719] SettingsPlugin-Ofono: end _init.
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8720] settings: loaded plugin ofono: (C) 2013-2016 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-settings-plugin-ofono.so)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8721] (7489840) ... get_connections.
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8721] (7489840) connections count: 1
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8765] SettingsPlugin-Ofono: (7533832) ... get_connections.
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762334.8766] SettingsPlugin-Ofono: (7533832) connections count: 0
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9381] settings: hostname: using hostnamed
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9382] settings: hostname changed from (none) to "orangepi2"
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9394] Using DHCP client 'dhclient'
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9397] manager: WiFi enabled by radio killswitch; enabled by state file
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9399] manager: WWAN enabled by radio killswitch; enabled by state file
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9401] manager: Networking is enabled by state file
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9404] Loaded device plugin: NMVxlanFactory (internal)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9407] Loaded device plugin: NMVlanFactory (internal)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9409] Loaded device plugin: NMVethFactory (internal)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9410] Loaded device plugin: NMTunFactory (internal)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9412] Loaded device plugin: NMMacvlanFactory (internal)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9414] Loaded device plugin: NMIPTunnelFactory (internal)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9416] Loaded device plugin: NMInfinibandFactory (internal)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9419] Loaded device plugin: NMEthernetFactory (internal)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9421] Loaded device plugin: NMBridgeFactory (internal)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9422] Loaded device plugin: NMBondFactory (internal)
Jan 30 07:45:35 localhost NetworkManager[555]: <info>  [1485762335.9806] Loaded device plugin: NMWifiFactory (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-wifi.so)
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.0222] Loaded device plugin: NMAtmManager (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-adsl.so)
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.1917] Loaded device plugin: NMBluezManager (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-bluetooth.so)
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2301] Loaded device plugin: NMWwanFactory (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-wwan.so)
Jan 30 07:45:36 localhost NetworkManager[555]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2342] device (lo): link connected
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2385] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/0)
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2418] device (eth0): link connected
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2463] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/1)
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2602] keyfile: add connection in-memory (224e76b2-1dc1-469f-a403-ad98ce8fa4d9,"eth0")
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2630] device (eth0): state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41]
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2649] device (eth0): state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41]
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2719] device (eth0): Activation: starting connection 'eth0' (224e76b2-1dc1-469f-a403-ad98ce8fa4d9)
Jan 30 07:45:36 localhost NetworkManager[555]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2773] manager: (tunl0): new Generic device (/org/freedesktop/NetworkManager/Devices/2)
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2806] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.2948] urfkill disappeared from the bus
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.3073] manager: startup complete
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.3077] device (eth0): state change: disconnected -> prepare (reason 'none') [30 40 0]
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.3112] policy: set 'eth0' (eth0) as default for IPv4 routing and DNS
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.3243] device (eth0): state change: prepare -> config (reason 'none') [40 50 0]
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.3286] device (eth0): state change: config -> ip-config (reason 'none') [50 70 0]
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.3305] device (eth0): state change: ip-config -> ip-check (reason 'none') [70 80 0]
Jan 30 07:45:36 localhost NetworkManager[555]: <error> [1485762336.3342] platform-linux: do-add-ip4-address[2: 192.168.1.152/24]: failure 17 (File exists)
Jan 30 07:45:36 localhost NetworkManager[555]: <warn>  [1485762336.3351] arping[0x772580,2]: arping could not be found; no ARPs will be sent
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.3355] device (eth0): state change: ip-check -> secondaries (reason 'none') [80 90 0]
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.3375] ofono is now available
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.3395] device (eth0): state change: secondaries -> activated (reason 'none') [90 100 0]
Jan 30 07:45:36 localhost NetworkManager[555]: <info>  [1485762336.3654] device (eth0): Activation: successful, device activated.
Jan 30 07:45:36 localhost NetworkManager[555]: <warn>  [1485762336.3729] failed to enumerate oFono devices: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
Jan 30 07:45:36 localhost kernel: [   17.946716] vmouse_input_dev_open 
Jan 30 07:45:38 localhost NetworkManager[555]: <warn>  [1485762338.6796] arping[0x772580,2]: arping could not be found; no ARPs will be sent
Jan 30 07:45:40 localhost kernel: [   21.390065] eth0: no IPv6 routers present
Jan 30 07:46:16 localhost NetworkManager[555]: <info>  [1485762376.7545] WiFi hardware radio set enabled
Jan 30 07:46:16 localhost NetworkManager[555]: <info>  [1485762376.7546] WWAN hardware radio set enabled

 

 

Link to comment
Share on other sites

Regarding the patch:

- don't change hdcp_enable variable Why do you want HDMI encryption enabled? It can only bring troubles

- you missed few places

- it would be better to add new mode instead of changing existing one

 

For proper addition please check this patch: https://github.com/igorpecovnik/lib/blob/master/patch/kernel/sun8i-default/z-0003-add-additional-video-modes.patch

 

Regarding script.fex:

- hdcp_enable should be 0

- tv_used should be 0 (if HDMI and TV out are enabled at the same time, artifacts on HDMI might appear)

- screen1_output_type and screen1_output_mode should be 0, they are used only for TV out

Link to comment
Share on other sites

I've been making due but my monitors default resolution is 1600 x 900. I was wondering is there a way to submit this to be included in future builds rather than compiling myself and potentially having it over written by updates?

Link to comment
Share on other sites

Just now, nPHYN1T3 said:

I've been making due but my monitors default resolution is 1600 x 900. I was wondering is there a way to submit this to be included in future builds rather than compiling myself and potentially having it over written by updates?

 

The fastest way. Do the math and provide a tested patch - you can use our build tools - and push it to the source. It goes here (H3): https://github.com/armbian/build/tree/master/patch/kernel/sun8i-default

Link to comment
Share on other sites

I'll have to do some reading this week and give it a go. Thanks for the reply and info.

 

**UPDATE! (read it in Robert Stacks voice) Well I've been reading and on the kernel build page there is a lot of discussion about H3 boards being largely unsupported if almost not at all with 4x kernels. Sifting through fex and patch pages this looks like far too large a time sink than I can deal with for changing resolution. Plus the OP's link to the u-boot file referenced is 404. Maybe over the next few months I'll slowly chip away at things but there seem to be too many problems and specifics for me to wade through. Though I'm not ruling out that the kernel build discussions have given me a possibly over complicated view of things but it's been 15 or so years since I did anything like this and back then it was building BSD kernels for speed of purpose. Comically these tiny dev boards remind me of those days because compiling anything takes days! heh.

Edited by nPHYN1T3
Update info
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines