Jump to content

AppArmor: AppArmor disabled by boot time parameter


gambituk

Recommended Posts

Hello, i have an orangpipc h3 and i'm trying to install homeassistant supervised using this script 

curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | bash -s

and i get the error [error] missing: apparmor

so i ran 

armbianmonitor -U

and i get AppArmor: AppArmor disabled by boot time parameter

 

Is it possible to enable apparmor? if so how do i do that? i tried searching the forum for the same message but it appears in a lot of posts simply when ambianmonitor is pasted..  which reminds me..

 

Spoiler

1
     2  ### Activated 1 lzo zram swap devices with 499 MB each
     3
     4  ### Activated Armbian ramlog partition with zstd compression
     5
     6  Mon 01 Feb 2021 09:03:03 PM CET | Orange Pi PC | 5.90 | armhf | armv7l | 4.19.62-sunxi
     7
     8  ### dmesg:
     9
    10  [    0.000000] Booting Linux on physical CPU 0x0
    11  [    0.000000] Linux version 4.19.62-sunxi (root@armbian.com) (gcc version 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] (Linaro GCC 7.4-2019.02)) #5.92 SMP Wed Jul 31 22:07:23 CEST 2019
    12  [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
    13  [    0.000000] CPU: div instructions available: patching division code
    14  [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    15  [    0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC
    16  [    0.000000] Memory policy: Data cache writealloc
    17  [    0.000000] cma: Reserved 128 MiB at 0x75c00000
    18  [    0.000000] On node 0 totalpages: 262144
    19  [    0.000000]   Normal zone: 1728 pages used for memmap
    20  [    0.000000]   Normal zone: 0 pages reserved
    21  [    0.000000]   Normal zone: 196608 pages, LIFO batch:63
    22  [    0.000000]   HighMem zone: 65536 pages, LIFO batch:15
    23  [    0.000000] psci: probing for conduit method from DT.
    24  [    0.000000] psci: Using PSCI v0.1 Function IDs from DT
    25  [    0.000000] random: get_random_bytes called from start_kernel+0x8d/0x3c6 with crng_init=0
    26  [    0.000000] percpu: Embedded 18 pages/cpu s41548 r8192 d23988 u73728
    27  [    0.000000] pcpu-alloc: s41548 r8192 d23988 u73728 alloc=18*4096
    28  [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    29  [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260416
    30  [    0.000000] Kernel command line: root=UUID=3d863bb3-b616-4229-94e7-8c92ac95501a rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=c0dd9a77-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
    31  [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    32  [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    33  [    0.000000] allocated 1048576 bytes of page_ext
    34  [    0.000000] Memory: 884328K/1048576K available (9216K kernel code, 1004K rwdata, 2580K rodata, 1024K init, 331K bss, 33176K reserved, 131072K cma-reserved, 131060K highmem)
    35  [    0.000000] Virtual kernel memory layout:
    36                     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    37                     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    38                     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    39                     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    40                     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    41                     modules : 0xbf800000 - 0xbfe00000   (   6 MB)
    42                       .text : 0x(ptrval) - 0x(ptrval)   (10208 kB)
    43                       .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
    44                       .data : 0x(ptrval) - 0x(ptrval)   (1005 kB)
    45                        .bss : 0x(ptrval) - 0x(ptrval)   ( 332 kB)
    46  [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    47  [    0.000000] ftrace: allocating 39997 entries in 79 pages
    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] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    51  [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    52  [    0.000000] GIC: Using split EOI/Deactivate mode
    53  [    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    54  [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
    55  [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
    56  [    0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
    57  [    0.000013] Switching to timer-based delay loop, resolution 41ns
    58  [    0.000170] Console: colour dummy device 80x30
    59  [    0.000182] console [tty1] enabled
    60  [    0.000231] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
    61  [    0.000241] pid_max: default: 32768 minimum: 301
    62  [    0.000432] Security Framework initialized
    63  [    0.000443] AppArmor: AppArmor disabled by boot time parameter
    64  [    0.000514] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    65  [    0.000525] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    66  [    0.001343] CPU: Testing write buffer coherency: ok
    67  [    0.001746] CPU0: update cpu_capacity 1024
    68  [    0.001752] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    69  [    0.002239] Setting up static identity map for 0x40100000 - 0x40100054
    70  [    0.002379] rcu: Hierarchical SRCU implementation.
    71  [    0.003099] smp: Bringing up secondary CPUs ...
    72  [    0.013785] CPU1: update cpu_capacity 1024
    73  [    0.013790] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    74  [    0.024575] CPU2: update cpu_capacity 1024
    75  [    0.024581] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
    76  [    0.035294] CPU3: update cpu_capacity 1024
    77  [    0.035300] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
    78  [    0.035393] smp: Brought up 1 node, 4 CPUs
    79  [    0.035400] SMP: Total of 4 processors activated (192.00 BogoMIPS).
    80  [    0.035404] CPU: All CPU(s) started in HYP mode.
    81  [    0.035407] CPU: Virtualization extensions available.
    82  [    0.036546] devtmpfs: initialized
    83  [    0.042982] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
    84  [    0.043240] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    85  [    0.043256] futex hash table entries: 1024 (order: 4, 65536 bytes)
    86  [    0.047942] xor: measuring software checksum speed
    87  [    0.087257]    arm4regs  :  1255.000 MB/sec
    88  [    0.127310]    8regs     :   748.000 MB/sec
    89  [    0.167371]    32regs    :   766.000 MB/sec
    90  [    0.207428]    neon      :  1270.000 MB/sec
    91  [    0.207432] xor: using function: neon (1270.000 MB/sec)
    92  [    0.207498] pinctrl core: initialized pinctrl subsystem
    93  [    0.208414] NET: Registered protocol family 16
    94  [    0.211455] DMA: preallocated 2048 KiB pool for atomic coherent allocations
    95  [    0.211944] audit: initializing netlink subsys (disabled)
    96  [    0.212102] audit: type=2000 audit(0.188:1): state=initialized audit_enabled=0 res=1
    97  [    0.212599] cpuidle: using governor ladder
    98  [    0.212631] cpuidle: using governor menu
    99  [    0.213140] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
   100  [    0.213145] hw-breakpoint: maximum watchpoint size is 8 bytes.
   101  [    0.295936] raid6: int32x1  gen()   189 MB/s
   102  [    0.363850] raid6: int32x1  xor()   160 MB/s
   103  [    0.431883] raid6: int32x2  gen()   255 MB/s
   104  [    0.500077] raid6: int32x2  xor()   198 MB/s
   105  [    0.568101] raid6: int32x4  gen()   258 MB/s
   106  [    0.636228] raid6: int32x4  xor()   193 MB/s
   107  [    0.704231] raid6: int32x8  gen()   247 MB/s
   108  [    0.772441] raid6: int32x8  xor()   172 MB/s
   109  [    0.840483] raid6: neonx1   gen()   495 MB/s
   110  [    0.908534] raid6: neonx1   xor()   460 MB/s
   111  [    0.976687] raid6: neonx2   gen()   664 MB/s
   112  [    1.044744] raid6: neonx2   xor()   594 MB/s
   113  [    1.112871] raid6: neonx4   gen()   798 MB/s
   114  [    1.180939] raid6: neonx4   xor()   669 MB/s
   115  [    1.249100] raid6: neonx8   gen()   717 MB/s
   116  [    1.317115] raid6: neonx8   xor()   606 MB/s
   117  [    1.317119] raid6: using algorithm neonx4 gen() 798 MB/s
   118  [    1.317122] raid6: .... xor() 669 MB/s, rmw enabled
   119  [    1.317126] raid6: using neon recovery algorithm
   120  [    1.318479] SCSI subsystem initialized
   121  [    1.318671] libata version 3.00 loaded.
   122  [    1.318860] usbcore: registered new interface driver usbfs
   123  [    1.318898] usbcore: registered new interface driver hub
   124  [    1.318959] usbcore: registered new device driver usb
   125  [    1.319124] media: Linux media interface: v0.10
   126  [    1.319152] videodev: Linux video capture interface: v2.00
   127  [    1.319270] pps_core: LinuxPPS API ver. 1 registered
   128  [    1.319273] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
   129  [    1.319288] PTP clock support registered
   130  [    1.320903] clocksource: Switched to clocksource arch_sys_counter
   131  [    1.425414] VFS: Disk quotas dquot_6.6.0
   132  [    1.425491] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
   133  [    1.432987] NET: Registered protocol family 2
   134  [    1.433631] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
   135  [    1.433659] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
   136  [    1.433743] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
   137  [    1.433854] TCP: Hash tables configured (established 8192 bind 8192)
   138  [    1.433962] UDP hash table entries: 512 (order: 2, 16384 bytes)
   139  [    1.434019] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
   140  [    1.434222] NET: Registered protocol family 1
   141  [    1.434712] RPC: Registered named UNIX socket transport module.
   142  [    1.434717] RPC: Registered udp transport module.
   143  [    1.434721] RPC: Registered tcp transport module.
   144  [    1.434724] RPC: Registered tcp NFSv4.1 backchannel transport module.
   145  [    1.434966] Trying to unpack rootfs image as initramfs...
   146  [    1.822922] Freeing initrd memory: 6624K
   147  [    1.824669] Initialise system trusted keyrings
   148  [    1.824939] workingset: timestamp_bits=14 max_order=18 bucket_order=4
   149  [    1.830608] zbud: loaded
   150  [    1.832782] NFS: Registering the id_resolver key type
   151  [    1.832812] Key type id_resolver registered
   152  [    1.832816] Key type id_legacy registered
   153  [    1.832828] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
   154  [    1.832832] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
   155  [    1.833962] JFS: nTxBlock = 7984, nTxLock = 63876
   156  [    1.842716] SGI XFS with ACLs, security attributes, realtime, no debug enabled
   157  [    1.850277] Key type asymmetric registered
   158  [    1.850288] Asymmetric key parser 'x509' registered
   159  [    1.850347] bounce: pool size: 64 pages
   160  [    1.850404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
   161  [    1.850569] io scheduler noop registered
   162  [    1.850574] io scheduler deadline registered
   163  [    1.850764] io scheduler cfq registered (default)
   164  [    1.850769] io scheduler mq-deadline registered
   165  [    1.850773] io scheduler kyber registered
   166  [    1.850902] io scheduler bfq registered
   167  [    1.851995] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
   168  [    1.855928] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
   169  [    1.857469] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
   170  [    1.905653] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
   171  [    1.907835] console [ttyS0] disabled
   172  [    1.927986] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 42, base_baud = 1500000) is a U6_16550A
   173  [    1.928038] console [ttyS0] enabled
   174  [    1.951280] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0a85dec)
   175  [    1.951545] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a83538)
   176  [    1.951598] sun8i-dw-hdmi 1ee0000.hdmi: 1ee0000.hdmi supply hvcc not found, using dummy regulator
   177  [    1.951674] sun8i-dw-hdmi 1ee0000.hdmi: Linked as a consumer to regulator.0
   178  [    1.952434] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
   179  [    1.952786] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
   180  [    1.953067] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0a85870)
   181  [    1.953074] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
   182  [    1.953077] [drm] No driver support for vblank timestamp query.
   183  [    1.953136] [drm] Cannot find any crtc or sizes
   184  [    1.953577] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
   185  [    1.956439] brd: module loaded
   186  [    1.961834] loop: module loaded
   187  [    1.964002] libphy: Fixed MDIO Bus: probed
   188  [    1.964525] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
   189  [    1.964564] dwmac-sun8i 1c30000.ethernet: No regulator found
   190  [    1.964947] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
   191  [    1.964969] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
   192  [    1.964974] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
   193  [    1.964980] dwmac-sun8i 1c30000.ethernet: COE Type 2
   194  [    1.964986] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
   195  [    1.964992] dwmac-sun8i 1c30000.ethernet: Normal descriptors
   196  [    1.964998] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
   197  [    1.965125] libphy: stmmac: probed
   198  [    1.965595] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
   199  [    1.965681] libphy: mdio_mux: probed
   200  [    1.965700] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
   201  [    1.965707] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
   202  [    1.977367] libphy: mdio_mux: probed
   203  [    1.978272] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
   204  [    1.978277] ehci-platform: EHCI generic platform driver
   205  [    1.978460] ehci-platform 1c1a000.usb: EHCI Host Controller
   206  [    1.978486] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
   207  [    1.979238] ehci-platform 1c1a000.usb: irq 26, io mem 0x01c1a000
   208  [    1.992908] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
   209  [    1.993173] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
   210  [    1.993181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   211  [    1.993187] usb usb1: Product: EHCI Host Controller
   212  [    1.993193] usb usb1: Manufacturer: Linux 4.19.62-sunxi ehci_hcd
   213  [    1.993198] usb usb1: SerialNumber: 1c1a000.usb
   214  [    1.993744] hub 1-0:1.0: USB hub found
   215  [    1.993797] hub 1-0:1.0: 1 port detected
   216  [    1.994604] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
   217  [    1.994629] ohci-platform: OHCI generic platform driver
   218  [    1.994779] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
   219  [    1.994801] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
   220  [    1.994982] ohci-platform 1c1a400.usb: irq 27, io mem 0x01c1a400
   221  [    2.057141] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
   222  [    2.057149] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   223  [    2.057155] usb usb2: Product: Generic Platform OHCI controller
   224  [    2.057160] usb usb2: Manufacturer: Linux 4.19.62-sunxi ohci_hcd
   225  [    2.057166] usb usb2: SerialNumber: 1c1a400.usb
   226  [    2.057606] hub 2-0:1.0: USB hub found
   227  [    2.057648] hub 2-0:1.0: 1 port detected
   228  [    2.058818] usbcore: registered new interface driver usb-storage
   229  [    2.059518] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
   230  [    2.059524] sun6i-rtc 1f00000.rtc: RTC enabled
   231  [    2.059717] i2c /dev entries driver
   232  [    2.061739] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
   233  [    2.062493] sunxi-mmc 1c0f000.mmc: Linked as a consumer to regulator.2
   234  [    2.063007] sunxi-mmc 1c0f000.mmc: Got CD GPIO
   235  [    2.063269] ledtrig-cpu: registered to indicate activity on CPUs
   236  [    2.063336] hidraw: raw HID events driver (C) Jiri Kosina
   237  [    2.063446] usbcore: registered new interface driver usbhid
   238  [    2.063449] usbhid: USB HID core driver
   239  [    2.069736] Initializing XFRM netlink socket
   240  [    2.070369] NET: Registered protocol family 10
   241  [    2.088377] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
   242  [    2.112530] Segment Routing with IPv6
   243  [    2.112629] NET: Registered protocol family 17
   244  [    2.112661] NET: Registered protocol family 15
   245  [    2.112718] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
   246  [    2.112762] 8021q: 802.1Q VLAN Support v1.8
   247  [    2.113086] Key type dns_resolver registered
   248  [    2.113524] Registering SWP/SWPB emulation handler
   249  [    2.114099] registered taskstats version 1
   250  [    2.114104] Loading compiled-in X.509 certificates
   251  [    2.114176] zswap: loaded using pool lzo/zbud
   252  [    2.115956] Btrfs loaded, crc32c=crc32c-generic
   253  [    2.125066] mmc0: host does not support reading read-only switch, assuming write-enable
   254  [    2.128158] mmc0: new high speed SDHC card at address aaaa
   255  [    2.129641] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
   256  [    2.132317]  mmcblk0: p1
   257  [    2.137562] Key type encrypted registered
   258  [    2.146210] sun4i-usb-phy 1c19400.phy: Linked as a consumer to regulator.4
   259  [    2.147150] ehci-platform 1c1b000.usb: EHCI Host Controller
   260  [    2.147176] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
   261  [    2.147737] ehci-platform 1c1b000.usb: irq 28, io mem 0x01c1b000
   262  [    2.164909] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
   263  [    2.165127] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
   264  [    2.165135] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   265  [    2.165140] usb usb3: Product: EHCI Host Controller
   266  [    2.165146] usb usb3: Manufacturer: Linux 4.19.62-sunxi ehci_hcd
   267  [    2.165151] usb usb3: SerialNumber: 1c1b000.usb
   268  [    2.165661] hub 3-0:1.0: USB hub found
   269  [    2.165697] hub 3-0:1.0: 1 port detected
   270  [    2.166457] ehci-platform 1c1c000.usb: EHCI Host Controller
   271  [    2.166480] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
   272  [    2.166698] ehci-platform 1c1c000.usb: irq 30, io mem 0x01c1c000
   273  [    2.180916] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
   274  [    2.181094] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
   275  [    2.181101] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   276  [    2.181106] usb usb4: Product: EHCI Host Controller
   277  [    2.181112] usb usb4: Manufacturer: Linux 4.19.62-sunxi ehci_hcd
   278  [    2.181117] usb usb4: SerialNumber: 1c1c000.usb
   279  [    2.181564] hub 4-0:1.0: USB hub found
   280  [    2.181598] hub 4-0:1.0: 1 port detected
   281  [    2.182283] ehci-platform 1c1d000.usb: EHCI Host Controller
   282  [    2.182304] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
   283  [    2.182493] ehci-platform 1c1d000.usb: irq 32, io mem 0x01c1d000
   284  [    2.196917] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
   285  [    2.197086] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
   286  [    2.197093] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   287  [    2.197098] usb usb5: Product: EHCI Host Controller
   288  [    2.197104] usb usb5: Manufacturer: Linux 4.19.62-sunxi ehci_hcd
   289  [    2.197109] usb usb5: SerialNumber: 1c1d000.usb
   290  [    2.197519] hub 5-0:1.0: USB hub found
   291  [    2.197554] hub 5-0:1.0: 1 port detected
   292  [    2.198217] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
   293  [    2.198238] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
   294  [    2.198388] ohci-platform 1c1b400.usb: irq 29, io mem 0x01c1b400
   295  [    2.261097] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
   296  [    2.261105] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   297  [    2.261110] usb usb6: Product: Generic Platform OHCI controller
   298  [    2.261116] usb usb6: Manufacturer: Linux 4.19.62-sunxi ohci_hcd
   299  [    2.261121] usb usb6: SerialNumber: 1c1b400.usb
   300  [    2.261559] hub 6-0:1.0: USB hub found
   301  [    2.261593] hub 6-0:1.0: 1 port detected
   302  [    2.262262] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
   303  [    2.262283] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
   304  [    2.262447] ohci-platform 1c1c400.usb: irq 31, io mem 0x01c1c400
   305  [    2.325077] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
   306  [    2.325084] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   307  [    2.325090] usb usb7: Product: Generic Platform OHCI controller
   308  [    2.325095] usb usb7: Manufacturer: Linux 4.19.62-sunxi ohci_hcd
   309  [    2.325100] usb usb7: SerialNumber: 1c1c400.usb
   310  [    2.325552] hub 7-0:1.0: USB hub found
   311  [    2.325588] hub 7-0:1.0: 1 port detected
   312  [    2.326252] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
   313  [    2.326278] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
   314  [    2.326437] ohci-platform 1c1d400.usb: irq 33, io mem 0x01c1d400
   315  [    2.389110] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
   316  [    2.389118] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   317  [    2.389123] usb usb8: Product: Generic Platform OHCI controller
   318  [    2.389129] usb usb8: Manufacturer: Linux 4.19.62-sunxi ohci_hcd
   319  [    2.389134] usb usb8: SerialNumber: 1c1d400.usb
   320  [    2.389581] hub 8-0:1.0: USB hub found
   321  [    2.389615] hub 8-0:1.0: 1 port detected
   322  [    2.390345] usb_phy_generic usb_phy_generic.2.auto: usb_phy_generic.2.auto supply vcc not found, using dummy regulator
   323  [    2.390422] usb_phy_generic usb_phy_generic.2.auto: Linked as a consumer to regulator.0
   324  [    2.390704] musb-hdrc musb-hdrc.3.auto: MUSB HDRC host driver
   325  [    2.390714] musb-hdrc musb-hdrc.3.auto: new USB bus registered, assigned bus number 9
   326  [    2.390932] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
   327  [    2.390939] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   328  [    2.390945] usb usb9: Product: MUSB HDRC host driver
   329  [    2.390950] usb usb9: Manufacturer: Linux 4.19.62-sunxi musb-hcd
   330  [    2.390956] usb usb9: SerialNumber: musb-hdrc.3.auto
   331  [    2.391446] hub 9-0:1.0: USB hub found
   332  [    2.391483] hub 9-0:1.0: 1 port detected
   333  [    2.392387] sun6i-rtc 1f00000.rtc: setting system clock to 2021-02-01 20:02:51 UTC (1612209771)
   334  [    2.392576] of_cfs_init
   335  [    2.392665] of_cfs_init: OK
   336  [    2.392812] vcc3v0: disabling
   337  [    2.392819] vcc5v0: disabling
   338  [    2.392823] usb0-vbus: disabling
   339  [    2.396455] Freeing unused kernel memory: 1024K
   340  [    2.413091] Run /init as init process
   341  [    2.844937] usb 7-1: new full-speed USB device number 2 using ohci-platform
   342  [    2.920000] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
   343  [    2.973178] [drm] Cannot find any crtc or sizes
   344  [    3.083994] usb 7-1: New USB device found, idVendor=2341, idProduct=0043, bcdDevice= 0.01
   345  [    3.084005] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=220
   346  [    3.084011] usb 7-1: Manufacturer: Arduino (www.arduino.cc)
   347  [    3.084017] usb 7-1: SerialNumber: 9533335383635171B1E2
   348  [    3.551847] random: fast init done
   349  [    3.780351] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
   350  [    4.648358] 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)
   351  [    4.649036] systemd[1]: Detected architecture arm.
   352  [    4.683914] systemd[1]: Set hostname to <orangepipc>.
   353  [    5.299784] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
   354  [    5.315330] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
   355  [    5.428519] random: systemd: uninitialized urandom read (16 bytes read)
   356  [    5.440702] random: systemd: uninitialized urandom read (16 bytes read)
   357  [    5.441377] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
   358  [    5.461081] random: systemd: uninitialized urandom read (16 bytes read)
   359  [    5.461615] systemd[1]: Listening on fsck to fsckd communication Socket.
   360  [    5.485430] systemd[1]: Created slice system-home\x2dassistant.slice.
   361  [    5.498190] systemd[1]: Created slice User and Session Slice.
   362  [    5.509083] systemd[1]: Reached target Swap.
   363  [    5.755600] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
   364  [    6.270671] systemd-journald[222]: Received request to flush runtime journal from PID 1
   365  [    6.809646] cpu cpu0: Linked as a consumer to regulator.5
   366  [    6.809698] cpu cpu0: Dropping the link to regulator.5
   367  [    6.809883] cpu cpu0: Linked as a consumer to regulator.5
   368  [    6.987553] cdc_acm 7-1:1.0: ttyACM0: USB ACM device
   369  [    6.988482] usbcore: registered new interface driver cdc_acm
   370  [    6.988489] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
   371  [    7.000619] sun8i_ths 1c25000.thermal-sensor: no memory resources defined
   372  [    7.000644] sun8i_ths: probe of 1c25000.thermal-sensor failed with error -22
   373  [    7.027747] zram: Added device: zram0
   374  [    7.028387] zram: Added device: zram1
   375  [    7.033942] zram: Added device: zram2
   376  [    7.060749] thermal thermal_zone0: failed to read out thermal zone (-110)
   377  [    7.077555] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
   378  [    7.077566] sun4i-codec 1c22c00.codec: Failed to register our card
   379  [    7.080367] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
   380  [    7.080441] sun4i-codec 1c22c00.codec: Failed to register our card
   381  [    7.083726] Registered IR keymap rc-empty
   382  [    7.083850] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
   383  [    7.083967] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input1
   384  [    7.086961] sun4i-codec 1c22c00.codec: ASoC: Failed to create component debugfs directory
   385  [    7.089653] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
   386  [    7.093648] lima 1c40000.gpu: bus rate = 200000000
   387  [    7.093661] lima 1c40000.gpu: mod rate = 384000000
   388  [    7.096041] [TTM] Zone  kernel: Available graphics memory: 380458 kiB
   389  [    7.096049] [TTM] Zone highmem: Available graphics memory: 511524 kiB
   390  [    7.096052] [TTM] Initializing pool allocator
   391  [    7.096864] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
   392  [    7.096977] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
   393  [    7.097039] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
   394  [    7.097076] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
   395  [    7.097836] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
   396  [    7.098409] sunxi-ir 1f02000.ir: initialized sunXi IR driver
   397  [    7.137819] [drm] Initialized lima 1.0.0 20170325 for 1c40000.gpu on minor 1
   398  [    7.147752] zram1: detected capacity change from 0 to 523800576
   399  [    7.776332] asoc-simple-card soc:sound: i2s-hifi <-> 1c22800.i2s mapping ok
   400  [    8.106036] random: crng init done
   401  [    8.106048] random: 7 urandom warning(s) missed due to ratelimiting
   402  [    8.209521] Adding 511520k swap on /dev/zram1.  Priority:5 extents:1 across:511520k SSFS
   403  [    8.351351] zram0: detected capacity change from 0 to 52428800
   404  [   10.565265] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
   405
   406  ### armbian-release:
   407
   408  # PLEASE DO NOT EDIT THIS FILE
   409  BOARD=orangepipc
   410  BOARD_NAME="Orange Pi PC"
   411  BOARDFAMILY=sun8i
   412  BUILD_REPOSITORY_URL=https://github.com/armbian/build
   413  BUILD_REPOSITORY_COMMIT=7223cca4
   414  VERSION=5.90
   415  LINUXFAMILY=sunxi
   416  BRANCH=next
   417  ARCH=arm
   418  IMAGE_TYPE=stable
   419  BOARD_TYPE=conf
   420  INITRD_ARCH=arm
   421  KERNEL_IMAGE_TYPE=zImage
   422
   423  ### boot environment:
   424
   425  verbosity=1
   426  logo=disabled
   427  console=both
   428  disp_mode=1920x1080p60
   429  overlay_prefix=sun8i-h3
   430  rootdev=UUID=3d863bb3-b616-4229-94e7-8c92ac95501a
   431  rootfstype=ext4
   432  usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
   433
   434
   435  ### lsusb:
   436
   437  Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   438  Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   439  Bus 007 Device 002: ID 2341:0043 Arduino SA Uno R3 (CDC ACM)
   440  Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   441  Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   442  Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   443  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   444  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   445  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   446  Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   447
   448  ### lscpu:
   449
   450  Architecture:        armv7l
   451  Byte Order:          Little Endian
   452  CPU(s):              4
   453  On-line CPU(s) list: 0-3
   454  Thread(s) per core:  1
   455  Core(s) per socket:  4
   456  Socket(s):           1
   457  Vendor ID:           ARM
   458  Model:               5
   459  Model name:          Cortex-A7
   460  Stepping:            r0p5
   461  CPU max MHz:         1368.0000
   462  CPU min MHz:         120.0000
   463  BogoMIPS:            65.14
   464  Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   465
   466  ### cpuinfo:
   467
   468  processor       : 0
   469  model name      : ARMv7 Processor rev 5 (v7l)
   470  BogoMIPS        : 65.14
   471  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   472  CPU implementer : 0x41
   473  CPU architecture: 7
   474  CPU variant     : 0x0
   475  CPU part        : 0xc07
   476  CPU revision    : 5
   477
   478  processor       : 1
   479  model name      : ARMv7 Processor rev 5 (v7l)
   480  BogoMIPS        : 65.14
   481  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   482  CPU implementer : 0x41
   483  CPU architecture: 7
   484  CPU variant     : 0x0
   485  CPU part        : 0xc07
   486  CPU revision    : 5
   487
   488  processor       : 2
   489  model name      : ARMv7 Processor rev 5 (v7l)
   490  BogoMIPS        : 65.14
   491  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   492  CPU implementer : 0x41
   493  CPU architecture: 7
   494  CPU variant     : 0x0
   495  CPU part        : 0xc07
   496  CPU revision    : 5
   497
   498  processor       : 3
   499  model name      : ARMv7 Processor rev 5 (v7l)
   500  BogoMIPS        : 65.14
   501  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   502  CPU implementer : 0x41
   503  CPU architecture: 7
   504  CPU variant     : 0x0
   505  CPU part        : 0xc07
   506  CPU revision    : 5
   507
   508  Hardware        : Allwinner sun8i Family
   509  Revision        : 0000
   510  Serial          : 02c00081f426a221
   511
   512  ### meminfo:
   513
   514  MemTotal:        1023048 kB
   515  MemFree:          909504 kB
   516  MemAvailable:     943684 kB
   517  Buffers:           13540 kB
   518  Cached:            29036 kB
   519  SwapCached:            0 kB
   520  Active:            35044 kB
   521  Inactive:          15116 kB
   522  Active(anon):       7720 kB
   523  Inactive(anon):     2560 kB
   524  Active(file):      27324 kB
   525  Inactive(file):    12556 kB
   526  Unevictable:           0 kB
   527  Mlocked:               0 kB
   528  HighTotal:        262132 kB
   529  HighFree:         207128 kB
   530  LowTotal:         760916 kB
   531  LowFree:          702376 kB
   532  SwapTotal:        511520 kB
   533  SwapFree:         511520 kB
   534  Dirty:                 4 kB
   535  Writeback:            24 kB
   536  AnonPages:          7484 kB
   537  Mapped:             8304 kB
   538  Shmem:              2668 kB
   539  Slab:              30628 kB
   540  SReclaimable:      13316 kB
   541  SUnreclaim:        17312 kB
   542  KernelStack:         968 kB
   543  PageTables:          396 kB
   544  NFS_Unstable:          0 kB
   545  Bounce:                0 kB
   546  WritebackTmp:          0 kB
   547  CommitLimit:     1023044 kB
   548  Committed_AS:      17616 kB
   549  VmallocTotal:     245760 kB
   550  VmallocUsed:           0 kB
   551  VmallocChunk:          0 kB
   552  Percpu:              528 kB
   553  CmaTotal:         131072 kB
   554  CmaFree:          127348 kB
   555
   556  ### virtual memory:
   557
   558  vm.admin_reserve_kbytes = 8192
   559  vm.block_dump = 0
   560  vm.compact_unevictable_allowed = 1
   561  vm.dirty_background_bytes = 0
   562  vm.dirty_background_ratio = 10
   563  vm.dirty_bytes = 0
   564  vm.dirty_expire_centisecs = 3000
   565  vm.dirty_ratio = 20
   566  vm.dirtytime_expire_seconds = 43200
   567  vm.dirty_writeback_centisecs = 500
   568  vm.drop_caches = 0
   569  vm.extfrag_threshold = 500
   570  vm.highmem_is_dirtyable = 0
   571  vm.laptop_mode = 0
   572  vm.legacy_va_layout = 0
   573  vm.lowmem_reserve_ratio = 32    0       0
   574  vm.max_map_count = 65530
   575  vm.min_free_kbytes = 3471
   576  vm.mmap_min_addr = 4096
   577  vm.mmap_rnd_bits = 8
   578  vm.oom_dump_tasks = 1
   579  vm.oom_kill_allocating_task = 0
   580  vm.overcommit_kbytes = 0
   581  vm.overcommit_memory = 0
   582  vm.overcommit_ratio = 50
   583  vm.page-cluster = 0
   584  vm.panic_on_oom = 0
   585  vm.percpu_pagelist_fraction = 0
   586  vm.stat_interval = 1
   587  vm.swappiness = 100
   588  vm.user_reserve_kbytes = 31547
   589  vm.vfs_cache_pressure = 100
   590  vm.watermark_scale_factor = 10
   591
   592  ### ip addr:
   593
   594  1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
   595      link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
   596      inet XXX.XXX.0.1/8 scope host lo
   597         valid_lft forever preferred_lft forever
   598      inet6 ::1/128 scope host
   599         valid_lft forever preferred_lft forever
   600  2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
   601      link/ether 62:e3:bc:00:c6:4f brd ff:ff:ff:ff:ff:ff
   602  3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
   603      link/ether 02:81:f4:26:a2:21 brd ff:ff:ff:ff:ff:ff
   604
   605  ### partitions:
   606
   607  major minor  #blocks  name
   608
   609   179        0   31166976 mmcblk0
   610   179        1    7570464 mmcblk0p1
   611   254        0      51200 zram0
   612   254        1     511524 zram1
   613
   614  ### df:
   615
   616  udev            432M     0  432M   0% /dev
   617  tmpfs           100M  2.7M   98M   3% /run
   618  /dev/mmcblk0p1  7.1G  4.0G  3.1G  56% /
   619  tmpfs           500M     0  500M   0% /dev/shm
   620  tmpfs           5.0M  4.0K  5.0M   1% /run/lock
   621  tmpfs           500M     0  500M   0% /sys/fs/cgroup
   622  tmpfs           500M  4.0K  500M   1% /tmp
   623  /dev/zram0       49M  4.2M   41M  10% /var/log
   624
   625  ### lsblk:
   626
   627  NAME        FSTYPE   SIZE MOUNTPOINT UUID
   628  mmcblk0             29.7G
   629  └─mmcblk0p1 ext4     7.2G /          3d863bb3-b616-4229-94e7-8c92ac95501a
   630  zram0                 50M /var/log
   631
   632  ### zramctl:
   633
   634  NAME       ALGORITHM DISKSIZE  DATA  COMPR TOTAL STREAMS MOUNTPOINT
   635  /dev/zram1 lzo         499.5M    4K    76B    4K       4 [SWAP]
   636  /dev/zram0 zstd           50M  4.1M 419.2K  708K       4 /var/log
   637
   638  ### mtab:
   639
   640  /dev/mmcblk0p1 / ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
   641  /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
   642  /dev/zram0 /var/log ext4 rw,relatime,discard 0 0
   643
   644  ### mmc0:aaaa info:
   645
   646                manfid: 0x000003
   647                   cid: 035344534333324780450b10ea012561
   648                 fwrev: 0x0
   649                   rca: 0xaaaa
   650                   csd: 400e00325b590000edc87f800a4040c3
   651                   ocr: 0x00200000
   652                  type: SD
   653                  date: 05/2018
   654                 hwrev: 0x8
   655                   dsr: 0x404
   656                serial: 0x450b10ea
   657            erase_size: 512
   658                uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SC32G MODALIAS=mmc:block
   659                   ssr: 0000000005000000040090000f051a00000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000
   660                   scr: 0235804300000000
   661                 oemid: 0x5344
   662  preferred_erase_size: 4194304
   663                  name: SC32G
   664
   665  ### Boot system health:
   666
   667  Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
   668  21:03:06: 1296MHz  1.18  45%  22%  18%   0%   4%   0% 32.1°C  0/15
   669  21:03:06: 1296MHz  1.18  80%  17%  34%   4%  24%   0% 31.3°C  0/15
   670  21:03:07: 1296MHz  1.18  75%  14%  40%  14%   6%   0% 31.2°C  0/15
   671  21:03:07: 1296MHz  1.18  43%   8%   1%  16%  16%   0% 28.4°C  0/15
   672  21:03:07: 1296MHz  1.18  38%   7%   1%   6%  22%   0% 27.6°C  0/15
   673
   674  ### Activated 1 lzo zram swap devices with 499 MB each
   675
   676  ### Activated Armbian ramlog partition with zstd compression
   677
   678  Wed 03 Feb 2021 05:01:07 PM CET | Orange Pi PC | 5.90 | armhf | armv7l | 4.19.62-sunxi
   679
   680  ### dmesg:
   681
   682  [    0.000000] Booting Linux on physical CPU 0x0
   683  [    0.000000] Linux version 4.19.62-sunxi (root@armbian.com) (gcc version 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] (Linaro GCC 7.4-2019.02)) #5.92 SMP Wed Jul 31 22:07:23 CEST 2019
   684  [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
   685  [    0.000000] CPU: div instructions available: patching division code
   686  [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
   687  [    0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC
   688  [    0.000000] Memory policy: Data cache writealloc
   689  [    0.000000] cma: Reserved 128 MiB at 0x75c00000
   690  [    0.000000] On node 0 totalpages: 262144
   691  [    0.000000]   Normal zone: 1728 pages used for memmap
   692  [    0.000000]   Normal zone: 0 pages reserved
   693  [    0.000000]   Normal zone: 196608 pages, LIFO batch:63
   694  [    0.000000]   HighMem zone: 65536 pages, LIFO batch:15
   695  [    0.000000] psci: probing for conduit method from DT.
   696  [    0.000000] psci: Using PSCI v0.1 Function IDs from DT
   697  [    0.000000] random: get_random_bytes called from start_kernel+0x8d/0x3c6 with crng_init=0
   698  [    0.000000] percpu: Embedded 18 pages/cpu s41548 r8192 d23988 u73728
   699  [    0.000000] pcpu-alloc: s41548 r8192 d23988 u73728 alloc=18*4096
   700  [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
   701  [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260416
   702  [    0.000000] Kernel command line: root=UUID=3d863bb3-b616-4229-94e7-8c92ac95501a rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=c0dd9a77-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
   703  [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
   704  [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
   705  [    0.000000] allocated 1048576 bytes of page_ext
   706  [    0.000000] Memory: 884328K/1048576K available (9216K kernel code, 1004K rwdata, 2580K rodata, 1024K init, 331K bss, 33176K reserved, 131072K cma-reserved, 131060K highmem)
   707  [    0.000000] Virtual kernel memory layout:
   708                     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
   709                     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
   710                     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
   711                     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
   712                     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
   713                     modules : 0xbf800000 - 0xbfe00000   (   6 MB)
   714                       .text : 0x(ptrval) - 0x(ptrval)   (10208 kB)
   715                       .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
   716                       .data : 0x(ptrval) - 0x(ptrval)   (1005 kB)
   717                        .bss : 0x(ptrval) - 0x(ptrval)   ( 332 kB)
   718  [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
   719  [    0.000000] ftrace: allocating 39997 entries in 79 pages
   720  [    0.000000] rcu: Hierarchical RCU implementation.
   721  [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
   722  [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
   723  [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
   724  [    0.000000] GIC: Using split EOI/Deactivate mode
   725  [    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
   726  [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
   727  [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
   728  [    0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
   729  [    0.000013] Switching to timer-based delay loop, resolution 41ns
   730  [    0.000170] Console: colour dummy device 80x30
   731  [    0.000182] console [tty1] enabled
   732  [    0.000232] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
   733  [    0.000242] pid_max: default: 32768 minimum: 301
   734  [    0.000434] Security Framework initialized
   735  [    0.000445] AppArmor: AppArmor disabled by boot time parameter
   736  [    0.000514] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
   737  [    0.000525] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
   738  [    0.001342] CPU: Testing write buffer coherency: ok
   739  [    0.001748] CPU0: update cpu_capacity 1024
   740  [    0.001755] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
   741  [    0.002242] Setting up static identity map for 0x40100000 - 0x40100054
   742  [    0.002388] rcu: Hierarchical SRCU implementation.
   743  [    0.003106] smp: Bringing up secondary CPUs ...
   744  [    0.013797] CPU1: update cpu_capacity 1024
   745  [    0.013804] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
   746  [    0.024591] CPU2: update cpu_capacity 1024
   747  [    0.024596] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
   748  [    0.035306] CPU3: update cpu_capacity 1024
   749  [    0.035311] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
   750  [    0.035405] smp: Brought up 1 node, 4 CPUs
   751  [    0.035414] SMP: Total of 4 processors activated (192.00 BogoMIPS).
   752  [    0.035417] CPU: All CPU(s) started in HYP mode.
   753  [    0.035420] CPU: Virtualization extensions available.
   754  [    0.036554] devtmpfs: initialized
   755  [    0.042982] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
   756  [    0.043240] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
   757  [    0.043256] futex hash table entries: 1024 (order: 4, 65536 bytes)
   758  [    0.047923] xor: measuring software checksum speed
   759  [    0.087276]    arm4regs  :  1255.000 MB/sec
   760  [    0.127328]    8regs     :   748.000 MB/sec
   761  [    0.167388]    32regs    :   766.000 MB/sec
   762  [    0.207446]    neon      :  1270.000 MB/sec
   763  [    0.207451] xor: using function: neon (1270.000 MB/sec)
   764  [    0.207513] pinctrl core: initialized pinctrl subsystem
   765  [    0.208421] NET: Registered protocol family 16
   766  [    0.210930] DMA: preallocated 2048 KiB pool for atomic coherent allocations
   767  [    0.211394] audit: initializing netlink subsys (disabled)
   768  [    0.211561] audit: type=2000 audit(0.188:1): state=initialized audit_enabled=0 res=1
   769  [    0.212062] cpuidle: using governor ladder
   770  [    0.212091] cpuidle: using governor menu
   771  [    0.212602] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
   772  [    0.212607] hw-breakpoint: maximum watchpoint size is 8 bytes.
   773  [    0.295976] raid6: int32x1  gen()   189 MB/s
   774  [    0.363867] raid6: int32x1  xor()   160 MB/s
   775  [    0.431907] raid6: int32x2  gen()   255 MB/s
   776  [    0.500081] raid6: int32x2  xor()   198 MB/s
   777  [    0.568124] raid6: int32x4  gen()   258 MB/s
   778  [    0.636236] raid6: int32x4  xor()   193 MB/s
   779  [    0.704251] raid6: int32x8  gen()   247 MB/s
   780  [    0.772463] raid6: int32x8  xor()   172 MB/s
   781  [    0.840510] raid6: neonx1   gen()   495 MB/s
   782  [    0.908560] raid6: neonx1   xor()   460 MB/s
   783  [    0.976699] raid6: neonx2   gen()   664 MB/s
   784  [    1.044742] raid6: neonx2   xor()   594 MB/s
   785  [    1.112894] raid6: neonx4   gen()   798 MB/s
   786  [    1.180951] raid6: neonx4   xor()   669 MB/s
   787  [    1.249117] raid6: neonx8   gen()   717 MB/s
   788  [    1.317148] raid6: neonx8   xor()   606 MB/s
   789  [    1.317153] raid6: using algorithm neonx4 gen() 798 MB/s
   790  [    1.317156] raid6: .... xor() 669 MB/s, rmw enabled
   791  [    1.317159] raid6: using neon recovery algorithm
   792  [    1.318512] SCSI subsystem initialized
   793  [    1.318704] libata version 3.00 loaded.
   794  [    1.318891] usbcore: registered new interface driver usbfs
   795  [    1.318929] usbcore: registered new interface driver hub
   796  [    1.318989] usbcore: registered new device driver usb
   797  [    1.319153] media: Linux media interface: v0.10
   798  [    1.319181] videodev: Linux video capture interface: v2.00
   799  [    1.319300] pps_core: LinuxPPS API ver. 1 registered
   800  [    1.319304] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
   801  [    1.319319] PTP clock support registered
   802  [    1.320916] clocksource: Switched to clocksource arch_sys_counter
   803  [    1.425402] VFS: Disk quotas dquot_6.6.0
   804  [    1.425476] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
   805  [    1.432993] NET: Registered protocol family 2
   806  [    1.433684] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
   807  [    1.433711] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
   808  [    1.433799] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
   809  [    1.433910] TCP: Hash tables configured (established 8192 bind 8192)
   810  [    1.434023] UDP hash table entries: 512 (order: 2, 16384 bytes)
   811  [    1.434083] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
   812  [    1.434292] NET: Registered protocol family 1
   813  [    1.434792] RPC: Registered named UNIX socket transport module.
   814  [    1.434797] RPC: Registered udp transport module.
   815  [    1.434800] RPC: Registered tcp transport module.
   816  [    1.434804] RPC: Registered tcp NFSv4.1 backchannel transport module.
   817  [    1.435029] Trying to unpack rootfs image as initramfs...
   818  [    1.823091] Freeing initrd memory: 6624K
   819  [    1.824846] Initialise system trusted keyrings
   820  [    1.825096] workingset: timestamp_bits=14 max_order=18 bucket_order=4
   821  [    1.830692] zbud: loaded
   822  [    1.832841] NFS: Registering the id_resolver key type
   823  [    1.832865] Key type id_resolver registered
   824  [    1.832869] Key type id_legacy registered
   825  [    1.832881] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
   826  [    1.832886] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
   827  [    1.834003] JFS: nTxBlock = 7984, nTxLock = 63876
   828  [    1.842739] SGI XFS with ACLs, security attributes, realtime, no debug enabled
   829  [    1.850067] Key type asymmetric registered
   830  [    1.850077] Asymmetric key parser 'x509' registered
   831  [    1.850134] bounce: pool size: 64 pages
   832  [    1.850213] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
   833  [    1.850356] io scheduler noop registered
   834  [    1.850362] io scheduler deadline registered
   835  [    1.850556] io scheduler cfq registered (default)
   836  [    1.850562] io scheduler mq-deadline registered
   837  [    1.850566] io scheduler kyber registered
   838  [    1.850698] io scheduler bfq registered
   839  [    1.851790] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
   840  [    1.855769] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
   841  [    1.857307] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
   842  [    1.904455] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
   843  [    1.906677] console [ttyS0] disabled
   844  [    1.926828] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 42, base_baud = 1500000) is a U6_16550A
   845  [    1.926881] console [ttyS0] enabled
   846  [    1.950133] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0a85dec)
   847  [    1.950383] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a83538)
   848  [    1.950444] sun8i-dw-hdmi 1ee0000.hdmi: 1ee0000.hdmi supply hvcc not found, using dummy regulator
   849  [    1.950523] sun8i-dw-hdmi 1ee0000.hdmi: Linked as a consumer to regulator.0
   850  [    1.951308] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
   851  [    1.951665] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
   852  [    1.951917] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0a85870)
   853  [    1.951924] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
   854  [    1.951927] [drm] No driver support for vblank timestamp query.
   855  [    1.951978] [drm] Cannot find any crtc or sizes
   856  [    1.952390] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
   857  [    1.955240] brd: module loaded
   858  [    1.960611] loop: module loaded
   859  [    1.962883] libphy: Fixed MDIO Bus: probed
   860  [    1.963417] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
   861  [    1.963462] dwmac-sun8i 1c30000.ethernet: No regulator found
   862  [    1.963792] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
   863  [    1.963812] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
   864  [    1.963817] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
   865  [    1.963823] dwmac-sun8i 1c30000.ethernet: COE Type 2
   866  [    1.963828] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
   867  [    1.963835] dwmac-sun8i 1c30000.ethernet: Normal descriptors
   868  [    1.963840] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
   869  [    1.963960] libphy: stmmac: probed
   870  [    1.964427] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
   871  [    1.964514] libphy: mdio_mux: probed
   872  [    1.964534] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
   873  [    1.964541] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
   874  [    1.976082] libphy: mdio_mux: probed
   875  [    1.977030] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
   876  [    1.977036] ehci-platform: EHCI generic platform driver
   877  [    1.977225] ehci-platform 1c1a000.usb: EHCI Host Controller
   878  [    1.977251] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
   879  [    1.978028] ehci-platform 1c1a000.usb: irq 26, io mem 0x01c1a000
   880  [    1.996922] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
   881  [    1.997205] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
   882  [    1.997213] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   883  [    1.997218] usb usb1: Product: EHCI Host Controller
   884  [    1.997224] usb usb1: Manufacturer: Linux 4.19.62-sunxi ehci_hcd
   885  [    1.997229] usb usb1: SerialNumber: 1c1a000.usb
   886  [    1.997803] hub 1-0:1.0: USB hub found
   887  [    1.997851] hub 1-0:1.0: 1 port detected
   888  [    1.998690] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
   889  [    1.998716] ohci-platform: OHCI generic platform driver
   890  [    1.998865] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
   891  [    1.998893] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
   892  [    1.999054] ohci-platform 1c1a400.usb: irq 27, io mem 0x01c1a400
   893  [    2.061164] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
   894  [    2.061172] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   895  [    2.061177] usb usb2: Product: Generic Platform OHCI controller
   896  [    2.061183] usb usb2: Manufacturer: Linux 4.19.62-sunxi ohci_hcd
   897  [    2.061188] usb usb2: SerialNumber: 1c1a400.usb
   898  [    2.061632] hub 2-0:1.0: USB hub found
   899  [    2.061676] hub 2-0:1.0: 1 port detected
   900  [    2.062833] usbcore: registered new interface driver usb-storage
   901  [    2.063536] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
   902  [    2.063542] sun6i-rtc 1f00000.rtc: RTC enabled
   903  [    2.063738] i2c /dev entries driver
   904  [    2.065666] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
   905  [    2.066388] sunxi-mmc 1c0f000.mmc: Linked as a consumer to regulator.2
   906  [    2.066878] sunxi-mmc 1c0f000.mmc: Got CD GPIO
   907  [    2.067114] ledtrig-cpu: registered to indicate activity on CPUs
   908  [    2.067179] hidraw: raw HID events driver (C) Jiri Kosina
   909  [    2.067300] usbcore: registered new interface driver usbhid
   910  [    2.067302] usbhid: USB HID core driver
   911  [    2.073634] Initializing XFRM netlink socket
   912  [    2.074277] NET: Registered protocol family 10
   913  [    2.092265] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
   914  [    2.116620] Segment Routing with IPv6
   915  [    2.116718] NET: Registered protocol family 17
   916  [    2.116743] NET: Registered protocol family 15
   917  [    2.116799] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
   918  [    2.116854] 8021q: 802.1Q VLAN Support v1.8
   919  [    2.117169] Key type dns_resolver registered
   920  [    2.117604] Registering SWP/SWPB emulation handler
   921  [    2.118195] registered taskstats version 1
   922  [    2.118200] Loading compiled-in X.509 certificates
   923  [    2.118278] zswap: loaded using pool lzo/zbud
   924  [    2.119995] Btrfs loaded, crc32c=crc32c-generic
   925  [    2.128983] mmc0: host does not support reading read-only switch, assuming write-enable
   926  [    2.132044] mmc0: new high speed SDHC card at address aaaa
   927  [    2.133405] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
   928  [    2.136228]  mmcblk0: p1
   929  [    2.142503] Key type encrypted registered
   930  [    2.151104] sun4i-usb-phy 1c19400.phy: Linked as a consumer to regulator.4
   931  [    2.152040] ehci-platform 1c1b000.usb: EHCI Host Controller
   932  [    2.152066] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
   933  [    2.152584] ehci-platform 1c1b000.usb: irq 28, io mem 0x01c1b000
   934  [    2.164921] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
   935  [    2.165128] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
   936  [    2.165136] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   937  [    2.165141] usb usb3: Product: EHCI Host Controller
   938  [    2.165147] usb usb3: Manufacturer: Linux 4.19.62-sunxi ehci_hcd
   939  [    2.165152] usb usb3: SerialNumber: 1c1b000.usb
   940  [    2.165679] hub 3-0:1.0: USB hub found
   941  [    2.165729] hub 3-0:1.0: 1 port detected
   942  [    2.166495] ehci-platform 1c1c000.usb: EHCI Host Controller
   943  [    2.166517] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
   944  [    2.166734] ehci-platform 1c1c000.usb: irq 30, io mem 0x01c1c000
   945  [    2.180937] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
   946  [    2.181121] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
   947  [    2.181128] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   948  [    2.181133] usb usb4: Product: EHCI Host Controller
   949  [    2.181139] usb usb4: Manufacturer: Linux 4.19.62-sunxi ehci_hcd
   950  [    2.181145] usb usb4: SerialNumber: 1c1c000.usb
   951  [    2.181607] hub 4-0:1.0: USB hub found
   952  [    2.181653] hub 4-0:1.0: 1 port detected
   953  [    2.182351] ehci-platform 1c1d000.usb: EHCI Host Controller
   954  [    2.182379] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
   955  [    2.182567] ehci-platform 1c1d000.usb: irq 32, io mem 0x01c1d000
   956  [    2.196938] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
   957  [    2.197122] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
   958  [    2.197130] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   959  [    2.197135] usb usb5: Product: EHCI Host Controller
   960  [    2.197141] usb usb5: Manufacturer: Linux 4.19.62-sunxi ehci_hcd
   961  [    2.197146] usb usb5: SerialNumber: 1c1d000.usb
   962  [    2.197555] hub 5-0:1.0: USB hub found
   963  [    2.197588] hub 5-0:1.0: 1 port detected
   964  [    2.198262] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
   965  [    2.198290] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
   966  [    2.198460] ohci-platform 1c1b400.usb: irq 29, io mem 0x01c1b400
   967  [    2.261101] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
   968  [    2.261108] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   969  [    2.261113] usb usb6: Product: Generic Platform OHCI controller
   970  [    2.261119] usb usb6: Manufacturer: Linux 4.19.62-sunxi ohci_hcd
   971  [    2.261124] usb usb6: SerialNumber: 1c1b400.usb
   972  [    2.261535] hub 6-0:1.0: USB hub found
   973  [    2.261573] hub 6-0:1.0: 1 port detected
   974  [    2.262242] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
   975  [    2.262271] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
   976  [    2.262414] ohci-platform 1c1c400.usb: irq 31, io mem 0x01c1c400
   977  [    2.325095] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
   978  [    2.325102] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   979  [    2.325108] usb usb7: Product: Generic Platform OHCI controller
   980  [    2.325113] usb usb7: Manufacturer: Linux 4.19.62-sunxi ohci_hcd
   981  [    2.325119] usb usb7: SerialNumber: 1c1c400.usb
   982  [    2.325547] hub 7-0:1.0: USB hub found
   983  [    2.325581] hub 7-0:1.0: 1 port detected
   984  [    2.326244] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
   985  [    2.326272] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
   986  [    2.326456] ohci-platform 1c1d400.usb: irq 33, io mem 0x01c1d400
   987  [    2.389124] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
   988  [    2.389132] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   989  [    2.389138] usb usb8: Product: Generic Platform OHCI controller
   990  [    2.389143] usb usb8: Manufacturer: Linux 4.19.62-sunxi ohci_hcd
   991  [    2.389148] usb usb8: SerialNumber: 1c1d400.usb
   992  [    2.389575] hub 8-0:1.0: USB hub found
   993  [    2.389609] hub 8-0:1.0: 1 port detected
   994  [    2.390343] usb_phy_generic usb_phy_generic.2.auto: usb_phy_generic.2.auto supply vcc not found, using dummy regulator
   995  [    2.390398] usb_phy_generic usb_phy_generic.2.auto: Linked as a consumer to regulator.0
   996  [    2.390678] musb-hdrc musb-hdrc.3.auto: MUSB HDRC host driver
   997  [    2.390688] musb-hdrc musb-hdrc.3.auto: new USB bus registered, assigned bus number 9
   998  [    2.390914] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
   999  [    2.390921] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1000  [    2.390927] usb usb9: Product: MUSB HDRC host driver
  1001  [    2.390932] usb usb9: Manufacturer: Linux 4.19.62-sunxi musb-hcd
  1002  [    2.390938] usb usb9: SerialNumber: musb-hdrc.3.auto
  1003  [    2.391394] hub 9-0:1.0: USB hub found
  1004  [    2.391432] hub 9-0:1.0: 1 port detected
  1005  [    2.392323] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:12 UTC (12)
  1006  [    2.392511] of_cfs_init
  1007  [    2.392618] of_cfs_init: OK
  1008  [    2.392769] vcc3v0: disabling
  1009  [    2.392775] vcc5v0: disabling
  1010  [    2.392779] usb0-vbus: disabling
  1011  [    2.396421] Freeing unused kernel memory: 1024K
  1012  [    2.413114] Run /init as init process
  1013  [    2.844983] usb 7-1: new full-speed USB device number 2 using ohci-platform
  1014  [    2.919304] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
  1015  [    2.973350] [drm] Cannot find any crtc or sizes
  1016  [    3.084029] usb 7-1: New USB device found, idVendor=2341, idProduct=0043, bcdDevice= 0.01
  1017  [    3.084042] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=220
  1018  [    3.084048] usb 7-1: Manufacturer: Arduino (www.arduino.cc)
  1019  [    3.084053] usb 7-1: SerialNumber: 9533335383635171B1E2
  1020  [    3.557231] random: fast init done
  1021  [    3.795982] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  1022  [    4.623146] systemd[1]: System time before build time, advancing clock.
  1023  [    4.663854] 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)
  1024  [    4.664499] systemd[1]: Detected architecture arm.
  1025  [    4.695963] systemd[1]: Set hostname to <orangepipc>.
  1026  [    5.273367] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
  1027  [    5.289078] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
  1028  [    5.402509] random: systemd: uninitialized urandom read (16 bytes read)
  1029  [    5.417215] random: systemd: uninitialized urandom read (16 bytes read)
  1030  [    5.417645] systemd[1]: Listening on Journal Audit Socket.
  1031  [    5.429099] random: systemd: uninitialized urandom read (16 bytes read)
  1032  [    5.433505] systemd[1]: Created slice system-serial\x2dgetty.slice.
  1033  [    5.445376] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1034  [    5.461082] systemd[1]: Reached target Remote File Systems.
  1035  [    5.473643] systemd[1]: Listening on Journal Socket.
  1036  [    5.940237] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  1037  [    6.333264] systemd-journald[225]: Received request to flush runtime journal from PID 1
  1038  [    6.806875] cpu cpu0: Linked as a consumer to regulator.5
  1039  [    6.806932] cpu cpu0: Dropping the link to regulator.5
  1040  [    6.807145] cpu cpu0: Linked as a consumer to regulator.5
  1041  [    6.935930] sun8i_ths 1c25000.thermal-sensor: no memory resources defined
  1042  [    6.935961] sun8i_ths: probe of 1c25000.thermal-sensor failed with error -22
  1043  [    6.954071] cdc_acm 7-1:1.0: ttyACM0: USB ACM device
  1044  [    6.962698] usbcore: registered new interface driver cdc_acm
  1045  [    6.962709] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  1046  [    6.962904] thermal thermal_zone0: failed to read out thermal zone (-110)
  1047  [    7.023459] lima 1c40000.gpu: bus rate = 200000000
  1048  [    7.023470] lima 1c40000.gpu: mod rate = 384000000
  1049  [    7.027103] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
  1050  [    7.027114] sun4i-codec 1c22c00.codec: Failed to register our card
  1051  [    7.028659] Registered IR keymap rc-empty
  1052  [    7.028773] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
  1053  [    7.028951] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input1
  1054  [    7.030667] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
  1055  [    7.030877] [TTM] Zone  kernel: Available graphics memory: 380458 kiB
  1056  [    7.030883] [TTM] Zone highmem: Available graphics memory: 511524 kiB
  1057  [    7.030886] [TTM] Initializing pool allocator
  1058  [    7.031632] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
  1059  [    7.031683] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
  1060  [    7.031721] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
  1061  [    7.031754] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
  1062  [    7.037444] sunxi-ir 1f02000.ir: initialized sunXi IR driver
  1063  [    7.038704] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
  1064  [    7.038714] sun4i-codec 1c22c00.codec: Failed to register our card
  1065  [    7.047561] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
  1066  [    7.047573] sun4i-codec 1c22c00.codec: Failed to register our card
  1067  [    7.054768] sun4i-codec 1c22c00.codec: ASoC: Failed to create component debugfs directory
  1068  [    7.056729] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  1069  [    7.077299] [drm] Initialized lima 1.0.0 20170325 for 1c40000.gpu on minor 1
  1070  [    7.084039] zram: Added device: zram0
  1071  [    7.085543] zram: Added device: zram1
  1072  [    7.089802] zram: Added device: zram2
  1073  [    7.202146] zram1: detected capacity change from 0 to 523800576
  1074  [    7.611131] asoc-simple-card soc:sound: i2s-hifi <-> 1c22800.i2s mapping ok
  1075  [    8.131014] random: crng init done
  1076  [    8.131025] random: 7 urandom warning(s) missed due to ratelimiting
  1077  [    8.270286] Adding 511520k swap on /dev/zram1.  Priority:5 extents:1 across:511520k SSFS
  1078  [    8.413585] zram0: detected capacity change from 0 to 52428800
  1079  [   10.471560] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
  1080
  1081  ### armbian-release:
  1082
  1083  # PLEASE DO NOT EDIT THIS FILE
  1084  BOARD=orangepipc
  1085  BOARD_NAME="Orange Pi PC"
  1086  BOARDFAMILY=sun8i
  1087  BUILD_REPOSITORY_URL=https://github.com/armbian/build
  1088  BUILD_REPOSITORY_COMMIT=7223cca4
  1089  VERSION=5.90
  1090  LINUXFAMILY=sunxi
  1091  BRANCH=next
  1092  ARCH=arm
  1093  IMAGE_TYPE=stable
  1094  BOARD_TYPE=conf
  1095  INITRD_ARCH=arm
  1096  KERNEL_IMAGE_TYPE=zImage
  1097
  1098  ### boot environment:
  1099
  1100  verbosity=1
  1101  logo=disabled
  1102  console=both
  1103  disp_mode=1920x1080p60
  1104  overlay_prefix=sun8i-h3
  1105  rootdev=UUID=3d863bb3-b616-4229-94e7-8c92ac95501a
  1106  rootfstype=ext4
  1107
  1108  ### lsusb:
  1109
  1110  Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1111  Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1112  Bus 007 Device 002: ID 2341:0043 Arduino SA Uno R3 (CDC ACM)
  1113  Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1114  Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1115  Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1116  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1117  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1118  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1119  Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1120
  1121  ### lscpu:
  1122
  1123  Architecture:        armv7l
  1124  Byte Order:          Little Endian
  1125  CPU(s):              4
  1126  On-line CPU(s) list: 0-3
  1127  Thread(s) per core:  1
  1128  Core(s) per socket:  4
  1129  Socket(s):           1
  1130  Vendor ID:           ARM
  1131  Model:               5
  1132  Model name:          Cortex-A7
  1133  Stepping:            r0p5
  1134  CPU max MHz:         1368.0000
  1135  CPU min MHz:         120.0000
  1136  BogoMIPS:            65.14
  1137  Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1138
  1139  ### cpuinfo:
  1140
  1141  processor       : 0
  1142  model name      : ARMv7 Processor rev 5 (v7l)
  1143  BogoMIPS        : 65.14
  1144  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1145  CPU implementer : 0x41
  1146  CPU architecture: 7
  1147  CPU variant     : 0x0
  1148  CPU part        : 0xc07
  1149  CPU revision    : 5
  1150
  1151  processor       : 1
  1152  model name      : ARMv7 Processor rev 5 (v7l)
  1153  BogoMIPS        : 65.14
  1154  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1155  CPU implementer : 0x41
  1156  CPU architecture: 7
  1157  CPU variant     : 0x0
  1158  CPU part        : 0xc07
  1159  CPU revision    : 5
  1160
  1161  processor       : 2
  1162  model name      : ARMv7 Processor rev 5 (v7l)
  1163  BogoMIPS        : 65.14
  1164  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1165  CPU implementer : 0x41
  1166  CPU architecture: 7
  1167  CPU variant     : 0x0
  1168  CPU part        : 0xc07
  1169  CPU revision    : 5
  1170
  1171  processor       : 3
  1172  model name      : ARMv7 Processor rev 5 (v7l)
  1173  BogoMIPS        : 65.14
  1174  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1175  CPU implementer : 0x41
  1176  CPU architecture: 7
  1177  CPU variant     : 0x0
  1178  CPU part        : 0xc07
  1179  CPU revision    : 5
  1180
  1181  Hardware        : Allwinner sun8i Family
  1182  Revision        : 0000
  1183  Serial          : 02c00081f426a221
  1184
  1185  ### meminfo:
  1186
  1187  MemTotal:        1023048 kB
  1188  MemFree:          894016 kB
  1189  MemAvailable:     941652 kB
  1190  Buffers:           13312 kB
  1191  Cached:            42728 kB
  1192  SwapCached:            0 kB
  1193  Active:            35112 kB
  1194  Inactive:          28492 kB
  1195  Active(anon):       8008 kB
  1196  Inactive(anon):     2572 kB
  1197  Active(file):      27104 kB
  1198  Inactive(file):    25920 kB
  1199  Unevictable:           0 kB
  1200  Mlocked:               0 kB
  1201  HighTotal:        262132 kB
  1202  HighFree:         191444 kB
  1203  LowTotal:         760916 kB
  1204  LowFree:          702572 kB
  1205  SwapTotal:        511520 kB
  1206  SwapFree:         511520 kB
  1207  Dirty:                 0 kB
  1208  Writeback:             0 kB
  1209  AnonPages:          7732 kB
  1210  Mapped:             8428 kB
  1211  Shmem:              2680 kB
  1212  Slab:              31252 kB
  1213  SReclaimable:      13628 kB
  1214  SUnreclaim:        17624 kB
  1215  KernelStack:         896 kB
  1216  PageTables:          360 kB
  1217  NFS_Unstable:          0 kB
  1218  Bounce:                0 kB
  1219  WritebackTmp:          0 kB
  1220  CommitLimit:     1023044 kB
  1221  Committed_AS:      18600 kB
  1222  VmallocTotal:     245760 kB
  1223  VmallocUsed:           0 kB
  1224  VmallocChunk:          0 kB
  1225  Percpu:              528 kB
  1226  CmaTotal:         131072 kB
  1227  CmaFree:          127348 kB
  1228
  1229  ### virtual memory:
  1230
  1231  vm.admin_reserve_kbytes = 8192
  1232  vm.block_dump = 0
  1233  vm.compact_unevictable_allowed = 1
  1234  vm.dirty_background_bytes = 0
  1235  vm.dirty_background_ratio = 10
  1236  vm.dirty_bytes = 0
  1237  vm.dirty_expire_centisecs = 3000
  1238  vm.dirty_ratio = 20
  1239  vm.dirtytime_expire_seconds = 43200
  1240  vm.dirty_writeback_centisecs = 500
  1241  vm.drop_caches = 0
  1242  vm.extfrag_threshold = 500
  1243  vm.highmem_is_dirtyable = 0
  1244  vm.laptop_mode = 0
  1245  vm.legacy_va_layout = 0
  1246  vm.lowmem_reserve_ratio = 32    0       0
  1247  vm.max_map_count = 65530
  1248  vm.min_free_kbytes = 3471
  1249  vm.mmap_min_addr = 4096
  1250  vm.mmap_rnd_bits = 8
  1251  vm.oom_dump_tasks = 1
  1252  vm.oom_kill_allocating_task = 0
  1253  vm.overcommit_kbytes = 0
  1254  vm.overcommit_memory = 0
  1255  vm.overcommit_ratio = 50
  1256  vm.page-cluster = 0
  1257  vm.panic_on_oom = 0
  1258  vm.percpu_pagelist_fraction = 0
  1259  vm.stat_interval = 1
  1260  vm.swappiness = 100
  1261  vm.user_reserve_kbytes = 31547
  1262  vm.vfs_cache_pressure = 100
  1263  vm.watermark_scale_factor = 10
  1264
  1265  ### ip addr:
  1266
  1267  1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  1268      link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1269      inet XXX.XXX.0.1/8 scope host lo
  1270         valid_lft forever preferred_lft forever
  1271      inet6 ::1/128 scope host
  1272         valid_lft forever preferred_lft forever
  1273  2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
  1274      link/ether 6a:c3:ea:8c:12:a0 brd ff:ff:ff:ff:ff:ff
  1275  3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  1276      link/ether 02:81:f4:26:a2:21 brd ff:ff:ff:ff:ff:ff
  1277
  1278  ### partitions:
  1279
  1280  major minor  #blocks  name
  1281
  1282   179        0   31166976 mmcblk0
  1283   179        1    7570464 mmcblk0p1
  1284   254        0      51200 zram0
  1285   254        1     511524 zram1
  1286
  1287  ### df:
  1288
  1289  udev            432M     0  432M   0% /dev
  1290  tmpfs           100M  2.7M   98M   3% /run
  1291  /dev/mmcblk0p1  7.1G  3.8G  3.3G  54% /
  1292  tmpfs           500M     0  500M   0% /dev/shm
  1293  tmpfs           5.0M  4.0K  5.0M   1% /run/lock
  1294  tmpfs           500M     0  500M   0% /sys/fs/cgroup
  1295  tmpfs           500M  4.0K  500M   1% /tmp
  1296  /dev/zram0       49M   18M   28M  39% /var/log
  1297
  1298  ### lsblk:
  1299
  1300  NAME        FSTYPE   SIZE MOUNTPOINT UUID
  1301  mmcblk0             29.7G
  1302  └─mmcblk0p1 ext4     7.2G /          3d863bb3-b616-4229-94e7-8c92ac95501a
  1303  zram0                 50M /var/log
  1304
  1305  ### zramctl:
  1306
  1307  NAME       ALGORITHM DISKSIZE  DATA COMPR TOTAL STREAMS MOUNTPOINT
  1308  /dev/zram1 lzo         499.5M    4K   76B    4K       4 [SWAP]
  1309  /dev/zram0 zstd           50M 17.1M  2.1M  2.5M       4 /var/log
  1310
  1311  ### mtab:
  1312
  1313  /dev/mmcblk0p1 / ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  1314  /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  1315  /dev/zram0 /var/log ext4 rw,relatime,discard 0 0
  1316
  1317  ### mmc0:aaaa info:
  1318
  1319                manfid: 0x000003
  1320                   cid: 035344534333324780450b10ea012561
  1321                 fwrev: 0x0
  1322                   rca: 0xaaaa
  1323                   csd: 400e00325b590000edc87f800a4040c3
  1324                   ocr: 0x00200000
  1325                  type: SD
  1326                  date: 05/2018
  1327                 hwrev: 0x8
  1328                   dsr: 0x404
  1329                serial: 0x450b10ea
  1330            erase_size: 512
  1331                uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SC32G MODALIAS=mmc:block
  1332                   ssr: 0000000005000000040090000f051a00000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  1333                   scr: 0235804300000000
  1334                 oemid: 0x5344
  1335  preferred_erase_size: 4194304
  1336                  name: SC32G
  1337
  1338  ### Boot system health:
  1339
  1340  Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
  1341  17:01:09: 1296MHz  0.30  44%  22%  16%   0%   5%   0% 33.3°C  0/15
  1342  17:01:10: 1296MHz  0.30  83%  19%  36%   2%  24%   0% 31.7°C  0/15
  1343  17:01:10: 1296MHz  0.30  77%  14%  38%   9%  13%   0% 31.8°C  0/15
  1344  17:01:11: 1296MHz  0.30  52%   7%   5%  24%  15%   0% 30.0°C  0/15
  1345  17:01:11: 1296MHz  0.30  39%   5%   0%   7%  25%   0% 29.3°C  0/15
  1346
  1347  ### lsusb:
  1348
  1349  Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1350  Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1351  Bus 007 Device 002: ID 2341:0043 Arduino SA Uno R3 (CDC ACM)
  1352  Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1353  Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1354  Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1355  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1356  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1357  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1358  Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1359
  1360  /:  Bus 09.Port 1: Dev 1, Class=root_hub, Driver=musb-hdrc/1p, 480M
  1361  /:  Bus 08.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  1362  /:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  1363      |__ Port 1: Dev 2, If 0, Class=Communications, Driver=cdc_acm, 12M
  1364      |__ Port 1: Dev 2, If 1, Class=CDC Data, Driver=cdc_acm, 12M
  1365  /:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  1366  /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  1367  /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  1368  /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  1369  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  1370  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  1371
  1372  ### Installed packages:
  1373
  1374  ii  armbian-config                     20.11.6                             all          Armbian configuration utility
  1375  ii  armbian-firmware                   20.11.3                             all          Linux firmware
  1376  ii  armbian-tools-stretch              5.75                                armhf        Armbian tools, Cubie bt utils
  1377  ii  hostapd                            3:2.9-102~armbian20.05.2+1          armhf        IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
  1378  ii  htop                               3.1.0-0~armbian20.08.2+1            armhf        interactive processes viewer
  1379  ii  linux-base                         4.6                                 all          Linux image base package
  1380  ii  linux-dtb-next-sunxi               5.92                                armhf        Linux DTB, version 4.19.62-sunxi
  1381  ii  linux-image-next-sunxi             5.92                                armhf        Linux kernel, version 4.19.62-sunxi
  1382  ii  linux-libc-dev                     5.70                                armhf        Linux support headers for userspace development
  1383  ii  linux-stretch-root-next-orangepipc 5.90                                armhf        Armbian tweaks for stretch on orangepipc (next branch)
  1384  ii  linux-u-boot-orangepipc-next       5.90                                armhf        Uboot loader 2019.04
  1385
  1386  ### Loaded modules:
  1387
  1388  Module                  Size  Used by
  1389  veth                   20480  0
  1390  xt_conntrack           16384  1
  1391  ipt_MASQUERADE         16384  1
  1392  nf_conntrack_netlink    32768  0
  1393  nft_counter            16384  15
  1394  xt_addrtype            16384  2
  1395  nft_compat             16384  4
  1396  nft_chain_nat_ipv4     16384  4
  1397  nf_nat_ipv4            16384  2 nft_chain_nat_ipv4,ipt_MASQUERADE
  1398  nf_nat                 24576  1 nf_nat_ipv4
  1399  nf_conntrack           77824  5 ipt_MASQUERADE,nf_conntrack_netlink,xt_conntrack,nf_nat_ipv4,nf_nat
  1400  nf_defrag_ipv6         16384  1 nf_conntrack
  1401  nf_defrag_ipv4         16384  1 nf_conntrack
  1402  nf_tables              77824  45 nft_chain_nat_ipv4,nft_compat,nft_counter
  1403  br_netfilter           20480  0
  1404  aufs                  167936  0
  1405  overlay                77824  0
  1406  nfnetlink_queue        20480  0
  1407  nfnetlink_log          20480  0
  1408  nfnetlink              16384  6 nfnetlink_log,nft_compat,nfnetlink_queue,nf_conntrack_netlink,nf_tables
  1409  bluetooth             270336  0
  1410  ecdh_generic           24576  1 bluetooth
  1411  zstd                   16384  4
  1412  snd_soc_hdmi_codec     16384  1
  1413  zram                   24576  2
  1414  sun8i_codec_analog     24576  1
  1415  sun4i_i2s              20480  2
  1416  sun8i_adda_pr_regmap    16384  1 sun8i_codec_analog
  1417  snd_soc_simple_card    16384  1
  1418  snd_soc_simple_card_utils    16384  1 snd_soc_simple_card
  1419  sunxi_cir              16384  0
  1420  sun4i_codec            32768  3
  1421  lima                   40960  0
  1422  snd_soc_core          114688  6 sun4i_codec,sun4i_i2s,sun8i_codec_analog,snd_soc_hdmi_codec,snd_soc_simple_card_utils,snd_soc_simple_card
  1423  dw_hdmi_cec            16384  0
  1424  dw_hdmi_i2s_audio      16384  0
  1425  gpu_sched              20480  1 lima
  1426  snd_pcm_dmaengine      16384  1 snd_soc_core
  1427  ttm                    57344  1 lima
  1428  snd_pcm                69632  5 sun4i_codec,sun4i_i2s,snd_pcm_dmaengine,snd_soc_hdmi_codec,snd_soc_core
  1429  sun4i_gpadc_iio        16384  0
  1430  snd_timer              24576  1 snd_pcm
  1431  industrialio           49152  1 sun4i_gpadc_iio
  1432  snd                    45056  8 snd_soc_hdmi_codec,snd_timer,snd_soc_core,snd_pcm
  1433  cdc_acm                24576  0
  1434  soundcore              16384  1 snd
  1435  sun8i_ths              16384  0
  1436  cpufreq_dt             16384  0
  1437  evdev                  20480  1
  1438  thermal_sys            57344  3 cpufreq_dt,sun8i_ths,sun4i_gpadc_iio
  1439  uio_pdrv_genirq        16384  0
  1440  uio                    16384  1 uio_pdrv_genirq
  1441  ip_tables              20480  0
  1442  x_tables               20480  5 ip_tables,nft_compat,ipt_MASQUERADE,xt_addrtype,xt_conntrack
  1443  sy8106a_regulator      16384  1
  1444  gpio_keys              20480  0
  1445
  1446  ### Current system health:
  1447
  1448  Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
  1449  08:44:47: 1296MHz  0.08   4%   1%   0%   1%   0%   0% 19.4°C  0/15
  1450  08:44:48: 1296MHz  0.08   6%   4%   0%   1%   0%   0% 19.0°C  0/15
  1451  08:44:48: 1296MHz  0.08   8%   5%   0%   3%   0%   0% 19.0°C  0/15
  1452  08:44:48: 1296MHz  0.08   6%   3%   0%   2%   0%   0% 18.6°C  0/15
  1453  08:44:49: 1296MHz  0.08   7%   4%   0%   2%   0%   0% 19.1°C  0/15
  1454  08:44:51: 1296MHz  0.08   4%   1%   0%   1%   0%   0% 29.8°C  0/15
  1455  08:44:52: 1296MHz  0.47  83%   0%  81%   1%   0%   0% 24.2°C  0/15
  1456  08:44:53: 1296MHz  0.47   7%   5%   0%   1%   0%   0% 23.1°C  0/15
  1457  08:44:53: 1296MHz  0.47   7%   4%   0%   3%   0%   0% 21.9°C  0/15
  1458  08:44:54: 1296MHz  0.47  11%   9%   0%   1%   0%   0% 22.0°C  0/15
  1459
  1460  ### resolv.conf
  1461
  1462  -rw-r--r-- 1 root root 72 Feb  3 17:01 /etc/resolv.conf
  1463  # Generated by NetworkManager
  1464  nameserver XXX.XXX.8.8
  1465  nameserver XXX.XXX.1.1
  1466
  1467  ### Current sysinfo:
  1468
  1469  Linux 4.19.62-sunxi (orangepipc)        02/04/2021      _armv7l_        (4 CPU)
  1470
  1471  avg-cpu:  %user   %nice %system %iowait  %steal   %idle
  1472             0.68    1.73    1.24    0.47    0.00   95.88
  1473
  1474  Device             tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
  1475  ram0              0.00         0.00         0.00          0          0
  1476  ram1              0.00         0.00         0.00          0          0
  1477  ram2              0.00         0.00         0.00          0          0
  1478  ram3              0.00         0.00         0.00          0          0
  1479  mmcblk0           3.54         9.30        38.96     502393    2103776
  1480  mmcblk0p1         3.54         9.25        38.96     499257    2103776
  1481  zram0             0.40         0.31         1.28      16900      69144
  1482  zram1             0.04         0.05         0.12       2488       6440
  1483  zram2             0.00         0.00         0.00          0          0
  1484
  1485  procs -----------------------memory---------------------- ---swap-- -----io---- -system-- --------cpu--------
  1486   r  b         swpd         free         buff        cache   si   so    bi    bo   in   cs  us  sy  id  wa  st
  1487   1  0         5120        86072        56184       581256    0    0     2    10  181   26   2   1  96   0   0
  1488
  1489                total        used        free      shared  buff/cache   available
  1490  Mem:          999Mi       292Mi        84Mi        12Mi       622Mi       678Mi
  1491  Swap:         499Mi       5.0Mi       494Mi
  1492
  1493  NAME       ALGORITHM DISKSIZE  DATA COMPR TOTAL STREAMS MOUNTPOINT
  1494  /dev/zram1 lzo         499.5M  4.3M  1.9M  2.6M       4 [SWAP]
  1495  /dev/zram0 zstd           50M   22M  2.8M  3.2M       4 /var/log
  1496
  1497   08:44:54 up 14:59,  1 user,  load average: 0.47, 0.26, 0.29
  1498
  1499  [52589.327998] device eth0 entered promiscuous mode
  1500  [52589.460658] device eth0 left promiscuous mode
  1501  [52609.412762] device eth0 entered promiscuous mode
  1502  [52609.737445] device eth0 left promiscuous mode
  1503  [52614.629018] device eth0 entered promiscuous mode
  1504  [52614.965649] device eth0 left promiscuous mode
  1505  [52629.413611] device eth0 entered promiscuous mode
  1506  [52629.715008] device eth0 left promiscuous mode
  1507  [52644.706095] device eth0 entered promiscuous mode
  1508  [52644.766726] device eth0 left promiscuous mode
  1509  [52649.334295] device eth0 entered promiscuous mode
  1510  [52649.683804] device eth0 left promiscuous mode
  1511  [52669.431041] device eth0 entered promiscuous mode
  1512  [52669.647692] device eth0 left promiscuous mode
  1513  [52674.631241] device eth0 entered promiscuous mode
  1514  [52674.871923] device eth0 left promiscuous mode
  1515  [52689.383964] device eth0 entered promiscuous mode
  1516  [52689.613290] device eth0 left promiscuous mode
  1517  [52704.616357] device eth0 entered promiscuous mode
  1518  [52704.665030] device eth0 left promiscuous mode
  1519  [52709.296575] device eth0 entered promiscuous mode
  1520  [52709.585243] device eth0 left promiscuous mode
  1521  [52729.465303] device eth0 entered promiscuous mode
  1522  [52729.549961] device eth0 left promiscuous mode
  1523  [52734.621508] device eth0 entered promiscuous mode
  1524  [52734.778190] device eth0 left promiscuous mode
  1525  [52749.362065] device eth0 entered promiscuous mode
  1526  [52749.518721] device eth0 left promiscuous mode
  1527  [52764.662648] device eth0 entered promiscuous mode
  1528  [52764.879382] device eth0 left promiscuous mode
  1529  [52769.286825] device eth0 entered promiscuous mode
  1530  [52769.491590] device eth0 left promiscuous mode
  1531  [52789.407594] device eth0 entered promiscuous mode
  1532  [52789.768273] device eth0 left promiscuous mode
  1533  [52794.707784] device eth0 entered promiscuous mode
  1534  [52794.984493] device eth0 left promiscuous mode
  1535  [52809.372468] device eth0 entered promiscuous mode
  1536  [52809.433834] device eth0 left promiscuous mode
  1537  [52824.684921] device eth0 entered promiscuous mode
  1538  [52825.973510] device eth0 left promiscuous mode
  1539  [52829.273107] device eth0 entered promiscuous mode
  1540  [52829.393800] device eth0 left promiscuous mode
  1541  [52849.425852] device eth0 entered promiscuous mode
  1542  [52850.290592] device eth0 left promiscuous mode
  1543  [52854.658058] device eth0 entered promiscuous mode
  1544  [52854.898752] device eth0 left promiscuous mode
  1545  [52869.374856] device eth0 entered promiscuous mode
  1546  [52869.640118] device eth0 left promiscuous mode
  1547  [52884.611198] device eth0 entered promiscuous mode
  1548  [52884.695839] device eth0 left promiscuous mode
  1549  [52889.395384] device eth0 entered promiscuous mode
  1550  [52889.612953] device eth0 left promiscuous mode
  1551  [52909.400141] device eth0 entered promiscuous mode
  1552  [52909.580794] device eth0 left promiscuous mode
  1553  [52914.644339] device eth0 entered promiscuous mode
  1554  [52914.801033] device eth0 left promiscuous mode
  1555  [52929.380949] device eth0 entered promiscuous mode
  1556  [52929.549545] device eth0 left promiscuous mode
  1557  [52944.653482] device eth0 entered promiscuous mode
  1558  [52944.906176] device eth0 left promiscuous mode
  1559  [52949.317640] device eth0 entered promiscuous mode
  1560  [52949.522329] device eth0 left promiscuous mode
  1561  [52969.422408] device eth0 entered promiscuous mode
  1562  [52969.495037] device eth0 left promiscuous mode
  1563  [52974.622616] device eth0 entered promiscuous mode
  1564  [52974.719238] device eth0 left promiscuous mode
  1565  [52989.367277] device eth0 entered promiscuous mode
  1566  [52989.452678] device eth0 left promiscuous mode
  1567  [53004.603739] device eth0 entered promiscuous mode
  1568  [53004.820434] device eth0 left promiscuous mode
  1569  [53009.279919] device eth0 entered promiscuous mode
  1570  [53009.425522] device eth0 left promiscuous mode
  1571  [53029.400722] device eth0 entered promiscuous mode
  1572  [53029.701374] device eth0 left promiscuous mode
  1573  [53034.672870] device eth0 entered promiscuous mode
  1574  [53034.925576] device eth0 left promiscuous mode
  1575  [53049.389448] device eth0 entered promiscuous mode
  1576  [53049.666148] device eth0 left promiscuous mode
  1577  [53064.650017] device eth0 entered promiscuous mode
  1578  [53064.722645] device eth0 left promiscuous mode
  1579  [53069.386319] device eth0 entered promiscuous mode
  1580  [53069.939747] device eth0 left promiscuous mode
  1581  [53089.482962] device eth0 entered promiscuous mode
  1582  [53089.907645] device eth0 left promiscuous mode
  1583  [53094.659165] device eth0 entered promiscuous mode
  1584  [53094.827853] device eth0 left promiscuous mode
  1585  [53109.391910] device eth0 entered promiscuous mode
  1586  [53109.573189] device eth0 left promiscuous mode
  1587  [53124.632285] device eth0 entered promiscuous mode
  1588  [53124.932995] device eth0 left promiscuous mode
  1589  [53129.308475] device eth0 entered promiscuous mode
  1590  [53130.162025] device eth0 left promiscuous mode
  1591  [53149.381241] device eth0 entered promiscuous mode
  1592  [53149.513916] device eth0 left promiscuous mode
  1593  [53152.692212] docker0: port 1(veth7e5b7d7) entered blocking state
  1594  [53152.692230] docker0: port 1(veth7e5b7d7) entered disabled state
  1595  [53152.692546] device veth7e5b7d7 entered promiscuous mode
  1596  [53152.693852] IPv6: ADDRCONF(NETDEV_UP): veth7e5b7d7: link is not ready
  1597  [53154.292018] eth0: renamed from veth5d0fd38
  1598  [53154.311344] IPv6: ADDRCONF(NETDEV_CHANGE): veth7e5b7d7: link becomes ready
  1599  [53154.311516] docker0: port 1(veth7e5b7d7) entered blocking state
  1600  [53154.311525] docker0: port 1(veth7e5b7d7) entered forwarding state
  1601  [53154.311833] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
  1602  [53154.849551] device eth0 entered promiscuous mode
  1603  [53154.858865] docker0: port 1(veth7e5b7d7) entered disabled state
  1604  [53154.859520] veth5d0fd38: renamed from eth0
  1605  [53154.928929] docker0: port 1(veth7e5b7d7) entered disabled state
  1606  [53154.933878] device veth7e5b7d7 left promiscuous mode
  1607  [53154.933913] docker0: port 1(veth7e5b7d7) entered disabled state
  1608  [53155.654147] device eth0 left promiscuous mode
  1609  [53169.394086] device eth0 entered promiscuous mode
  1610  [53169.479506] device eth0 left promiscuous mode
  1611  [53184.642561] device eth0 entered promiscuous mode
  1612  [53184.847269] device eth0 left promiscuous mode
  1613  [53189.306737] device eth0 entered promiscuous mode
  1614  [53190.064298] device eth0 left promiscuous mode
  1615  [53209.487499] device eth0 entered promiscuous mode
  1616  [53209.728201] device eth0 left promiscuous mode
  1617  [53214.679703] device eth0 entered promiscuous mode
  1618  [53214.944387] device eth0 left promiscuous mode
  1619  [53229.380400] device eth0 entered promiscuous mode
  1620  [53229.693869] device eth0 left promiscuous mode
  1621  [53244.668834] device eth0 entered promiscuous mode
  1622  [53244.741495] device eth0 left promiscuous mode
  1623  [53249.325012] device eth0 entered promiscuous mode
  1624  [53249.662586] device eth0 left promiscuous mode
  1625  [53269.421783] device eth0 entered promiscuous mode
  1626  [53269.930490] device eth0 left promiscuous mode
  1627  [53274.637972] device eth0 entered promiscuous mode
  1628  [53274.854684] device eth0 left promiscuous mode
  1629  [53289.358531] device eth0 entered promiscuous mode
  1630  [53289.599274] device eth0 left promiscuous mode
  1631  [53304.715118] device eth0 entered promiscuous mode
  1632  [53304.967808] device eth0 left promiscuous mode
  1633  [53309.411426] device eth0 entered promiscuous mode
  1634  [53309.568860] device eth0 left promiscuous mode
  1635  [53329.408109] device eth0 entered promiscuous mode
  1636  [53329.540736] device eth0 left promiscuous mode
  1637  [53334.712340] device eth0 entered promiscuous mode
  1638  [53335.991011] device eth0 left promiscuous mode
  1639  [53349.396926] device eth0 entered promiscuous mode
  1640  [53349.506354] device eth0 left promiscuous mode
  1641  [53364.645486] device eth0 entered promiscuous mode
  1642  [53364.862913] device eth0 left promiscuous mode
  1643  [53369.393668] device eth0 entered promiscuous mode
  1644  [53369.479193] device eth0 left promiscuous mode
  1645  [53389.418317] device eth0 entered promiscuous mode
  1646  [53389.755032] device eth0 left promiscuous mode
  1647  [53394.682519] device eth0 entered promiscuous mode
  1648  [53394.971210] device eth0 left promiscuous mode
  1649  [53409.383063] device eth0 entered promiscuous mode
  1650  [53409.719800] device eth0 left promiscuous mode
  1651  [53424.647651] device eth0 entered promiscuous mode
  1652  [53424.780313] device eth0 left promiscuous mode
  1653  [53429.315806] device eth0 entered promiscuous mode
  1654  [53429.388457] device eth0 left promiscuous mode
  1655  [53449.388572] device eth0 entered promiscuous mode
  1656  [53449.665316] device eth0 left promiscuous mode
  1657  [53454.640771] device eth0 entered promiscuous mode
  1658  [53454.881496] device eth0 left promiscuous mode
  1659  [53469.389408] device eth0 entered promiscuous mode
  1660  [53469.630896] device eth0 left promiscuous mode
  1661  [53484.665886] device eth0 entered promiscuous mode
  1662  [53484.990619] device eth0 left promiscuous mode
  1663  [53489.310080] device eth0 entered promiscuous mode
  1664  [53489.598849] device eth0 left promiscuous mode
  1665  [53509.474850] device eth0 entered promiscuous mode
  1666  [53509.571521] device eth0 left promiscuous mode
  1667  [53514.643029] device eth0 entered promiscuous mode
  1668  [53514.787713] device eth0 left promiscuous mode
  1669  [53529.331574] device eth0 entered promiscuous mode
  1670  [53529.536290] device eth0 left promiscuous mode
  1671  [53544.632141] device eth0 entered promiscuous mode
  1672  [53544.896853] device eth0 left promiscuous mode
  1673  [53549.388336] device eth0 entered promiscuous mode
  1674  [53549.509074] device eth0 left promiscuous mode
  1675  [53569.445074] device eth0 entered promiscuous mode
  1676  [53569.781788] device eth0 left promiscuous mode
  1677  [53574.641285] device eth0 entered promiscuous mode
  1678  [53574.689937] device eth0 left promiscuous mode
  1679  [53589.405952] device eth0 entered promiscuous mode
  1680  [53589.743381] device eth0 left promiscuous mode
  1681  [53604.682401] device eth0 entered promiscuous mode
  1682  [53604.803059] device eth0 left promiscuous mode
  1683  [53609.322574] device eth0 entered promiscuous mode
  1684  [53609.407297] device eth0 left promiscuous mode
  1685  [53629.391440] device eth0 entered promiscuous mode
  1686  [53629.692900] device eth0 left promiscuous mode
  1687  [53634.639548] device eth0 entered promiscuous mode
  1688  [53634.904231] device eth0 left promiscuous mode
  1689  [53649.432177] device eth0 entered promiscuous mode
  1690  [53649.649633] device eth0 left promiscuous mode
  1691  [53664.640684] device eth0 entered promiscuous mode
  1692  [53664.701329] device eth0 left promiscuous mode
  1693  [53669.320849] device eth0 entered promiscuous mode
  1694  [53669.621533] device eth0 left promiscuous mode
  1695  [53689.477601] device eth0 entered promiscuous mode
  1696  [53689.894312] device eth0 left promiscuous mode
  1697  [53694.653794] device eth0 entered promiscuous mode
  1698  [53694.810468] device eth0 left promiscuous mode
  1699  [53709.406431] device eth0 entered promiscuous mode
  1700  [53709.563902] device eth0 left promiscuous mode
  1701  [53724.682930] device eth0 entered promiscuous mode
  1702  [53724.923640] device eth0 left promiscuous mode
  1703  [53729.355104] device eth0 entered promiscuous mode
  1704  [53729.535871] device eth0 left promiscuous mode
  1705  [53749.459872] device eth0 entered promiscuous mode
  1706  [53749.808575] device eth0 left promiscuous mode
  1707  [53754.684043] device eth0 entered promiscuous mode
  1708  [53755.020763] device eth0 left promiscuous mode
  1709  [53769.412588] device eth0 entered promiscuous mode
  1710  [53769.773318] device eth0 left promiscuous mode
  1711  [53784.697165] device eth0 entered promiscuous mode
  1712  [53784.829962] device eth0 left promiscuous mode
  1713  [53789.401362] device eth0 entered promiscuous mode
  1714  [53789.738047] device eth0 left promiscuous mode
  1715  [53809.466102] device eth0 entered promiscuous mode
  1716  [53809.706820] device eth0 left promiscuous mode
  1717  [53814.694289] device eth0 entered promiscuous mode
  1718  [53814.934988] device eth0 left promiscuous mode
  1719  [53829.410942] device eth0 entered promiscuous mode
  1720  [53829.988397] device eth0 left promiscuous mode
  1721  [53844.715444] device eth0 entered promiscuous mode
  1722  [53845.040161] device eth0 left promiscuous mode
  1723  [53849.395604] device eth0 entered promiscuous mode
  1724  [53849.648302] device eth0 left promiscuous mode
  1725  [53869.432376] device eth0 entered promiscuous mode
  1726  [53869.625113] device eth0 left promiscuous mode
  1727  [53874.684551] device eth0 entered promiscuous mode
  1728  [53874.841278] device eth0 left promiscuous mode
  1729  [53889.389107] device eth0 entered promiscuous mode
  1730  [53889.593826] device eth0 left promiscuous mode
  1731  [53904.681677] device eth0 entered promiscuous mode
  1732  [53904.946385] device eth0 left promiscuous mode
  1733  [53909.397855] device eth0 entered promiscuous mode
  1734  [53909.554654] device eth0 left promiscuous mode
  1735  [53929.398653] device eth0 entered promiscuous mode
  1736  [53929.519276] device eth0 left promiscuous mode
  1737  [53934.674796] device eth0 entered promiscuous mode
  1738  [53934.747425] device eth0 left promiscuous mode
  1739  [53949.387381] device eth0 entered promiscuous mode
  1740  [53949.496027] device eth0 left promiscuous mode
  1741  [53964.667929] device eth0 entered promiscuous mode
  1742  [53964.848636] device eth0 left promiscuous mode
  1743  [53969.340174] device eth0 entered promiscuous mode
  1744  [53969.460827] device eth0 left promiscuous mode
  1745  [53989.468874] device eth0 entered promiscuous mode
  1746  [53989.733602] device eth0 left promiscuous mode
  1747  [53994.785072] device eth0 entered promiscuous mode
  1748  [53994.957753] device eth0 left promiscuous mode
  1749
  1750
  1751  vm.admin_reserve_kbytes = 8192
  1752  vm.block_dump = 0
  1753  vm.compact_unevictable_allowed = 1
  1754  vm.dirty_background_bytes = 0
  1755  vm.dirty_background_ratio = 10
  1756  vm.dirty_bytes = 0
  1757  vm.dirty_expire_centisecs = 3000
  1758  vm.dirty_ratio = 20
  1759  vm.dirtytime_expire_seconds = 43200
  1760  vm.dirty_writeback_centisecs = 500
  1761  vm.drop_caches = 0
  1762  vm.extfrag_threshold = 500
  1763  vm.highmem_is_dirtyable = 0
  1764  vm.laptop_mode = 0
  1765  vm.legacy_va_layout = 0
  1766  vm.lowmem_reserve_ratio = 32    0       0
  1767  vm.max_map_count = 65530
  1768  vm.min_free_kbytes = 3471
  1769  vm.mmap_min_addr = 4096
  1770  vm.mmap_rnd_bits = 8
  1771  vm.oom_dump_tasks = 1
  1772  vm.oom_kill_allocating_task = 0
  1773  vm.overcommit_kbytes = 0
  1774  vm.overcommit_memory = 0
  1775  vm.overcommit_ratio = 50
  1776  vm.page-cluster = 0
  1777  vm.panic_on_oom = 0
  1778  vm.percpu_pagelist_fraction = 0
  1779  vm.stat_interval = 1
  1780  vm.swappiness = 100
  1781  vm.user_reserve_kbytes = 31547
  1782  vm.vfs_cache_pressure = 100
  1783  vm.watermark_scale_factor = 10
  1784
  1785  ### interrupts:
  1786             CPU0       CPU1       CPU2       CPU3
  1787   17:          0          0          0          0     GICv2  50 Level     timer@1c20c00
  1788   18:          0          0          0          0     GICv2  29 Level     arch_timer
  1789   19:   10352564   15752096   13133019   14369676     GICv2  30 Level     arch_timer
  1790   22:          0          0          0          0     GICv2  82 Level     1c02000.dma-controller
  1791   23:          0          0          0          0     GICv2 118 Level     1c0c000.lcd-controller
  1792   24:   14006726          0          0          0     GICv2  92 Level     sunxi-mmc
  1793   25:          0          0          0          0     GICv2 103 Level     musb-hdrc.3.auto
  1794   26:          0          0          0          0     GICv2 104 Level     ehci_hcd:usb1
  1795   27:          0          0          0          0     GICv2 105 Level     ohci_hcd:usb2
  1796   28:          0          0          0          0     GICv2 106 Level     ehci_hcd:usb3
  1797   29:          0          0          0          0     GICv2 107 Level     ohci_hcd:usb6
  1798   30:          2          0          0          0     GICv2 108 Level     ehci_hcd:usb4
  1799   31:         36          0          0          0     GICv2 109 Level     ohci_hcd:usb7
  1800   32:          0          0          0          0     GICv2 110 Level     ehci_hcd:usb5
  1801   33:          0          0          0          0     GICv2 111 Level     ohci_hcd:usb8
  1802   36:     617892          0          0          0     GICv2  63 Level     1c25000.thermal-sensor
  1803   38:     545521          0          0          0     GICv2 114 Level     eth0
  1804   42:        460          0          0          0     GICv2  32 Level     ttyS0
  1805   43:          0          0          0          0     GICv2 120 Level     1ee0000.hdmi, dw-hdmi-cec
  1806   44:          0          0          0          0     GICv2  72 Level     1f00000.rtc
  1807   46:          0          0          0          0     GICv2  69 Level     sunxi-ir
  1808   47:     545828          0          0          0     GICv2  76 Level     mv64xxx_i2c
  1809   49:          0          0          0          0     GICv2 129 Level     gp
  1810   50:          0          0          0          0     GICv2 130 Level     gpmmu
  1811   51:          0          0          0          0     GICv2 131 Level     pp0
  1812   52:          0          0          0          0     GICv2 132 Level     ppmmu0
  1813   53:          0          0          0          0     GICv2 134 Level     pp1
  1814   54:          0          0          0          0     GICv2 135 Level     ppmmu1
  1815  100:          1          0          0          0  sunxi_pio_edge  44 Edge      usb0-id-det
  1816  123:          1          0          0          0  sunxi_pio_edge   3 Edge      sw4
  1817  IPI0:          0          0          0          0  CPU wakeup interrupts
  1818  IPI1:          0          0          0          0  Timer broadcast interrupts
  1819  IPI2:     702085    3033098    3115478    5474127  Rescheduling interrupts
  1820  IPI3:        273        373        272        390  Function call interrupts
  1821  IPI4:          0          0          0          0  CPU stop interrupts
  1822  IPI5:      32966      54113      42935      48826  IRQ work interrupts
  1823  IPI6:          0          0          0          0  completion interrupts
  1824  Err:          0

 

 

Link to comment
Share on other sites

  1380  ii  linux-dtb-next-sunxi               5.92                                armhf        Linux DTB, version 4.19.62-sunxi
  1381  ii  linux-image-next-sunxi             5.92                                armhf        Linux kernel, version 4.19.62-sunxi
  1382  ii  linux-libc-dev                     5.70                                armhf        Linux support headers for userspace development
  1383  ii  linux-stretch-root-next-orangepipc 5.90                                armhf        Armbian tweaks for stretch on orangepipc (next branch)
  1384  ii  linux-u-boot-orangepipc-next       5.90                                armhf        Uboot loader 2019.04

You're system packages are way outdated.

Link to comment
Share on other sites

18 minutes ago, gambituk said:

how can i update these files?

Try with armbian-config. system -> other IIRC.

19 minutes ago, gambituk said:

if anyone knows how i can reply to more than 1 post in a day,

You received a like. Should lift restrictions within 24h

Link to comment
Share on other sites

Thanks for this,  i believe it has successfully updated the files, i still seem to have the original issue, is there a way to re-enable apparmor? i see from other posts that this may have been disable in the past for compatibility reasons, and those reasons may have been lost in time.. :)   is it something i can easily re-enable for testing in my use case. ?  If you system files now to be could just double check the status of my system files, that would also be great... 

 

Spoiler

 1
     2  ### Activated 1 lzo zram swap devices with 499 MB each
     3
     4  ### Activated Armbian ramlog partition with zstd compression
     5
     6  Sat 06 Feb 2021 11:00:39 AM CET | Orange Pi PC | 5.90 | armhf | armv7l |                                                                                            5.10.4-sunxi
     7
     8  ### dmesg:
     9
    10  [    0.000000] Booting Linux on physical CPU 0x0
    11  [    0.000000] Linux version 5.10.4-sunxi (root@beast) (arm-linux-gnueab                                                                                           ihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)                                                                                           ) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-r                                                                                           el-8.36)) XXX.XXX.0.20190321) #20.11.7 SMP Tue Jan 5 23:17:54 CET 2021
    12  [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50                                                                                           c5387d
    13  [    0.000000] CPU: div instructions available: patching division code
    14  [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing in                                                                                           struction cache
    15  [    0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC
    16  [    0.000000] Memory policy: Data cache writealloc
    17  [    0.000000] cma: Reserved 128 MiB at 0x77c00000
    18  [    0.000000] Zone ranges:
    19  [    0.000000]   Normal   [mem 0x0000000040000000-0x000000006fffffff]
    20  [    0.000000]   HighMem  [mem 0x0000000070000000-0x000000007fffffff]
    21  [    0.000000] Movable zone start for each node
    22  [    0.000000] Early memory node ranges
    23  [    0.000000]   node   0: [mem 0x0000000040000000-0x000000007fffffff]
    24  [    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007f                                                                                           ffffff]
    25  [    0.000000] On node 0 totalpages: 262144
    26  [    0.000000]   Normal zone: 1728 pages used for memmap
    27  [    0.000000]   Normal zone: 0 pages reserved
    28  [    0.000000]   Normal zone: 196608 pages, LIFO batch:63
    29  [    0.000000]   HighMem zone: 65536 pages, LIFO batch:15
    30  [    0.000000] psci: probing for conduit method from DT.
    31  [    0.000000] psci: Using PSCI v0.1 Function IDs from DT
    32  [    0.000000] percpu: Embedded 20 pages/cpu s50764 r8192 d22964 u81920
    33  [    0.000000] pcpu-alloc: s50764 r8192 d22964 u81920 alloc=20*4096
    34  [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    35  [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 26                                                                                           0416
    36  [    0.000000] Kernel command line: root=UUID=3d863bb3-b616-4229-94e7-8c                                                                                           92ac95501a rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio                                                                                           =EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1                                                                                            ubootpart=c0dd9a77-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
    37  [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288                                                                                            bytes, linear)
    38  [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 b                                                                                           ytes, linear)
    39  [    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
    40  [    0.000000] Memory: 881240K/1048576K available (9216K kernel code, 14                                                                                           37K rwdata, 3204K rodata, 1024K init, 331K bss, 36264K reserved, 131072K cma-res                                                                                           erved, 131060K highmem)
    41  [    0.000000] random: get_random_u32 called from __kmem_cache_create+0x                                                                                           1d/0x29c with crng_init=0
    42  [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=                                                                                           1
    43  [    0.000000] ftrace: allocating 41808 entries in 82 pages
    44  [    0.000000] ftrace: allocated 82 pages with 3 groups
    45  [    0.000000] rcu: Hierarchical RCU implementation.
    46  [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_id                                                                                           s=4.
    47  [    0.000000]  Rude variant of Tasks RCU enabled.
    48  [    0.000000]  Tracing variant of Tasks RCU enabled.
    49  [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay i                                                                                           s 25 jiffies.
    50  [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_id                                                                                           s=4
    51  [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    52  [    0.000000] GIC: Using split EOI/Deactivate mode
    53  [    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffff                                                                                           ff, max_idle_ns: 79635851949 ns
    54  [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
    55  [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max                                                                                           _cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
    56  [    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps eve                                                                                           ry 4398046511097ns
    57  [    0.000016] Switching to timer-based delay loop, resolution 41ns
    58  [    0.000246] Console: colour dummy device 80x30
    59  [    0.000306] printk: console [tty1] enabled
    60  [    0.000359] Calibrating delay loop (skipped), value calculated using                                                                                            timer frequency.. 48.00 BogoMIPS (lpj=96000)
    61  [    0.000374] pid_max: default: 32768 minimum: 301
    62  [    0.000569] LSM: Security Framework initializing
    63  [    0.000625] Yama: becoming mindful.
    64  [    0.000772] AppArmor: AppArmor initialized
    65  [    0.000859] Mount-cache hash table entries: 2048 (order: 1, 8192 byte                                                                                           s, linear)
    66  [    0.000872] Mountpoint-cache hash table entries: 2048 (order: 1, 8192                                                                                            bytes, linear)
    67  [    0.001880] CPU: Testing write buffer coherency: ok
    68  [    0.002247] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    69  [    0.002801] Setting up static identity map for 0x40100000 - 0x4010005                                                                                           4
    70  [    0.002920] rcu: Hierarchical SRCU implementation.
    71  [    0.004057] smp: Bringing up secondary CPUs ...
    72  [    0.014817] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    73  [    0.025688] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
    74  [    0.036440] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
    75  [    0.036536] smp: Brought up 1 node, 4 CPUs
    76  [    0.036551] SMP: Total of 4 processors activated (192.00 BogoMIPS).
    77  [    0.036556] CPU: All CPU(s) started in HYP mode.
    78  [    0.036561] CPU: Virtualization extensions available.
    79  [    0.037313] allocated 1048576 bytes of page_ext
    80  [    0.037886] devtmpfs: initialized
    81  [    0.045157] VFP support v0.3: implementor 41 architecture 2 part 30 v                                                                                           ariant 7 rev 5
    82  [    0.045552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffff                                                                                           ffff, max_idle_ns: 7645041785100000 ns
    83  [    0.045597] futex hash table entries: 1024 (order: 4, 65536 bytes, li                                                                                           near)
    84  [    0.048865] pinctrl core: initialized pinctrl subsystem
    85  [    0.049986] NET: Registered protocol family 16
    86  [    0.051577] DMA: preallocated 256 KiB pool for atomic coherent alloca                                                                                           tions
    87  [    0.052164] audit: initializing netlink subsys (disabled)
    88  [    0.052421] audit: type=2000 audit(0.032:1): state=initialized audit_                                                                                           enabled=0 res=1
    89  [    0.052931] thermal_sys: Registered thermal governor 'fair_share'
    90  [    0.052938] thermal_sys: Registered thermal governor 'bang_bang'
    91  [    0.052944] thermal_sys: Registered thermal governor 'step_wise'
    92  [    0.053481] cpuidle: using governor ladder
    93  [    0.053607] cpuidle: using governor menu
    94  [    0.054120] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 wat                                                                                           chpoint registers.
    95  [    0.054128] hw-breakpoint: maximum watchpoint size is 8 bytes.
    96  [    0.078727] cryptd: max_cpu_qlen set to 1000
    97  [    0.148579] raid6: neonx8   gen()   778 MB/s
    98  [    0.216679] raid6: neonx8   xor()   578 MB/s
    99  [    0.284787] raid6: neonx4   gen()   830 MB/s
   100  [    0.352862] raid6: neonx4   xor()   629 MB/s
   101  [    0.420969] raid6: neonx2   gen()   915 MB/s
   102  [    0.489074] raid6: neonx2   xor()   652 MB/s
   103  [    0.557167] raid6: neonx1   gen()   815 MB/s
   104  [    0.625278] raid6: neonx1   xor()   565 MB/s
   105  [    0.693398] raid6: int32x8  gen()   303 MB/s
   106  [    0.761497] raid6: int32x8  xor()   180 MB/s
   107  [    0.829621] raid6: int32x4  gen()   354 MB/s
   108  [    0.897667] raid6: int32x4  xor()   205 MB/s
   109  [    0.965796] raid6: int32x2  gen()   399 MB/s
   110  [    1.033895] raid6: int32x2  xor()   213 MB/s
   111  [    1.102014] raid6: int32x1  gen()   401 MB/s
   112  [    1.170131] raid6: int32x1  xor()   192 MB/s
   113  [    1.170137] raid6: using algorithm neonx2 gen() 915 MB/s
   114  [    1.170143] raid6: .... xor() 652 MB/s, rmw enabled
   115  [    1.170148] raid6: using neon recovery algorithm
   116  [    1.171491] iommu: Default domain type: Translated
   117  [    1.171847] SCSI subsystem initialized
   118  [    1.172090] libata version 3.00 loaded.
   119  [    1.172305] usbcore: registered new interface driver usbfs
   120  [    1.172395] usbcore: registered new interface driver hub
   121  [    1.172456] usbcore: registered new device driver usb
   122  [    1.172559] mc: Linux media interface: v0.10
   123  [    1.172591] videodev: Linux video capture interface: v2.00
   124  [    1.172714] pps_core: LinuxPPS API ver. 1 registered
   125  [    1.172721] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodol                                                                                           fo Giometti <giometti@linux.it>
   126  [    1.172739] PTP clock support registered
   127  [    1.173102] Advanced Linux Sound Architecture Driver Initialized.
   128  [    1.173856] NetLabel: Initializing
   129  [    1.173865] NetLabel:  domain hash size = 128
   130  [    1.173870] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
   131  [    1.173954] NetLabel:  unlabeled traffic allowed by default
   132  [    1.174605] clocksource: Switched to clocksource arch_sys_counter
   133  [    1.287993] VFS: Disk quotas dquot_6.6.0
   134  [    1.288080] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096                                                                                            bytes)
   135  [    1.288668] AppArmor: AppArmor Filesystem Enabled
   136  [    1.296979] NET: Registered protocol family 2
   137  [    1.297704] tcp_listen_portaddr_hash hash table entries: 512 (order:                                                                                            0, 6144 bytes, linear)
   138  [    1.297762] TCP established hash table entries: 8192 (order: 3, 32768                                                                                            bytes, linear)
   139  [    1.297857] TCP bind hash table entries: 8192 (order: 4, 65536 bytes,                                                                                            linear)
   140  [    1.297970] TCP: Hash tables configured (established 8192 bind 8192)
   141  [    1.298110] UDP hash table entries: 512 (order: 2, 16384 bytes, linea                                                                                           r)
   142  [    1.298173] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes,                                                                                            linear)
   143  [    1.298430] NET: Registered protocol family 1
   144  [    1.298996] Trying to unpack rootfs image as initramfs...
   145  [    1.922077] Freeing initrd memory: 9676K
   146  [    1.923475] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5                                                                                            counters available
   147  [    1.924628] Initialise system trusted keyrings
   148  [    1.924682] Key type blacklist registered
   149  [    1.924897] workingset: timestamp_bits=14 max_order=18 bucket_order=4
   150  [    1.930080] zbud: loaded
   151  [    1.931534] squashfs: version 4.0 (2009/01/31) Phillip Lougher
   152  [    1.932461] fuse: init (API version 7.32)
   153  [    1.934993] integrity: Platform Keyring initialized
   154  [    2.044114] xor: measuring software checksum speed
   155  [    2.051720]    arm4regs        :  1303 MB/sec
   156  [    2.062647]    8regs           :   901 MB/sec
   157  [    2.074187]    32regs          :   853 MB/sec
   158  [    2.081650]    neon            :  1324 MB/sec
   159  [    2.081656] xor: using function: neon (1324 MB/sec)
   160  [    2.081670] Key type asymmetric registered
   161  [    2.081676] Asymmetric key parser 'x509' registered
   162  [    2.081859] bounce: pool size: 64 pages
   163  [    2.081975] Block layer SCSI generic (bsg) driver version 0.4 loaded                                                                                            (major 246)
   164  [    2.082185] io scheduler mq-deadline registered
   165  [    2.082194] io scheduler kyber registered
   166  [    2.082458] io scheduler bfq registered
   167  [    2.088335] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO d                                                                                           river
   168  [    2.090024] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO                                                                                            driver
   169  [    2.096796] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
   170  [    2.099151] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found                                                                                           , using dummy regulator
   171  [    2.099652] printk: console [ttyS0] disabled
   172  [    2.099736] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 50, base_b                                                                                           aud = 1500000) is a 16550A
   173  [    2.099966] printk: console [ttyS0] enabled
   174  [    2.116037] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0a9                                                                                           e13c)
   175  [    2.116358] sun4i-drm display-engine: bound 1c0c000.lcd-controller (o                                                                                           ps 0xc0a9a078)
   176  [    2.116431] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using                                                                                            dummy regulator
   177  [    2.117378] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v                                                                                           1.32a with HDCP (sun8i_dw_hdmi_phy)
   178  [    2.117747] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2                                                                                           C bus driver
   179  [    2.118021] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0a9d                                                                                           694)
   180  [    2.118539] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-en                                                                                           gine on minor 0
   181  [    2.118651] sun4i-drm display-engine: [drm] Cannot find any crtc or s                                                                                           izes
   182  [    2.119627] sun4i-drm display-engine: [drm] Cannot find any crtc or s                                                                                           izes
   183  [    2.122324] brd: module loaded
   184  [    2.128672] loop: module loaded
   185  [    2.130513] libphy: Fixed MDIO Bus: probed
   186  [    2.131260] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found
   187  [    2.131269] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found
   188  [    2.131373] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
   189  [    2.131424] dwmac-sun8i 1c30000.ethernet: supply phy not found, using                                                                                            dummy regulator
   190  [    2.131567] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, us                                                                                           ing dummy regulator
   191  [    2.131908] dwmac-sun8i 1c30000.ethernet: Current syscon value is not                                                                                            the default 148000 (expect 58000)
   192  [    2.131932] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register                                                                                            supported
   193  [    2.131939] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine                                                                                            supported
   194  [    2.131945] dwmac-sun8i 1c30000.ethernet: COE Type 2
   195  [    2.131952] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion suppo                                                                                           rted
   196  [    2.131960] dwmac-sun8i 1c30000.ethernet: Normal descriptors
   197  [    2.131966] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
   198  [    2.132448] libphy: stmmac: probed
   199  [    2.133457] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
   200  [    2.133902] libphy: mdio_mux: probed
   201  [    2.133924] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
   202  [    2.133935] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
   203  [    2.146505] libphy: mdio_mux: probed
   204  [    2.147682] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Drive                                                                                           r
   205  [    2.147721] ehci-platform: EHCI generic platform driver
   206  [    2.147944] ehci-platform 1c1a000.usb: EHCI Host Controller
   207  [    2.147974] ehci-platform 1c1a000.usb: new USB bus registered, assign                                                                                           ed bus number 1
   208  [    2.148358] ehci-platform 1c1a000.usb: irq 35, io mem 0x01c1a000
   209  [    2.162624] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
   210  [    2.162901] usb usb1: New USB device found, idVendor=1d6b, idProduct=                                                                                           0002, bcdDevice= 5.10
   211  [    2.162911] usb usb1: New USB device strings: Mfr=3, Product=2, Seria                                                                                           lNumber=1
   212  [    2.162918] usb usb1: Product: EHCI Host Controller
   213  [    2.162925] usb usb1: Manufacturer: Linux 5.10.4-sunxi ehci_hcd
   214  [    2.162932] usb usb1: SerialNumber: 1c1a000.usb
   215  [    2.163520] hub 1-0:1.0: USB hub found
   216  [    2.163566] hub 1-0:1.0: 1 port detected
   217  [    2.164453] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
   218  [    2.164480] ohci-platform: OHCI generic platform driver
   219  [    2.164644] ohci-platform 1c1a400.usb: Generic Platform OHCI controll                                                                                           er
   220  [    2.164669] ohci-platform 1c1a400.usb: new USB bus registered, assign                                                                                           ed bus number 2
   221  [    2.164842] ohci-platform 1c1a400.usb: irq 36, io mem 0x01c1a400
   222  [    2.226805] usb usb2: New USB device found, idVendor=1d6b, idProduct=                                                                                           0001, bcdDevice= 5.10
   223  [    2.226815] usb usb2: New USB device strings: Mfr=3, Product=2, Seria                                                                                           lNumber=1
   224  [    2.226823] usb usb2: Product: Generic Platform OHCI controller
   225  [    2.226830] usb usb2: Manufacturer: Linux 5.10.4-sunxi ohci_hcd
   226  [    2.226837] usb usb2: SerialNumber: 1c1a400.usb
   227  [    2.227335] hub 2-0:1.0: USB hub found
   228  [    2.227374] hub 2-0:1.0: 1 port detected
   229  [    2.228680] usbcore: registered new interface driver usb-storage
   230  [    2.229701] sun6i-rtc 1f00000.rtc: registered as rtc0
   231  [    2.229743] sun6i-rtc 1f00000.rtc: setting system clock to 2021-02-06                                                                                           T10:00:28 UTC (1612605628)
   232  [    2.229750] sun6i-rtc 1f00000.rtc: RTC enabled
   233  [    2.230051] i2c /dev entries driver
   234  [    2.230410] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not fou                                                                                           nd, using dummy regulator
   235  [    2.232364] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16                                                                                            sec, nowayout=0)
   236  [    2.233194] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found                                                                                           , using dummy regulator
   237  [    2.234068] sunxi-mmc 1c0f000.mmc: Got CD GPIO
   238  [    2.234329] ledtrig-cpu: registered to indicate activity on CPUs
   239  [    2.234403] hid: raw HID events driver (C) Jiri Kosina
   240  [    2.234527] usbcore: registered new interface driver usbhid
   241  [    2.234531] usbhid: USB HID core driver
   242  [    2.238516] debugfs: Directory '1c22c00.codec' with parent 'H3 Audio                                                                                            Codec' already present!
   243  [    2.242633] Initializing XFRM netlink socket
   244  [    2.243154] NET: Registered protocol family 10
   245  [    2.258734] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16                                                                                           384 KB
   246  [    2.289200] Segment Routing with IPv6
   247  [    2.289317] NET: Registered protocol family 17
   248  [    2.289349] NET: Registered protocol family 15
   249  [    2.289427] bridge: filtering via arp/ip/ip6tables is no longer avail                                                                                           able by default. Update your scripts to load br_netfilter if you need this.
   250  [    2.289572] 8021q: 802.1Q VLAN Support v1.8
   251  [    2.289636] Key type dns_resolver registered
   252  [    2.290085] Registering SWP/SWPB emulation handler
   253  [    2.290405] registered taskstats version 1
   254  [    2.290416] Loading compiled-in X.509 certificates
   255  [    2.294646] mmc0: host does not support reading read-only switch, ass                                                                                           uming write-enable
   256  [    2.297283] Loaded X.509 cert 'Build time autogenerated kernel key: 8                                                                                           fc0505aeea44d89cadf7185d764fb8a8561c1c0'
   257  [    2.297692] mmc0: new high speed SDHC card at address aaaa
   258  [    2.302389] zswap: loaded using pool zstd/z3fold
   259  [    2.302419] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
   260  [    2.305119] Key type ._fscrypt registered
   261  [    2.305132] Key type .fscrypt registered
   262  [    2.305138] Key type fscrypt-provisioning registered
   263  [    2.306989]  mmcblk0: p1
   264  [    2.310130] Btrfs loaded, crc32c=crc32c-generic
   265  [    2.332064] Key type encrypted registered
   266  [    2.332087] AppArmor: AppArmor sha1 policy hashing enabled
   267  [    2.343279] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found                                                                                           , using dummy regulator
   268  [    2.344978] ehci-platform 1c1b000.usb: EHCI Host Controller
   269  [    2.345006] ehci-platform 1c1b000.usb: new USB bus registered, assign                                                                                           ed bus number 3
   270  [    2.345521] ehci-platform 1c1b000.usb: irq 37, io mem 0x01c1b000
   271  [    2.358630] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
   272  [    2.358907] usb usb3: New USB device found, idVendor=1d6b, idProduct=                                                                                           0002, bcdDevice= 5.10
   273  [    2.358917] usb usb3: New USB device strings: Mfr=3, Product=2, Seria                                                                                           lNumber=1
   274  [    2.358925] usb usb3: Product: EHCI Host Controller
   275  [    2.358932] usb usb3: Manufacturer: Linux 5.10.4-sunxi ehci_hcd
   276  [    2.358939] usb usb3: SerialNumber: 1c1b000.usb
   277  [    2.359522] hub 3-0:1.0: USB hub found
   278  [    2.359563] hub 3-0:1.0: 1 port detected
   279  [    2.360581] ehci-platform 1c1c000.usb: EHCI Host Controller
   280  [    2.360606] ehci-platform 1c1c000.usb: new USB bus registered, assign                                                                                           ed bus number 4
   281  [    2.360810] ehci-platform 1c1c000.usb: irq 39, io mem 0x01c1c000
   282  [    2.374625] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
   283  [    2.374866] usb usb4: New USB device found, idVendor=1d6b, idProduct=                                                                                           0002, bcdDevice= 5.10
   284  [    2.374875] usb usb4: New USB device strings: Mfr=3, Product=2, Seria                                                                                           lNumber=1
   285  [    2.374883] usb usb4: Product: EHCI Host Controller
   286  [    2.374890] usb usb4: Manufacturer: Linux 5.10.4-sunxi ehci_hcd
   287  [    2.374897] usb usb4: SerialNumber: 1c1c000.usb
   288  [    2.375393] hub 4-0:1.0: USB hub found
   289  [    2.375432] hub 4-0:1.0: 1 port detected
   290  [    2.376342] ehci-platform 1c1d000.usb: EHCI Host Controller
   291  [    2.376371] ehci-platform 1c1d000.usb: new USB bus registered, assign                                                                                           ed bus number 5
   292  [    2.376574] ehci-platform 1c1d000.usb: irq 41, io mem 0x01c1d000
   293  [    2.390619] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
   294  [    2.390870] usb usb5: New USB device found, idVendor=1d6b, idProduct=                                                                                           0002, bcdDevice= 5.10
   295  [    2.390879] usb usb5: New USB device strings: Mfr=3, Product=2, Seria                                                                                           lNumber=1
   296  [    2.390887] usb usb5: Product: EHCI Host Controller
   297  [    2.390893] usb usb5: Manufacturer: Linux 5.10.4-sunxi ehci_hcd
   298  [    2.390900] usb usb5: SerialNumber: 1c1d000.usb
   299  [    2.391389] hub 5-0:1.0: USB hub found
   300  [    2.391428] hub 5-0:1.0: 1 port detected
   301  [    2.392349] ohci-platform 1c1b400.usb: Generic Platform OHCI controll                                                                                           er
   302  [    2.392371] ohci-platform 1c1b400.usb: new USB bus registered, assign                                                                                           ed bus number 6
   303  [    2.392537] ohci-platform 1c1b400.usb: irq 38, io mem 0x01c1b400
   304  [    2.454798] usb usb6: New USB device found, idVendor=1d6b, idProduct=                                                                                           0001, bcdDevice= 5.10
   305  [    2.454808] usb usb6: New USB device strings: Mfr=3, Product=2, Seria                                                                                           lNumber=1
   306  [    2.454816] usb usb6: Product: Generic Platform OHCI controller
   307  [    2.454823] usb usb6: Manufacturer: Linux 5.10.4-sunxi ohci_hcd
   308  [    2.454830] usb usb6: SerialNumber: 1c1b400.usb
   309  [    2.455324] hub 6-0:1.0: USB hub found
   310  [    2.455363] hub 6-0:1.0: 1 port detected
   311  [    2.456262] ohci-platform 1c1c400.usb: Generic Platform OHCI controll                                                                                           er
   312  [    2.456284] ohci-platform 1c1c400.usb: new USB bus registered, assign                                                                                           ed bus number 7
   313  [    2.456431] ohci-platform 1c1c400.usb: irq 40, io mem 0x01c1c400
   314  [    2.518794] usb usb7: New USB device found, idVendor=1d6b, idProduct=                                                                                           0001, bcdDevice= 5.10
   315  [    2.518804] usb usb7: New USB device strings: Mfr=3, Product=2, Seria                                                                                           lNumber=1
   316  [    2.518812] usb usb7: Product: Generic Platform OHCI controller
   317  [    2.518819] usb usb7: Manufacturer: Linux 5.10.4-sunxi ohci_hcd
   318  [    2.518826] usb usb7: SerialNumber: 1c1c400.usb
   319  [    2.519319] hub 7-0:1.0: USB hub found
   320  [    2.519356] hub 7-0:1.0: 1 port detected
   321  [    2.520257] ohci-platform 1c1d400.usb: Generic Platform OHCI controll                                                                                           er
   322  [    2.520287] ohci-platform 1c1d400.usb: new USB bus registered, assign                                                                                           ed bus number 8
   323  [    2.520454] ohci-platform 1c1d400.usb: irq 42, io mem 0x01c1d400
   324  [    2.582862] usb usb8: New USB device found, idVendor=1d6b, idProduct=                                                                                           0001, bcdDevice= 5.10
   325  [    2.582874] usb usb8: New USB device strings: Mfr=3, Product=2, Seria                                                                                           lNumber=1
   326  [    2.582881] usb usb8: Product: Generic Platform OHCI controller
   327  [    2.582888] usb usb8: Manufacturer: Linux 5.10.4-sunxi ohci_hcd
   328  [    2.582895] usb usb8: SerialNumber: 1c1d400.usb
   329  [    2.583372] hub 8-0:1.0: USB hub found
   330  [    2.583411] hub 8-0:1.0: 1 port detected
   331  [    2.585202] of_cfs_init
   332  [    2.585310] of_cfs_init: OK
   333  [    2.585457] ALSA device list:
   334  [    2.585467]   #0: H3 Audio Codec
   335  [    2.589729] Freeing unused kernel memory: 1024K
   336  [    2.598848] Run /init as init process
   337  [    2.598858]   with arguments:
   338  [    2.598864]     /init
   339  [    2.598869]   with environment:
   340  [    2.598874]     HOME=/
   341  [    2.598879]     TERM=linux
   342  [    2.598884]     ubootpart=c0dd9a77-01
   343  [    2.598889]     ubootsource=mmc
   344  [    2.598894]     sunxi_ve_mem_reserve=0
   345  [    2.598900]     sunxi_g2d_mem_reserve=0
   346  [    2.598904]     sunxi_fb_mem_reserve=16
   347  [    2.598909]     cgroup_enable=memory
   348  [    2.599289] process '/usr/bin/sh' started with executable stack
   349  [    2.999712] input: r_gpio_keys as /devices/platform/r_gpio_keys/input                                                                                           /input0
   350  [    3.037858] usb_phy_generic usb_phy_generic.3.auto: supply vcc not fo                                                                                           und, using dummy regulator
   351  [    3.042257] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
   352  [    3.042296] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assig                                                                                           ned bus number 9
   353  [    3.042386] phy id_det change to device
   354  [    3.042643] usb usb9: New USB device found, idVendor=1d6b, idProduct=                                                                                           0002, bcdDevice= 5.10
   355  [    3.042655] usb usb9: New USB device strings: Mfr=3, Product=2, Seria                                                                                           lNumber=1
   356  [    3.042663] usb usb9: Product: MUSB HDRC host driver
   357  [    3.042670] usb usb9: Manufacturer: Linux 5.10.4-sunxi musb-hcd
   358  [    3.042678] usb usb9: SerialNumber: musb-hdrc.4.auto
   359  [    3.043404] hub 9-0:1.0: USB hub found
   360  [    3.043512] hub 9-0:1.0: 1 port detected
   361  [    3.050748] usb 7-1: new full-speed USB device number 2 using ohci-pl                                                                                           atform
   362  [    3.289674] usb 7-1: New USB device found, idVendor=2341, idProduct=0                                                                                           043, bcdDevice= 0.01
   363  [    3.289692] usb 7-1: New USB device strings: Mfr=1, Product=2, Serial                                                                                           Number=220
   364  [    3.289700] usb 7-1: Manufacturer: Arduino (www.arduino.cc)
   365  [    3.289707] usb 7-1: SerialNumber: 9533335383635171B1E2
   366  [    3.746921] random: fast init done
   367  [    3.985384] EXT4-fs (mmcblk0p1): mounted filesystem with writeback da                                                                                           ta mode. Opts: (null)
   368  [    4.881424] systemd[1]: Inserted module 'autofs4'
   369  [    4.973054] systemd[1]: systemd 241 running in system mode. (+PAM +AU                                                                                           DIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTL                                                                                           S +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierar                                                                                           chy=hybrid)
   370  [    4.973809] systemd[1]: Detected architecture arm.
   371  [    5.025673] systemd[1]: Set hostname to <orangepipc>.
   372  [    5.650465] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile=                                                                                            references path below legacy directory /var/run/, updating /var/run/samba/smbd.p                                                                                           id → /run/samba/smbd.pid; please update the unit file accordingly.
   373  [    5.666758] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile=                                                                                            references path below legacy directory /var/run/, updating /var/run/samba/nmbd.p                                                                                           id → /run/samba/nmbd.pid; please update the unit file accordingly.
   374  [    5.809217] random: systemd: uninitialized urandom read (16 bytes rea                                                                                           d)
   375  [    5.824230] random: systemd: uninitialized urandom read (16 bytes rea                                                                                           d)
   376  [    5.824742] systemd[1]: Listening on udev Kernel Socket.
   377  [    5.843263] random: systemd: uninitialized urandom read (16 bytes rea                                                                                           d)
   378  [    5.843694] systemd[1]: Listening on Journal Audit Socket.
   379  [    5.859433] systemd[1]: Listening on Journal Socket.
   380  [    5.875385] systemd[1]: Condition check resulted in Huge Pages File S                                                                                           ystem being skipped.
   381  [    5.884714] systemd[1]: Mounting Kernel Debug File System...
   382  [    6.380438] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=                                                                                           remount-ro
   383  [    7.116330] systemd-journald[251]: Received request to flush runtime                                                                                            journal from PID 1
   384  [    7.604826] zram: Added device: zram0
   385  [    7.605387] zram: Added device: zram1
   386  [    7.607858] zram: Added device: zram2
   387  [    7.678402] zram1: detected capacity change from 0 to 523784192
   388  [    7.928752] sunxi_cedrus: module is from the staging directory, the q                                                                                           uality is unknown, you have been warned.
   389  [    7.933831] cedrus 1c0e000.video-codec: Device registered as /dev/vid                                                                                           eo0
   390  [    7.942767] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mh                                                                                           z) from 24000000 (24 Mhz)
   391  [    7.950750] sun8i-ce 1c15000.crypto: will run requests pump with real                                                                                           time priority
   392  [    7.952481] sun8i-ce 1c15000.crypto: will run requests pump with real                                                                                           time priority
   393  [    7.958719] sun8i-ce 1c15000.crypto: will run requests pump with real                                                                                           time priority
   394  [    7.961345] sun8i-ce 1c15000.crypto: will run requests pump with real                                                                                           time priority
   395  [    7.961660] sun8i-ce 1c15000.crypto: Register cbc(aes)
   396  [    7.964050] sun8i-ce 1c15000.crypto: Register ecb(aes)
   397  [    7.964234] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
   398  [    7.966770] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
   399  [    7.974772] sun8i-ce 1c15000.crypto: Register stdrng
   400  [    7.976708] sun8i-ce 1c15000.crypto: TRNG not supported
   401  [    7.976721] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1
   402  [    8.023944] cdc_acm 7-1:1.0: ttyACM0: USB ACM device
   403  [    8.025126] usbcore: registered new interface driver cdc_acm
   404  [    8.025136] cdc_acm: USB Abstract Control Model driver for USB modems                                                                                            and ISDN adapters
   405  [    8.106264] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
   406  [    8.106354] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
   407  [    8.106409] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
   408  [    8.106448] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line,                                                                                            64bit external bus
   409  [    8.123263] lima 1c40000.gpu: bus rate = 200000000
   410  [    8.123293] lima 1c40000.gpu: mod rate = 297000000
   411  [    8.123486] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator                                                                                            (mali) found: -19
   412  [    8.124517] lima 1c40000.gpu: Failed to register cooling device
   413  [    8.126456] [drm] Initialized lima 1.2.0 20200215 for 1c40000.gpu on                                                                                            minor 1
   414  [    8.189758] Registered IR keymap rc-empty
   415  [    8.189861] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/r                                                                                           c0
   416  [    8.190218] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0                                                                                           , raw IR receiver, no transmitter
   417  [    8.190391] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc                                                                                           0/input1
   418  [    8.195836] sunxi-ir 1f02000.ir: initialized sunXi IR driver
   419  [    8.778652] Adding 511504k swap on /dev/zram1.  Priority:5 extents:1                                                                                            across:511504k SSFS
   420  [    8.790869] random: crng init done
   421  [    8.790886] random: 7 urandom warning(s) missed due to ratelimiting
   422  [    8.961251] zram0: detected capacity change from 0 to 52428800
   423  [    9.160781] EXT4-fs (zram0): mounted filesystem without journal. Opts                                                                                           : discard
   424  [    9.160833] ext4 filesystem being mounted at /var/log supports timest                                                                                           amps until 2038 (0x7fffffff)
   425
   426  ### armbian-release:
   427
   428  # PLEASE DO NOT EDIT THIS FILE
   429  BOARD=orangepipc
   430  BOARD_NAME="Orange Pi PC"
   431  BOARDFAMILY=sun8i
   432  BUILD_REPOSITORY_URL=https://github.com/armbian/build
   433  BUILD_REPOSITORY_COMMIT=7223cca4
   434  VERSION=5.90
   435  LINUXFAMILY=sunxi
   436  BRANCH=next
   437  ARCH=arm
   438  IMAGE_TYPE=stable
   439  BOARD_TYPE=conf
   440  INITRD_ARCH=arm
   441  KERNEL_IMAGE_TYPE=zImage
   442
   443  ### boot environment:
   444
   445  verbosity=1
   446  logo=disabled
   447  console=both
   448  disp_mode=1920x1080p60
   449  overlay_prefix=sun8i-h3
   450  rootdev=UUID=3d863bb3-b616-4229-94e7-8c92ac95501a
   451  rootfstype=ext4
   452  usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
   453
   454  ### lsusb:
   455
   456  Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   457  Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   458  Bus 007 Device 002: ID 2341:0043 Arduino SA Uno R3 (CDC ACM)
   459  Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   460  Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   461  Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   462  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   463  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   464  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   465  Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   466
   467  ### lscpu:
   468
   469  Architecture:        armv7l
   470  Byte Order:          Little Endian
   471  CPU(s):              4
   472  On-line CPU(s) list: 0-3
   473  Thread(s) per core:  1
   474  Core(s) per socket:  4
   475  Socket(s):           1
   476  Vendor ID:           ARM
   477  Model:               5
   478  Model name:          Cortex-A7
   479  Stepping:            r0p5
   480  CPU max MHz:         1368.0000
   481  CPU min MHz:         480.0000
   482  BogoMIPS:            65.14
   483  Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 i                                                                                           diva idivt vfpd32 lpae evtstrm
   484
   485  ### cpuinfo:
   486
   487  processor       : 0
   488  model name      : ARMv7 Processor rev 5 (v7l)
   489  BogoMIPS        : 65.14
   490  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiv                                                                                           a idivt vfpd32 lpae evtstrm
   491  CPU implementer : 0x41
   492  CPU architecture: 7
   493  CPU variant     : 0x0
   494  CPU part        : 0xc07
   495  CPU revision    : 5
   496
   497  processor       : 1
   498  model name      : ARMv7 Processor rev 5 (v7l)
   499  BogoMIPS        : 65.14
   500  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiv                                                                                           a idivt vfpd32 lpae evtstrm
   501  CPU implementer : 0x41
   502  CPU architecture: 7
   503  CPU variant     : 0x0
   504  CPU part        : 0xc07
   505  CPU revision    : 5
   506
   507  processor       : 2
   508  model name      : ARMv7 Processor rev 5 (v7l)
   509  BogoMIPS        : 65.14
   510  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiv                                                                                           a idivt vfpd32 lpae evtstrm
   511  CPU implementer : 0x41
   512  CPU architecture: 7
   513  CPU variant     : 0x0
   514  CPU part        : 0xc07
   515  CPU revision    : 5
   516
   517  processor       : 3
   518  model name      : ARMv7 Processor rev 5 (v7l)
   519  BogoMIPS        : 65.14
   520  Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiv                                                                                           a idivt vfpd32 lpae evtstrm
   521  CPU implementer : 0x41
   522  CPU architecture: 7
   523  CPU variant     : 0x0
   524  CPU part        : 0xc07
   525  CPU revision    : 5
   526
   527  Hardware        : Allwinner sun8i Family
   528  Revision        : 0000
   529  Serial          : 02c00081f426a221
   530
   531  ### meminfo:
   532
   533  MemTotal:        1023012 kB
   534  MemFree:          918372 kB
   535  MemAvailable:     946380 kB
   536  Buffers:           13448 kB
   537  Cached:            31212 kB
   538  SwapCached:            0 kB
   539  Active:            27092 kB
   540  Inactive:          24192 kB
   541  Active(anon):        120 kB
   542  Inactive(anon):     8368 kB
   543  Active(file):      26972 kB
   544  Inactive(file):    15824 kB
   545  Unevictable:           0 kB
   546  Mlocked:               0 kB
   547  HighTotal:        262132 kB
   548  HighFree:         205268 kB
   549  LowTotal:         760880 kB
   550  LowFree:          713104 kB
   551  SwapTotal:        511504 kB
   552  SwapFree:         511504 kB
   553  Dirty:                 0 kB
   554  Writeback:             0 kB
   555  AnonPages:          6788 kB
   556  Mapped:             8032 kB
   557  Shmem:              1640 kB
   558  KReclaimable:       8904 kB
   559  Slab:              24612 kB
   560  SReclaimable:       8904 kB
   561  SUnreclaim:        15708 kB
   562  KernelStack:         944 kB
   563  PageTables:          256 kB
   564  NFS_Unstable:          0 kB
   565  Bounce:                0 kB
   566  WritebackTmp:          0 kB
   567  CommitLimit:     1023008 kB
   568  Committed_AS:      14536 kB
   569  VmallocTotal:     245760 kB
   570  VmallocUsed:       15212 kB
   571  VmallocChunk:          0 kB
   572  Percpu:              640 kB
   573  CmaTotal:         131072 kB
   574  CmaFree:          103548 kB
   575
   576  ### virtual memory:
   577
   578  vm.admin_reserve_kbytes = 8192
   579  vm.block_dump = 0
   580  vm.compaction_proactiveness = 20
   581  vm.compact_unevictable_allowed = 1
   582  vm.dirty_background_bytes = 0
   583  vm.dirty_background_ratio = 10
   584  vm.dirty_bytes = 0
   585  vm.dirty_expire_centisecs = 3000
   586  vm.dirty_ratio = 20
   587  vm.dirtytime_expire_seconds = 43200
   588  vm.dirty_writeback_centisecs = 500
   589  vm.extfrag_threshold = 500
   590  vm.highmem_is_dirtyable = 0
   591  vm.laptop_mode = 0
   592  vm.legacy_va_layout = 0
   593  vm.lowmem_reserve_ratio = 32    0       0
   594  vm.max_map_count = 65530
   595  vm.min_free_kbytes = 3464
   596  vm.mmap_min_addr = 4096
   597  vm.mmap_rnd_bits = 8
   598  vm.oom_dump_tasks = 1
   599  vm.oom_kill_allocating_task = 0
   600  vm.overcommit_kbytes = 0
   601  vm.overcommit_memory = 0
   602  vm.overcommit_ratio = 50
   603  vm.page-cluster = 0
   604  vm.page_lock_unfairness = 5
   605  vm.panic_on_oom = 0
   606  vm.percpu_pagelist_fraction = 0
   607  vm.stat_interval = 1
   608  vm.swappiness = 100
   609  vm.user_reserve_kbytes = 31466
   610  vm.vfs_cache_pressure = 100
   611  vm.watermark_boost_factor = 15000
   612  vm.watermark_scale_factor = 10
   613
   614  ### ip addr:
   615
   616  1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN grou                                                                                           p default qlen 1000
   617      link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
   618      inet XXX.XXX.0.1/8 scope host lo
   619         valid_lft forever preferred_lft forever
   620      inet6 ::1/128 scope host
   621         valid_lft forever preferred_lft forever
   622  2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group defa                                                                                           ult qlen 1000
   623      link/ether 02:81:f4:26:a2:21 brd ff:ff:ff:ff:ff:ff
   624
   625  ### partitions:
   626
   627  major minor  #blocks  name
   628
   629   179        0   31166976 mmcblk0
   630   179        1    7570464 mmcblk0p1
   631   254        0      51200 zram0
   632   254        1     511508 zram1
   633
   634  ### df:
   635
   636  udev            431M     0  431M   0% /dev
   637  tmpfs           100M  1.7M   99M   2% /run
   638  /dev/mmcblk0p1  7.1G  4.0G  3.1G  57% /
   639  tmpfs           500M     0  500M   0% /dev/shm
   640  tmpfs           5.0M  4.0K  5.0M   1% /run/lock
   641  tmpfs           500M     0  500M   0% /sys/fs/cgroup
   642  tmpfs           500M  4.0K  500M   1% /tmp
   643  /dev/zram0       49M  6.6M   39M  15% /var/log
   644
   645  ### lsblk:
   646
   647  NAME        FSTYPE   SIZE MOUNTPOINT UUID
   648  mmcblk0             29.7G
   649  └─mmcblk0p1 ext4     7.2G /          3d863bb3-b616-4229-94e7-8c92ac95501                                                                                           a
   650  zram0                 50M /var/log
   651
   652  ### zramctl:
   653
   654  NAME       ALGORITHM DISKSIZE  DATA  COMPR TOTAL STREAMS MOUNTPOINT
   655  /dev/zram1 lzo         499.5M    4K    76B    4K       4 [SWAP]
   656  /dev/zram0 zstd           50M  6.5M 767.7K  1.1M       4 /var/log
   657
   658  ### mtab:
   659
   660  /dev/mmcblk0p1 / ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600                                                                                            0 0
   661  /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,nodiratime,errors=remount-ro                                                                                           ,commit=600 0 0
   662  /dev/zram0 /var/log ext4 rw,relatime,discard 0 0
   663
   664  ### mmc0:aaaa info:
   665
   666                manfid: 0x000003
   667                   cid: 035344534333324780450b10ea012561
   668                 fwrev: 0x0
   669                   rca: 0xaaaa
   670                   csd: 400e00325b590000edc87f800a4040c3
   671                   ocr: 0x00200000
   672                  type: SD
   673                  date: 05/2018
   674                 hwrev: 0x8
   675                   dsr: 0x404
   676                serial: 0x450b10ea
   677            erase_size: 512
   678                uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SC32G MODALIAS=                                                                                           mmc:block
   679                   ssr: 0000000005000000040090000f051a00000000000001000000                                                                                           000000000000000000000000000000000000000000000000000000000000000000000000000000
   680                   scr: 0235804300000000
   681                 oemid: 0x5344
   682  preferred_erase_size: 4194304
   683                  name: SC32G
   684
   685  ### Boot system health:
   686
   687  Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
   688  11:00:41: 1296MHz  1.11  45%  23%  16%   0%   4%   0% 35.7°C  0/8
   689  11:00:42: 1296MHz  1.11  80%  16%  15%   2%  45%   0% 32.6°C  0/8
   690  11:00:42: 1296MHz  1.11  74%  12%  15%   1%  44%   0% 32.4°C  0/8
   691  11:00:43: 1296MHz  1.11  81%  20%  26%   3%  30%   0% 32.4°C  0/8
   692  11:00:43: 1296MHz  1.11  96%  29%  41%   8%  15%   0% 34.9°C  0/8
   693
   694  ### lsusb:
   695
   696  Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   697  Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   698  Bus 007 Device 002: ID 2341:0043 Arduino SA Uno R3 (CDC ACM)
   699  Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   700  Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   701  Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   702  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   703  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   704  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   705  Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   706
   707  /:  Bus 09.Port 1: Dev 1, Class=root_hub, Driver=musb-hdrc/1p, 480M
   708  /:  Bus 08.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
   709  /:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
   710      |__ Port 1: Dev 2, If 0, Class=Communications, Driver=cdc_acm, 12M
   711      |__ Port 1: Dev 2, If 1, Class=CDC Data, Driver=cdc_acm, 12M
   712  /:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
   713  /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
   714  /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
   715  /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
   716  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
   717  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
   718
   719  ### Installed packages:
   720
   721  ii  armbian-config                     20.11.6                                                                                                                        all          Armbian configuration utility
   722  ii  armbian-firmware                   20.11.3                                                                                                                        all          Linux firmware
   723  ii  armbian-tools-stretch              5.75                                                                                                                           armhf        Armbian tools, Cubie bt utils
   724  ii  hostapd                            3:2.9-102~armbian20.05.2+1                                                                                                     armhf        IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
   725  ii  htop                               3.1.0-0~armbian20.08.2+1                                                                                                       armhf        interactive processes viewer
   726  ii  linux-base                         4.6                                                                                                                            all          Linux image base package
   727  ii  linux-dtb-current-sunxi            20.11.7                                                                                                                        armhf        Linux DTB, version 5.10.4-sunxi
   728  ii  linux-dtb-next-sunxi               5.92                                                                                                                           armhf        Linux DTB, version 4.19.62-sunxi
   729  ii  linux-image-current-sunxi          20.11.7                                                                                                                        armhf        Linux kernel, version 5.10.4-sunxi
   730  ii  linux-image-next-sunxi             5.92                                                                                                                           armhf        Linux kernel, version 4.19.62-sunxi
   731  ii  linux-libc-dev                     5.70                                                                                                                           armhf        Linux support headers for userspace development
   732  ii  linux-stretch-root-next-orangepipc 5.90                                                                                                                           armhf        Armbian tweaks for stretch on orangepipc (next branch)
   733  ii  linux-u-boot-orangepipc-current    20.11.6                                                                                                                        armhf        Uboot loader 2020.10
   734
   735  ### Loaded modules:
   736
   737  Module                  Size  Used by
   738  nfnetlink_queue        20480  0
   739  nfnetlink_log          20480  0
   740  bluetooth             417792  0
   741  ecdh_generic           16384  1 bluetooth
   742  ecc                    28672  1 ecdh_generic
   743  xt_conntrack           16384  1
   744  xt_MASQUERADE          20480  1
   745  nf_conntrack_netlink    36864  0
   746  nft_counter            16384  15
   747  xt_addrtype            16384  2
   748  nft_compat             16384  4
   749  nft_chain_nat          16384  4
   750  nf_nat                 32768  2 xt_MASQUERADE,nft_chain_nat
   751  nf_conntrack           98304  4 xt_MASQUERADE,nf_conntrack_netlink,xt_co                                                                                           nntrack,nf_nat
   752  nf_defrag_ipv6         20480  1 nf_conntrack
   753  nf_defrag_ipv4         16384  1 nf_conntrack
   754  nf_tables             131072  45 nft_compat,nft_chain_nat,nft_counter
   755  nfnetlink              16384  6 nfnetlink_log,nft_compat,nfnetlink_queue                                                                                           ,nf_conntrack_netlink,nf_tables
   756  br_netfilter           28672  0
   757  rfkill                 20480  2 bluetooth
   758  overlay                86016  0
   759  snd_soc_hdmi_codec     20480  1
   760  sunxi_cir              20480  0
   761  sun4i_gpadc_iio        16384  0
   762  dw_hdmi_i2s_audio      16384  0
   763  dw_hdmi_cec            16384  0
   764  lima                   45056  0
   765  industrialio           53248  1 sun4i_gpadc_iio
   766  gpu_sched              28672  1 lima
   767  sun8i_thermal          16384  0
   768  cdc_acm                32768  0
   769  sun8i_ce               28672  0
   770  sunxi_cedrus           32768  0
   771  crypto_engine          16384  1 sun8i_ce
   772  rng_core               16384  1 sun8i_ce
   773  v4l2_mem2mem           20480  1 sunxi_cedrus
   774  videobuf2_dma_contig    20480  1 sunxi_cedrus
   775  videobuf2_memops       20480  1 videobuf2_dma_contig
   776  videobuf2_v4l2         20480  2 sunxi_cedrus,v4l2_mem2mem
   777  videobuf2_common       40960  3 sunxi_cedrus,v4l2_mem2mem,videobuf2_v4l2
   778  evdev                  20480  1
   779  zram                   24576  2
   780  uio_pdrv_genirq        20480  0
   781  cpufreq_dt             20480  0
   782  uio                    16384  1 uio_pdrv_genirq
   783  display_connector      20480  0
   784  ip_tables              24576  0
   785  x_tables               24576  5 ip_tables,nft_compat,xt_MASQUERADE,xt_ad                                                                                           drtype,xt_conntrack
   786  autofs4                36864  2
   787  sy8106a_regulator      16384  1
   788  sunxi                  16384  0
   789  phy_generic            20480  2 sunxi
   790  gpio_keys              20480  0
   791
   792  ### nand-sata-install.log:
   793
   794
   795
   796  ### Current system health:
   797
   798  Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
   799  09:22:19:   ---      0.22   3%   1%   0%   1%   0%   0% 25.3°C  0/8
   800  09:22:19:   ---      0.22   7%   6%   0%   1%   0%   0% 24.1°C  0/8
   801  09:22:20:   ---      0.22  20%  14%   0%   6%   0%   0% 24.8°C  0/8
   802  09:22:20:   ---      0.22   6%   4%   0%   1%   0%   0% 24.1°C  0/8
   803  09:22:20:   ---      0.22   7%   4%   0%   2%   0%   0% 24.5°C  0/8
   804  09:22:24:   ---      0.22   3%   1%   0%   1%   0%   0% 35.2°C  0/8
   805  09:22:24:   ---      0.60  79%   0%  76%   1%   0%   0% 32.0°C  0/8
   806  09:22:24:   ---      0.60   7%   3%   0%   3%   0%   0% 28.0°C  0/8
   807  09:22:25:   ---      0.60   9%   7%   0%   1%   0%   0% 27.8°C  0/8
   808  09:22:25:   ---      0.60   7%   3%   0%   4%   0%   0% 26.8°C  0/8
   809
   810  ### resolv.conf
   811
   812  -rw-r--r-- 1 root root 72 Feb  6 11:00 /etc/resolv.conf
   813  # Generated by NetworkManager
   814  nameserver XXX.XXX.8.8
   815  nameserver XXX.XXX.1.1
   816
   817  ### Current sysinfo:
   818
   819  Linux 5.10.4-sunxi (orangepipc)         02/08/2021      _armv7l_       (                                                                                           4 CPU)
   820
   821  avg-cpu:  %user   %nice %system %iowait  %steal   %idle
   822             0.49    1.56    1.21    0.06    0.00   96.69
   823
   824  Device             tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
   825  ram0              0.00         0.00         0.00          0          0
   826  ram1              0.00         0.00         0.00          0          0
   827  ram2              0.00         0.00         0.00          0          0
   828  ram3              0.00         0.00         0.00          0          0
   829  mmcblk0           1.78         2.49        15.05     415185    2513000
   830  mmcblk0p1         1.78         2.47        15.05     412049    2513000
   831  zram0             0.23         0.07         0.94      11008     156680
   832  zram1             0.00         0.01         0.00       1184          4
   833  zram2             0.00         0.00         0.00          0          0
   834
   835  procs -----------------------memory---------------------- ---swap-- ----                                                                                           -io---- -system-- --------cpu--------
   836   r  b         swpd         free         buff        cache   si   so    b                                                                                           i    bo   in   cs  us  sy  id  wa  st
   837   0  0            0       476444        36084       246840    0    0                                                                                                1     4   38   12   2   1  97   0   0
   838
   839                total        used        free      shared  buff/cache   av                                                                                           ailable
   840  Mem:          999Mi       257Mi       465Mi        11Mi       276Mi                                                                                                  699Mi
   841  Swap:         499Mi          0B       499Mi
   842
   843  NAME       ALGORITHM DISKSIZE  DATA COMPR TOTAL STREAMS MOUNTPOINT
   844  /dev/zram1 lzo         499.5M    4K   76B    4K       4 [SWAP]
   845  /dev/zram0 zstd           50M 20.4M  2.5M    3M       4 /var/log
   846
   847   09:22:26 up 1 day, 22:22,  1 user,  load average: 0.60, 0.24, 0.13
   848
   849  [165191.518747] device eth0 entered promiscuous mode
   850  [165191.783478] device eth0 left promiscuous mode
   851  [165211.411514] device eth0 entered promiscuous mode
   852  [165211.756217] device eth0 left promiscuous mode
   853  [165231.604272] device eth0 entered promiscuous mode
   854  [165231.724897] device eth0 left promiscuous mode
   855  [165241.336635] device eth0 entered promiscuous mode
   856  [165241.661312] device eth0 left promiscuous mode
   857  [165251.505008] device eth0 entered promiscuous mode
   858  [165251.697686] device eth0 left promiscuous mode
   859  [165271.373774] device eth0 entered promiscuous mode
   860  [165271.466416] device eth0 left promiscuous mode
   861  [165271.541790] device eth0 entered promiscuous mode
   862  [165271.662431] device eth0 left promiscuous mode
   863  [165291.582539] device eth0 entered promiscuous mode
   864  [165291.943227] device eth0 left promiscuous mode
   865  [165301.370917] device eth0 entered promiscuous mode
   866  [165301.563584] device eth0 left promiscuous mode
   867  [165311.531300] device eth0 entered promiscuous mode
   868  [165311.603929] device eth0 left promiscuous mode
   869  [165331.416050] device eth0 entered promiscuous mode
   870  [165331.676746] device eth0 left promiscuous mode
   871  [165351.552818] device eth0 entered promiscuous mode
   872  [165351.841501] device eth0 left promiscuous mode
   873  [165361.325237] device eth0 entered promiscuous mode
   874  [165361.481860] device eth0 left promiscuous mode
   875  [165371.529602] device eth0 entered promiscuous mode
   876  [165371.818238] device eth0 left promiscuous mode
   877  [165391.370324] device eth0 entered promiscuous mode
   878  [165391.779073] device eth0 left promiscuous mode
   879  [165411.599080] device eth0 entered promiscuous mode
   880  [165411.755773] device eth0 left promiscuous mode
   881  [165421.343452] device eth0 entered promiscuous mode
   882  [165421.692156] device eth0 left promiscuous mode
   883  [165431.523839] device eth0 entered promiscuous mode
   884  [165431.716513] device eth0 left promiscuous mode
   885  [165451.424594] device eth0 entered promiscuous mode
   886  [165451.485219] device eth0 left promiscuous mode
   887  [165451.548639] device eth0 entered promiscuous mode
   888  [165451.693316] device eth0 left promiscuous mode
   889  [165471.561350] device eth0 entered promiscuous mode
   890  [165471.658013] device eth0 left promiscuous mode
   891  [165481.345730] device eth0 entered promiscuous mode
   892  [165481.598422] device eth0 left promiscuous mode
   893  [165491.530162] device eth0 entered promiscuous mode
   894  [165491.626777] device eth0 left promiscuous mode
   895  [165511.398867] device eth0 entered promiscuous mode
   896  [165511.699626] device eth0 left promiscuous mode
   897  [165531.567627] device eth0 entered promiscuous mode
   898  [165531.892316] device eth0 left promiscuous mode
   899  [165541.344000] device eth0 entered promiscuous mode
   900  [165541.500724] device eth0 left promiscuous mode
   901  [165551.504386] device eth0 entered promiscuous mode
   902  [165551.841041] device eth0 left promiscuous mode
   903  [165571.373139] device eth0 entered promiscuous mode
   904  [165571.805883] device eth0 left promiscuous mode
   905  [165591.605899] device eth0 entered promiscuous mode
   906  [165591.774561] device eth0 left promiscuous mode
   907  [165601.374267] device eth0 entered promiscuous mode
   908  [165602.645478] device eth0 left promiscuous mode
   909  [165611.542648] device eth0 entered promiscuous mode
   910  [165611.747338] device eth0 left promiscuous mode
   911  [165631.403422] device eth0 entered promiscuous mode
   912  [165631.512100] device eth0 left promiscuous mode
   913  [165631.527448] device eth0 entered promiscuous mode
   914  [165631.708149] device eth0 left promiscuous mode
   915  [165651.556178] device eth0 entered promiscuous mode
   916  [165651.784864] device eth0 left promiscuous mode
   917  [165661.368549] device eth0 entered promiscuous mode
   918  [165661.621332] device eth0 left promiscuous mode
   919  [165671.524931] device eth0 entered promiscuous mode
   920  [165671.657603] device eth0 left promiscuous mode
   921  [165691.393754] device eth0 entered promiscuous mode
   922  [165691.726406] device eth0 left promiscuous mode
   923  [165711.594446] device eth0 entered promiscuous mode
   924  [165711.895145] device eth0 left promiscuous mode
   925  [165721.386823] device eth0 entered promiscuous mode
   926  [165721.531476] device eth0 left promiscuous mode
   927  [165731.555207] device eth0 entered promiscuous mode
   928  [165731.867895] device eth0 left promiscuous mode
   929  [165751.435962] device eth0 entered promiscuous mode
   930  [165751.836724] device eth0 left promiscuous mode
   931  [165771.560718] device eth0 entered promiscuous mode
   932  [165771.801421] device eth0 left promiscuous mode
   933  [165781.357097] device eth0 entered promiscuous mode
   934  [165781.429757] device eth0 left promiscuous mode
   935  [165791.537471] device eth0 entered promiscuous mode
   936  [165791.778165] device eth0 left promiscuous mode
   937  [165811.430238] device eth0 entered promiscuous mode
   938  [165811.538796] device eth0 left promiscuous mode
   939  [165811.558286] device eth0 entered promiscuous mode
   940  [165811.738970] device eth0 left promiscuous mode
   941  [165831.603026] device eth0 entered promiscuous mode
   942  [165831.711640] device eth0 left promiscuous mode
   943  [165841.367363] device eth0 entered promiscuous mode
   944  [165841.644045] device eth0 left promiscuous mode
   945  [165851.535755] device eth0 entered promiscuous mode
   946  [165851.680390] device eth0 left promiscuous mode
   947  [165871.412509] device eth0 entered promiscuous mode
   948  [165871.749196] device eth0 left promiscuous mode
   949  [165891.557262] device eth0 entered promiscuous mode
sysctl: permission denied on key 'vm.mmap_rnd_bits'
   950  [165891.617905] device eth0 left promiscuous mode
   951  [165901.389637] device eth0 entered promiscuous mode
   952  [165901.558305] device eth0 left promiscuous mode
   953  [165911.518010] device eth0 entered promiscuous mode
   954  [165911.590688] device eth0 left promiscuous mode
   955  [165931.390781] device eth0 entered promiscuous mode
   956  [165931.867486] device eth0 left promiscuous mode
   957  [165951.591535] device eth0 entered promiscuous mode
   958  [165951.832231] device eth0 left promiscuous mode
   959  [165961.407918] device eth0 entered promiscuous mode
   960  [165961.456566] device eth0 left promiscuous mode
   961  [165971.520293] device eth0 entered promiscuous mode
   962  [165971.796964] device eth0 left promiscuous mode
   963  [165991.421067] device eth0 entered promiscuous mode
   964  [165991.565705] device eth0 left promiscuous mode
   965  [165991.593055] device eth0 entered promiscuous mode
   966  [165991.777720] device eth0 left promiscuous mode
   967  [166011.593811] device eth0 entered promiscuous mode
   968  [166011.738469] device eth0 left promiscuous mode
   969  [166021.382190] device eth0 entered promiscuous mode
   970  [166022.659753] device eth0 left promiscuous mode
   971  [166031.582571] device eth0 entered promiscuous mode
   972  [166031.703225] device eth0 left promiscuous mode
   973  [166051.383323] device eth0 entered promiscuous mode
   974  [166051.472003] device eth0 left promiscuous mode
   975  [166051.567323] device eth0 entered promiscuous mode
   976  [166051.675963] device eth0 left promiscuous mode
   977  [166071.640084] device eth0 entered promiscuous mode
   978  [166071.952790] device eth0 left promiscuous mode
   979  [166081.396493] device eth0 entered promiscuous mode
   980  [166081.577113] device eth0 left promiscuous mode
   981  [166091.572840] device eth0 entered promiscuous mode
   982  [166091.621506] device eth0 left promiscuous mode
   983  [166111.429591] device eth0 entered promiscuous mode
   984  [166111.898329] device eth0 left promiscuous mode
   985  [166131.622387] device eth0 entered promiscuous mode
   986  [166131.867023] device eth0 left promiscuous mode
   987  [166141.382731] device eth0 entered promiscuous mode
   988  [166141.491376] device eth0 left promiscuous mode
   989  [166151.571112] device eth0 entered promiscuous mode
   990  [166151.823822] device eth0 left promiscuous mode
   991  [166171.431894] device eth0 entered promiscuous mode
   992  [166171.800591] device eth0 left promiscuous mode
   993  [166191.644622] device eth0 entered promiscuous mode
   994  [166191.765320] device eth0 left promiscuous mode
   995  [166201.388998] device eth0 entered promiscuous mode
   996  [166201.701675] device eth0 left promiscuous mode
   997  [166211.545379] device eth0 entered promiscuous mode
   998  [166211.738086] device eth0 left promiscuous mode
   999  [166231.466160] device eth0 entered promiscuous mode
  1000  [166231.802855] device eth0 left promiscuous mode
  1001  [166251.594902] device eth0 entered promiscuous mode
  1002  [166251.683533] device eth0 left promiscuous mode
  1003  [166261.407286] device eth0 entered promiscuous mode
  1004  [166261.599946] device eth0 left promiscuous mode
  1005  [166271.559658] device eth0 entered promiscuous mode
  1006  [166271.644308] device eth0 left promiscuous mode
  1007  [166291.420414] device eth0 entered promiscuous mode
  1008  [166291.925126] device eth0 left promiscuous mode
  1009  [166311.585229] device eth0 entered promiscuous mode
  1010  [166311.885882] device eth0 left promiscuous mode
  1011  [166321.421538] device eth0 entered promiscuous mode
  1012  [166321.506207] device eth0 left promiscuous mode
  1013  [166331.593931] device eth0 entered promiscuous mode
  1014  [166331.858617] device eth0 left promiscuous mode
  1015  [166351.426749] device eth0 entered promiscuous mode
  1016  [166351.831381] device eth0 left promiscuous mode
  1017  [166371.603443] device eth0 entered promiscuous mode
  1018  [166371.796146] device eth0 left promiscuous mode
  1019  [166381.435929] device eth0 entered promiscuous mode
  1020  [166381.725380] device eth0 left promiscuous mode
  1021  [166391.572193] device eth0 entered promiscuous mode
  1022  [166391.764863] device eth0 left promiscuous mode
  1023  [166411.424970] device eth0 entered promiscuous mode
  1024  [166411.521588] device eth0 left promiscuous mode
  1025  [166411.572614] device eth0 entered promiscuous mode
  1026  [166411.729617] device eth0 left promiscuous mode
  1027  [166431.641782] device eth0 entered promiscuous mode
  1028  [166431.702352] device eth0 left promiscuous mode
sysctl: permission denied on key 'vm.stat_refresh'
  1029  [166441.458085] device eth0 entered promiscuous mode
  1030  [166441.626748] device eth0 left promiscuous mode
  1031  [166451.558463] device eth0 entered promiscuous mode
  1032  [166451.667134] device eth0 left promiscuous mode
  1033  [166471.459223] device eth0 entered promiscuous mode
  1034  [166471.735964] device eth0 left promiscuous mode
  1035  [166491.595985] device eth0 entered promiscuous mode
  1036  [166491.908691] device eth0 left promiscuous mode
  1037  [166501.440364] device eth0 entered promiscuous mode
  1038  [166502.715145] device eth0 left promiscuous mode
  1039  [166511.564745] device eth0 entered promiscuous mode
  1040  [166511.877422] device eth0 left promiscuous mode
  1041  [166531.437509] device eth0 entered promiscuous mode
  1042  [166532.158232] device eth0 left promiscuous mode
  1043  [166551.610261] device eth0 entered promiscuous mode
  1044  [166551.826993] device eth0 left promiscuous mode
  1045  [166561.490631] device eth0 entered promiscuous mode
  1046  [166562.767409] device eth0 left promiscuous mode
  1047  [166571.567006] device eth0 entered promiscuous mode
  1048  [166571.783680] device eth0 left promiscuous mode
  1049  [166591.459765] device eth0 entered promiscuous mode
  1050  [166591.556351] device eth0 left promiscuous mode
  1051  [166591.571819] device eth0 entered promiscuous mode
  1052  [166591.752481] device eth0 left promiscuous mode
  1053  [166611.628538] device eth0 entered promiscuous mode
  1054  [166611.725181] device eth0 left promiscuous mode
  1055  [166621.436918] device eth0 entered promiscuous mode
  1056  [166621.653574] device eth0 left promiscuous mode
  1057  [166631.561279] device eth0 entered promiscuous mode
  1058  [166631.693920] device eth0 left promiscuous mode
  1059  [166651.418081] device eth0 entered promiscuous mode
  1060  [166651.766761] device eth0 left promiscuous mode
  1061  [166671.638803] device eth0 entered promiscuous mode
  1062  [166671.939482] device eth0 left promiscuous mode
  1063  [166681.395211] device eth0 entered promiscuous mode
  1064  [166681.563846] device eth0 left promiscuous mode
  1065  [166691.571559] device eth0 entered promiscuous mode
  1066  [166691.908259] device eth0 left promiscuous mode
  1067  [166711.480311] device eth0 entered promiscuous mode
  1068  [166711.877040] device eth0 left promiscuous mode
  1069  [166731.653076] device eth0 entered promiscuous mode
  1070  [166731.845751] device eth0 left promiscuous mode
  1071  [166741.461472] device eth0 entered promiscuous mode
  1072  [166741.774155] device eth0 left promiscuous mode
  1073  [166751.581858] device eth0 entered promiscuous mode
  1074  [166751.822498] device eth0 left promiscuous mode
  1075  [166771.510621] device eth0 entered promiscuous mode
  1076  [166771.575213] device eth0 left promiscuous mode
  1077  [166771.606602] device eth0 entered promiscuous mode
  1078  [166771.787264] device eth0 left promiscuous mode
  1079  [166791.631347] device eth0 entered promiscuous mode
  1080  [166791.788016] device eth0 left promiscuous mode
  1081  [166801.431736] device eth0 entered promiscuous mode
  1082  [166801.684417] device eth0 left promiscuous mode
  1083  [166811.600113] device eth0 entered promiscuous mode
  1084  [166811.720762] device eth0 left promiscuous mode
  1085  [166831.504857] device eth0 entered promiscuous mode
  1086  [166831.789573] device eth0 left promiscuous mode
  1087  [166851.621619] device eth0 entered promiscuous mode
  1088  [166851.970299] device eth0 left promiscuous mode
  1089  [166861.461997] device eth0 entered promiscuous mode
  1090  [166861.594671] device eth0 left promiscuous mode
  1091  [166871.606371] device eth0 entered promiscuous mode
  1092  [166871.943056] device eth0 left promiscuous mode
  1093  [166891.503144] device eth0 entered promiscuous mode
  1094  [166891.903854] device eth0 left promiscuous mode
  1095  [166911.675929] device eth0 entered promiscuous mode
  1096  [166911.880881] device eth0 left promiscuous mode
  1097  [166921.476265] device eth0 entered promiscuous mode
  1098  [166921.804959] device eth0 left promiscuous mode
  1099
  1100
  1101  vm.admin_reserve_kbytes = 8192
  1102  vm.block_dump = 0
  1103  vm.compaction_proactiveness = 20
  1104  vm.compact_unevictable_allowed = 1
  1105  vm.dirty_background_bytes = 0
  1106  vm.dirty_background_ratio = 10
  1107  vm.dirty_bytes = 0
  1108  vm.dirty_expire_centisecs = 3000
  1109  vm.dirty_ratio = 20
  1110  vm.dirtytime_expire_seconds = 43200
  1111  vm.dirty_writeback_centisecs = 500
  1112  vm.extfrag_threshold = 500
  1113  vm.highmem_is_dirtyable = 0
  1114  vm.laptop_mode = 0
  1115  vm.legacy_va_layout = 0
  1116  vm.lowmem_reserve_ratio = 32    0       0
  1117  vm.max_map_count = 65530
  1118  vm.min_free_kbytes = 3464
  1119  vm.mmap_min_addr = 4096
  1120  vm.oom_dump_tasks = 1
  1121  vm.oom_kill_allocating_task = 0
  1122  vm.overcommit_kbytes = 0
  1123  vm.overcommit_memory = 0
  1124  vm.overcommit_ratio = 50
  1125  vm.page-cluster = 0
  1126  vm.page_lock_unfairness = 5
  1127  vm.panic_on_oom = 0
  1128  vm.percpu_pagelist_fraction = 0
  1129  vm.stat_interval = 1
  1130  vm.swappiness = 100
  1131  vm.user_reserve_kbytes = 31466
  1132  vm.vfs_cache_pressure = 100
  1133  vm.watermark_boost_factor = 15000
  1134  vm.watermark_scale_factor = 10
  1135
  1136  ### interrupts:
  1137             CPU0       CPU1       CPU2       CPU3
  1138   25:          0          0          0          0     GICv2  50 Level                                                                                                timer@1c20c00
  1139   26:          0          0          0          0     GICv2  29 Level                                                                                                arch_timer
  1140   27:   30033677   46374264   50708960   36273889     GICv2  30 Level                                                                                                arch_timer
  1141   30:          0          0          0          0     GICv2  82 Level                                                                                                1c02000.dma-controller
  1142   31:          0          0          0          0     GICv2 118 Level                                                                                                1c0c000.lcd-controller
  1143   32:   16731047          0          0          0     GICv2  92 Level                                                                                                sunxi-mmc
  1144   34:          0          0          0          0     GICv2 103 Level                                                                                                musb-hdrc.4.auto
  1145   35:          0          0          0          0     GICv2 104 Level                                                                                                ehci_hcd:usb1
  1146   36:          0          0          0          0     GICv2 105 Level                                                                                                ohci_hcd:usb2
  1147   37:          0          0          0          0     GICv2 106 Level                                                                                                ehci_hcd:usb3
  1148   38:          0          0          0          0     GICv2 107 Level                                                                                                ohci_hcd:usb6
  1149   39:          2          0          0          0     GICv2 108 Level                                                                                                ehci_hcd:usb4
  1150   40:         36          0          0          0     GICv2 109 Level                                                                                                ohci_hcd:usb7
  1151   41:          0          0          0          0     GICv2 110 Level                                                                                                ehci_hcd:usb5
  1152   42:          0          0          0          0     GICv2 111 Level                                                                                                ohci_hcd:usb8
  1153   46:     986087          0          0          0     GICv2 114 Level                                                                                                eth0
  1154   50:        953          0          0          0     GICv2  32 Level                                                                                                ttyS0
  1155   51:          0          0          0          0     GICv2 120 Level                                                                                                1ee0000.hdmi, dw-hdmi-cec
  1156   52:          0          0          0          0  sun6i-r-intc   8 Level                                                                                                1f00000.rtc
  1157   54:          0          0          0          0  sun6i-r-intc   5 Level                                                                                                sunxi-ir
  1158   55:    1290348          0          0          0     GICv2  76 Level                                                                                                mv64xxx_i2c
  1159   58:          0          0          0          0     GICv2  90 Level                                                                                                1c0e000.video-codec
  1160   59:          0          0          0          0     GICv2 126 Level                                                                                                sun8i-ce-ns
  1161   60:          0          0          0          0     GICv2 129 Level                                                                                                gp
  1162   61:          0          0          0          0     GICv2 130 Level                                                                                                gpmmu
  1163   62:          0          0          0          0     GICv2 131 Level                                                                                                pp0
  1164   63:          0          0          0          0     GICv2 132 Level                                                                                                ppmmu0
  1165   64:          0          0          0          0     GICv2 134 Level                                                                                                pp1
  1166   65:          0          0          0          0     GICv2 135 Level                                                                                                ppmmu1
  1167   67:     668069          0          0          0     GICv2  63 Level                                                                                                ths
  1168   68:          0          0          0          0     GICv2 152 Level                                                                                                arm-pmu
  1169   69:          0          0          0          0     GICv2 153 Level                                                                                                arm-pmu
  1170   70:          0          0          0          0     GICv2 154 Level                                                                                                arm-pmu
  1171   71:          0          0          0          0     GICv2 155 Level                                                                                                arm-pmu
  1172  116:          1          0          0          0  sunxi_pio_edge  44 Edg                                                                                           e      usb0-id-det
  1173  139:          1          0          0          0  sunxi_pio_edge   3 Edg                                                                                           e      sw4
  1174  IPI0:          0          0          0          0  CPU wakeup interrupts
  1175  IPI1:          0          0          0          0  Timer broadcast inter                                                                                           rupts
  1176  IPI2:     887913    3221184    3346705    3443541  Rescheduling interrup                                                                                           ts
  1177  IPI3:     407040     710994     642751     630491  Function call interru                                                                                           pts
  1178  IPI4:          0          0          0          0  CPU stop interrupts
  1179  IPI5:     109934     180325     199621     136011  IRQ work interrupts
  1180  IPI6:          0          0          0          0  completion interrupts
  1181  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.
 

 

Link to comment
Share on other sites

On 2/8/2021 at 9:28 AM, gambituk said:

i still seem to have the original issue, is there a way to re-enable apparmor?


I don't remember why but now someone has to research this topic. Maybe the answer is in the git history, maybe on forum, ... Since maintainers and developers have plenty of planned research and development work this can easily take months just to start. If you need things faster, build tools are well maintained https://docs.armbian.com/Developer-Guide_Build-Preparation/

 

11 hours ago, gambituk said:

I also still can't post more than 1 time per day,

 

Everyone that comes on this forum has to pass this limitation and its good that you question this. You could also try to find an answer instead of bumping the topic? tl;dr; One reason is to keep this forum free from automatic spam and the other is to keep forum from human spam and excessive seeking for attention. There are 1/1000 of resources needed to keep support on the level you would like to have it. Fixing your problem in matter of days and with the support contract you have is near to impossible and making a pressure is not much tolerated.

We try to keep forum as forum and this we hope you will understand in one week, after limitations is automatically disabled. If you don't, we (could) manually extend this "welcome" period for another week or block access since you have already broke forum rules by bumping the topic with no value to get attention to the issue. This is an offence and disrespectful to people that provide help on their expense and others that have asked for help before and are patiently waiting if someone would find time to help.

 

If you need things faster, bumping the topic is not the way to operate in this community and I think elsewhere too. Covering a part of the costs you are creating additionally improves chances to get attention and removes the 1st week post limits at once. Automatically.

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