Jump to content

firedgje

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by firedgje

  1. @haajee: I think I also seen this update. I have some issues sometime the board never starts, but I cannot see any logs as I have no Ethernet.

     

    @Werner: In update configuration tool in Ubuntu, I cannot manage the apt repositories, I have just the default for Ubuntu and it was not the case before.

    I can maybe directly modify the sources in config file (/etc/apt/sources.list) but that is stange...

  2. On 3/20/2022 at 3:38 AM, haajee said:

     

    I hope it would. But didn't get any anwser. So i did al full reinstall from zero. Sadly today again a update what brokes the whole thing down...!

    OK, thanks for the info. I will wait for a fix. If someone has a solution to manually fix the issue directly on SD card (as Ethernet is broken), I'm interested in order to recover my previous installation and configuration...

    Thanks in advance for your help !

  3. On 8/15/2020 at 5:57 PM, usual user said:

    Out of curiosity, I'm interested in how your thermal system works during the test.
    Can you by chance provide a tmon.log?
    To collect one, start "tmon -dl", perform your thermal stress test and after round about 15 minutes kill the tmon process.
    Now post the resulting /var/tmp/tmon.log.

    Sorry, tmon package seems not to be available.... but I can give you my simple test script:

     

    #!/bin/bash
    clear

    echo "Temperature Test"
    echo " "
    echo "N°: T0°C T1°C"

    for i in {1..50}
    do
        a=$(expr $(cat /sys/devices/virtual/thermal/thermal_zone0/temp) / 1000)
        b=$(expr $(cat /sys/devices/virtual/thermal/thermal_zone1/temp) / 1000)
        echo "$i:  $a°C $b°C"
        sysbench cpu --cpu-max-prime=1000000 --threads=$(nproc) run > /dev/null
    done

    a=$(expr $(cat /sys/devices/virtual/thermal/thermal_zone0/temp) / 1000)
    b=$(expr $(cat /sys/devices/virtual/thermal/thermal_zone1/temp) / 1000)
    echo "$i:  $a°C $b°C"

    exit 0

     

  4. On 8/11/2020 at 9:04 PM, firedgje said:

    Yes, the heatsink could be warm. But as I said globally always around 82°C with all cpus at 100%, (and decrease quickly when I stop). I think the processor limit ~85 °C.

    I tested previously another solution with a little heatsink and a fan, the temperature was also around 50°C. It is a personal choice to change in order to have no noise, because I use it as pc and as media center.

    I did a more complete temperature  test with cpu sysbench during a long time:

     

    Temperature Test
     
    N°: T0°C T1°C
    1:  79°C 79°C
    2:  82°C 83°C
    3:  83°C 83°C
    4:  83°C 82°C
    5:  83°C 83°C
    6:  82°C 82°C
    7:  83°C 83°C
    8:  83°C 83°C
    9:  83°C 83°C
    10:  83°C 83°C
    11:  83°C 83°C
    12:  83°C 83°C
    13:  83°C 83°C
    14:  82°C 83°C
    15:  83°C 83°C
    16:  83°C 83°C
    17:  83°C 83°C
    18:  83°C 83°C
    19:  82°C 83°C
    20:  83°C 83°C

     

    The temperature never exceeds 83°C.

  5. On 8/9/2020 at 10:06 PM, haajee said:

     

    IMHO is 85 celsius really hot. I don´t also know how a big themalpad could work. Is the heatsink warm when you run?

    Yes, the heatsink could be warm. But as I said globally always around 82°C with all cpus at 100%, (and decrease quickly when I stop). I think the processor limit ~85 °C.

    On 8/9/2020 at 10:06 PM, haajee said:

     

     

    Mine have i running really slow and the temperature is arround 32 degrees on normal day with normal load. Full speed about 50 degrees. But i need to say that i have also a heatsink on the CPU from an old Fritzbox router. But even on fullspeed is the fan really quiet and you need to listen very well to here it run. In my opinion is 15 euros a really good deal when i compare with a lot of noisie fans i have. The only problem is that the fan is a little bit bigger than the fan opening of the Geekworm case... So i din´t have the original cover on the case...

     

    temperatuur-laatste-maan.thumb.jpeg.681e4f8d8484fd9b70a60660060cc496.jpeg

    I tested previously another solution with a little heatsink and a fan, the temperature was also around 50°C. It is a personal choice to change in order to have no noise, because I use it as pc and as media center.

  6. Another solution to avoid noise and fan management for orange pi 4 is to use a big heatsink (fanless solution):

     

    Orange Pi 4 Heatsink

     

    I tried it and it works well.

     

    The temperature can rise to 85°C in peak (and 82°C in average) when I tried to stress the cpu with benchmark or with high resolution youtube video, but I never stayed stuck due to a overheat.

    In normal use, I have more something between 58 to 65 °C.

  7. 8 hours ago, Werner said:

    Interesting. This was activated upstream with some other stuff quite a while ago:https://github.com/ayufan-rock64/linux-kernel/pull/42/commits/4b09df95f536a6fecd244dbabd0c59b5aa4048b9

     

    Thank you for the link !

     

    I checked again all ROCKCHIP configuration differences between linux-rk3399-legacy.config and "ayufan-rock64" rockchip_linux_defconfig:

     

    CONFIG_VIDEO_ROCKCHIP_VPU=y
    CONFIG_VIDEO_ROCKCHIP_ISP1=y

     

    CONFIG_SND_SOC_ROCKCHIP_HDMI_ANALOG=y
    CONFIG_SND_SOC_ROCKCHIP_HDMI_DP=y

    CONFIG_SND_SOC_ROCKCHIP_MULTICODECS=y

    CONFIG_SND_SOC_ROCKCHIP_CDNDP=y

     

    CONFIG_ROCKCHIP_SUSPEND_MODE=y

    CONFIG_ROCKCHIP_OTP=m
    CONFIG_ROCKCHIP_SIP=y

    CONFIG_ROCKCHIP_SARADC=m

     

    I am not sure that all is relevant but I hope it can be helpful...

     

    I didn' t checked with rock64-dev and rock64-current but perhaps they also should be verified.

  8. On 5/21/2020 at 12:14 PM, firedgje said:

    Hi, I checked the device tree about hdmi sound and it is disabled:

     

    $cat /sys/firmware/devicetree/base/hdmi-sound/status 

    disable

     

    Is it normal ?

     

    I finally checked kernel config and dts from orangepi-xunlong with armbian sources (4.4.x).

     

    dts audio hdmi configurations are the same

     

            hdmi_dp_sound: hdmi-dp-sound {
                    status = "okay";
                    compatible = "rockchip,rk3399-hdmi-dp";
                    rockchip,cpu = <&i2s2>;
                    rockchip,codec = <&hdmi>, <&cdn_dp>;
            };

     

    but there is something different 

     

    # CONFIG_SND_SOC_ROCKCHIP_HDMI_DP is not set

     

    I think this flag should be set to module (m) to be coherent with the others.

     

    Could someone confirm ?

  9. On 5/20/2020 at 8:38 AM, Werner said:

    Probably legacy. Kernel 4.4.x has proven to be most stable...if you can consider the support for the RK3399 as "stable" at all but that is a different story.

    My analysis is that the Legacy. Kernel 4.4.x has a better drivers support (Sound, Wifi and bluetooth) but there is still some issues on graphic configuration and HDMI sound.

    Kernel 5.4.x is booting very slowly but works well with less drivers support but there is major issue (for me) about panfrost driver that is why it is less usable...

  10. On 5/10/2020 at 7:50 PM, firedgje said:

    I use the last kernel (dev) 5.4.39 on orange pi 4 board and I have no sound card detected.

    I did the command aplat -l and the result is no devices found...

    About bluetooth it seems it works but I did not enough tests.

    I noticed also some panfrost errors in my dmesg log but this issue seems solved in next kernel version 5.5.x. I will investigate.

     

    For information, here is my panfrost gpu issue:

     

    [Sat May 16 15:28:37 2020] panfrost ff9a0000.gpu: js fault, js=0, status=INSTR_INVALID_ENC, head=0x139c1d00, tail=0x139c1d00
    [Sat May 16 15:28:37 2020] panfrost ff9a0000.gpu: gpu sched timeout, js=0, config=0x3300, status=0x51, head=0x139c1d00, tail=0x139c1d00, sched_job=00000000b3e6ec90
    [Sat May 16 15:28:37 2020] ------------[ cut here ]------------
    [Sat May 16 15:28:37 2020] WARNING: CPU: 0 PID: 2590 at include/linux/dma-fence.h:533 drm_sched_resubmit_jobs+0x160/0x178 [gpu_sched]
    [Sat May 16 15:28:37 2020] Modules linked in: governor_performance bnep zstd snd_soc_hdmi_codec dw_hdmi_i2s_audio dw_hdmi_cec hantro_vpu(C) videobuf2_dma_contig snd_soc_simple_card btsdio snd_soc_rockchip_i2s v4l2_mem2mem snd_soc_simple_card_utils snd_soc_rockchip_pcm brcmfmac snd_soc_core videobuf2_vmalloc brcmutil hci_uart videobuf2_memops rockchipdrm videobuf2_v4l2 snd_pcm_dmaengine sg cfg80211 snd_pcm videobuf2_common btqca analogix_dp snd_timer videodev btbcm dw_mipi_dsi snd panfrost dw_hdmi btintel mc drm_kms_helper bluetooth soundcore gpu_sched drm fusb30x(C) rfkill drm_panel_orientation_quirks cpufreq_dt pwm_bl zram ip_tables x_tables autofs4 hid_logitech_hidpp realtek dwmac_rk stmmac_platform stmmac phylink adc_keys input_polldev hid_logitech_dj uas
    [Sat May 16 15:28:37 2020] CPU: 0 PID: 2590 Comm: kworker/0:0 Tainted: G         C        5.4.40-rockchip64 #trunk.133
    [Sat May 16 15:28:37 2020] Hardware name: OrangePi 4 (DT)
    [Sat May 16 15:28:37 2020] Workqueue: events drm_sched_job_timedout [gpu_sched]
    [Sat May 16 15:28:37 2020] pstate: 40000005 (nZcv daif -PAN -UAO)
    [Sat May 16 15:28:37 2020] pc : drm_sched_resubmit_jobs+0x160/0x178 [gpu_sched]
    [Sat May 16 15:28:37 2020] lr : drm_sched_resubmit_jobs+0xa8/0x178 [gpu_sched]
    [Sat May 16 15:28:37 2020] sp : ffff8000139abce0
    [Sat May 16 15:28:37 2020] x29: ffff8000139abce0 x28: 0000000000000000 
    [Sat May 16 15:28:37 2020] x27: ffff0000e80c0880 x26: ffff0000bb32d600 
    [Sat May 16 15:28:37 2020] x25: ffff00008d35e5b8 x24: 00000000ffffff83 
    [Sat May 16 15:28:37 2020] x23: 0000000000000024 x22: ffff0000e80c0a08 
    [Sat May 16 15:28:37 2020] x21: 0000000000000001 x20: ffff0000e80c09d8 
    [Sat May 16 15:28:37 2020] x19: ffff0000e6c91000 x18: ffff8000111f5000 
    [Sat May 16 15:28:37 2020] x17: 0000000000000000 x16: 0000000000000000 
    [Sat May 16 15:28:37 2020] x15: 00000000fffffff0 x14: 3030303030303030 
    [Sat May 16 15:28:37 2020] x13: 3d626f6a5f646568 x12: 0000000000000001 
    [Sat May 16 15:28:37 2020] x11: 0000000000000000 x10: 00000000000009f0 
    [Sat May 16 15:28:37 2020] x9 : 0000000000000000 x8 : 0000000000000000 
    [Sat May 16 15:28:37 2020] x7 : 0000000000000001 x6 : 0000000000000000 
    [Sat May 16 15:28:37 2020] x5 : 0000000000000002 x4 : 0000000000000002 
    [Sat May 16 15:28:37 2020] x3 : 0000000000000001 x2 : 0000000000000002 
    [Sat May 16 15:28:37 2020] x1 : 0000000000000004 x0 : 0000000000000000 
    [Sat May 16 15:28:37 2020] Call trace:
    [Sat May 16 15:28:37 2020]  drm_sched_resubmit_jobs+0x160/0x178 [gpu_sched]
    [Sat May 16 15:28:37 2020]  panfrost_job_timedout+0x1ec/0x2a8 [panfrost]
    [Sat May 16 15:28:37 2020]  drm_sched_job_timedout+0x40/0x98 [gpu_sched]
    [Sat May 16 15:28:37 2020]  process_one_work+0x1e0/0x338
    [Sat May 16 15:28:37 2020]  worker_thread+0x40/0x440
    [Sat May 16 15:28:37 2020]  kthread+0x120/0x128
    [Sat May 16 15:28:37 2020]  ret_from_fork+0x10/0x18
    [Sat May 16 15:28:37 2020] ---[ end trace 8f8839ee8c7b078b ]---
    [Sat May 16 15:28:57 2020] broken atomic modeset userspace detected, disabling atomic
    [Sat May 16 15:29:00 2020] broken atomic modeset userspace detected, disabling atomic

     

  11. On 5/9/2020 at 2:00 PM, firedgje said:

    I finally solved my problem.

    I must power up the Orange PI board before power up the TV and the HDMI is well detected and I have now no crtc size error in my log.

    But I have an issue with sound on HDMI, I have no sound.  the default server selected is pulse/native. Is something to configure to have sound on HDMI ?

     

    Here is the log result of Xorg.log:

     

    [  2377.870] (II) modeset(0): EDID vendor "GSM", prod id 1
    [  2377.870] (II) modeset(0): Using hsync ranges from config file
    [  2377.870] (II) modeset(0): Using vrefresh ranges from config file
    [  2377.870] (II) modeset(0): Printing DDC gathered Modelines:
    [  2377.870] (II) modeset(0): Modeline "3840x2160"x0.0  594.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (135.0 kHz eP)
    [  2377.870] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [  2377.870] (II) modeset(0): Modeline "1360x768"x0.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
    [  2377.870] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [  2377.870] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
    [  2377.870] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
    [  2377.870] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [  2377.870] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [  2377.870] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
    [  2377.870] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
    [  2377.870] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
    [  2377.871] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
    [  2377.871] (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
    [  2377.871] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [  2377.871] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [  2377.871] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
    [  2377.871] (II) modeset(0): Modeline "1920x1080"x0.0  297.00  1920 2448 2492 2640  1080 1084 1094 1125 +hsync +vsync (112.5 kHz e)
    [  2377.871] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [  2377.871] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
    [  2377.871] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [  2377.871] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz e)
    [  2377.871] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [  2377.871] (--) modeset(0): HDMI max TMDS frequency 300000KHz

     

    But I can only select 1920x1080 as maximum.

     

    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 4096 x 4096
    DP-1 disconnected (normal left inverted right x axis y axis)
    HDMI-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 1600mm x 900mm
       1920x1080     60.00*   50.00    30.00    25.00    24.00  
       1920x1080i    60.00    50.00  
       1280x1024     60.02  
       1280x720      60.00    50.00  
       1024x768      60.00  
       800x600       60.32  
       720x576       50.00  
       720x480       59.94  
     

    But it is sufficient for my use ;-) .

  12. I use the last kernel (dev) 5.4.39 on orange pi 4 board and I have no sound card detected.

    I did the command aplat -l and the result is no devices found...

    About bluetooth it seems it works but I did not enough tests.

    I noticed also some panfrost errors in my dmesg log but this issue seems solved in next kernel version 5.5.x. I will investigate.

  13. On 5/4/2020 at 7:27 PM, firedgje said:

    Hello,

     

    For information, the version tested is this one:

     

    Linux orangepi4 5.4.36-rockchip64 #trunk.123 SMP PREEMPT Sat May 2 04:21:56 CEST 2020 aarch64 GNU/Linux

     

    I think the issue could come from (crtc sizes not found...):


    [Mon May  4 19:08:26 2020] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [Mon May  4 19:08:26 2020] [drm] No driver support for vblank timestamp query.
    [Mon May  4 19:08:26 2020] [drm] Cannot find any crtc or sizes
    [Mon May  4 19:08:26 2020] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1

     

    I tried to find /dev/fb0 without success but I have video0 and video1.

    I finally solved my problem.

    I must power up the Orange PI board before power up the TV and the HDMI is well detected and I have now no crtc size error in my log.

    But I have an issue with sound on HDMI, I have no sound.  the default server selected is pulse/native. Is something to configure to have sound on HDMI ?

  14. Hello,

     

    For information, the version tested is this one:

     

    Linux orangepi4 5.4.36-rockchip64 #trunk.123 SMP PREEMPT Sat May 2 04:21:56 CEST 2020 aarch64 GNU/Linux

     

    I think the issue could come from (crtc sizes not found...):


    [Mon May  4 19:08:26 2020] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [Mon May  4 19:08:26 2020] [drm] No driver support for vblank timestamp query.
    [Mon May  4 19:08:26 2020] [drm] Cannot find any crtc or sizes
    [Mon May  4 19:08:26 2020] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1

     

    I tried to find /dev/fb0 without success but I have video0 and video1.

  15. Hello,

    I try to connect my orange pi 4 (NPU version (PI 4 B)) to my LG 4K Smart TV but I have no signal...

    I use Buster desktop with kernel 5.4 (DEV).

    I checked my power and my cable but I don't think it is the problem. When I did a test on another LCD screen all worked as expected.

    I send to you the dmesg and Xorg log but I don't see a specific error...  perhaps you will see something I missed.

    If I can I will be happy to help you for tests on orange pi 4.

    Thank you to all the team, you did a very good job on a nice project !

     

    Spoiler

    dmesg -T:

    [Sun May  3 12:32:07 2020] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [Sun May  3 12:32:07 2020] Linux version 5.4.36-rockchip64 (root@builder) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #trunk.123 SMP PREEMPT Sat May 2 04:21:56 CEST 2020
    [Sun May  3 12:32:07 2020] Machine model: OrangePi 4
    [Sun May  3 12:32:07 2020] efi: Getting EFI parameters from FDT:
    [Sun May  3 12:32:07 2020] efi: UEFI not found.
    [Sun May  3 12:32:07 2020] cma: Reserved 128 MiB at 0x00000000ed000000
    [Sun May  3 12:32:07 2020] NUMA: No NUMA configuration found
    [Sun May  3 12:32:07 2020] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
    [Sun May  3 12:32:07 2020] NUMA: NODE_DATA [mem 0xf77dd800-0xf77defff]
    [Sun May  3 12:32:07 2020] Zone ranges:
    [Sun May  3 12:32:07 2020]   DMA32    [mem 0x0000000000200000-0x00000000f7ffffff]
    [Sun May  3 12:32:07 2020]   Normal   empty
    [Sun May  3 12:32:07 2020] Movable zone start for each node
    [Sun May  3 12:32:07 2020] Early memory node ranges
    [Sun May  3 12:32:07 2020]   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
    [Sun May  3 12:32:07 2020] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
    [Sun May  3 12:32:07 2020] On node 0 totalpages: 1015296
    [Sun May  3 12:32:07 2020]   DMA32 zone: 15864 pages used for memmap
    [Sun May  3 12:32:07 2020]   DMA32 zone: 0 pages reserved
    [Sun May  3 12:32:07 2020]   DMA32 zone: 1015296 pages, LIFO batch:63
    [Sun May  3 12:32:07 2020] psci: probing for conduit method from DT.
    [Sun May  3 12:32:07 2020] psci: PSCIv1.0 detected in firmware.
    [Sun May  3 12:32:07 2020] psci: Using standard PSCI v0.2 function IDs
    [Sun May  3 12:32:07 2020] psci: MIGRATE_INFO_TYPE not supported.
    [Sun May  3 12:32:07 2020] psci: SMC Calling Convention v1.0
    [Sun May  3 12:32:07 2020] percpu: Embedded 23 pages/cpu s53592 r8192 d32424 u94208
    [Sun May  3 12:32:07 2020] pcpu-alloc: s53592 r8192 d32424 u94208 alloc=23*4096
    [Sun May  3 12:32:07 2020] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
    [Sun May  3 12:32:07 2020] Detected VIPT I-cache on CPU0
    [Sun May  3 12:32:07 2020] CPU features: detected: ARM erratum 845719
    [Sun May  3 12:32:07 2020] CPU features: detected: GIC system register CPU interface
    [Sun May  3 12:32:07 2020] Built 1 zonelists, mobility grouping on.  Total pages: 999432
    [Sun May  3 12:32:07 2020] Policy zone: DMA32
    [Sun May  3 12:32:07 2020] Kernel command line: root=UUID=6cc6e5a7-8f7d-46c6-84e3-ee57fd1db9f5 rootwait rootfstype=ext4 console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=1 ubootpart=fbe725ad-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u   cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
    [Sun May  3 12:32:07 2020] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [Sun May  3 12:32:07 2020] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [Sun May  3 12:32:07 2020] mem auto-init: stack:off, heap alloc:on, heap free:off
    [Sun May  3 12:32:07 2020] Memory: 3816476K/4061184K available (11964K kernel code, 1412K rwdata, 4644K rodata, 1024K init, 544K bss, 113636K reserved, 131072K cma-reserved)
    [Sun May  3 12:32:07 2020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [Sun May  3 12:32:07 2020] rcu: Preemptible hierarchical RCU implementation.
    [Sun May  3 12:32:07 2020] rcu:         RCU event tracing is enabled.
    [Sun May  3 12:32:07 2020] rcu:         RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
    [Sun May  3 12:32:07 2020]      Tasks RCU enabled.
    [Sun May  3 12:32:07 2020] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [Sun May  3 12:32:07 2020] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
    [Sun May  3 12:32:07 2020] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [Sun May  3 12:32:07 2020] GICv3: GIC: Using split EOI/Deactivate mode
    [Sun May  3 12:32:07 2020] GICv3: 256 SPIs implemented
    [Sun May  3 12:32:07 2020] GICv3: 0 Extended SPIs implemented
    [Sun May  3 12:32:07 2020] GICv3: Distributor has no Range Selector support
    [Sun May  3 12:32:07 2020] GICv3: 16 PPIs implemented
    [Sun May  3 12:32:07 2020] GICv3: no VLPI support, no direct LPI support
    [Sun May  3 12:32:07 2020] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
    [Sun May  3 12:32:07 2020] ITS [mem 0xfee20000-0xfee3ffff]
    [Sun May  3 12:32:07 2020] ITS@0x00000000fee20000: allocated 65536 Devices @f6c80000 (flat, esz 8, psz 64K, shr 0)
    [Sun May  3 12:32:07 2020] ITS: using cache flushing for cmd queue
    [Sun May  3 12:32:07 2020] GICv3: using LPI property table @0x00000000f6c40000
    [Sun May  3 12:32:07 2020] GIC: using cache flushing for LPI property table
    [Sun May  3 12:32:07 2020] GICv3: CPU0: using allocated LPI pending table @0x00000000f6c50000
    [Sun May  3 12:32:07 2020] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
    [Sun May  3 12:32:07 2020] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
    [Sun May  3 12:32:07 2020] random: get_random_bytes called from start_kernel+0x2f8/0x484 with crng_init=0
    [Sun May  3 12:32:07 2020] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
    [Sun May  3 12:32:07 2020] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
    [Sun May  3 12:32:07 2020] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
    [Sun May  3 12:32:07 2020] Console: colour dummy device 80x25
    [Sun May  3 12:32:07 2020] printk: console [tty1] enabled
    [Sun May  3 12:32:07 2020] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
    [Sun May  3 12:32:07 2020] pid_max: default: 32768 minimum: 301
    [Sun May  3 12:32:07 2020] LSM: Security Framework initializing
    [Sun May  3 12:32:07 2020] Yama: becoming mindful.
    [Sun May  3 12:32:07 2020] AppArmor: AppArmor initialized
    [Sun May  3 12:32:07 2020] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [Sun May  3 12:32:07 2020] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [Sun May  3 12:32:07 2020] *** VALIDATE tmpfs ***
    [Sun May  3 12:32:07 2020] *** VALIDATE proc ***
    [Sun May  3 12:32:07 2020] *** VALIDATE cgroup1 ***
    [Sun May  3 12:32:07 2020] *** VALIDATE cgroup2 ***
    [Sun May  3 12:32:07 2020] ASID allocator initialised with 32768 entries
    [Sun May  3 12:32:07 2020] rcu: Hierarchical SRCU implementation.
    [Sun May  3 12:32:07 2020] Platform MSI: interrupt-controller@fee20000 domain created
    [Sun May  3 12:32:07 2020] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
    [Sun May  3 12:32:07 2020] EFI services will not be available.
    [Sun May  3 12:32:07 2020] smp: Bringing up secondary CPUs ...
    [Sun May  3 12:32:07 2020] Detected VIPT I-cache on CPU1
    [Sun May  3 12:32:07 2020] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
    [Sun May  3 12:32:07 2020] GICv3: CPU1: using allocated LPI pending table @0x00000000f6c60000
    [Sun May  3 12:32:07 2020] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [Sun May  3 12:32:07 2020] Detected VIPT I-cache on CPU2
    [Sun May  3 12:32:07 2020] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
    [Sun May  3 12:32:07 2020] GICv3: CPU2: using allocated LPI pending table @0x00000000f6c70000
    [Sun May  3 12:32:07 2020] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [Sun May  3 12:32:07 2020] Detected VIPT I-cache on CPU3
    [Sun May  3 12:32:07 2020] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
    [Sun May  3 12:32:07 2020] GICv3: CPU3: using allocated LPI pending table @0x00000000f6d00000
    [Sun May  3 12:32:07 2020] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [Sun May  3 12:32:07 2020] CPU features: detected: EL2 vector hardening
    [Sun May  3 12:32:07 2020] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
    [Sun May  3 12:32:07 2020] Detected PIPT I-cache on CPU4
    [Sun May  3 12:32:07 2020] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
    [Sun May  3 12:32:07 2020] GICv3: CPU4: using allocated LPI pending table @0x00000000f6d10000
    [Sun May  3 12:32:07 2020] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
    [Sun May  3 12:32:07 2020] Detected PIPT I-cache on CPU5
    [Sun May  3 12:32:07 2020] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
    [Sun May  3 12:32:07 2020] GICv3: CPU5: using allocated LPI pending table @0x00000000f6d20000
    [Sun May  3 12:32:07 2020] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
    [Sun May  3 12:32:07 2020] smp: Brought up 1 node, 6 CPUs
    [Sun May  3 12:32:07 2020] SMP: Total of 6 processors activated.
    [Sun May  3 12:32:07 2020] CPU features: detected: 32-bit EL0 Support
    [Sun May  3 12:32:07 2020] CPU features: detected: CRC32 instructions
    [Sun May  3 12:32:07 2020] CPU: All CPU(s) started at EL2
    [Sun May  3 12:32:07 2020] alternatives: patching kernel code
    [Sun May  3 12:32:07 2020] devtmpfs: initialized
    [Sun May  3 12:32:07 2020] Registered cp15_barrier emulation handler
    [Sun May  3 12:32:07 2020] Registered setend emulation handler
    [Sun May  3 12:32:07 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [Sun May  3 12:32:07 2020] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [Sun May  3 12:32:07 2020] xor: measuring software checksum speed
    [Sun May  3 12:32:07 2020]    8regs     :  1188.000 MB/sec
    [Sun May  3 12:32:07 2020]    32regs    :  2756.000 MB/sec
    [Sun May  3 12:32:07 2020]    arm64_neon:  2394.000 MB/sec
    [Sun May  3 12:32:07 2020] xor: using function: 32regs (2756.000 MB/sec)
    [Sun May  3 12:32:07 2020] pinctrl core: initialized pinctrl subsystem
    [Sun May  3 12:32:07 2020] DMI not present or invalid.
    [Sun May  3 12:32:07 2020] NET: Registered protocol family 16
    [Sun May  3 12:32:07 2020] DMA: preallocated 2048 KiB pool for atomic allocations
    [Sun May  3 12:32:07 2020] audit: initializing netlink subsys (disabled)
    [Sun May  3 12:32:07 2020] audit: type=2000 audit(0.384:1): state=initialized audit_enabled=0 res=1
    [Sun May  3 12:32:07 2020] cpuidle: using governor menu
    [Sun May  3 12:32:07 2020] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [Sun May  3 12:32:07 2020] Serial: AMBA PL011 UART driver
    [Sun May  3 12:32:07 2020] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [Sun May  3 12:32:07 2020] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [Sun May  3 12:32:07 2020] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [Sun May  3 12:32:07 2020] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [Sun May  3 12:32:07 2020] cryptd: max_cpu_qlen set to 1000
    [Sun May  3 12:32:07 2020] raid6: neonx8   gen()  1325 MB/s
    [Sun May  3 12:32:07 2020] raid6: neonx8   xor()  1185 MB/s
    [Sun May  3 12:32:07 2020] raid6: neonx4   gen()  1022 MB/s
    [Sun May  3 12:32:07 2020] raid6: neonx4   xor()  1012 MB/s
    [Sun May  3 12:32:07 2020] raid6: neonx2   gen()   932 MB/s
    [Sun May  3 12:32:07 2020] raid6: neonx2   xor()  1053 MB/s
    [Sun May  3 12:32:07 2020] raid6: neonx1   gen()   717 MB/s
    [Sun May  3 12:32:08 2020] raid6: neonx1   xor()   806 MB/s
    [Sun May  3 12:32:08 2020] raid6: int64x8  gen()   698 MB/s
    [Sun May  3 12:32:08 2020] raid6: int64x8  xor()   526 MB/s
    [Sun May  3 12:32:08 2020] raid6: int64x4  gen()   635 MB/s
    [Sun May  3 12:32:08 2020] raid6: int64x4  xor()   541 MB/s
    [Sun May  3 12:32:08 2020] raid6: int64x2  gen()   473 MB/s
    [Sun May  3 12:32:08 2020] raid6: int64x2  xor()   485 MB/s
    [Sun May  3 12:32:08 2020] raid6: int64x1  gen()   344 MB/s
    [Sun May  3 12:32:08 2020] raid6: int64x1  xor()   334 MB/s
    [Sun May  3 12:32:08 2020] raid6: using algorithm neonx8 gen() 1325 MB/s
    [Sun May  3 12:32:08 2020] raid6: .... xor() 1185 MB/s, rmw enabled
    [Sun May  3 12:32:08 2020] raid6: using neon recovery algorithm
    [Sun May  3 12:32:08 2020] iommu: Default domain type: Translated
    [Sun May  3 12:32:08 2020] vgaarb: loaded
    [Sun May  3 12:32:08 2020] SCSI subsystem initialized
    [Sun May  3 12:32:08 2020] libata version 3.00 loaded.
    [Sun May  3 12:32:08 2020] usbcore: registered new interface driver usbfs
    [Sun May  3 12:32:08 2020] usbcore: registered new interface driver hub
    [Sun May  3 12:32:08 2020] usbcore: registered new device driver usb
    [Sun May  3 12:32:08 2020] pps_core: LinuxPPS API ver. 1 registered
    [Sun May  3 12:32:08 2020] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [Sun May  3 12:32:08 2020] PTP clock support registered
    [Sun May  3 12:32:08 2020] EDAC MC: Ver: 3.0.0
    [Sun May  3 12:32:08 2020] NetLabel: Initializing
    [Sun May  3 12:32:08 2020] NetLabel:  domain hash size = 128
    [Sun May  3 12:32:08 2020] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
    [Sun May  3 12:32:08 2020] NetLabel:  unlabeled traffic allowed by default
    [Sun May  3 12:32:08 2020] clocksource: Switched to clocksource arch_sys_counter
    [Sun May  3 12:32:08 2020] VFS: Disk quotas dquot_6.6.0
    [Sun May  3 12:32:08 2020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [Sun May  3 12:32:08 2020] *** VALIDATE ramfs ***
    [Sun May  3 12:32:08 2020] *** VALIDATE hugetlbfs ***
    [Sun May  3 12:32:08 2020] AppArmor: AppArmor Filesystem Enabled
    [Sun May  3 12:32:08 2020] thermal_sys: Registered thermal governor 'fair_share'
    [Sun May  3 12:32:08 2020] thermal_sys: Registered thermal governor 'bang_bang'
    [Sun May  3 12:32:08 2020] thermal_sys: Registered thermal governor 'step_wise'
    [Sun May  3 12:32:08 2020] thermal_sys: Registered thermal governor 'user_space'
    [Sun May  3 12:32:08 2020] thermal_sys: Registered thermal governor 'power_allocator'
    [Sun May  3 12:32:08 2020] NET: Registered protocol family 2
    [Sun May  3 12:32:08 2020] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [Sun May  3 12:32:08 2020] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [Sun May  3 12:32:08 2020] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [Sun May  3 12:32:08 2020] TCP: Hash tables configured (established 32768 bind 32768)
    [Sun May  3 12:32:08 2020] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [Sun May  3 12:32:08 2020] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [Sun May  3 12:32:08 2020] NET: Registered protocol family 1
    [Sun May  3 12:32:08 2020] PCI: CLS 0 bytes, default 64
    [Sun May  3 12:32:08 2020] Trying to unpack rootfs image as initramfs...
    [Sun May  3 12:32:09 2020] Freeing initrd memory: 13272K
    [Sun May  3 12:32:09 2020] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [Sun May  3 12:32:09 2020] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [Sun May  3 12:32:09 2020] kvm [1]: IPA Size Limit: 40bits
    [Sun May  3 12:32:09 2020] kvm [1]: vgic-v2@fff20000
    [Sun May  3 12:32:09 2020] kvm [1]: GIC system register CPU interface enabled
    [Sun May  3 12:32:09 2020] kvm [1]: vgic interrupt IRQ10
    [Sun May  3 12:32:09 2020] kvm [1]: Hyp mode initialized successfully
    [Sun May  3 12:32:09 2020] Initialise system trusted keyrings
    [Sun May  3 12:32:09 2020] Key type blacklist registered
    [Sun May  3 12:32:09 2020] workingset: timestamp_bits=44 max_order=20 bucket_order=0
    [Sun May  3 12:32:09 2020] zbud: loaded
    [Sun May  3 12:32:09 2020] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [Sun May  3 12:32:09 2020] fuse: init (API version 7.31)
    [Sun May  3 12:32:09 2020] *** VALIDATE fuse ***
    [Sun May  3 12:32:09 2020] *** VALIDATE fuse ***
    [Sun May  3 12:32:09 2020] Platform Keyring initialized
    [Sun May  3 12:32:09 2020] Key type asymmetric registered
    [Sun May  3 12:32:09 2020] Asymmetric key parser 'x509' registered
    [Sun May  3 12:32:09 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [Sun May  3 12:32:09 2020] io scheduler mq-deadline registered
    [Sun May  3 12:32:09 2020] io scheduler kyber registered
    [Sun May  3 12:32:09 2020] io scheduler bfq registered
    [Sun May  3 12:32:09 2020] vcc5v0_sys: supplied by vcc_sys
    [Sun May  3 12:32:09 2020] usb_vbus: supplied by vcc5v0_sys
    [Sun May  3 12:32:09 2020] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
    [Sun May  3 12:32:09 2020] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
    [Sun May  3 12:32:09 2020] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
    [Sun May  3 12:32:09 2020] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
    [Sun May  3 12:32:10 2020] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
    [Sun May  3 12:32:10 2020] rockchip-pcie: probe of f8000000.pcie failed with error -110
    [Sun May  3 12:32:10 2020] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
    [Sun May  3 12:32:10 2020] dma-pl330 ff6d0000.dma-controller:   DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
    [Sun May  3 12:32:10 2020] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
    [Sun May  3 12:32:10 2020] dma-pl330 ff6e0000.dma-controller:   DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
    [Sun May  3 12:32:10 2020] pwm-regulator: supplied by regulator-dummy
    [Sun May  3 12:32:10 2020] usb3_vbus: supplied by vcc5v0_sys
    [Sun May  3 12:32:10 2020] vbus_typec: supplied by vcc5v0_sys
    [Sun May  3 12:32:10 2020] vcc3v3_sys: supplied by vcc_sys
    [Sun May  3 12:32:10 2020] vcc3v0_sd: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
    [Sun May  3 12:32:10 2020] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 40, base_baud = 1500000) is a 16550A
    [Sun May  3 12:32:10 2020] serial serial0: tty port ttyS0 registered
    [Sun May  3 12:32:10 2020] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 41, base_baud = 1500000) is a 16550A
    [Sun May  3 12:32:10 2020] printk: console [ttyS2] enabled
    [Sun May  3 12:32:10 2020] Serial: AMBA driver
    [Sun May  3 12:32:10 2020] cacheinfo: Unable to detect cache hierarchy for CPU 0
    [Sun May  3 12:32:10 2020] loop: module loaded
    [Sun May  3 12:32:10 2020] libphy: Fixed MDIO Bus: probed
    [Sun May  3 12:32:10 2020] tun: Universal TUN/TAP device driver, 1.6
    [Sun May  3 12:32:10 2020] thunder_xcv, ver 1.0
    [Sun May  3 12:32:10 2020] thunder_bgx, ver 1.0
    [Sun May  3 12:32:10 2020] nicpf, ver 1.0
    [Sun May  3 12:32:10 2020] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
    [Sun May  3 12:32:10 2020] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [Sun May  3 12:32:10 2020] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
    [Sun May  3 12:32:10 2020] igb: Copyright (c) 2007-2014 Intel Corporation.
    [Sun May  3 12:32:10 2020] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
    [Sun May  3 12:32:10 2020] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [Sun May  3 12:32:10 2020] sky2: driver version 1.30
    [Sun May  3 12:32:10 2020] VFIO - User Level meta-driver version: 0.3
    [Sun May  3 12:32:10 2020] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [Sun May  3 12:32:10 2020] ehci-pci: EHCI PCI platform driver
    [Sun May  3 12:32:10 2020] ehci-platform: EHCI generic platform driver
    [Sun May  3 12:32:10 2020] ehci-platform fe3c0000.usb: EHCI Host Controller
    [Sun May  3 12:32:10 2020] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1
    [Sun May  3 12:32:10 2020] ehci-platform fe3c0000.usb: irq 33, io mem 0xfe3c0000
    [Sun May  3 12:32:10 2020] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
    [Sun May  3 12:32:10 2020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
    [Sun May  3 12:32:10 2020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [Sun May  3 12:32:10 2020] usb usb1: Product: EHCI Host Controller
    [Sun May  3 12:32:10 2020] usb usb1: Manufacturer: Linux 5.4.36-rockchip64 ehci_hcd
    [Sun May  3 12:32:10 2020] usb usb1: SerialNumber: fe3c0000.usb
    [Sun May  3 12:32:10 2020] hub 1-0:1.0: USB hub found
    [Sun May  3 12:32:10 2020] hub 1-0:1.0: 1 port detected
    [Sun May  3 12:32:10 2020] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [Sun May  3 12:32:10 2020] ohci-pci: OHCI PCI platform driver
    [Sun May  3 12:32:10 2020] ohci-platform: OHCI generic platform driver
    [Sun May  3 12:32:10 2020] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
    [Sun May  3 12:32:10 2020] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 2
    [Sun May  3 12:32:10 2020] ohci-platform fe3e0000.usb: irq 34, io mem 0xfe3e0000
    [Sun May  3 12:32:10 2020] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
    [Sun May  3 12:32:10 2020] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [Sun May  3 12:32:10 2020] usb usb2: Product: Generic Platform OHCI controller
    [Sun May  3 12:32:10 2020] usb usb2: Manufacturer: Linux 5.4.36-rockchip64 ohci_hcd
    [Sun May  3 12:32:10 2020] usb usb2: SerialNumber: fe3e0000.usb
    [Sun May  3 12:32:10 2020] hub 2-0:1.0: USB hub found
    [Sun May  3 12:32:10 2020] hub 2-0:1.0: 1 port detected
    [Sun May  3 12:32:10 2020] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [Sun May  3 12:32:10 2020] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 3
    [Sun May  3 12:32:10 2020] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
    [Sun May  3 12:32:10 2020] xhci-hcd xhci-hcd.0.auto: irq 226, io mem 0xfe900000
    [Sun May  3 12:32:10 2020] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
    [Sun May  3 12:32:10 2020] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [Sun May  3 12:32:10 2020] usb usb3: Product: xHCI Host Controller
    [Sun May  3 12:32:10 2020] usb usb3: Manufacturer: Linux 5.4.36-rockchip64 xhci-hcd
    [Sun May  3 12:32:10 2020] usb usb3: SerialNumber: xhci-hcd.0.auto
    [Sun May  3 12:32:10 2020] hub 3-0:1.0: USB hub found
    [Sun May  3 12:32:10 2020] hub 3-0:1.0: 1 port detected
    [Sun May  3 12:32:10 2020] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [Sun May  3 12:32:10 2020] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
    [Sun May  3 12:32:10 2020] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [Sun May  3 12:32:10 2020] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [Sun May  3 12:32:10 2020] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
    [Sun May  3 12:32:10 2020] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [Sun May  3 12:32:10 2020] usb usb4: Product: xHCI Host Controller
    [Sun May  3 12:32:10 2020] usb usb4: Manufacturer: Linux 5.4.36-rockchip64 xhci-hcd
    [Sun May  3 12:32:10 2020] usb usb4: SerialNumber: xhci-hcd.0.auto
    [Sun May  3 12:32:10 2020] hub 4-0:1.0: USB hub found
    [Sun May  3 12:32:10 2020] hub 4-0:1.0: 1 port detected
    [Sun May  3 12:32:10 2020] usbcore: registered new interface driver usb-storage
    [Sun May  3 12:32:10 2020] mousedev: PS/2 mouse device common for all mice
    [Sun May  3 12:32:10 2020] i2c /dev entries driver
    [Sun May  3 12:32:10 2020] rk808 0-001b: chip id: 0x0
    [Sun May  3 12:32:10 2020] rk808-regulator rk808-regulator: there is no dvs0 gpio
    [Sun May  3 12:32:10 2020] rk808-regulator rk808-regulator: there is no dvs1 gpio
    [Sun May  3 12:32:10 2020] DCDC_REG1: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] DCDC_REG2: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] DCDC_REG3: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] DCDC_REG4: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] LDO_REG1: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] LDO_REG2: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] vcc3v0_touch: Bringing 1800000uV into 3000000-3000000uV
    [Sun May  3 12:32:10 2020] LDO_REG3: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] LDO_REG4: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] LDO_REG5: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] vcca3v0_codec: Bringing 1800000uV into 3000000-3000000uV
    [Sun May  3 12:32:10 2020] LDO_REG6: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] LDO_REG7: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] vcca1v8_codec: Bringing 800000uV into 1800000-1800000uV
    [Sun May  3 12:32:10 2020] LDO_REG8: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] SWITCH_REG1: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] SWITCH_REG2: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] rk808-rtc rk808-rtc: registered as rtc0
    [Sun May  3 12:32:10 2020] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
    [Sun May  3 12:32:10 2020] fan53555-reg: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] random: fast init done
    [Sun May  3 12:32:10 2020] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
    [Sun May  3 12:32:10 2020] fan53555-reg: supplied by vcc3v3_sys
    [Sun May  3 12:32:10 2020] sdhci: Secure Digital Host Controller Interface driver
    [Sun May  3 12:32:10 2020] sdhci: Copyright(c) Pierre Ossman
    [Sun May  3 12:32:10 2020] Synopsys Designware Multimedia Card Interface Driver
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
    [Sun May  3 12:32:10 2020] mmc_host mmc0: card is non-removable.
    [Sun May  3 12:32:10 2020] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe320000.dwmmc: Got CD GPIO
    [Sun May  3 12:32:10 2020] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
    [Sun May  3 12:32:10 2020] sdhci-pltfm: SDHCI platform and OF driver helper
    [Sun May  3 12:32:10 2020] mmc2: CQHCI version 5.10
    [Sun May  3 12:32:10 2020] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
    [Sun May  3 12:32:10 2020] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
    [Sun May  3 12:32:10 2020] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
    [Sun May  3 12:32:10 2020] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
    [Sun May  3 12:32:10 2020] mmc0: queuing unknown CIS tuple 0x81 (9 bytes)
    [Sun May  3 12:32:10 2020] mmc2: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
    [Sun May  3 12:32:10 2020] ledtrig-cpu: registered to indicate activity on CPUs
    [Sun May  3 12:32:10 2020] hidraw: raw HID events driver (C) Jiri Kosina
    [Sun May  3 12:32:10 2020] usbcore: registered new interface driver usbhid
    [Sun May  3 12:32:10 2020] usbhid: USB HID core driver
    [Sun May  3 12:32:10 2020] NET: Registered protocol family 10
    [Sun May  3 12:32:10 2020] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
    [Sun May  3 12:32:10 2020] mmc1: new high speed SDXC card at address e624
    [Sun May  3 12:32:10 2020] mmcblk1: mmc1:e624 SF128 119 GiB
    [Sun May  3 12:32:10 2020] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
    [Sun May  3 12:32:10 2020]  mmcblk1: p1
    [Sun May  3 12:32:10 2020] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 200
    [Sun May  3 12:32:10 2020] mmc0: new ultra high speed SDR104 SDIO card at address 0001
    [Sun May  3 12:32:10 2020] Segment Routing with IPv6
    [Sun May  3 12:32:10 2020] NET: Registered protocol family 17
    [Sun May  3 12:32:10 2020] 8021q: 802.1Q VLAN Support v1.8
    [Sun May  3 12:32:10 2020] Key type dns_resolver registered
    [Sun May  3 12:32:10 2020] registered taskstats version 1
    [Sun May  3 12:32:10 2020] Loading compiled-in X.509 certificates
    [Sun May  3 12:32:10 2020] mmc2: Command Queue Engine enabled
    [Sun May  3 12:32:10 2020] mmc2: new HS400 Enhanced strobe MMC card at address 0001
    [Sun May  3 12:32:10 2020] mmcblk2: mmc2:0001 AJTD4R 14.6 GiB
    [Sun May  3 12:32:10 2020] mmcblk2boot0: mmc2:0001 AJTD4R partition 1 4.00 MiB
    [Sun May  3 12:32:10 2020] mmcblk2boot1: mmc2:0001 AJTD4R partition 2 4.00 MiB
    [Sun May  3 12:32:10 2020] mmcblk2rpmb: mmc2:0001 AJTD4R partition 3 4.00 MiB, chardev (242:0)
    [Sun May  3 12:32:10 2020] Loaded X.509 cert 'Build time autogenerated kernel key: 5a35c1f2ad25163b6eb99db1323c21e281faec0a'
    [Sun May  3 12:32:10 2020] zswap: loaded using pool lzo/zbud
    [Sun May  3 12:32:10 2020] Key type ._fscrypt registered
    [Sun May  3 12:32:10 2020] Key type .fscrypt registered
    [Sun May  3 12:32:10 2020] Btrfs loaded, crc32c=crc32c-generic
    [Sun May  3 12:32:10 2020] Key type big_key registered
    [Sun May  3 12:32:10 2020] Key type encrypted registered
    [Sun May  3 12:32:10 2020] AppArmor: AppArmor sha1 policy hashing enabled
    [Sun May  3 12:32:10 2020] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [Sun May  3 12:32:10 2020] rk808-rtc rk808-rtc: setting system clock to 2013-01-18T08:50:11 UTC (1358499011)
    [Sun May  3 12:32:10 2020] of_cfs_init
    [Sun May  3 12:32:10 2020] of_cfs_init: OK
    [Sun May  3 12:32:10 2020] Freeing unused kernel memory: 1024K
    [Sun May  3 12:32:10 2020] Run /init as init process
    [Sun May  3 12:32:11 2020] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
    [Sun May  3 12:32:11 2020] usb 4-1: New USB device found, idVendor=05e3, idProduct=0769, bcdDevice= 0.17
    [Sun May  3 12:32:11 2020] usb 4-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
    [Sun May  3 12:32:11 2020] usb 4-1: Product: USB3.0 Flash Disk
    [Sun May  3 12:32:11 2020] usb 4-1: Manufacturer: Generic
    [Sun May  3 12:32:11 2020] usb 4-1: SerialNumber: 000000000017
    [Sun May  3 12:32:11 2020] usb-storage 4-1:1.0: USB Mass Storage device detected
    [Sun May  3 12:32:11 2020] scsi host0: usb-storage 4-1:1.0
    [Sun May  3 12:32:11 2020] usbcore: registered new interface driver uas
    [Sun May  3 12:32:11 2020] input: adc-keys as /devices/platform/adc-keys/input/input1
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11).
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: init for RGMII
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet:     DWMAC1000
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: COE Type 2
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
    [Sun May  3 12:32:11 2020] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
    [Sun May  3 12:32:11 2020] libphy: stmmac: probed
    [Sun May  3 12:32:11 2020] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
    [Sun May  3 12:32:11 2020] RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
    [Sun May  3 12:32:12 2020] scsi 0:0:0:0: Direct-Access     Generic  MassStorageClass SR17 PQ: 0 ANSI: 6
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB)
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] Write Protect is off
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] Mode Sense: 21 00 00 00
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x2 [current]
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] tag#0 ASC=0x3a ASCQ=0x0
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 00 00 00 00 08 00
    [Sun May  3 12:32:12 2020] blk_update_request: I/O error, dev sda, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
    [Sun May  3 12:32:12 2020] Buffer I/O error on dev sda, logical block 0, async page read
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x2 [current]
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] tag#0 ASC=0x3a ASCQ=0x0
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 00 00 00 00 08 00
    [Sun May  3 12:32:12 2020] blk_update_request: I/O error, dev sda, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
    [Sun May  3 12:32:12 2020] Buffer I/O error on dev sda, logical block 0, async page read
    [Sun May  3 12:32:12 2020]  sda: unable to read partition table
    [Sun May  3 12:32:12 2020] sd 0:0:0:0: [sda] Attached SCSI removable disk
    [Sun May  3 12:32:30 2020] random: crng init done
    [Sun May  3 12:33:55 2020] EXT4-fs (mmcblk1p1): mounted filesystem with writeback data mode. Opts: (null)
    [Sun May  3 12:33:55 2020] systemd[1]: System time before build time, advancing clock.
    [Sun May  3 12:33:55 2020] systemd[1]: Inserted module 'autofs4'
    [Sun May  3 12:33:56 2020] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
    [Sun May  3 12:33:56 2020] systemd[1]: Detected architecture arm64.
    [Sun May  3 12:33:56 2020] systemd[1]: Set hostname to <orangepi4>.
    [Sun May  3 12:33:56 2020] ttyS2 - failed to request DMA
    [Sun May  3 12:33:56 2020] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    [Sun May  3 12:33:56 2020] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    [Sun May  3 12:33:56 2020] systemd[1]: /lib/systemd/system/rk3399-bluetooth.service:10: Support for option SysVStartPriority= has been removed and it is ignored
    [Sun May  3 12:33:56 2020] systemd[1]: Reached target Swap.
    [Sun May  3 12:33:56 2020] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [Sun May  3 12:33:56 2020] systemd[1]: Reached target System Time Synchronized.
    [Sun May  3 12:33:56 2020] systemd[1]: Listening on udev Kernel Socket.
    [Sun May  3 12:33:56 2020] EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro
    [Sun May  3 12:33:57 2020] zram: Added device: zram0
    [Sun May  3 12:33:57 2020] zram: Added device: zram1
    [Sun May  3 12:33:57 2020] zram: Added device: zram2
    [Sun May  3 12:33:57 2020] pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [Sun May  3 12:33:57 2020] zram1: detected capacity change from 0 to 1073741824
    [Sun May  3 12:33:57 2020] fusb30x: module is from the staging directory, the quality is unknown, you have been warned.
    [Sun May  3 12:33:57 2020] fusb302 4-0022: Could not get named GPIO for VBus5V!
    [Sun May  3 12:33:57 2020] fusb302 4-0022: Can't get property of role, set role to default DRP
    [Sun May  3 12:33:57 2020] gpiod_get_value: invalid GPIO (errorpointer)
    [Sun May  3 12:33:57 2020] gpiod_set_raw_value: invalid GPIO (errorpointer)
    [Sun May  3 12:33:57 2020] fusb302 4-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
    [Sun May  3 12:33:57 2020] OF: graph: no port node found in /syscon@ff770000/usb2-phy@e450/otg-port
    [Sun May  3 12:33:57 2020] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [Sun May  3 12:33:57 2020] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 5
    [Sun May  3 12:33:57 2020] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
    [Sun May  3 12:33:57 2020] xhci-hcd xhci-hcd.2.auto: irq 225, io mem 0xfe800000
    [Sun May  3 12:33:57 2020] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
    [Sun May  3 12:33:57 2020] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [Sun May  3 12:33:57 2020] usb usb5: Product: xHCI Host Controller
    [Sun May  3 12:33:57 2020] usb usb5: Manufacturer: Linux 5.4.36-rockchip64 xhci-hcd
    [Sun May  3 12:33:57 2020] usb usb5: SerialNumber: xhci-hcd.2.auto
    [Sun May  3 12:33:57 2020] hub 5-0:1.0: USB hub found
    [Sun May  3 12:33:57 2020] ehci-platform fe380000.usb: EHCI Host Controller
    [Sun May  3 12:33:57 2020] hub 5-0:1.0: 1 port detected
    [Sun May  3 12:33:57 2020] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [Sun May  3 12:33:57 2020] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 6
    [Sun May  3 12:33:57 2020] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [Sun May  3 12:33:57 2020] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
    [Sun May  3 12:33:57 2020] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
    [Sun May  3 12:33:57 2020] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [Sun May  3 12:33:57 2020] usb usb6: Product: xHCI Host Controller
    [Sun May  3 12:33:57 2020] usb usb6: Manufacturer: Linux 5.4.36-rockchip64 xhci-hcd
    [Sun May  3 12:33:57 2020] usb usb6: SerialNumber: xhci-hcd.2.auto
    [Sun May  3 12:33:57 2020] hub 6-0:1.0: USB hub found
    [Sun May  3 12:33:57 2020] hub 6-0:1.0: 1 port detected
    [Sun May  3 12:33:57 2020] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 7
    [Sun May  3 12:33:57 2020] ehci-platform fe380000.usb: irq 31, io mem 0xfe380000
    [Sun May  3 12:33:57 2020] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
    [Sun May  3 12:33:57 2020] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
    [Sun May  3 12:33:57 2020] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [Sun May  3 12:33:57 2020] usb usb7: Product: EHCI Host Controller
    [Sun May  3 12:33:57 2020] usb usb7: Manufacturer: Linux 5.4.36-rockchip64 ehci_hcd
    [Sun May  3 12:33:57 2020] usb usb7: SerialNumber: fe380000.usb
    [Sun May  3 12:33:57 2020] hub 7-0:1.0: USB hub found
    [Sun May  3 12:33:57 2020] hub 7-0:1.0: 1 port detected
    [Sun May  3 12:33:57 2020] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
    [Sun May  3 12:33:57 2020] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 8
    [Sun May  3 12:33:57 2020] ohci-platform fe3a0000.usb: irq 32, io mem 0xfe3a0000
    [Sun May  3 12:33:57 2020] Bluetooth: Core ver 2.22
    [Sun May  3 12:33:57 2020] NET: Registered protocol family 31
    [Sun May  3 12:33:57 2020] Bluetooth: HCI device and connection manager initialized
    [Sun May  3 12:33:57 2020] Bluetooth: HCI socket layer initialized
    [Sun May  3 12:33:57 2020] Bluetooth: L2CAP socket layer initialized
    [Sun May  3 12:33:57 2020] Bluetooth: SCO socket layer initialized
    [Sun May  3 12:33:57 2020] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
    [Sun May  3 12:33:57 2020] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [Sun May  3 12:33:57 2020] usb usb8: Product: Generic Platform OHCI controller
    [Sun May  3 12:33:57 2020] usb usb8: Manufacturer: Linux 5.4.36-rockchip64 ohci_hcd
    [Sun May  3 12:33:57 2020] usb usb8: SerialNumber: fe3a0000.usb
    [Sun May  3 12:33:57 2020] hub 8-0:1.0: USB hub found
    [Sun May  3 12:33:57 2020] hub 8-0:1.0: 1 port detected
    [Sun May  3 12:33:57 2020] fusb302 4-0022: CC connected in CC2 as UFP
    [Sun May  3 12:33:57 2020] mc: Linux media interface: v0.10
    [Sun May  3 12:33:57 2020] panfrost ff9a0000.gpu: clock rate = 500000000
    [Sun May  3 12:33:57 2020] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
    [Sun May  3 12:33:57 2020] panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400
    [Sun May  3 12:33:57 2020] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
    [Sun May  3 12:33:57 2020] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
    [Sun May  3 12:33:57 2020] [drm] Initialized panfrost 1.1.0 20180908 for ff9a0000.gpu on minor 0
    [Sun May  3 12:33:58 2020] videodev: Linux video capture interface: v2.00
    [Sun May  3 12:33:58 2020] Adding 1048572k swap on /dev/zram1.  Priority:5 extents:1 across:1048572k SSFS
    [Sun May  3 12:33:58 2020] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [Sun May  3 12:33:58 2020] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [Sun May  3 12:33:58 2020] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART driver ver 2.3
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART protocol H4 registered
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART protocol BCSP registered
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART protocol LL registered
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART protocol ATH3K registered
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART protocol Intel registered
    [Sun May  3 12:33:58 2020] hci_uart_bcm serial0-0: serial0-0 supply vbat not found, using dummy regulator
    [Sun May  3 12:33:58 2020] hci_uart_bcm serial0-0: serial0-0 supply vddio not found, using dummy regulator
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART protocol Broadcom registered
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART protocol QCA registered
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART protocol AG6XX registered
    [Sun May  3 12:33:58 2020] Bluetooth: HCI UART protocol Marvell registered
    [Sun May  3 12:33:58 2020] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [Sun May  3 12:33:58 2020] cfg80211: failed to load regulatory.db
    [Sun May  3 12:33:58 2020] rockchip-vop ff8f0000.vop: Adding to iommu group 1
    [Sun May  3 12:33:58 2020] rockchip-vop ff900000.vop: Adding to iommu group 2
    [Sun May  3 12:33:58 2020] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
    [Sun May  3 12:33:58 2020] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
    [Sun May  3 12:33:58 2020] rockchip-drm display-subsystem: bound fec00000.dp (ops cdn_dp_component_ops [rockchipdrm])
    [Sun May  3 12:33:58 2020] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
    [Sun May  3 12:33:58 2020] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
    [Sun May  3 12:33:58 2020] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [Sun May  3 12:33:58 2020] [drm] No driver support for vblank timestamp query.
    [Sun May  3 12:33:58 2020] [drm] Cannot find any crtc or sizes
    [Sun May  3 12:33:58 2020] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1
    [Sun May  3 12:33:58 2020] brcmfmac: F1 signature read @0x18000000=0x15294345
    [Sun May  3 12:33:58 2020] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
    [Sun May  3 12:33:58 2020] usbcore: registered new interface driver brcmfmac
    [Sun May  3 12:33:58 2020] ttyS0 - failed to request DMA
    [Sun May  3 12:33:58 2020] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work [rockchipdrm]] Not connected. Disabling cdn
    [Sun May  3 12:33:58 2020] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.xunlong,orangepi-4.txt failed with error -2
    [Sun May  3 12:33:58 2020] hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned.
    [Sun May  3 12:33:58 2020] hantro-vpu ff650000.video-codec: Adding to iommu group 0
    [Sun May  3 12:33:58 2020] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video0
    [Sun May  3 12:33:58 2020] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video1
    [Sun May  3 12:33:58 2020] zram0: detected capacity change from 0 to 52428800
    [Sun May  3 12:33:58 2020] Bluetooth: hci1: BCM: chip id 130
    [Sun May  3 12:33:58 2020] Bluetooth: hci1: BCM: features 0x0f
    [Sun May  3 12:33:58 2020] Bluetooth: hci1: BCM4345C5
    [Sun May  3 12:33:58 2020] Bluetooth: hci1: BCM4345C5 (003.006.006) build 0000
    [Sun May  3 12:33:58 2020] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
    [Sun May  3 12:33:58 2020] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
    [Sun May  3 12:33:59 2020] Bluetooth: hci1: BCM4345C5 (003.006.006) build 0038
    [Sun May  3 12:33:59 2020] Bluetooth: hci1: BCM: Using default device address (43:45:c5:00:1f:ac)
    [Sun May  3 12:33:59 2020] [drm] Cannot find any crtc or sizes
    [Sun May  3 12:34:00 2020] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
    [Sun May  3 12:34:00 2020] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
    [Sun May  3 12:34:00 2020] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: Jun 16 2017 12:38:26 version 7.45.96.2 (66c4e21@sh-git) (r) FWID 01-1813af84
    [Sun May  3 12:34:00 2020] systemd-journald[811]: Received request to flush runtime journal from PID 1
    [Sun May  3 12:34:00 2020] fusb302 4-0022: PD disabled
    [Sun May  3 12:34:02 2020] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [Sun May  3 12:34:02 2020] Bluetooth: BNEP filters: protocol multicast
    [Sun May  3 12:34:02 2020] Bluetooth: BNEP socket layer initialized
    [Sun May  3 12:34:02 2020] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet]
    [Sun May  3 12:34:02 2020] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found
    [Sun May  3 12:34:02 2020] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
    [Sun May  3 12:34:02 2020] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode
    [Sun May  3 12:34:04 2020] phy phy-ff770000.syscon:usb2-phy@e450.10: charger = USB_DCP_CHARGER
    [Sun May  3 12:34:04 2020] broken atomic modeset userspace detected, disabling atomic
    [Sun May  3 12:34:08 2020] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [Sun May  3 12:34:08 2020] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

     

    Xorg.0.log:

    X.Org X Server 1.20.4
    X Protocol Version 11, Revision 0
    [   116.143] Build Operating System: Linux 4.9.0-8-arm64 aarch64 Debian
    [   116.143] Current Operating System: Linux orangepi4 5.4.36-rockchip64 #trunk.123 SMP PREEMPT Sat May 2 04:21:56 CEST 2020 aarch64
    [   116.143] Kernel command line: root=UUID=6cc6e5a7-8f7d-46c6-84e3-ee57fd1db9f5 rootwait rootfstype=ext4 console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=1 ubootpart=fbe725ad-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u   cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
    [   116.143] Build Date: 05 March 2019  08:11:12PM
    [   116.143] xorg-server 2:1.20.4-1 (https://www.debian.org/support)
    [   116.143] Current version of pixman: 0.36.0
    [   116.143]    Before reporting problems, check http://wiki.x.org
            to make sure that you have the latest version.
    [   116.143] Markers: (--) probed, (**) from config file, (==) default setting,
            (++) from command line, (!!) notice, (II) informational,
            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [   116.143] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May  2 19:18:45 2020
    [   116.154] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [   116.154] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [   116.157] (==) No Layout section.  Using the first Screen section.
    [   116.157] (==) No screen section available. Using defaults.
    [   116.157] (**) |-->Screen "Default Screen Section" (0)
    [   116.157] (**) |   |-->Monitor "<default monitor>"
    [   116.157] (==) No monitor specified for screen "Default Screen Section".
            Using a default monitor configuration.
    [   116.157] (**) Option "BlankTime" "0"
    [   116.157] (**) Option "StandbyTime" "0"
    [   116.157] (**) Option "SuspendTime" "0"
    [   116.157] (**) Option "OffTime" "0"
    [   116.157] (==) Automatically adding devices
    [   116.157] (==) Automatically enabling devices
    [   116.157] (==) Automatically adding GPU devices
    [   116.157] (==) Max clients allowed: 256, resource mask: 0x1fffff
    [   116.171] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [   116.171]    Entry deleted from font path.
    [   116.171] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [   116.172]    Entry deleted from font path.
    [   116.172] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    [   116.172]    Entry deleted from font path.
    [   116.172] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
    [   116.172]    Entry deleted from font path.
    [   116.172] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [   116.172]    Entry deleted from font path.
    [   116.172] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    [   116.172]    Entry deleted from font path.
    [   116.172] (==) FontPath set to:
            /usr/share/fonts/X11/misc,
            built-ins
    [   116.172] (==) ModulePath set to "/usr/lib/xorg/modules"
    [   116.172] (II) The server relies on udev to provide the list of input devices.
            If no devices become available, reconfigure udev or disable AutoAddDevices.
    [   116.172] (II) Loader magic: 0xaaaab4e78e08
    [   116.172] (II) Module ABI versions:
    [   116.172]    X.Org ANSI C Emulation: 0.4
    [   116.172]    X.Org Video Driver: 24.0
    [   116.172]    X.Org XInput driver : 24.1
    [   116.172]    X.Org Server Extension : 10.0
    [   116.173] (++) using VT number 7

    [   116.173] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
    [   116.174] (II) xfree86: Adding drm device (/dev/dri/card1)
    [   116.175] (II) xfree86: Adding drm device (/dev/dri/card0)
    [   116.175] (II) no primary bus or device found
    [   116.175]    falling back to /sys/devices/platform/display-subsystem/drm/card1
    [   116.175] (II) LoadModule: "glx"
    [   116.180] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [   116.293] (II) Module glx: vendor="X.Org Foundation"
    [   116.293]    compiled for 1.20.4, module version = 1.0.0
    [   116.293]    ABI class: X.Org Server Extension, version 10.0
    [   116.293] (==) Matched modesetting as autoconfigured driver 0
    [   116.293] (==) Matched fbdev as autoconfigured driver 1
    [   116.293] (==) Assigned the driver to the xf86ConfigLayout
    [   116.293] (II) LoadModule: "modesetting"
    [   116.299] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [   116.316] (II) Module modesetting: vendor="X.Org Foundation"
    [   116.316]    compiled for 1.20.4, module version = 1.20.4
    [   116.316]    Module class: X.Org Video Driver
    [   116.316]    ABI class: X.Org Video Driver, version 24.0
    [   116.316] (II) LoadModule: "fbdev"
    [   116.316] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [   116.322] (II) Module fbdev: vendor="X.Org Foundation"
    [   116.322]    compiled for 1.20.0, module version = 0.5.0
    [   116.322]    Module class: X.Org Video Driver
    [   116.322]    ABI class: X.Org Video Driver, version 24.0
    [   116.322] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [   116.322] (II) FBDEV: driver for framebuffer: fbdev
    [   116.325] (II) modeset(0): using drv /dev/dri/card1
    [   116.325] (WW) Falling back to old probe method for fbdev
    [   116.325] (II) Loading sub module "fbdevhw"
    [   116.325] (II) LoadModule: "fbdevhw"
    [   116.334] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [   116.359] (II) Module fbdevhw: vendor="X.Org Foundation"
    [   116.359]    compiled for 1.20.4, module version = 0.0.2
    [   116.359]    ABI class: X.Org Video Driver, version 24.0
    [   116.359] (EE) open /dev/fb0: No such file or directory
    [   116.359] (II) modeset(0): Creating default Display subsection in Screen section
            "Default Screen Section" for depth/fbbpp 24/32
    [   116.359] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
    [   116.359] (==) modeset(0): RGB weight 888
    [   116.359] (==) modeset(0): Default visual is TrueColor
    [   116.359] (II) Loading sub module "glamoregl"
    [   116.359] (II) LoadModule: "glamoregl"
    [   116.359] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [   116.449] (II) Module glamoregl: vendor="X.Org Foundation"
    [   116.449]    compiled for 1.20.4, module version = 1.0.1
    [   116.449]    ABI class: X.Org ANSI C Emulation, version 0.4
    [   117.907] (II) modeset(0): glamor X acceleration enabled on panfrost
    [   117.907] (II) modeset(0): glamor initialized
    [   117.908] (II) modeset(0): Output DP-1 has no monitor section
    [   117.908] (II) modeset(0): Output HDMI-1 has no monitor section
    [   117.909] (II) modeset(0): EDID for output DP-1
    [   117.909] (II) modeset(0): EDID for output HDMI-1
    [   117.909] (II) modeset(0): Output DP-1 disconnected
    [   117.909] (II) modeset(0): Output HDMI-1 disconnected
    [   117.909] (WW) modeset(0): No outputs definitely connected, trying again...
    [   117.909] (II) modeset(0): Output DP-1 disconnected
    [   117.909] (II) modeset(0): Output HDMI-1 disconnected
    [   117.909] (WW) modeset(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
    [   117.909] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
    [   117.909] (==) modeset(0): DPI set to (96, 96)
    [   117.909] (II) Loading sub module "fb"
    [   117.909] (II) LoadModule: "fb"
    [   117.909] (II) Loading /usr/lib/xorg/modules/libfb.so
    [   117.920] (II) Module fb: vendor="X.Org Foundation"
    [   117.920]    compiled for 1.20.4, module version = 1.0.0
    [   117.920]    ABI class: X.Org ANSI C Emulation, version 0.4
    [   117.920] (II) UnloadModule: "fbdev"
    [   117.920] (II) Unloading fbdev
    [   117.920] (II) UnloadSubModule: "fbdevhw"
    [   117.920] (II) Unloading fbdevhw
    [   118.081] (==) modeset(0): Backing store enabled
    [   118.081] (==) modeset(0): Silken mouse enabled
    [   118.089] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
    [   118.089] (==) modeset(0): DPMS enabled
    [   118.090] (II) modeset(0): [DRI2] Setup complete
    [   118.090] (II) modeset(0): [DRI2]   DRI driver: rockchip
    [   118.090] (II) modeset(0): [DRI2]   VDPAU driver: rockchip
    [   118.090] (II) Initializing extension Generic Event Extension
    [   118.090] (II) Initializing extension SHAPE
    [   118.090] (II) Initializing extension MIT-SHM
    [   118.090] (II) Initializing extension XInputExtension
    [   118.094] (II) Initializing extension XTEST
    [   118.094] (II) Initializing extension BIG-REQUESTS
    [   118.094] (II) Initializing extension SYNC
    [   118.094] (II) Initializing extension XKEYBOARD
    [   118.095] (II) Initializing extension XC-MISC
    [   118.095] (II) Initializing extension SECURITY
    [   118.095] (II) Initializing extension XFIXES
    [   118.095] (II) Initializing extension RENDER
    [   118.095] (II) Initializing extension RANDR
    [   118.096] (II) Initializing extension COMPOSITE
    [   118.096] (II) Initializing extension DAMAGE
    [   118.096] (II) Initializing extension MIT-SCREEN-SAVER
    [   118.097] (II) Initializing extension DOUBLE-BUFFER
    [   118.097] (II) Initializing extension RECORD
    [   118.097] (II) Initializing extension DPMS
    [   118.097] (II) Initializing extension Present
    [   118.097] (II) Initializing extension DRI3
    [   118.098] (II) Initializing extension X-Resource
    [   118.098] (II) Initializing extension XVideo
    [   118.098] (II) Initializing extension XVideo-MotionCompensation
    [   118.098] (II) Initializing extension SELinux
    [   118.098] (II) SELinux: Disabled on system
    [   118.098] (II) Initializing extension GLX
    [   118.163] (II) AIGLX: Loaded and initialized rockchip
    [   118.163] (II) GLX: Initialized DRI2 GL provider for screen 0
    [   118.163] (II) Initializing extension XFree86-VidModeExtension
    [   118.163] (II) Initializing extension XFree86-DGA
    [   118.163] (II) Initializing extension XFree86-DRI
    [   118.165] (II) Initializing extension DRI2
    [   118.174] (II) modeset(0): Damage tracking initialized
    [   118.311] (II) config/udev: Adding input device adc-keys (/dev/input/event1)
    [   118.311] (**) adc-keys: Applying InputClass "libinput keyboard catchall"
    [   118.311] (II) LoadModule: "libinput"
    [   118.311] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [   118.337] (II) Module libinput: vendor="X.Org Foundation"
    [   118.337]    compiled for 1.20.4, module version = 0.28.2
    [   118.337]    Module class: X.Org XInput Driver
    [   118.337]    ABI class: X.Org XInput driver, version 24.1
    [   118.337] (II) Using input driver 'libinput' for 'adc-keys'
    [   118.337] (**) adc-keys: always reports core events
    [   118.337] (**) Option "Device" "/dev/input/event1"
    [   118.340] (**) Option "_source" "server/udev"
    [   118.355] (II) event1  - adc-keys: is tagged by udev as: Keyboard
    [   118.356] (II) event1  - adc-keys: device is a keyboard
    [   118.356] (II) event1  - adc-keys: device removed
    [   118.416] (**) Option "config_info" "udev:/sys/devices/platform/adc-keys/input/input1/event1"
    [   118.416] (II) XINPUT: Adding extended input device "adc-keys" (type: KEYBOARD, id 6)
    [   118.416] (**) Option "xkb_model" "logitech_base"
    [   118.416] (**) Option "xkb_layout" "fr"
    [   118.416] (**) Option "xkb_variant" "azerty"
    [   118.449] (II) event1  - adc-keys: is tagged by udev as: Keyboard
    [   118.449] (II) event1  - adc-keys: device is a keyboard
    [   118.450] (II) config/udev: Adding input device gpio-keys (/dev/input/event0)
    [   118.451] (**) gpio-keys: Applying InputClass "libinput keyboard catchall"
    [   118.451] (II) Using input driver 'libinput' for 'gpio-keys'
    [   118.451] (**) gpio-keys: always reports core events
    [   118.451] (**) Option "Device" "/dev/input/event0"
    [   118.451] (**) Option "_source" "server/udev"
    [   118.452] (II) event0  - gpio-keys: is tagged by udev as: Keyboard
    [   118.452] (II) event0  - gpio-keys: device is a keyboard
    [   118.452] (II) event0  - gpio-keys: device removed
    [   118.484] (**) Option "config_info" "udev:/sys/devices/platform/gpio-keys/input/input0/event0"
    [   118.484] (II) XINPUT: Adding extended input device "gpio-keys" (type: KEYBOARD, id 7)
    [   118.484] (**) Option "xkb_model" "logitech_base"
    [   118.484] (**) Option "xkb_layout" "fr"
    [   118.484] (**) Option "xkb_variant" "azerty"
    [   118.485] (II) event0  - gpio-keys: is tagged by udev as: Keyboard
    [   118.485] (II) event0  - gpio-keys: device is a keyboard


     

    Thank you in advance for your help.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines