Jump to content

Time synch and apt get/update problem


Daniele

Recommended Posts

Hi,

 

I have and Orange Pi PC board on which I'm trying to use Armbian from yestarday, "trying" because I have several different problems on which I investigated also on this forum, but I'm unable to solve at the moment (the reason because I'm writing here). Let's start from the beginning.

 

I downloaded the armbian image from armbian website (https://www.armbian.com/orange-pi-pc/), version I'm using now is Armbian 20.08.1 Buster with Linux 5.8.5-sunxi, but I have tried also other versions with exact same behaviour.  The first problem is time synchronization

 

root@orangepipc:~# timedatectl
               Local time: Thu 2020-09-03 16:34:17 CEST
           Universal time: Thu 2020-09-03 14:34:17 UTC
                 RTC time: Thu 1970-01-01 07:54:18
                Time zone: Europe/Rome (CEST, +0200)
System clock synchronized: no
              NTP service: inactive
          RTC in local TZ: no

In this forum I found that a possible solution could be uninstall/install chrony, but if I'm able to remove this I'm not able to reinstall
 

root@orangepipc:~# apt install chrony
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  chrony
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 216 kB of archives.
After this operation, 397 kB of additional disk space will be used.
Err:1 http://deb.debian.org/debian buster/main armhf chrony armhf 3.4-4
  Could not connect to prod.debian.map.fastly.net:80 (151.101.112.204). - connect (111: Connection refused) Could not connect to deb.debian.org:80 (151.101.114.133). - connect (111: Connection refused)
E: Failed to fetch http://deb.debian.org/debian/pool/main/c/chrony/chrony_3.4-4_armhf.deb  Could not connect to prod.debian.map.fastly.net:80 (151.101.112.204). - connect (111: Connection refused) Could not connect to deb.debian.org:80 (151.101.114.133). - connect (111: Connection refused)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

In general I'm not able to use apt at all...

 

root@orangepipc:~# apt update
Err:1 http://apt.armbian.com buster InRelease
  Could not connect to apt.armbian.com:80 (173.45.128.12). - connect (111: Connection refused)
Err:2 http://security.debian.org buster/updates InRelease
  Could not connect to prod.debian.map.fastly.net:80 (151.101.112.204). - connect (111: Connection refused) Could not connect to security.debian.org:80 (151.101.192.204). - connect (111: Connection refused) Could not connect to security.debian.org:80 (151.101.0.204). - connect (111: Connection refused) Could not connect to security.debian.org:80 (151.101.64.204). - connect (111: Connection refused) Could not connect to security.debian.org:80 (151.101.128.204). - connect (111: Connection refused)
Err:3 http://deb.debian.org/debian buster InRelease
  Could not connect to prod.debian.map.fastly.net:80 (151.101.112.204). - connect (111: Connection refused) Could not connect to deb.debian.org:80 (151.101.114.133). - connect (111: Connection refused)
Err:4 http://deb.debian.org/debian buster-updates InRelease
  Unable to connect to deb.debian.org:http:
Err:5 http://deb.debian.org/debian buster-backports InRelease
  Unable to connect to deb.debian.org:http:
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease  Could not connect to prod.debian.map.fastly.net:80 (151.101.112.204). - connect (111: Connection refused) Could not connect to deb.debian.org:80 (151.101.114.133). - connect (111: Connection refused)
W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease  Unable to connect to deb.debian.org:http:
W: Failed to fetch http://deb.debian.org/debian/dists/buster-backports/InRelease  Unable to connect to deb.debian.org:http:
W: Failed to fetch http://security.debian.org/dists/buster/updates/InRelease  Could not connect to prod.debian.map.fastly.net:80 (151.101.112.204). - connect (111: Connection refused) Could not connect to security.debian.org:80 (151.101.192.204). - connect (111: Connection refused) Could not connect to security.debian.org:80 (151.101.0.204). - connect (111: Connection refused) Could not connect to security.debian.org:80 (151.101.64.204). - connect (111: Connection refused) Could not connect to security.debian.org:80 (151.101.128.204). - connect (111: Connection refused)
W: Failed to fetch http://apt.armbian.com/dists/buster/InRelease  Could not connect to apt.armbian.com:80 (173.45.128.12). - connect (111: Connection refused)
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@orangepipc:~#

DNS resolution and ping of the server to which apt is unable to connect are working fine

 

root@orangepipc:~# ping deb.debian.org
PING debian.map.fastly.net (151.101.114.133) 56(84) bytes of data.
64 bytes from 151.101.114.133 (151.101.114.133): icmp_seq=1 ttl=52 time=36.8 ms
64 bytes from 151.101.114.133 (151.101.114.133): icmp_seq=2 ttl=52 time=37.4 ms
64 bytes from 151.101.114.133 (151.101.114.133): icmp_seq=3 ttl=52 time=37.2 ms
64 bytes from 151.101.114.133 (151.101.114.133): icmp_seq=4 ttl=52 time=38.0 ms
64 bytes from 151.101.114.133 (151.101.114.133): icmp_seq=5 ttl=52 time=37.6 ms
64 bytes from 151.101.114.133 (151.101.114.133): icmp_seq=6 ttl=52 time=36.8 ms
64 bytes from 151.101.114.133 (151.101.114.133): icmp_seq=7 ttl=52 time=38.7 ms
^X64 bytes from 151.101.114.133 (151.101.114.133): icmp_seq=8 ttl=52 time=37.3 ms
64 bytes from 151.101.114.133 (151.101.114.133): icmp_seq=9 ttl=52 time=36.5 ms
^C
--- debian.map.fastly.net ping statistics ---
9 packets transmitted, 9 received, 0% packet loss, time 20ms
rtt min/avg/max/mdev = 36.540/37.377/38.687/0.623 ms

If i put url http://deb.debian.org/debian/dists/buster/InRelease in web browser it's working, so the problem is not server unavailability.

 

I don't have trouble with my LAN
 

root@orangepipc:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.20.0.195  netmask 255.255.255.0  broadcast 172.20.0.255
        ether 02:81:ab:f8:f0:eb  txqueuelen 1000  (Ethernet)
        RX packets 279682  bytes 22254870 (21.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2114  bytes 213315 (208.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 38

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 1  bytes 29 (29.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1  bytes 29 (29.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

I have also problem using GPIO but it's a secondary trouble for the moment. I do not know what to do, I need help because in this way Armbian is useless on my board.

 

Thanks in advance,

Daniele.

Link to comment
Share on other sites

Obviously also armbianmonitor is not able to connect to external host

 

root@orangepipc:~# armbianmonitor -u
System diagnosis information will now be uploaded to curl: (7) Failed to connect to ix.io port 80: Connection refused
Please post the URL in the forum where you've been asked for.

This is response of armbianmonitor -U command
 

Spoiler

     1	 
     2	### Activated 1 lzo-rle zram swap devices with 499 MB each
     3	 
     4	### Activated Armbian ramlog partition with zstd compression
     5	 
     6	### Activated lzo-rle compressed /tmp
     7	 
     8	Thu 03 Sep 2020 06:41:05 AM UTC | Orange Pi PC | 20.08.1 | armhf | armv7l | 5.8.5-sunxi
     9	 
    10	### dmesg:
    11	 
    12	[    0.000000] Booting Linux on physical CPU 0x0
    13	[    0.000000] Linux version 5.8.5-sunxi (root@desktop) (arm-none-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) XXX.XXX.1.20191209) #20.08.1 SMP Wed Sep 2 08:03:45 CEST 2020
    14	[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
    15	[    0.000000] CPU: div instructions available: patching division code
    16	[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    17	[    0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC
    18	[    0.000000] Memory policy: Data cache writealloc
    19	[    0.000000] cma: Reserved 128 MiB at 0x77c00000
    20	[    0.000000] Zone ranges:
    21	[    0.000000]   Normal   [mem 0x0000000040000000-0x000000006fffffff]
    22	[    0.000000]   HighMem  [mem 0x0000000070000000-0x000000007fffffff]
    23	[    0.000000] Movable zone start for each node
    24	[    0.000000] Early memory node ranges
    25	[    0.000000]   node   0: [mem 0x0000000040000000-0x000000007fffffff]
    26	[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
    27	[    0.000000] On node 0 totalpages: 262144
    28	[    0.000000]   Normal zone: 1728 pages used for memmap
    29	[    0.000000]   Normal zone: 0 pages reserved
    30	[    0.000000]   Normal zone: 196608 pages, LIFO batch:63
    31	[    0.000000]   HighMem zone: 65536 pages, LIFO batch:15
    32	[    0.000000] psci: probing for conduit method from DT.
    33	[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
    34	[    0.000000] percpu: Embedded 20 pages/cpu s50444 r8192 d23284 u81920
    35	[    0.000000] pcpu-alloc: s50444 r8192 d23284 u81920 alloc=20*4096
    36	[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
    37	[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260416
    38	[    0.000000] Kernel command line: root=UUID=4b9e57b7-4690-4e61-8e27-b7f542b413da rootwait rootfstype=ext4 console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0 loglevel=1 ubootpart=5d748697-01 ubootsource=mmc usb-storage.quirks=   sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
    39	[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
    40	[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    41	[    0.000000] allocated 1048576 bytes of page_ext
    42	[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
    43	[    0.000000] Memory: 880656K/1048576K available (9216K kernel code, 1002K rwdata, 3268K rodata, 1024K init, 327K bss, 36848K reserved, 131072K cma-reserved, 131060K highmem)
    44	[    0.000000] random: get_random_u32 called from __kmem_cache_create+0x2f/0x368 with crng_init=0
    45	[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    46	[    0.000000] ftrace: allocating 39954 entries in 79 pages
    47	[    0.000000] ftrace: allocated 79 pages with 5 groups
    48	[    0.000000] rcu: Hierarchical RCU implementation.
    49	[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    50	[    0.000000] 	Rude variant of Tasks RCU enabled.
    51	[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    52	[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    53	[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    54	[    0.000000] GIC: Using split EOI/Deactivate mode
    55	[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    56	[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
    57	[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
    58	[    0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
    59	[    0.000014] Switching to timer-based delay loop, resolution 41ns
    60	[    0.000236] Console: colour dummy device 80x30
    61	[    0.000250] printk: console [tty1] enabled
    62	[    0.000301] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
    63	[    0.000311] pid_max: default: 32768 minimum: 301
    64	[    0.000518] LSM: Security Framework initializing
    65	[    0.000574] Yama: becoming mindful.
    66	[    0.000717] AppArmor: AppArmor initialized
    67	[    0.000781] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
    68	[    0.000793] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
    69	[    0.001834] CPU: Testing write buffer coherency: ok
    70	[    0.002191] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    71	[    0.002731] Setting up static identity map for 0x40100000 - 0x40100054
    72	[    0.002850] rcu: Hierarchical SRCU implementation.
    73	[    0.006021] smp: Bringing up secondary CPUs ...
    74	[    0.016778] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    75	[    0.027632] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
    76	[    0.038418] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
    77	[    0.038520] smp: Brought up 1 node, 4 CPUs
    78	[    0.038529] SMP: Total of 4 processors activated (192.00 BogoMIPS).
    79	[    0.038532] CPU: All CPU(s) started in HYP mode.
    80	[    0.038534] CPU: Virtualization extensions available.
    81	[    0.039465] devtmpfs: initialized
    82	[    0.046574] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
    83	[    0.046912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    84	[    0.046951] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    85	[    0.051507] xor: measuring software checksum speed
    86	[    0.090397]    arm4regs  :  1255.000 MB/sec
    87	[    0.130458]    8regs     :   874.000 MB/sec
    88	[    0.170525]    32regs    :   826.000 MB/sec
    89	[    0.210589]    neon      :  1271.000 MB/sec
    90	[    0.210594] xor: using function: neon (1271.000 MB/sec)
    91	[    0.210658] pinctrl core: initialized pinctrl subsystem
    92	[    0.211140] thermal_sys: Registered thermal governor 'fair_share'
    93	[    0.211144] thermal_sys: Registered thermal governor 'bang_bang'
    94	[    0.211149] thermal_sys: Registered thermal governor 'step_wise'
    95	[    0.212174] NET: Registered protocol family 16
    96	[    0.213716] DMA: preallocated 256 KiB pool for atomic coherent allocations
    97	[    0.214180] audit: initializing netlink subsys (disabled)
    98	[    0.214391] audit: type=2000 audit(0.188:1): state=initialized audit_enabled=0 res=1
    99	[    0.215021] cpuidle: using governor ladder
   100	[    0.215147] cpuidle: using governor menu
   101	[    0.215656] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
   102	[    0.215661] hw-breakpoint: maximum watchpoint size is 8 bytes.
   103	[    0.237563] cryptd: max_cpu_qlen set to 1000
   104	[    0.306813] raid6: neonx8   gen()   775 MB/s
   105	[    0.374885] raid6: neonx8   xor()   580 MB/s
   106	[    0.442977] raid6: neonx4   gen()   830 MB/s
   107	[    0.511064] raid6: neonx4   xor()   629 MB/s
   108	[    0.579144] raid6: neonx2   gen()   915 MB/s
   109	[    0.647220] raid6: neonx2   xor()   652 MB/s
   110	[    0.715330] raid6: neonx1   gen()   816 MB/s
   111	[    0.783398] raid6: neonx1   xor()   565 MB/s
   112	[    0.851539] raid6: int32x8  gen()   303 MB/s
   113	[    0.919604] raid6: int32x8  xor()   176 MB/s
   114	[    0.987691] raid6: int32x4  gen()   357 MB/s
   115	[    1.055779] raid6: int32x4  xor()   205 MB/s
   116	[    1.123864] raid6: int32x2  gen()   399 MB/s
   117	[    1.191974] raid6: int32x2  xor()   213 MB/s
   118	[    1.260059] raid6: int32x1  gen()   390 MB/s
   119	[    1.328120] raid6: int32x1  xor()   192 MB/s
   120	[    1.328124] raid6: using algorithm neonx2 gen() 915 MB/s
   121	[    1.328127] raid6: .... xor() 652 MB/s, rmw enabled
   122	[    1.328131] raid6: using neon recovery algorithm
   123	[    1.329422] iommu: Default domain type: Translated 
   124	[    1.329780] SCSI subsystem initialized
   125	[    1.330002] libata version 3.00 loaded.
   126	[    1.330231] usbcore: registered new interface driver usbfs
   127	[    1.330279] usbcore: registered new interface driver hub
   128	[    1.330342] usbcore: registered new device driver usb
   129	[    1.330430] mc: Linux media interface: v0.10
   130	[    1.330468] videodev: Linux video capture interface: v2.00
   131	[    1.330590] pps_core: LinuxPPS API ver. 1 registered
   132	[    1.330594] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
   133	[    1.330610] PTP clock support registered
   134	[    1.330964] Advanced Linux Sound Architecture Driver Initialized.
   135	[    1.331631] NetLabel: Initializing
   136	[    1.331637] NetLabel:  domain hash size = 128
   137	[    1.331639] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
   138	[    1.331714] NetLabel:  unlabeled traffic allowed by default
   139	[    1.332398] clocksource: Switched to clocksource arch_sys_counter
   140	[    1.426278] VFS: Disk quotas dquot_6.6.0
   141	[    1.426367] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
   142	[    1.426953] AppArmor: AppArmor Filesystem Enabled
   143	[    1.434982] NET: Registered protocol family 2
   144	[    1.435696] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
   145	[    1.435738] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
   146	[    1.435831] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
   147	[    1.435943] TCP: Hash tables configured (established 8192 bind 8192)
   148	[    1.436078] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
   149	[    1.436130] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
   150	[    1.436411] NET: Registered protocol family 1
   151	[    1.436829] Trying to unpack rootfs image as initramfs...
   152	[    2.092345] Freeing initrd memory: 9672K
   153	[    2.093706] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
   154	[    2.094835] Initialise system trusted keyrings
   155	[    2.094887] Key type blacklist registered
   156	[    2.095113] workingset: timestamp_bits=14 max_order=18 bucket_order=4
   157	[    2.100667] zbud: loaded
   158	[    2.102086] squashfs: version 4.0 (2009/01/31) Phillip Lougher
   159	[    2.103043] fuse: init (API version 7.31)
   160	[    2.105621] integrity: Platform Keyring initialized
   161	[    2.214191] Key type asymmetric registered
   162	[    2.214198] Asymmetric key parser 'x509' registered
   163	[    2.214364] bounce: pool size: 64 pages
   164	[    2.214434] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
   165	[    2.214630] io scheduler mq-deadline registered
   166	[    2.214636] io scheduler kyber registered
   167	[    2.214797] io scheduler bfq registered
   168	[    2.220547] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
   169	[    2.222237] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
   170	[    2.229020] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
   171	[    2.231302] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator
   172	[    2.231717] printk: console [ttyS0] disabled
   173	[    2.231800] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 42, base_baud = 1500000) is a 16550A
   174	[    2.231866] printk: console [ttyS0] enabled
   175	[    2.247537] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0a9f100)
   176	[    2.247833] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a9c000)
   177	[    2.247898] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator
   178	[    2.248822] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
   179	[    2.249253] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
   180	[    2.249519] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0a9e6fc)
   181	[    2.249528] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
   182	[    2.249960] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
   183	[    2.355272] random: fast init done
   184	[    2.606030] Console: switching to colour frame buffer device 160x45
   185	[    2.678679] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device
   186	[    2.682273] brd: module loaded
   187	[    2.689159] loop: module loaded
   188	[    2.691218] libphy: Fixed MDIO Bus: probed
   189	[    2.691725] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
   190	[    2.691733] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
   191	[    2.691858] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
   192	[    2.691905] dwmac-sun8i 1c30000.ethernet: supply phy not found, using dummy regulator
   193	[    2.691985] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator
   194	[    2.692347] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
   195	[    2.692366] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
   196	[    2.692423] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
   197	[    2.692430] dwmac-sun8i 1c30000.ethernet: COE Type 2
   198	[    2.692436] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
   199	[    2.692442] dwmac-sun8i 1c30000.ethernet: Normal descriptors
   200	[    2.692448] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
   201	[    2.692948] libphy: stmmac: probed
   202	[    2.693502] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
   203	[    2.693926] libphy: mdio_mux: probed
   204	[    2.693949] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
   205	[    2.693958] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
   206	[    2.707056] libphy: mdio_mux: probed
   207	[    2.708171] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
   208	[    2.708232] ehci-platform: EHCI generic platform driver
   209	[    2.708501] ehci-platform 1c1a000.usb: EHCI Host Controller
   210	[    2.708541] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
   211	[    2.708961] ehci-platform 1c1a000.usb: irq 27, io mem 0x01c1a000
   212	[    2.724396] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
   213	[    2.724665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
   214	[    2.724673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   215	[    2.724680] usb usb1: Product: EHCI Host Controller
   216	[    2.724686] usb usb1: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
   217	[    2.724692] usb usb1: SerialNumber: 1c1a000.usb
   218	[    2.725280] hub 1-0:1.0: USB hub found
   219	[    2.725321] hub 1-0:1.0: 1 port detected
   220	[    2.726213] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
   221	[    2.726237] ohci-platform: OHCI generic platform driver
   222	[    2.726412] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
   223	[    2.726435] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
   224	[    2.726618] ohci-platform 1c1a400.usb: irq 28, io mem 0x01c1a400
   225	[    2.788589] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
   226	[    2.788597] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   227	[    2.788604] usb usb2: Product: Generic Platform OHCI controller
   228	[    2.788611] usb usb2: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
   229	[    2.788616] usb usb2: SerialNumber: 1c1a400.usb
   230	[    2.789146] hub 2-0:1.0: USB hub found
   231	[    2.789184] hub 2-0:1.0: 1 port detected
   232	[    2.790553] usbcore: registered new interface driver usb-storage
   233	[    2.791594] sun6i-rtc 1f00000.rtc: registered as rtc0
   234	[    2.791635] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:11 UTC (11)
   235	[    2.791641] sun6i-rtc 1f00000.rtc: RTC enabled
   236	[    2.791951] i2c /dev entries driver
   237	[    2.792300] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
   238	[    2.794516] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
   239	[    2.794945] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
   240	[    2.795705] sunxi-mmc 1c0f000.mmc: Got CD GPIO
   241	[    2.821010] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
   242	[    2.822197] ledtrig-cpu: registered to indicate activity on CPUs
   243	[    2.822265] hid: raw HID events driver (C) Jiri Kosina
   244	[    2.822389] usbcore: registered new interface driver usbhid
   245	[    2.822391] usbhid: USB HID core driver
   246	[    2.826432] debugfs: Directory '1c22c00.codec' with parent 'H3 Audio Codec' already present!
   247	[    2.827763] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
   248	[    2.830528] Initializing XFRM netlink socket
   249	[    2.831052] NET: Registered protocol family 10
   250	[    2.859768] mmc0: host does not support reading read-only switch, assuming write-enable
   251	[    2.861758] mmc0: new high speed SDHC card at address 0001
   252	[    2.863323] mmcblk0: mmc0:0001 SD16G 29.2 GiB 
   253	[    2.867026]  mmcblk0: p1
   254	[    2.878833] Segment Routing with IPv6
   255	[    2.878950] NET: Registered protocol family 17
   256	[    2.878982] NET: Registered protocol family 15
   257	[    2.879069] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
   258	[    2.879200] 8021q: 802.1Q VLAN Support v1.8
   259	[    2.879262] Key type dns_resolver registered
   260	[    2.879710] Registering SWP/SWPB emulation handler
   261	[    2.880013] registered taskstats version 1
   262	[    2.880021] Loading compiled-in X.509 certificates
   263	[    2.886721] Loaded X.509 cert 'Build time autogenerated kernel key: 346848ecd67c995d675bab6785bece621761b48f'
   264	[    2.886905] zswap: loaded using pool lzo/zbud
   265	[    2.887570] Key type ._fscrypt registered
   266	[    2.887575] Key type .fscrypt registered
   267	[    2.887579] Key type fscrypt-provisioning registered
   268	[    2.892804] Btrfs loaded, crc32c=crc32c-generic
   269	[    2.915026] Key type encrypted registered
   270	[    2.915046] AppArmor: AppArmor sha1 policy hashing enabled
   271	[    2.926653] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
   272	[    2.928175] ehci-platform 1c1b000.usb: EHCI Host Controller
   273	[    2.928203] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
   274	[    2.928730] ehci-platform 1c1b000.usb: irq 29, io mem 0x01c1b000
   275	[    2.944399] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
   276	[    2.944715] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
   277	[    2.944724] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   278	[    2.944730] usb usb3: Product: EHCI Host Controller
   279	[    2.944737] usb usb3: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
   280	[    2.944743] usb usb3: SerialNumber: 1c1b000.usb
   281	[    2.945354] hub 3-0:1.0: USB hub found
   282	[    2.945395] hub 3-0:1.0: 1 port detected
   283	[    2.946284] ehci-platform 1c1c000.usb: EHCI Host Controller
   284	[    2.946309] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
   285	[    2.946610] ehci-platform 1c1c000.usb: irq 31, io mem 0x01c1c000
   286	[    2.960416] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
   287	[    2.960662] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
   288	[    2.960671] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   289	[    2.960677] usb usb4: Product: EHCI Host Controller
   290	[    2.960684] usb usb4: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
   291	[    2.960689] usb usb4: SerialNumber: 1c1c000.usb
   292	[    2.961199] hub 4-0:1.0: USB hub found
   293	[    2.961239] hub 4-0:1.0: 1 port detected
   294	[    2.962032] ehci-platform 1c1d000.usb: EHCI Host Controller
   295	[    2.962056] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
   296	[    2.962349] ehci-platform 1c1d000.usb: irq 33, io mem 0x01c1d000
   297	[    2.976413] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
   298	[    2.976642] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
   299	[    2.976650] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   300	[    2.976656] usb usb5: Product: EHCI Host Controller
   301	[    2.976662] usb usb5: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
   302	[    2.976668] usb usb5: SerialNumber: 1c1d000.usb
   303	[    2.977180] hub 5-0:1.0: USB hub found
   304	[    2.977218] hub 5-0:1.0: 1 port detected
   305	[    2.978004] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
   306	[    2.978028] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
   307	[    2.978216] ohci-platform 1c1b400.usb: irq 30, io mem 0x01c1b400
   308	[    3.040585] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
   309	[    3.040593] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   310	[    3.040599] usb usb6: Product: Generic Platform OHCI controller
   311	[    3.040606] usb usb6: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
   312	[    3.040611] usb usb6: SerialNumber: 1c1b400.usb
   313	[    3.041106] hub 6-0:1.0: USB hub found
   314	[    3.041153] hub 6-0:1.0: 1 port detected
   315	[    3.041960] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
   316	[    3.041982] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
   317	[    3.042205] ohci-platform 1c1c400.usb: irq 32, io mem 0x01c1c400
   318	[    3.104572] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
   319	[    3.104581] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   320	[    3.104587] usb usb7: Product: Generic Platform OHCI controller
   321	[    3.104594] usb usb7: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
   322	[    3.104599] usb usb7: SerialNumber: 1c1c400.usb
   323	[    3.105134] hub 7-0:1.0: USB hub found
   324	[    3.105171] hub 7-0:1.0: 1 port detected
   325	[    3.105951] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
   326	[    3.105974] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
   327	[    3.106197] ohci-platform 1c1d400.usb: irq 34, io mem 0x01c1d400
   328	[    3.168575] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
   329	[    3.168584] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   330	[    3.168591] usb usb8: Product: Generic Platform OHCI controller
   331	[    3.168598] usb usb8: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
   332	[    3.168603] usb usb8: SerialNumber: 1c1d400.usb
   333	[    3.169127] hub 8-0:1.0: USB hub found
   334	[    3.169162] hub 8-0:1.0: 1 port detected
   335	[    3.170832] of_cfs_init
   336	[    3.170957] of_cfs_init: OK
   337	[    3.171105] ALSA device list:
   338	[    3.171112]   #0: H3 Audio Codec
   339	[    3.175032] Freeing unused kernel memory: 1024K
   340	[    3.184766] Run /init as init process
   341	[    3.184774]   with arguments:
   342	[    3.184819]     /init
   343	[    3.184822]   with environment:
   344	[    3.184826]     HOME=/
   345	[    3.184829]     TERM=linux
   346	[    3.184832]     ubootpart=5d748697-01
   347	[    3.184835]     ubootsource=mmc
   348	[    3.184839]     sunxi_ve_mem_reserve=0
   349	[    3.184842]     sunxi_g2d_mem_reserve=0
   350	[    3.184845]     sunxi_fb_mem_reserve=16
   351	[    3.184848]     cgroup_enable=memory
   352	[    3.185280] process '/usr/bin/sh' started with executable stack
   353	[    3.544722] usb 6-1: new low-speed USB device number 2 using ohci-platform
   354	[    3.564442] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
   355	[    3.568843] usb 8-1: new low-speed USB device number 2 using ohci-platform
   356	[    3.626295] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator
   357	[    3.628129] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
   358	[    3.628161] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 9
   359	[    3.628233] phy id_det change to device
   360	[    3.628589] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
   361	[    3.628600] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   362	[    3.628607] usb usb9: Product: MUSB HDRC host driver
   363	[    3.628613] usb usb9: Manufacturer: Linux 5.8.5-sunxi musb-hcd
   364	[    3.628620] usb usb9: SerialNumber: musb-hdrc.4.auto
   365	[    3.629381] hub 9-0:1.0: USB hub found
   366	[    3.629434] hub 9-0:1.0: 1 port detected
   367	[    3.772527] usb 6-1: New USB device found, idVendor=046d, idProduct=c517, bcdDevice=38.10
   368	[    3.772541] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
   369	[    3.772548] usb 6-1: Product: USB Receiver
   370	[    3.772554] usb 6-1: Manufacturer: Logitech
   371	[    3.781886] input: Logitech USB Receiver as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.0/0003:046D:C517.0001/input/input1
   372	[    3.840737] hid-generic 0003:046D:C517.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-1c1b400.usb-1/input0
   373	[    3.850498] usb 8-1: New USB device found, idVendor=04f3, idProduct=0234, bcdDevice=24.58
   374	[    3.850517] usb 8-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
   375	[    3.850525] usb 8-1: Product: OM
   376	[    3.852234] input: Logitech USB Receiver Mouse as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/input/input2
   377	[    3.852560] input: Logitech USB Receiver Consumer Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/input/input3
   378	[    3.859316] input: OM as /devices/platform/soc/1c1d400.usb/usb8/8-1/8-1:1.0/0003:04F3:0234.0003/input/input7
   379	[    3.912668] input: Logitech USB Receiver System Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/input/input4
   380	[    3.912678] hid-generic 0003:04F3:0234.0003: input,hidraw1: USB HID v1.11 Mouse [OM] on usb-1c1d400.usb-1/input0
   381	[    3.913164] hid-generic 0003:046D:C517.0002: input,hiddev0,hidraw2: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-1c1b400.usb-1/input1
   382	[    3.966068] logitech-djreceiver 0003:046D:C517.0001: hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-1c1b400.usb-1/input0
   383	[    4.067196] logitech-djreceiver 0003:046D:C517.0002: hiddev0,hidraw2: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-1c1b400.usb-1/input1
   384	[    4.144497] logitech-djreceiver 0003:046D:C517.0002: device of type 27 Mhz (0x02) connected on slot 3
   385	[    4.147351] input: Logitech Wireless Keyboard PID:0062 Keyboard as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/0003:046D:0062.0004/input/input8
   386	[    4.147593] input: Logitech Wireless Keyboard PID:0062 Consumer Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/0003:046D:0062.0004/input/input9
   387	[    4.147736] input: Logitech Wireless Keyboard PID:0062 System Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/0003:046D:0062.0004/input/input10
   388	[    4.147980] hid-generic 0003:046D:0062.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:0062] on usb-1c1b400.usb-1/input1:3
   389	[    4.248500] logitech-hidpp-device 0003:046D:0062.0004: HID++ 1.0 device connected.
   390	[    4.298436] input: Logitech Wireless Keyboard PID:0062 as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/0003:046D:0062.0004/input/input14
   391	[    4.298701] logitech-hidpp-device 0003:046D:0062.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:0062] on usb-1c1b400.usb-1/input1:3
   392	[    4.700779] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
   393	[    5.499589] systemd[1]: System time before build time, advancing clock.
   394	[    5.524530] systemd[1]: Inserted module 'autofs4'
   395	[    5.590335] 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)
   396	[    5.591083] systemd[1]: Detected architecture arm.
   397	[    5.627772] systemd[1]: Set hostname to <orangepipc>.
   398	[    6.219879] systemd[1]: /etc/systemd/system/serial-getty@.service.d/override.conf:5: Unknown lvalue 'After' in section 'Service', ignoring
   399	[    6.231609] systemd[1]: /etc/systemd/system/getty@.service.d/override.conf:5: Unknown lvalue 'After' in section 'Service', ignoring
   400	[    6.370984] random: systemd: uninitialized urandom read (16 bytes read)
   401	[    6.385458] random: systemd: uninitialized urandom read (16 bytes read)
   402	[    6.386497] systemd[1]: Listening on Journal Socket (/dev/log).
   403	[    6.387784] random: systemd: uninitialized urandom read (16 bytes read)
   404	[    6.388551] systemd[1]: Listening on Journal Socket.
   405	[    6.398926] systemd[1]: Starting Restore / save the current clock...
   406	[    6.409333] systemd[1]: Starting Load Kernel Modules...
   407	[    6.411549] systemd[1]: Started Dispatch Password Requests to Console Directory Watch when bootsplash is active.
   408	[    6.535153] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
   409	[    7.910848] zram: Added device: zram0
   410	[    7.914686] zram: Added device: zram1
   411	[    7.915379] zram: Added device: zram2
   412	[    8.023956] sun8i-di 1400000.deinterlace: Device registered as /dev/video0
   413	[    8.026596] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
   414	[    8.036874] cedrus 1c0e000.video-codec: Device registered as /dev/video1
   415	[    8.061842] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz)
   416	[    8.071140] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
   417	[    8.076566] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
   418	[    8.081084] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
   419	[    8.098088] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
   420	[    8.098749] sun8i-ce 1c15000.crypto: Register cbc(aes)
   421	[    8.116616] sun8i-ce 1c15000.crypto: Register ecb(aes)
   422	[    8.118581] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
   423	[    8.118802] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
   424	[    8.118967] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
   425	[    8.120921] zram1: detected capacity change from 0 to 523481088
   426	[    8.231759] sun8i-thermal 1c25000.thermal-sensor: Thermal sensor ready!
   427	[    8.364627] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
   428	[    8.364685] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
   429	[    8.364735] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
   430	[    8.364771] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
   431	[    8.371505] Registered IR keymap rc-empty
   432	[    8.371626] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
   433	[    8.371836] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
   434	[    8.371985] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input15
   435	[    8.372545] sunxi-ir 1f02000.ir: initialized sunXi IR driver
   436	[    8.393012] mousedev: PS/2 mouse device common for all mice
   437	[    8.400748] lima 1c40000.gpu: bus rate = 200000000
   438	[    8.400757] lima 1c40000.gpu: mod rate = 297000000
   439	[    8.400872] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
   440	[    8.401352] lima 1c40000.gpu: Failed to register cooling device
   441	[    8.401787] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 1
   442	[    8.725777] asoc-simple-card hdmi-sound: i2s-hifi <-> 1c22800.i2s mapping ok
   443	[    9.212615] Adding 511208k swap on /dev/zram1.  Priority:5 extents:1 across:511208k SSFS
   444	[    9.373958] zram0: detected capacity change from 0 to 52428800
   445	[   11.452072] zram2: detected capacity change from 0 to 523481088
   446	[   13.529637] EXT4-fs (zram2): mounted filesystem without journal. Opts: discard
   447	[   13.529676] ext4 filesystem being mounted at /tmp supports timestamps until 2038 (0x7fffffff)
   448	[   13.563735] systemd[1]: Started Armbian ZRAM config.
   449	[   13.576270] systemd[1]: Starting Armbian memory supported logging...
   450	[   13.668635] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
   451	[   13.668679] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
   452	[   16.910035] systemd[1]: Started Armbian memory supported logging.
   453	[   16.917552] systemd[1]: Starting Journal Service...
   454	[   17.189244] systemd[1]: Started Journal Service.
   455	[   17.252274] systemd-journald[528]: Received request to flush runtime journal from PID 1
   456	 
   457	### armbian-release:
   458	 
   459	# PLEASE DO NOT EDIT THIS FILE
   460	BOARD=orangepipc
   461	BOARD_NAME="Orange Pi PC"
   462	BOARDFAMILY=sun8i
   463	BUILD_REPOSITORY_URL=https://github.com/armbian/build
   464	BUILD_REPOSITORY_COMMIT=e6fa811d-dirty
   465	DISTRIBUTION_CODENAME=buster
   466	DISTRIBUTION_STATUS=supported
   467	VERSION=20.08.1
   468	LINUXFAMILY=sunxi
   469	BRANCH=current
   470	ARCH=arm
   471	IMAGE_TYPE=stable
   472	BOARD_TYPE=conf
   473	INITRD_ARCH=arm
   474	KERNEL_IMAGE_TYPE=Image
   475	 
   476	### boot environment:
   477	 
   478	verbosity=1
   479	bootlogo=false
   480	console=both
   481	disp_mode=1920x1080p60
   482	overlay_prefix=sun8i-h3
   483	rootdev=UUID=4b9e57b7-4690-4e61-8e27-b7f542b413da
   484	rootfstype=ext4
   485	 
   486	### lsusb:
   487	 
   488	Bus 008 Device 002: ID 04f3:0234 Elan Microelectronics Corp. Optical Mouse
   489	Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   490	Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   491	Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   492	Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   493	Bus 006 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
   494	Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   495	Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   496	Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   497	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   498	Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   499	Thu 03 Sep 2020 06:41:05 AM UTC | Orange Pi PC | 20.08.1 | armhf | armv7l | 5.8.5-sunxi
   500	 
   501	### lscpu:
   502	 
   503	Architecture:        armv7l
   504	Byte Order:          Little Endian
   505	CPU(s):              4
   506	On-line CPU(s) list: 0-3
   507	Thread(s) per core:  1
   508	Core(s) per socket:  4
   509	Socket(s):           1
   510	Vendor ID:           ARM
   511	Model:               5
   512	Model name:          Cortex-A7
   513	Stepping:            r0p5
   514	CPU max MHz:         1368.0000
   515	CPU min MHz:         480.0000
   516	BogoMIPS:            65.14
   517	Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   518	 
   519	### cpuinfo:
   520	 
   521	processor	: 0
   522	model name	: ARMv7 Processor rev 5 (v7l)
   523	BogoMIPS	: 65.14
   524	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
   525	CPU implementer	: 0x41
   526	CPU architecture: 7
   527	CPU variant	: 0x0
   528	CPU part	: 0xc07
   529	CPU revision	: 5
   530	 
   531	processor	: 1
   532	model name	: ARMv7 Processor rev 5 (v7l)
   533	BogoMIPS	: 65.14
   534	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
   535	CPU implementer	: 0x41
   536	CPU architecture: 7
   537	CPU variant	: 0x0
   538	CPU part	: 0xc07
   539	CPU revision	: 5
   540	 
   541	processor	: 2
   542	model name	: ARMv7 Processor rev 5 (v7l)
   543	BogoMIPS	: 65.14
   544	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
   545	CPU implementer	: 0x41
   546	CPU architecture: 7
   547	CPU variant	: 0x0
   548	CPU part	: 0xc07
   549	CPU revision	: 5
   550	 
   551	processor	: 3
   552	model name	: ARMv7 Processor rev 5 (v7l)
   553	BogoMIPS	: 65.14
   554	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
   555	CPU implementer	: 0x41
   556	CPU architecture: 7
   557	CPU variant	: 0x0
   558	CPU part	: 0xc07
   559	CPU revision	: 5
   560	 
   561	Hardware	: Allwinner sun8i Family
   562	Revision	: 0000
   563	Serial		: 02c00081abf8f0eb
   564	 
   565	### meminfo:
   566	 
   567	MemTotal:        1022424 kB
   568	MemFree:          906824 kB
   569	MemAvailable:     931472 kB
   570	Buffers:            8348 kB
   571	Cached:            31856 kB
   572	SwapCached:            0 kB
   573	Active:            33332 kB
   574	Inactive:          14004 kB
   575	Active(anon):       7416 kB
   576	Inactive(anon):     1472 kB
   577	Active(file):      25916 kB
   578	Inactive(file):    12532 kB
   579	Unevictable:           0 kB
   580	Mlocked:               0 kB
   581	HighTotal:        262132 kB
   582	HighFree:         194944 kB
   583	LowTotal:         760292 kB
   584	LowFree:          711880 kB
   585	SwapTotal:        511208 kB
   586	SwapFree:         511208 kB
   587	Dirty:                12 kB
   588	Writeback:           200 kB
   589	AnonPages:          7136 kB
   590	Mapped:             8148 kB
   591	Shmem:              1656 kB
   592	KReclaimable:      10436 kB
   593	Slab:              30900 kB
   594	SReclaimable:      10436 kB
   595	SUnreclaim:        20464 kB
   596	KernelStack:         872 kB
   597	PageTables:          308 kB
   598	NFS_Unstable:          0 kB
   599	Bounce:                0 kB
   600	WritebackTmp:          0 kB
   601	CommitLimit:     1022420 kB
   602	Committed_AS:      15300 kB
   603	VmallocTotal:     245760 kB
   604	VmallocUsed:       10416 kB
   605	VmallocChunk:          0 kB
   606	Percpu:              608 kB
   607	CmaTotal:         131072 kB
   608	CmaFree:           97532 kB
   609	 
   610	### virtual memory:
   611	 
   612	vm.admin_reserve_kbytes = 8192
   613	vm.block_dump = 0
   614	vm.compact_unevictable_allowed = 1
   615	vm.dirty_background_bytes = 0
   616	vm.dirty_background_ratio = 10
   617	vm.dirty_bytes = 0
   618	vm.dirty_expire_centisecs = 3000
   619	vm.dirty_ratio = 20
   620	vm.dirtytime_expire_seconds = 43200
   621	vm.dirty_writeback_centisecs = 500
   622	vm.extfrag_threshold = 500
   623	vm.highmem_is_dirtyable = 0
   624	vm.laptop_mode = 0
   625	 
   626	### [resize2fs] Leaving 1% spare area. Start resizing partition /dev/mmcblk0p1 now:
   627	 
   628	major minor  #blocks  name
   629	 
   630	   1        0       4096 ram0
   631	   1        1       4096 ram1
   632	   1        2       4096 ram2
   633	   1        3       4096 ram3
   634	 179        0   30578688 mmcblk0
   635	 179        1    2719744 mmcblk0p1
   636	 254        0      51200 zram0
   637	 254        1     511212 zram1
   638	 254        2     511212 zram2
   639	 
   640	Executing fdisk, fsck and partprobe:
   641	vm.legacy_va_layout = 0
   642	vm.lowmem_reserve_ratio = 32	0	0
   643	vm.max_map_count = 65530
   644	 
   645	Welcome to fdisk (util-linux 2.33.1).
   646	Changes will remain in memory only, until you decide to write them.
   647	Be careful before using the write command.
   648	 
   649	 
   650	Command (m for help): Selected partition 1
   651	Partition 1 has been deleted.
   652	 
   653	Command (m for help): Partition type
   654	   p   primary (0 primary, 0 extended, 4 free)
   655	   e   extended (container for logical partitions)
   656	Select (default p): Partition number (1-4, default 1): First sector (2048-61157375, default 2048): Last sector, +/-sectors or +/-size{K,M,G,T,P} (8192-61157375, default 61157375): vm.min_free_kbytes = 3463
   657	vm.mmap_min_addr = 4096
   658	vm.mmap_rnd_bits = 8
   659	vm.oom_dump_tasks = 1
   660	 
   661	Created a new partition 1 of type 'Linux' and of size 28.9 GiB.
   662	Partition #1 contains a ext4 signature.
   663	 
   664	Command (m for help): vm.oom_kill_allocating_task = 0
   665	 
   666	The partition table has been altered.
   667	Syncing disks.
   668	 
   669	vm.overcommit_kbytes = 0
   670	vm.overcommit_memory = 0
   671	vm.overcommit_ratio = 50
   672	vm.page-cluster = 0
   673	vm.panic_on_oom = 0
   674	vm.percpu_pagelist_fraction = 0
   675	New partition table:
   676	 
   677	major minor  #blocks  name
   678	 
   679	   1        0       4096 ram0
   680	   1        1       4096 ram1
   681	   1        2       4096 ram2
   682	   1        3       4096 ram3
   683	 179        0   30578688 mmcblk0
   684	 179        1   30268800 mmcblk0p1
   685	 254        0      51200 zram0
   686	 254        1     511212 zram1
   687	 254        2     511212 zram2
   688	 
   689	Now trying to resize ext4 filesystem on /dev/mmcblk0p1 to the limits:
   690	 
   691	vm.stat_interval = 1
   692	resize2fs 1.44.5 (15-Dec-2018)
   693	vm.swappiness = 100
   694	vm.user_reserve_kbytes = 31484
   695	vm.vfs_cache_pressure = 100
   696	vm.watermark_boost_factor = 15000
   697	vm.watermark_scale_factor = 10
   698	 
   699	### ip addr:
   700	 
   701	1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
   702	    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
   703	    inet XXX.XXX.0.1/8 scope host lo
   704	       valid_lft forever preferred_lft forever
   705	    inet6 ::1/128 scope host 
   706	       valid_lft forever preferred_lft forever
   707	2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
   708	    link/ether 02:81:ab:f8:f0:eb brd ff:ff:ff:ff:ff:ff
   709	 
   710	### partitions:
   711	 
   712	major minor  #blocks  name
   713	 
   714	 179        0   30578688 mmcblk0
   715	 179        1   30268800 mmcblk0p1
   716	 254        0      51200 zram0
   717	 254        1     511212 zram1
   718	 254        2     511212 zram2
   719	 
   720	### df:
   721	 
   722	udev            431M     0  431M   0% /dev
   723	tmpfs           100M  1.7M   99M   2% /run
   724	/dev/mmcblk0p1  2.6G  2.1G  351M  86% /
   725	tmpfs           500M     0  500M   0% /dev/shm
   726	tmpfs           5.0M  4.0K  5.0M   1% /run/lock
   727	tmpfs           500M     0  500M   0% /sys/fs/cgroup
   728	/dev/zram2      484M  784K  448M   1% /tmp
   729	/dev/zram0       49M  1.1M   44M   3% /var/log
   730	 
   731	### lsblk:
   732	 
   733	NAME        FSTYPE   SIZE MOUNTPOINT UUID
   734	mmcblk0             29.2G            
   735	└─mmcblk0p1 ext4    28.9G /          4b9e57b7-4690-4e61-8e27-b7f542b413da
   736	zram0                 50M /var/log   
   737	zram2              499.2M /tmp       
   738	 
   739	### zramctl:
   740	 
   741	NAME       ALGORITHM DISKSIZE  DATA  COMPR TOTAL STREAMS MOUNTPOINT
   742	/dev/zram2 lzo-rle     499.2M  460K   5.7K   84K       4 /tmp
   743	/dev/zram1 lzo-rle     499.2M    4K    73B    4K       4 [SWAP]
   744	/dev/zram0 zstd           50M  1.1M 170.6K  512K       4 /var/log
   745	 
   746	### mtab:
   747	 
   748	/dev/mmcblk0p1 / ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
   749	/dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
   750	/dev/zram0 /var/log ext4 rw,relatime,discard 0 0
   751	/dev/zram2 /tmp ext4 rw,nosuid,relatime,discard 0 0
   752	 
   753	### mmc0:0001 info:
   754	 
   755	              manfid: 0x000000 
   756	                 cid: 003432534431364720000003bd013773 
   757	               fwrev: 0x0 
   758	                 rca: 0x0001 
   759	                 csd: 400e00325b590000e94b7f800a40001b 
   760	                 ocr: 0x00200000 
   761	                type: SD 
   762	                date: 07/2019 
   763	               hwrev: 0x2 
   764	                 dsr: 0x404 
   765	              serial: 0x000003bd 
   766	          erase_size: 512 
   767	              uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD16G MODALIAS=mmc:block 
   768	                 ssr: 000000000500000004049000080a190a000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 
   769	                 scr: 0285804200000000 
   770	               oemid: 0x3432 
   771	preferred_erase_size: 4194304 
   772	                name: SD16G 
   773	 
   774	### Boot system health:
   775	 
   776	Filesystem at /dev/mmcblk0p1 is mounted on /; on-line resizing required
   777	old_desc_blocks = 1, new_desc_blocks = 4
   778	The filesystem on /dev/mmcblk0p1 is now 7567200 (4k) blocks long.
   779	 
   780	 
   781	### [resize2fs] Start resizing ext4 partition /dev/mmcblk0p1 now
   782	 
   783	resize2fs 1.44.5 (15-Dec-2018)
   784	The filesystem is already 7567200 (4k) blocks long.  Nothing to do!
   785	 
   786	Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
   787	06:41:07: 1368MHz  0.15  33%  18%  12%   0%   2%   0% 59.6°C  0/8
   788	06:41:07: 1368MHz  0.30  28%   5%   0%   1%  20%   0% 56.5°C  0/8
   789	06:41:08: 1368MHz  0.30  47%  21%  18%   1%   6%   0% 56.4°C  0/8
   790	06:41:08: 1368MHz  0.30  30%   9%  18%   1%   1%   0% 60.1°C  0/8
   791	06:41:09: 1368MHz  0.30  71%  42%  24%   1%   3%   0% 61.1°C  0/8
   792	 
   793	### quick iozone test: 4      594     2968     6344     5966     5943     2263                                                          
   794	 
   795	### [firstrun] Recreated SSH keys (entropy: 3413 3415)
   796	 
   797	### Activated 1 lzo-rle zram swap devices with 499 MB each
   798	 
   799	### Activated Armbian ramlog partition with zstd compression
   800	 
   801	Thu 03 Sep 2020 06:58:51 AM UTC | Orange Pi PC | 20.08.1 | armhf | armv7l | 5.8.5-sunxi
   802	 
   803	### dmesg:
   804	 
   805	[    0.000000] Booting Linux on physical CPU 0x0
   806	[    0.000000] Linux version 5.8.5-sunxi (root@desktop) (arm-none-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) XXX.XXX.1.20191209) #20.08.1 SMP Wed Sep 2 08:03:45 CEST 2020
   807	[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
   808	[    0.000000] CPU: div instructions available: patching division code
   809	[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
   810	[    0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC
   811	[    0.000000] Memory policy: Data cache writealloc
   812	[    0.000000] cma: Reserved 128 MiB at 0x77c00000
   813	[    0.000000] Zone ranges:
   814	[    0.000000]   Normal   [mem 0x0000000040000000-0x000000006fffffff]
   815	[    0.000000]   HighMem  [mem 0x0000000070000000-0x000000007fffffff]
   816	[    0.000000] Movable zone start for each node
   817	[    0.000000] Early memory node ranges
   818	[    0.000000]   node   0: [mem 0x0000000040000000-0x000000007fffffff]
   819	[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
   820	[    0.000000] On node 0 totalpages: 262144
   821	[    0.000000]   Normal zone: 1728 pages used for memmap
   822	[    0.000000]   Normal zone: 0 pages reserved
   823	[    0.000000]   Normal zone: 196608 pages, LIFO batch:63
   824	[    0.000000]   HighMem zone: 65536 pages, LIFO batch:15
   825	[    0.000000] psci: probing for conduit method from DT.
   826	[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
   827	[    0.000000] percpu: Embedded 20 pages/cpu s50444 r8192 d23284 u81920
   828	[    0.000000] pcpu-alloc: s50444 r8192 d23284 u81920 alloc=20*4096
   829	[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
   830	[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260416
   831	[    0.000000] Kernel command line: root=UUID=4b9e57b7-4690-4e61-8e27-b7f542b413da rootwait rootfstype=ext4 console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0 loglevel=1 ubootpart=5d748697-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u   sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
   832	[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
   833	[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
   834	[    0.000000] allocated 1048576 bytes of page_ext
   835	[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
   836	[    0.000000] Memory: 880656K/1048576K available (9216K kernel code, 1002K rwdata, 3268K rodata, 1024K init, 327K bss, 36848K reserved, 131072K cma-reserved, 131060K highmem)
   837	[    0.000000] random: get_random_u32 called from __kmem_cache_create+0x2f/0x368 with crng_init=0
   838	[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
   839	[    0.000000] ftrace: allocating 39954 entries in 79 pages
   840	[    0.000000] ftrace: allocated 79 pages with 5 groups
   841	[    0.000000] rcu: Hierarchical RCU implementation.
   842	[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
   843	[    0.000000] 	Rude variant of Tasks RCU enabled.
   844	[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
   845	[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
   846	[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
   847	[    0.000000] GIC: Using split EOI/Deactivate mode
   848	[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
   849	[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
   850	[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
   851	[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
   852	[    0.000015] Switching to timer-based delay loop, resolution 41ns
   853	[    0.000237] Console: colour dummy device 80x30
   854	[    0.000251] printk: console [tty1] enabled
   855	[    0.000303] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
   856	[    0.000312] pid_max: default: 32768 minimum: 301
   857	[    0.000522] LSM: Security Framework initializing
   858	[    0.000578] Yama: becoming mindful.
   859	[    0.000720] AppArmor: AppArmor initialized
   860	[    0.000783] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
   861	[    0.000796] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
   862	[    0.001836] CPU: Testing write buffer coherency: ok
   863	[    0.002199] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
   864	[    0.002746] Setting up static identity map for 0x40100000 - 0x40100054
   865	[    0.002862] rcu: Hierarchical SRCU implementation.
   866	[    0.006031] smp: Bringing up secondary CPUs ...
   867	[    0.016788] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
   868	[    0.027635] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
   869	[    0.038412] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
   870	[    0.038518] smp: Brought up 1 node, 4 CPUs
   871	[    0.038526] SMP: Total of 4 processors activated (192.00 BogoMIPS).
   872	[    0.038530] CPU: All CPU(s) started in HYP mode.
   873	[    0.038532] CPU: Virtualization extensions available.
   874	[    0.039457] devtmpfs: initialized
   875	[    0.046585] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
   876	[    0.046924] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
   877	[    0.046966] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
   878	[    0.051519] xor: measuring software checksum speed
   879	[    0.090393]    arm4regs  :  1255.000 MB/sec
   880	[    0.130453]    8regs     :   874.000 MB/sec
   881	[    0.170519]    32regs    :   826.000 MB/sec
   882	[    0.210583]    neon      :  1271.000 MB/sec
   883	[    0.210588] xor: using function: neon (1271.000 MB/sec)
   884	[    0.210654] pinctrl core: initialized pinctrl subsystem
   885	[    0.211137] thermal_sys: Registered thermal governor 'fair_share'
   886	[    0.211141] thermal_sys: Registered thermal governor 'bang_bang'
   887	[    0.211146] thermal_sys: Registered thermal governor 'step_wise'
   888	[    0.212171] NET: Registered protocol family 16
   889	[    0.213719] DMA: preallocated 256 KiB pool for atomic coherent allocations
   890	[    0.214180] audit: initializing netlink subsys (disabled)
   891	[    0.214395] audit: type=2000 audit(0.188:1): state=initialized audit_enabled=0 res=1
   892	[    0.215031] cpuidle: using governor ladder
   893	[    0.215158] cpuidle: using governor menu
   894	[    0.215665] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
   895	[    0.215669] hw-breakpoint: maximum watchpoint size is 8 bytes.
   896	[    0.237618] cryptd: max_cpu_qlen set to 1000
   897	[    0.306808] raid6: neonx8   gen()   774 MB/s
   898	[    0.374871] raid6: neonx8   xor()   580 MB/s
   899	[    0.442979] raid6: neonx4   gen()   831 MB/s
   900	[    0.511048] raid6: neonx4   xor()   631 MB/s
   901	[    0.579140] raid6: neonx2   gen()   915 MB/s
   902	[    0.647222] raid6: neonx2   xor()   653 MB/s
   903	[    0.715310] raid6: neonx1   gen()   816 MB/s
   904	[    0.783383] raid6: neonx1   xor()   565 MB/s
   905	[    0.851536] raid6: int32x8  gen()   303 MB/s
   906	[    0.919599] raid6: int32x8  xor()   176 MB/s
   907	[    0.987688] raid6: int32x4  gen()   357 MB/s
   908	[    1.055769] raid6: int32x4  xor()   205 MB/s
   909	[    1.123849] raid6: int32x2  gen()   399 MB/s
   910	[    1.191964] raid6: int32x2  xor()   213 MB/s
   911	[    1.260048] raid6: int32x1  gen()   390 MB/s
   912	[    1.328110] raid6: int32x1  xor()   192 MB/s
   913	[    1.328114] raid6: using algorithm neonx2 gen() 915 MB/s
   914	[    1.328117] raid6: .... xor() 653 MB/s, rmw enabled
   915	[    1.328121] raid6: using neon recovery algorithm
   916	[    1.329412] iommu: Default domain type: Translated 
   917	[    1.329764] SCSI subsystem initialized
   918	[    1.329989] libata version 3.00 loaded.
   919	[    1.330220] usbcore: registered new interface driver usbfs
   920	[    1.330269] usbcore: registered new interface driver hub
   921	[    1.330333] usbcore: registered new device driver usb
   922	[    1.330423] mc: Linux media interface: v0.10
   923	[    1.330459] videodev: Linux video capture interface: v2.00
   924	[    1.330582] pps_core: LinuxPPS API ver. 1 registered
   925	[    1.330587] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
   926	[    1.330602] PTP clock support registered
   927	[    1.330957] Advanced Linux Sound Architecture Driver Initialized.
   928	[    1.331630] NetLabel: Initializing
   929	[    1.331636] NetLabel:  domain hash size = 128
   930	[    1.331639] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
   931	[    1.331715] NetLabel:  unlabeled traffic allowed by default
   932	[    1.332394] clocksource: Switched to clocksource arch_sys_counter
   933	[    1.425396] VFS: Disk quotas dquot_6.6.0
   934	[    1.425488] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
   935	[    1.426078] AppArmor: AppArmor Filesystem Enabled
   936	[    1.434174] NET: Registered protocol family 2
   937	[    1.434897] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
   938	[    1.434938] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
   939	[    1.435032] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
   940	[    1.435143] TCP: Hash tables configured (established 8192 bind 8192)
   941	[    1.435276] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
   942	[    1.435326] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
   943	[    1.435565] NET: Registered protocol family 1
   944	[    1.436004] Trying to unpack rootfs image as initramfs...
   945	[    2.089439] Freeing initrd memory: 9672K
   946	[    2.090808] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
   947	[    2.091955] Initialise system trusted keyrings
   948	[    2.092000] Key type blacklist registered
   949	[    2.092224] workingset: timestamp_bits=14 max_order=18 bucket_order=4
   950	[    2.097753] zbud: loaded
   951	[    2.099198] squashfs: version 4.0 (2009/01/31) Phillip Lougher
   952	[    2.100136] fuse: init (API version 7.31)
   953	[    2.102709] integrity: Platform Keyring initialized
   954	[    2.211369] Key type asymmetric registered
   955	[    2.211376] Asymmetric key parser 'x509' registered
   956	[    2.211545] bounce: pool size: 64 pages
   957	[    2.211632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
   958	[    2.211817] io scheduler mq-deadline registered
   959	[    2.211822] io scheduler kyber registered
   960	[    2.211994] io scheduler bfq registered
   961	[    2.217711] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
   962	[    2.219383] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
   963	[    2.226199] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
   964	[    2.228477] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator
   965	[    2.228915] printk: console [ttyS0] disabled
   966	[    2.228998] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 42, base_baud = 1500000) is a 16550A
   967	[    2.229064] printk: console [ttyS0] enabled
   968	[    2.244780] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0a9f100)
   969	[    2.245082] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a9c000)
   970	[    2.245148] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator
   971	[    2.246038] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
   972	[    2.246447] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
   973	[    2.246692] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0a9e6fc)
   974	[    2.246701] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
   975	[    2.247104] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
   976	[    2.352477] random: fast init done
   977	[    2.604052] Console: switching to colour frame buffer device 160x45
   978	[    2.676747] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device
   979	[    2.680439] brd: module loaded
   980	[    2.687085] loop: module loaded
   981	[    2.689211] libphy: Fixed MDIO Bus: probed
   982	[    2.689727] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
   983	[    2.689735] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
   984	[    2.689849] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
   985	[    2.689907] dwmac-sun8i 1c30000.ethernet: supply phy not found, using dummy regulator
   986	[    2.689985] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator
   987	[    2.690311] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
   988	[    2.690330] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
   989	[    2.690336] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
   990	[    2.690342] dwmac-sun8i 1c30000.ethernet: COE Type 2
   991	[    2.690348] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
   992	[    2.690354] dwmac-sun8i 1c30000.ethernet: Normal descriptors
   993	[    2.690359] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
   994	[    2.690872] libphy: stmmac: probed
   995	[    2.691419] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
   996	[    2.691866] libphy: mdio_mux: probed
   997	[    2.691888] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
   998	[    2.691897] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
   999	[    2.705011] libphy: mdio_mux: probed
  1000	[    2.706144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1001	[    2.706202] ehci-platform: EHCI generic platform driver
  1002	[    2.706430] ehci-platform 1c1a000.usb: EHCI Host Controller
  1003	[    2.706458] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  1004	[    2.706878] ehci-platform 1c1a000.usb: irq 27, io mem 0x01c1a000
  1005	[    2.720414] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  1006	[    2.720685] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  1007	[    2.720693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1008	[    2.720700] usb usb1: Product: EHCI Host Controller
  1009	[    2.720706] usb usb1: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  1010	[    2.720712] usb usb1: SerialNumber: 1c1a000.usb
  1011	[    2.721303] hub 1-0:1.0: USB hub found
  1012	[    2.721344] hub 1-0:1.0: 1 port detected
  1013	[    2.722249] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1014	[    2.722270] ohci-platform: OHCI generic platform driver
  1015	[    2.722440] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  1016	[    2.722472] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  1017	[    2.722660] ohci-platform 1c1a400.usb: irq 28, io mem 0x01c1a400
  1018	[    2.784588] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  1019	[    2.784597] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1020	[    2.784604] usb usb2: Product: Generic Platform OHCI controller
  1021	[    2.784610] usb usb2: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  1022	[    2.784616] usb usb2: SerialNumber: 1c1a400.usb
  1023	[    2.785142] hub 2-0:1.0: USB hub found
  1024	[    2.785179] hub 2-0:1.0: 1 port detected
  1025	[    2.786552] usbcore: registered new interface driver usb-storage
  1026	[    2.787548] sun6i-rtc 1f00000.rtc: registered as rtc0
  1027	[    2.787589] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:18:20 UTC (1100)
  1028	[    2.787595] sun6i-rtc 1f00000.rtc: RTC enabled
  1029	[    2.787904] i2c /dev entries driver
  1030	[    2.788269] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
  1031	[    2.790515] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  1032	[    2.790971] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
  1033	[    2.791765] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  1034	[    2.817094] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
  1035	[    2.818298] ledtrig-cpu: registered to indicate activity on CPUs
  1036	[    2.818366] hid: raw HID events driver (C) Jiri Kosina
  1037	[    2.818492] usbcore: registered new interface driver usbhid
  1038	[    2.818495] usbhid: USB HID core driver
  1039	[    2.822552] debugfs: Directory '1c22c00.codec' with parent 'H3 Audio Codec' already present!
  1040	[    2.823886] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  1041	[    2.826697] Initializing XFRM netlink socket
  1042	[    2.827233] NET: Registered protocol family 10
  1043	[    2.857808] mmc0: host does not support reading read-only switch, assuming write-enable
  1044	[    2.859811] mmc0: new high speed SDHC card at address 0001
  1045	[    2.861492] mmcblk0: mmc0:0001 SD16G 29.2 GiB 
  1046	[    2.865099]  mmcblk0: p1
  1047	[    2.874805] Segment Routing with IPv6
  1048	[    2.874935] NET: Registered protocol family 17
  1049	[    2.874968] NET: Registered protocol family 15
  1050	[    2.875052] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  1051	[    2.875173] 8021q: 802.1Q VLAN Support v1.8
  1052	[    2.875226] Key type dns_resolver registered
  1053	[    2.875676] Registering SWP/SWPB emulation handler
  1054	[    2.875989] registered taskstats version 1
  1055	[    2.875996] Loading compiled-in X.509 certificates
  1056	[    2.882678] Loaded X.509 cert 'Build time autogenerated kernel key: 346848ecd67c995d675bab6785bece621761b48f'
  1057	[    2.882833] zswap: loaded using pool lzo/zbud
  1058	[    2.883460] Key type ._fscrypt registered
  1059	[    2.883466] Key type .fscrypt registered
  1060	[    2.883470] Key type fscrypt-provisioning registered
  1061	[    2.888704] Btrfs loaded, crc32c=crc32c-generic
  1062	[    2.910847] Key type encrypted registered
  1063	[    2.910867] AppArmor: AppArmor sha1 policy hashing enabled
  1064	[    2.922502] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
  1065	[    2.923992] ehci-platform 1c1b000.usb: EHCI Host Controller
  1066	[    2.924024] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  1067	[    2.924681] ehci-platform 1c1b000.usb: irq 29, io mem 0x01c1b000
  1068	[    2.940390] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  1069	[    2.940685] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  1070	[    2.940694] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1071	[    2.940701] usb usb3: Product: EHCI Host Controller
  1072	[    2.940707] usb usb3: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  1073	[    2.940713] usb usb3: SerialNumber: 1c1b000.usb
  1074	[    2.941315] hub 3-0:1.0: USB hub found
  1075	[    2.941361] hub 3-0:1.0: 1 port detected
  1076	[    2.942246] ehci-platform 1c1c000.usb: EHCI Host Controller
  1077	[    2.942271] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
  1078	[    2.942549] ehci-platform 1c1c000.usb: irq 31, io mem 0x01c1c000
  1079	[    2.956405] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  1080	[    2.956670] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  1081	[    2.956679] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1082	[    2.956686] usb usb4: Product: EHCI Host Controller
  1083	[    2.956692] usb usb4: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  1084	[    2.956698] usb usb4: SerialNumber: 1c1c000.usb
  1085	[    2.957214] hub 4-0:1.0: USB hub found
  1086	[    2.957253] hub 4-0:1.0: 1 port detected
  1087	[    2.958056] ehci-platform 1c1d000.usb: EHCI Host Controller
  1088	[    2.958079] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
  1089	[    2.958367] ehci-platform 1c1d000.usb: irq 33, io mem 0x01c1d000
  1090	[    2.972406] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  1091	[    2.972631] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  1092	[    2.972639] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1093	[    2.972646] usb usb5: Product: EHCI Host Controller
  1094	[    2.972652] usb usb5: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  1095	[    2.972658] usb usb5: SerialNumber: 1c1d000.usb
  1096	[    2.973143] hub 5-0:1.0: USB hub found
  1097	[    2.973177] hub 5-0:1.0: 1 port detected
  1098	[    2.973960] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  1099	[    2.973984] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
  1100	[    2.974182] ohci-platform 1c1b400.usb: irq 30, io mem 0x01c1b400
  1101	[    3.036585] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  1102	[    3.036593] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1103	[    3.036599] usb usb6: Product: Generic Platform OHCI controller
  1104	[    3.036606] usb usb6: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  1105	[    3.036611] usb usb6: SerialNumber: 1c1b400.usb
  1106	[    3.037131] hub 6-0:1.0: USB hub found
  1107	[    3.037168] hub 6-0:1.0: 1 port detected
  1108	[    3.037947] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  1109	[    3.037969] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
  1110	[    3.038150] ohci-platform 1c1c400.usb: irq 32, io mem 0x01c1c400
  1111	[    3.100581] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  1112	[    3.100590] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1113	[    3.100596] usb usb7: Product: Generic Platform OHCI controller
  1114	[    3.100602] usb usb7: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  1115	[    3.100609] usb usb7: SerialNumber: 1c1c400.usb
  1116	[    3.101125] hub 7-0:1.0: USB hub found
  1117	[    3.101163] hub 7-0:1.0: 1 port detected
  1118	[    3.101928] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  1119	[    3.101951] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
  1120	[    3.102150] ohci-platform 1c1d400.usb: irq 34, io mem 0x01c1d400
  1121	[    3.164579] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  1122	[    3.164588] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1123	[    3.164594] usb usb8: Product: Generic Platform OHCI controller
  1124	[    3.164601] usb usb8: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  1125	[    3.164606] usb usb8: SerialNumber: 1c1d400.usb
  1126	[    3.165148] hub 8-0:1.0: USB hub found
  1127	[    3.165184] hub 8-0:1.0: 1 port detected
  1128	[    3.166828] of_cfs_init
  1129	[    3.166975] of_cfs_init: OK
  1130	[    3.167128] ALSA device list:
  1131	[    3.167134]   #0: H3 Audio Codec
  1132	[    3.171088] Freeing unused kernel memory: 1024K
  1133	[    3.180630] Run /init as init process
  1134	[    3.180637]   with arguments:
  1135	[    3.180641]     /init
  1136	[    3.180644]   with environment:
  1137	[    3.180648]     HOME=/
  1138	[    3.180651]     TERM=linux
  1139	[    3.180655]     ubootpart=5d748697-01
  1140	[    3.180658]     ubootsource=mmc
  1141	[    3.180661]     sunxi_ve_mem_reserve=0
  1142	[    3.180665]     sunxi_g2d_mem_reserve=0
  1143	[    3.180668]     sunxi_fb_mem_reserve=16
  1144	[    3.180671]     cgroup_enable=memory
  1145	[    3.181169] process '/usr/bin/sh' started with executable stack
  1146	[    3.536446] usb 6-1: new low-speed USB device number 2 using ohci-platform
  1147	[    3.557964] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
  1148	[    3.568476] usb 8-1: new low-speed USB device number 2 using ohci-platform
  1149	[    3.621758] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator
  1150	[    3.622805] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
  1151	[    3.622840] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 9
  1152	[    3.623538] phy id_det change to device
  1153	[    3.623840] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  1154	[    3.623850] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1155	[    3.623857] usb usb9: Product: MUSB HDRC host driver
  1156	[    3.623863] usb usb9: Manufacturer: Linux 5.8.5-sunxi musb-hcd
  1157	[    3.623869] usb usb9: SerialNumber: musb-hdrc.4.auto
  1158	[    3.626725] hub 9-0:1.0: USB hub found
  1159	[    3.626787] hub 9-0:1.0: 1 port detected
  1160	[    3.764499] usb 6-1: New USB device found, idVendor=046d, idProduct=c517, bcdDevice=38.10
  1161	[    3.764513] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1162	[    3.764520] usb 6-1: Product: USB Receiver
  1163	[    3.764528] usb 6-1: Manufacturer: Logitech
  1164	[    3.777338] input: Logitech USB Receiver as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.0/0003:046D:C517.0001/input/input1
  1165	[    3.836652] hid-generic 0003:046D:C517.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-1c1b400.usb-1/input0
  1166	[    3.847104] input: Logitech USB Receiver Mouse as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/input/input2
  1167	[    3.847347] input: Logitech USB Receiver Consumer Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/input/input3
  1168	[    3.854443] usb 8-1: New USB device found, idVendor=04f3, idProduct=0234, bcdDevice=24.58
  1169	[    3.854452] usb 8-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  1170	[    3.854458] usb 8-1: Product: OM
  1171	[    3.863274] input: OM as /devices/platform/soc/1c1d400.usb/usb8/8-1/8-1:1.0/0003:04F3:0234.0003/input/input7
  1172	[    3.904606] input: Logitech USB Receiver System Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/input/input4
  1173	[    3.904670] hid-generic 0003:04F3:0234.0003: input,hidraw1: USB HID v1.11 Mouse [OM] on usb-1c1d400.usb-1/input0
  1174	[    3.905044] hid-generic 0003:046D:C517.0002: input,hiddev0,hidraw2: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-1c1b400.usb-1/input1
  1175	[    3.962055] logitech-djreceiver 0003:046D:C517.0001: hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-1c1b400.usb-1/input0
  1176	[    4.055152] logitech-djreceiver 0003:046D:C517.0002: hiddev0,hidraw2: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-1c1b400.usb-1/input1
  1177	[    4.132487] logitech-djreceiver 0003:046D:C517.0002: device of type 27 Mhz (0x02) connected on slot 3
  1178	[    4.135275] input: Logitech Wireless Keyboard PID:0062 Keyboard as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/0003:046D:0062.0004/input/input8
  1179	[    4.135539] input: Logitech Wireless Keyboard PID:0062 Consumer Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/0003:046D:0062.0004/input/input9
  1180	[    4.135694] input: Logitech Wireless Keyboard PID:0062 System Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/0003:046D:0062.0004/input/input10
  1181	[    4.135997] hid-generic 0003:046D:0062.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:0062] on usb-1c1b400.usb-1/input1:3
  1182	[    4.220513] logitech-hidpp-device 0003:046D:0062.0004: HID++ 1.0 device connected.
  1183	[    4.270393] input: Logitech Wireless Keyboard PID:0062 as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0002/0003:046D:0062.0004/input/input14
  1184	[    4.270647] logitech-hidpp-device 0003:046D:0062.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:0062] on usb-1c1b400.usb-1/input1:3
  1185	[    4.678457] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  1186	[    5.450010] systemd[1]: System time before build time, advancing clock.
  1187	[    5.474717] systemd[1]: Inserted module 'autofs4'
  1188	[    5.538812] 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)
  1189	[    5.539612] systemd[1]: Detected architecture arm.
  1190	[    5.578227] systemd[1]: Set hostname to <orangepipc>.
  1191	[    6.326190] random: systemd: uninitialized urandom read (16 bytes read)
  1192	[    6.340659] random: systemd: uninitialized urandom read (16 bytes read)
  1193	[    6.345757] systemd[1]: Created slice system-serial\x2dgetty.slice.
  1194	[    6.346993] random: systemd: uninitialized urandom read (16 bytes read)
  1195	[    6.348558] systemd[1]: Created slice system-getty.slice.
  1196	[    6.349847] systemd[1]: Started Dispatch Password Requests to Console Directory Watch when bootsplash is active.
  1197	[    6.352033] systemd[1]: Listening on Journal Socket.
  1198	[    6.353017] systemd[1]: Reached target Remote File Systems.
  1199	[    6.358504] systemd[1]: Starting Nameserver information manager...
  1200	[    6.360164] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1201	[    6.460333] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  1202	[    7.732889] zram: Added device: zram0
  1203	[    7.736235] zram: Added device: zram1
  1204	[    7.737425] zram: Added device: zram2
  1205	[    7.915509] zram1: detected capacity change from 0 to 523481088
  1206	[    7.931373] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz)
  1207	[    7.940146] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
  1208	[    7.950406] sun8i-di 1400000.deinterlace: Device registered as /dev/video1
  1209	[    7.958626] cedrus 1c0e000.video-codec: Device registered as /dev/video0
  1210	[    7.960333] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  1211	[    7.972540] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  1212	[    7.984547] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  1213	[    7.985829] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  1214	[    7.986310] sun8i-ce 1c15000.crypto: Register cbc(aes)
  1215	[    7.986849] sun8i-ce 1c15000.crypto: Register ecb(aes)
  1216	[    7.987032] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
  1217	[    7.987175] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
  1218	[    7.987324] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
  1219	[    8.098261] sun8i-thermal 1c25000.thermal-sensor: Thermal sensor ready!
  1220	[    8.188111] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
  1221	[    8.188176] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
  1222	[    8.188227] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
  1223	[    8.188269] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
  1224	[    8.213509] mousedev: PS/2 mouse device common for all mice
  1225	[    8.219506] lima 1c40000.gpu: bus rate = 200000000
  1226	[    8.219518] lima 1c40000.gpu: mod rate = 297000000
  1227	[    8.219636] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
  1228	[    8.220084] lima 1c40000.gpu: Failed to register cooling device
  1229	[    8.220237] Registered IR keymap rc-empty
  1230	[    8.220340] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
  1231	[    8.220637] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
  1232	[    8.220853] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input15
  1233	[    8.221092] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 1
  1234	[    8.235566] sunxi-ir 1f02000.ir: initialized sunXi IR driver
  1235	[    8.576844] asoc-simple-card hdmi-sound: i2s-hifi <-> 1c22800.i2s mapping ok
  1236	[    9.012447] Adding 511208k swap on /dev/zram1.  Priority:5 extents:1 across:511208k SSFS
  1237	[    9.173670] zram0: detected capacity change from 0 to 52428800
  1238	[   11.255496] systemd[1]: Started Armbian ZRAM config.
  1239	[   11.262173] systemd[1]: Starting Armbian memory supported logging...
  1240	[   11.347659] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
  1241	[   11.347705] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
  1242	[   14.638421] systemd[1]: Started Armbian memory supported logging.
  1243	[   14.644934] systemd[1]: Starting Journal Service...
  1244	[   14.917410] systemd[1]: Started Journal Service.
  1245	[   14.978684] systemd-journald[537]: Received request to flush runtime journal from PID 1
  1246	 
  1247	### armbian-release:
  1248	 
  1249	# PLEASE DO NOT EDIT THIS FILE
  1250	BOARD=orangepipc
  1251	BOARD_NAME="Orange Pi PC"
  1252	BOARDFAMILY=sun8i
  1253	BUILD_REPOSITORY_URL=https://github.com/armbian/build
  1254	BUILD_REPOSITORY_COMMIT=e6fa811d-dirty
  1255	DISTRIBUTION_CODENAME=buster
  1256	DISTRIBUTION_STATUS=supported
  1257	VERSION=20.08.1
  1258	LINUXFAMILY=sunxi
  1259	BRANCH=current
  1260	ARCH=arm
  1261	IMAGE_TYPE=stable
  1262	BOARD_TYPE=conf
  1263	INITRD_ARCH=arm
  1264	KERNEL_IMAGE_TYPE=Image
  1265	 
  1266	### boot environment:
  1267	 
  1268	verbosity=1
  1269	bootlogo=false
  1270	console=both
  1271	disp_mode=1920x1080p60
  1272	overlay_prefix=sun8i-h3
  1273	rootdev=UUID=4b9e57b7-4690-4e61-8e27-b7f542b413da
  1274	rootfstype=ext4
  1275	usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
  1276	 
  1277	### lsusb:
  1278	 
  1279	Bus 008 Device 002: ID 04f3:0234 Elan Microelectronics Corp. Optical Mouse
  1280	Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1281	Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1282	Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1283	Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1284	Bus 006 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
  1285	Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1286	Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1287	Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1288	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1289	Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1290	 
  1291	### lscpu:
  1292	 
  1293	Architecture:        armv7l
  1294	Byte Order:          Little Endian
  1295	CPU(s):              4
  1296	On-line CPU(s) list: 0-3
  1297	Thread(s) per core:  1
  1298	Core(s) per socket:  4
  1299	Socket(s):           1
  1300	Vendor ID:           ARM
  1301	Model:               5
  1302	Model name:          Cortex-A7
  1303	Stepping:            r0p5
  1304	CPU max MHz:         1368.0000
  1305	CPU min MHz:         480.0000
  1306	BogoMIPS:            65.14
  1307	Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1308	 
  1309	### cpuinfo:
  1310	 
  1311	processor	: 0
  1312	model name	: ARMv7 Processor rev 5 (v7l)
  1313	BogoMIPS	: 65.14
  1314	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
  1315	CPU implementer	: 0x41
  1316	CPU architecture: 7
  1317	CPU variant	: 0x0
  1318	CPU part	: 0xc07
  1319	CPU revision	: 5
  1320	 
  1321	processor	: 1
  1322	model name	: ARMv7 Processor rev 5 (v7l)
  1323	BogoMIPS	: 65.14
  1324	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
  1325	CPU implementer	: 0x41
  1326	CPU architecture: 7
  1327	CPU variant	: 0x0
  1328	CPU part	: 0xc07
  1329	CPU revision	: 5
  1330	 
  1331	processor	: 2
  1332	model name	: ARMv7 Processor rev 5 (v7l)
  1333	BogoMIPS	: 65.14
  1334	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
  1335	CPU implementer	: 0x41
  1336	CPU architecture: 7
  1337	CPU variant	: 0x0
  1338	CPU part	: 0xc07
  1339	CPU revision	: 5
  1340	 
  1341	processor	: 3
  1342	model name	: ARMv7 Processor rev 5 (v7l)
  1343	BogoMIPS	: 65.14
  1344	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
  1345	CPU implementer	: 0x41
  1346	CPU architecture: 7
  1347	CPU variant	: 0x0
  1348	CPU part	: 0xc07
  1349	CPU revision	: 5
  1350	 
  1351	Hardware	: Allwinner sun8i Family
  1352	Revision	: 0000
  1353	Serial		: 02c00081abf8f0eb
  1354	 
  1355	### meminfo:
  1356	 
  1357	MemTotal:        1022424 kB
  1358	MemFree:          892916 kB
  1359	MemAvailable:     925604 kB
  1360	Buffers:            8480 kB
  1361	Cached:            38096 kB
  1362	SwapCached:            0 kB
  1363	Active:            37248 kB
  1364	Inactive:          20000 kB
  1365	Active(anon):      11080 kB
  1366	Inactive(anon):     1488 kB
  1367	Active(file):      26168 kB
  1368	Inactive(file):    18512 kB
  1369	Unevictable:           0 kB
  1370	Mlocked:               0 kB
  1371	HighTotal:        262132 kB
  1372	HighFree:         185128 kB
  1373	LowTotal:         760292 kB
  1374	LowFree:          707788 kB
  1375	SwapTotal:        511208 kB
  1376	SwapFree:         511208 kB
  1377	Dirty:              1000 kB
  1378	Writeback:           400 kB
  1379	AnonPages:         10952 kB
  1380	Mapped:            14560 kB
  1381	Shmem:              1664 kB
  1382	KReclaimable:      12244 kB
  1383	Slab:              35500 kB
  1384	SReclaimable:      12244 kB
  1385	SUnreclaim:        23256 kB
  1386	KernelStack:        1056 kB
  1387	PageTables:          784 kB
  1388	NFS_Unstable:          0 kB
  1389	Bounce:                0 kB
  1390	WritebackTmp:          0 kB
  1391	CommitLimit:     1022420 kB
  1392	Committed_AS:      64908 kB
  1393	VmallocTotal:     245760 kB
  1394	VmallocUsed:        9480 kB
  1395	VmallocChunk:          0 kB
  1396	Percpu:              752 kB
  1397	CmaTotal:         131072 kB
  1398	CmaFree:           92552 kB
  1399	 
  1400	### virtual memory:
  1401	 
  1402	vm.admin_reserve_kbytes = 8192
  1403	vm.block_dump = 0
  1404	vm.compact_unevictable_allowed = 1
  1405	vm.dirty_background_bytes = 0
  1406	vm.dirty_background_ratio = 10
  1407	vm.dirty_bytes = 0
  1408	vm.dirty_expire_centisecs = 3000
  1409	vm.dirty_ratio = 20
  1410	vm.dirtytime_expire_seconds = 43200
  1411	vm.dirty_writeback_centisecs = 500
  1412	vm.extfrag_threshold = 500
  1413	vm.highmem_is_dirtyable = 0
  1414	vm.laptop_mode = 0
  1415	vm.legacy_va_layout = 0
  1416	vm.lowmem_reserve_ratio = 32	0	0
  1417	vm.max_map_count = 65530
  1418	vm.min_free_kbytes = 3463
  1419	vm.mmap_min_addr = 4096
  1420	vm.mmap_rnd_bits = 8
  1421	vm.oom_dump_tasks = 1
  1422	vm.oom_kill_allocating_task = 0
  1423	vm.overcommit_kbytes = 0
  1424	vm.overcommit_memory = 0
  1425	vm.overcommit_ratio = 50
  1426	vm.page-cluster = 0
  1427	vm.panic_on_oom = 0
  1428	vm.percpu_pagelist_fraction = 0
  1429	vm.stat_interval = 1
  1430	vm.swappiness = 100
  1431	vm.user_reserve_kbytes = 31484
  1432	vm.vfs_cache_pressure = 100
  1433	vm.watermark_boost_factor = 15000
  1434	vm.watermark_scale_factor = 10
  1435	 
  1436	### ip addr:
  1437	 
  1438	1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  1439	    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1440	    inet XXX.XXX.0.1/8 scope host lo
  1441	       valid_lft forever preferred_lft forever
  1442	    inet6 ::1/128 scope host 
  1443	       valid_lft forever preferred_lft forever
  1444	2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  1445	    link/ether 02:81:ab:f8:f0:eb brd ff:ff:ff:ff:ff:ff
  1446	 
  1447	### partitions:
  1448	 
  1449	major minor  #blocks  name
  1450	 
  1451	 179        0   30578688 mmcblk0
  1452	 179        1   30268800 mmcblk0p1
  1453	 254        0      51200 zram0
  1454	 254        1     511212 zram1
  1455	 
  1456	### df:
  1457	 
  1458	udev            431M     0  431M   0% /dev
  1459	tmpfs           100M  3.0M   97M   3% /run
  1460	/dev/mmcblk0p1   29G  2.1G   26G   8% /
  1461	tmpfs           500M     0  500M   0% /dev/shm
  1462	tmpfs           5.0M  4.0K  5.0M   1% /run/lock
  1463	tmpfs           500M     0  500M   0% /sys/fs/cgroup
  1464	tmpfs           500M  4.0K  500M   1% /tmp
  1465	/dev/zram0       49M  1.9M   44M   5% /var/log
  1466	 
  1467	### lsblk:
  1468	 
  1469	NAME        FSTYPE   SIZE MOUNTPOINT UUID
  1470	mmcblk0             29.2G            
  1471	└─mmcblk0p1 ext4    28.9G /          4b9e57b7-4690-4e61-8e27-b7f542b413da
  1472	zram0                 50M /var/log   
  1473	 
  1474	### zramctl:
  1475	 
  1476	NAME       ALGORITHM DISKSIZE  DATA  COMPR TOTAL STREAMS MOUNTPOINT
  1477	/dev/zram1 lzo-rle     499.2M    4K    73B    4K       4 [SWAP]
  1478	/dev/zram0 zstd           50M  1.9M 314.5K  656K       4 /var/log
  1479	 
  1480	### mtab:
  1481	 
  1482	/dev/mmcblk0p1 / ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  1483	/dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  1484	/dev/zram0 /var/log ext4 rw,relatime,discard 0 0
  1485	 
  1486	### mmc0:0001 info:
  1487	 
  1488	              manfid: 0x000000 
  1489	                 cid: 003432534431364720000003bd013773 
  1490	               fwrev: 0x0 
  1491	                 rca: 0x0001 
  1492	                 csd: 400e00325b590000e94b7f800a40001b 
  1493	                 ocr: 0x00200000 
  1494	                type: SD 
  1495	                date: 07/2019 
  1496	               hwrev: 0x2 
  1497	                 dsr: 0x404 
  1498	              serial: 0x000003bd 
  1499	          erase_size: 512 
  1500	              uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD16G MODALIAS=mmc:block 
  1501	                 ssr: 000000000500000004049000080a190a000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 
  1502	                 scr: 0285804200000000 
  1503	               oemid: 0x3432 
  1504	preferred_erase_size: 4194304 
  1505	                name: SD16G 
  1506	 
  1507	### Boot system health:
  1508	 
  1509	Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
  1510	06:58:54: 1368MHz  0.15  43%  23%  17%   0%   2%   0% 69.6°C  0/8
  1511	06:58:55: 1368MHz  0.15  49%  16%  12%   2%  17%   0% 64.7°C  0/8
  1512	06:58:55: 1368MHz  0.15  37%   8%  16%   1%  10%   1% 65.1°C  0/8
  1513	06:58:56: 1368MHz  0.15  35%  11%   6%   1%  15%   0% 66.4°C  0/8
  1514	06:58:56: 1368MHz  0.15  33%   7%   6%   1%  17%   0% 66.2°C  0/8
  1515	 
  1516	### Activated 1 lzo-rle zram swap devices with 499 MB each
  1517	 
  1518	### Activated Armbian ramlog partition with zstd compression
  1519	 
  1520	### Activated 1 lzo-rle zram swap devices with 499 MB each
  1521	 
  1522	### Activated Armbian ramlog partition with zstd compression
  1523	 
  1524	Thu Sep  3 16:17:10 CEST 2020 | Orange Pi PC | 20.08.1 | armhf | armv7l | 5.8.5-sunxi
  1525	 
  1526	### dmesg:
  1527	 
  1528	[    0.000000] Booting Linux on physical CPU 0x0
  1529	[    0.000000] Linux version 5.8.5-sunxi (root@desktop) (arm-none-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) XXX.XXX.1.20191209) #20.08.1 SMP Wed Sep 2 08:03:45 CEST 2020
  1530	[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
  1531	[    0.000000] CPU: div instructions available: patching division code
  1532	[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1533	[    0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC
  1534	[    0.000000] Memory policy: Data cache writealloc
  1535	[    0.000000] cma: Reserved 128 MiB at 0x77c00000
  1536	[    0.000000] Zone ranges:
  1537	[    0.000000]   Normal   [mem 0x0000000040000000-0x000000006fffffff]
  1538	[    0.000000]   HighMem  [mem 0x0000000070000000-0x000000007fffffff]
  1539	[    0.000000] Movable zone start for each node
  1540	[    0.000000] Early memory node ranges
  1541	[    0.000000]   node   0: [mem 0x0000000040000000-0x000000007fffffff]
  1542	[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
  1543	[    0.000000] On node 0 totalpages: 262144
  1544	[    0.000000]   Normal zone: 1728 pages used for memmap
  1545	[    0.000000]   Normal zone: 0 pages reserved
  1546	[    0.000000]   Normal zone: 196608 pages, LIFO batch:63
  1547	[    0.000000]   HighMem zone: 65536 pages, LIFO batch:15
  1548	[    0.000000] psci: probing for conduit method from DT.
  1549	[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
  1550	[    0.000000] percpu: Embedded 20 pages/cpu s50444 r8192 d23284 u81920
  1551	[    0.000000] pcpu-alloc: s50444 r8192 d23284 u81920 alloc=20*4096
  1552	[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
  1553	[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260416
  1554	[    0.000000] Kernel command line: root=UUID=4b9e57b7-4690-4e61-8e27-b7f542b413da rootwait rootfstype=ext4 console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0 loglevel=1 ubootpart=5d748697-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u   sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
  1555	[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
  1556	[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  1557	[    0.000000] allocated 1048576 bytes of page_ext
  1558	[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
  1559	[    0.000000] Memory: 880656K/1048576K available (9216K kernel code, 1002K rwdata, 3268K rodata, 1024K init, 327K bss, 36848K reserved, 131072K cma-reserved, 131060K highmem)
  1560	[    0.000000] random: get_random_u32 called from __kmem_cache_create+0x2f/0x368 with crng_init=0
  1561	[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1562	[    0.000000] ftrace: allocating 39954 entries in 79 pages
  1563	[    0.000000] ftrace: allocated 79 pages with 5 groups
  1564	[    0.000000] rcu: Hierarchical RCU implementation.
  1565	[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  1566	[    0.000000] 	Rude variant of Tasks RCU enabled.
  1567	[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  1568	[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  1569	[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  1570	[    0.000000] GIC: Using split EOI/Deactivate mode
  1571	[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  1572	[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  1573	[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  1574	[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  1575	[    0.000014] Switching to timer-based delay loop, resolution 41ns
  1576	[    0.000237] Console: colour dummy device 80x30
  1577	[    0.000250] printk: console [tty1] enabled
  1578	[    0.000300] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  1579	[    0.000311] pid_max: default: 32768 minimum: 301
  1580	[    0.000519] LSM: Security Framework initializing
  1581	[    0.000576] Yama: becoming mindful.
  1582	[    0.000717] AppArmor: AppArmor initialized
  1583	[    0.000776] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  1584	[    0.000788] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  1585	[    0.001827] CPU: Testing write buffer coherency: ok
  1586	[    0.002189] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1587	[    0.002737] Setting up static identity map for 0x40100000 - 0x40100054
  1588	[    0.002855] rcu: Hierarchical SRCU implementation.
  1589	[    0.006031] smp: Bringing up secondary CPUs ...
  1590	[    0.016789] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1591	[    0.027636] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1592	[    0.038415] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1593	[    0.038510] smp: Brought up 1 node, 4 CPUs
  1594	[    0.038518] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  1595	[    0.038521] CPU: All CPU(s) started in HYP mode.
  1596	[    0.038524] CPU: Virtualization extensions available.
  1597	[    0.039456] devtmpfs: initialized
  1598	[    0.046588] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  1599	[    0.046930] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  1600	[    0.046971] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  1601	[    0.051518] xor: measuring software checksum speed
  1602	[    0.090398]    arm4regs  :  1255.000 MB/sec
  1603	[    0.130458]    8regs     :   874.000 MB/sec
  1604	[    0.170526]    32regs    :   826.000 MB/sec
  1605	[    0.210589]    neon      :  1271.000 MB/sec
  1606	[    0.210593] xor: using function: neon (1271.000 MB/sec)
  1607	[    0.210659] pinctrl core: initialized pinctrl subsystem
  1608	[    0.211145] thermal_sys: Registered thermal governor 'fair_share'
  1609	[    0.211149] thermal_sys: Registered thermal governor 'bang_bang'
  1610	[    0.211153] thermal_sys: Registered thermal governor 'step_wise'
  1611	[    0.212178] NET: Registered protocol family 16
  1612	[    0.213725] DMA: preallocated 256 KiB pool for atomic coherent allocations
  1613	[    0.214186] audit: initializing netlink subsys (disabled)
  1614	[    0.214402] audit: type=2000 audit(0.188:1): state=initialized audit_enabled=0 res=1
  1615	[    0.215041] cpuidle: using governor ladder
  1616	[    0.215163] cpuidle: using governor menu
  1617	[    0.215672] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1618	[    0.215677] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1619	[    0.237604] cryptd: max_cpu_qlen set to 1000
  1620	[    0.306828] raid6: neonx8   gen()   775 MB/s
  1621	[    0.374882] raid6: neonx8   xor()   582 MB/s
  1622	[    0.442976] raid6: neonx4   gen()   831 MB/s
  1623	[    0.511056] raid6: neonx4   xor()   629 MB/s
  1624	[    0.579149] raid6: neonx2   gen()   915 MB/s
  1625	[    0.647230] raid6: neonx2   xor()   652 MB/s
  1626	[    0.715317] raid6: neonx1   gen()   816 MB/s
  1627	[    0.783393] raid6: neonx1   xor()   565 MB/s
  1628	[    0.851543] raid6: int32x8  gen()   303 MB/s
  1629	[    0.919616] raid6: int32x8  xor()   176 MB/s
  1630	[    0.987692] raid6: int32x4  gen()   357 MB/s
  1631	[    1.055773] raid6: int32x4  xor()   205 MB/s
  1632	[    1.123846] raid6: int32x2  gen()   399 MB/s
  1633	[    1.191978] raid6: int32x2  xor()   213 MB/s
  1634	[    1.260057] raid6: int32x1  gen()   390 MB/s
  1635	[    1.328120] raid6: int32x1  xor()   192 MB/s
  1636	[    1.328124] raid6: using algorithm neonx2 gen() 915 MB/s
  1637	[    1.328127] raid6: .... xor() 652 MB/s, rmw enabled
  1638	[    1.328132] raid6: using neon recovery algorithm
  1639	[    1.329433] iommu: Default domain type: Translated 
  1640	[    1.329800] SCSI subsystem initialized
  1641	[    1.330019] libata version 3.00 loaded.
  1642	[    1.330242] usbcore: registered new interface driver usbfs
  1643	[    1.330290] usbcore: registered new interface driver hub
  1644	[    1.330358] usbcore: registered new device driver usb
  1645	[    1.330449] mc: Linux media interface: v0.10
  1646	[    1.330477] videodev: Linux video capture interface: v2.00
  1647	[    1.330600] pps_core: LinuxPPS API ver. 1 registered
  1648	[    1.330604] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  1649	[    1.330619] PTP clock support registered
  1650	[    1.330980] Advanced Linux Sound Architecture Driver Initialized.
  1651	[    1.331660] NetLabel: Initializing
  1652	[    1.331667] NetLabel:  domain hash size = 128
  1653	[    1.331670] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
  1654	[    1.331744] NetLabel:  unlabeled traffic allowed by default
  1655	[    1.332414] clocksource: Switched to clocksource arch_sys_counter
  1656	[    1.426354] VFS: Disk quotas dquot_6.6.0
  1657	[    1.426442] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1658	[    1.427022] AppArmor: AppArmor Filesystem Enabled
  1659	[    1.435288] NET: Registered protocol family 2
  1660	[    1.436008] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  1661	[    1.436051] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
  1662	[    1.436145] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  1663	[    1.436256] TCP: Hash tables configured (established 8192 bind 8192)
  1664	[    1.436437] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  1665	[    1.436484] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  1666	[    1.436735] NET: Registered protocol family 1
  1667	[    1.437144] Trying to unpack rootfs image as initramfs...
  1668	[    2.092078] Freeing initrd memory: 9672K
  1669	[    2.093401] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  1670	[    2.094536] Initialise system trusted keyrings
  1671	[    2.094589] Key type blacklist registered
  1672	[    2.094814] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  1673	[    2.100356] zbud: loaded
  1674	[    2.101840] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1675	[    2.102784] fuse: init (API version 7.31)
  1676	[    2.105396] integrity: Platform Keyring initialized
  1677	[    2.210691] Key type asymmetric registered
  1678	[    2.210698] Asymmetric key parser 'x509' registered
  1679	[    2.210867] bounce: pool size: 64 pages
  1680	[    2.210927] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  1681	[    2.211131] io scheduler mq-deadline registered
  1682	[    2.211138] io scheduler kyber registered
  1683	[    2.211304] io scheduler bfq registered
  1684	[    2.217035] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  1685	[    2.218723] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  1686	[    2.225529] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  1687	[    2.227857] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator
  1688	[    2.228328] printk: console [ttyS0] disabled
  1689	[    2.228469] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 42, base_baud = 1500000) is a 16550A
  1690	[    2.228528] printk: console [ttyS0] enabled
  1691	[    2.244192] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0a9f100)
  1692	[    2.244510] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a9c000)
  1693	[    2.244575] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator
  1694	[    2.245467] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
  1695	[    2.245865] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
  1696	[    2.246111] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0a9e6fc)
  1697	[    2.246121] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  1698	[    2.246541] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  1699	[    2.351364] random: fast init done
  1700	[    2.602582] Console: switching to colour frame buffer device 160x45
  1701	[    2.675189] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device
  1702	[    2.678785] brd: module loaded
  1703	[    2.685533] loop: module loaded
  1704	[    2.687552] libphy: Fixed MDIO Bus: probed
  1705	[    2.688068] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
  1706	[    2.688076] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
  1707	[    2.688199] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  1708	[    2.688247] dwmac-sun8i 1c30000.ethernet: supply phy not found, using dummy regulator
  1709	[    2.688354] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator
  1710	[    2.688775] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
  1711	[    2.688795] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  1712	[    2.688801] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  1713	[    2.688807] dwmac-sun8i 1c30000.ethernet: COE Type 2
  1714	[    2.688813] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  1715	[    2.688819] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  1716	[    2.688825] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  1717	[    2.689325] libphy: stmmac: probed
  1718	[    2.689886] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
  1719	[    2.690312] libphy: mdio_mux: probed
  1720	[    2.690336] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
  1721	[    2.690345] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
  1722	[    2.703437] libphy: mdio_mux: probed
  1723	[    2.704624] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1724	[    2.704660] ehci-platform: EHCI generic platform driver
  1725	[    2.704886] ehci-platform 1c1a000.usb: EHCI Host Controller
  1726	[    2.704916] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  1727	[    2.705346] ehci-platform 1c1a000.usb: irq 27, io mem 0x01c1a000
  1728	[    2.720411] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  1729	[    2.720680] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  1730	[    2.720688] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1731	[    2.720694] usb usb1: Product: EHCI Host Controller
  1732	[    2.720700] usb usb1: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  1733	[    2.720706] usb usb1: SerialNumber: 1c1a000.usb
  1734	[    2.721304] hub 1-0:1.0: USB hub found
  1735	[    2.721347] hub 1-0:1.0: 1 port detected
  1736	[    2.722263] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1737	[    2.722286] ohci-platform: OHCI generic platform driver
  1738	[    2.722458] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  1739	[    2.722480] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  1740	[    2.722687] ohci-platform 1c1a400.usb: irq 28, io mem 0x01c1a400
  1741	[    2.784608] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  1742	[    2.784617] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1743	[    2.784623] usb usb2: Product: Generic Platform OHCI controller
  1744	[    2.784629] usb usb2: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  1745	[    2.784635] usb usb2: SerialNumber: 1c1a400.usb
  1746	[    2.785153] hub 2-0:1.0: USB hub found
  1747	[    2.785190] hub 2-0:1.0: 1 port detected
  1748	[    2.786556] usbcore: registered new interface driver usb-storage
  1749	[    2.787565] sun6i-rtc 1f00000.rtc: registered as rtc0
  1750	[    2.787607] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:11 UTC (11)
  1751	[    2.787613] sun6i-rtc 1f00000.rtc: RTC enabled
  1752	[    2.787922] i2c /dev entries driver
  1753	[    2.788302] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
  1754	[    2.790542] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  1755	[    2.790982] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
  1756	[    2.791691] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  1757	[    2.817018] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
  1758	[    2.818239] ledtrig-cpu: registered to indicate activity on CPUs
  1759	[    2.818327] hid: raw HID events driver (C) Jiri Kosina
  1760	[    2.818458] usbcore: registered new interface driver usbhid
  1761	[    2.818460] usbhid: USB HID core driver
  1762	[    2.822455] debugfs: Directory '1c22c00.codec' with parent 'H3 Audio Codec' already present!
  1763	[    2.823954] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  1764	[    2.826728] Initializing XFRM netlink socket
  1765	[    2.827261] NET: Registered protocol family 10
  1766	[    2.855778] mmc0: host does not support reading read-only switch, assuming write-enable
  1767	[    2.857749] mmc0: new high speed SDHC card at address 0001
  1768	[    2.859366] mmcblk0: mmc0:0001 SD16G 29.2 GiB 
  1769	[    2.863237]  mmcblk0: p1
  1770	[    2.874872] Segment Routing with IPv6
  1771	[    2.874989] NET: Registered protocol family 17
  1772	[    2.875021] NET: Registered protocol family 15
  1773	[    2.875092] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  1774	[    2.875206] 8021q: 802.1Q VLAN Support v1.8
  1775	[    2.875264] Key type dns_resolver registered
  1776	[    2.875715] Registering SWP/SWPB emulation handler
  1777	[    2.876024] registered taskstats version 1
  1778	[    2.876031] Loading compiled-in X.509 certificates
  1779	[    2.882751] Loaded X.509 cert 'Build time autogenerated kernel key: 346848ecd67c995d675bab6785bece621761b48f'
  1780	[    2.882909] zswap: loaded using pool lzo/zbud
  1781	[    2.883568] Key type ._fscrypt registered
  1782	[    2.883574] Key type .fscrypt registered
  1783	[    2.883577] Key type fscrypt-provisioning registered
  1784	[    2.888822] Btrfs loaded, crc32c=crc32c-generic
  1785	[    2.911172] Key type encrypted registered
  1786	[    2.911193] AppArmor: AppArmor sha1 policy hashing enabled
  1787	[    2.922918] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
  1788	[    2.924478] ehci-platform 1c1b000.usb: EHCI Host Controller
  1789	[    2.924512] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  1790	[    2.924965] ehci-platform 1c1b000.usb: irq 29, io mem 0x01c1b000
  1791	[    2.940413] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  1792	[    2.940717] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  1793	[    2.940726] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1794	[    2.940733] usb usb3: Product: EHCI Host Controller
  1795	[    2.940739] usb usb3: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  1796	[    2.940746] usb usb3: SerialNumber: 1c1b000.usb
  1797	[    2.941402] hub 3-0:1.0: USB hub found
  1798	[    2.941453] hub 3-0:1.0: 1 port detected
  1799	[    2.942322] ehci-platform 1c1c000.usb: EHCI Host Controller
  1800	[    2.942347] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
  1801	[    2.942635] ehci-platform 1c1c000.usb: irq 31, io mem 0x01c1c000
  1802	[    2.956413] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  1803	[    2.956676] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  1804	[    2.956685] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1805	[    2.956691] usb usb4: Product: EHCI Host Controller
  1806	[    2.956697] usb usb4: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  1807	[    2.956703] usb usb4: SerialNumber: 1c1c000.usb
  1808	[    2.957245] hub 4-0:1.0: USB hub found
  1809	[    2.957285] hub 4-0:1.0: 1 port detected
  1810	[    2.958094] ehci-platform 1c1d000.usb: EHCI Host Controller
  1811	[    2.958119] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
  1812	[    2.958410] ehci-platform 1c1d000.usb: irq 33, io mem 0x01c1d000
  1813	[    2.972411] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  1814	[    2.972646] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  1815	[    2.972654] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1816	[    2.972660] usb usb5: Product: EHCI Host Controller
  1817	[    2.972666] usb usb5: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  1818	[    2.972672] usb usb5: SerialNumber: 1c1d000.usb
  1819	[    2.973167] hub 5-0:1.0: USB hub found
  1820	[    2.973203] hub 5-0:1.0: 1 port detected
  1821	[    2.973981] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  1822	[    2.974005] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
  1823	[    2.974214] ohci-platform 1c1b400.usb: irq 30, io mem 0x01c1b400
  1824	[    3.036615] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  1825	[    3.036624] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1826	[    3.036630] usb usb6: Product: Generic Platform OHCI controller
  1827	[    3.036637] usb usb6: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  1828	[    3.036642] usb usb6: SerialNumber: 1c1b400.usb
  1829	[    3.037142] hub 6-0:1.0: USB hub found
  1830	[    3.037179] hub 6-0:1.0: 1 port detected
  1831	[    3.037977] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  1832	[    3.038000] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
  1833	[    3.038187] ohci-platform 1c1c400.usb: irq 32, io mem 0x01c1c400
  1834	[    3.100603] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  1835	[    3.100612] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1836	[    3.100619] usb usb7: Product: Generic Platform OHCI controller
  1837	[    3.100625] usb usb7: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  1838	[    3.100631] usb usb7: SerialNumber: 1c1c400.usb
  1839	[    3.101159] hub 7-0:1.0: USB hub found
  1840	[    3.101206] hub 7-0:1.0: 1 port detected
  1841	[    3.102000] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  1842	[    3.102023] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
  1843	[    3.102259] ohci-platform 1c1d400.usb: irq 34, io mem 0x01c1d400
  1844	[    3.164595] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  1845	[    3.164605] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1846	[    3.164612] usb usb8: Product: Generic Platform OHCI controller
  1847	[    3.164618] usb usb8: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  1848	[    3.164624] usb usb8: SerialNumber: 1c1d400.usb
  1849	[    3.165155] hub 8-0:1.0: USB hub found
  1850	[    3.165194] hub 8-0:1.0: 1 port detected
  1851	[    3.166856] of_cfs_init
  1852	[    3.166974] of_cfs_init: OK
  1853	[    3.167123] ALSA device list:
  1854	[    3.167129]   #0: H3 Audio Codec
  1855	[    3.171031] Freeing unused kernel memory: 1024K
  1856	[    3.180689] Run /init as init process
  1857	[    3.180696]   with arguments:
  1858	[    3.180699]     /init
  1859	[    3.180702]   with environment:
  1860	[    3.180706]     HOME=/
  1861	[    3.180710]     TERM=linux
  1862	[    3.180714]     ubootpart=5d748697-01
  1863	[    3.180718]     ubootsource=mmc
  1864	[    3.180721]     sunxi_ve_mem_reserve=0
  1865	[    3.180725]     sunxi_g2d_mem_reserve=0
  1866	[    3.180728]     sunxi_fb_mem_reserve=16
  1867	[    3.180731]     cgroup_enable=memory
  1868	[    3.181212] process '/usr/bin/sh' started with executable stack
  1869	[    3.536457] usb 6-1: new low-speed USB device number 2 using ohci-platform
  1870	[    3.560482] usb 8-1: new low-speed USB device number 2 using ohci-platform
  1871	[    3.566278] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
  1872	[    3.625703] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator
  1873	[    3.626767] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
  1874	[    3.626804] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 9
  1875	[    3.627157] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  1876	[    3.627173] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1877	[    3.627180] usb usb9: Product: MUSB HDRC host driver
  1878	[    3.627187] usb usb9: Manufacturer: Linux 5.8.5-sunxi musb-hcd
  1879	[    3.627193] usb usb9: SerialNumber: musb-hdrc.4.auto
  1880	[    3.627951] phy id_det change to device
  1881	[    3.628827] hub 9-0:1.0: USB hub found
  1882	[    3.628885] hub 9-0:1.0: 1 port detected
  1883	[    3.764561] usb 6-1: New USB device found, idVendor=046d, idProduct=c517, bcdDevice=38.10
  1884	[    3.764574] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1885	[    3.764581] usb 6-1: Product: USB Receiver
  1886	[    3.764587] usb 6-1: Manufacturer: Logitech
  1887	[    3.773804] input: Logitech USB Receiver as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.0/0003:046D:C517.0001/input/input1
  1888	[    3.786484] usb 8-1: New USB device found, idVendor=04f3, idProduct=0234, bcdDevice=24.58
  1889	[    3.786496] usb 8-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  1890	[    3.786503] usb 8-1: Product: OM
  1891	[    3.795531] input: OM as /devices/platform/soc/1c1d400.usb/usb8/8-1/8-1:1.0/0003:04F3:0234.0002/input/input2
  1892	[    3.832700] hid-generic 0003:046D:C517.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-1c1b400.usb-1/input0
  1893	[    3.834120] hid-generic 0003:04F3:0234.0002: input,hidraw1: USB HID v1.11 Mouse [OM] on usb-1c1d400.usb-1/input0
  1894	[    3.843316] input: Logitech USB Receiver Mouse as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/input/input3
  1895	[    3.843564] input: Logitech USB Receiver Consumer Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/input/input4
  1896	[    3.900630] input: Logitech USB Receiver System Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/input/input5
  1897	[    3.901083] hid-generic 0003:046D:C517.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-1c1b400.usb-1/input1
  1898	[    3.958075] logitech-djreceiver 0003:046D:C517.0001: hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-1c1b400.usb-1/input0
  1899	[    4.051090] logitech-djreceiver 0003:046D:C517.0003: hiddev0,hidraw2: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-1c1b400.usb-1/input1
  1900	[    4.124547] logitech-djreceiver 0003:046D:C517.0003: device of type 27 Mhz (0x02) connected on slot 3
  1901	[    4.127495] input: Logitech Wireless Keyboard PID:0062 Keyboard as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/0003:046D:0062.0004/input/input8
  1902	[    4.127768] input: Logitech Wireless Keyboard PID:0062 Consumer Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/0003:046D:0062.0004/input/input9
  1903	[    4.127943] input: Logitech Wireless Keyboard PID:0062 System Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/0003:046D:0062.0004/input/input10
  1904	[    4.128220] hid-generic 0003:046D:0062.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:0062] on usb-1c1b400.usb-1/input1:3
  1905	[    4.236580] logitech-hidpp-device 0003:046D:0062.0004: HID++ 1.0 device connected.
  1906	[    4.286469] input: Logitech Wireless Keyboard PID:0062 as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/0003:046D:0062.0004/input/input14
  1907	[    4.286722] logitech-hidpp-device 0003:046D:0062.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:0062] on usb-1c1b400.usb-1/input1:3
  1908	[    5.511647] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  1909	[    6.351936] systemd[1]: System time before build time, advancing clock.
  1910	[    6.376743] systemd[1]: Inserted module 'autofs4'
  1911	[    6.443120] 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)
  1912	[    6.443863] systemd[1]: Detected architecture arm.
  1913	[    6.469959] systemd[1]: Set hostname to <orangepipc>.
  1914	[    7.167586] random: systemd: uninitialized urandom read (16 bytes read)
  1915	[    7.182132] random: systemd: uninitialized urandom read (16 bytes read)
  1916	[    7.182855] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1917	[    7.184264] random: systemd: uninitialized urandom read (16 bytes read)
  1918	[    7.184707] systemd[1]: Started Dispatch Password Requests to Console Directory Watch when bootsplash is active.
  1919	[    7.186742] systemd[1]: Listening on udev Control Socket.
  1920	[    7.187642] systemd[1]: Reached target Local Encrypted Volumes.
  1921	[    7.192006] systemd[1]: Created slice User and Session Slice.
  1922	[    7.194085] systemd[1]: Listening on Journal Audit Socket.
  1923	[    7.197733] systemd[1]: Created slice system-serial\x2dgetty.slice.
  1924	[    7.381830] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  1925	[    8.620473] zram: Added device: zram0
  1926	[    8.621135] zram: Added device: zram1
  1927	[    8.636913] zram: Added device: zram2
  1928	[    8.728105] sun8i-di 1400000.deinterlace: Device registered as /dev/video0
  1929	[    8.741689] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
  1930	[    8.771361] cedrus 1c0e000.video-codec: Device registered as /dev/video1
  1931	[    8.792583] zram1: detected capacity change from 0 to 523481088
  1932	[    8.867994] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz)
  1933	[    8.880494] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  1934	[    8.896764] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  1935	[    8.897393] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  1936	[    8.897764] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  1937	[    8.898008] sun8i-ce 1c15000.crypto: Register cbc(aes)
  1938	[    8.898240] sun8i-ce 1c15000.crypto: Register ecb(aes)
  1939	[    8.898380] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
  1940	[    8.898505] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
  1941	[    8.898653] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
  1942	[    8.970274] sun8i-thermal 1c25000.thermal-sensor: Thermal sensor ready!
  1943	[    9.035998] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
  1944	[    9.036054] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
  1945	[    9.036122] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
  1946	[    9.036164] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
  1947	[    9.044089] lima 1c40000.gpu: bus rate = 200000000
  1948	[    9.044103] lima 1c40000.gpu: mod rate = 297000000
  1949	[    9.044208] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
  1950	[    9.044698] lima 1c40000.gpu: Failed to register cooling device
  1951	[    9.045136] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 1
  1952	[    9.094209] Registered IR keymap rc-empty
  1953	[    9.094353] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
  1954	[    9.095989] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
  1955	[    9.096187] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input15
  1956	[    9.118646] mousedev: PS/2 mouse device common for all mice
  1957	[    9.119884] sunxi-ir 1f02000.ir: initialized sunXi IR driver
  1958	[    9.410435] asoc-simple-card hdmi-sound: i2s-hifi <-> 1c22800.i2s mapping ok
  1959	[    9.888511] Adding 511208k swap on /dev/zram1.  Priority:5 extents:1 across:511208k SSFS
  1960	[   10.062075] zram0: detected capacity change from 0 to 52428800
  1961	[   12.142161] systemd[1]: Started Armbian ZRAM config.
  1962	[   12.148997] systemd[1]: Starting Armbian memory supported logging...
  1963	[   12.237530] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
  1964	[   12.237577] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
  1965	[   15.585893] systemd[1]: Started Armbian memory supported logging.
  1966	[   15.592268] systemd[1]: Starting Journal Service...
  1967	[   15.865713] systemd[1]: Started Journal Service.
  1968	[   15.926148] systemd-journald[538]: Received request to flush runtime journal from PID 1
  1969	[   16.524999] random: crng init done
  1970	[   16.525008] random: 7 urandom warning(s) missed due to ratelimiting
  1971	 
  1972	### armbian-release:
  1973	 
  1974	# PLEASE DO NOT EDIT THIS FILE
  1975	BOARD=orangepipc
  1976	BOARD_NAME="Orange Pi PC"
  1977	BOARDFAMILY=sun8i
  1978	BUILD_REPOSITORY_URL=https://github.com/armbian/build
  1979	BUILD_REPOSITORY_COMMIT=e6fa811d-dirty
  1980	DISTRIBUTION_CODENAME=buster
  1981	DISTRIBUTION_STATUS=supported
  1982	VERSION=20.08.1
  1983	LINUXFAMILY=sunxi
  1984	BRANCH=current
  1985	ARCH=arm
  1986	IMAGE_TYPE=stable
  1987	BOARD_TYPE=conf
  1988	INITRD_ARCH=arm
  1989	KERNEL_IMAGE_TYPE=Image
  1990	 
  1991	### boot environment:
  1992	 
  1993	verbosity=1
  1994	bootlogo=false
  1995	console=both
  1996	disp_mode=1920x1080p60
  1997	overlay_prefix=sun8i-h3
  1998	rootdev=UUID=4b9e57b7-4690-4e61-8e27-b7f542b413da
  1999	rootfstype=ext4
  2000	usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
  2001	 
  2002	### lsusb:
  2003	 
  2004	Bus 008 Device 002: ID 04f3:0234 Elan Microelectronics Corp. Optical Mouse
  2005	Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2006	Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2007	Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2008	Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2009	Bus 006 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
  2010	Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2011	Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2012	Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2013	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2014	Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2015	 
  2016	### lscpu:
  2017	 
  2018	Architecture:        armv7l
  2019	Byte Order:          Little Endian
  2020	CPU(s):              4
  2021	On-line CPU(s) list: 0-3
  2022	Thread(s) per core:  1
  2023	Core(s) per socket:  4
  2024	Socket(s):           1
  2025	Vendor ID:           ARM
  2026	Model:               5
  2027	Model name:          Cortex-A7
  2028	Stepping:            r0p5
  2029	CPU max MHz:         1368.0000
  2030	CPU min MHz:         480.0000
  2031	BogoMIPS:            65.14
  2032	Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  2033	 
  2034	### cpuinfo:
  2035	 
  2036	processor	: 0
  2037	model name	: ARMv7 Processor rev 5 (v7l)
  2038	BogoMIPS	: 65.14
  2039	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
  2040	CPU implementer	: 0x41
  2041	CPU architecture: 7
  2042	CPU variant	: 0x0
  2043	CPU part	: 0xc07
  2044	CPU revision	: 5
  2045	 
  2046	processor	: 1
  2047	model name	: ARMv7 Processor rev 5 (v7l)
  2048	BogoMIPS	: 65.14
  2049	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
  2050	CPU implementer	: 0x41
  2051	CPU architecture: 7
  2052	CPU variant	: 0x0
  2053	CPU part	: 0xc07
  2054	CPU revision	: 5
  2055	 
  2056	processor	: 2
  2057	model name	: ARMv7 Processor rev 5 (v7l)
  2058	BogoMIPS	: 65.14
  2059	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
  2060	CPU implementer	: 0x41
  2061	CPU architecture: 7
  2062	CPU variant	: 0x0
  2063	CPU part	: 0xc07
  2064	CPU revision	: 5
  2065	 
  2066	processor	: 3
  2067	model name	: ARMv7 Processor rev 5 (v7l)
  2068	BogoMIPS	: 65.14
  2069	Features	: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
  2070	CPU implementer	: 0x41
  2071	CPU architecture: 7
  2072	CPU variant	: 0x0
  2073	CPU part	: 0xc07
  2074	CPU revision	: 5
  2075	 
  2076	Hardware	: Allwinner sun8i Family
  2077	Revision	: 0000
  2078	Serial		: 02c00081abf8f0eb
  2079	 
  2080	### meminfo:
  2081	 
  2082	MemTotal:        1022424 kB
  2083	MemFree:          893632 kB
  2084	MemAvailable:     924972 kB
  2085	Buffers:            7996 kB
  2086	Cached:            37516 kB
  2087	SwapCached:            0 kB
  2088	Active:            36880 kB
  2089	Inactive:          20504 kB
  2090	Active(anon):      12340 kB
  2091	Inactive(anon):     1492 kB
  2092	Active(file):      24540 kB
  2093	Inactive(file):    19012 kB
  2094	Unevictable:           0 kB
  2095	Mlocked:               0 kB
  2096	HighTotal:        262132 kB
  2097	HighFree:         184520 kB
  2098	LowTotal:         760292 kB
  2099	LowFree:          709112 kB
  2100	SwapTotal:        511208 kB
  2101	SwapFree:         511208 kB
  2102	Dirty:               268 kB
  2103	Writeback:           100 kB
  2104	AnonPages:         12092 kB
  2105	Mapped:            14336 kB
  2106	Shmem:              1664 kB
  2107	KReclaimable:      12024 kB
  2108	Slab:              35464 kB
  2109	SReclaimable:      12024 kB
  2110	SUnreclaim:        23440 kB
  2111	KernelStack:        1104 kB
  2112	PageTables:          772 kB
  2113	NFS_Unstable:          0 kB
  2114	Bounce:                0 kB
  2115	WritebackTmp:          0 kB
  2116	CommitLimit:     1022420 kB
  2117	Committed_AS:      83508 kB
  2118	VmallocTotal:     245760 kB
  2119	VmallocUsed:        9524 kB
  2120	VmallocChunk:          0 kB
  2121	Percpu:              752 kB
  2122	CmaTotal:         131072 kB
  2123	CmaFree:           92268 kB
  2124	 
  2125	### virtual memory:
  2126	 
  2127	vm.admin_reserve_kbytes = 8192
  2128	vm.block_dump = 0
  2129	vm.compact_unevictable_allowed = 1
  2130	vm.dirty_background_bytes = 0
  2131	vm.dirty_background_ratio = 10
  2132	vm.dirty_bytes = 0
  2133	vm.dirty_expire_centisecs = 3000
  2134	vm.dirty_ratio = 20
  2135	vm.dirty_writeback_centisecs = 500
  2136	vm.dirtytime_expire_seconds = 43200
  2137	vm.extfrag_threshold = 500
  2138	vm.highmem_is_dirtyable = 0
  2139	vm.laptop_mode = 0
  2140	vm.legacy_va_layout = 0
  2141	vm.lowmem_reserve_ratio = 32	0	0
  2142	vm.max_map_count = 65530
  2143	vm.min_free_kbytes = 3463
  2144	vm.mmap_min_addr = 4096
  2145	vm.mmap_rnd_bits = 8
  2146	vm.oom_dump_tasks = 1
  2147	vm.oom_kill_allocating_task = 0
  2148	vm.overcommit_kbytes = 0
  2149	vm.overcommit_memory = 0
  2150	vm.overcommit_ratio = 50
  2151	vm.page-cluster = 0
  2152	vm.panic_on_oom = 0
  2153	vm.percpu_pagelist_fraction = 0
  2154	vm.stat_interval = 1
  2155	vm.swappiness = 100
  2156	vm.user_reserve_kbytes = 31484
  2157	vm.vfs_cache_pressure = 100
  2158	vm.watermark_boost_factor = 15000
  2159	vm.watermark_scale_factor = 10
  2160	 
  2161	### ip addr:
  2162	 
  2163	1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  2164	    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  2165	    inet XXX.XXX.0.1/8 scope host lo
  2166	       valid_lft forever preferred_lft forever
  2167	2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  2168	    link/ether 02:81:ab:f8:f0:eb brd ff:ff:ff:ff:ff:ff
  2169	 
  2170	### partitions:
  2171	 
  2172	major minor  #blocks  name
  2173	 
  2174	 179        0   30578688 mmcblk0
  2175	 179        1   30268800 mmcblk0p1
  2176	 254        0      51200 zram0
  2177	 254        1     511212 zram1
  2178	 
  2179	### df:
  2180	 
  2181	udev            431M     0  431M   0% /dev
  2182	tmpfs           100M  1.8M   99M   2% /run
  2183	/dev/mmcblk0p1   29G  2.1G   26G   8% /
  2184	tmpfs           500M     0  500M   0% /dev/shm
  2185	tmpfs           5.0M  4.0K  5.0M   1% /run/lock
  2186	tmpfs           500M     0  500M   0% /sys/fs/cgroup
  2187	tmpfs           500M  4.0K  500M   1% /tmp
  2188	/dev/zram0       49M  2.2M   43M   5% /var/log
  2189	 
  2190	### lsblk:
  2191	 
  2192	NAME        FSTYPE   SIZE MOUNTPOINT UUID
  2193	mmcblk0             29.2G            
  2194	`-mmcblk0p1 ext4    28.9G /          4b9e57b7-4690-4e61-8e27-b7f542b413da
  2195	zram0                 50M /var/log   
  2196	 
  2197	### zramctl:
  2198	 
  2199	NAME       ALGORITHM DISKSIZE  DATA  COMPR TOTAL STREAMS MOUNTPOINT
  2200	/dev/zram1 lzo-rle     499.2M    4K    73B    4K       4 [SWAP]
  2201	/dev/zram0 zstd           50M  2.2M 405.2K  736K       4 /var/log
  2202	 
  2203	### mtab:
  2204	 
  2205	/dev/mmcblk0p1 / ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  2206	/dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  2207	/dev/zram0 /var/log ext4 rw,relatime,discard 0 0
  2208	 
  2209	### mmc0:0001 info:
  2210	 
  2211	              manfid: 0x000000 
  2212	                 cid: 003432534431364720000003bd013773 
  2213	               fwrev: 0x0 
  2214	                 rca: 0x0001 
  2215	                 csd: 400e00325b590000e94b7f800a40001b 
  2216	                 ocr: 0x00200000 
  2217	                type: SD 
  2218	                date: 07/2019 
  2219	               hwrev: 0x2 
  2220	                 dsr: 0x404 
  2221	              serial: 0x000003bd 
  2222	          erase_size: 512 
  2223	              uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD16G MODALIAS=mmc:block 
  2224	                 ssr: 000000000500000004049000080a190a000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 
  2225	                 scr: 0285804200000000 
  2226	               oemid: 0x3432 
  2227	preferred_erase_size: 4194304 
  2228	                name: SD16G 
  2229	 
  2230	### Boot system health:
  2231	 
  2232	Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
  2233	16:17:13: 1368MHz  0.52  42%  22%  16%   0%   3%   0% 60.1°C  0/8
  2234	16:17:13: 1368MHz  0.52  51%  19%  18%   2%  11%   0% 58.4°C  0/8
  2235	16:17:13: 1368MHz  0.52  45%  10%   3%   0%  31%   0% 53.0°C  0/8
  2236	16:17:14: 1368MHz  0.64  42%  12%  18%   1%  10%   0% 57.3°C  0/8
  2237	16:17:14: 1368MHz  0.64  29%   8%  12%   1%   6%   0% 56.3°C  0/8
  2238	 
  2239	### lsusb:
  2240	 
  2241	Bus 008 Device 002: ID 04f3:0234 Elan Microelectronics Corp. Optical Mouse
  2242	Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2243	Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2244	Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2245	Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2246	Bus 006 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
  2247	Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2248	Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2249	Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2250	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2251	Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2252	 
  2253	/:  Bus 09.Port 1: Dev 1, Class=root_hub, Driver=musb-hdrc/1p, 480M
  2254	/:  Bus 08.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  2255	    |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
  2256	/:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  2257	/:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  2258	    |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
  2259	    |__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
  2260	/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  2261	/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  2262	/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  2263	/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  2264	/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  2265	 
  2266	### Installed packages:
  2267	 
  2268	ii  armbian-buster-desktop                20.08.1                              all          Armbian desktop for Debian buster
  2269	ii  armbian-config                        20.08.1                              all          Armbian configuration utility
  2270	ii  armbian-firmware                      20.08.1                              all          Linux firmware
  2271	ii  hostapd                               3:2.9-102~armbian20.05.2+1           armhf        IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
  2272	ii  htop                                  2.2.0-5~armbian20.08.1+1             armhf        interactive processes viewer
  2273	ii  linux-base                            4.6                                  all          Linux image base package
  2274	ii  linux-buster-root-current-orangepipc  20.08.1                              armhf        Armbian tweaks for buster on orangepipc (current branch)
  2275	ii  linux-dtb-current-sunxi               20.08.1                              armhf        Linux DTB, version 5.8.5-sunxi
  2276	ii  linux-image-current-sunxi             20.08.1                              armhf        Linux kernel, version 5.8.5-sunxi
  2277	ii  linux-libc-dev:armhf                  4.19.132-1                           armhf        Linux support headers for userspace development
  2278	ii  linux-u-boot-orangepipc-current       20.08.1                              armhf        Uboot loader 2020.04
  2279	 
  2280	### Loaded modules:
  2281	 
  2282	Module                  Size  Used by
  2283	rfkill                 20480  1
  2284	snd_soc_hdmi_codec     20480  1
  2285	sunxi_cir              20480  0
  2286	mousedev               20480  0
  2287	joydev                 24576  0
  2288	sun4i_gpadc_iio        16384  0
  2289	dw_hdmi_cec            16384  0
  2290	dw_hdmi_i2s_audio      16384  0
  2291	input_leds             16384  0
  2292	lima                   45056  0
  2293	industrialio           53248  1 sun4i_gpadc_iio
  2294	gpu_sched              28672  1 lima
  2295	sun8i_thermal          16384  0
  2296	sun8i_ce               24576  0
  2297	crypto_engine          16384  1 sun8i_ce
  2298	sunxi_cedrus           32768  0
  2299	sun8i_di               20480  0
  2300	evdev                  20480  6
  2301	uio_pdrv_genirq        16384  0
  2302	uio                    16384  1 uio_pdrv_genirq
  2303	display_connector      20480  0
  2304	zram                   24576  2
  2305	cpufreq_dt             20480  0
  2306	ip_tables              24576  0
  2307	x_tables               24576  1 ip_tables
  2308	autofs4                36864  2
  2309	hid_logitech_hidpp     36864  0
  2310	hid_logitech_dj        20480  0
  2311	sy8106a_regulator      16384  1
  2312	sunxi                  20480  0
  2313	phy_generic            20480  2 sunxi
  2314	gpio_keys              20480  0
  2315	 
  2316	### Current system health:
  2317	 
  2318	Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
  2319	16:25:22: 1368MHz  0.02   6%   1%   4%   0%   0%   0% 45.8°C  0/8
  2320	16:25:22: 1368MHz  0.02   6%   3%   0%   2%   0%   0% 44.3°C  0/8
  2321	16:25:23: 1368MHz  0.02   5%   3%   0%   1%   0%   0% 49.0°C  0/8
  2322	16:25:23: 1368MHz  0.02   5%   3%   0%   1%   0%   0% 45.6°C  0/8
  2323	16:25:24: 1368MHz  0.02   5%   4%   0%   0%   0%   0% 49.5°C  0/8
  2324	16:25:27: 1368MHz  0.10   6%   1%   4%   0%   0%   0% 61.6°C  0/8
  2325	16:25:27: 1368MHz  0.10  66%   1%  65%   0%   0%   0% 53.6°C  0/8
  2326	16:25:28: 1368MHz  0.10   6%   4%   0%   1%   0%   0% 52.2°C  0/8
  2327	16:25:28: 1368MHz  0.10   5%   3%   0%   1%   0%   0% 52.2°C  0/8
  2328	16:25:29: 1368MHz  0.10   6%   4%   0%   1%   0%   0% 50.7°C  0/8
  2329	 
  2330	### resolv.conf
  2331	 
  2332	-rw-r--r-- 1 root root 63 Sep  3 16:17 /etc/resolv.conf
  2333	# Generated by NetworkManager
  2334	search lan
  2335	nameserver XXX.XXX.0.1
  2336	 
  2337	### Current sysinfo:
  2338	 
  2339	Linux 5.8.5-sunxi (orangepipc) 	09/03/20 	_armv7l_	(4 CPU)
  2340	 
  2341	avg-cpu:  %user   %nice %system %iowait  %steal   %idle
  2342	           4.79    0.05    1.60    0.22    0.00   93.34
  2343	 
  2344	Device             tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
  2345	ram0              0.00         0.00         0.00          0          0
  2346	ram1              0.00         0.00         0.00          0          0
  2347	ram2              0.00         0.00         0.00          0          0
  2348	ram3              0.00         0.00         0.00          0          0
  2349	mmcblk0          12.19       395.61         3.54     204077       1824
  2350	mmcblk0p1        11.91       389.53         3.54     200941       1824
  2351	zram0             0.72         1.64         5.33        844       2748
  2352	zram1             0.59         2.33         0.01       1204          4
  2353	zram2             0.00         0.00         0.00          0          0
  2354	 
  2355	procs -----------------------memory---------------------- ---swap-- -----io---- -system-- --------cpu--------
  2356	 r  b         swpd         free         buff        cache   si   so    bi    bo   in   cs  us  sy  id  wa  st
  2357	 0  0            0       549128        16296       160420    0    0    99     2   85  103   5   2  93   0   0
  2358	 
  2359	              total        used        free      shared  buff/cache   available
  2360	Mem:          998Mi       289Mi       536Mi       5.0Mi       172Mi       679Mi
  2361	Swap:         499Mi          0B       499Mi
  2362	 
  2363	NAME       ALGORITHM DISKSIZE  DATA COMPR TOTAL STREAMS MOUNTPOINT
  2364	/dev/zram1 lzo-rle     499.2M    4K   73B    4K       4 [SWAP]
  2365	/dev/zram0 zstd           50M  2.3M  428K  804K       4 /var/log
  2366	 
  2367	 16:25:29 up 8 min,  2 users,  load average: 0.09, 0.17, 0.10
  2368	 
  2369	[    2.720700] usb usb1: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  2370	[    2.720706] usb usb1: SerialNumber: 1c1a000.usb
  2371	[    2.721304] hub 1-0:1.0: USB hub found
  2372	[    2.721347] hub 1-0:1.0: 1 port detected
  2373	[    2.722263] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  2374	[    2.722286] ohci-platform: OHCI generic platform driver
  2375	[    2.722458] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  2376	[    2.722480] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  2377	[    2.722687] ohci-platform 1c1a400.usb: irq 28, io mem 0x01c1a400
  2378	[    2.784608] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  2379	[    2.784617] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2380	[    2.784623] usb usb2: Product: Generic Platform OHCI controller
  2381	[    2.784629] usb usb2: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  2382	[    2.784635] usb usb2: SerialNumber: 1c1a400.usb
  2383	[    2.785153] hub 2-0:1.0: USB hub found
  2384	[    2.785190] hub 2-0:1.0: 1 port detected
  2385	[    2.786556] usbcore: registered new interface driver usb-storage
  2386	[    2.787565] sun6i-rtc 1f00000.rtc: registered as rtc0
  2387	[    2.787607] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:11 UTC (11)
  2388	[    2.787613] sun6i-rtc 1f00000.rtc: RTC enabled
  2389	[    2.787922] i2c /dev entries driver
  2390	[    2.788302] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
  2391	[    2.790542] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  2392	[    2.790982] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
  2393	[    2.791691] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  2394	[    2.817018] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
  2395	[    2.818239] ledtrig-cpu: registered to indicate activity on CPUs
  2396	[    2.818327] hid: raw HID events driver (C) Jiri Kosina
  2397	[    2.818458] usbcore: registered new interface driver usbhid
  2398	[    2.818460] usbhid: USB HID core driver
  2399	[    2.822455] debugfs: Directory '1c22c00.codec' with parent 'H3 Audio Codec' already present!
  2400	[    2.823954] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  2401	[    2.826728] Initializing XFRM netlink socket
  2402	[    2.827261] NET: Registered protocol family 10
  2403	[    2.855778] mmc0: host does not support reading read-only switch, assuming write-enable
  2404	[    2.857749] mmc0: new high speed SDHC card at address 0001
  2405	[    2.859366] mmcblk0: mmc0:0001 SD16G 29.2 GiB 
  2406	[    2.863237]  mmcblk0: p1
  2407	[    2.874872] Segment Routing with IPv6
  2408	[    2.874989] NET: Registered protocol family 17
  2409	[    2.875021] NET: Registered protocol family 15
  2410	[    2.875092] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  2411	[    2.875206] 8021q: 802.1Q VLAN Support v1.8
  2412	[    2.875264] Key type dns_resolver registered
  2413	[    2.875715] Registering SWP/SWPB emulation handler
  2414	[    2.876024] registered taskstats version 1
  2415	[    2.876031] Loading compiled-in X.509 certificates
  2416	[    2.882751] Loaded X.509 cert 'Build time autogenerated kernel key: 346848ecd67c995d675bab6785bece621761b48f'
  2417	[    2.882909] zswap: loaded using pool lzo/zbud
  2418	[    2.883568] Key type ._fscrypt registered
  2419	[    2.883574] Key type .fscrypt registered
  2420	[    2.883577] Key type fscrypt-provisioning registered
  2421	[    2.888822] Btrfs loaded, crc32c=crc32c-generic
  2422	[    2.911172] Key type encrypted registered
  2423	[    2.911193] AppArmor: AppArmor sha1 policy hashing enabled
  2424	[    2.922918] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator
  2425	[    2.924478] ehci-platform 1c1b000.usb: EHCI Host Controller
  2426	[    2.924512] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  2427	[    2.924965] ehci-platform 1c1b000.usb: irq 29, io mem 0x01c1b000
  2428	[    2.940413] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  2429	[    2.940717] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  2430	[    2.940726] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2431	[    2.940733] usb usb3: Product: EHCI Host Controller
  2432	[    2.940739] usb usb3: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  2433	[    2.940746] usb usb3: SerialNumber: 1c1b000.usb
  2434	[    2.941402] hub 3-0:1.0: USB hub found
  2435	[    2.941453] hub 3-0:1.0: 1 port detected
  2436	[    2.942322] ehci-platform 1c1c000.usb: EHCI Host Controller
  2437	[    2.942347] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
  2438	[    2.942635] ehci-platform 1c1c000.usb: irq 31, io mem 0x01c1c000
  2439	[    2.956413] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  2440	[    2.956676] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  2441	[    2.956685] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2442	[    2.956691] usb usb4: Product: EHCI Host Controller
  2443	[    2.956697] usb usb4: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  2444	[    2.956703] usb usb4: SerialNumber: 1c1c000.usb
  2445	[    2.957245] hub 4-0:1.0: USB hub found
  2446	[    2.957285] hub 4-0:1.0: 1 port detected
  2447	[    2.958094] ehci-platform 1c1d000.usb: EHCI Host Controller
  2448	[    2.958119] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
  2449	[    2.958410] ehci-platform 1c1d000.usb: irq 33, io mem 0x01c1d000
  2450	[    2.972411] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  2451	[    2.972646] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  2452	[    2.972654] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2453	[    2.972660] usb usb5: Product: EHCI Host Controller
  2454	[    2.972666] usb usb5: Manufacturer: Linux 5.8.5-sunxi ehci_hcd
  2455	[    2.972672] usb usb5: SerialNumber: 1c1d000.usb
  2456	[    2.973167] hub 5-0:1.0: USB hub found
  2457	[    2.973203] hub 5-0:1.0: 1 port detected
  2458	[    2.973981] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  2459	[    2.974005] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
  2460	[    2.974214] ohci-platform 1c1b400.usb: irq 30, io mem 0x01c1b400
  2461	[    3.036615] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  2462	[    3.036624] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2463	[    3.036630] usb usb6: Product: Generic Platform OHCI controller
  2464	[    3.036637] usb usb6: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  2465	[    3.036642] usb usb6: SerialNumber: 1c1b400.usb
  2466	[    3.037142] hub 6-0:1.0: USB hub found
  2467	[    3.037179] hub 6-0:1.0: 1 port detected
  2468	[    3.037977] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  2469	[    3.038000] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
  2470	[    3.038187] ohci-platform 1c1c400.usb: irq 32, io mem 0x01c1c400
  2471	[    3.100603] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  2472	[    3.100612] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2473	[    3.100619] usb usb7: Product: Generic Platform OHCI controller
  2474	[    3.100625] usb usb7: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  2475	[    3.100631] usb usb7: SerialNumber: 1c1c400.usb
  2476	[    3.101159] hub 7-0:1.0: USB hub found
  2477	[    3.101206] hub 7-0:1.0: 1 port detected
  2478	[    3.102000] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  2479	[    3.102023] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
  2480	[    3.102259] ohci-platform 1c1d400.usb: irq 34, io mem 0x01c1d400
  2481	[    3.164595] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
  2482	[    3.164605] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2483	[    3.164612] usb usb8: Product: Generic Platform OHCI controller
  2484	[    3.164618] usb usb8: Manufacturer: Linux 5.8.5-sunxi ohci_hcd
  2485	[    3.164624] usb usb8: SerialNumber: 1c1d400.usb
  2486	[    3.165155] hub 8-0:1.0: USB hub found
  2487	[    3.165194] hub 8-0:1.0: 1 port detected
  2488	[    3.166856] of_cfs_init
  2489	[    3.166974] of_cfs_init: OK
  2490	[    3.167123] ALSA device list:
  2491	[    3.167129]   #0: H3 Audio Codec
  2492	[    3.171031] Freeing unused kernel memory: 1024K
  2493	[    3.180689] Run /init as init process
  2494	[    3.180696]   with arguments:
  2495	[    3.180699]     /init
  2496	[    3.180702]   with environment:
  2497	[    3.180706]     HOME=/
  2498	[    3.180710]     TERM=linux
  2499	[    3.180714]     ubootpart=5d748697-01
  2500	[    3.180718]     ubootsource=mmc
  2501	[    3.180721]     sunxi_ve_mem_reserve=0
  2502	[    3.180725]     sunxi_g2d_mem_reserve=0
  2503	[    3.180728]     sunxi_fb_mem_reserve=16
  2504	[    3.180731]     cgroup_enable=memory
  2505	[    3.181212] process '/usr/bin/sh' started with executable stack
  2506	[    3.536457] usb 6-1: new low-speed USB device number 2 using ohci-platform
  2507	[    3.560482] usb 8-1: new low-speed USB device number 2 using ohci-platform
  2508	[    3.566278] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
  2509	[    3.625703] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator
  2510	[    3.626767] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
  2511	[    3.626804] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 9
  2512	[    3.627157] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
  2513	[    3.627173] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2514	[    3.627180] usb usb9: Product: MUSB HDRC host driver
  2515	[    3.627187] usb usb9: Manufacturer: Linux 5.8.5-sunxi musb-hcd
  2516	[    3.627193] usb usb9: SerialNumber: musb-hdrc.4.auto
  2517	[    3.627951] phy id_det change to device
  2518	[    3.628827] hub 9-0:1.0: USB hub found
  2519	[    3.628885] hub 9-0:1.0: 1 port detected
  2520	[    3.764561] usb 6-1: New USB device found, idVendor=046d, idProduct=c517, bcdDevice=38.10
  2521	[    3.764574] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  2522	[    3.764581] usb 6-1: Product: USB Receiver
  2523	[    3.764587] usb 6-1: Manufacturer: Logitech
  2524	[    3.773804] input: Logitech USB Receiver as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.0/0003:046D:C517.0001/input/input1
  2525	[    3.786484] usb 8-1: New USB device found, idVendor=04f3, idProduct=0234, bcdDevice=24.58
  2526	[    3.786496] usb 8-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  2527	[    3.786503] usb 8-1: Product: OM
  2528	[    3.795531] input: OM as /devices/platform/soc/1c1d400.usb/usb8/8-1/8-1:1.0/0003:04F3:0234.0002/input/input2
  2529	[    3.832700] hid-generic 0003:046D:C517.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-1c1b400.usb-1/input0
  2530	[    3.834120] hid-generic 0003:04F3:0234.0002: input,hidraw1: USB HID v1.11 Mouse [OM] on usb-1c1d400.usb-1/input0
  2531	[    3.843316] input: Logitech USB Receiver Mouse as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/input/input3
  2532	[    3.843564] input: Logitech USB Receiver Consumer Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/input/input4
  2533	[    3.900630] input: Logitech USB Receiver System Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/input/input5
  2534	[    3.901083] hid-generic 0003:046D:C517.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-1c1b400.usb-1/input1
  2535	[    3.958075] logitech-djreceiver 0003:046D:C517.0001: hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-1c1b400.usb-1/input0
  2536	[    4.051090] logitech-djreceiver 0003:046D:C517.0003: hiddev0,hidraw2: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-1c1b400.usb-1/input1
  2537	[    4.124547] logitech-djreceiver 0003:046D:C517.0003: device of type 27 Mhz (0x02) connected on slot 3
  2538	[    4.127495] input: Logitech Wireless Keyboard PID:0062 Keyboard as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/0003:046D:0062.0004/input/input8
  2539	[    4.127768] input: Logitech Wireless Keyboard PID:0062 Consumer Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/0003:046D:0062.0004/input/input9
  2540	[    4.127943] input: Logitech Wireless Keyboard PID:0062 System Control as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/0003:046D:0062.0004/input/input10
  2541	[    4.128220] hid-generic 0003:046D:0062.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:0062] on usb-1c1b400.usb-1/input1:3
  2542	[    4.236580] logitech-hidpp-device 0003:046D:0062.0004: HID++ 1.0 device connected.
  2543	[    4.286469] input: Logitech Wireless Keyboard PID:0062 as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.1/0003:046D:C517.0003/0003:046D:0062.0004/input/input14
  2544	[    4.286722] logitech-hidpp-device 0003:046D:0062.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:0062] on usb-1c1b400.usb-1/input1:3
  2545	[    5.511647] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  2546	[    6.351936] systemd[1]: System time before build time, advancing clock.
  2547	[    6.376743] systemd[1]: Inserted module 'autofs4'
  2548	[    6.443120] 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)
  2549	[    6.443863] systemd[1]: Detected architecture arm.
  2550	[    6.469959] systemd[1]: Set hostname to <orangepipc>.
  2551	[    7.167586] random: systemd: uninitialized urandom read (16 bytes read)
  2552	[    7.182132] random: systemd: uninitialized urandom read (16 bytes read)
  2553	[    7.182855] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  2554	[    7.184264] random: systemd: uninitialized urandom read (16 bytes read)
  2555	[    7.184707] systemd[1]: Started Dispatch Password Requests to Console Directory Watch when bootsplash is active.
  2556	[    7.186742] systemd[1]: Listening on udev Control Socket.
  2557	[    7.187642] systemd[1]: Reached target Local Encrypted Volumes.
  2558	[    7.192006] systemd[1]: Created slice User and Session Slice.
  2559	[    7.194085] systemd[1]: Listening on Journal Audit Socket.
  2560	[    7.197733] systemd[1]: Created slice system-serial-getty.slice.
  2561	[    7.381830] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  2562	[    8.620473] zram: Added device: zram0
  2563	[    8.621135] zram: Added device: zram1
  2564	[    8.636913] zram: Added device: zram2
  2565	[    8.728105] sun8i-di 1400000.deinterlace: Device registered as /dev/video0
  2566	[    8.741689] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
  2567	[    8.771361] cedrus 1c0e000.video-codec: Device registered as /dev/video1
  2568	[    8.792583] zram1: detected capacity change from 0 to 523481088
  2569	[    8.867994] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz)
  2570	[    8.880494] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  2571	[    8.896764] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  2572	[    8.897393] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  2573	[    8.897764] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
  2574	[    8.898008] sun8i-ce 1c15000.crypto: Register cbc(aes)
  2575	[    8.898240] sun8i-ce 1c15000.crypto: Register ecb(aes)
  2576	[    8.898380] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
  2577	[    8.898505] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
  2578	[    8.898653] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
  2579	[    8.970274] sun8i-thermal 1c25000.thermal-sensor: Thermal sensor ready!
  2580	[    9.035998] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
  2581	[    9.036054] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
  2582	[    9.036122] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
  2583	[    9.036164] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
  2584	[    9.044089] lima 1c40000.gpu: bus rate = 200000000
  2585	[    9.044103] lima 1c40000.gpu: mod rate = 297000000
  2586	[    9.044208] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
  2587	[    9.044698] lima 1c40000.gpu: Failed to register cooling device
  2588	[    9.045136] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 1
  2589	[    9.094209] Registered IR keymap rc-empty
  2590	[    9.094353] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
  2591	[    9.095989] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
  2592	[    9.096187] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input15
  2593	[    9.118646] mousedev: PS/2 mouse device common for all mice
  2594	[    9.119884] sunxi-ir 1f02000.ir: initialized sunXi IR driver
  2595	[    9.410435] asoc-simple-card hdmi-sound: i2s-hifi <-> 1c22800.i2s mapping ok
  2596	[    9.888511] Adding 511208k swap on /dev/zram1.  Priority:5 extents:1 across:511208k SSFS
  2597	[   10.062075] zram0: detected capacity change from 0 to 52428800
  2598	[   12.142161] systemd[1]: Started Armbian ZRAM config.
  2599	[   12.148997] systemd[1]: Starting Armbian memory supported logging...
  2600	[   12.237530] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
  2601	[   12.237577] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
  2602	[   15.585893] systemd[1]: Started Armbian memory supported logging.
  2603	[   15.592268] systemd[1]: Starting Journal Service...
  2604	[   15.865713] systemd[1]: Started Journal Service.
  2605	[   15.926148] systemd-journald[538]: Received request to flush runtime journal from PID 1
  2606	[   16.524999] random: crng init done
  2607	[   16.525008] random: 7 urandom warning(s) missed due to ratelimiting
  2608	[   18.888743] dwmac-sun8i 1c30000.ethernet eth0: PHY [0.1:01] driver [Generic PHY] (irq=POLL)
  2609	[   18.897859] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found
  2610	[   18.897879] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  2611	[   18.897888] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  2612	[   18.897903] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/mii link mode
  2613	[   18.899907] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  2614	[   18.899938] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  2615	[   21.488644] broken atomic modeset userspace detected, disabling atomic
  2616	[   33.780515] vcc3v0: disabling
  2617	[   33.780536] vcc5v0: disabling
  2618	[   33.780546] usb0-vbus: disabling
  2619	 
  2620	 
  2621	vm.admin_reserve_kbytes = 8192
  2622	vm.block_dump = 0
  2623	vm.compact_unevictable_allowed = 1
  2624	vm.dirty_background_bytes = 0
  2625	vm.dirty_background_ratio = 10
  2626	vm.dirty_bytes = 0
  2627	vm.dirty_expire_centisecs = 3000
  2628	vm.dirty_ratio = 20
  2629	vm.dirty_writeback_centisecs = 500
  2630	vm.dirtytime_expire_seconds = 43200
  2631	vm.extfrag_threshold = 500
  2632	vm.highmem_is_dirtyable = 0
  2633	vm.laptop_mode = 0
  2634	vm.legacy_va_layout = 0
  2635	vm.lowmem_reserve_ratio = 32	0	0
  2636	vm.max_map_count = 65530
  2637	vm.min_free_kbytes = 3463
  2638	vm.mmap_min_addr = 4096
  2639	vm.mmap_rnd_bits = 8
  2640	vm.oom_dump_tasks = 1
  2641	vm.oom_kill_allocating_task = 0
  2642	vm.overcommit_kbytes = 0
  2643	vm.overcommit_memory = 0
  2644	vm.overcommit_ratio = 50
  2645	vm.page-cluster = 0
  2646	vm.panic_on_oom = 0
  2647	vm.percpu_pagelist_fraction = 0
  2648	vm.stat_interval = 1
  2649	vm.swappiness = 100
  2650	vm.user_reserve_kbytes = 31484
  2651	vm.vfs_cache_pressure = 100
  2652	vm.watermark_boost_factor = 15000
  2653	vm.watermark_scale_factor = 10
  2654	 
  2655	### interrupts:
  2656	           CPU0       CPU1       CPU2       CPU3       
  2657	 17:          0          0          0          0     GICv2  50 Level     timer@1c20c00
  2658	 18:          0          0          0          0     GICv2  29 Level     arch_timer
  2659	 19:      32212      16287      15506      15837     GICv2  30 Level     arch_timer
  2660	 22:       1258          0          0          0     GICv2  82 Level     1c02000.dma-controller
  2661	 23:       1732          0          0          0     GICv2 118 Level     1c0c000.lcd-controller
  2662	 24:      18893          0          0          0     GICv2  92 Level     sunxi-mmc
  2663	 26:          0          0          0          0     GICv2 103 Level     musb-hdrc.4.auto
  2664	 27:          0          0          0          0     GICv2 104 Level     ehci_hcd:usb1
  2665	 28:          0          0          0          0     GICv2 105 Level     ohci_hcd:usb2
  2666	 29:          2          0          0          0     GICv2 106 Level     ehci_hcd:usb3
  2667	 30:         64          0          0          0     GICv2 107 Level     ohci_hcd:usb6
  2668	 31:          0          0          0          0     GICv2 108 Level     ehci_hcd:usb4
  2669	 32:          0          0          0          0     GICv2 109 Level     ohci_hcd:usb7
  2670	 33:          2          0          0          0     GICv2 110 Level     ehci_hcd:usb5
  2671	 34:       2117          0          0          0     GICv2 111 Level     ohci_hcd:usb8
  2672	 38:       5651          0          0          0     GICv2 114 Level     eth0
  2673	 42:          6          0          0          0     GICv2  32 Level     ttyS0
  2674	 43:       1286          0          0          0     GICv2 120 Level     1ee0000.hdmi, dw-hdmi-cec
  2675	 44:          0          0          0          0  sun6i-r-intc   8 Level     1f00000.rtc
  2676	 46:          0          0          0          0  sun6i-r-intc   5 Level     sunxi-ir
  2677	 47:       4000          0          0          0     GICv2  76 Level     mv64xxx_i2c
  2678	 49:          0          0          0          0     GICv2 125 Level     1400000.deinterlace
  2679	 50:          0          0          0          0     GICv2  90 Level     1c0e000.video-codec
  2680	 51:          0          0          0          0     GICv2 126 Level     sun8i-ce-ns
  2681	 52:          0          0          0          0     GICv2 129 Level     gp
  2682	 53:          0          0          0          0     GICv2 130 Level     gpmmu
  2683	 54:          0          0          0          0     GICv2 131 Level     pp0
  2684	 55:          0          0          0          0     GICv2 132 Level     ppmmu0
  2685	 56:          0          0          0          0     GICv2 134 Level     pp1
  2686	 57:          0          0          0          0     GICv2 135 Level     ppmmu1
  2687	 59:       2031          0          0          0     GICv2  63 Level     ths
  2688	 60:          0          0          0          0     GICv2 152 Level     arm-pmu
  2689	 61:          0          0          0          0     GICv2 153 Level     arm-pmu
  2690	 62:          0          0          0          0     GICv2 154 Level     arm-pmu
  2691	 63:          0          0          0          0     GICv2 155 Level     arm-pmu
  2692	108:          1          0          0          0  sunxi_pio_edge  44 Edge      usb0-id-det
  2693	131:          1          0          0          0  sunxi_pio_edge   3 Edge      sw4
  2694	IPI0:          0          0          0          0  CPU wakeup interrupts
  2695	IPI1:          0          0          0          0  Timer broadcast interrupts
  2696	IPI2:       7875      13277      11947      18592  Rescheduling interrupts
  2697	IPI3:       1551       1859        962       1368  Function call interrupts
  2698	IPI4:          0          0          0          0  CPU stop interrupts
  2699	IPI5:       1508        286        289        317  IRQ work interrupts
  2700	IPI6:          0          0          0          0  completion interrupts
  2701	Err:          0

Please upload the whole output above to an online pasteboard service
and provide the URL in the forum where you have been asked for this.

 

There is something broken with network but I can confirm that I have no problem on my LAN and that orange pi pc board correctly receive ip address from DHCP and it's able to resolve and ping external hosts...

 

Thanks

Daniele.

Edited by Werner
Use spoiler for longer pastes
Link to comment
Share on other sites

My Orangepi PC have a broken SD card slot so I was not able to reproduce the problem on the exact same hardware. I choose similar one, Nanopi M1 and I have no issues.

 

http://ix.io/2xXJ

 

Spoiler

 _   _ ____  _   __  __ _ 
| \ | |  _ \(_) |  \/  / |
|  \| | |_) | | | |\/| | |
| |\  |  __/| | | |  | | |
|_| \_|_|   |_| |_|  |_|_|
                          
Welcome to Armbian 20.08.1 Buster with Linux 5.8.5-sunxi

No end-user support: end of life

System load:   1.25 0.63 0.25  	Up time:       2 min		
Memory usage:  12 % of 998MB  	IP:            10.0.30.201
CPU temp:      82°C           	
Usage of /:    4% of 29G    	

[ General system configuration (beta): armbian-config ]

igorp@nanopim1:~$ sudo su

Verjetno vam je skrbnik sistemov že pridigal o varnosti,
vendar si vseeno zapomnite naslednja pravila:

    #1) Spoštujte zasebnost drugih.
    #2) Premislite, preden izvedete ukaze.
    #3) Velika moč prinaša veliko odgovornost.

[sudo] password for igorp: 
Prosimo, poskusite znova.
[sudo] password for igorp: 
root@nanopim1:/home/igorp# armbianmonitor -u
System diagnosis information will now be uploaded to http://ix.io/2xXJ
Please post the URL in the forum where you've been asked for.

root@nanopim1:/home/igorp# apt update
Zadetek:1 http://security.debian.org buster/updates InRelease
Zadetek:2 http://deb.debian.org/debian buster InRelease                                                     
Zadetek:3 http://deb.debian.org/debian buster-updates InRelease                                             
Zadetek:4 http://deb.debian.org/debian buster-backports InRelease                                           
Zadetek:5 https://imola.armbian.com/apt buster InRelease                                                    
Branje seznama paketov ... Narejeno
Gradnja drevesa odvisnosti       
Branje podatkov o stanju ... Narejeno
3 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@nanopim1:/home/igorp# date
pet sep 18 10:58:59 CEST 2020

 

 

Link to comment
Share on other sites

19 minutes ago, Igor said:

My Orangepi PC have a broken SD card slot so I was not able to reproduce the problem on the exact same hardware. I choose similar one, Nanopi M1 and I have no issues.

 

http://ix.io/2xXJ

 

  Reveal hidden contents


 _   _ ____  _   __  __ _ 
| \ | |  _ \(_) |  \/  / |
|  \| | |_) | | | |\/| | |
| |\  |  __/| | | |  | | |
|_| \_|_|   |_| |_|  |_|_|
                          
Welcome to Armbian 20.08.1 Buster with Linux 5.8.5-sunxi

No end-user support: end of life

System load:   1.25 0.63 0.25  	Up time:       2 min		
Memory usage:  12 % of 998MB  	IP:            10.0.30.201
CPU temp:      82°C           	
Usage of /:    4% of 29G    	

[ General system configuration (beta): armbian-config ]

igorp@nanopim1:~$ sudo su

Verjetno vam je skrbnik sistemov že pridigal o varnosti,
vendar si vseeno zapomnite naslednja pravila:

    #1) Spoštujte zasebnost drugih.
    #2) Premislite, preden izvedete ukaze.
    #3) Velika moč prinaša veliko odgovornost.

[sudo] password for igorp: 
Prosimo, poskusite znova.
[sudo] password for igorp: 
root@nanopim1:/home/igorp# armbianmonitor -u
System diagnosis information will now be uploaded to http://ix.io/2xXJ
Please post the URL in the forum where you've been asked for.

root@nanopim1:/home/igorp# apt update
Zadetek:1 http://security.debian.org buster/updates InRelease
Zadetek:2 http://deb.debian.org/debian buster InRelease                                                     
Zadetek:3 http://deb.debian.org/debian buster-updates InRelease                                             
Zadetek:4 http://deb.debian.org/debian buster-backports InRelease                                           
Zadetek:5 https://imola.armbian.com/apt buster InRelease                                                    
Branje seznama paketov ... Narejeno
Gradnja drevesa odvisnosti       
Branje podatkov o stanju ... Narejeno
3 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@nanopim1:/home/igorp# date
pet sep 18 10:58:59 CEST 2020

 

 

Thanks for your reply Igor,

 

if you want I can give you ssh access to my board, so you can check by yourself the problem... let me know, thanks


D.

 

18 minutes ago, Werner said:

external firewall issue?

 

But why only for this board? I have no problem updating raspberry pi with raspbian os, and so for other linux distros I'm using. This is first time I use armbian because I have four orange pi pc boards and from what I saw this is the best OS for them. Anyway I rebooted router with no luck, there is no additional firewall between orange pi and my router

 

Thanks

D.

Link to comment
Share on other sites

1 minute ago, Igor said:


Problem exists only if we can reproduce it. Let's wait if someone will. I can't.

 

I don't know if it's a general armbian problem, probably it's only a my problem, what I can tell you for sure is that I tried two different boards and two different sd, so I am led to exclude an hardware issue. I need help because I don't know armbian and this problem is blocking, for this reason if you (or anyone who wants) want I can share ssh access.  I don't really know how to move forward with this problem...

Link to comment
Share on other sites

3 minutes ago, Daniele said:

Wait a moment: with another orange pi and the same card it worked. I try to understand what the difference is...


Hardware quality issues are possible even Oranges are actually among best made HW ... nothing that Armbian can do about.

Link to comment
Share on other sites

Rare occurrence but boards can be broken too.

 

I had an issue with an OPi One that could not stay online for more than a few hours without freezing. The very same sd card inserted into another OPi One worked flawless for multiple days.

At the bottom line and after wasting many hours of try'n'error I assume the current path from the barrel plug to the board or the barrel plug itself had a defective connection because powering via GPIO solved the issue.

 

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines