Firefly开源社区

12
发表新贴
打印 上一主题 下一主题

Ubuntu外接USB网卡问题

79

积分

0

威望

0

贡献

技术小白

积分
79

Ubuntu外接USB网卡问题

发表于 2016-3-17 12:16:12      浏览:10814 | 回复:18        打印      只看该作者   [复制链接] 楼主
外接了的一个RTL8192CU芯片的USB网卡,lsusb可以识别到网卡终端显示如下:
root@firefly:~# lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 004: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 003 Device 005: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 003 Device 003: ID 2109:2812 VIA Labs, Inc. VL812 Hub
Bus 003 Device 006: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n W
LAN Adapter
Bus 003 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

板载无线网卡可以正常使用,但外接的这个usb无线网卡无法进行iw设置操作,ifconfig和iwconfig都无法识别:
root@firefly:~# ifconfig
eth0      Link encap:Ethernet  HWaddr f6:16:61:2f:69:62
          inet addr:192.168.1.114  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::f416:61ff:fe2f:6962/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4297 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3677 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2610717 (2.6 MB)  TX bytes:437480 (437.4 KB)
          Interrupt:59

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:413 errors:0 dropped:0 overruns:0 frame:0
          TX packets:413 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:40447 (40.4 KB)  TX bytes:40447 (40.4 KB)

wlan0     Link encap:Ethernet  HWaddr 00:90:4c:11:22:33
          inet6 addr: fe80::96a1:a2ff:fe80:df64/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:270 (270.0 B)
请问应该怎么做才能使用外接的USB无线网卡?
回复

使用道具 举报

2918

积分

56

威望

46

贡献

高级创客

Rank: 6Rank: 6

积分
2918

优秀版主论坛元老

发表于 2016-3-17 14:59:22        只看该作者  沙发
参考:http://developer.t-firefly.com/thread-808-1-1.html
需要自己移植或修改驱动
回复

使用道具 举报

79

积分

0

威望

0

贡献

技术小白

积分
79
发表于 2016-3-24 14:50:29        只看该作者  板凳
请问SDK中内核自带的rtl8192cu驱动能用吗?为啥我在内核中如下图选择了后还是lsusb可以识别到网卡,但没法使用。
E:\Users\Administrator\Pictures\Saved Pictures\2016-03-24 14_36_01.png
回复

使用道具 举报

79

积分

0

威望

0

贡献

技术小白

积分
79
发表于 2016-3-24 14:53:23        只看该作者  地板
这是图,刚才没发成功

2016-03-24 14_36_01.png (64.51 KB, 下载次数: 90)

2016-03-24 14_36_01.png
回复

使用道具 举报

2918

积分

56

威望

46

贡献

高级创客

Rank: 6Rank: 6

积分
2918

优秀版主论坛元老

发表于 2016-3-24 16:22:16        只看该作者  5#
内核log附件发出来看看
回复

使用道具 举报

79

积分

0

威望

0

贡献

技术小白

积分
79
发表于 2016-3-24 17:00:47        只看该作者  6#
本帖最后由 科长大叔 于 2016-3-24 17:04 编辑

Jan  1 12:28:16 localhost kernel: [    0.000000] Booting Linux on physical CPU 0x500
Jan  1 12:28:16 localhost kernel: [    0.000000] Initializing cgroup subsys cpu
Jan  1 12:28:16 localhost kernel: [    0.000000] Initializing cgroup subsys cpuacct
Jan  1 12:28:16 localhost kernel: [    0.000000] Linux version 3.10.0 (ke@ke-System-Product-Name) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #8 SMP PREEMPT Thu Mar 24 16:37:35 CST 2016
Jan  1 12:28:16 localhost kernel: [    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
Jan  1 12:28:16 localhost kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jan  1 12:28:16 localhost kernel: [    0.000000] Machine: Rockchip RK3288 (Flattened Device Tree), model: rockchip,rk3288
Jan  1 12:28:16 localhost kernel: [    0.000000] hdmi init vic is -1
Jan  1 12:28:16 localhost kernel: [    0.000000] rockchip_ion_reserve
Jan  1 12:28:16 localhost kernel: [    0.000000] cma: CMA: reserved 16 MiB at 2e800000
Jan  1 12:28:16 localhost kernel: [    0.000000] Memory policy: ECC disabled, Data cache writealloc
Jan  1 12:28:16 localhost kernel: [    0.000000] Boot mode: RECOVERY (2) flag: RECOVER (0xc3524203)
Jan  1 12:28:16 localhost kernel: [    0.000000] On node 0 totalpages: 524288
Jan  1 12:28:16 localhost kernel: [    0.000000] free_area_init_node: node 0, pgdat c0d3edc0, node_mem_map c0e62000
Jan  1 12:28:16 localhost kernel: [    0.000000]   Normal zone: 1520 pages used for memmap
Jan  1 12:28:16 localhost kernel: [    0.000000]   Normal zone: 0 pages reserved
Jan  1 12:28:16 localhost kernel: [    0.000000]   Normal zone: 194560 pages, LIFO batch:31
Jan  1 12:28:16 localhost kernel: [    0.000000]   HighMem zone: 2576 pages used for memmap
Jan  1 12:28:16 localhost kernel: [    0.000000]   HighMem zone: 329728 pages, LIFO batch:31
Jan  1 12:28:16 localhost kernel: [    0.000000] PERCPU: Embedded 9 pages/cpu @c1e99000 s14016 r8192 d14656 u36864
Jan  1 12:28:16 localhost kernel: [    0.000000] pcpu-alloc: s14016 r8192 d14656 u36864 alloc=9*4096
Jan  1 12:28:16 localhost kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Jan  1 12:28:16 localhost kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 522768
Jan  1 12:28:16 localhost kernel: [    0.000000] Kernel command line: console=tty0 console=ttyFIQ0 earlyprintk androidboot.hardware=rk30board androidboot.console=ttyFIQ0 board.ap_has_alsa=0 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4 init=/sbin/init  mtdparts=rk29xxnand:0x00002000@0x00000000(parameter),0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(resource),0x00008000@0x0000e000(kernel),0x00010000@0x00016000(boot),0x00010000@0x00026000(recovery),0x0001a000@0x00036000(backup),0x00040000@0x00050000(cache),0x00002000@0x00090000(kpanic),0x00180000@0x00092000(system),0x00002000@0x00212000(metadata),0x00200000@0x00214000(userdata),0x00620000@0x00414000(linuxroot),-@0x00a34000(user) storagemedia=emmc loader.timestamp=2015-11-13_10:22:31 hdmi.vic=-1
Jan  1 12:28:16 localhost kernel: [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Jan  1 12:28:16 localhost kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jan  1 12:28:16 localhost kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jan  1 12:28:16 localhost kernel: [    0.000000] Memory: 2048MB = 2048MB total
Jan  1 12:28:16 localhost kernel: [    0.000000] Memory: 2045832k/2045832k available, 51320k reserved, 1318912K highmem
Jan  1 12:28:16 localhost kernel: [    0.000000] Virtual kernel memory layout:
Jan  1 12:28:16 localhost kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Jan  1 12:28:16 localhost kernel: [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
Jan  1 12:28:16 localhost kernel: [    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
Jan  1 12:28:16 localhost kernel: [    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
Jan  1 12:28:16 localhost kernel: [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
Jan  1 12:28:16 localhost kernel: [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
Jan  1 12:28:16 localhost kernel: [    0.000000]       .text : 0xc0008000 - 0xc0a591f0   (10565 kB)
Jan  1 12:28:16 localhost kernel: [    0.000000]       .init : 0xc0a5a000 - 0xc0caa6c0   (2370 kB)
Jan  1 12:28:16 localhost kernel: [    0.000000]       .data : 0xc0cac000 - 0xc0d464c8   ( 618 kB)
Jan  1 12:28:16 localhost kernel: [    0.000000]        .bss : 0xc0d464c8 - 0xc0e61784   (1133 kB)
Jan  1 12:28:16 localhost kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jan  1 12:28:16 localhost kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Jan  1 12:28:16 localhost kernel: [    0.000000]         RCU dyntick-idle grace-period acceleration is enabled.
Jan  1 12:28:16 localhost kernel: [    0.000000] NR_IRQS:16 nr_irqs:16 16
Jan  1 12:28:16 localhost kernel: [    0.000000] rk_clk_tree_init start! cru base = 0xfed00000
Jan  1 12:28:16 localhost kernel: [    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 0
Jan  1 12:28:16 localhost kernel: [    0.000000] rkclk_init_clks: cnt_parent = 7
Jan  1 12:28:16 localhost kernel: [    0.000000] rkclk_init_clks: cnt_rate = 32
Jan  1 12:28:16 localhost kernel: [    0.000000] Architected local timer running at 24.00MHz (phys).
Jan  1 12:28:16 localhost kernel: [    0.000000] Switching to timer-based delay loop
Jan  1 12:28:16 localhost kernel: [    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
Jan  1 12:28:16 localhost kernel: [    0.000000] process version: 3
Jan  1 12:28:16 localhost kernel: [    0.000000] channel:0, lkg:7
Jan  1 12:28:16 localhost kernel: [    0.000000] target-temp:95
Jan  1 12:28:16 localhost kernel: [    0.000000] channel:2, lkg:0
Jan  1 12:28:16 localhost kernel: [    0.000000] target-temp:95
Jan  1 12:28:16 localhost kernel: [    0.000000] channel:0, lkg:7
Jan  1 12:28:16 localhost kernel: [    0.000000] target-temp:95
Jan  1 12:28:16 localhost kernel: [    0.000000] channel:1, lkg:6
Jan  1 12:28:16 localhost kernel: [    0.000000] target-temp:95
Jan  1 12:28:16 localhost kernel: [    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
Jan  1 12:28:16 localhost kernel: [    0.000000] Console: colour dummy device 80x30
Jan  1 12:28:16 localhost kernel: [    0.000000] console [tty0] enabled
Jan  1 12:28:16 localhost kernel: [    0.523201] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
Jan  1 12:28:16 localhost kernel: [    0.523311] pid_max: default: 32768 minimum: 301
Jan  1 12:28:16 localhost kernel: [    0.523678] Security Framework initialized
Jan  1 12:28:16 localhost kernel: [    0.523747] SELinux:  Initializing.
Jan  1 12:28:16 localhost kernel: [    0.523851] SELinux:  Starting in permissive mode
Jan  1 12:28:16 localhost kernel: [    0.524001] Mount-cache hash table entries: 512
Jan  1 12:28:16 localhost kernel: [    0.526068] Initializing cgroup subsys debug
Jan  1 12:28:16 localhost kernel: [    0.526141] Initializing cgroup subsys freezer
Jan  1 12:28:16 localhost kernel: [    0.526258] CPU: Testing write buffer coherency: ok
Jan  1 12:28:16 localhost kernel: [    0.527046] /cpus/cpu@0 missing clock-frequency property
Jan  1 12:28:16 localhost kernel: [    0.527124] /cpus/cpu@1 missing clock-frequency property
Jan  1 12:28:16 localhost kernel: [    0.527188] /cpus/cpu@2 missing clock-frequency property
Jan  1 12:28:16 localhost kernel: [    0.527250] /cpus/cpu@3 missing clock-frequency property
Jan  1 12:28:16 localhost kernel: [    0.527405] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
Jan  1 12:28:16 localhost kernel: [    0.527548] Setting up static identity map for 0xc0774600 - 0xc0774658
Jan  1 12:28:16 localhost kernel: [    0.531102] last_log: 0x2e100000 map to 0xf0004000 and copy to 0xf0086000, size 0x80000 early 0x15ce (version 3.0)
Jan  1 12:28:16 localhost kernel: [    0.608727] CPU1: Booted secondary processor
Jan  1 12:28:16 localhost kernel: [    0.608818] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
Jan  1 12:28:16 localhost kernel: [    0.628462] CPU2: Booted secondary processor
Jan  1 12:28:16 localhost kernel: [    0.628545] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
Jan  1 12:28:16 localhost kernel: [    0.648241] CPU3: Booted secondary processor
Jan  1 12:28:16 localhost kernel: [    0.648325] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
Jan  1 12:28:16 localhost kernel: [    0.648699] Brought up 4 CPUs
Jan  1 12:28:16 localhost kernel: [    0.648987] SMP: Total of 4 processors activated (192.00 BogoMIPS).
Jan  1 12:28:16 localhost kernel: [    0.649051] CPU: All CPU(s) started in SVC mode.
Jan  1 12:28:16 localhost kernel: [    0.651314] devtmpfs: initialized
Jan  1 12:28:16 localhost kernel: [    0.669765] pinctrl core: initialized pinctrl subsystem
Jan  1 12:28:16 localhost kernel: [    0.670547] regulator-dummy: no parameters
Jan  1 12:28:16 localhost kernel: [    0.672209] NET: Registered protocol family 16
Jan  1 12:28:16 localhost kernel: [    0.677855] DMA: preallocated 256 KiB pool for atomic coherent allocations
Jan  1 12:28:16 localhost kernel: [    0.678862] ion_snapshot: 0x2e1b0000 map to 0xf0107000 and copy to 0xc0e3cdd4 (version 0.1)
Jan  1 12:28:16 localhost kernel: [    0.679406] Registered FIQ tty driver
Jan  1 12:28:16 localhost kernel: [    0.682921] console [ttyFIQ0] enabled
Jan  1 12:28:16 localhost kernel: [    0.683506] Registered fiq debugger ttyFIQ0
Jan  1 12:28:16 localhost kernel: [    0.685719] rockchip_get_bank_data:name=base start=0xff750000,end=0xff7500ff
Jan  1 12:28:16 localhost kernel: [    0.685846] rockchip_get_bank_data:name=mux_bank0 start=0xff730084,end=0xff73008f
Jan  1 12:28:16 localhost kernel: [    0.685981] rockchip_get_bank_data:name=pull_bank0 start=0xff730064,end=0xff73006f
Jan  1 12:28:16 localhost kernel: [    0.686101] rockchip_get_bank_data:name=drv_bank0 start=0xff730070,end=0xff73007b
Jan  1 12:28:16 localhost kernel: [    0.686413] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio1@ff780000 start=0xff780000,end=0xff7800ff
Jan  1 12:28:16 localhost kernel: [    0.686703] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio2@ff790000 start=0xff790000,end=0xff7900ff
Jan  1 12:28:16 localhost kernel: [    0.687060] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio3@ff7a0000 start=0xff7a0000,end=0xff7a00ff
Jan  1 12:28:16 localhost kernel: [    0.687349] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio4@ff7b0000 start=0xff7b0000,end=0xff7b00ff
Jan  1 12:28:16 localhost kernel: [    0.687634] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio5@ff7c0000 start=0xff7c0000,end=0xff7c00ff
Jan  1 12:28:16 localhost kernel: [    0.687917] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio6@ff7d0000 start=0xff7d0000,end=0xff7d00ff
Jan  1 12:28:16 localhost kernel: [    0.688201] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio7@ff7e0000 start=0xff7e0000,end=0xff7e00ff
Jan  1 12:28:16 localhost kernel: [    0.688482] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio8@ff7f0000 start=0xff7f0000,end=0xff7f00ff
Jan  1 12:28:16 localhost kernel: [    0.688779] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio15@ff7f2000 start=0xff7f2000,end=0xff7f20ff
Jan  1 12:28:16 localhost kernel: [    0.689070] rockchip_pinctrl_probe:name=RK3288-GPIO,type=3
Jan  1 12:28:16 localhost kernel: [    0.689161] rockchip_pinctrl_probe:name=base start=0xff770000,end=0xff77013f
Jan  1 12:28:16 localhost kernel: [    0.689250] rockchip_pinctrl_probe:name=pull start=0xff770140,end=0xff7701bf
Jan  1 12:28:16 localhost kernel: [    0.689339] rockchip_pinctrl_probe:name=drv start=0xff7701c0,end=0xff77023f
Jan  1 12:28:16 localhost kernel: [    0.689594] gpiochip_add: registered GPIOs 0 to 31 on device: gpio0
Jan  1 12:28:16 localhost kernel: [    0.689758] gpiochip_add: registered GPIOs 32 to 63 on device: gpio1
Jan  1 12:28:16 localhost kernel: [    0.689913] gpiochip_add: registered GPIOs 64 to 95 on device: gpio2
Jan  1 12:28:16 localhost kernel: [    0.690066] gpiochip_add: registered GPIOs 96 to 127 on device: gpio3
Jan  1 12:28:16 localhost kernel: [    0.690234] gpiochip_add: registered GPIOs 128 to 159 on device: gpio4
Jan  1 12:28:16 localhost kernel: [    0.690391] gpiochip_add: registered GPIOs 160 to 191 on device: gpio5
Jan  1 12:28:16 localhost kernel: [    0.690545] gpiochip_add: registered GPIOs 192 to 223 on device: gpio6
Jan  1 12:28:16 localhost kernel: [    0.690714] gpiochip_add: registered GPIOs 224 to 255 on device: gpio7
Jan  1 12:28:16 localhost kernel: [    0.690868] gpiochip_add: registered GPIOs 256 to 287 on device: gpio8
Jan  1 12:28:16 localhost kernel: [    0.691022] gpiochip_add: registered GPIOs 288 to 319 on device: gpio15
Jan  1 12:28:16 localhost kernel: [    0.691111] rockchip_interrupts_register:bank_num=7
Jan  1 12:28:16 localhost kernel: [    0.697821] of_get_named_gpio_flags exited with status 256
Jan  1 12:28:16 localhost kernel: [    0.697865] of_get_gpio_init_config:gpio[0] = 256, value = 0
Jan  1 12:28:16 localhost kernel: [    0.697955] of_get_named_gpio_flags exited with status 233
Jan  1 12:28:16 localhost kernel: [    0.697989] of_get_gpio_init_config:gpio[1] = 233, value = 0
Jan  1 12:28:16 localhost kernel: [    0.698071] of_get_named_gpio_flags exited with status 136
Jan  1 12:28:16 localhost kernel: [    0.698103] of_get_gpio_init_config:gpio[2] = 136, value = 0
Jan  1 12:28:16 localhost kernel: [    0.698345] rockchip_pinctrl_probe:init ok
Jan  1 12:28:16 localhost kernel: [    0.718204] rk_iommu ff900800.iep_mmu: (iep) Enter
Jan  1 12:28:16 localhost kernel: [    0.718302] rk_iommu ff900800.iep_mmu: data->num_res_mem=1
Jan  1 12:28:16 localhost kernel: [    0.718346] rk_iommu ff900800.iep_mmu: data->num_res_irq=1
Jan  1 12:28:16 localhost kernel: [    0.718417] rk_iommu ff900800.iep_mmu: res->start = 0xff900800  ioremap to  data->res_bases[0] = 0xf0114800
Jan  1 12:28:16 localhost kernel: [    0.718599] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
Jan  1 12:28:16 localhost kernel: [    0.718692] rk_iommu ff900800.iep_mmu: (iep) Initialized
Jan  1 12:28:16 localhost kernel: [    0.719291] rk_iommu ff950800.vip_mmu: (vip) Enter
Jan  1 12:28:16 localhost kernel: [    0.719379] rk_iommu ff950800.vip_mmu: data->num_res_mem=1
Jan  1 12:28:16 localhost kernel: [    0.719419] rk_iommu ff950800.vip_mmu: data->num_res_irq=1
Jan  1 12:28:16 localhost kernel: [    0.719485] rk_iommu ff950800.vip_mmu: res->start = 0xff950800  ioremap to  data->res_bases[0] = 0xf0116800
Jan  1 12:28:16 localhost kernel: [    0.719648] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
Jan  1 12:28:16 localhost kernel: [    0.719738] rk_iommu ff950800.vip_mmu: (vip) Initialized
Jan  1 12:28:16 localhost kernel: [    0.720306] rk_iommu ff930300.vopb_mmu: (vopb) Enter
Jan  1 12:28:16 localhost kernel: [    0.720393] rk_iommu ff930300.vopb_mmu: data->num_res_mem=1
Jan  1 12:28:16 localhost kernel: [    0.720433] rk_iommu ff930300.vopb_mmu: data->num_res_irq=1
Jan  1 12:28:16 localhost kernel: [    0.720499] rk_iommu ff930300.vopb_mmu: res->start = 0xff930300  ioremap to  data->res_bases[0] = 0xf011e300
Jan  1 12:28:16 localhost kernel: [    0.720659] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
Jan  1 12:28:16 localhost kernel: [    0.720748] rk_iommu ff930300.vopb_mmu: (vopb) Initialized
Jan  1 12:28:16 localhost kernel: [    0.721343] rk_iommu ff940300.vopl_mmu: (vopl) Enter
Jan  1 12:28:16 localhost kernel: [    0.721431] rk_iommu ff940300.vopl_mmu: data->num_res_mem=1
Jan  1 12:28:16 localhost kernel: [    0.721472] rk_iommu ff940300.vopl_mmu: data->num_res_irq=1
Jan  1 12:28:16 localhost kernel: [    0.721539] rk_iommu ff940300.vopl_mmu: res->start = 0xff940300  ioremap to  data->res_bases[0] = 0xf012a300
Jan  1 12:28:16 localhost kernel: [    0.721701] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
Jan  1 12:28:16 localhost kernel: [    0.721789] rk_iommu ff940300.vopl_mmu: (vopl) Initialized
Jan  1 12:28:16 localhost kernel: [    0.722387] rk_iommu ff9c0440.hevc_mmu: (hevc) Enter
Jan  1 12:28:16 localhost kernel: [    0.722472] rk_iommu ff9c0440.hevc_mmu: data->num_res_mem=2
Jan  1 12:28:16 localhost kernel: [    0.722512] rk_iommu ff9c0440.hevc_mmu: data->num_res_irq=1
Jan  1 12:28:16 localhost kernel: [    0.722577] rk_iommu ff9c0440.hevc_mmu: res->start = 0xff9c0440  ioremap to  data->res_bases[0] = 0xf012c440
Jan  1 12:28:16 localhost kernel: [    0.722641] rk_iommu ff9c0440.hevc_mmu: res->start = 0xff9c0480  ioremap to  data->res_bases[1] = 0xf012e480
Jan  1 12:28:16 localhost kernel: [    0.722798] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
Jan  1 12:28:16 localhost kernel: [    0.722888] rk_iommu ff9c0440.hevc_mmu: (hevc) Initialized
Jan  1 12:28:16 localhost kernel: [    0.723473] rk_iommu ff9a0800.vpu_mmu: (vpu) Enter
Jan  1 12:28:16 localhost kernel: [    0.723560] rk_iommu ff9a0800.vpu_mmu: data->num_res_mem=1
Jan  1 12:28:16 localhost kernel: [    0.723600] rk_iommu ff9a0800.vpu_mmu: data->num_res_irq=1
Jan  1 12:28:16 localhost kernel: [    0.723678] rk_iommu ff9a0800.vpu_mmu: res->start = 0xff9a0800  ioremap to  data->res_bases[0] = 0xf0136800
Jan  1 12:28:16 localhost kernel: [    0.723839] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
Jan  1 12:28:16 localhost kernel: [    0.723926] rk_iommu ff9a0800.vpu_mmu: (vpu) Initialized
Jan  1 12:28:16 localhost kernel: [    0.724570] rk_iommu ff914000.isp_mmu: (isp_mmu) Enter
Jan  1 12:28:16 localhost kernel: [    0.724656] rk_iommu ff914000.isp_mmu: data->num_res_mem=2
Jan  1 12:28:16 localhost kernel: [    0.724698] rk_iommu ff914000.isp_mmu: data->num_res_irq=1
Jan  1 12:28:16 localhost kernel: [    0.724763] rk_iommu ff914000.isp_mmu: res->start = 0xff914000  ioremap to  data->res_bases[0] = 0xf0138000
Jan  1 12:28:16 localhost kernel: [    0.724824] rk_iommu ff914000.isp_mmu: res->start = 0xff915000  ioremap to  data->res_bases[1] = 0xf013a000
Jan  1 12:28:16 localhost kernel: [    0.724977] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
Jan  1 12:28:16 localhost kernel: [    0.725065] rk_iommu ff914000.isp_mmu: (isp_mmu) Initialized
Jan  1 12:28:16 localhost kernel: [    0.730749] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Jan  1 12:28:16 localhost kernel: [    0.730854] hw-breakpoint: maximum watchpoint size is 4 bytes.
Jan  1 12:28:16 localhost kernel: [    0.731519] DDR DEBUG: version 1.00 20140603
Jan  1 12:28:16 localhost kernel: [    0.731636] DDR DEBUG: Channel a:
Jan  1 12:28:16 localhost kernel: [    0.731697] DDR DEBUG: DDR3 Device
Jan  1 12:28:16 localhost kernel: [    0.731767] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
Jan  1 12:28:16 localhost kernel: [    0.731855] DDR DEBUG: Channel b:
Jan  1 12:28:16 localhost kernel: [    0.731909] DDR DEBUG: DDR3 Device
Jan  1 12:28:16 localhost kernel: [    0.731976] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
Jan  1 12:28:16 localhost kernel: [    0.732065] DDR DEBUG: addr=0xd4c000
Jan  1 12:28:16 localhost kernel: [    0.732126] DDR DEBUG: stride=9, size=256, halfcap=40000000
Jan  1 12:28:16 localhost kernel: [    0.732197] DDR DEBUG: socAddr[0]=0xd4c000, socAddr[1]=0xd4c100
Jan  1 12:28:16 localhost kernel: [    0.732270] DDR DEBUG: chAddr[0]=0xd4c000, chAddr[1]=0xd4c000
Jan  1 12:28:16 localhost kernel: [    0.732346] DDR DEBUG: dtar[0]=0x401a9000, dtar[1]=0x401a9000
Jan  1 12:28:16 localhost kernel: [    0.732538] DDR DEBUG: init success!!! freq=200MHz
Jan  1 12:28:16 localhost kernel: [    0.732603] DDR DEBUG: Channel a:
Jan  1 12:28:16 localhost kernel: [    0.732674] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,0 extra clock, DGPS=180,270
Jan  1 12:28:16 localhost kernel: [    0.732785] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,0 extra clock, DGPS=180,270
Jan  1 12:28:16 localhost kernel: [    0.732896] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,0 extra clock, DGPS=180,270
Jan  1 12:28:16 localhost kernel: [    0.733006] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,0 extra clock, DGPS=180,270
Jan  1 12:28:16 localhost kernel: [    0.733111] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
Jan  1 12:28:16 localhost kernel: [    0.733188] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19
Jan  1 12:28:16 localhost kernel: [    0.733257] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2
Jan  1 12:28:16 localhost kernel: [    0.733320] DDR DEBUG: Channel b:
Jan  1 12:28:16 localhost kernel: [    0.733389] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,0 extra clock, DGPS=180,270
Jan  1 12:28:16 localhost kernel: [    0.733498] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,0 extra clock, DGPS=180,270
Jan  1 12:28:16 localhost kernel: [    0.733607] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,0 extra clock, DGPS=180,270
Jan  1 12:28:16 localhost kernel: [    0.733716] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,0 extra clock, DGPS=180,270
Jan  1 12:28:16 localhost kernel: [    0.733819] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
Jan  1 12:28:16 localhost kernel: [    0.733896] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19
Jan  1 12:28:16 localhost kernel: [    0.733964] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2
Jan  1 12:28:16 localhost kernel: [    0.808053] bio: create slab <bio-0> at 0
Jan  1 12:28:16 localhost kernel: [    0.809938] Enter firefly_noatx8_init
Jan  1 12:28:16 localhost kernel: [    0.810372] of_get_named_gpio_flags exited with status 245
Jan  1 12:28:16 localhost kernel: [    0.810447] firefly_noatx8_probe 51
Jan  1 12:28:16 localhost kernel: [    0.811204] SCSI subsystem initialized
Jan  1 12:28:16 localhost kernel: [    0.811739] usbcore: registered new interface driver usbfs
Jan  1 12:28:16 localhost kernel: [    0.811931] usbcore: registered new interface driver hub
Jan  1 12:28:16 localhost kernel: [    0.812253] usbcore: registered new device driver usb
Jan  1 12:28:16 localhost kernel: [    0.813092] of_get_named_gpio_flags exited with status 14
Jan  1 12:28:16 localhost kernel: [    0.813168] of_get_named_gpio_flags exited with status 12
Jan  1 12:28:16 localhost kernel: [    0.816220] of_get_named_gpio_flags exited with status 15
Jan  1 12:28:16 localhost kernel: [    0.816285] of_get_named_gpio_flags exited with status 16
Jan  1 12:28:16 localhost kernel: [    0.816759] rockchip_i2c ff650000.i2c: i2c-0: Rockchip I2C adapter
Jan  1 12:28:16 localhost kernel: [    0.820674] of_get_named_gpio_flags exited with status 260
Jan  1 12:28:16 localhost kernel: [    0.820757] of_get_named_gpio_flags exited with status 261
Jan  1 12:28:16 localhost kernel: [    0.821210] rockchip_i2c ff140000.i2c: i2c-1: Rockchip I2C adapter
Jan  1 12:28:16 localhost kernel: [    0.822226] of_get_named_gpio_flags exited with status 201
Jan  1 12:28:16 localhost kernel: [    0.822295] of_get_named_gpio_flags exited with status 202
Jan  1 12:28:16 localhost kernel: [    0.822722] rockchip_i2c ff660000.i2c: i2c-2: Rockchip I2C adapter
Jan  1 12:28:16 localhost kernel: [    0.823757] of_get_named_gpio_flags exited with status 81
Jan  1 12:28:16 localhost kernel: [    0.823824] of_get_named_gpio_flags exited with status 80
Jan  1 12:28:16 localhost kernel: [    0.824249] rockchip_i2c ff150000.i2c: i2c-3: Rockchip I2C adapter
Jan  1 12:28:16 localhost kernel: [    0.824638] of_get_named_gpio_flags exited with status 241
Jan  1 12:28:16 localhost kernel: [    0.824702] of_get_named_gpio_flags exited with status 242
Jan  1 12:28:16 localhost kernel: [    0.825124] rockchip_i2c ff160000.i2c: i2c-4: Rockchip I2C adapter
Jan  1 12:28:16 localhost kernel: [    0.828090] media: Linux media interface: v0.10
Jan  1 12:28:16 localhost kernel: [    0.828283] Linux video capture interface: v2.00
Jan  1 12:28:16 localhost kernel: [    0.828475] pps_core: LinuxPPS API ver. 1 registered
Jan  1 12:28:16 localhost kernel: [    0.828547] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan  1 12:28:16 localhost kernel: [    0.828682] PTP clock support registered
Jan  1 12:28:16 localhost kernel: [    0.829129] rockchip_temp_probe,line=362
Jan  1 12:28:16 localhost kernel: [    0.829962] tsadc ff280000.tsadc: initialized
Jan  1 12:28:16 localhost kernel: [    0.831241] rockchip_ion_parse_dt: num_heaps = 1
Jan  1 12:28:16 localhost kernel: [    0.831333] 0:  0  3  vmalloc  0x  (null)
Jan  1 12:28:16 localhost kernel: [    0.832171] Rockchip ion module is successfully loaded (v1.0)
Jan  1 12:28:16 localhost kernel: [    0.832734] Advanced Linux Sound Architecture Driver Initialized.
Jan  1 12:28:16 localhost kernel: [    0.834020] Bluetooth: Core ver 2.16
Jan  1 12:28:16 localhost kernel: [    0.834177] NET: Registered protocol family 31
Jan  1 12:28:16 localhost kernel: [    0.834249] Bluetooth: HCI device and connection manager initialized
Jan  1 12:28:16 localhost kernel: [    0.834345] Bluetooth: HCI socket layer initialized
Jan  1 12:28:16 localhost kernel: [    0.834426] Bluetooth: L2CAP socket layer initialized
Jan  1 12:28:16 localhost kernel: [    0.834551] Bluetooth: SCO socket layer initialized
Jan  1 12:28:16 localhost kernel: [    0.835261] cfg80211: Calling CRDA to update world regulatory domain
Jan  1 12:28:16 localhost kernel: [    0.837675] act8846_i2c_probe,line=898
Jan  1 12:28:16 localhost kernel: [    0.839119] act8846_parse_dt,line=746
Jan  1 12:28:16 localhost kernel: [    0.840464] of_get_named_gpio_flags exited with status 238
Jan  1 12:28:16 localhost kernel: [    0.840511] of_get_named_gpio_flags exited with status 1
Jan  1 12:28:16 localhost kernel: [    0.840551] of_get_named_gpio_flags exited with status 234
Jan  1 12:28:16 localhost kernel: [    0.840589] of_get_named_gpio_flags exited with status 259
Jan  1 12:28:16 localhost kernel: [    0.840648] act8846_i2c_probe: act8846_pmic_hold=1
Jan  1 12:28:16 localhost kernel: [    0.840751] act8846_i2c_probe: act8846_pmic_sleep=1
Jan  1 12:28:16 localhost kernel: [    0.840841] act8846_i2c_probe: act8846_pmic_cpu_det_gpio=1
Jan  1 12:28:16 localhost kernel: [    0.840933] act8846_i2c_probe: act8846_pmic_usb_hub_reset_gpio=1
Jan  1 12:28:16 localhost kernel: [    0.843467] act_dcdc1: 1200 mV
Jan  1 12:28:16 localhost kernel: [    0.847287] vccio: 3300 mV
Jan  1 12:28:16 localhost kernel: [    0.849952] vdd_logic: 700 <--> 1500 mV at 1100 mV
Jan  1 12:28:16 localhost kernel: [    0.853743] act_dcdc4: 2000 mV
Jan  1 12:28:16 localhost kernel: [    0.855627] vccio_sd: 1800 <--> 3300 mV at 3300 mV
Jan  1 12:28:16 localhost kernel: [    0.858615] act_ldo2: 1050 mV
Jan  1 12:28:16 localhost kernel: [    0.861546] act_ldo3: 2800 mV
Jan  1 12:28:16 localhost kernel: [    0.864477] act_ldo4: 3300 mV
Jan  1 12:28:16 localhost kernel: [    0.867501] act_ldo5: 3300 mV
Jan  1 12:28:16 localhost kernel: [    0.870425] act_ldo6: 1100 mV
Jan  1 12:28:16 localhost kernel: [    0.873372] vcc_18: 1800 mV
Jan  1 12:28:16 localhost kernel: [    0.876405] act_ldo8: 1850 mV
Jan  1 12:28:16 localhost kernel: [    0.883018] vdd_arm: 712 <--> 1500 mV at 1000 mV
Jan  1 12:28:16 localhost kernel: [    0.889477] vdd_gpu: 712 <--> 1500 mV at 1000 mV
Jan  1 12:28:16 localhost kernel: [    0.890470] rk808_i2c_probe,line=1368
Jan  1 12:28:16 localhost kernel: [    0.892157] The device is not rk808 -11
Jan  1 12:28:16 localhost kernel: [    0.892451] rk808: probe of 0-001b failed with error -11
Jan  1 12:28:16 localhost kernel: [    0.894948] i2s: maxburst: 1
Jan  1 12:28:16 localhost kernel: [    0.897348] Switching to clocksource arch_sys_counter
Jan  1 12:28:16 localhost kernel: [    0.907206] rk_battery_charger_detect_cb , battery_charger_detect 1
Jan  1 12:28:16 localhost kernel: [    0.962945] rk-fb rockchip-fb: rk fb ion client create success!
Jan  1 12:28:16 localhost kernel: [    0.963060] rk-fb rockchip-fb: rockchip framebuffer driver probe
Jan  1 12:28:16 localhost kernel: [    0.964152] rk-screen rk_screen.9: rockchip screen probe success
Jan  1 12:28:16 localhost kernel: [    0.964958] rk32-lvds rk32-lvds: rk32 lvds driver probe success
Jan  1 12:28:16 localhost kernel: [    0.965701] rk32-edp ff970000.edp: screen is not edp!
Jan  1 12:28:16 localhost kernel: [    0.965806] rk32-edp: probe of ff970000.edp failed with error -22
Jan  1 12:28:16 localhost kernel: [    0.967127] rk3288-lcdc lcdc0: can't find power_ctr node for lcdc0
Jan  1 12:28:16 localhost kernel: [    0.967869] graphics fb0: rockchip framebuffer registerd:fb0
Jan  1 12:28:16 localhost kernel: [    0.968937] graphics fb1: rockchip framebuffer registerd:fb1
Jan  1 12:28:16 localhost kernel: [    0.969526] graphics fb2: rockchip framebuffer registerd:fb2
Jan  1 12:28:16 localhost kernel: [    0.970121] graphics fb3: rockchip framebuffer registerd:fb3
Jan  1 12:28:16 localhost kernel: [    0.970707] graphics fb4: rockchip framebuffer registerd:fb4
Jan  1 12:28:16 localhost kernel: [    0.972402] rk_iommu ff930300.vopb_mmu: (vopb) Enabled
Jan  1 12:28:16 localhost kernel: [    0.972498] rk_iommu ff930300.vopb_mmu: rockchip_iommu_attach_device: Attached new IOMMU with pgtable 0x2e26f000
Jan  1 12:28:16 localhost kernel: [    0.972866] rk3288-lcdc lcdc0: lcdc0: dclk:148500000>>fps:60
Jan  1 12:28:16 localhost kernel: [    0.972972] rk3288-lcdc lcdc0: wakeup from standby!
Jan  1 12:28:16 localhost kernel: [    1.107511] alloc_buffer:ion_phy_addr=0x10000000
Jan  1 12:28:16 localhost kernel: [    1.150879] fb0:phy:10000000>>vir:f0191000>>len:0x1800000
Jan  1 12:28:16 localhost kernel: [    1.280955] rk3288-lcdc lcdc0: lcdc0 probe ok, iommu enabled
Jan  1 12:28:16 localhost kernel: [    1.282183] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.282663] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.283101] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.283535] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.283964] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.284385] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.285326] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.285867] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.286782] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.287305] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.288179] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.288704] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.289572] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.290128] rockchip_set_mux:warning ignore bank num 15
Jan  1 12:28:16 localhost kernel: [    1.313877] NET: Registered protocol family 2
Jan  1 12:28:16 localhost kernel: [    1.315417] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
Jan  1 12:28:16 localhost kernel: [    1.315951] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Jan  1 12:28:16 localhost kernel: [    1.316482] TCP: Hash tables configured (established 8192 bind 8192)
Jan  1 12:28:16 localhost kernel: [    1.316669] TCP: reno registered
Jan  1 12:28:16 localhost kernel: [    1.316746] UDP hash table entries: 512 (order: 2, 16384 bytes)
Jan  1 12:28:16 localhost kernel: [    1.316909] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Jan  1 12:28:16 localhost kernel: [    1.317588] NET: Registered protocol family 1
Jan  1 12:28:16 localhost kernel: [    1.318227] Unpacking initramfs...
Jan  1 12:28:16 localhost kernel: [    1.826621] Freeing initrd memory: 2520K (c4bf0000 - c4e66000)
Jan  1 12:28:16 localhost kernel: [    1.828849] hw perfevents: enabled with ARMv7 Cortex-A12 PMU driver, 7 counters available
Jan  1 12:28:16 localhost kernel: [    1.830342] probe device ff9a0000.vpu_service
Jan  1 12:28:16 localhost kernel: [    1.830814] vpu_service: power on
Jan  1 12:28:16 localhost kernel: [    1.831994] checking hw id 4831
Jan  1 12:28:16 localhost kernel: [    1.833137] vpu_service set to auto frequency mode
Jan  1 12:28:16 localhost kernel: [    1.833341] vcodec vpu_service: vcodec ion client create success!
Jan  1 12:28:16 localhost kernel: [    1.834447] vpu_service: power off...
Jan  1 12:28:16 localhost kernel: [    1.834557] done
Jan  1 12:28:16 localhost kernel: [    1.834619] init success
Jan  1 12:28:16 localhost kernel: [    1.834797] probe device ff9c0000.hevc_service
Jan  1 12:28:16 localhost kernel: [    1.835417] hevc_service: power on
Jan  1 12:28:16 localhost kernel: [    1.836562] checking hw id 6867
Jan  1 12:28:16 localhost kernel: [    1.837450] vcodec hevc_service: vcodec ion client create success!
Jan  1 12:28:16 localhost kernel: [    1.838353] hevc_service: power off...
Jan  1 12:28:16 localhost kernel: [    1.838461] done
Jan  1 12:28:16 localhost kernel: [    1.838522] init success
Jan  1 12:28:16 localhost kernel: [    1.838888] rknandbase v1.0 2014-03-31
Jan  1 12:28:16 localhost kernel: [    1.839549] rknand_probe clk rate = 148500000
Jan  1 12:28:16 localhost kernel: [    1.839961] rknand_driver:ret = 0
Jan  1 12:28:16 localhost kernel: [    1.841096] audit: initializing netlink socket (disabled)
Jan  1 12:28:16 localhost kernel: [    1.841250] type=2000 audit(1.330:1): initialized
Jan  1 12:28:16 localhost kernel: [    1.843630] bounce pool size: 64 pages
Jan  1 12:28:16 localhost kernel: [    1.859256] fuse init (API version 7.22)
Jan  1 12:28:16 localhost kernel: [    1.860558] msgmni has been set to 1456
Jan  1 12:28:16 localhost kernel: [    1.860753] SELinux:  Registering netfilter hooks
Jan  1 12:28:16 localhost kernel: [    1.866958] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jan  1 12:28:16 localhost kernel: [    1.867074] io scheduler noop registered
Jan  1 12:28:16 localhost kernel: [    1.867140] io scheduler deadline registered
Jan  1 12:28:16 localhost kernel: [    1.867511] io scheduler cfq registered (default)
Jan  1 12:28:16 localhost kernel: [    1.868947] Console: switching to colour frame buffer device 240x67
Jan  1 12:28:16 localhost kernel: [    1.918346] rga ff920000.rga: rga ion client create success!
Jan  1 12:28:16 localhost kernel: [    1.919014] rga: Driver loaded succesfully
Jan  1 12:28:16 localhost kernel: [    1.920651] IEP Power ON
Jan  1 12:28:16 localhost kernel: [    1.920944] iep ion client create success!
Jan  1 12:28:16 localhost kernel: [    1.922120] rk_iommu ff900800.iep_mmu: (iep) Enabled
Jan  1 12:28:16 localhost kernel: [    1.922383] rk_iommu ff900800.iep_mmu: rockchip_iommu_attach_device: Attached new IOMMU with pgtable 0x2e26a000
Jan  1 12:28:16 localhost kernel: [    1.922413] IEP Power OFF
Jan  1 12:28:16 localhost kernel: [    1.922571] rk_iommu ff900800.iep_mmu: (iep) Disabled
Jan  1 12:28:16 localhost kernel: [    1.922822] rk_iommu ff900800.iep_mmu: rockchip_iommu_detach_device: Detached IOMMU with pgtable 0x2e26a000
Jan  1 12:28:16 localhost kernel: [    1.923257] IEP Driver loaded succesfully
Jan  1 12:28:16 localhost kernel: [    1.923722] Module initialized.
Jan  1 12:28:16 localhost kernel: [    1.926321] dma-pl330 ffb20000.pdma: Loaded driver for PL330 DMAC-2364208
Jan  1 12:28:16 localhost kernel: [    1.926676] dma-pl330 ffb20000.pdma:         DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
Jan  1 12:28:16 localhost kernel: [    1.931384] dma-pl330 ff250000.pdma: Loaded driver for PL330 DMAC-2364208
Jan  1 12:28:16 localhost kernel: [    1.931738] dma-pl330 ff250000.pdma:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
Jan  1 12:28:16 localhost kernel: [    1.932829] pwm-voltage-regulator pwm_regulator.23: unable to request PWM, trying legacy API
Jan  1 12:28:16 localhost kernel: [    1.933230] pwm-voltage-regulator pwm_regulator.23: unable to request legacy PWM
Jan  1 12:28:16 localhost kernel: [    1.933561] pwm_regulator_probe:error
Jan  1 12:28:16 localhost kernel: [    1.933782] platform pwm_regulator.23: Driver pwm-voltage-regulator requests probe deferral
Jan  1 12:28:16 localhost kernel: [    1.935178] rk_serial.c v1.8 2014-03-04
Jan  1 12:28:16 localhost kernel: [    1.935984] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 87) is a rk29_serial.0
Jan  1 12:28:16 localhost kernel: [    1.936892] serial ff180000.serial: membase f0172000
Jan  1 12:28:16 localhost kernel: [    1.946775] loop: module loaded
Jan  1 12:28:16 localhost kernel: [    1.948756] SCSI Media Changer driver v0.25
Jan  1 12:28:16 localhost kernel: [    1.949993] tun: Universal TUN/TAP device driver, 1.6
Jan  1 12:28:16 localhost kernel: [    1.950254] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Jan  1 12:28:16 localhost kernel: [    1.952236] stmmac_probe_config_dt: Can not read property: pmu_regulator.
Jan  1 12:28:16 localhost kernel: [    1.952572] stmmac_probe_config_dt: Can not read property: pmu_enable_level.
Jan  1 12:28:16 localhost kernel: [    1.952901] stmmac_probe_config_dt: clock input or output? (input).
Jan  1 12:28:16 localhost kernel: [    1.953194] stmmac_probe_config_dt: TX delay(0x30).
Jan  1 12:28:16 localhost kernel: [    1.953429] stmmac_probe_config_dt: RX delay(0x20).
Jan  1 12:28:16 localhost kernel: [    1.953676] of_get_named_gpio_flags exited with status 136
Jan  1 12:28:16 localhost kernel: [    1.953710] of_get_named_gpio_flags: can't parse gpios property
Jan  1 12:28:16 localhost kernel: [    1.953745] stmmac_probe_config_dt: is rockchip,rk3288-gmac
Jan  1 12:28:16 localhost kernel: [    1.954004] stmmc_pltfr_init:
Jan  1 12:28:16 localhost kernel: [    1.954181] stmmc_pltfr_init: ERROR: Get power-gpio failed.
Jan  1 12:28:16 localhost kernel: [    1.954447] _gpio_request: gpio-136 (gmac_phy_reset) status -16
Jan  1 12:28:16 localhost kernel: [    1.954478] stmmc_pltfr_init: ERROR: Request gmac phy reset pin failed.
Jan  1 12:28:16 localhost kernel: [    1.954773] stmmc_pltfr_init: init for RGMII
Jan  1 12:28:16 localhost kernel: [    1.954984] tx delay=0x30
Jan  1 12:28:16 localhost kernel: [    1.954984] rx delay=0x20
Jan  1 12:28:16 localhost kernel: [    1.966617] stmmac - user ID: 0x10, Synopsys ID: 0x35
Jan  1 12:28:16 localhost kernel: [    1.976846]  Normal descriptors
Jan  1 12:28:16 localhost kernel: [    1.987007]  Ring mode enabled
Jan  1 12:28:16 localhost kernel: [    1.997154]  DMA HW capability register supported
Jan  1 12:28:16 localhost kernel: [    1.997388]  RX Checksum Offload Engine supported (type 2)
Jan  1 12:28:16 localhost kernel: [    2.017517]  TX Checksum insertion supported
Jan  1 12:28:16 localhost kernel: [    2.027609]  Wake-Up On Lan supported
Jan  1 12:28:16 localhost kernel: [    2.037813]  Enable RX Mitigation via HW Watchdog Timer
Jan  1 12:28:16 localhost kernel: [    2.049399] PPP generic driver version 2.4.2
Jan  1 12:28:16 localhost kernel: [    2.060321] PPP BSD Compression module registered
Jan  1 12:28:16 localhost kernel: [    2.070762] PPP Deflate Compression module registered
Jan  1 12:28:16 localhost kernel: [    2.081262] PPP MPPE Compression module registered
Jan  1 12:28:16 localhost kernel: [    2.091700] NET: Registered protocol family 24
Jan  1 12:28:16 localhost kernel: [    2.102117] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
Jan  1 12:28:16 localhost kernel: [    2.112751] CSLIP: code copyright 1989 Regents of the University of California.
Jan  1 12:28:16 localhost kernel: [    2.123520] Rockchip WiFi SYS interface (V1.00) ...
Jan  1 12:28:16 localhost kernel: [    2.134512] usbcore: registered new interface driver catc
Jan  1 12:28:16 localhost kernel: [    2.145501] usbcore: registered new interface driver kaweth
Jan  1 12:28:16 localhost kernel: [    2.156340] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
Jan  1 12:28:16 localhost kernel: [    2.167417] usbcore: registered new interface driver pegasus
Jan  1 12:28:16 localhost kernel: [    2.178501] usbcore: registered new interface driver rtl8150
Jan  1 12:28:16 localhost kernel: [    2.189543] usbcore: registered new interface driver r8152
Jan  1 12:28:16 localhost kernel: [    2.200375] hso: drivers/net/usb/hso.c: Option Wireless
Jan  1 12:28:16 localhost kernel: [    2.211421] usbcore: registered new interface driver hso
Jan  1 12:28:16 localhost kernel: [    2.222364] usbcore: registered new interface driver asix
Jan  1 12:28:16 localhost kernel: [    2.233088] usbcore: registered new interface driver ax88179_178a
Jan  1 12:28:16 localhost kernel: [    2.243762] usbcore: registered new interface driver cdc_ether
Jan  1 12:28:16 localhost kernel: [    2.254422] usbcore: registered new interface driver cdc_eem
Jan  1 12:28:16 localhost kernel: [    2.265076] usbcore: registered new interface driver dm9601
Jan  1 12:28:16 localhost kernel: [    2.275546] usbcore: registered new interface driver dm9620
Jan  1 12:28:16 localhost kernel: [    2.285871] usbcore: registered new interface driver smsc75xx
Jan  1 12:28:16 localhost kernel: [    2.296104] usbcore: registered new interface driver smsc95xx
Jan  1 12:28:16 localhost kernel: [    2.306226] usbcore: registered new interface driver gl620a
Jan  1 12:28:16 localhost kernel: [    2.316282] usbcore: registered new interface driver net1080
Jan  1 12:28:16 localhost kernel: [    2.326256] usbcore: registered new interface driver plusb
Jan  1 12:28:16 localhost kernel: [    2.336133] usbcore: registered new interface driver rndis_host
Jan  1 12:28:16 localhost kernel: [    2.345962] usbcore: registered new interface driver cdc_subset
Jan  1 12:28:16 localhost kernel: [    2.355596] usbcore: registered new interface driver zaurus
Jan  1 12:28:16 localhost kernel: [    2.364983] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
Jan  1 12:28:16 localhost kernel: [    2.374475] usbcore: registered new interface driver int51x1
Jan  1 12:28:16 localhost kernel: [    2.383771] usbcore: registered new interface driver kalmia
Jan  1 12:28:16 localhost kernel: [    2.392890] usbcore: registered new interface driver ipheth
Jan  1 12:28:16 localhost kernel: [    2.401927] usbcore: registered new interface driver sierra_net
Jan  1 12:28:16 localhost kernel: [    2.410843] usbcore: registered new interface driver cx82310_eth
Jan  1 12:28:16 localhost kernel: [    2.419586] usbcore: registered new interface driver cdc_ncm
Jan  1 12:28:16 localhost kernel: [    2.428264] usbcore: registered new interface driver qmi_wwan
Jan  1 12:28:16 localhost kernel: [    2.436781] usbcore: registered new interface driver cdc_mbim
Jan  1 12:28:16 localhost kernel: [    2.444991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan  1 12:28:16 localhost kernel: [    2.456502] EHCI: ehci_rk_probe f1a00000 f1a00010
Jan  1 12:28:16 localhost kernel: [    2.464635] rockchip_ehci_host ff500000.usb: EHCI Host Controller
Jan  1 12:28:16 localhost kernel: [    2.472780] rockchip_ehci_host ff500000.usb: new USB bus registered, assigned bus number 1
Jan  1 12:28:16 localhost kernel: [    2.481913] rockchip_ehci_host ff500000.usb: irq 56, io mem 0xff500000
Jan  1 12:28:16 localhost kernel: [    2.501528] rockchip_ehci_host ff500000.usb: USB 2.0 started, EHCI 1.00
Jan  1 12:28:16 localhost kernel: [    2.509826] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Jan  1 12:28:16 localhost kernel: [    2.518015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan  1 12:28:16 localhost kernel: [    2.526147] usb usb1: Product: EHCI Host Controller
Jan  1 12:28:16 localhost kernel: [    2.534311] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
Jan  1 12:28:16 localhost kernel: [    2.542483] usb usb1: SerialNumber: ff500000.usb
Jan  1 12:28:16 localhost kernel: [    2.551929] hub 1-0:1.0: USB hub found
Jan  1 12:28:16 localhost kernel: [    2.560160] hub 1-0:1.0: 1 port detected
Jan  1 12:28:16 localhost kernel: [    2.568885] EHCI: ehci_rk_probe ok
Jan  1 12:28:16 localhost kernel: [    2.577497] usbcore: registered new interface driver cdc_acm
Jan  1 12:28:16 localhost kernel: [    2.585801] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Jan  1 12:28:16 localhost kernel: [    2.594467] usbcore: registered new interface driver usblp
Jan  1 12:28:16 localhost kernel: [    2.603122] usbcore: registered new interface driver cdc_wdm
Jan  1 12:28:16 localhost kernel: [    2.611750] usbcore: registered new interface driver usb-storage
Jan  1 12:28:16 localhost kernel: [    2.620366] usbcore: registered new interface driver ums-alauda
Jan  1 12:28:16 localhost kernel: [    2.628837] usbcore: registered new interface driver ums-cypress
Jan  1 12:28:16 localhost kernel: [    2.637251] usbcore: registered new interface driver ums-datafab
Jan  1 12:28:16 localhost kernel: [    2.645634] usbcore: registered new interface driver ums_eneub6250
Jan  1 12:28:16 localhost kernel: [    2.653990] usbcore: registered new interface driver ums-freecom
Jan  1 12:28:16 localhost kernel: [    2.662375] usbcore: registered new interface driver ums-isd200
Jan  1 12:28:16 localhost kernel: [    2.670547] usbcore: registered new interface driver ums-jumpshot
Jan  1 12:28:16 localhost kernel: [    2.678649] usbcore: registered new interface driver ums-karma
Jan  1 12:28:16 localhost kernel: [    2.686598] usbcore: registered new interface driver ums-onetouch
Jan  1 12:28:16 localhost kernel: [    2.694493] usbcore: registered new interface driver ums-sddr09
Jan  1 12:28:16 localhost kernel: [    2.702309] usbcore: registered new interface driver ums-sddr55
Jan  1 12:28:16 localhost kernel: [    2.710025] usbcore: registered new interface driver ums-usbat
Jan  1 12:28:16 localhost kernel: [    2.717783] usbcore: registered new interface driver usbserial
Jan  1 12:28:16 localhost kernel: [    2.725351] usbcore: registered new interface driver usbserial_generic
Jan  1 12:28:16 localhost kernel: [    2.732649] usbserial: USB Serial support registered for generic
Jan  1 12:28:16 localhost kernel: [    2.739847] usbcore: registered new interface driver option
Jan  1 12:28:16 localhost kernel: [    2.746900] usbserial: USB Serial support registered for GSM modem (1-port)
Jan  1 12:28:16 localhost kernel: [    2.754213] usbcore: registered new interface driver trancevibrator
Jan  1 12:28:16 localhost kernel: [    2.761448] usb20_otg: version 3.10a 21-DEC-2012
Jan  1 12:28:16 localhost kernel: [    2.769713] f1a80040
Jan  1 12:28:16 localhost kernel: [    2.776656] Core Release: 3.10a
Jan  1 12:28:16 localhost kernel: [    2.783673] Setting default values for core params
Jan  1 12:28:16 localhost kernel: [    2.791173] Using Buffer DMA mode
Jan  1 12:28:16 localhost kernel: [    2.798263] Periodic Transfer Interrupt Enhancement - disabled
Jan  1 12:28:16 localhost kernel: [    2.805424] Multiprocessor Interrupt Enhancement - disabled
Jan  1 12:28:16 localhost kernel: [    2.812732] OTG VER PARAM: 0, OTG VER FLAG: 0
Jan  1 12:28:16 localhost kernel: [    2.820093] ^^^^^^^^^^^^^^^^^Device Mode
Jan  1 12:28:16 localhost kernel: [    2.827507] Dedicated Tx FIFOs mode
Jan  1 12:28:16 localhost kernel: [    2.834994] pcd_init otg_dev = ed9a5940
Jan  1 12:28:16 localhost kernel: [    2.842959] usb20_otg ff580000.usb: DWC OTG Controller
Jan  1 12:28:16 localhost kernel: [    2.850732] usb20_otg ff580000.usb: new USB bus registered, assigned bus number 2
Jan  1 12:28:16 localhost kernel: [    2.858696] usb20_otg ff580000.usb: irq 55, io mem 0x00000000
Jan  1 12:28:16 localhost kernel: [    2.866825] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Jan  1 12:28:16 localhost kernel: [    2.874937] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan  1 12:28:16 localhost kernel: [    2.883187] usb usb2: Product: DWC OTG Controller
Jan  1 12:28:16 localhost kernel: [    2.891487] usb usb2: Manufacturer: Linux 3.10.0 dwc_otg_hcd
Jan  1 12:28:16 localhost kernel: [    2.899891] usb usb2: SerialNumber: ff580000.usb
Jan  1 12:28:16 localhost kernel: [    2.909625] hub 2-0:1.0: USB hub found
Jan  1 12:28:16 localhost kernel: [    2.918173] hub 2-0:1.0: 1 port detected
Jan  1 12:28:16 localhost kernel: [    2.927626] usb20_host: version 3.10a 21-DEC-2012
Jan  1 12:28:16 localhost kernel: [    2.939658] f1b00040
Jan  1 12:28:16 localhost kernel: [    2.948286] Core Release: 3.10a
Jan  1 12:28:16 localhost kernel: [    2.956860] Setting default values for core params
Jan  1 12:28:16 localhost kernel: [    2.965886] Using Buffer DMA mode
Jan  1 12:28:16 localhost kernel: [    2.974640] Periodic Transfer Interrupt Enhancement - disabled
Jan  1 12:28:16 localhost kernel: [    2.983558] Multiprocessor Interrupt Enhancement - disabled
Jan  1 12:28:16 localhost kernel: [    2.992620] OTG VER PARAM: 0, OTG VER FLAG: 0
Jan  1 12:28:16 localhost kernel: [    3.001743] ^^^^^^^^^^^^^^^^^^Host Mode
Jan  1 12:28:16 localhost kernel: [    3.010841] usb20_host ff540000.usb: DWC OTG Controller
Jan  1 12:28:16 localhost kernel: [    3.019967] usb20_host ff540000.usb: new USB bus registered, assigned bus number 3
Jan  1 12:28:16 localhost kernel: [    3.029305] usb20_host ff540000.usb: irq 57, io mem 0x00000000
Jan  1 12:28:16 localhost kernel: [    3.038518] Init: Power Port (0)
Jan  1 12:28:16 localhost kernel: [    3.047673] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Jan  1 12:28:16 localhost kernel: [    3.056918] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan  1 12:28:16 localhost kernel: [    3.066111] usb usb3: Product: DWC OTG Controller
Jan  1 12:28:16 localhost kernel: [    3.075249] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd
Jan  1 12:28:16 localhost kernel: [    3.084368] usb usb3: SerialNumber: ff540000.usb
Jan  1 12:28:16 localhost kernel: [    3.094730] hub 3-0:1.0: USB hub found
Jan  1 12:28:16 localhost kernel: [    3.103849] hub 3-0:1.0: 1 port detected
Jan  1 12:28:16 localhost kernel: [    3.114869] .. rk pwm remotectl v1.0 init
Jan  1 12:28:16 localhost kernel: [    3.124201] remotectl probe j=0x0
Jan  1 12:28:16 localhost kernel: [    3.133756] input: ff680000.pwm as /devices/ff680000.pwm/input/input0
Jan  1 12:28:16 localhost kernel: [    3.143626] pwm enable val=0x646205
Jan  1 12:28:16 localhost kernel: [    3.153513] usbcore: registered new interface driver xpad
Jan  1 12:28:16 localhost kernel: [    3.162685] usbcore: registered new interface driver usb_acecad
Jan  1 12:28:16 localhost kernel: [    3.171858] usbcore: registered new interface driver aiptek
Jan  1 12:28:16 localhost kernel: [    3.181013] usbcore: registered new interface driver gtco
Jan  1 12:28:16 localhost kernel: [    3.190100] usbcore: registered new interface driver hanwang
Jan  1 12:28:16 localhost kernel: [    3.199241] usbcore: registered new interface driver kbtab
Jan  1 12:28:16 localhost kernel: [    3.208396] usbcore: registered new interface driver wacom
Jan  1 12:28:16 localhost kernel: [    3.218624] sensor_register_slave:mma8452,id=17
Jan  1 12:28:16 localhost kernel: [    3.227709] sensor_register_slave:cm3217,id=44
Jan  1 12:28:16 localhost kernel: [    3.236774] sensor_register_slave:cm3218,id=45
Jan  1 12:28:16 localhost kernel: [    3.245810] tchip_rm_init is here!
Jan  1 12:28:16 localhost kernel: [    3.256372] input: tchip_remote_key as /devices/virtual/input/input1
Jan  1 12:28:16 localhost kernel: [    3.266088] tchiprm_register_device is here!
Jan  1 12:28:16 localhost kernel: [    3.275910] input: tchip_remote_touch as /devices/virtual/input/input2
Jan  1 12:28:16 localhost kernel: [    3.285937] tchip_remote_abs_register_device is here!
Jan  1 12:28:16 localhost kernel: [    3.296050] input: tchip_remote_gsensor as /devices/virtual/input/input3
Jan  1 12:28:16 localhost kernel: [    3.306353] tchip_remote_gsensor_register_device is here!
Jan  1 12:28:16 localhost kernel: [    3.320458] of_get_named_gpio_flags exited with status 228
Jan  1 12:28:16 localhost kernel: [    3.323458] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0
Jan  1 12:28:16 localhost kernel: [    3.333693] i2c /dev entries driver
Jan  1 12:28:16 localhost kernel: [    3.345897] IR NEC protocol handler initialized
Jan  1 12:28:16 localhost kernel: [    3.356015] IR RC5(x) protocol handler initialized
Jan  1 12:28:16 localhost kernel: [    3.366052] IR RC6 protocol handler initialized
Jan  1 12:28:16 localhost kernel: [    3.375879] IR JVC protocol handler initialized
Jan  1 12:28:16 localhost kernel: [    3.385629] IR Sony protocol handler initialized
Jan  1 12:28:16 localhost kernel: [    3.395402] IR RC5 (streamzap) protocol handler initialized
Jan  1 12:28:16 localhost kernel: [    3.405223] IR SANYO protocol handler initialized
Jan  1 12:28:16 localhost kernel: [    3.415034] IR MCE Keyboard/mouse protocol handler initialized
Jan  1 12:28:16 localhost kernel: [    3.425110] usbcore: registered new interface driver uvcvideo
Jan  1 12:28:16 localhost kernel: [    3.435107] USB Video Class driver (1.1.1)
Jan  1 12:28:16 localhost kernel: [    3.444903] CamSys driver version: v0.19.0,  CamSys head file version: v0.8.0
Jan  1 12:28:16 localhost kernel: [    3.458094] of_get_named_gpio_flags exited with status 236
Jan  1 12:28:16 localhost kernel: [    3.458137] D1:camsys_platform_probe(1061): 1-gpios-cifpower: gpio=236
Jan  1 12:28:16 localhost kernel: [    3.468267] of_get_named_gpio_flags exited with status 236
Jan  1 12:28:16 localhost kernel: [    3.468304] D1:camsys_platform_probe(1064): gpios-cifpower: gpio_request
Jan  1 12:28:16 localhost kernel: [    3.478423] D1:camsys_platform_probe(1066): 1-gpios-cifpower: gpio_request=0
Jan  1 12:28:16 localhost kernel: [    3.488539] D1:camsys_platform_probe(1075): gpios-cifpower: 236 high
Jan  1 12:28:16 localhost kernel: [    3.498759] D1:camsys_mipiphy_probe_cb(163): ff910000.isp mipi phy0 probe success(reg_phy: 0x0  reg_vir: 0x0  size: 0x0)
Jan  1 12:28:16 localhost kernel: [    3.509697] D1:camsys_mipiphy_probe_cb(160): ff910000.isp mipi phy1 probe success(reg_phy: 0xff968000  reg_vir: 0xf19b0000  size: 0x4000)
Jan  1 12:28:16 localhost kernel: [    3.522379] D1:camsys_platform_probe(1208): ff910000.isp memory:
Jan  1 12:28:16 localhost kernel: [    3.532907] D1:camsys_platform_probe(1218):     Register memory (phy: 0xff910000 vir: 0xf19e0000 size: 0x10000)
Jan  1 12:28:16 localhost kernel: [    3.543599] D1:camsys_platform_probe(1213):     I2c memory (phy: 0x2da29000 vir: 0xeda29000 size: 0x1000)
Jan  1 12:28:16 localhost kernel: [    3.554342] D1:camsys_platform_probe(1233): Probe ff910000.isp device success
Jan  1 12:28:16 localhost kernel: [    3.567978] device-mapper: uevent: version 1.0.3
Jan  1 12:28:16 localhost kernel: [    3.579311] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
Jan  1 12:28:16 localhost kernel: [    3.591071] Bluetooth: HCI UART driver ver 2.2
Jan  1 12:28:16 localhost kernel: [    3.601920] Bluetooth: HCI H4 protocol initialized
Jan  1 12:28:16 localhost kernel: [    3.612731] Bluetooth: HCILL protocol initialized
Jan  1 12:28:16 localhost kernel: [    3.629516] cpufreq version 1.0, suspend freq 1200 MHz
Jan  1 12:28:16 localhost kernel: [    3.641109] cpuidle: using governor ladder
Jan  1 12:28:16 localhost kernel: [    3.652102] cpuidle: using governor menu
Jan  1 12:28:16 localhost kernel: [    3.663086] Synopsys Designware Multimedia Card Interface Driver
Jan  1 12:28:16 localhost kernel: [    3.674909] dwmmc_rockchip ff0f0000.rksdmmc: Version ID is 270a
Jan  1 12:28:16 localhost kernel: [    3.687337] dwmmc_rockchip ff0f0000.rksdmmc: Using internal DMA controller.
Jan  1 12:28:16 localhost kernel: [    3.698770] 3291..dw_mci_init_slot: fmin=400000, fmax=100000000 [mmc0]
Jan  1 12:28:16 localhost kernel: [    3.709686] mmc0 : Rockchip specific MHSC: Ver 1.13 2014-09-05
Jan  1 12:28:16 localhost kernel: [    3.720602] of_get_named_gpio_flags: can't parse gpios property
Jan  1 12:28:16 localhost kernel: [    3.720940] 1381..dw_mci_set_ios:  no card. [mmc0]
Jan  1 12:28:16 localhost kernel: [    3.741316] 1381..dw_mci_set_ios:  no card. [mmc0]
Jan  1 12:28:16 localhost kernel: [    3.761076] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
Jan  1 12:28:16 localhost kernel: [    3.761146] dwmmc_rockchip ff0f0000.rksdmmc: DW MMC controller at irq 67, 32 bit host data width, 256 deep fifo
Jan  1 12:28:16 localhost kernel: [    3.761164] dwmmc_rockchip ff0f0000.rksdmmc: 1 slots initialized
Jan  1 12:28:16 localhost kernel: [    3.761638] dwmmc_rockchip ff0c0000.rksdmmc: Version ID is 270a
Jan  1 12:28:16 localhost kernel: [    3.783950] dwmmc_rockchip ff0c0000.rksdmmc: Using internal DMA controller.
Jan  1 12:28:16 localhost kernel: [    3.787564] 3285..dw_mci_init_slot: fmin=300000, fmax=50000000 [mmc1]
Jan  1 12:28:16 localhost kernel: [    3.791049] mmc1 : Rockchip specific MHSC: Ver 1.13 2014-09-05
Jan  1 12:28:16 localhost kernel: [    3.794556] of_get_named_gpio_flags: can't parse gpios property
Jan  1 12:28:16 localhost kernel: [    3.795021] 1381..dw_mci_set_ios:  no card. [mmc1]
Jan  1 12:28:16 localhost kernel: [    3.810178] 1381..dw_mci_set_ios:  no card. [mmc1]
Jan  1 12:28:16 localhost kernel: [    3.825859] mmc0: BKOPS_EN bit is not set
Jan  1 12:28:16 localhost kernel: [    3.829979] dwmmc_rockchip ff0c0000.rksdmmc: DW MMC controller at irq 64, 32 bit host data width, 256 deep fifo
Jan  1 12:28:16 localhost kernel: [    3.832600] dwmmc_rockchip ff0c0000.rksdmmc: 1 slots initialized
Jan  1 12:28:16 localhost kernel: [    3.832606] rk_sdmmc: BOOT Bus speed=0Hz,Bus width=8bits.[mmc0]
Jan  1 12:28:16 localhost kernel: [    3.838116] dwmmc_rockchip ff0d0000.rksdmmc: Version ID is 270a
Jan  1 12:28:16 localhost kernel: [    3.840966] dwmmc_rockchip ff0d0000.rksdmmc: Using internal DMA controller.
Jan  1 12:28:16 localhost kernel: [    3.843656] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
Jan  1 12:28:16 localhost kernel: [    3.843772] 3291..dw_mci_init_slot: fmin=200000, fmax=50000000 [mmc2]
Jan  1 12:28:16 localhost kernel: [    3.843779] mmc2 : Rockchip specific MHSC: Ver 1.13 2014-09-05
Jan  1 12:28:16 localhost kernel: [    3.843793] of_get_named_gpio_flags: can't parse gpios property
Jan  1 12:28:16 localhost kernel: [    3.843887] 1381..dw_mci_set_ios:  no card. [mmc2]
Jan  1 12:28:16 localhost kernel: [    3.854890] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc0]
Jan  1 12:28:16 localhost kernel: [    3.859355] 1381..dw_mci_set_ios:  no card. [mmc2]
Jan  1 12:28:16 localhost kernel: [    3.872772] rk_sdmmc: BOOT
Jan  1 12:28:16 localhost kernel: [    3.872772]  execute tuning: candidates_degree = SDMMC_SHIFT_DEGREE_0         SDMMC_SHIFT_DEGREE_90         SDMMC_SHIFT_DEGREE_180         SDMMC_SHIFT_DEGREE_INVALID[mmc0]
Jan  1 12:28:16 localhost kernel: [    3.878764] mmc0: new HS200 MMC card at address 0001
Jan  1 12:28:16 localhost kernel: [    3.879292] dwmmc_rockchip ff0d0000.rksdmmc: DW MMC controller at irq 65, 32 bit host data width, 256 deep fifo
Jan  1 12:28:16 localhost kernel: [    3.879302] dwmmc_rockchip ff0d0000.rksdmmc: 1 slots initialized
Jan  1 12:28:16 localhost kernel: [    3.879571] leds-gpio leds.31: pins are not configured from the driver
Jan  1 12:28:16 localhost kernel: [    3.879585] of_get_named_gpio_flags exited with status 257
Jan  1 12:28:16 localhost kernel: [    3.879594] of_get_named_gpio_flags exited with status 258
Jan  1 12:28:16 localhost kernel: [    3.879602] of_get_named_gpio_flags exited with status 257
Jan  1 12:28:16 localhost kernel: [    3.879706] of_get_named_gpio_flags exited with status 258
Jan  1 12:28:16 localhost kernel: [    3.879836] hidraw: raw HID events driver (C) Jiri Kosina
Jan  1 12:28:16 localhost kernel: [    3.881408] usbcore: registered new interface driver usbhid
Jan  1 12:28:16 localhost kernel: [    3.881416] usbhid: USB HID core driver
Jan  1 12:28:16 localhost kernel: [    3.881757] ashmem: initialized
Jan  1 12:28:16 localhost kernel: [    3.881915] logger: created 256K log 'log_main'
Jan  1 12:28:16 localhost kernel: [    3.882020] logger: created 256K log 'log_events'
Jan  1 12:28:16 localhost kernel: [    3.882119] logger: created 256K log 'log_radio'
Jan  1 12:28:16 localhost kernel: [    3.882233] logger: created 256K log 'log_system'
Jan  1 12:28:16 localhost kernel: [    3.883139] of_get_named_gpio_flags exited with status 5
Jan  1 12:28:16 localhost kernel: [    3.883147] of_get_named_gpio_flags exited with status 5
Jan  1 12:28:16 localhost kernel: [    3.883409] input: rk29-keypad as /devices/ff100000.adc/key.34/input/input4
Jan  1 12:28:16 localhost kernel: [    3.884104] rockchip-pinctrl ff770000.pinctrl: pin gpio6-8 already requested by ; cannot claim for 2-0010
Jan  1 12:28:16 localhost kernel: [    3.884113] rockchip-pinctrl ff770000.pinctrl: pin-200 (2-0010) status -22
Jan  1 12:28:16 localhost kernel: [    3.884122] rockchip-pinctrl ff770000.pinctrl: could not request pin 200 on device rockchip-pinctrl
Jan  1 12:28:16 localhost kernel: [    3.884130] ES8323 2-0010: Error applying setting, reverse things back
Jan  1 12:28:16 localhost kernel: [    3.884153] of_get_named_gpio_flags exited with status 10
Jan  1 12:28:16 localhost kernel: [    3.884162] of_get_named_gpio_flags exited with status 239
Jan  1 12:28:16 localhost kernel: [    3.930614] es8323 probe i2c recv ok
Jan  1 12:28:16 localhost kernel: [    3.930740] mmcblk0: mmc0:0001 AGND3R 14.5 GiB
Jan  1 12:28:16 localhost kernel: [    3.931156]  parameter: 0x000000000 -- 0x000400000 (4 MB)
Jan  1 12:28:16 localhost kernel: [    3.931163]      uboot: 0x000400000 -- 0x000800000 (4 MB)
Jan  1 12:28:16 localhost kernel: [    3.931170]       misc: 0x000800000 -- 0x000c00000 (4 MB)
Jan  1 12:28:16 localhost kernel: [    3.931176]   resource: 0x000c00000 -- 0x001c00000 (16 MB)
Jan  1 12:28:16 localhost kernel: [    3.931183]     kernel: 0x001c00000 -- 0x002c00000 (16 MB)
Jan  1 12:28:16 localhost kernel: [    3.931189]       boot: 0x002c00000 -- 0x004c00000 (32 MB)
Jan  1 12:28:16 localhost kernel: [    3.931194]   recovery: 0x004c00000 -- 0x006c00000 (32 MB)
Jan  1 12:28:16 localhost kernel: [    3.931201]     backup: 0x006c00000 -- 0x00a000000 (52 MB)
Jan  1 12:28:16 localhost kernel: [    3.931207]      cache: 0x00a000000 -- 0x012000000 (128 MB)
Jan  1 12:28:16 localhost kernel: [    3.931212]     kpanic: 0x012000000 -- 0x012400000 (4 MB)
Jan  1 12:28:16 localhost kernel: [    3.931218]     system: 0x012400000 -- 0x042400000 (768 MB)
Jan  1 12:28:16 localhost kernel: [    3.931224]   metadata: 0x042400000 -- 0x042800000 (4 MB)
Jan  1 12:28:16 localhost kernel: [    3.931230]   userdata: 0x042800000 -- 0x082800000 (1024 MB)
Jan  1 12:28:16 localhost kernel: [    3.931237]  linuxroot: 0x082800000 -- 0x146800000 (3136 MB)
Jan  1 12:28:16 localhost kernel: [    3.931272]       user: 0x146800000 -- 0x3a3a00000 (9682 MB)
Jan  1 12:28:16 localhost kernel: [    3.933520]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p151381..dw_mci_set_ios:  no card. [mmc1]
Jan  1 12:28:16 localhost kernel: [    3.934518] 1381..dw_mci_set_ios:  no card. [mmc2]
Jan  1 12:28:16 localhost kernel: [    3.984197] i2c-core: driver [ES8323] using legacy suspend method
Jan  1 12:28:16 localhost kernel: [    3.986897] i2c-core: driver [ES8323] using legacy resume method
Jan  1 12:28:16 localhost kernel: [    3.990115] rockchip-hdmi-spdif rockchip-hdmi-spdif.27: ASoC: CPU DAI (null) not registered
Jan  1 12:28:16 localhost kernel: [    3.992909] rockchip_hdmi_spdif_audio_probe() register card failed:-517
Jan  1 12:28:16 localhost kernel: [    3.995670] platform rockchip-hdmi-spdif.27: Driver rockchip-hdmi-spdif requests probe deferral
Jan  1 12:28:16 localhost kernel: [    3.998882] es8323_probe
Jan  1 12:28:16 localhost kernel: [    4.001213] es8323_probe:register ISR (irq=194)
Jan  1 12:28:16 localhost kernel: [    4.538435] EHCI: rk_ehci_hcd_enable, disable host controller
Jan  1 12:28:16 localhost kernel: [    4.637982] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> NULL --> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.658434] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> NULL -> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.670330] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> NULL --> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.682213] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> NULL -> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.694072] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> NULL --> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.705966] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> NULL -> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.717787] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> NULL --> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.729638] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> NULL -> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.741566] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> NULL --> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.753532] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> NULL -> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.765349] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> NULL --> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.777113] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> NULL -> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.788910] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.800664] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.808743] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.816772] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.824709] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> LAMP --> Left PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.832619] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> LAMP -> Left PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.840530] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.848422] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.856183] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.863969] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.871511] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> RAMP --> Right PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.878944] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> RAMP -> Right PGA Mux
Jan  1 12:28:16 localhost kernel: [    4.886304] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Differential Mux
Jan  1 12:28:16 localhost kernel: [    4.893638] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Differential Mux
Jan  1 12:28:16 localhost kernel: [    4.900883] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Differential Mux
Jan  1 12:28:16 localhost kernel: [    4.908143] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Differential Mux
Jan  1 12:28:16 localhost kernel: [    4.915348] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Differential Mux
Jan  1 12:28:16 localhost kernel: [    4.922566] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Differential Mux
Jan  1 12:28:16 localhost kernel: [    4.929760] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Differential Mux
Jan  1 12:28:16 localhost kernel: [    4.936986] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Differential Mux
Jan  1 12:28:16 localhost kernel: [    4.944353] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.951733] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.955643] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.959461] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.963248] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> LAMP --> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.967019] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> LAMP -> Left Line Mux
Jan  1 12:28:16 localhost kernel: [    4.970784] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.974525] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.978239] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.981978] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.985693] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> RAMP --> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.989467] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> RAMP -> Right Line Mux
Jan  1 12:28:16 localhost kernel: [    4.993583] ES8323 2-0010: ASoC: mux Right Line Mux has no paths
Jan  1 12:28:16 localhost kernel: [    4.997423] ES8323 2-0010: ASoC: mux Left Line Mux has no paths
Jan  1 12:28:16 localhost kernel: [    5.001305] ES8323 2-0010: ASoC: mux Right PGA Mux has no paths
Jan  1 12:28:16 localhost kernel: [    5.005161] ES8323 2-0010: ASoC: mux Left PGA Mux has no paths
Jan  1 12:28:16 localhost kernel: [    5.009067] ES8323 2-0010: ASoC: mux Differential Mux has no paths
Jan  1 12:28:16 localhost kernel: [    5.016077] Enter::rk29_es8323_init----135
Jan  1 12:28:16 localhost kernel: [    5.023904] rockchip-es8323 rockchip-es8323.29:  ES8323 HiFi <-> rockchip-i2s.0 mapping ok
Jan  1 12:28:16 localhost kernel: [    5.027743] u32 classifier
Jan  1 12:28:16 localhost kernel: [    5.030742]     Actions configured
Jan  1 12:28:16 localhost kernel: [    5.033726] Netfilter messages via NETLINK v0.30.
Jan  1 12:28:16 localhost kernel: [    5.036797] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Jan  1 12:28:16 localhost kernel: [    5.040391] ctnetlink v0.93: registering with nfnetlink.
Jan  1 12:28:16 localhost kernel: [    5.043615] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
Jan  1 12:28:16 localhost kernel: [    5.046710] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
Jan  1 12:28:16 localhost kernel: [    5.050171] xt_time: kernel timezone is -0000
Jan  1 12:28:16 localhost kernel: [    5.053622] ip_tables: (C) 2000-2006 Netfilter Core Team
Jan  1 12:28:16 localhost kernel: [    5.055989] arp_tables: (C) 2002 David S. Miller
Jan  1 12:28:16 localhost kernel: [    5.058234] TCP: cubic registered
Jan  1 12:28:16 localhost kernel: [    5.060416] Initializing XFRM netlink socket
Jan  1 12:28:16 localhost kernel: [    5.062813] NET: Registered protocol family 10
Jan  1 12:28:16 localhost kernel: [    5.065445] mip6: Mobile IPv6
Jan  1 12:28:16 localhost kernel: [    5.067604] ip6_tables: (C) 2000-2006 Netfilter Core Team
Jan  1 12:28:16 localhost kernel: [    5.069898] sit: IPv6 over IPv4 tunneling driver
Jan  1 12:28:16 localhost kernel: [    5.072355] NET: Registered protocol family 17
Jan  1 12:28:16 localhost kernel: [    5.074490] NET: Registered protocol family 15
Jan  1 12:28:16 localhost kernel: [    5.076636] Bridge firewalling registered
Jan  1 12:28:16 localhost kernel: [    5.078742] Ebtables v2.0 registered
Jan  1 12:28:16 localhost kernel: [    5.081029] Bluetooth: RFCOMM TTY layer initialized
Jan  1 12:28:16 localhost kernel: [    5.083159] Bluetooth: RFCOMM socket layer initialized
Jan  1 12:28:16 localhost kernel: [    5.085241] Bluetooth: RFCOMM ver 1.11
Jan  1 12:28:16 localhost kernel: [    5.087310] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jan  1 12:28:16 localhost kernel: [    5.089360] dwc_otg_hcd_enable, enable host controller
Jan  1 12:28:16 localhost kernel: [    5.091519] Bluetooth: BNEP filters: protocol multicast
Jan  1 12:28:16 localhost kernel: [    5.093607] Bluetooth: BNEP socket layer initialized
Jan  1 12:28:16 localhost kernel: [    5.095691] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
Jan  1 12:28:16 localhost kernel: [    5.097754] Bluetooth: HIDP socket layer initialized
Jan  1 12:28:16 localhost kernel: [    5.099860] l2tp_core: L2TP core driver, V2.0
Jan  1 12:28:16 localhost kernel: [    5.101930] l2tp_ppp: PPPoL2TP kernel driver, V2.0
Jan  1 12:28:16 localhost kernel: [    5.103992] [WLAN_RFKILL]: Enter rfkill_wlan_init
Jan  1 12:28:16 localhost kernel: [    5.106239] [WLAN_RFKILL]: Enter rfkill_wlan_probe
Jan  1 12:28:16 localhost kernel: [    5.108274] wlan_platdata_parse_dt: wifi_chip_type = bcmwifi
Jan  1 12:28:16 localhost kernel: [    5.110330] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
Jan  1 12:28:16 localhost kernel: [    5.112387] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
Jan  1 12:28:16 localhost kernel: [    5.114466] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
Jan  1 12:28:16 localhost kernel: [    5.116572] of_get_named_gpio_flags exited with status 156
Jan  1 12:28:16 localhost kernel: [    5.116580] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 156, flags = 0.
Jan  1 12:28:16 localhost kernel: [    5.118670] of_get_named_gpio_flags: can't parse gpios property
Jan  1 12:28:16 localhost kernel: [    5.118679] of_get_named_gpio_flags exited with status 158
Jan  1 12:28:16 localhost kernel: [    5.118686] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 158, flags = 0.
Jan  1 12:28:16 localhost kernel: [    5.120763] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
Jan  1 12:28:16 localhost kernel: [    5.122838] [WLAN_RFKILL]: rockchip_wifi_voltage_select: wifi & sdio reference voltage: 1.8V
Jan  1 12:28:16 localhost kernel: [    5.125007] [WLAN_RFKILL]: Exit rfkill_wlan_probe
Jan  1 12:28:16 localhost kernel: [    5.127155] [BT_RFKILL]: Enter rfkill_rk_init
Jan  1 12:28:16 localhost kernel: [    5.129405] of_get_named_gpio_flags exited with status 147
Jan  1 12:28:16 localhost kernel: [    5.129413] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 147.
Jan  1 12:28:16 localhost kernel: [    5.131574] of_get_named_gpio_flags exited with status 155
Jan  1 12:28:16 localhost kernel: [    5.131581] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,power_gpio = 155.
Jan  1 12:28:16 localhost kernel: [    5.133733] of_get_named_gpio_flags exited with status 157
Jan  1 12:28:16 localhost kernel: [    5.133740] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 157.
Jan  1 12:28:16 localhost kernel: [    5.135885] of_get_named_gpio_flags exited with status 154
Jan  1 12:28:16 localhost kernel: [    5.135892] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 154.
Jan  1 12:28:16 localhost kernel: [    5.138008] of_get_named_gpio_flags exited with status 159
Jan  1 12:28:16 localhost kernel: [    5.138014] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 159.
Jan  1 12:28:16 localhost kernel: [    5.140189] [BT_RFKILL]: Request irq for bt wakeup host
Jan  1 12:28:16 localhost kernel: [    5.142399] [BT_RFKILL]: ** disable irq
Jan  1 12:28:16 localhost kernel: [    5.144570] [BT_RFKILL]: ap6335 device registered.
Jan  1 12:28:16 localhost kernel: [    5.192724] Using Buffer DMA mode
Jan  1 12:28:16 localhost kernel: [    5.194535] Periodic Transfer Interrupt Enhancement - disabled
Jan  1 12:28:16 localhost kernel: [    5.196369] Multiprocessor Interrupt Enhancement - disabled
Jan  1 12:28:16 localhost kernel: [    5.198239] OTG VER PARAM: 0, OTG VER FLAG: 0
Jan  1 12:28:16 localhost kernel: [    5.200090] ^^^^^^^^^^^^^^^^^^Host Mode
Jan  1 12:28:16 localhost kernel: [    5.246859] Init: Power Port (0)
Jan  1 12:28:16 localhost kernel: [    5.640398] Indeed it is in host mode hprt0 = 00021501
Jan  1 12:28:16 localhost kernel: [    5.768490] ******** Show Sink Info ********
Jan  1 12:28:16 localhost kernel: [    5.778539] Max tmds clk is 0
Jan  1 12:28:16 localhost kernel: [    5.788438] Support video mode:
Jan  1 12:28:16 localhost kernel: [    5.792996]         1920x1080p@60Hz
Jan  1 12:28:16 localhost kernel: [    5.796541]         1920x1080p@50Hz
Jan  1 12:28:16 localhost kernel: [    5.800073]         1280x720p@60Hz
Jan  1 12:28:16 localhost kernel: [    5.803577]         1280x720p@50Hz
Jan  1 12:28:16 localhost kernel: [    5.807026]         720x576p@50Hz
Jan  1 12:28:16 localhost kernel: [    5.810432]         720x480p@60Hz
Jan  1 12:28:16 localhost kernel: [    5.813228] Support video color mode:
Jan  1 12:28:16 localhost kernel: [    5.815732]         RGB
Jan  1 12:28:16 localhost kernel: [    5.818201]         YCbCr422
Jan  1 12:28:16 localhost kernel: [    5.820640]         YCbCr444
Jan  1 12:28:16 localhost kernel: [    5.823041] Support video color depth:
Jan  1 12:28:16 localhost kernel: [    5.825432]         24bit
Jan  1 12:28:16 localhost kernel: [    5.827378] usb 3-1: new high-speed USB device number 2 using usb20_host
Jan  1 12:28:16 localhost kernel: [    5.827464] Indeed it is in host mode hprt0 = 00001101
Jan  1 12:28:16 localhost kernel: [    5.831993] Support audio type:
Jan  1 12:28:16 localhost kernel: [    5.834004]         LPCM
Jan  1 12:28:16 localhost kernel: [    5.836000] Support max audio channel is 2
Jan  1 12:28:16 localhost kernel: [    5.838007] Support audio sample rate:
Jan  1 12:28:16 localhost kernel: [    5.840010]         32000
Jan  1 12:28:16 localhost kernel: [    5.841980]         44100
Jan  1 12:28:16 localhost kernel: [    5.843921]         48000
Jan  1 12:28:16 localhost kernel: [    5.845843] Support audio word lenght:
Jan  1 12:28:16 localhost kernel: [    5.847780]         16bit
Jan  1 12:28:16 localhost kernel: [    5.849710]         20bit
Jan  1 12:28:16 localhost kernel: [    5.851616]         24bit
Jan  1 12:28:16 localhost kernel: [    5.853500]
Jan  1 12:28:16 localhost kernel: [    5.855358] ******** Show Sink Info ********
Jan  1 12:28:16 localhost kernel: [    5.856891] iep dpi mode inactivity
Jan  1 12:28:16 localhost kernel: [    5.859159]
Jan  1 12:28:16 localhost kernel: [    5.859159] rk_fb_switch_screen lcdc_id 0 type 6 enable 1
Jan  1 12:28:16 localhost kernel: [    5.862906] fb0 win id 1 state 1
Jan  1 12:28:16 localhost kernel: [    5.864795] rk3288-lcdc lcdc0: lcdc0: dclk:148500000>>fps:60
Jan  1 12:28:16 localhost kernel: [    5.866743] fb1 win id 0 state 0
Jan  1 12:28:16 localhost kernel: [    5.868665] fb2 win id 2 state 0
Jan  1 12:28:16 localhost kernel: [    5.870551] fb3 win id 3 state 0
Jan  1 12:28:16 localhost kernel: [    5.872408] fb4 win id 4 state 0
Jan  1 12:28:16 localhost kernel: [    5.874260]
Jan  1 12:28:16 localhost kernel: [    5.874260] rk_fb_switch_screen lcdc_id 0 type 6 enable 1 done
Jan  1 12:28:16 localhost kernel: [    5.874260]
Jan  1 12:28:16 localhost kernel: [    5.880097] pixel clk is 148500000 tmds clk is 148500000 last tmds clk 0 tmdsclk_ratio_change 0
Jan  1 12:28:16 localhost kernel: [    5.882175] rk3288-hdmi ff980000.hdmi: [hdmi_dev_config_video] sucess output HDMI.
Jan  1 12:28:16 localhost kernel: [    5.894290] rk3288-hdmi ff980000.hdmi: rk3288 hdmi probe sucess.
Jan  1 12:28:16 localhost kernel: [    5.896962] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
Jan  1 12:28:16 localhost kernel: [    5.899075] rk3288_init_suspend
Jan  1 12:28:16 localhost kernel: [    5.901135] rk3288_suspend_init enter
Jan  1 12:28:16 localhost kernel: [    5.903334] rk3288_suspend_init: pm_ctrbits =40017
Jan  1 12:28:16 localhost kernel: [    5.905379] gpio_get_dts_info suspend:8
Jan  1 12:28:16 localhost kernel: [    5.907412] gpio_get_dts_info resume:8
Jan  1 12:28:16 localhost kernel: [    5.908991] rockchip,pmic-suspend_gpios:1007c30 1007c40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Jan  1 12:28:16 localhost kernel: [    5.910746] rockchip,pmic-resume_gpios:2007c32 2007c42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Jan  1 12:28:16 localhost kernel: [    5.912632] clks_gating_suspend_init:clkgt info ok
Jan  1 12:28:16 localhost kernel: [    5.914428] Registering SWP/SWPB emulation handler
Jan  1 12:28:16 localhost kernel: [    5.916501] ddrfreq: verion 1.2 20140526
Jan  1 12:28:16 localhost kernel: [    5.918400] ddrfreq: normal 456MHz video_1080p 0MHz video_4k 456MHz dualview 0MHz idle 0MHz suspend 200MHz reboot 456MHz
Jan  1 12:28:16 localhost kernel: [    5.918406] ddrfreq: change freq to 456 MHz when normal
Jan  1 12:28:16 localhost kernel: [    5.919786] ddrfreq: auto-freq=0
Jan  1 12:28:16 localhost kernel: [    5.921148] ddrfreq: auto-freq-table[0] 240MHz
Jan  1 12:28:16 localhost kernel: [    5.922516] ddrfreq: auto-freq-table[1] 324MHz
Jan  1 12:28:16 localhost kernel: [    5.923864] ddrfreq: auto-freq-table[2] 456MHz
Jan  1 12:28:16 localhost kernel: [    5.925196] ddrfreq: auto-freq-table[3] 528MHz
Jan  1 12:28:16 localhost kernel: [    5.926977] act_ldo3: operation not allowed
Jan  1 12:28:16 localhost kernel: [    5.928531] vga_edid_probe: turn on ldo3 done.
Jan  1 12:28:16 localhost kernel: [    5.929867] act_ldo4: operation not allowed
Jan  1 12:28:16 localhost kernel: [    5.931409] vga_edid_probe: turn on ldo done.
Jan  1 12:28:16 localhost kernel: [    5.932736] act_ldo2: operation not allowed
Jan  1 12:28:16 localhost kernel: [    5.934262] vga_edid_probe: turn on ldo2 done.
Jan  1 12:28:16 localhost kernel: [    5.935597] act_ldo8: operation not allowed
Jan  1 12:28:16 localhost kernel: [    5.937142] vga_edid_probe: turn on ldo done.
Jan  1 12:28:16 localhost kernel: [    5.938468] of_get_named_gpio_flags exited with status 17
Jan  1 12:28:16 localhost kernel: [    5.943503] unable to read EDID block.
Jan  1 12:28:16 localhost kernel: [    5.979375] unable to read EDID block.
Jan  1 12:28:16 localhost kernel: [    6.015244] unable to read EDID block.
Jan  1 12:28:16 localhost kernel: [    6.016571] vga-ddc: read and parse edid failed errno:-5.
Jan  1 12:28:16 localhost kernel: [    6.017919] vga_edid_probe: success. 10
Jan  1 12:28:16 localhost kernel: [    6.019418] firefly_vga_get_enable 180, 0
Jan  1 12:28:16 localhost kernel: [    6.020780] firefly_vga_get_status 186
Jan  1 12:28:16 localhost kernel: [    6.022131] firefly_vga_set_enable 159 enable:0
Jan  1 12:28:16 localhost kernel: [    6.023501] regulator-dummy: disabling
Jan  1 12:28:16 localhost kernel: [    6.024386] usb 3-1: New USB device found, idVendor=1a40, idProduct=0101
Jan  1 12:28:16 localhost kernel: [    6.024393] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jan  1 12:28:16 localhost kernel: [    6.024398] usb 3-1: Product: USB 2.0 Hub [MTT]
Jan  1 12:28:16 localhost kernel: [    6.024661] hub 3-1:1.0: USB hub found
Jan  1 12:28:16 localhost kernel: [    6.024708] hub 3-1:1.0: 4 ports detected
Jan  1 12:28:16 localhost kernel: [    6.032155] rockchip-hdmi-spdif rockchip-hdmi-spdif.27: ASoC: CPU DAI (null) not registered
Jan  1 12:28:16 localhost kernel: [    6.033620] rockchip_hdmi_spdif_audio_probe() register card failed:-517
Jan  1 12:28:16 localhost kernel: [    6.034908] platform rockchip-hdmi-spdif.27: Driver rockchip-hdmi-spdif requests probe deferral
Jan  1 12:28:16 localhost kernel: [    6.036283] pcd_pullup, is_on 0
Jan  1 12:28:16 localhost kernel: [    6.037620] file system registered
Jan  1 12:28:16 localhost kernel: [    6.039440] android_usb gadget: Mass Storage Function, version: 2009/09/11
Jan  1 12:28:16 localhost kernel: [    6.040787] android_usb gadget: Number of LUNs=2
Jan  1 12:28:16 localhost kernel: [    6.042124]  lun0: LUN: removable file: (no medium)
Jan  1 12:28:16 localhost kernel: [    6.043475]  lun1: LUN: removable file: (no medium)
Jan  1 12:28:16 localhost kernel: [    6.044986] android_usb gadget: android_usb ready
Jan  1 12:28:16 localhost kernel: [    6.046417] sensor_init: Probe name sensors
Jan  1 12:28:16 localhost kernel: [    6.047803] sensor-dev.c v1.4 add angle calculation support between two gsensors 2013-09-01
Jan  1 12:28:16 localhost kernel: [    6.049731] rtc_hym8563 0-0051: setting system clock to 2011-01-01 12:28:13 UTC (1293884893)
Jan  1 12:28:16 localhost kernel: [    6.056492] usbcore: registered new interface driver snd-usb-audio
Jan  1 12:28:16 localhost kernel: [    6.057969] ALSA device list:
Jan  1 12:28:16 localhost kernel: [    6.059099] rockchip-hdmi-spdif rockchip-hdmi-spdif.27:  rk-hdmi-spdif-hifi <-> rockchip-spdif mapping ok
Jan  1 12:28:16 localhost kernel: [    6.061251]   #0: RK_ES8323
Jan  1 12:28:16 localhost kernel: [    6.062713]   #1: RK-HDMI-SPDIF
Jan  1 12:28:16 localhost kernel: [    6.065248] Freeing unused kernel memory: 2368K (c0a5a000 - c0caa000)
Jan  1 12:28:16 localhost kernel: [    6.319634] usb 3-1.1: new high-speed USB device number 3 using usb20_host
Jan  1 12:28:16 localhost kernel: [    6.450983] usb 3-1.1: New USB device found, idVendor=0bda, idProduct=8178
Jan  1 12:28:16 localhost kernel: [    6.471134] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan  1 12:28:16 localhost kernel: [    6.482642] usb 3-1.1: Product: 802.11n rLEN Adapter
Jan  1 12:28:16 localhost kernel: [    6.494113] usb 3-1.1: Manufacturer: Realtek
Jan  1 12:28:16 localhost kernel: [    6.505206] usb 3-1.1: SerialNumber: 00e04c000001
Jan  1 12:28:16 localhost kernel: [    6.615115] usb 3-1.4: new full-speed USB device number 4 using usb20_host
Jan  1 12:28:16 localhost kernel: [    6.759314] usb 3-1.4: New USB device found, idVendor=24ae, idProduct=2020
Jan  1 12:28:16 localhost kernel: [    6.778829] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan  1 12:28:16 localhost kernel: [    6.789932] usb 3-1.4: Product: Rapoo 2.4G Wireless Device
Jan  1 12:28:16 localhost kernel: [    6.801172] usb 3-1.4: Manufacturer: RAPOO
Jan  1 12:28:16 localhost kernel: [    6.820253] input: RAPOO Rapoo 2.4G Wireless Device as /devices/ff540000.usb/usb3/3-1/3-1.4/3-1.4:1.0/input/input5
Jan  1 12:28:16 localhost kernel: [    6.833056] hid-generic 0003:24AE:2020.0001: input,hidraw0: USB HID v1.10 Mouse [RAPOO Rapoo 2.4G Wireless Device] on usb-ff540000.usb-1.4/input0
Jan  1 12:28:16 localhost kernel: [    6.840815] input: RAPOO Rapoo 2.4G Wireless Device as /devices/ff540000.usb/usb3/3-1/3-1.4/3-1.4:1.1/input/input6
Jan  1 12:28:16 localhost kernel: [    6.846072] hid-generic 0003:24AE:2020.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [RAPOO Rapoo 2.4G Wireless Device] on usb-ff540000.usb-1.4/input1
Jan  1 12:28:16 localhost kernel: [    6.980652] input: RAPOO Rapoo 2.4G Wireless Device as /devices/ff540000.usb/usb3/3-1/3-1.4/3-1.4:1.2/input/input7
Jan  1 12:28:16 localhost kernel: [    7.003662] hid-generic 0003:24AE:2020.0003: input,hidraw2: USB HID v1.10 Keyboard [RAPOO Rapoo 2.4G Wireless Device] on usb-ff540000.usb-1.4/input2
Jan  1 12:28:16 localhost kernel: [    7.329273] EXT4-fs (mmcblk0p14): ext4_orphan_cleanup: deleting unreferenced inode 48218
Jan  1 12:28:16 localhost kernel: [    7.331019] EXT4-fs (mmcblk0p14): ext4_orphan_cleanup: deleting unreferenced inode 118931
Jan  1 12:28:16 localhost kernel: [    7.331277] EXT4-fs (mmcblk0p14): ext4_orphan_cleanup: deleting unreferenced inode 118924
Jan  1 12:28:16 localhost kernel: [    7.331367] EXT4-fs (mmcblk0p14): ext4_orphan_cleanup: deleting unreferenced inode 118828
Jan  1 12:28:16 localhost kernel: [    7.331443] EXT4-fs (mmcblk0p14): 4 orphan inodes deleted
Jan  1 12:28:16 localhost kernel: [    7.336071] EXT4-fs (mmcblk0p14): recovery complete
Jan  1 12:28:16 localhost kernel: [    7.346007] EXT4-fs (mmcblk0p14): mounted filesystem with ordered data mode. Opts: (null)
Jan  1 12:28:16 localhost kernel: [    8.582572] [BT_RFKILL]: ENABLE UART_RTS
Jan  1 12:28:16 localhost kernel: [    8.680983] [BT_RFKILL]: DISABLE UART_RTS
Jan  1 12:28:16 localhost kernel: [    8.681009] [BT_RFKILL]: bt turn on power
Jan  1 12:28:16 localhost kernel: [    8.867943] [BT_RFKILL]: ENABLE UART_RTS
Jan  1 12:28:16 localhost kernel: [    8.976163] [BT_RFKILL]: DISABLE UART_RTS
Jan  1 12:28:16 localhost kernel: [    8.976193] [BT_RFKILL]: bt turn on power
Jan  1 12:28:16 localhost kernel: [    8.999257] 0,baud is:9600
Jan  1 12:28:16 localhost kernel: [    8.999304] 0,baud is:9600
Jan  1 12:28:16 localhost kernel: [    8.999328] 0,baud is:115200
Jan  1 12:28:16 localhost kernel: [    9.056360] wifi_power_write: poweren = 1
Jan  1 12:28:16 localhost kernel: [    9.056370] [WLAN_RFKILL]: rockchip_wifi_power: 1
Jan  1 12:28:16 localhost kernel: [    9.056376] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
Jan  1 12:28:16 localhost kernel: [    9.056380] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
Jan  1 12:28:16 localhost kernel: [    9.163128] [WLAN_RFKILL]: wifi turn on power. 156
Jan  1 12:28:17 localhost kernel: [    9.639273] mali pd enabled
Jan  1 12:28:17 localhost kernel: [    9.639287] clk enabled
Jan  1 12:28:17 localhost kernel: [    9.639297] MALI_DVFS_STEP=4,div_dvfs=10
Jan  1 12:28:17 localhost kernel: [    9.639304] mali_dvfs_infotbl[0].clock=198000,min_threshold=0,max_threshold=70
Jan  1 12:28:17 localhost kernel: [    9.639309] mali_dvfs_infotbl[1].clock=297000,min_threshold=70,max_threshold=80
Jan  1 12:28:17 localhost kernel: [    9.639314] mali_dvfs_infotbl[2].clock=417000,min_threshold=80,max_threshold=90
Jan  1 12:28:17 localhost kernel: [    9.639319] mali_dvfs_infotbl[3].clock=480000,min_threshold=94,max_threshold=100
Jan  1 12:28:17 localhost kernel: [    9.639979] turn on mali power
Jan  1 12:28:17 localhost kernel: [    9.640050] mali ffa30000.gpu: GPU identified as 0x0750 r0p0 status 1
Jan  1 12:28:17 localhost kernel: [    9.640349] mali ffa30000.gpu: Probed as mali0
Jan  1 12:28:17 localhost kernel: [    9.859852]
Jan  1 12:28:17 localhost kernel: [    9.859852] rk_fb_switch_screen lcdc_id 0 type 6 enable 0
Jan  1 12:28:17 localhost kernel: [    9.859987] rk_iommu ff930300.vopb_mmu: (vopb) Disabled
Jan  1 12:28:17 localhost kernel: [    9.859994] rk_iommu ff930300.vopb_mmu: rockchip_iommu_detach_device: Detached IOMMU with pgtable 0x2e26f000
Jan  1 12:28:17 localhost kernel: [    9.884634] rk3288-lcdc lcdc0: blank mode:1
Jan  1 12:28:17 localhost kernel: [    9.963326] rk_iommu ff930300.vopb_mmu: (vopb) Enabled
Jan  1 12:28:17 localhost kernel: [    9.963335] rk_iommu ff930300.vopb_mmu: rockchip_iommu_attach_device: Attached new IOMMU with pgtable 0x2e26f000
Jan  1 12:28:17 localhost kernel: [    9.963347] rk3288-lcdc lcdc0: blank mode:0
Jan  1 12:28:18 localhost kernel: [   10.599917] ******** Show Sink Info ********
Jan  1 12:28:18 localhost kernel: [   10.599966] Max tmds clk is 0
Jan  1 12:28:18 localhost kernel: [   10.599994] Support video mode:
Jan  1 12:28:18 localhost kernel: [   10.600023]         1920x1080p@60Hz
Jan  1 12:28:18 localhost kernel: [   10.600049]         1920x1080p@50Hz
Jan  1 12:28:18 localhost kernel: [   10.600075]         1280x720p@60Hz
Jan  1 12:28:18 localhost kernel: [   10.600100]         1280x720p@50Hz
Jan  1 12:28:18 localhost kernel: [   10.600126]         720x576p@50Hz
Jan  1 12:28:18 localhost kernel: [   10.600151]         720x480p@60Hz
Jan  1 12:28:18 localhost kernel: [   10.600177] Support video color mode:
Jan  1 12:28:18 localhost kernel: [   10.600203]         RGB
Jan  1 12:28:18 localhost kernel: [   10.600228]         YCbCr422
Jan  1 12:28:18 localhost kernel: [   10.600254]         YCbCr444
Jan  1 12:28:18 localhost kernel: [   10.600280] Support video color depth:
Jan  1 12:28:18 localhost kernel: [   10.600305]         24bit
Jan  1 12:28:18 localhost kernel: [   10.600331] Support audio type:
Jan  1 12:28:18 localhost kernel: [   10.600357]         LPCM
Jan  1 12:28:18 localhost kernel: [   10.600386] Support max audio channel is 2
Jan  1 12:28:18 localhost kernel: [   10.600412] Support audio sample rate:
Jan  1 12:28:18 localhost kernel: [   10.600437]         32000
Jan  1 12:28:18 localhost kernel: [   10.600461]         44100
Jan  1 12:28:18 localhost kernel: [   10.600485]         48000
Jan  1 12:28:18 localhost kernel: [   10.600511] Support audio word lenght:
Jan  1 12:28:18 localhost kernel: [   10.600536]         16bit
Jan  1 12:28:18 localhost kernel: [   10.600560]         20bit
Jan  1 12:28:18 localhost kernel: [   10.600584]         24bit
Jan  1 12:28:18 localhost kernel: [   10.600607]
Jan  1 12:28:18 localhost kernel: [   10.600633] ******** Show Sink Info ********
Jan  1 12:28:18 localhost kernel: [   10.600854]
Jan  1 12:28:18 localhost kernel: [   10.600854] rk_fb_switch_screen lcdc_id 0 type 6 enable 1
Jan  1 12:28:18 localhost kernel: [   10.600918] fb0 win id 1 state 1
Jan  1 12:28:18 localhost kernel: [   10.600992] rk3288-lcdc lcdc0: lcdc0: dclk:148500000>>fps:60
Jan  1 12:28:18 localhost kernel: [   10.601059] fb1 win id 0 state 0
Jan  1 12:28:18 localhost kernel: [   10.601092] fb2 win id 2 state 0
Jan  1 12:28:18 localhost kernel: [   10.601122] fb3 win id 3 state 0
Jan  1 12:28:18 localhost kernel: [   10.601152] fb4 win id 4 state 0
Jan  1 12:28:18 localhost kernel: [   10.601185]
Jan  1 12:28:18 localhost kernel: [   10.601185] rk_fb_switch_screen lcdc_id 0 type 6 enable 1 done
Jan  1 12:28:18 localhost kernel: [   10.601185]
Jan  1 12:28:18 localhost kernel: [   10.601264] pixel clk is 148500000 tmds clk is 148500000 last tmds clk 0 tmdsclk_ratio_change 0
Jan  1 12:28:18 localhost kernel: [   10.601357] rk3288-hdmi ff980000.hdmi: [hdmi_dev_config_video] sucess output HDMI.
Jan  1 12:28:18 localhost kernel: [   10.717927] [otg id chg] last id -1 current id 1
Jan  1 12:28:18 localhost kernel: [   10.717975] PortPower off
Jan  1 12:28:18 localhost kernel: [   10.718051] rk_battery_charger_detect_cb , battery_charger_detect 6
Jan  1 12:28:18 localhost kernel: [   10.822130] Using Buffer DMA mode
Jan  1 12:28:18 localhost kernel: [   10.822141] Periodic Transfer Interrupt Enhancement - disabled
Jan  1 12:28:18 localhost kernel: [   10.822147] Multiprocessor Interrupt Enhancement - disabled
Jan  1 12:28:18 localhost kernel: [   10.822154] OTG VER PARAM: 0, OTG VER FLAG: 0
Jan  1 12:28:18 localhost kernel: [   10.822160] ^^^^^^^^^^^^^^^^^Device Mode
Jan  1 12:28:18 localhost kernel: [   11.133586] =======================================================
Jan  1 12:28:18 localhost kernel: [   11.133653] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
Jan  1 12:28:18 localhost kernel: [   11.133685] =======================================================
Jan  1 12:28:18 localhost kernel: [   11.133718]  WiFi driver (Powered by Rockchip,Ver 4.80.WFD.OOB) init.
Jan  1 12:28:18 localhost kernel: [   11.133829] ======== PULL WL_REG_ON HIGH! ========
Jan  1 12:28:18 localhost kernel: [   11.133880] [WLAN_RFKILL]: rockchip_wifi_power: 1
Jan  1 12:28:18 localhost kernel: [   11.133913] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
Jan  1 12:28:18 localhost kernel: [   11.133945] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
Jan  1 12:28:18 localhost kernel: [   11.239577] [WLAN_RFKILL]: wifi turn on power. 156
Jan  1 12:28:18 localhost kernel: [   11.239626] mmc2:mmc host rescan start!
Jan  1 12:28:18 localhost kernel: [   11.239735] =========== WLAN placed in POWER ON ========
Jan  1 12:28:18 localhost kernel: [   11.239980] bcmsdh_register: Linux Kernel SDIO/MMC Driver
Jan  1 12:28:18 localhost kernel: [   11.240340]
Jan  1 12:28:18 localhost kernel: [   11.240340] Dongle Host Driver, version 1.88.45.3 (r420671)
Jan  1 12:28:18 localhost kernel: [   11.240340] Compiled in drivers/net/wireless/bcmdhd on Mar 24 2016 at 16:36:37
Jan  1 12:28:18 localhost kernel: [   11.308388] ***************vbus detect*****************
Jan  1 12:28:18 localhost kernel: [   11.310649] rk_battery_charger_detect_cb , battery_charger_detect 1
Jan  1 12:28:19 localhost kernel: [   11.455944] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc2]
Jan  1 12:28:19 localhost kernel: [   11.491578] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
Jan  1 12:28:19 localhost kernel: [   11.493215] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Jan  1 12:28:19 localhost kernel: [   11.495633] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Jan  1 12:28:19 localhost kernel: [   11.498918] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
Jan  1 12:28:19 localhost kernel: [   11.556198] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
Jan  1 12:28:19 localhost kernel: [   11.556229] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
Jan  1 12:28:19 localhost kernel: [   11.556359] rk_sdmmc: BOOT Bus speed=50000000Hz,Bus width=4bits.[mmc2]
Jan  1 12:28:19 localhost kernel: [   11.559568] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
Jan  1 12:28:19 localhost kernel: [   11.559606] mmc2: new high speed SDIO card at address 0001
Jan  1 12:28:19 localhost kernel: [   11.560184] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
Jan  1 12:28:19 localhost kernel: [   11.560258] alloc static buf at edbc0000!
Jan  1 12:28:19 localhost kernel: [   11.560604] FW_PATH = /system/etc/firmware/fw_bcm4339a0_ag.bin
Jan  1 12:28:19 localhost kernel: [   11.560604] NVRAM_PATH = /system/etc/firmware/nvram_AP6335.txt
Jan  1 12:28:19 localhost kernel: [   11.567944] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x2
Jan  1 12:28:19 localhost kernel: [   11.568437] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
Jan  1 12:28:19 localhost kernel: [   11.570447] wl_create_event_handler(): thread:wl_event_handler:416 started
Jan  1 12:28:19 localhost kernel: [   11.570458] tsk Enter, tsk = 0xecdea664
Jan  1 12:28:19 localhost kernel: [   11.570743] dhd_attach(): thread:dhd_watchdog_thread:418 started
Jan  1 12:28:19 localhost kernel: [   11.570824] dhd_attach(): thread:dhd_dpc:419 started
Jan  1 12:28:19 localhost kernel: [   11.570911] dhd_attach(): thread:dhd_sysioc:41a started
Jan  1 12:28:19 localhost kernel: [   11.571189] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
Jan  1 12:28:19 localhost kernel: [   11.571206] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
Jan  1 12:28:19 localhost kernel: [   11.571215] [WLAN_RFKILL]: This mac address is not valid, ignored...
Jan  1 12:28:19 localhost kernel: [   11.571840] Broadcom Dongle Host Driver: register interface [wlan0] MAC: 00:90:4c:11:22:33
Jan  1 12:28:19 localhost kernel: [   11.571991] ======== PULL WL_REG_ON LOW! (flag = 2) ========
Jan  1 12:28:19 localhost kernel: [   11.572004] [WLAN_RFKILL]: rockchip_wifi_power: 0
Jan  1 12:28:19 localhost kernel: [   11.672364] [WLAN_RFKILL]: wifi shut off power.
Jan  1 12:28:19 localhost kernel: [   11.672380] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 0
Jan  1 12:28:19 localhost kernel: [   11.672388] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
Jan  1 12:28:19 localhost kernel: [   11.672395] =========== WLAN placed in RESET ========
Jan  1 12:28:19 localhost kernel: [   11.859335] es8323_create file error
Jan  1 12:28:19 localhost kernel: [   12.159973]
Jan  1 12:28:19 localhost kernel: [   12.159973] Dongle Host Driver, version 1.88.45.3 (r420671)
Jan  1 12:28:19 localhost kernel: [   12.159973] Compiled in drivers/net/wireless/bcmdhd on Mar 24 2016 at 16:36:37
Jan  1 12:28:19 localhost kernel: [   12.159991] wl_android_wifi_on in 1
Jan  1 12:28:19 localhost kernel: [   12.159996] wl_android_wifi_on in 2: g_wifi_on=0
Jan  1 12:28:19 localhost kernel: [   12.160001] ======== PULL WL_REG_ON HIGH! (flag = 2) ========
Jan  1 12:28:19 localhost kernel: [   12.160005] [WLAN_RFKILL]: rockchip_wifi_power: 1
Jan  1 12:28:19 localhost kernel: [   12.160010] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
Jan  1 12:28:19 localhost kernel: [   12.160015] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
Jan  1 12:28:19 localhost kernel: [   12.262781] [WLAN_RFKILL]: wifi turn on power. 156
Jan  1 12:28:19 localhost kernel: [   12.262794] =========== WLAN going back to live  ========
Jan  1 12:28:19 localhost kernel: [   12.262800] sdio_reset_comm():
Jan  1 12:28:19 localhost kernel: [   12.265821] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 200000Hz, actual 200000HZ div = 125)
Jan  1 12:28:19 localhost kernel: [   12.265834] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 400000Hz for init[mmc2]
Jan  1 12:28:19 localhost kernel: [   12.284723] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
Jan  1 12:28:19 localhost kernel: [   12.287808] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Jan  1 12:28:19 localhost kernel: [   12.290877] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Jan  1 12:28:19 localhost kernel: [   12.296172] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
Jan  1 12:28:19 localhost kernel: [   12.403581] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
Jan  1 12:28:19 localhost kernel: [   12.403618] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
Jan  1 12:28:19 localhost kernel: [   12.403971]
Jan  1 12:28:19 localhost kernel: [   12.403971]
Jan  1 12:28:19 localhost kernel: [   12.403971] dhd_bus_devreset: == WLAN ON ==
Jan  1 12:28:19 localhost kernel: [   12.403987] dhd_bus_devreset called when dongle is not in reset
Jan  1 12:28:19 localhost kernel: [   12.403992] Will call dhd_bus_start instead
Jan  1 12:28:19 localhost kernel: [   12.404041] dhd_conf_set_fw_name_by_chip: firmware_path=/system/etc/firmware/fw_bcm4339a0_ag.bin
Jan  1 12:28:19 localhost kernel: [   12.405190] Final fw_path=/system/etc/firmware/fw_bcm4339a0_ag.bin
Jan  1 12:28:19 localhost kernel: [   12.405201] Final nv_path=/system/etc/firmware/nvram_AP6335.txt
Jan  1 12:28:19 localhost kernel: [   12.405207] Final conf_path=/system/etc/firmware/config.txt
Jan  1 12:28:20 localhost kernel: [   12.474088] NVRAM version: AP6335_NVRAM_V1.2_01092014
Jan  1 12:28:20 localhost kernel: [   12.474643] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
Jan  1 12:28:20 localhost kernel: [   12.649514] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
Jan  1 12:28:20 localhost kernel: [   12.649698] bcmsdh_set_drvdata: Enter
Jan  1 12:28:20 localhost kernel: [   12.649706] bcmsdh_register_oob_intr: Enter
Jan  1 12:28:20 localhost kernel: [   12.649712] bcmsdh_register_oob_intr: IRQ=196 Type=414
Jan  1 12:28:20 localhost kernel: [   12.650878] dhd_conf_set_band: Set band 0
Jan  1 12:28:20 localhost kernel: [   12.651059] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
Jan  1 12:28:20 localhost kernel: [   12.651070] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
Jan  1 12:28:20 localhost kernel: [   12.651076] [WLAN_RFKILL]: This mac address is not valid, ignored...
Jan  1 12:28:20 localhost kernel: [   12.660592] Firmware up: op_mode=0x0005, Broadcom Dongle Host Driver mac=94:a1:a2:80:df:64
Jan  1 12:28:20 localhost kernel: [   12.660605] dhd_conf_set_country: Set country ALL, revision 0
Jan  1 12:28:20 localhost kernel: [   12.660925] dhd_conf_set_country: country code setting failed -2
Jan  1 12:28:20 localhost kernel: [   12.661267] Country code: US (US/0)
Jan  1 12:28:20 localhost kernel: [   12.661478] dhd_conf_set_roam: Set roam_off 1
Jan  1 12:28:20 localhost kernel: [   12.663720] dhd_conf_set_bw: Enable HT40 in 2.4 GHz
Jan  1 12:28:20 localhost kernel: [   12.667173] FAT-fs (mmcblk0p15): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Jan  1 12:28:20 localhost kernel: [   12.674257] Firmware version = wl0: Jul 25 2013 00:04:02 version 6.37.32.5 (r414538)
Jan  1 12:28:20 localhost kernel: [   12.674270]   Driver: 1.88.45.3 (r420671)
Jan  1 12:28:20 localhost kernel: [   12.674270]   Firmware: wl0: Jul 25 2013 00:04:02 version 6.37.32.5 (r414538)
Jan  1 12:28:20 localhost kernel: [   12.674613] wl_android_wifi_on: Success
Jan  1 12:28:20 localhost kernel: [   12.744538] wl_android_wifi_off in 1
Jan  1 12:28:20 localhost kernel: [   12.744551] wl_android_wifi_off in 2: g_wifi_on=1
Jan  1 12:28:20 localhost kernel: [   12.745234] bcmsdh_set_irq: Flag = 0
Jan  1 12:28:20 localhost kernel: [   12.745277] ======== PULL WL_REG_ON LOW! (flag = 2) ========
Jan  1 12:28:20 localhost kernel: [   12.745283] [WLAN_RFKILL]: rockchip_wifi_power: 0
Jan  1 12:28:20 localhost kernel: [   12.853126] [WLAN_RFKILL]: wifi shut off power.
Jan  1 12:28:20 localhost kernel: [   12.853139] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 0
Jan  1 12:28:20 localhost kernel: [   12.853145] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
Jan  1 12:28:20 localhost kernel: [   12.853151] =========== WLAN placed in RESET ========
Jan  1 12:28:20 localhost kernel: [   12.853156] wl_android_wifi_off out
Jan  1 12:28:20 localhost kernel: [   12.854176] wl_android_wifi_on in 1
Jan  1 12:28:20 localhost kernel: [   12.854185] wl_android_wifi_on in 2: g_wifi_on=0
Jan  1 12:28:20 localhost kernel: [   12.854191] ======== PULL WL_REG_ON HIGH! (flag = 2) ========
Jan  1 12:28:20 localhost kernel: [   12.854197] [WLAN_RFKILL]: rockchip_wifi_power: 1
Jan  1 12:28:20 localhost kernel: [   12.854202] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
Jan  1 12:28:20 localhost kernel: [   12.854207] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
Jan  1 12:28:20 localhost kernel: [   12.961600] [WLAN_RFKILL]: wifi turn on power. 156
Jan  1 12:28:20 localhost kernel: [   12.961699] =========== WLAN going back to live  ========
Jan  1 12:28:20 localhost kernel: [   12.961849] sdio_reset_comm():
Jan  1 12:28:20 localhost kernel: [   12.965043] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 200000Hz, actual 200000HZ div = 125)
Jan  1 12:28:20 localhost kernel: [   12.965151] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 400000Hz for init[mmc2]
Jan  1 12:28:20 localhost kernel: [   12.989316] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
Jan  1 12:28:20 localhost kernel: [   13.137576] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
Jan  1 12:28:20 localhost kernel: [   13.137717] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
Jan  1 12:28:20 localhost kernel: [   13.154028] dhd_conf_set_fw_name_by_chip: firmware_path=/system/etc/firmware/fw_bcm4339a0_ag.bin
Jan  1 12:28:20 localhost kernel: [   13.155034] Final fw_path=/system/etc/firmware/fw_bcm4339a0_ag.bin
Jan  1 12:28:20 localhost kernel: [   13.155090] Final nv_path=/system/etc/firmware/nvram_AP6335.txt
Jan  1 12:28:20 localhost kernel: [   13.155122] Final conf_path=/system/etc/firmware/config.txt
Jan  1 12:28:20 localhost kernel: [   13.257630] NVRAM version: AP6335_NVRAM_V1.2_01092014
Jan  1 12:28:21 localhost kernel: [   13.433473] bcmsdh_set_drvdata: Enter
Jan  1 12:28:21 localhost kernel: [   13.433483] bcmsdh_set_irq: Flag = 1
Jan  1 12:28:21 localhost kernel: [   13.433555] dhd_conf_set_band: Set band 0
Jan  1 12:28:21 localhost kernel: [   13.434350] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
Jan  1 12:28:21 localhost kernel: [   13.434361] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
Jan  1 12:28:21 localhost kernel: [   13.434366] [WLAN_RFKILL]: This mac address is not valid, ignored...
Jan  1 12:28:21 localhost kernel: [   13.443793] dhd_conf_set_country: Set country ALL, revision 0
Jan  1 12:28:21 localhost kernel: [   13.444145] dhd_conf_set_country: country code setting failed -2
Jan  1 12:28:21 localhost kernel: [   13.444489] Country code: US (US/0)
Jan  1 12:28:21 localhost kernel: [   13.444736] dhd_conf_set_roam: Set roam_off 1
Jan  1 12:28:21 localhost kernel: [   13.446367] dhd_conf_set_bw: Enable HT40 in 2.4 GHz
Jan  1 12:28:21 localhost kernel: [   13.457459]   Driver: 1.88.45.3 (r420671)
Jan  1 12:28:21 localhost kernel: [   13.457459]   Firmware: wl0: Jul 25 2013 00:04:02 version 6.37.32.5 (r414538)
Jan  1 12:28:21 localhost kernel: [   13.457475] wl_android_wifi_on: Success
Jan  1 12:28:21 localhost kernel: [   13.579981] phy_power_on: enable = 1
Jan  1 12:28:21 localhost kernel: [   13.614480] Read the Ethernet MAC address from IDB:00:00:00:00:00:00
Jan  1 12:28:21 localhost kernel: [   13.614532] eth0: device MAC address 96:57:f7:21:7d:b5
Jan  1 12:28:21 localhost kernel: [   13.626622] libphy: stmmac: probed
Jan  1 12:28:21 localhost kernel: [   13.626645] eth0: PHY ID 001cc915 at 0 IRQ 0 (stmmac-0:00) active
Jan  1 12:28:21 localhost kernel: [   13.626656] eth0: PHY ID 001cc915 at 1 IRQ 0 (stmmac-0:01) active
Jan  1 12:28:21 localhost kernel: [   13.641352] phy_power_on: enable = 0
Jan  1 12:28:21 localhost kernel: [   13.647071] phy_power_on: enable = 1
Jan  1 12:28:21 localhost kernel: [   13.672561] 0,baud is:1500000
Jan  1 12:28:21 localhost kernel: [   13.681548] eth0: device MAC address 96:57:f7:21:7d:b5
Jan  1 12:28:21 localhost kernel: [   13.692613] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan  1 12:28:21 localhost kernel: [   13.732775] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan  1 12:28:25 localhost kernel: [   17.616216] stmmc_pltfr_fix_mac_speed: fix speed to 100
Jan  1 12:28:25 localhost kernel: [   17.616263] stmmc_pltfr_fix_mac_speed: fix speed for RGMII
Jan  1 12:28:25 localhost kernel: [   17.616301] libphy: stmmac-0:01 - Link is Up - 100/Full
Jan  1 12:28:25 localhost kernel: [   17.616391] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Mar 24 08:52:25 localhost kernel: [   34.607252] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.


log.zip

37.31 KB, 下载次数: 1, 下载积分: 灯泡 -1 , 经验 -1

log文件

回复

使用道具 举报

2918

积分

56

威望

46

贡献

高级创客

Rank: 6Rank: 6

积分
2918

优秀版主论坛元老

发表于 2016-3-25 11:13:24        只看该作者  7#
驱动看起来都没加载到,可以去网上找一下RTL8192CU 驱动加载试试,把板级原来的驱动关掉
回复

使用道具 举报

239

积分

0

威望

0

贡献

禁止发言

积分
239
发表于 2016-3-27 21:54:34        只看该作者  8#
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

79

积分

0

威望

0

贡献

技术小白

积分
79
发表于 2016-3-28 11:23:16        只看该作者  9#
问题好像是解决了。。。。:L
解决方法还是采用原来的内核自带驱动只是稍作修改。
驱动目录下的  net\wireless\rockchip_wlan\rtl8192cu\os_dep\linux\的os_intfs.c文件下的1644行和1645行:
EXPORT_SYMBOL(rockchip_wifi_init_module_rtkwifi);
EXPORT_SYMBOL(rockchip_wifi_exit_module_rtkwifi);

注释掉,改为:
module_init(rockchip_wifi_init_module_rtkwifi);
module_exit(rockchip_wifi_exit_module_rtkwifi);

其他的代码都不要动。

然后去内核菜单配置下如图:

保存配置,编译内核生成kernel.img文件,然后采用http://wiki.t-firefly.com/index.php/Firefly-RK3288/Build_kernel
的方法打包生成boot.img,因为我使用的是官方的双系统固件因此要把boot.img下载到Recovery分区(这点比较重要,
上个星期就是下载到kernel分区,结果改了内核配置一点变化都没有......)

file:///E:\Users\Administrator\AppData\Roaming\Tencent\Users\357479416\QQ\WinTemp\RichOle\3CFN5V7CBV)DM4Y639FGU%2.png

QQ图片20160328105541.png (26.96 KB, 下载次数: 85)

QQ图片20160328105541.png

QQ图片20160328110045.png (76.26 KB, 下载次数: 80)

QQ图片20160328110045.png

QQ图片20160328111712.png (61.03 KB, 下载次数: 82)

QQ图片20160328111712.png
回复

使用道具 举报

1187

积分

1

威望

3

贡献

中级创客

Rank: 4

积分
1187
QQ
发表于 2016-3-28 14:10:33        只看该作者  10#
ohyeah521 发表于 2016-3-27 21:54
为何不增加常用的rtl8187L和rt3070等常用的无线网卡呢

以前我在其他平台移植过rt3070,这是之前的步骤,你可以参考下,都差不多的

RT3070驱动移植.doc.zip

13.58 KB, 下载次数: 39, 下载积分: 灯泡 -1 , 经验 -1

回复

使用道具 举报

返回列表
12
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表