Advertisement
Guest User

Untitled

a guest
Sep 9th, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 194.71 KB | None | 0 0
  1. 1
  2. 2
  3. 3
  4. 4 ### Activated 4 zram swap devices with 125 MB each
  5. 5
  6. 6 ### Activated Armbian ramlog partition with lz4 compression
  7. 7
  8. 8 Tue Aug 21 18:51:57 UTC 2018 | Orange Pi PC + | 5.59 | armhf | armv7l | 4.14.65-sunxi
  9. 9
  10. 10 ### [resize2fs] Leaving 1 percent spare area. Start resizing partition /dev/mmcblk0p1 now:
  11. 11
  12. 12 major minor #blocks name
  13. 13
  14. 14 1 0 4096 ram0
  15. 15 1 1 4096 ram1
  16. 16 1 2 4096 ram2
  17. 17 1 3 4096 ram3
  18. 18 179 0 30375936 mmcblk0
  19. 19 179 1 1019904 mmcblk0p1
  20. 20 179 8 7634944 mmcblk1
  21. 21 179 9 4648960 mmcblk1p1
  22. 22 179 10 16384 mmcblk1p2
  23. 23 179 11 1 mmcblk1p3
  24. 24 179 13 16384 mmcblk1p5
  25. 25 179 14 16384 mmcblk1p6
  26. 26 179 15 1048576 mmcblk1p7
  27. 27 259 0 16384 mmcblk1p8
  28. 28 259 1 32768 mmcblk1p9
  29. 29 259 2 1048576 mmcblk1p10
  30. 30 259 3 16384 mmcblk1p11
  31. 31 259 4 16384 mmcblk1p12
  32. 32 259 5 16384 mmcblk1p13
  33. 33 259 6 32768 mmcblk1p14
  34. 34 259 7 16384 mmcblk1p15
  35. 35 259 8 655360 mmcblk1p16
  36. 36 179 24 4096 mmcblk1boot1
  37. 37 179 16 4096 mmcblk1boot0
  38. 38 254 0 51200 zram0
  39. 39 254 1 128008 zram1
  40. 40 254 2 128008 zram2
  41. 41 254 3 128008 zram3
  42. 42 254 4 128008 zram4
  43. 43
  44. 44 Executing fdisk, fsck and partprobe:
  45. 45
  46. 46 Welcome to fdisk (util-linux 2.29.2).
  47. 47 Changes will remain in memory only, until you decide to write them.
  48. 48 Be careful before using the write command.
  49. 49
  50. 50
  51. 51 Command (m for help): Selected partition 1
  52. 52 Partition 1 has been deleted.
  53. 53
  54. 54 Command (m for help): Partition type
  55. 55 p primary (0 primary, 0 extended, 4 free)
  56. 56 e extended (container for logical partitions)
  57. 57 Select (default p): Partition number (1-4, default 1): First sector (2048-60751871, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (8192-60751871, default 60751871):
  58. 58 Created a new partition 1 of type 'Linux' and of size 28.7 GiB.
  59. 59 Partition #1 contains a ext4 signature.
  60. 60
  61. 61 Command (m for help):
  62. 62 The partition table has been altered.
  63. 63 Calling ioctl() to re-read partition table.
  64. 64 Re-reading the partition table failed.: Device or resource busy
  65. 65
  66. 66 The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8).
  67. 67
  68. 68 New partition table:
  69. 69
  70. 70 major minor #blocks name
  71. 71
  72. 72 1 0 4096 ram0
  73. 73 1 1 4096 ram1
  74. 74 1 2 4096 ram2
  75. 75 1 3 4096 ram3
  76. 76 179 0 30375936 mmcblk0
  77. 77 179 1 30068080 mmcblk0p1
  78. 78 179 8 7634944 mmcblk1
  79. 79 179 9 4648960 mmcblk1p1
  80. 80 179 10 16384 mmcblk1p2
  81. 81 179 11 1 mmcblk1p3
  82. 82 179 13 16384 mmcblk1p5
  83. 83 179 14 16384 mmcblk1p6
  84. 84 179 15 1048576 mmcblk1p7
  85. 85 259 0 16384 mmcblk1p8
  86. 86 259 1 32768 mmcblk1p9
  87. 87 259 2 1048576 mmcblk1p10
  88. 88 259 3 16384 mmcblk1p11
  89. 89 259 4 16384 mmcblk1p12
  90. 90 259 5 16384 mmcblk1p13
  91. 91 259 6 32768 mmcblk1p14
  92. 92 259 7 16384 mmcblk1p15
  93. 93 259 8 655360 mmcblk1p16
  94. 94 179 24 4096 mmcblk1boot1
  95. 95 179 16 4096 mmcblk1boot0
  96. 96 254 0 51200 zram0
  97. 97 254 1 128008 zram1
  98. 98 254 2 128008 zram2
  99. 99 254 3 128008 zram3
  100. 100 254 4 128008 zram4
  101. 101
  102. 102 Now trying to resize ext4 filesystem on /dev/mmcblk0p1 to the limits:
  103. 103
  104. 104 resize2fs 1.43.4 (31-Jan-2017)
  105. 105
  106. 106 Tue Aug 21 18:52:00 UTC 2018 | Orange Pi PC + | 5.59 | armhf | armv7l | 4.14.65-sunxi
  107. 107
  108. 108 ### dmesg:
  109. 109
  110. 110 [ 0.000000] Booting Linux on physical CPU 0x0
  111. 111 [ 0.000000] Linux version 4.14.65-sunxi (root@nightly) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #68 SMP Tue Aug 21 19:57:06 CEST 2018
  112. 112 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
  113. 113 [ 0.000000] CPU: div instructions available: patching division code
  114. 114 [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  115. 115 [ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC Plus
  116. 116 [ 0.000000] Memory policy: Data cache writealloc
  117. 117 [ 0.000000] Reserved memory: created CMA memory pool at 0x79c00000, size 64 MiB
  118. 118 [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  119. 119 [ 0.000000] On node 0 totalpages: 262144
  120. 120 [ 0.000000] free_area_init_node: node 0, pgdat c0dd8c40, node_mem_map ef6fa000
  121. 121 [ 0.000000] Normal zone: 1728 pages used for memmap
  122. 122 [ 0.000000] Normal zone: 0 pages reserved
  123. 123 [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
  124. 124 [ 0.000000] HighMem zone: 65536 pages, LIFO batch:15
  125. 125 [ 0.000000] psci: probing for conduit method from DT.
  126. 126 [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  127. 127 [ 0.000000] random: get_random_bytes called from start_kernel+0x8d/0x36a with crng_init=0
  128. 128 [ 0.000000] percpu: Embedded 17 pages/cpu @ef69d000 s40396 r8192 d21044 u69632
  129. 129 [ 0.000000] pcpu-alloc: s40396 r8192 d21044 u69632 alloc=17*4096
  130. 130 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  131. 131 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416
  132. 132 [ 0.000000] Kernel command line: root=UUID=891caa04-82f0-447c-be21-3a4fbeb0c158 rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=f469481b-01 ubootsource=mmc usb-storage.quirks= sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1
  133. 133 [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  134. 134 [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  135. 135 [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  136. 136 [ 0.000000] allocated 1048576 bytes of page_ext
  137. 137 [ 0.000000] Memory: 952536K/1048576K available (8192K kernel code, 945K rwdata, 2348K rodata, 1024K init, 346K bss, 30504K reserved, 65536K cma-reserved, 196596K highmem)
  138. 138 [ 0.000000] Virtual kernel memory layout:
  139. 139 vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  140. 140 fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  141. 141 vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  142. 142 lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  143. 143 pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  144. 144 modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
  145. 145 .text : 0xc0008000 - 0xc0900000 (9184 kB)
  146. 146 .init : 0xc0c00000 - 0xc0d00000 (1024 kB)
  147. 147 .data : 0xc0d00000 - 0xc0dec724 ( 946 kB)
  148. 148 .bss : 0xc0df5db8 - 0xc0e4c85c ( 347 kB)
  149. 149 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  150. 150 [ 0.000000] ftrace: allocating 37050 entries in 73 pages
  151. 151 [ 0.000000] Hierarchical RCU implementation.
  152. 152 [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  153. 153 [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  154. 154 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  155. 155 [ 0.000000] GIC: Using split EOI/Deactivate mode
  156. 156 [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  157. 157 [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  158. 158 [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  159. 159 [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  160. 160 [ 0.000013] Switching to timer-based delay loop, resolution 41ns
  161. 161 [ 0.000184] Console: colour dummy device 80x30
  162. 162 [ 0.000196] console [tty1] enabled
  163. 163 [ 0.000223] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  164. 164 [ 0.000233] pid_max: default: 32768 minimum: 301
  165. 165 [ 0.000407] Security Framework initialized
  166. 166 [ 0.000417] AppArmor: AppArmor disabled by boot time parameter
  167. 167 [ 0.000472] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  168. 168 [ 0.000483] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  169. 169 [ 0.001252] CPU: Testing write buffer coherency: ok
  170. 170 [ 0.001590] /cpus/cpu@0 missing clock-frequency property
  171. 171 [ 0.001609] /cpus/cpu@1 missing clock-frequency property
  172. 172 [ 0.001628] /cpus/cpu@2 missing clock-frequency property
  173. 173 [ 0.001647] /cpus/cpu@3 missing clock-frequency property
  174. 174 [ 0.001657] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  175. 175 [ 0.002038] Setting up static identity map for 0x40100000 - 0x40100054
  176. 176 [ 0.002147] Hierarchical SRCU implementation.
  177. 177 [ 0.002859] smp: Bringing up secondary CPUs ...
  178. 178 [ 0.013544] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  179. 179 [ 0.024262] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  180. 180 [ 0.034938] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  181. 181 [ 0.035017] smp: Brought up 1 node, 4 CPUs
  182. 182 [ 0.035025] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  183. 183 [ 0.035028] CPU: All CPU(s) started in HYP mode.
  184. 184 [ 0.035030] CPU: Virtualization extensions available.
  185. 185 [ 0.036050] devtmpfs: initialized
  186. 186 [ 0.042920] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  187. 187 [ 0.043129] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  188. 188 [ 0.043144] futex hash table entries: 1024 (order: 4, 65536 bytes)
  189. 189 [ 0.045592] xor: measuring software checksum speed
  190. 190 [ 0.054970] arm4regs : 1256.000 MB/sec
  191. 191 [ 0.065024] 8regs : 748.000 MB/sec
  192. 192 [ 0.075087] 32regs : 768.000 MB/sec
  193. 193 [ 0.085144] neon : 1268.000 MB/sec
  194. 194 [ 0.085148] xor: using function: neon (1268.000 MB/sec)
  195. 195 [ 0.085227] pinctrl core: initialized pinctrl subsystem
  196. 196 [ 0.086021] NET: Registered protocol family 16
  197. 197 [ 0.088512] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  198. 198 [ 0.089398] cpuidle: using governor ladder
  199. 199 [ 0.089548] cpuidle: using governor menu
  200. 200 [ 0.090483] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  201. 201 [ 0.090488] hw-breakpoint: maximum watchpoint size is 8 bytes.
  202. 202 [ 0.121580] raid6: int32x1 gen() 187 MB/s
  203. 203 [ 0.138729] raid6: int32x1 xor() 162 MB/s
  204. 204 [ 0.155846] raid6: int32x2 gen() 257 MB/s
  205. 205 [ 0.172921] raid6: int32x2 xor() 195 MB/s
  206. 206 [ 0.190096] raid6: int32x4 gen() 261 MB/s
  207. 207 [ 0.207022] raid6: int32x4 xor() 193 MB/s
  208. 208 [ 0.224255] raid6: int32x8 gen() 250 MB/s
  209. 209 [ 0.241160] raid6: int32x8 xor() 171 MB/s
  210. 210 [ 0.258294] raid6: neonx1 gen() 496 MB/s
  211. 211 [ 0.275319] raid6: neonx1 xor() 460 MB/s
  212. 212 [ 0.292421] raid6: neonx2 gen() 664 MB/s
  213. 213 [ 0.309478] raid6: neonx2 xor() 593 MB/s
  214. 214 [ 0.326587] raid6: neonx4 gen() 796 MB/s
  215. 215 [ 0.343693] raid6: neonx4 xor() 669 MB/s
  216. 216 [ 0.360744] raid6: neonx8 gen() 714 MB/s
  217. 217 [ 0.377862] raid6: neonx8 xor() 605 MB/s
  218. 218 [ 0.377865] raid6: using algorithm neonx4 gen() 796 MB/s
  219. 219 [ 0.377868] raid6: .... xor() 669 MB/s, rmw enabled
  220. 220 [ 0.377872] raid6: using neon recovery algorithm
  221. 221 [ 0.379312] SCSI subsystem initialized
  222. 222 [ 0.379507] libata version 3.00 loaded.
  223. 223 [ 0.379702] usbcore: registered new interface driver usbfs
  224. 224 [ 0.379740] usbcore: registered new interface driver hub
  225. 225 [ 0.379798] usbcore: registered new device driver usb
  226. 226 [ 0.379994] media: Linux media interface: v0.10
  227. 227 [ 0.380021] Linux video capture interface: v2.00
  228. 228 [ 0.380082] pps_core: LinuxPPS API ver. 1 registered
  229. 229 [ 0.380086] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  230. 230 [ 0.380100] PTP clock support registered
  231. 231 [ 0.381414] clocksource: Switched to clocksource arch_sys_counter
  232. 232 [ 0.473073] VFS: Disk quotas dquot_6.6.0
  233. 233 [ 0.473148] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  234. 234 [ 0.480656] NET: Registered protocol family 2
  235. 235 [ 0.481227] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  236. 236 [ 0.481312] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  237. 237 [ 0.481454] TCP: Hash tables configured (established 8192 bind 8192)
  238. 238 [ 0.481553] UDP hash table entries: 512 (order: 2, 16384 bytes)
  239. 239 [ 0.481606] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  240. 240 [ 0.481829] NET: Registered protocol family 1
  241. 241 [ 0.482230] RPC: Registered named UNIX socket transport module.
  242. 242 [ 0.482234] RPC: Registered udp transport module.
  243. 243 [ 0.482237] RPC: Registered tcp transport module.
  244. 244 [ 0.482240] RPC: Registered tcp NFSv4.1 backchannel transport module.
  245. 245 [ 0.482507] Trying to unpack rootfs image as initramfs...
  246. 246 [ 0.791129] Freeing initrd memory: 4956K
  247. 247 [ 0.792700] audit: initializing netlink subsys (disabled)
  248. 248 [ 0.792919] audit: type=2000 audit(0.761:1): state=initialized audit_enabled=0 res=1
  249. 249 [ 0.793105] Initialise system trusted keyrings
  250. 250 [ 0.793259] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  251. 251 [ 0.797958] zbud: loaded
  252. 252 [ 0.800076] NFS: Registering the id_resolver key type
  253. 253 [ 0.800099] Key type id_resolver registered
  254. 254 [ 0.800102] Key type id_legacy registered
  255. 255 [ 0.800113] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  256. 256 [ 0.800117] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  257. 257 [ 0.801027] JFS: nTxBlock = 7992, nTxLock = 63939
  258. 258 [ 0.809797] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  259. 259 [ 0.816670] Key type asymmetric registered
  260. 260 [ 0.816734] bounce: pool size: 64 pages
  261. 261 [ 0.816810] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  262. 262 [ 0.816939] io scheduler noop registered
  263. 263 [ 0.816943] io scheduler deadline registered
  264. 264 [ 0.817210] io scheduler cfq registered (default)
  265. 265 [ 0.817214] io scheduler mq-deadline registered
  266. 266 [ 0.817218] io scheduler kyber registered
  267. 267 [ 0.817341] io scheduler bfq registered
  268. 268 [ 0.818359] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
  269. 269 [ 0.822121] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  270. 270 [ 0.823556] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  271. 271 [ 0.870940] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  272. 272 [ 0.873878] console [ttyS0] disabled
  273. 273 [ 0.894030] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 44, base_baud = 1500000) is a U6_16550A
  274. 274 [ 0.894081] console [ttyS0] enabled
  275. 275 [ 0.897440] brd: module loaded
  276. 276 [ 0.902485] loop: module loaded
  277. 277 [ 0.904042] libphy: Fixed MDIO Bus: probed
  278. 278 [ 0.904579] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  279. 279 [ 0.904619] dwmac-sun8i 1c30000.ethernet: No regulator found
  280. 280 [ 0.904694] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
  281. 281 [ 0.904708] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  282. 282 [ 0.904714] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  283. 283 [ 0.904719] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  284. 284 [ 0.904725] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  285. 285 [ 0.904730] dwmac-sun8i 1c30000.ethernet: COE Type 2
  286. 286 [ 0.904735] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  287. 287 [ 0.904826] libphy: stmmac: probed
  288. 288 [ 0.905249] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
  289. 289 [ 0.905333] libphy: mdio_mux: probed
  290. 290 [ 0.905351] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
  291. 291 [ 0.905358] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
  292. 292 [ 0.910096] libphy: mdio_mux: probed
  293. 293 [ 0.910632] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  294. 294 [ 0.910637] ehci-platform: EHCI generic platform driver
  295. 295 [ 0.910857] ehci-platform 1c1a000.usb: EHCI Host Controller
  296. 296 [ 0.910883] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  297. 297 [ 0.911561] ehci-platform 1c1a000.usb: irq 29, io mem 0x01c1a000
  298. 298 [ 0.918430] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  299. 299 [ 0.918710] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  300. 300 [ 0.918717] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  301. 301 [ 0.918723] usb usb1: Product: EHCI Host Controller
  302. 302 [ 0.918729] usb usb1: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  303. 303 [ 0.918734] usb usb1: SerialNumber: 1c1a000.usb
  304. 304 [ 0.919245] hub 1-0:1.0: USB hub found
  305. 305 [ 0.919289] hub 1-0:1.0: 1 port detected
  306. 306 [ 0.919975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  307. 307 [ 0.919996] ohci-platform: OHCI generic platform driver
  308. 308 [ 0.920181] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  309. 309 [ 0.920203] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  310. 310 [ 0.920351] ohci-platform 1c1a400.usb: irq 30, io mem 0x01c1a400
  311. 311 [ 0.975658] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  312. 312 [ 0.975666] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  313. 313 [ 0.975671] usb usb2: Product: Generic Platform OHCI controller
  314. 314 [ 0.975677] usb usb2: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  315. 315 [ 0.975682] usb usb2: SerialNumber: 1c1a400.usb
  316. 316 [ 0.976101] hub 2-0:1.0: USB hub found
  317. 317 [ 0.976142] hub 2-0:1.0: 1 port detected
  318. 318 [ 0.976881] usbcore: registered new interface driver usb-storage
  319. 319 [ 0.977457] mousedev: PS/2 mouse device common for all mice
  320. 320 [ 0.977939] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  321. 321 [ 0.977945] sun6i-rtc 1f00000.rtc: RTC enabled
  322. 322 [ 0.978156] i2c /dev entries driver
  323. 323 [ 0.980420] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  324. 324 [ 0.981611] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  325. 325 [ 1.005444] sunxi-mmc 1c0f000.mmc: base:0xf1005000 irq:25
  326. 326 [ 1.030430] sunxi-mmc 1c11000.mmc: base:0xf100d000 irq:27
  327. 327 [ 1.031610] ledtrig-cpu: registered to indicate activity on CPUs
  328. 328 [ 1.031675] hidraw: raw HID events driver (C) Jiri Kosina
  329. 329 [ 1.031781] usbcore: registered new interface driver usbhid
  330. 330 [ 1.031784] usbhid: USB HID core driver
  331. 331 [ 1.032737] NET: Registered protocol family 10
  332. 332 [ 1.047576] Segment Routing with IPv6
  333. 333 [ 1.047662] NET: Registered protocol family 17
  334. 334 [ 1.047841] Key type dns_resolver registered
  335. 335 [ 1.048235] Registering SWP/SWPB emulation handler
  336. 336 [ 1.048812] registered taskstats version 1
  337. 337 [ 1.048816] Loading compiled-in X.509 certificates
  338. 338 [ 1.048913] zswap: loaded using pool lzo/zbud
  339. 339 [ 1.050257] mmc0: host does not support reading read-only switch, assuming write-enable
  340. 340 [ 1.050600] Btrfs loaded, crc32c=crc32c-generic
  341. 341 [ 1.052142] mmc0: Problem switching card into high-speed mode!
  342. 342 [ 1.052260] mmc0: new SDHC card at address 0001
  343. 343 [ 1.052414] NOHZ: local_softirq_pending 80
  344. 344 [ 1.052896] mmcblk0: mmc0:0001 SD32G 29.0 GiB
  345. 345 [ 1.054147] mmcblk0: p1
  346. 346 [ 1.054410] NOHZ: local_softirq_pending 80
  347. 347 [ 1.059571] Key type encrypted registered
  348. 348 [ 1.066593] ehci-platform 1c1b000.usb: EHCI Host Controller
  349. 349 [ 1.066620] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  350. 350 [ 1.067152] ehci-platform 1c1b000.usb: irq 31, io mem 0x01c1b000
  351. 351 [ 1.073430] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  352. 352 [ 1.073639] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  353. 353 [ 1.073647] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  354. 354 [ 1.073652] usb usb3: Product: EHCI Host Controller
  355. 355 [ 1.073658] usb usb3: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  356. 356 [ 1.073663] usb usb3: SerialNumber: 1c1b000.usb
  357. 357 [ 1.074188] hub 3-0:1.0: USB hub found
  358. 358 [ 1.074226] hub 3-0:1.0: 1 port detected
  359. 359 [ 1.074933] ehci-platform 1c1c000.usb: EHCI Host Controller
  360. 360 [ 1.074956] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
  361. 361 [ 1.075153] ehci-platform 1c1c000.usb: irq 33, io mem 0x01c1c000
  362. 362 [ 1.081431] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  363. 363 [ 1.081595] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  364. 364 [ 1.081603] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  365. 365 [ 1.081609] usb usb4: Product: EHCI Host Controller
  366. 366 [ 1.081615] usb usb4: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  367. 367 [ 1.081620] usb usb4: SerialNumber: 1c1c000.usb
  368. 368 [ 1.082039] hub 4-0:1.0: USB hub found
  369. 369 [ 1.082100] hub 4-0:1.0: 1 port detected
  370. 370 [ 1.082765] ehci-platform 1c1d000.usb: EHCI Host Controller
  371. 371 [ 1.082791] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
  372. 372 [ 1.082986] ehci-platform 1c1d000.usb: irq 35, io mem 0x01c1d000
  373. 373 [ 1.084262] mmc1: new DDR MMC card at address 0001
  374. 374 [ 1.084878] mmcblk1: mmc1:0001 8GME4R 7.28 GiB
  375. 375 [ 1.085207] mmcblk1boot0: mmc1:0001 8GME4R partition 1 4.00 MiB
  376. 376 [ 1.085537] mmcblk1boot1: mmc1:0001 8GME4R partition 2 4.00 MiB
  377. 377 [ 1.086685] mmcblk1: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 >
  378. 378 [ 1.086708] mmcblk1: p1 size 9363456 extends beyond EOD, truncated
  379. 379 [ 1.089443] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  380. 380 [ 1.089641] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
  381. 381 [ 1.089649] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  382. 382 [ 1.089654] usb usb5: Product: EHCI Host Controller
  383. 383 [ 1.089660] usb usb5: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  384. 384 [ 1.089665] usb usb5: SerialNumber: 1c1d000.usb
  385. 385 [ 1.090110] hub 5-0:1.0: USB hub found
  386. 386 [ 1.090146] hub 5-0:1.0: 1 port detected
  387. 387 [ 1.090407] NOHZ: local_softirq_pending 80
  388. 388 [ 1.090887] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  389. 389 [ 1.090918] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
  390. 390 [ 1.091196] ohci-platform 1c1b400.usb: irq 32, io mem 0x01c1b400
  391. 391 [ 1.146594] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
  392. 392 [ 1.146601] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  393. 393 [ 1.146607] usb usb6: Product: Generic Platform OHCI controller
  394. 394 [ 1.146612] usb usb6: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  395. 395 [ 1.146618] usb usb6: SerialNumber: 1c1b400.usb
  396. 396 [ 1.147039] hub 6-0:1.0: USB hub found
  397. 397 [ 1.147073] hub 6-0:1.0: 1 port detected
  398. 398 [ 1.147699] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  399. 399 [ 1.147719] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
  400. 400 [ 1.147879] ohci-platform 1c1c400.usb: irq 34, io mem 0x01c1c400
  401. 401 [ 1.203586] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
  402. 402 [ 1.203593] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  403. 403 [ 1.203599] usb usb7: Product: Generic Platform OHCI controller
  404. 404 [ 1.203604] usb usb7: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  405. 405 [ 1.203610] usb usb7: SerialNumber: 1c1c400.usb
  406. 406 [ 1.204044] hub 7-0:1.0: USB hub found
  407. 407 [ 1.204077] hub 7-0:1.0: 1 port detected
  408. 408 [ 1.204696] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  409. 409 [ 1.204716] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
  410. 410 [ 1.204879] ohci-platform 1c1d400.usb: irq 36, io mem 0x01c1d400
  411. 411 [ 1.260570] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
  412. 412 [ 1.260578] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  413. 413 [ 1.260583] usb usb8: Product: Generic Platform OHCI controller
  414. 414 [ 1.260589] usb usb8: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  415. 415 [ 1.260594] usb usb8: SerialNumber: 1c1d400.usb
  416. 416 [ 1.260999] hub 8-0:1.0: USB hub found
  417. 417 [ 1.261032] hub 8-0:1.0: 1 port detected
  418. 418 [ 1.261669] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
  419. 419 [ 1.261980] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  420. 420 [ 1.261989] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 9
  421. 421 [ 1.262208] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
  422. 422 [ 1.262215] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  423. 423 [ 1.262220] usb usb9: Product: MUSB HDRC host driver
  424. 424 [ 1.262226] usb usb9: Manufacturer: Linux 4.14.65-sunxi musb-hcd
  425. 425 [ 1.262231] usb usb9: SerialNumber: musb-hdrc.1.auto
  426. 426 [ 1.262656] hub 9-0:1.0: USB hub found
  427. 427 [ 1.262689] hub 9-0:1.0: 1 port detected
  428. 428 [ 1.265207] of_cfs_init
  429. 429 [ 1.265307] of_cfs_init: OK
  430. 430 [ 1.265464] vdd-cpux-dummy: disabling
  431. 431 [ 1.265470] vcc3v0: disabling
  432. 432 [ 1.265474] vcc5v0: disabling
  433. 433 [ 1.265478] usb0-vbus: disabling
  434. 434 [ 1.268551] Freeing unused kernel memory: 1024K
  435. 435 [ 1.319424] NOHZ: local_softirq_pending 80
  436. 436 [ 1.321915] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  437. 437 [ 1.322460] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  438. 438 [ 1.325423] NOHZ: local_softirq_pending 80
  439. 439 [ 1.328542] random: udevadm: uninitialized urandom read (16 bytes read)
  440. 440 [ 1.621465] usb 6-1: new low-speed USB device number 2 using ohci-platform
  441. 441 [ 1.645446] usb 8-1: new low-speed USB device number 2 using ohci-platform
  442. 442 [ 1.763904] random: fast init done
  443. 443 [ 1.778440] NOHZ: local_softirq_pending 80
  444. 444 [ 1.814431] NOHZ: local_softirq_pending 80
  445. 445 [ 1.820437] NOHZ: local_softirq_pending 80
  446. 446 [ 1.821534] usb 6-1: New USB device found, idVendor=0000, idProduct=0538
  447. 447 [ 1.821543] usb 6-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  448. 448 [ 1.821548] usb 6-1: Product: USB OPTICAL MOUSE
  449. 449 [ 1.830520] input: USB OPTICAL MOUSE as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.0/0003:0000:0538.0001/input/input0
  450. 450 [ 1.831024] hid-generic 0003:0000:0538.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-1c1b400.usb-1/input0
  451. 451 [ 1.848515] usb 8-1: New USB device found, idVendor=1c4f, idProduct=0002
  452. 452 [ 1.848530] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  453. 453 [ 1.848536] usb 8-1: Product: USB Keyboard
  454. 454 [ 1.848541] usb 8-1: Manufacturer: SIGMACHIP
  455. 455 [ 1.857607] input: SIGMACHIP USB Keyboard as /devices/platform/soc/1c1d400.usb/usb8/8-1/8-1:1.0/0003:1C4F:0002.0002/input/input1
  456. 456 [ 1.860422] NOHZ: local_softirq_pending 80
  457. 457 [ 1.909911] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-1c1d400.usb-1/input0
  458. 458 [ 1.911143] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-17
  459. 459 [ 1.918892] input: SIGMACHIP USB Keyboard as /devices/platform/soc/1c1d400.usb/usb8/8-1/8-1:1.1/0003:1C4F:0002.0003/input/input2
  460. 460 [ 1.921866] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
  461. 461 [ 1.946493] sunxi-mmc 1c10000.mmc: base:0xf1158000 irq:26
  462. 462 [ 1.969340] mmc2: new high speed SDIO card at address 0001
  463. 463 [ 1.970631] hid-generic 0003:1C4F:0002.0003: input,hidraw2: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-1c1d400.usb-1/input1
  464. 464 [ 2.200875] NOHZ: local_softirq_pending 02
  465. 465 [ 3.073027] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  466. 466 [ 4.041680] systemd[1]: System time before build time, advancing clock.
  467. 467 [ 4.115834] ip_tables: (C) 2000-2006 Netfilter Core Team
  468. 468 [ 4.160633] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  469. 469 [ 4.161232] systemd[1]: Detected architecture arm.
  470. 470 [ 4.170484] systemd[1]: Set hostname to <orangepipcplus>.
  471. 471 [ 4.916523] systemd[1]: Reached target Swap.
  472. 472 [ 4.934092] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  473. 473 [ 4.941575] systemd[1]: Reached target Remote File Systems.
  474. 474 [ 4.949741] systemd[1]: Listening on udev Kernel Socket.
  475. 475 [ 4.958814] systemd[1]: Created slice System Slice.
  476. 476 [ 4.971676] systemd[1]: Mounting Debug File System...
  477. 477 [ 4.988582] systemd[1]: Created slice system-serial\x2dgetty.slice.
  478. 478 [ 5.418011] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  479. 479 [ 5.456427] 29
  480. 480 [ 5.456434] 81
  481. 481 [ 5.456438] 03
  482. 482 [ 5.456441] CC
  483. 483 [ 5.456442] 00
  484. 484 [ 5.456445] 00
  485. 485 [ 5.456446] 50
  486. 486 [ 5.456448] 00
  487. 487 [ 5.456450] 00
  488. 488 [ 5.456452] 00
  489. 489 [ 5.456453] 04
  490. 490 [ 5.456455] CC
  491. 491 [ 5.456457] 0A
  492. 492 [ 5.456459] 0C
  493. 493 [ 5.456460] 00
  494. 494 [ 5.456462] 00
  495. 495 [ 5.456464] FF
  496. 496 [ 5.456466] FF
  497. 497 [ 5.456467] FF
  498. 498 [ 5.456469] FF
  499. 499 [ 5.456471] FF
  500. 500 [ 5.456473] FF
  501. 501 [ 5.456474] FF
  502. 502 [ 5.456476] FF
  503. 503 [ 5.456478] FF
  504. 504 [ 5.456479] FF
  505. 505 [ 5.456481] FF
  506. 506 [ 5.456483] FF
  507. 507 [ 5.456485] FF
  508. 508 [ 5.456487] FF
  509. 509 [ 5.456488] FF
  510. 510 [ 5.456490] FF
  511. 511 [ 5.456492] FF
  512. 512 [ 5.456494] FF
  513. 513 [ 5.456495] FF
  514. 514 [ 5.456497] FF
  515. 515 [ 5.456499] FF
  516. 516 [ 5.456500] FF
  517. 517 [ 5.456502] FF
  518. 518 [ 5.456504] FF
  519. 519 [ 5.456506] FF
  520. 520 [ 5.456507] FF
  521. 521 [ 5.456509] FF
  522. 522 [ 5.456511] FF
  523. 523 [ 5.456513] FF
  524. 524 [ 5.456515] FF
  525. 525 [ 5.456516] FF
  526. 526 [ 5.456518] FF
  527. 527 [ 5.456520] FF
  528. 528 [ 5.456522] FF
  529. 529 [ 5.456523] FF
  530. 530 [ 5.456525] FF
  531. 531 [ 5.456527] FF
  532. 532 [ 5.456529] FF
  533. 533 [ 5.456530] FF
  534. 534 [ 5.456532] FF
  535. 535 [ 5.456534] FF
  536. 536 [ 5.456535] FF
  537. 537 [ 5.456537] FF
  538. 538 [ 5.456539] FF
  539. 539 [ 5.456541] FF
  540. 540 [ 5.456543] FF
  541. 541 [ 5.456544] FF
  542. 542 [ 5.456546] FF
  543. 543 [ 5.456548] FF
  544. 544 [ 5.456549] FF
  545. 545 [ 5.456551] FF
  546. 546 [ 5.456553] FF
  547. 547 [ 5.456555] FF
  548. 548 [ 5.456556] FF
  549. 549 [ 5.456558] FF
  550. 550 [ 5.456560] FF
  551. 551 [ 5.456562] FF
  552. 552 [ 5.456563] FF
  553. 553 [ 5.456565] FF
  554. 554 [ 5.456567] FF
  555. 555 [ 5.456569] FF
  556. 556 [ 5.456570] FF
  557. 557 [ 5.456572] FF
  558. 558 [ 5.456574] FF
  559. 559 [ 5.456576] FF
  560. 560 [ 5.456577] FF
  561. 561 [ 5.456579] FF
  562. 562 [ 5.456581] FF
  563. 563 [ 5.456582] FF
  564. 564 [ 5.456584] FF
  565. 565 [ 5.456586] FF
  566. 566 [ 5.456588] FF
  567. 567 [ 5.456590] FF
  568. 568 [ 5.456591] FF
  569. 569 [ 5.456593] FF
  570. 570 [ 5.456595] FF
  571. 571 [ 5.456597] FF
  572. 572 [ 5.456598] FF
  573. 573 [ 5.456600] FF
  574. 574 [ 5.456602] FF
  575. 575 [ 5.456604] FF
  576. 576 [ 5.456605] FF
  577. 577 [ 5.456607] FF
  578. 578 [ 5.456609] FF
  579. 579 [ 5.456610] FF
  580. 580 [ 5.456612] FF
  581. 581 [ 5.456614] FF
  582. 582 [ 5.456616] FF
  583. 583 [ 5.456617] FF
  584. 584 [ 5.456619] FF
  585. 585 [ 5.456621] FF
  586. 586 [ 5.456623] FF
  587. 587 [ 5.456624] FF
  588. 588 [ 5.456626] FF
  589. 589 [ 5.456628] FF
  590. 590 [ 5.456630] FF
  591. 591 [ 5.456631] FF
  592. 592 [ 5.456633] FF
  593. 593 [ 5.456635] FF
  594. 594 [ 5.456637] FF
  595. 595 [ 5.456638] FF
  596. 596 [ 5.456640] FF
  597. 597 [ 5.456642] FF
  598. 598 [ 5.456644] FF
  599. 599 [ 5.456645] FF
  600. 600 [ 5.456647] FF
  601. 601 [ 5.456649] FF
  602. 602 [ 5.456651] FF
  603. 603 [ 5.456652] FF
  604. 604 [ 5.456654] FF
  605. 605 [ 5.456656] FF
  606. 606 [ 5.456658] FF
  607. 607 [ 5.456659] FF
  608. 608 [ 5.456661] FF
  609. 609 [ 5.456663] FF
  610. 610 [ 5.456664] FF
  611. 611 [ 5.456666] FF
  612. 612 [ 5.456668] FF
  613. 613 [ 5.456670] FF
  614. 614 [ 5.456672] FF
  615. 615 [ 5.456673] FF
  616. 616 [ 5.456675] FF
  617. 617 [ 5.456677] FF
  618. 618 [ 5.456679] FF
  619. 619 [ 5.456680] FF
  620. 620 [ 5.456682] FF
  621. 621 [ 5.456684] FF
  622. 622 [ 5.456686] FF
  623. 623 [ 5.456687] FF
  624. 624 [ 5.456689] FF
  625. 625 [ 5.456691] FF
  626. 626 [ 5.456692] FF
  627. 627 [ 5.456694] FF
  628. 628 [ 5.456696] FF
  629. 629 [ 5.456698] FF
  630. 630 [ 5.456700] FF
  631. 631 [ 5.456701] FF
  632. 632 [ 5.456703] FF
  633. 633 [ 5.456705] FF
  634. 634 [ 5.456707] FF
  635. 635 [ 5.456708] FF
  636. 636 [ 5.456710] FF
  637. 637 [ 5.456712] FF
  638. 638 [ 5.456714] FF
  639. 639 [ 5.456716] FF
  640. 640 [ 5.456717] FF
  641. 641 [ 5.456719] FF
  642. 642 [ 5.456721] FF
  643. 643 [ 5.456723] FF
  644. 644 [ 5.456725] FF
  645. 645 [ 5.456726] FF
  646. 646 [ 5.456728] FF
  647. 647 [ 5.456730] FF
  648. 648 [ 5.456732] FF
  649. 649 [ 5.456734] FF
  650. 650 [ 5.456735] FF
  651. 651 [ 5.456737] FF
  652. 652 [ 5.456739] FF
  653. 653 [ 5.456741] FF
  654. 654 [ 5.456743] FF
  655. 655 [ 5.456744] FF
  656. 656 [ 5.456746] FF
  657. 657 [ 5.456748] FF
  658. 658 [ 5.456749] FF
  659. 659 [ 5.456751] FF
  660. 660 [ 5.456753] FF
  661. 661 [ 5.456755] FF
  662. 662 [ 5.456757] FF
  663. 663 [ 5.456758] FF
  664. 664 [ 5.456760] FF
  665. 665 [ 5.456762] FF
  666. 666 [ 5.456764] FF
  667. 667 [ 5.456766] FF
  668. 668 [ 5.456768] FF
  669. 669 [ 5.456769] FF
  670. 670 [ 5.456771] FF
  671. 671 [ 5.456773] FF
  672. 672 [ 5.456775] FF
  673. 673 [ 5.456776] FF
  674. 674 [ 5.456778] FF
  675. 675 [ 5.456780] FF
  676. 676 [ 5.456781] FF
  677. 677 [ 5.456783] FF
  678. 678 [ 5.456785] FF
  679. 679 [ 5.456787] FF
  680. 680 [ 5.456788] FF
  681. 681 [ 5.456790] FF
  682. 682 [ 5.456792] FF
  683. 683 [ 5.456794] FF
  684. 684 [ 5.456795] FF
  685. 685 [ 5.456797] FF
  686. 686 [ 5.456799] FF
  687. 687 [ 5.456801] FF
  688. 688 [ 5.456802] FF
  689. 689 [ 5.456804] FF
  690. 690 [ 5.456806] FF
  691. 691 [ 5.456808] FF
  692. 692 [ 5.456809] FF
  693. 693 [ 5.456811] FF
  694. 694 [ 5.456813] FF
  695. 695 [ 5.456815] FF
  696. 696 [ 5.456816] FF
  697. 697 [ 5.456818] FF
  698. 698 [ 5.456820] FF
  699. 699 [ 5.456822] FF
  700. 700 [ 5.456824] FF
  701. 701 [ 5.456825] FF
  702. 702 [ 5.456827] FF
  703. 703 [ 5.456829] FF
  704. 704 [ 5.456830] FF
  705. 705 [ 5.456832] FF
  706. 706 [ 5.456834] FF
  707. 707 [ 5.456836] FF
  708. 708 [ 5.456837] FF
  709. 709 [ 5.456839] FF
  710. 710 [ 5.456841] FF
  711. 711 [ 5.456843] FF
  712. 712 [ 5.456845] FF
  713. 713 [ 5.456847] FF
  714. 714 [ 5.456848] FF
  715. 715 [ 5.456850] FF
  716. 716 [ 5.456852] FF
  717. 717 [ 5.456854] FF
  718. 718 [ 5.456856] FF
  719. 719 [ 5.456858] FF
  720. 720 [ 5.456859] FF
  721. 721 [ 5.456861] FF
  722. 722 [ 5.456863] FF
  723. 723 [ 5.456865] FF
  724. 724 [ 5.456866] FF
  725. 725 [ 5.456868] FF
  726. 726 [ 5.456870] FF
  727. 727 [ 5.456872] FF
  728. 728 [ 5.456873] FF
  729. 729 [ 5.456875] FF
  730. 730 [ 5.456877] FF
  731. 731 [ 5.456879] FF
  732. 732 [ 5.456881] FF
  733. 733 [ 5.456882] FF
  734. 734 [ 5.456884] FF
  735. 735 [ 5.456886] FF
  736. 736 [ 5.456888] FF
  737. 737 [ 5.456889] FF
  738. 738 [ 5.456891] FF
  739. 739 [ 5.456893] FF
  740. 740 [ 5.456894] FF
  741. 741 [ 5.456896] FF
  742. 742 [ 5.456898] FF
  743. 743 [ 5.456900] FF
  744. 744 [ 5.456901] FF
  745. 745 [ 5.456904] FF
  746. 746 [ 5.456905] FF
  747. 747 [ 5.456907] FF
  748. 748 [ 5.456909] FF
  749. 749 [ 5.456910] FF
  750. 750 [ 5.456913] FF
  751. 751 [ 5.456914] FF
  752. 752 [ 5.456916] FF
  753. 753 [ 5.456917] FF
  754. 754 [ 5.456919] FF
  755. 755 [ 5.456921] FF
  756. 756 [ 5.456923] FF
  757. 757 [ 5.456925] FF
  758. 758 [ 5.456926] FF
  759. 759 [ 5.456928] FF
  760. 760 [ 5.456930] FF
  761. 761 [ 5.456932] FF
  762. 762 [ 5.456933] FF
  763. 763 [ 5.456935] FF
  764. 764 [ 5.456937] FF
  765. 765 [ 5.456939] FF
  766. 766 [ 5.456941] FF
  767. 767 [ 5.456942] FF
  768. 768 [ 5.456944] FF
  769. 769 [ 5.456946] FF
  770. 770 [ 5.456948] FF
  771. 771 [ 5.456949] FF
  772. 772 [ 5.456951] FF
  773. 773 [ 5.456953] FF
  774. 774 [ 5.456955] FF
  775. 775 [ 5.456956] FF
  776. 776 [ 5.456958] FF
  777. 777 [ 5.456960] FF
  778. 778 [ 5.456962] FF
  779. 779 [ 5.456964] FF
  780. 780 [ 5.456966] FF
  781. 781 [ 5.456968] FF
  782. 782 [ 5.456970] FF
  783. 783 [ 5.456971] FF
  784. 784 [ 5.456973] FF
  785. 785 [ 5.456975] FF
  786. 786 [ 5.456977] FF
  787. 787 [ 5.456978] FF
  788. 788 [ 5.456980] FF
  789. 789 [ 5.456982] FF
  790. 790 [ 5.456984] FF
  791. 791 [ 5.456986] FF
  792. 792 [ 5.456988] FF
  793. 793 [ 5.456990] FF
  794. 794 [ 5.456992] FF
  795. 795 [ 5.456994] FF
  796. 796 [ 5.456995] FF
  797. 797 [ 5.456997] FF
  798. 798 [ 5.456999] FF
  799. 799 [ 5.457001] FF
  800. 800 [ 5.457003] FF
  801. 801 [ 5.457004] FF
  802. 802 [ 5.457006] FF
  803. 803 [ 5.457008] FF
  804. 804 [ 5.457010] FF
  805. 805 [ 5.457011] FF
  806. 806 [ 5.457013] FF
  807. 807 [ 5.457015] FF
  808. 808 [ 5.457017] FF
  809. 809 [ 5.457018] FF
  810. 810 [ 5.457020] FF
  811. 811 [ 5.457022] FF
  812. 812 [ 5.457024] FF
  813. 813 [ 5.457025] FF
  814. 814 [ 5.457027] FF
  815. 815 [ 5.457029] FF
  816. 816 [ 5.457031] FF
  817. 817 [ 5.457032] FF
  818. 818 [ 5.457034] FF
  819. 819 [ 5.457036] FF
  820. 820 [ 5.457037] FF
  821. 821 [ 5.457039] FF
  822. 822 [ 5.457041] FF
  823. 823 [ 5.457043] FF
  824. 824 [ 5.457044] FF
  825. 825 [ 5.457046] FF
  826. 826 [ 5.457048] FF
  827. 827 [ 5.457050] FF
  828. 828 [ 5.457052] FF
  829. 829 [ 5.457053] FF
  830. 830 [ 5.457055] FF
  831. 831 [ 5.457057] FF
  832. 832 [ 5.457059] FF
  833. 833 [ 5.457060] FF
  834. 834 [ 5.457062] FF
  835. 835 [ 5.457064] FF
  836. 836 [ 5.457065] FF
  837. 837 [ 5.457067] FF
  838. 838 [ 5.457069] FF
  839. 839 [ 5.457071] FF
  840. 840 [ 5.457072] FF
  841. 841 [ 5.457074] FF
  842. 842 [ 5.457076] FF
  843. 843 [ 5.457078] FF
  844. 844 [ 5.457079] FF
  845. 845 [ 5.457081] FF
  846. 846 [ 5.457083] FF
  847. 847 [ 5.457085] FF
  848. 848 [ 5.457086] FF
  849. 849 [ 5.457088] FF
  850. 850 [ 5.457090] FF
  851. 851 [ 5.457092] FF
  852. 852 [ 5.457093] FF
  853. 853 [ 5.457095] FF
  854. 854 [ 5.457097] FF
  855. 855 [ 5.457099] FF
  856. 856 [ 5.457100] FF
  857. 857 [ 5.457102] FF
  858. 858 [ 5.457104] FF
  859. 859 [ 5.457106] FF
  860. 860 [ 5.457108] FF
  861. 861 [ 5.457109] FF
  862. 862 [ 5.457111] FF
  863. 863 [ 5.457113] FF
  864. 864 [ 5.457115] FF
  865. 865 [ 5.457117] FF
  866. 866 [ 5.457118] FF
  867. 867 [ 5.457120] FF
  868. 868 [ 5.457122] FF
  869. 869 [ 5.457124] FF
  870. 870 [ 5.457126] FF
  871. 871 [ 5.457128] FF
  872. 872 [ 5.457129] FF
  873. 873 [ 5.457131] FF
  874. 874 [ 5.457133] FF
  875. 875 [ 5.457135] FF
  876. 876 [ 5.457137] FF
  877. 877 [ 5.457138] FF
  878. 878 [ 5.457140] FF
  879. 879 [ 5.457142] FF
  880. 880 [ 5.457144] FF
  881. 881 [ 5.457145] FF
  882. 882 [ 5.457147] FF
  883. 883 [ 5.457149] FF
  884. 884 [ 5.457151] FF
  885. 885 [ 5.457153] FF
  886. 886 [ 5.457154] FF
  887. 887 [ 5.457156] FF
  888. 888 [ 5.457158] FF
  889. 889 [ 5.457160] FF
  890. 890 [ 5.457162] FF
  891. 891 [ 5.457164] FF
  892. 892 [ 5.457165] FF
  893. 893 [ 5.457167] FF
  894. 894 [ 5.457169] FF
  895. 895 [ 5.457171] FF
  896. 896 [ 5.457173] FF
  897. 897 [ 5.457174] FF
  898. 898 [ 5.457176] FF
  899. 899 [ 5.457178] FF
  900. 900 [ 5.457180] FF
  901. 901 [ 5.457181] FF
  902. 902 [ 5.457183] FF
  903. 903 [ 5.457185] FF
  904. 904 [ 5.457187] FF
  905. 905 [ 5.457189] FF
  906. 906 [ 5.457190] FF
  907. 907 [ 5.457192] FF
  908. 908 [ 5.457194] FF
  909. 909 [ 5.457195] FF
  910. 910 [ 5.457197] FF
  911. 911 [ 5.457199] FF
  912. 912 [ 5.457201] FF
  913. 913 [ 5.457202] FF
  914. 914 [ 5.457204] FF
  915. 915 [ 5.457206] FF
  916. 916 [ 5.457207] FF
  917. 917 [ 5.457209] FF
  918. 918 [ 5.457211] FF
  919. 919 [ 5.457213] FF
  920. 920 [ 5.457214] FF
  921. 921 [ 5.457216] FF
  922. 922 [ 5.457218] FF
  923. 923 [ 5.457219] FF
  924. 924 [ 5.457221] FF
  925. 925 [ 5.457223] FF
  926. 926 [ 5.457225] FF
  927. 927 [ 5.457226] FF
  928. 928 [ 5.457228] FF
  929. 929 [ 5.457230] FF
  930. 930 [ 5.457232] FF
  931. 931 [ 5.457233] FF
  932. 932 [ 5.457235] FF
  933. 933 [ 5.457237] FF
  934. 934 [ 5.457239] FF
  935. 935 [ 5.457240] FF
  936. 936 [ 5.457242] FF
  937. 937 [ 5.457244] FF
  938. 938 [ 5.457246] FF
  939. 939 [ 5.457247] FF
  940. 940 [ 5.457249] FF
  941. 941 [ 5.457251] FF
  942. 942 [ 5.457253] FF
  943. 943 [ 5.457254] FF
  944. 944 [ 5.457256] FF
  945. 945 [ 5.457258] FF
  946. 946 [ 5.457260] FF
  947. 947 [ 5.457261] FF
  948. 948 [ 5.457263] FF
  949. 949 [ 5.457265] FF
  950. 950 [ 5.457267] FF
  951. 951 [ 5.457268] FF
  952. 952 [ 5.457279] FF
  953. 953 [ 5.457281] FF
  954. 954 [ 5.457283] FF
  955. 955 [ 5.457285] FF
  956. 956 [ 5.457287] FF
  957. 957 [ 5.457288] FF
  958. 958 [ 5.457290] FF
  959. 959 [ 5.457292] FF
  960. 960 [ 5.457294] FF
  961. 961 [ 5.457295] FF
  962. 962 [ 5.457297] FF
  963. 963 [ 5.457299] FF
  964. 964 [ 5.457301] FF
  965. 965 [ 5.457302] FF
  966. 966 [ 5.457304] FF
  967. 967 [ 5.457306] FF
  968. 968 [ 5.457308] FF
  969. 969 [ 5.457310] FF
  970. 970 [ 5.457311] FF
  971. 971 [ 5.457313] FF
  972. 972 [ 5.457315] FF
  973. 973 [ 5.457317] FF
  974. 974 [ 5.457319] FF
  975. 975 [ 5.457320] FF
  976. 976 [ 5.457322] FF
  977. 977 [ 5.457324] FF
  978. 978 [ 5.457326] FF
  979. 979 [ 5.457327] FF
  980. 980 [ 5.457329] FF
  981. 981 [ 5.457331] FF
  982. 982 [ 5.457333] FF
  983. 983 [ 5.457334] FF
  984. 984 [ 5.457336] FF
  985. 985 [ 5.457338] FF
  986. 986 [ 5.457339] FF
  987. 987 [ 5.457341] FF
  988. 988 [ 5.457343] FF
  989. 989 [ 5.457345] FF
  990. 990 [ 5.457347] FF
  991. 991 [ 5.568871] systemd-journald[233]: Received request to flush runtime journal from PID 1
  992. 992 [ 6.282610] thermal thermal_zone0: failed to read out thermal zone (-110)
  993. 993 [ 6.631443] sun4i-codec 1c22c00.codec: ASoC: /soc/codec-analog@01f015c0 not registered
  994. 994 [ 6.631455] sun4i-codec 1c22c00.codec: Failed to register our card
  995. 995 [ 6.818427] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  996. 996 [ 6.840065] zram: Added device: zram0
  997. 997 [ 6.857448] zram: Added device: zram1
  998. 998 [ 6.872667] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  999. 999 [ 6.872675] [drm] No driver support for vblank timestamp query.
  1000. 1000 [ 6.872808] zram: Added device: zram2
  1001. 1001 [ 6.874003] zram: Added device: zram3
  1002. 1002 [ 6.874462] zram: Added device: zram4
  1003. 1003 [ 6.883290] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_platform_driver_exit [sun8i_mixer])
  1004. 1004 [ 6.883725] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
  1005. 1005 [ 6.883751] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_platform_driver_exit [sun4i_tcon])
  1006. 1006 [ 7.014611] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
  1007. 1007 [ 7.018388] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
  1008. 1008 [ 7.018808] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops [sun8i_dw_hdmi])
  1009. 1009 [ 7.045785] zram1: detected capacity change from 0 to 131080192
  1010. 1010 [ 7.109969] Adding 128004k swap on /dev/zram1. Priority:5 extents:1 across:128004k SSFS
  1011. 1011 [ 7.117627] zram2: detected capacity change from 0 to 131080192
  1012. 1012 [ 7.146948] Adding 128004k swap on /dev/zram2. Priority:5 extents:1 across:128004k SSFS
  1013. 1013 [ 7.153322] zram3: detected capacity change from 0 to 131080192
  1014. 1014 [ 7.183840] Adding 128004k swap on /dev/zram3. Priority:5 extents:1 across:128004k SSFS
  1015. 1015 [ 7.191669] zram4: detected capacity change from 0 to 131080192
  1016. 1016 [ 7.207804] Console: switching to colour frame buffer device 128x48
  1017. 1017 [ 7.230397] sun4i-drm display-engine: fb0: frame buffer device
  1018. 1018 [ 7.252104] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  1019. 1019 [ 7.256942] Adding 128004k swap on /dev/zram4. Priority:5 extents:1 across:128004k SSFS
  1020. 1020 [ 7.274927] lirc_dev: IR Remote Control driver registered, major 243
  1021. 1021 [ 7.278155] IR LIRC bridge handler initialized
  1022. 1022 [ 7.278800] Registered IR keymap rc-empty
  1023. 1023 [ 7.278941] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
  1024. 1024 [ 7.279064] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input3
  1025. 1025 [ 7.281552] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0
  1026. 1026 [ 7.281684] sunxi-ir 1f02000.ir: initialized sunXi IR driver
  1027. 1027 [ 7.295757] thermal thermal_zone0: failed to read out thermal zone (-110)
  1028. 1028 [ 7.333203] zram0: detected capacity change from 0 to 52428800
  1029. 1029 [ 7.564612] random: crng init done
  1030. 1030 [ 7.564622] random: 7 urandom warning(s) missed due to ratelimiting
  1031. 1031 [ 7.678460] Registered IR keymap rc-cec
  1032. 1032 [ 7.678666] rc rc1: RC for dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc1
  1033. 1033 [ 7.678844] input: RC for dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc1/input4
  1034. 1034 [ 7.711074] asoc-simple-card sound: i2s-hifi <-> 1c22800.i2s mapping ok
  1035. 1035 [ 8.114813] EXT4-fs (zram0): mounted filesystem without journal. Opts: (null)
  1036. 1036 [ 8.318539] thermal thermal_zone0: failed to read out thermal zone (-110)
  1037. 1037 [ 9.011759] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL)
  1038. 1038 [ 9.019852] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  1039. 1039 [ 9.019872] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  1040. 1040 [ 9.020192] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  1041. 1041 [ 9.828354] EXT4-fs (mmcblk0p1): resizing filesystem from 254976 to 7517020 blocks
  1042. 1042
  1043. 1043 ### armbian-release:
  1044. 1044
  1045. 1045 # PLEASE DO NOT EDIT THIS FILE
  1046. 1046 BOARD=orangepipcplus
  1047. 1047 BOARD_NAME="Orange Pi PC +"
  1048. 1048 BOARDFAMILY=sun8i
  1049. 1049 VERSION=5.59
  1050. 1050 LINUXFAMILY=sunxi
  1051. 1051 BRANCH=next
  1052. 1052 ARCH=arm
  1053. 1053 IMAGE_TYPE=stable
  1054. 1054 BOARD_TYPE=conf
  1055. 1055 INITRD_ARCH=arm
  1056. 1056 KERNEL_IMAGE_TYPE=zImage
  1057. 1057
  1058. 1058 ### boot environment:
  1059. 1059
  1060. 1060 verbosity=1
  1061. 1061 logo=disabled
  1062. 1062 console=both
  1063. 1063 disp_mode=1920x1080p60
  1064. 1064 overlay_prefix=sun8i-h3
  1065. 1065 rootdev=UUID=891caa04-82f0-447c-be21-3a4fbeb0c158
  1066. 1066 rootfstype=ext4
  1067. 1067 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
  1068. 1068
  1069. 1069 ### lsusb:
  1070. 1070
  1071. 1071 Bus 008 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
  1072. 1072 Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1073. 1073 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1074. 1074 Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1075. 1075 Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1076. 1076 Bus 006 Device 002: ID 0000:0538
  1077. 1077 Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1078. 1078 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1079. 1079 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1080. 1080 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1081. 1081 Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1082. 1082
  1083. 1083 ### lscpu:
  1084. 1084
  1085. 1085 Architecture: armv7l
  1086. 1086 Byte Order: Little Endian
  1087. 1087 CPU(s): 4
  1088. 1088 On-line CPU(s) list: 0-3
  1089. 1089 Thread(s) per core: 1
  1090. 1090 Core(s) per socket: 4
  1091. 1091 Socket(s): 1
  1092. 1092 Model: 5
  1093. 1093 Model name: ARMv7 Processor rev 5 (v7l)
  1094. 1094 CPU max MHz: 1296.0000
  1095. 1095 CPU min MHz: 240.0000
  1096. 1096 BogoMIPS: 61.71
  1097. 1097 Flags: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1098. 1098
  1099. 1099 ### cpuinfo:
  1100. 1100
  1101. 1101 processor : 0
  1102. 1102 model name : ARMv7 Processor rev 5 (v7l)
  1103. 1103 BogoMIPS : 61.71
  1104. 1104 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1105. 1105 CPU implementer : 0x41
  1106. 1106 CPU architecture: 7
  1107. 1107 CPU variant : 0x0
  1108. 1108 CPU part : 0xc07
  1109. 1109 CPU revision : 5
  1110. 1110
  1111. 1111 processor : 1
  1112. 1112 model name : ARMv7 Processor rev 5 (v7l)
  1113. 1113 BogoMIPS : 61.71
  1114. 1114 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1115. 1115 CPU implementer : 0x41
  1116. 1116 CPU architecture: 7
  1117. 1117 CPU variant : 0x0
  1118. 1118 CPU part : 0xc07
  1119. 1119 CPU revision : 5
  1120. 1120
  1121. 1121 processor : 2
  1122. 1122 model name : ARMv7 Processor rev 5 (v7l)
  1123. 1123 BogoMIPS : 61.71
  1124. 1124 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1125. 1125 CPU implementer : 0x41
  1126. 1126 CPU architecture: 7
  1127. 1127 CPU variant : 0x0
  1128. 1128 CPU part : 0xc07
  1129. 1129 CPU revision : 5
  1130. 1130
  1131. 1131 processor : 3
  1132. 1132 model name : ARMv7 Processor rev 5 (v7l)
  1133. 1133 BogoMIPS : 61.71
  1134. 1134 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1135. 1135 CPU implementer : 0x41
  1136. 1136 CPU architecture: 7
  1137. 1137 CPU variant : 0x0
  1138. 1138 CPU part : 0xc07
  1139. 1139 CPU revision : 5
  1140. 1140
  1141. 1141 Hardware : Allwinner sun8i Family
  1142. 1142 Revision : 0000
  1143. 1143 Serial : 02c0008131f7aecd
  1144. 1144
  1145. 1145 ### meminfo:
  1146. 1146
  1147. 1147 MemTotal: 1024052 kB
  1148. 1148 MemFree: 930044 kB
  1149. 1149 MemAvailable: 951476 kB
  1150. 1150 Buffers: 5900 kB
  1151. 1151 Cached: 29884 kB
  1152. 1152 SwapCached: 0 kB
  1153. 1153 Active: 26388 kB
  1154. 1154 Inactive: 16456 kB
  1155. 1155 Active(anon): 7328 kB
  1156. 1156 Inactive(anon): 3896 kB
  1157. 1157 Active(file): 19060 kB
  1158. 1158 Inactive(file): 12560 kB
  1159. 1159 Unevictable: 0 kB
  1160. 1160 Mlocked: 0 kB
  1161. 1161 HighTotal: 262132 kB
  1162. 1162 HighFree: 207464 kB
  1163. 1163 LowTotal: 761920 kB
  1164. 1164 LowFree: 722580 kB
  1165. 1165 SwapTotal: 512016 kB
  1166. 1166 SwapFree: 512016 kB
  1167. 1167 Dirty: 56 kB
  1168. 1168 Writeback: 0 kB
  1169. 1169 AnonPages: 7108 kB
  1170. 1170 Mapped: 7008 kB
  1171. 1171 Shmem: 4128 kB
  1172. 1172 Slab: 24044 kB
  1173. 1173 SReclaimable: 11568 kB
  1174. 1174 SUnreclaim: 12476 kB
  1175. 1175 KernelStack: 824 kB
  1176. 1176 PageTables: 212 kB
  1177. 1177 NFS_Unstable: 0 kB
  1178. 1178 Bounce: 0 kB
  1179. 1179 WritebackTmp: 0 kB
  1180. 1180 CommitLimit: 1024040 kB
  1181. 1181 Committed_AS: 24880 kB
  1182. 1182 VmallocTotal: 245760 kB
  1183. 1183 VmallocUsed: 0 kB
  1184. 1184 VmallocChunk: 0 kB
  1185. 1185 CmaTotal: 65536 kB
  1186. 1186 CmaFree: 58780 kB
  1187. 1187
  1188. 1188 ### ip addr:
  1189. 1189
  1190. 1190 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  1191. 1191 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1192. 1192 inet XXX.XXX.0.1/8 scope host lo
  1193. 1193 valid_lft forever preferred_lft forever
  1194. 1194 inet6 ::1/128 scope host
  1195. 1195 valid_lft forever preferred_lft forever
  1196. 1196 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
  1197. 1197 link/ether 02:81:31:f7:ae:cd brd ff:ff:ff:ff:ff:ff
  1198. 1198 3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  1199. 1199 link/ether 12:81:31:f7:ae:cd brd ff:ff:ff:ff:ff:ff
  1200. 1200
  1201. 1201 ### partitions:
  1202. 1202
  1203. 1203 major minor #blocks name
  1204. 1204
  1205. 1205 179 0 30375936 mmcblk0
  1206. 1206 179 1 30068080 mmcblk0p1
  1207. 1207 179 8 7634944 mmcblk1
  1208. 1208 179 9 4648960 mmcblk1p1
  1209. 1209 179 10 16384 mmcblk1p2
  1210. 1210 179 11 1 mmcblk1p3
  1211. 1211 179 13 16384 mmcblk1p5
  1212. 1212 179 14 16384 mmcblk1p6
  1213. 1213 179 15 1048576 mmcblk1p7
  1214. 1214 259 0 16384 mmcblk1p8
  1215. 1215 259 1 32768 mmcblk1p9
  1216. 1216 259 2 1048576 mmcblk1p10
  1217. 1217 259 3 16384 mmcblk1p11
  1218. 1218 259 4 16384 mmcblk1p12
  1219. 1219 259 5 16384 mmcblk1p13
  1220. 1220 259 6 32768 mmcblk1p14
  1221. 1221 259 7 16384 mmcblk1p15
  1222. 1222 259 8 655360 mmcblk1p16
  1223. 1223 179 24 4096 mmcblk1boot1
  1224. 1224 179 16 4096 mmcblk1boot0
  1225. 1225
  1226. 1226 ### df:
  1227. 1227
  1228. 1228 udev 466M 0 466M 0% /dev
  1229. 1229 tmpfs 101M 4.0M 97M 4% /run
  1230. 1230 /dev/mmcblk0p1 2.0G 842M 1.1G 44% /
  1231. 1231 tmpfs 501M 0 501M 0% /dev/shm
  1232. 1232 tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  1233. 1233 tmpfs 501M 0 501M 0% /sys/fs/cgroup
  1234. 1234 tmpfs 501M 44K 500M 1% /tmp
  1235. 1235 /dev/zram0 49M 576K 45M 2% /var/log
  1236. 1236
  1237. 1237 ### lsblk:
  1238. 1238
  1239. 1239 NAME FSTYPE SIZE MOUNTPOINT UUID
  1240. 1240 mmcblk0 29G
  1241. 1241 └─mmcblk0p1 ext4 28.7G / 891caa04-82f0-447c-be21-3a4fbeb0c158
  1242. 1242 mmcblk1 7.3G
  1243. 1243 ├─mmcblk1p1 ext4 4.4G 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  1244. 1244 ├─mmcblk1p2 vfat 16M
  1245. 1245 ├─mmcblk1p3 1K
  1246. 1246 ├─mmcblk1p5 16M
  1247. 1247 ├─mmcblk1p6 16M
  1248. 1248 ├─mmcblk1p7 ext4 1G 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  1249. 1249 ├─mmcblk1p8 16M
  1250. 1250 ├─mmcblk1p9 32M
  1251. 1251 ├─mmcblk1p10 1G
  1252. 1252 ├─mmcblk1p11 vfat 16M 4092-07B2
  1253. 1253 ├─mmcblk1p12 vfat 16M 629A-09E6
  1254. 1254 ├─mmcblk1p13 16M
  1255. 1255 ├─mmcblk1p14 32M
  1256. 1256 ├─mmcblk1p15 16M
  1257. 1257 └─mmcblk1p16 ext4 640M 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  1258. 1258 mmcblk1boot0 4M
  1259. 1259 mmcblk1boot1 4M
  1260. 1260
  1261. 1261 ### mtab:
  1262. 1262
  1263. 1263 /dev/mmcblk0p1 / ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  1264. 1264 /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  1265. 1265 /dev/zram0 /var/log ext4 rw,relatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr,acl 0 0
  1266. 1266
  1267. 1267 ### mmc1:0001 info:
  1268. 1268
  1269. 1269 manfid: 0x000015
  1270. 1270 cid: 15010038474d4534520151208f2f9497
  1271. 1271 fwrev: 0x0100000000000000
  1272. 1272 csd: d02701320f5903fff6dbffef8e40400d
  1273. 1273 life_time: 0x01 0x01
  1274. 1274 ocr: 0x00200000
  1275. 1275 type: MMC
  1276. 1276 enhanced_area_offset: 18446744073709551594
  1277. 1277 date: 09/2017
  1278. 1278 hwrev: 0x0
  1279. 1279 prv: 0x1
  1280. 1280 dsr: 0x404
  1281. 1281 ffu_capable: 1
  1282. 1282 serial: 0x51208f2f
  1283. 1283 raw_rpmb_size_mult: 0x4
  1284. 1284 erase_size: 524288
  1285. 1285 pre_eol_info: 0x01
  1286. 1286 rel_sectors: 0x1
  1287. 1287 cmdq_en: 0
  1288. 1288 uevent: DRIVER=mmcblk MMC_TYPE=MMC MMC_NAME=8GME4R MODALIAS=mmc:block
  1289. 1289 enhanced_area_size: 4294967274
  1290. 1290 oemid: 0x0100
  1291. 1291 preferred_erase_size: 4194304
  1292. 1292 name: 8GME4R
  1293. 1293
  1294. 1294 ### mmc0:0001 info:
  1295. 1295
  1296. 1296 manfid: 0x000041
  1297. 1297 cid: 4134325344333247303fe99e110126a9
  1298. 1298 fwrev: 0x0
  1299. 1299 csd: 400e00325b590000e7bf7f800a40008d
  1300. 1300 ocr: 0x00200000
  1301. 1301 type: SD
  1302. 1302 date: 06/2018
  1303. 1303 hwrev: 0x3
  1304. 1304 dsr: 0x404
  1305. 1305 serial: 0x3fe99e11
  1306. 1306 erase_size: 512
  1307. 1307 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD32G MODALIAS=mmc:block
  1308. 1308 ssr: 000000000500000004049000080a190a000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  1309. 1309 scr: 02b5800200000000
  1310. 1310 oemid: 0x3432
  1311. 1311 preferred_erase_size: 4194304
  1312. 1312 name: SD32G
  1313. 1313
  1314. 1314 ### Boot system health:
  1315. 1315
  1316. 1316 Time CPU load %cpu %sys %usr %nice %io %irq CPU C.St.
  1317. 1317 18:52:04: 1296MHz 0.37 49% 17% 15% 0% 16% 0% 49.6°C 0/9
  1318. 1318 18:52:04: 1296MHz 0.37 28% 7% 0% 1% 20% 0% 49.6°C 0/9
  1319. 1319 18:52:04: 1296MHz 0.37 27% 7% 0% 1% 19% 0% 49.6°C 0/9
  1320. 1320 18:52:05: 1296MHz 0.37 24% 5% 0% 1% 16% 0% 49.6°C 0/9
  1321. 1321 18:52:05: 1296MHz 0.37 30% 4% 0% 1% 24% 0% 49.6°C 0/9
  1322. 1322 Filesystem at /dev/mmcblk0p1 is mounted on /; on-line resizing required
  1323. 1323 old_desc_blocks = 1, new_desc_blocks = 2
  1324. 1324 The filesystem on /dev/mmcblk0p1 is now 7517020 (4k) blocks long.
  1325. 1325
  1326. 1326
  1327. 1327 ### [resize2fs] Start resizing ext4 partition /dev/mmcblk0p1 now
  1328. 1328
  1329. 1329 resize2fs 1.43.4 (31-Jan-2017)
  1330. 1330 The filesystem is already 7517020 (4k) blocks long. Nothing to do!
  1331. 1331
  1332. 1332
  1333. 1333 ### quick iozone test: 4 794 2265 4975 4975 4963 833
  1334. 1334
  1335. 1335 ### [firstrun] Recreated SSH keys (entropy: 2638 2535)
  1336. 1336
  1337. 1337
  1338. 1338
  1339. 1339 ### Activated 4 zram swap devices with 125 MB each
  1340. 1340
  1341. 1341 ### Activated Armbian ramlog partition with lz4 compression
  1342. 1342
  1343. 1343
  1344. 1344 Sat Sep 8 04:11:02 UTC 2018 | Orange Pi PC + | 5.59 | armhf | armv7l | 4.14.65-sunxi
  1345. 1345
  1346. 1346 ### dmesg:
  1347. 1347
  1348. 1348 [ 0.000000] Booting Linux on physical CPU 0x0
  1349. 1349 [ 0.000000] Linux version 4.14.65-sunxi (root@nightly) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #68 SMP Tue Aug 21 19:57:06 CEST 2018
  1350. 1350 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
  1351. 1351 [ 0.000000] CPU: div instructions available: patching division code
  1352. 1352 [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1353. 1353 [ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC Plus
  1354. 1354 [ 0.000000] Memory policy: Data cache writealloc
  1355. 1355 [ 0.000000] Reserved memory: created CMA memory pool at 0x79c00000, size 64 MiB
  1356. 1356 [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  1357. 1357 [ 0.000000] On node 0 totalpages: 262144
  1358. 1358 [ 0.000000] free_area_init_node: node 0, pgdat c0dd8c40, node_mem_map ef6fa000
  1359. 1359 [ 0.000000] Normal zone: 1728 pages used for memmap
  1360. 1360 [ 0.000000] Normal zone: 0 pages reserved
  1361. 1361 [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
  1362. 1362 [ 0.000000] HighMem zone: 65536 pages, LIFO batch:15
  1363. 1363 [ 0.000000] psci: probing for conduit method from DT.
  1364. 1364 [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  1365. 1365 [ 0.000000] random: get_random_bytes called from start_kernel+0x8d/0x36a with crng_init=0
  1366. 1366 [ 0.000000] percpu: Embedded 17 pages/cpu @ef69d000 s40396 r8192 d21044 u69632
  1367. 1367 [ 0.000000] pcpu-alloc: s40396 r8192 d21044 u69632 alloc=17*4096
  1368. 1368 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1369. 1369 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416
  1370. 1370 [ 0.000000] Kernel command line: root=UUID=891caa04-82f0-447c-be21-3a4fbeb0c158 rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=f469481b-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
  1371. 1371 [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1372. 1372 [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1373. 1373 [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1374. 1374 [ 0.000000] allocated 1048576 bytes of page_ext
  1375. 1375 [ 0.000000] Memory: 952512K/1048576K available (8192K kernel code, 945K rwdata, 2348K rodata, 1024K init, 346K bss, 30528K reserved, 65536K cma-reserved, 196596K highmem)
  1376. 1376 [ 0.000000] Virtual kernel memory layout:
  1377. 1377 vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  1378. 1378 fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  1379. 1379 vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  1380. 1380 lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  1381. 1381 pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  1382. 1382 modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
  1383. 1383 .text : 0xc0008000 - 0xc0900000 (9184 kB)
  1384. 1384 .init : 0xc0c00000 - 0xc0d00000 (1024 kB)
  1385. 1385 .data : 0xc0d00000 - 0xc0dec724 ( 946 kB)
  1386. 1386 .bss : 0xc0df5db8 - 0xc0e4c85c ( 347 kB)
  1387. 1387 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1388. 1388 [ 0.000000] ftrace: allocating 37050 entries in 73 pages
  1389. 1389 [ 0.000000] Hierarchical RCU implementation.
  1390. 1390 [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  1391. 1391 [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  1392. 1392 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  1393. 1393 [ 0.000000] GIC: Using split EOI/Deactivate mode
  1394. 1394 [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  1395. 1395 [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  1396. 1396 [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  1397. 1397 [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  1398. 1398 [ 0.000013] Switching to timer-based delay loop, resolution 41ns
  1399. 1399 [ 0.000185] Console: colour dummy device 80x30
  1400. 1400 [ 0.000198] console [tty1] enabled
  1401. 1401 [ 0.000225] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  1402. 1402 [ 0.000235] pid_max: default: 32768 minimum: 301
  1403. 1403 [ 0.000410] Security Framework initialized
  1404. 1404 [ 0.000420] AppArmor: AppArmor disabled by boot time parameter
  1405. 1405 [ 0.000476] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1406. 1406 [ 0.000486] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1407. 1407 [ 0.001268] CPU: Testing write buffer coherency: ok
  1408. 1408 [ 0.001605] /cpus/cpu@0 missing clock-frequency property
  1409. 1409 [ 0.001625] /cpus/cpu@1 missing clock-frequency property
  1410. 1410 [ 0.001643] /cpus/cpu@2 missing clock-frequency property
  1411. 1411 [ 0.001662] /cpus/cpu@3 missing clock-frequency property
  1412. 1412 [ 0.001671] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1413. 1413 [ 0.002052] Setting up static identity map for 0x40100000 - 0x40100054
  1414. 1414 [ 0.002160] Hierarchical SRCU implementation.
  1415. 1415 [ 0.002869] smp: Bringing up secondary CPUs ...
  1416. 1416 [ 0.013550] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1417. 1417 [ 0.024270] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1418. 1418 [ 0.034941] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1419. 1419 [ 0.035020] smp: Brought up 1 node, 4 CPUs
  1420. 1420 [ 0.035027] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  1421. 1421 [ 0.035031] CPU: All CPU(s) started in HYP mode.
  1422. 1422 [ 0.035033] CPU: Virtualization extensions available.
  1423. 1423 [ 0.036046] devtmpfs: initialized
  1424. 1424 [ 0.042930] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  1425. 1425 [ 0.043142] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  1426. 1426 [ 0.043156] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1427. 1427 [ 0.045608] xor: measuring software checksum speed
  1428. 1428 [ 0.054981] arm4regs : 1256.000 MB/sec
  1429. 1429 [ 0.065035] 8regs : 748.000 MB/sec
  1430. 1430 [ 0.075099] 32regs : 768.000 MB/sec
  1431. 1431 [ 0.085156] neon : 1268.000 MB/sec
  1432. 1432 [ 0.085160] xor: using function: neon (1268.000 MB/sec)
  1433. 1433 [ 0.085236] pinctrl core: initialized pinctrl subsystem
  1434. 1434 [ 0.086032] NET: Registered protocol family 16
  1435. 1435 [ 0.088436] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  1436. 1436 [ 0.089323] cpuidle: using governor ladder
  1437. 1437 [ 0.089469] cpuidle: using governor menu
  1438. 1438 [ 0.090402] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1439. 1439 [ 0.090408] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1440. 1440 [ 0.121610] raid6: int32x1 gen() 187 MB/s
  1441. 1441 [ 0.138591] raid6: int32x1 xor() 160 MB/s
  1442. 1442 [ 0.155846] raid6: int32x2 gen() 257 MB/s
  1443. 1443 [ 0.172755] raid6: int32x2 xor() 193 MB/s
  1444. 1444 [ 0.190079] raid6: int32x4 gen() 261 MB/s
  1445. 1445 [ 0.207007] raid6: int32x4 xor() 193 MB/s
  1446. 1446 [ 0.224232] raid6: int32x8 gen() 250 MB/s
  1447. 1447 [ 0.241124] raid6: int32x8 xor() 171 MB/s
  1448. 1448 [ 0.258255] raid6: neonx1 gen() 496 MB/s
  1449. 1449 [ 0.275288] raid6: neonx1 xor() 460 MB/s
  1450. 1450 [ 0.292374] raid6: neonx2 gen() 664 MB/s
  1451. 1451 [ 0.309436] raid6: neonx2 xor() 593 MB/s
  1452. 1452 [ 0.326520] raid6: neonx4 gen() 796 MB/s
  1453. 1453 [ 0.343584] raid6: neonx4 xor() 667 MB/s
  1454. 1454 [ 0.360671] raid6: neonx8 gen() 714 MB/s
  1455. 1455 [ 0.377746] raid6: neonx8 xor() 603 MB/s
  1456. 1456 [ 0.377750] raid6: using algorithm neonx4 gen() 796 MB/s
  1457. 1457 [ 0.377753] raid6: .... xor() 667 MB/s, rmw enabled
  1458. 1458 [ 0.377756] raid6: using neon recovery algorithm
  1459. 1459 [ 0.379194] SCSI subsystem initialized
  1460. 1460 [ 0.379385] libata version 3.00 loaded.
  1461. 1461 [ 0.379582] usbcore: registered new interface driver usbfs
  1462. 1462 [ 0.379619] usbcore: registered new interface driver hub
  1463. 1463 [ 0.379686] usbcore: registered new device driver usb
  1464. 1464 [ 0.379857] media: Linux media interface: v0.10
  1465. 1465 [ 0.379883] Linux video capture interface: v2.00
  1466. 1466 [ 0.379936] pps_core: LinuxPPS API ver. 1 registered
  1467. 1467 [ 0.379970] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  1468. 1468 [ 0.379994] PTP clock support registered
  1469. 1469 [ 0.381317] clocksource: Switched to clocksource arch_sys_counter
  1470. 1470 [ 0.473040] VFS: Disk quotas dquot_6.6.0
  1471. 1471 [ 0.473122] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1472. 1472 [ 0.480626] NET: Registered protocol family 2
  1473. 1473 [ 0.481177] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1474. 1474 [ 0.481262] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1475. 1475 [ 0.481406] TCP: Hash tables configured (established 8192 bind 8192)
  1476. 1476 [ 0.481506] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1477. 1477 [ 0.481562] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1478. 1478 [ 0.481772] NET: Registered protocol family 1
  1479. 1479 [ 0.482207] RPC: Registered named UNIX socket transport module.
  1480. 1480 [ 0.482212] RPC: Registered udp transport module.
  1481. 1481 [ 0.482215] RPC: Registered tcp transport module.
  1482. 1482 [ 0.482218] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1483. 1483 [ 0.482556] Trying to unpack rootfs image as initramfs...
  1484. 1484 [ 0.790327] NOHZ: local_softirq_pending 80
  1485. 1485 [ 0.791777] Freeing initrd memory: 4980K
  1486. 1486 [ 0.793366] audit: initializing netlink subsys (disabled)
  1487. 1487 [ 0.793597] audit: type=2000 audit(0.762:1): state=initialized audit_enabled=0 res=1
  1488. 1488 [ 0.793789] Initialise system trusted keyrings
  1489. 1489 [ 0.793935] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  1490. 1490 [ 0.798685] zbud: loaded
  1491. 1491 [ 0.800832] NFS: Registering the id_resolver key type
  1492. 1492 [ 0.800857] Key type id_resolver registered
  1493. 1493 [ 0.800860] Key type id_legacy registered
  1494. 1494 [ 0.800872] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1495. 1495 [ 0.800876] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  1496. 1496 [ 0.801794] JFS: nTxBlock = 7992, nTxLock = 63939
  1497. 1497 [ 0.810605] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1498. 1498 [ 0.817648] Key type asymmetric registered
  1499. 1499 [ 0.817712] bounce: pool size: 64 pages
  1500. 1500 [ 0.817780] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  1501. 1501 [ 0.817924] io scheduler noop registered
  1502. 1502 [ 0.817928] io scheduler deadline registered
  1503. 1503 [ 0.818185] io scheduler cfq registered (default)
  1504. 1504 [ 0.818190] io scheduler mq-deadline registered
  1505. 1505 [ 0.818194] io scheduler kyber registered
  1506. 1506 [ 0.818365] io scheduler bfq registered
  1507. 1507 [ 0.819399] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
  1508. 1508 [ 0.823214] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  1509. 1509 [ 0.824656] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  1510. 1510 [ 0.872351] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  1511. 1511 [ 0.875206] console [ttyS0] disabled
  1512. 1512 [ 0.895358] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 44, base_baud = 1500000) is a U6_16550A
  1513. 1513 [ 0.895409] console [ttyS0] enabled
  1514. 1514 [ 0.898759] brd: module loaded
  1515. 1515 [ 0.903851] loop: module loaded
  1516. 1516 [ 0.905473] libphy: Fixed MDIO Bus: probed
  1517. 1517 [ 0.905988] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  1518. 1518 [ 0.906027] dwmac-sun8i 1c30000.ethernet: No regulator found
  1519. 1519 [ 0.906104] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
  1520. 1520 [ 0.906116] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  1521. 1521 [ 0.906123] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  1522. 1522 [ 0.906128] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  1523. 1523 [ 0.906134] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  1524. 1524 [ 0.906139] dwmac-sun8i 1c30000.ethernet: COE Type 2
  1525. 1525 [ 0.906144] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  1526. 1526 [ 0.906242] libphy: stmmac: probed
  1527. 1527 [ 0.906722] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
  1528. 1528 [ 0.906792] libphy: mdio_mux: probed
  1529. 1529 [ 0.906810] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
  1530. 1530 [ 0.906816] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
  1531. 1531 [ 0.911621] libphy: mdio_mux: probed
  1532. 1532 [ 0.912144] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1533. 1533 [ 0.912149] ehci-platform: EHCI generic platform driver
  1534. 1534 [ 0.912382] ehci-platform 1c1a000.usb: EHCI Host Controller
  1535. 1535 [ 0.912407] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  1536. 1536 [ 0.913076] ehci-platform 1c1a000.usb: irq 29, io mem 0x01c1a000
  1537. 1537 [ 0.919342] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  1538. 1538 [ 0.919638] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1539. 1539 [ 0.919646] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1540. 1540 [ 0.919651] usb usb1: Product: EHCI Host Controller
  1541. 1541 [ 0.919657] usb usb1: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  1542. 1542 [ 0.919662] usb usb1: SerialNumber: 1c1a000.usb
  1543. 1543 [ 0.920170] hub 1-0:1.0: USB hub found
  1544. 1544 [ 0.920212] hub 1-0:1.0: 1 port detected
  1545. 1545 [ 0.920906] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1546. 1546 [ 0.920928] ohci-platform: OHCI generic platform driver
  1547. 1547 [ 0.921125] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  1548. 1548 [ 0.921145] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  1549. 1549 [ 0.921343] ohci-platform 1c1a400.usb: irq 30, io mem 0x01c1a400
  1550. 1550 [ 0.977568] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  1551. 1551 [ 0.977576] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1552. 1552 [ 0.977581] usb usb2: Product: Generic Platform OHCI controller
  1553. 1553 [ 0.977587] usb usb2: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  1554. 1554 [ 0.977592] usb usb2: SerialNumber: 1c1a400.usb
  1555. 1555 [ 0.978054] hub 2-0:1.0: USB hub found
  1556. 1556 [ 0.978093] hub 2-0:1.0: 1 port detected
  1557. 1557 [ 0.978837] usbcore: registered new interface driver usb-storage
  1558. 1558 [ 0.979420] mousedev: PS/2 mouse device common for all mice
  1559. 1559 [ 0.979880] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  1560. 1560 [ 0.979886] sun6i-rtc 1f00000.rtc: RTC enabled
  1561. 1561 [ 0.980077] i2c /dev entries driver
  1562. 1562 [ 0.982337] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  1563. 1563 [ 0.983551] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  1564. 1564 [ 1.007351] sunxi-mmc 1c0f000.mmc: base:0xf1005000 irq:25
  1565. 1565 [ 1.032342] sunxi-mmc 1c11000.mmc: base:0xf100d000 irq:27
  1566. 1566 [ 1.033524] ledtrig-cpu: registered to indicate activity on CPUs
  1567. 1567 [ 1.033590] hidraw: raw HID events driver (C) Jiri Kosina
  1568. 1568 [ 1.033698] usbcore: registered new interface driver usbhid
  1569. 1569 [ 1.033701] usbhid: USB HID core driver
  1570. 1570 [ 1.034672] NET: Registered protocol family 10
  1571. 1571 [ 1.048327] NOHZ: local_softirq_pending 80
  1572. 1572 [ 1.049590] Segment Routing with IPv6
  1573. 1573 [ 1.049672] NET: Registered protocol family 17
  1574. 1574 [ 1.049883] Key type dns_resolver registered
  1575. 1575 [ 1.050277] Registering SWP/SWPB emulation handler
  1576. 1576 [ 1.050860] registered taskstats version 1
  1577. 1577 [ 1.050864] Loading compiled-in X.509 certificates
  1578. 1578 [ 1.050943] zswap: loaded using pool lzo/zbud
  1579. 1579 [ 1.051698] mmc0: host does not support reading read-only switch, assuming write-enable
  1580. 1580 [ 1.052583] Btrfs loaded, crc32c=crc32c-generic
  1581. 1581 [ 1.053579] mmc0: Problem switching card into high-speed mode!
  1582. 1582 [ 1.053723] mmc0: new SDHC card at address 0001
  1583. 1583 [ 1.054363] mmcblk0: mmc0:0001 SD32G 29.0 GiB
  1584. 1584 [ 1.055625] mmcblk0: p1
  1585. 1585 [ 1.061415] Key type encrypted registered
  1586. 1586 [ 1.068334] ehci-platform 1c1b000.usb: EHCI Host Controller
  1587. 1587 [ 1.068363] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  1588. 1588 [ 1.068886] ehci-platform 1c1b000.usb: irq 31, io mem 0x01c1b000
  1589. 1589 [ 1.075335] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  1590. 1590 [ 1.075556] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  1591. 1591 [ 1.075564] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1592. 1592 [ 1.075570] usb usb3: Product: EHCI Host Controller
  1593. 1593 [ 1.075576] usb usb3: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  1594. 1594 [ 1.075581] usb usb3: SerialNumber: 1c1b000.usb
  1595. 1595 [ 1.076097] hub 3-0:1.0: USB hub found
  1596. 1596 [ 1.076134] hub 3-0:1.0: 1 port detected
  1597. 1597 [ 1.076829] ehci-platform 1c1c000.usb: EHCI Host Controller
  1598. 1598 [ 1.076850] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
  1599. 1599 [ 1.077079] ehci-platform 1c1c000.usb: irq 33, io mem 0x01c1c000
  1600. 1600 [ 1.083328] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  1601. 1601 [ 1.083486] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  1602. 1602 [ 1.083493] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1603. 1603 [ 1.083499] usb usb4: Product: EHCI Host Controller
  1604. 1604 [ 1.083504] usb usb4: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  1605. 1605 [ 1.083509] usb usb4: SerialNumber: 1c1c000.usb
  1606. 1606 [ 1.083947] hub 4-0:1.0: USB hub found
  1607. 1607 [ 1.083979] hub 4-0:1.0: 1 port detected
  1608. 1608 [ 1.084593] ehci-platform 1c1d000.usb: EHCI Host Controller
  1609. 1609 [ 1.084613] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
  1610. 1610 [ 1.084801] ehci-platform 1c1d000.usb: irq 35, io mem 0x01c1d000
  1611. 1611 [ 1.091340] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  1612. 1612 [ 1.091530] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
  1613. 1613 [ 1.091538] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1614. 1614 [ 1.091544] usb usb5: Product: EHCI Host Controller
  1615. 1615 [ 1.091550] usb usb5: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  1616. 1616 [ 1.091555] usb usb5: SerialNumber: 1c1d000.usb
  1617. 1617 [ 1.091990] hub 5-0:1.0: USB hub found
  1618. 1618 [ 1.092028] hub 5-0:1.0: 1 port detected
  1619. 1619 [ 1.092644] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  1620. 1620 [ 1.092663] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
  1621. 1621 [ 1.092830] ohci-platform 1c1b400.usb: irq 32, io mem 0x01c1b400
  1622. 1622 [ 1.122164] mmc1: new DDR MMC card at address 0001
  1623. 1623 [ 1.122774] mmcblk1: mmc1:0001 8GME4R 7.28 GiB
  1624. 1624 [ 1.123102] mmcblk1boot0: mmc1:0001 8GME4R partition 1 4.00 MiB
  1625. 1625 [ 1.123455] mmcblk1boot1: mmc1:0001 8GME4R partition 2 4.00 MiB
  1626. 1626 [ 1.125107] mmcblk1: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 >
  1627. 1627 [ 1.125132] mmcblk1: p1 size 9363456 extends beyond EOD, truncated
  1628. 1628 [ 1.148520] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
  1629. 1629 [ 1.148530] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1630. 1630 [ 1.148536] usb usb6: Product: Generic Platform OHCI controller
  1631. 1631 [ 1.148541] usb usb6: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  1632. 1632 [ 1.148546] usb usb6: SerialNumber: 1c1b400.usb
  1633. 1633 [ 1.149013] hub 6-0:1.0: USB hub found
  1634. 1634 [ 1.149050] hub 6-0:1.0: 1 port detected
  1635. 1635 [ 1.149819] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  1636. 1636 [ 1.149844] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
  1637. 1637 [ 1.150128] ohci-platform 1c1c400.usb: irq 34, io mem 0x01c1c400
  1638. 1638 [ 1.205479] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
  1639. 1639 [ 1.205487] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1640. 1640 [ 1.205493] usb usb7: Product: Generic Platform OHCI controller
  1641. 1641 [ 1.205499] usb usb7: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  1642. 1642 [ 1.205504] usb usb7: SerialNumber: 1c1c400.usb
  1643. 1643 [ 1.205942] hub 7-0:1.0: USB hub found
  1644. 1644 [ 1.205977] hub 7-0:1.0: 1 port detected
  1645. 1645 [ 1.206620] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  1646. 1646 [ 1.206641] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
  1647. 1647 [ 1.206805] ohci-platform 1c1d400.usb: irq 36, io mem 0x01c1d400
  1648. 1648 [ 1.262482] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
  1649. 1649 [ 1.262490] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1650. 1650 [ 1.262496] usb usb8: Product: Generic Platform OHCI controller
  1651. 1651 [ 1.262501] usb usb8: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  1652. 1652 [ 1.262506] usb usb8: SerialNumber: 1c1d400.usb
  1653. 1653 [ 1.262914] hub 8-0:1.0: USB hub found
  1654. 1654 [ 1.262955] hub 8-0:1.0: 1 port detected
  1655. 1655 [ 1.263599] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
  1656. 1656 [ 1.263909] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  1657. 1657 [ 1.263919] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 9
  1658. 1658 [ 1.264122] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
  1659. 1659 [ 1.264129] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1660. 1660 [ 1.264135] usb usb9: Product: MUSB HDRC host driver
  1661. 1661 [ 1.264140] usb usb9: Manufacturer: Linux 4.14.65-sunxi musb-hcd
  1662. 1662 [ 1.264146] usb usb9: SerialNumber: musb-hdrc.1.auto
  1663. 1663 [ 1.264559] hub 9-0:1.0: USB hub found
  1664. 1664 [ 1.264592] hub 9-0:1.0: 1 port detected
  1665. 1665 [ 1.267106] of_cfs_init
  1666. 1666 [ 1.267204] of_cfs_init: OK
  1667. 1667 [ 1.267376] vdd-cpux-dummy: disabling
  1668. 1668 [ 1.267381] vcc3v0: disabling
  1669. 1669 [ 1.267386] vcc5v0: disabling
  1670. 1670 [ 1.267390] usb0-vbus: disabling
  1671. 1671 [ 1.270475] Freeing unused kernel memory: 1024K
  1672. 1672 [ 1.285333] NOHZ: local_softirq_pending 80
  1673. 1673 [ 1.324365] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  1674. 1674 [ 1.324954] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  1675. 1675 [ 1.327326] NOHZ: local_softirq_pending 80
  1676. 1676 [ 1.328325] NOHZ: local_softirq_pending 80
  1677. 1677 [ 1.331045] random: udevadm: uninitialized urandom read (16 bytes read)
  1678. 1678 [ 1.628366] usb 6-1: new low-speed USB device number 2 using ohci-platform
  1679. 1679 [ 1.644336] usb 8-1: new low-speed USB device number 2 using ohci-platform
  1680. 1680 [ 1.721329] NOHZ: local_softirq_pending 80
  1681. 1681 [ 1.792346] NOHZ: local_softirq_pending 80
  1682. 1682 [ 1.819874] random: fast init done
  1683. 1683 [ 1.827469] usb 6-1: New USB device found, idVendor=0000, idProduct=0538
  1684. 1684 [ 1.827481] usb 6-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  1685. 1685 [ 1.827487] usb 6-1: Product: USB OPTICAL MOUSE
  1686. 1686 [ 1.837502] input: USB OPTICAL MOUSE as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.0/0003:0000:0538.0001/input/input0
  1687. 1687 [ 1.838035] hid-generic 0003:0000:0538.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-1c1b400.usb-1/input0
  1688. 1688 [ 1.847409] usb 8-1: New USB device found, idVendor=1c4f, idProduct=0002
  1689. 1689 [ 1.847420] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1690. 1690 [ 1.847426] usb 8-1: Product: USB Keyboard
  1691. 1691 [ 1.847432] usb 8-1: Manufacturer: SIGMACHIP
  1692. 1692 [ 1.858036] input: SIGMACHIP USB Keyboard as /devices/platform/soc/1c1d400.usb/usb8/8-1/8-1:1.0/0003:1C4F:0002.0002/input/input1
  1693. 1693 [ 1.860324] NOHZ: local_softirq_pending 80
  1694. 1694 [ 1.898709] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-17
  1695. 1695 [ 1.909601] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-1c1d400.usb-1/input0
  1696. 1696 [ 1.912178] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
  1697. 1697 [ 1.914757] input: SIGMACHIP USB Keyboard as /devices/platform/soc/1c1d400.usb/usb8/8-1/8-1:1.1/0003:1C4F:0002.0003/input/input2
  1698. 1698 [ 1.938369] sunxi-mmc 1c10000.mmc: base:0xf111d000 irq:26
  1699. 1699 [ 1.961332] mmc2: new high speed SDIO card at address 0001
  1700. 1700 [ 1.966532] hid-generic 0003:1C4F:0002.0003: input,hidraw2: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-1c1d400.usb-1/input1
  1701. 1701 [ 2.606860] NOHZ: local_softirq_pending 80
  1702. 1702 [ 2.622009] NOHZ: local_softirq_pending 80
  1703. 1703 [ 3.108835] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  1704. 1704 [ 4.136477] systemd[1]: System time before build time, advancing clock.
  1705. 1705 [ 4.193779] ip_tables: (C) 2000-2006 Netfilter Core Team
  1706. 1706 [ 4.238877] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  1707. 1707 [ 4.239632] systemd[1]: Detected architecture arm.
  1708. 1708 [ 4.252888] systemd[1]: Set hostname to <orangepipcplus>.
  1709. 1709 [ 5.153105] systemd[1]: Listening on fsck to fsckd communication Socket.
  1710. 1710 [ 5.161651] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1711. 1711 [ 5.169758] systemd[1]: Listening on udev Control Socket.
  1712. 1712 [ 5.178071] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1713. 1713 [ 5.191199] systemd[1]: Listening on Journal Socket (/dev/log).
  1714. 1714 [ 5.199729] systemd[1]: Listening on udev Kernel Socket.
  1715. 1715 [ 5.207558] systemd[1]: Reached target Swap.
  1716. 1716 [ 5.522162] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  1717. 1717 [ 5.762082] 29
  1718. 1718 [ 5.762092] 81
  1719. 1719 [ 5.762098] 03
  1720. 1720 [ 5.762103] CC
  1721. 1721 [ 5.762105] 00
  1722. 1722 [ 5.762107] 00
  1723. 1723 [ 5.762109] 50
  1724. 1724 [ 5.762111] 00
  1725. 1725 [ 5.762112] 00
  1726. 1726 [ 5.762114] 00
  1727. 1727 [ 5.762116] 04
  1728. 1728 [ 5.762117] CC
  1729. 1729 [ 5.762119] 0A
  1730. 1730 [ 5.762121] 0C
  1731. 1731 [ 5.762123] 00
  1732. 1732 [ 5.762125] 00
  1733. 1733 [ 5.762126] FF
  1734. 1734 [ 5.762128] FF
  1735. 1735 [ 5.762130] FF
  1736. 1736 [ 5.762132] FF
  1737. 1737 [ 5.762134] FF
  1738. 1738 [ 5.762135] FF
  1739. 1739 [ 5.762137] FF
  1740. 1740 [ 5.762139] FF
  1741. 1741 [ 5.762141] FF
  1742. 1742 [ 5.762143] FF
  1743. 1743 [ 5.762144] FF
  1744. 1744 [ 5.762146] FF
  1745. 1745 [ 5.762148] FF
  1746. 1746 [ 5.762149] FF
  1747. 1747 [ 5.762151] FF
  1748. 1748 [ 5.762153] FF
  1749. 1749 [ 5.762155] FF
  1750. 1750 [ 5.762156] FF
  1751. 1751 [ 5.762158] FF
  1752. 1752 [ 5.762160] FF
  1753. 1753 [ 5.762162] FF
  1754. 1754 [ 5.762163] FF
  1755. 1755 [ 5.762165] FF
  1756. 1756 [ 5.762167] FF
  1757. 1757 [ 5.762169] FF
  1758. 1758 [ 5.762171] FF
  1759. 1759 [ 5.762172] FF
  1760. 1760 [ 5.762174] FF
  1761. 1761 [ 5.762176] FF
  1762. 1762 [ 5.762178] FF
  1763. 1763 [ 5.762179] FF
  1764. 1764 [ 5.762181] FF
  1765. 1765 [ 5.762183] FF
  1766. 1766 [ 5.762185] FF
  1767. 1767 [ 5.762186] FF
  1768. 1768 [ 5.762188] FF
  1769. 1769 [ 5.762190] FF
  1770. 1770 [ 5.762192] FF
  1771. 1771 [ 5.762193] FF
  1772. 1772 [ 5.762195] FF
  1773. 1773 [ 5.762197] FF
  1774. 1774 [ 5.762199] FF
  1775. 1775 [ 5.762201] FF
  1776. 1776 [ 5.762202] FF
  1777. 1777 [ 5.762204] FF
  1778. 1778 [ 5.762206] FF
  1779. 1779 [ 5.762208] FF
  1780. 1780 [ 5.762210] FF
  1781. 1781 [ 5.762211] FF
  1782. 1782 [ 5.762213] FF
  1783. 1783 [ 5.762215] FF
  1784. 1784 [ 5.762217] FF
  1785. 1785 [ 5.762218] FF
  1786. 1786 [ 5.762220] FF
  1787. 1787 [ 5.762222] FF
  1788. 1788 [ 5.762223] FF
  1789. 1789 [ 5.762225] FF
  1790. 1790 [ 5.762227] FF
  1791. 1791 [ 5.762229] FF
  1792. 1792 [ 5.762230] FF
  1793. 1793 [ 5.762232] FF
  1794. 1794 [ 5.762234] FF
  1795. 1795 [ 5.762236] FF
  1796. 1796 [ 5.762238] FF
  1797. 1797 [ 5.762239] FF
  1798. 1798 [ 5.762241] FF
  1799. 1799 [ 5.762242] FF
  1800. 1800 [ 5.762244] FF
  1801. 1801 [ 5.762246] FF
  1802. 1802 [ 5.762248] FF
  1803. 1803 [ 5.762249] FF
  1804. 1804 [ 5.762251] FF
  1805. 1805 [ 5.762253] FF
  1806. 1806 [ 5.762255] FF
  1807. 1807 [ 5.762256] FF
  1808. 1808 [ 5.762258] FF
  1809. 1809 [ 5.762260] FF
  1810. 1810 [ 5.762261] FF
  1811. 1811 [ 5.762263] FF
  1812. 1812 [ 5.762265] FF
  1813. 1813 [ 5.762267] FF
  1814. 1814 [ 5.762268] FF
  1815. 1815 [ 5.762270] FF
  1816. 1816 [ 5.762272] FF
  1817. 1817 [ 5.762274] FF
  1818. 1818 [ 5.762275] FF
  1819. 1819 [ 5.762277] FF
  1820. 1820 [ 5.762279] FF
  1821. 1821 [ 5.762281] FF
  1822. 1822 [ 5.762283] FF
  1823. 1823 [ 5.762284] FF
  1824. 1824 [ 5.762286] FF
  1825. 1825 [ 5.762288] FF
  1826. 1826 [ 5.762290] FF
  1827. 1827 [ 5.762291] FF
  1828. 1828 [ 5.762293] FF
  1829. 1829 [ 5.762295] FF
  1830. 1830 [ 5.762328] FF
  1831. 1831 [ 5.762330] FF
  1832. 1832 [ 5.762332] FF
  1833. 1833 [ 5.762333] FF
  1834. 1834 [ 5.762335] FF
  1835. 1835 [ 5.762337] FF
  1836. 1836 [ 5.762339] FF
  1837. 1837 [ 5.762341] FF
  1838. 1838 [ 5.762343] FF
  1839. 1839 [ 5.762344] FF
  1840. 1840 [ 5.762346] FF
  1841. 1841 [ 5.762348] FF
  1842. 1842 [ 5.762350] FF
  1843. 1843 [ 5.762351] FF
  1844. 1844 [ 5.762354] FF
  1845. 1845 [ 5.762355] FF
  1846. 1846 [ 5.762357] FF
  1847. 1847 [ 5.762359] FF
  1848. 1848 [ 5.762361] FF
  1849. 1849 [ 5.762363] FF
  1850. 1850 [ 5.762365] FF
  1851. 1851 [ 5.762367] FF
  1852. 1852 [ 5.762368] FF
  1853. 1853 [ 5.762370] FF
  1854. 1854 [ 5.762372] FF
  1855. 1855 [ 5.762374] FF
  1856. 1856 [ 5.762375] FF
  1857. 1857 [ 5.762377] FF
  1858. 1858 [ 5.762379] FF
  1859. 1859 [ 5.762381] FF
  1860. 1860 [ 5.762383] FF
  1861. 1861 [ 5.762384] FF
  1862. 1862 [ 5.762386] FF
  1863. 1863 [ 5.762388] FF
  1864. 1864 [ 5.762390] FF
  1865. 1865 [ 5.762391] FF
  1866. 1866 [ 5.762393] FF
  1867. 1867 [ 5.762395] FF
  1868. 1868 [ 5.762397] FF
  1869. 1869 [ 5.762398] FF
  1870. 1870 [ 5.762400] FF
  1871. 1871 [ 5.762402] FF
  1872. 1872 [ 5.762404] FF
  1873. 1873 [ 5.762405] FF
  1874. 1874 [ 5.762407] FF
  1875. 1875 [ 5.762409] FF
  1876. 1876 [ 5.762411] FF
  1877. 1877 [ 5.762412] FF
  1878. 1878 [ 5.762414] FF
  1879. 1879 [ 5.762416] FF
  1880. 1880 [ 5.762417] FF
  1881. 1881 [ 5.762419] FF
  1882. 1882 [ 5.762421] FF
  1883. 1883 [ 5.762430] FF
  1884. 1884 [ 5.762432] FF
  1885. 1885 [ 5.762434] FF
  1886. 1886 [ 5.762435] FF
  1887. 1887 [ 5.762437] FF
  1888. 1888 [ 5.762439] FF
  1889. 1889 [ 5.762441] FF
  1890. 1890 [ 5.762442] FF
  1891. 1891 [ 5.762444] FF
  1892. 1892 [ 5.762446] FF
  1893. 1893 [ 5.762448] FF
  1894. 1894 [ 5.762449] FF
  1895. 1895 [ 5.762451] FF
  1896. 1896 [ 5.762453] FF
  1897. 1897 [ 5.762455] FF
  1898. 1898 [ 5.762456] FF
  1899. 1899 [ 5.762458] FF
  1900. 1900 [ 5.762460] FF
  1901. 1901 [ 5.762462] FF
  1902. 1902 [ 5.762464] FF
  1903. 1903 [ 5.762465] FF
  1904. 1904 [ 5.762467] FF
  1905. 1905 [ 5.762469] FF
  1906. 1906 [ 5.762471] FF
  1907. 1907 [ 5.762472] FF
  1908. 1908 [ 5.762475] FF
  1909. 1909 [ 5.762476] FF
  1910. 1910 [ 5.762478] FF
  1911. 1911 [ 5.762480] FF
  1912. 1912 [ 5.762482] FF
  1913. 1913 [ 5.762483] FF
  1914. 1914 [ 5.762485] FF
  1915. 1915 [ 5.762487] FF
  1916. 1916 [ 5.762488] FF
  1917. 1917 [ 5.762490] FF
  1918. 1918 [ 5.762492] FF
  1919. 1919 [ 5.762494] FF
  1920. 1920 [ 5.762495] FF
  1921. 1921 [ 5.762497] FF
  1922. 1922 [ 5.762499] FF
  1923. 1923 [ 5.762501] FF
  1924. 1924 [ 5.762503] FF
  1925. 1925 [ 5.762504] FF
  1926. 1926 [ 5.762506] FF
  1927. 1927 [ 5.762507] FF
  1928. 1928 [ 5.762509] FF
  1929. 1929 [ 5.762511] FF
  1930. 1930 [ 5.762513] FF
  1931. 1931 [ 5.762514] FF
  1932. 1932 [ 5.762516] FF
  1933. 1933 [ 5.762518] FF
  1934. 1934 [ 5.762520] FF
  1935. 1935 [ 5.762521] FF
  1936. 1936 [ 5.762523] FF
  1937. 1937 [ 5.762525] FF
  1938. 1938 [ 5.762527] FF
  1939. 1939 [ 5.762528] FF
  1940. 1940 [ 5.762530] FF
  1941. 1941 [ 5.762532] FF
  1942. 1942 [ 5.762534] FF
  1943. 1943 [ 5.762535] FF
  1944. 1944 [ 5.762537] FF
  1945. 1945 [ 5.762539] FF
  1946. 1946 [ 5.762541] FF
  1947. 1947 [ 5.762543] FF
  1948. 1948 [ 5.762544] FF
  1949. 1949 [ 5.762546] FF
  1950. 1950 [ 5.762548] FF
  1951. 1951 [ 5.762550] FF
  1952. 1952 [ 5.762551] FF
  1953. 1953 [ 5.762553] FF
  1954. 1954 [ 5.762555] FF
  1955. 1955 [ 5.762556] FF
  1956. 1956 [ 5.762558] FF
  1957. 1957 [ 5.762560] FF
  1958. 1958 [ 5.762562] FF
  1959. 1959 [ 5.762563] FF
  1960. 1960 [ 5.762565] FF
  1961. 1961 [ 5.762567] FF
  1962. 1962 [ 5.762569] FF
  1963. 1963 [ 5.762571] FF
  1964. 1964 [ 5.762572] FF
  1965. 1965 [ 5.762574] FF
  1966. 1966 [ 5.762576] FF
  1967. 1967 [ 5.762578] FF
  1968. 1968 [ 5.762580] FF
  1969. 1969 [ 5.762581] FF
  1970. 1970 [ 5.762583] FF
  1971. 1971 [ 5.762585] FF
  1972. 1972 [ 5.762587] FF
  1973. 1973 [ 5.762588] FF
  1974. 1974 [ 5.762590] FF
  1975. 1975 [ 5.762592] FF
  1976. 1976 [ 5.762593] FF
  1977. 1977 [ 5.762595] FF
  1978. 1978 [ 5.762597] FF
  1979. 1979 [ 5.762599] FF
  1980. 1980 [ 5.762600] FF
  1981. 1981 [ 5.762602] FF
  1982. 1982 [ 5.762604] FF
  1983. 1983 [ 5.762606] FF
  1984. 1984 [ 5.762607] FF
  1985. 1985 [ 5.762609] FF
  1986. 1986 [ 5.762611] FF
  1987. 1987 [ 5.762612] FF
  1988. 1988 [ 5.762614] FF
  1989. 1989 [ 5.762616] FF
  1990. 1990 [ 5.762618] FF
  1991. 1991 [ 5.762619] FF
  1992. 1992 [ 5.762621] FF
  1993. 1993 [ 5.762623] FF
  1994. 1994 [ 5.762625] FF
  1995. 1995 [ 5.762626] FF
  1996. 1996 [ 5.762628] FF
  1997. 1997 [ 5.762630] FF
  1998. 1998 [ 5.762632] FF
  1999. 1999 [ 5.762634] FF
  2000. 2000 [ 5.762635] FF
  2001. 2001 [ 5.762637] FF
  2002. 2002 [ 5.762639] FF
  2003. 2003 [ 5.762641] FF
  2004. 2004 [ 5.762643] FF
  2005. 2005 [ 5.762644] FF
  2006. 2006 [ 5.762646] FF
  2007. 2007 [ 5.762647] FF
  2008. 2008 [ 5.762649] FF
  2009. 2009 [ 5.762651] FF
  2010. 2010 [ 5.762653] FF
  2011. 2011 [ 5.762655] FF
  2012. 2012 [ 5.762656] FF
  2013. 2013 [ 5.762658] FF
  2014. 2014 [ 5.762660] FF
  2015. 2015 [ 5.762661] FF
  2016. 2016 [ 5.762663] FF
  2017. 2017 [ 5.762665] FF
  2018. 2018 [ 5.762667] FF
  2019. 2019 [ 5.762668] FF
  2020. 2020 [ 5.762671] FF
  2021. 2021 [ 5.762672] FF
  2022. 2022 [ 5.762674] FF
  2023. 2023 [ 5.762675] FF
  2024. 2024 [ 5.762677] FF
  2025. 2025 [ 5.762679] FF
  2026. 2026 [ 5.762681] FF
  2027. 2027 [ 5.762683] FF
  2028. 2028 [ 5.762684] FF
  2029. 2029 [ 5.762686] FF
  2030. 2030 [ 5.762688] FF
  2031. 2031 [ 5.762690] FF
  2032. 2032 [ 5.762691] FF
  2033. 2033 [ 5.762693] FF
  2034. 2034 [ 5.762695] FF
  2035. 2035 [ 5.762697] FF
  2036. 2036 [ 5.762699] FF
  2037. 2037 [ 5.762700] FF
  2038. 2038 [ 5.762702] FF
  2039. 2039 [ 5.762704] FF
  2040. 2040 [ 5.762705] FF
  2041. 2041 [ 5.762707] FF
  2042. 2042 [ 5.762709] FF
  2043. 2043 [ 5.762711] FF
  2044. 2044 [ 5.762712] FF
  2045. 2045 [ 5.762714] FF
  2046. 2046 [ 5.762716] FF
  2047. 2047 [ 5.762718] FF
  2048. 2048 [ 5.762720] FF
  2049. 2049 [ 5.762726] FF
  2050. 2050 [ 5.762727] FF
  2051. 2051 [ 5.762729] FF
  2052. 2052 [ 5.762731] FF
  2053. 2053 [ 5.762733] FF
  2054. 2054 [ 5.762734] FF
  2055. 2055 [ 5.762736] FF
  2056. 2056 [ 5.762738] FF
  2057. 2057 [ 5.762740] FF
  2058. 2058 [ 5.762741] FF
  2059. 2059 [ 5.762743] FF
  2060. 2060 [ 5.762745] FF
  2061. 2061 [ 5.762746] FF
  2062. 2062 [ 5.762748] FF
  2063. 2063 [ 5.762750] FF
  2064. 2064 [ 5.762752] FF
  2065. 2065 [ 5.762753] FF
  2066. 2066 [ 5.762755] FF
  2067. 2067 [ 5.762757] FF
  2068. 2068 [ 5.762759] FF
  2069. 2069 [ 5.762760] FF
  2070. 2070 [ 5.762762] FF
  2071. 2071 [ 5.762764] FF
  2072. 2072 [ 5.762766] FF
  2073. 2073 [ 5.762767] FF
  2074. 2074 [ 5.762769] FF
  2075. 2075 [ 5.762771] FF
  2076. 2076 [ 5.762773] FF
  2077. 2077 [ 5.762774] FF
  2078. 2078 [ 5.762776] FF
  2079. 2079 [ 5.762778] FF
  2080. 2080 [ 5.762780] FF
  2081. 2081 [ 5.762781] FF
  2082. 2082 [ 5.762783] FF
  2083. 2083 [ 5.762785] FF
  2084. 2084 [ 5.762787] FF
  2085. 2085 [ 5.762788] FF
  2086. 2086 [ 5.762790] FF
  2087. 2087 [ 5.762792] FF
  2088. 2088 [ 5.762794] FF
  2089. 2089 [ 5.762795] FF
  2090. 2090 [ 5.762797] FF
  2091. 2091 [ 5.762799] FF
  2092. 2092 [ 5.762801] FF
  2093. 2093 [ 5.762802] FF
  2094. 2094 [ 5.762804] FF
  2095. 2095 [ 5.762806] FF
  2096. 2096 [ 5.762807] FF
  2097. 2097 [ 5.762809] FF
  2098. 2098 [ 5.762811] FF
  2099. 2099 [ 5.762813] FF
  2100. 2100 [ 5.762815] FF
  2101. 2101 [ 5.762816] FF
  2102. 2102 [ 5.762818] FF
  2103. 2103 [ 5.762819] FF
  2104. 2104 [ 5.762821] FF
  2105. 2105 [ 5.762823] FF
  2106. 2106 [ 5.762825] FF
  2107. 2107 [ 5.762827] FF
  2108. 2108 [ 5.762828] FF
  2109. 2109 [ 5.762830] FF
  2110. 2110 [ 5.762832] FF
  2111. 2111 [ 5.762834] FF
  2112. 2112 [ 5.762835] FF
  2113. 2113 [ 5.762837] FF
  2114. 2114 [ 5.762839] FF
  2115. 2115 [ 5.762841] FF
  2116. 2116 [ 5.762843] FF
  2117. 2117 [ 5.762844] FF
  2118. 2118 [ 5.762846] FF
  2119. 2119 [ 5.762848] FF
  2120. 2120 [ 5.762850] FF
  2121. 2121 [ 5.762851] FF
  2122. 2122 [ 5.762853] FF
  2123. 2123 [ 5.762855] FF
  2124. 2124 [ 5.762856] FF
  2125. 2125 [ 5.762858] FF
  2126. 2126 [ 5.762860] FF
  2127. 2127 [ 5.762862] FF
  2128. 2128 [ 5.762864] FF
  2129. 2129 [ 5.762865] FF
  2130. 2130 [ 5.762867] FF
  2131. 2131 [ 5.762869] FF
  2132. 2132 [ 5.762871] FF
  2133. 2133 [ 5.762872] FF
  2134. 2134 [ 5.762874] FF
  2135. 2135 [ 5.762876] FF
  2136. 2136 [ 5.762878] FF
  2137. 2137 [ 5.762879] FF
  2138. 2138 [ 5.762881] FF
  2139. 2139 [ 5.762883] FF
  2140. 2140 [ 5.762885] FF
  2141. 2141 [ 5.762886] FF
  2142. 2142 [ 5.762888] FF
  2143. 2143 [ 5.762890] FF
  2144. 2144 [ 5.762892] FF
  2145. 2145 [ 5.762894] FF
  2146. 2146 [ 5.762895] FF
  2147. 2147 [ 5.762897] FF
  2148. 2148 [ 5.762899] FF
  2149. 2149 [ 5.762901] FF
  2150. 2150 [ 5.762903] FF
  2151. 2151 [ 5.762904] FF
  2152. 2152 [ 5.762906] FF
  2153. 2153 [ 5.762908] FF
  2154. 2154 [ 5.762910] FF
  2155. 2155 [ 5.762911] FF
  2156. 2156 [ 5.762913] FF
  2157. 2157 [ 5.762915] FF
  2158. 2158 [ 5.762917] FF
  2159. 2159 [ 5.762918] FF
  2160. 2160 [ 5.762925] FF
  2161. 2161 [ 5.762927] FF
  2162. 2162 [ 5.762929] FF
  2163. 2163 [ 5.762930] FF
  2164. 2164 [ 5.762932] FF
  2165. 2165 [ 5.762934] FF
  2166. 2166 [ 5.762936] FF
  2167. 2167 [ 5.762937] FF
  2168. 2168 [ 5.762939] FF
  2169. 2169 [ 5.762941] FF
  2170. 2170 [ 5.762943] FF
  2171. 2171 [ 5.762945] FF
  2172. 2172 [ 5.762946] FF
  2173. 2173 [ 5.762948] FF
  2174. 2174 [ 5.762950] FF
  2175. 2175 [ 5.762952] FF
  2176. 2176 [ 5.762954] FF
  2177. 2177 [ 5.762955] FF
  2178. 2178 [ 5.762957] FF
  2179. 2179 [ 5.762959] FF
  2180. 2180 [ 5.762961] FF
  2181. 2181 [ 5.762962] FF
  2182. 2182 [ 5.762964] FF
  2183. 2183 [ 5.762966] FF
  2184. 2184 [ 5.762968] FF
  2185. 2185 [ 5.762970] FF
  2186. 2186 [ 5.762971] FF
  2187. 2187 [ 5.762973] FF
  2188. 2188 [ 5.762975] FF
  2189. 2189 [ 5.762977] FF
  2190. 2190 [ 5.762979] FF
  2191. 2191 [ 5.762980] FF
  2192. 2192 [ 5.762982] FF
  2193. 2193 [ 5.762984] FF
  2194. 2194 [ 5.762985] FF
  2195. 2195 [ 5.762987] FF
  2196. 2196 [ 5.762989] FF
  2197. 2197 [ 5.762991] FF
  2198. 2198 [ 5.762992] FF
  2199. 2199 [ 5.762994] FF
  2200. 2200 [ 5.762996] FF
  2201. 2201 [ 5.762998] FF
  2202. 2202 [ 5.762999] FF
  2203. 2203 [ 5.763001] FF
  2204. 2204 [ 5.763003] FF
  2205. 2205 [ 5.763005] FF
  2206. 2206 [ 5.763007] FF
  2207. 2207 [ 5.763008] FF
  2208. 2208 [ 5.763010] FF
  2209. 2209 [ 5.763012] FF
  2210. 2210 [ 5.763013] FF
  2211. 2211 [ 5.763015] FF
  2212. 2212 [ 5.763017] FF
  2213. 2213 [ 5.763019] FF
  2214. 2214 [ 5.763020] FF
  2215. 2215 [ 5.763022] FF
  2216. 2216 [ 5.763024] FF
  2217. 2217 [ 5.763025] FF
  2218. 2218 [ 5.763027] FF
  2219. 2219 [ 5.763029] FF
  2220. 2220 [ 5.763031] FF
  2221. 2221 [ 5.763032] FF
  2222. 2222 [ 5.763034] FF
  2223. 2223 [ 5.763036] FF
  2224. 2224 [ 5.763038] FF
  2225. 2225 [ 5.763039] FF
  2226. 2226 [ 5.763041] FF
  2227. 2227 [ 5.763043] FF
  2228. 2228 [ 5.763045] FF
  2229. 2229 [ 5.914907] systemd-journald[234]: Received request to flush runtime journal from PID 1
  2230. 2230 [ 6.640583] zram: Added device: zram0
  2231. 2231 [ 6.640947] zram: Added device: zram1
  2232. 2232 [ 6.641349] zram: Added device: zram2
  2233. 2233 [ 6.641755] zram: Added device: zram3
  2234. 2234 [ 6.642148] zram: Added device: zram4
  2235. 2235 [ 6.756063] zram1: detected capacity change from 0 to 131080192
  2236. 2236 [ 6.895679] Adding 128004k swap on /dev/zram1. Priority:5 extents:1 across:128004k SSFS
  2237. 2237 [ 6.900944] zram2: detected capacity change from 0 to 131080192
  2238. 2238 [ 6.958576] Adding 128004k swap on /dev/zram2. Priority:5 extents:1 across:128004k SSFS
  2239. 2239 [ 6.965281] zram3: detected capacity change from 0 to 131080192
  2240. 2240 [ 7.013397] Adding 128004k swap on /dev/zram3. Priority:5 extents:1 across:128004k SSFS
  2241. 2241 [ 7.021900] zram4: detected capacity change from 0 to 131080192
  2242. 2242 [ 7.068184] Adding 128004k swap on /dev/zram4. Priority:5 extents:1 across:128004k SSFS
  2243. 2243 [ 7.150251] zram0: detected capacity change from 0 to 52428800
  2244. 2244 [ 7.329755] thermal thermal_zone0: failed to read out thermal zone (-110)
  2245. 2245 [ 7.501072] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  2246. 2246 [ 7.501080] [drm] No driver support for vblank timestamp query.
  2247. 2247 [ 7.510724] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_platform_driver_exit [sun8i_mixer])
  2248. 2248 [ 7.511102] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
  2249. 2249 [ 7.511123] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_platform_driver_exit [sun4i_tcon])
  2250. 2250 [ 7.671274] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
  2251. 2251 [ 7.677919] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
  2252. 2252 [ 7.678409] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops [sun8i_dw_hdmi])
  2253. 2253 [ 7.757788] random: crng init done
  2254. 2254 [ 7.757793] random: 7 urandom warning(s) missed due to ratelimiting
  2255. 2255 [ 7.850135] Console: switching to colour frame buffer device 128x48
  2256. 2256 [ 7.858643] EXT4-fs (zram0): mounted filesystem without journal. Opts: (null)
  2257. 2257 [ 7.864497] sun4i-drm display-engine: fb0: frame buffer device
  2258. 2258 [ 7.879755] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  2259. 2259 [ 7.882380] sun4i-codec 1c22c00.codec: ASoC: /soc/codec-analog@01f015c0 not registered
  2260. 2260 [ 7.882392] sun4i-codec 1c22c00.codec: Failed to register our card
  2261. 2261 [ 7.894518] lirc_dev: IR Remote Control driver registered, major 243
  2262. 2262 [ 7.895425] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  2263. 2263 [ 7.897852] IR LIRC bridge handler initialized
  2264. 2264 [ 7.899046] Registered IR keymap rc-empty
  2265. 2265 [ 7.899202] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
  2266. 2266 [ 7.899431] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input3
  2267. 2267 [ 7.902628] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0
  2268. 2268 [ 7.902771] sunxi-ir 1f02000.ir: initialized sunXi IR driver
  2269. 2269 [ 8.381381] Registered IR keymap rc-cec
  2270. 2270 [ 8.381586] rc rc1: RC for dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc1
  2271. 2271 [ 8.381782] input: RC for dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc1/input4
  2272. 2272 [ 8.382426] thermal thermal_zone0: failed to read out thermal zone (-110)
  2273. 2273 [ 8.395086] asoc-simple-card sound: i2s-hifi <-> 1c22800.i2s mapping ok
  2274. 2274 [ 9.408488] thermal thermal_zone0: failed to read out thermal zone (-110)
  2275. 2275 [ 9.477887] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL)
  2276. 2276 [ 9.492778] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  2277. 2277 [ 9.492790] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  2278. 2278 [ 9.493017] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  2279. 2279
  2280. 2280 ### armbian-release:
  2281. 2281
  2282. 2282 # PLEASE DO NOT EDIT THIS FILE
  2283. 2283 BOARD=orangepipcplus
  2284. 2284 BOARD_NAME="Orange Pi PC +"
  2285. 2285 BOARDFAMILY=sun8i
  2286. 2286 VERSION=5.59
  2287. 2287 LINUXFAMILY=sunxi
  2288. 2288 BRANCH=next
  2289. 2289 ARCH=arm
  2290. 2290 IMAGE_TYPE=stable
  2291. 2291 BOARD_TYPE=conf
  2292. 2292 INITRD_ARCH=arm
  2293. 2293 KERNEL_IMAGE_TYPE=zImage
  2294. 2294
  2295. 2295 ### boot environment:
  2296. 2296
  2297. 2297 verbosity=1
  2298. 2298 logo=disabled
  2299. 2299 console=both
  2300. 2300 disp_mode=1920x1080p60
  2301. 2301 overlay_prefix=sun8i-h3
  2302. 2302 rootdev=UUID=891caa04-82f0-447c-be21-3a4fbeb0c158
  2303. 2303 rootfstype=ext4
  2304. 2304 overlays=analog-codec
  2305. 2305 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
  2306. 2306
  2307. 2307 ### lsusb:
  2308. 2308
  2309. 2309 Bus 008 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
  2310. 2310 Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2311. 2311 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2312. 2312 Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2313. 2313 Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2314. 2314 Bus 006 Device 002: ID 0000:0538
  2315. 2315 Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2316. 2316 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2317. 2317 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  2318. 2318 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2319. 2319 Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2320. 2320
  2321. 2321 ### lscpu:
  2322. 2322
  2323. 2323 Architecture: armv7l
  2324. 2324 Byte Order: Little Endian
  2325. 2325 CPU(s): 4
  2326. 2326 On-line CPU(s) list: 0-3
  2327. 2327 Thread(s) per core: 1
  2328. 2328 Core(s) per socket: 4
  2329. 2329 Socket(s): 1
  2330. 2330 Model: 5
  2331. 2331 Model name: ARMv7 Processor rev 5 (v7l)
  2332. 2332 CPU max MHz: 1296.0000
  2333. 2333 CPU min MHz: 240.0000
  2334. 2334 BogoMIPS: 57.14
  2335. 2335 Flags: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  2336. 2336
  2337. 2337 ### cpuinfo:
  2338. 2338
  2339. 2339 processor : 0
  2340. 2340 model name : ARMv7 Processor rev 5 (v7l)
  2341. 2341 BogoMIPS : 57.14
  2342. 2342 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  2343. 2343 CPU implementer : 0x41
  2344. 2344 CPU architecture: 7
  2345. 2345 CPU variant : 0x0
  2346. 2346 CPU part : 0xc07
  2347. 2347 CPU revision : 5
  2348. 2348
  2349. 2349 processor : 1
  2350. 2350 model name : ARMv7 Processor rev 5 (v7l)
  2351. 2351 BogoMIPS : 57.14
  2352. 2352 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  2353. 2353 CPU implementer : 0x41
  2354. 2354 CPU architecture: 7
  2355. 2355 CPU variant : 0x0
  2356. 2356 CPU part : 0xc07
  2357. 2357 CPU revision : 5
  2358. 2358
  2359. 2359 processor : 2
  2360. 2360 model name : ARMv7 Processor rev 5 (v7l)
  2361. 2361 BogoMIPS : 57.14
  2362. 2362 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  2363. 2363 CPU implementer : 0x41
  2364. 2364 CPU architecture: 7
  2365. 2365 CPU variant : 0x0
  2366. 2366 CPU part : 0xc07
  2367. 2367 CPU revision : 5
  2368. 2368
  2369. 2369 processor : 3
  2370. 2370 model name : ARMv7 Processor rev 5 (v7l)
  2371. 2371 BogoMIPS : 57.14
  2372. 2372 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  2373. 2373 CPU implementer : 0x41
  2374. 2374 CPU architecture: 7
  2375. 2375 CPU variant : 0x0
  2376. 2376 CPU part : 0xc07
  2377. 2377 CPU revision : 5
  2378. 2378
  2379. 2379 Hardware : Allwinner sun8i Family
  2380. 2380 Revision : 0000
  2381. 2381 Serial : 02c0008131f7aecd
  2382. 2382
  2383. 2383 ### meminfo:
  2384. 2384
  2385. 2385 MemTotal: 1024052 kB
  2386. 2386 MemFree: 919760 kB
  2387. 2387 MemAvailable: 952264 kB
  2388. 2388 Buffers: 9388 kB
  2389. 2389 Cached: 37344 kB
  2390. 2390 SwapCached: 0 kB
  2391. 2391 Active: 31460 kB
  2392. 2392 Inactive: 21528 kB
  2393. 2393 Active(anon): 6492 kB
  2394. 2394 Inactive(anon): 3892 kB
  2395. 2395 Active(file): 24968 kB
  2396. 2396 Inactive(file): 17636 kB
  2397. 2397 Unevictable: 0 kB
  2398. 2398 Mlocked: 0 kB
  2399. 2399 HighTotal: 262132 kB
  2400. 2400 HighFree: 200416 kB
  2401. 2401 LowTotal: 761920 kB
  2402. 2402 LowFree: 719344 kB
  2403. 2403 SwapTotal: 512016 kB
  2404. 2404 SwapFree: 512016 kB
  2405. 2405 Dirty: 52 kB
  2406. 2406 Writeback: 0 kB
  2407. 2407 AnonPages: 6260 kB
  2408. 2408 Mapped: 6772 kB
  2409. 2409 Shmem: 4132 kB
  2410. 2410 Slab: 24108 kB
  2411. 2411 SReclaimable: 11656 kB
  2412. 2412 SUnreclaim: 12452 kB
  2413. 2413 KernelStack: 800 kB
  2414. 2414 PageTables: 168 kB
  2415. 2415 NFS_Unstable: 0 kB
  2416. 2416 Bounce: 0 kB
  2417. 2417 WritebackTmp: 0 kB
  2418. 2418 CommitLimit: 1024040 kB
  2419. 2419 Committed_AS: 22948 kB
  2420. 2420 VmallocTotal: 245760 kB
  2421. 2421 VmallocUsed: 0 kB
  2422. 2422 VmallocChunk: 0 kB
  2423. 2423 CmaTotal: 65536 kB
  2424. 2424 CmaFree: 58780 kB
  2425. 2425
  2426. 2426 ### ip addr:
  2427. 2427
  2428. 2428 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  2429. 2429 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  2430. 2430 inet XXX.XXX.0.1/8 scope host lo
  2431. 2431 valid_lft forever preferred_lft forever
  2432. 2432 inet6 ::1/128 scope host
  2433. 2433 valid_lft forever preferred_lft forever
  2434. 2434 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
  2435. 2435 link/ether 02:81:31:f7:ae:cd brd ff:ff:ff:ff:ff:ff
  2436. 2436 3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  2437. 2437 link/ether 12:81:31:f7:ae:cd brd ff:ff:ff:ff:ff:ff
  2438. 2438
  2439. 2439 ### partitions:
  2440. 2440
  2441. 2441 major minor #blocks name
  2442. 2442
  2443. 2443 179 0 30375936 mmcblk0
  2444. 2444 179 1 30068080 mmcblk0p1
  2445. 2445 179 8 7634944 mmcblk1
  2446. 2446 179 9 4648960 mmcblk1p1
  2447. 2447 179 10 16384 mmcblk1p2
  2448. 2448 179 11 1 mmcblk1p3
  2449. 2449 179 13 16384 mmcblk1p5
  2450. 2450 179 14 16384 mmcblk1p6
  2451. 2451 179 15 1048576 mmcblk1p7
  2452. 2452 259 0 16384 mmcblk1p8
  2453. 2453 259 1 32768 mmcblk1p9
  2454. 2454 259 2 1048576 mmcblk1p10
  2455. 2455 259 3 16384 mmcblk1p11
  2456. 2456 259 4 16384 mmcblk1p12
  2457. 2457 259 5 16384 mmcblk1p13
  2458. 2458 259 6 32768 mmcblk1p14
  2459. 2459 259 7 16384 mmcblk1p15
  2460. 2460 259 8 655360 mmcblk1p16
  2461. 2461 179 24 4096 mmcblk1boot1
  2462. 2462 179 16 4096 mmcblk1boot0
  2463. 2463
  2464. 2464 ### df:
  2465. 2465
  2466. 2466 udev 466M 0 466M 0% /dev
  2467. 2467 tmpfs 101M 4.0M 97M 4% /run
  2468. 2468 /dev/mmcblk0p1 29G 3.0G 25G 11% /
  2469. 2469 tmpfs 501M 0 501M 0% /dev/shm
  2470. 2470 tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  2471. 2471 tmpfs 501M 0 501M 0% /sys/fs/cgroup
  2472. 2472 tmpfs 501M 44K 500M 1% /tmp
  2473. 2473 /dev/zram0 49M 2.1M 43M 5% /var/log
  2474. 2474
  2475. 2475 ### lsblk:
  2476. 2476
  2477. 2477 NAME FSTYPE SIZE MOUNTPOINT UUID
  2478. 2478 mmcblk0 29G
  2479. 2479 └─mmcblk0p1 ext4 28.7G / 891caa04-82f0-447c-be21-3a4fbeb0c158
  2480. 2480 mmcblk1 7.3G
  2481. 2481 ├─mmcblk1p1 ext4 4.4G 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  2482. 2482 ├─mmcblk1p2 vfat 16M
  2483. 2483 ├─mmcblk1p3 1K
  2484. 2484 ├─mmcblk1p5 16M
  2485. 2485 ├─mmcblk1p6 16M
  2486. 2486 ├─mmcblk1p7 ext4 1G 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  2487. 2487 ├─mmcblk1p8 16M
  2488. 2488 ├─mmcblk1p9 32M
  2489. 2489 ├─mmcblk1p10 1G
  2490. 2490 ├─mmcblk1p11 vfat 16M 4092-07B2
  2491. 2491 ├─mmcblk1p12 vfat 16M 629A-09E6
  2492. 2492 ├─mmcblk1p13 16M
  2493. 2493 ├─mmcblk1p14 32M
  2494. 2494 ├─mmcblk1p15 16M
  2495. 2495 └─mmcblk1p16 ext4 640M 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  2496. 2496 mmcblk1boot0 4M
  2497. 2497 mmcblk1boot1 4M
  2498. 2498
  2499. 2499 ### mtab:
  2500. 2500
  2501. 2501 /dev/mmcblk0p1 / ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  2502. 2502 /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  2503. 2503 /dev/zram0 /var/log ext4 rw,relatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr,acl 0 0
  2504. 2504
  2505. 2505 ### mmc1:0001 info:
  2506. 2506
  2507. 2507 manfid: 0x000015
  2508. 2508 cid: 15010038474d4534520151208f2f9497
  2509. 2509 fwrev: 0x0100000000000000
  2510. 2510 csd: d02701320f5903fff6dbffef8e40400d
  2511. 2511 life_time: 0x01 0x01
  2512. 2512 ocr: 0x00200000
  2513. 2513 type: MMC
  2514. 2514 enhanced_area_offset: 18446744073709551594
  2515. 2515 date: 09/2017
  2516. 2516 hwrev: 0x0
  2517. 2517 prv: 0x1
  2518. 2518 dsr: 0x404
  2519. 2519 ffu_capable: 1
  2520. 2520 serial: 0x51208f2f
  2521. 2521 raw_rpmb_size_mult: 0x4
  2522. 2522 erase_size: 524288
  2523. 2523 pre_eol_info: 0x01
  2524. 2524 rel_sectors: 0x1
  2525. 2525 cmdq_en: 0
  2526. 2526 uevent: DRIVER=mmcblk MMC_TYPE=MMC MMC_NAME=8GME4R MODALIAS=mmc:block
  2527. 2527 enhanced_area_size: 4294967274
  2528. 2528 oemid: 0x0100
  2529. 2529 preferred_erase_size: 4194304
  2530. 2530 name: 8GME4R
  2531. 2531
  2532. 2532 ### mmc0:0001 info:
  2533. 2533
  2534. 2534 manfid: 0x000041
  2535. 2535 cid: 4134325344333247303fe99e110126a9
  2536. 2536 fwrev: 0x0
  2537. 2537 csd: 400e00325b590000e7bf7f800a40008d
  2538. 2538 ocr: 0x00200000
  2539. 2539 type: SD
  2540. 2540 date: 06/2018
  2541. 2541 hwrev: 0x3
  2542. 2542 dsr: 0x404
  2543. 2543 serial: 0x3fe99e11
  2544. 2544 erase_size: 512
  2545. 2545 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD32G MODALIAS=mmc:block
  2546. 2546 ssr: 000000000500000004049000080a190a000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2547. 2547 scr: 02b5800200000000
  2548. 2548 oemid: 0x3432
  2549. 2549 preferred_erase_size: 4194304
  2550. 2550 name: SD32G
  2551. 2551
  2552. 2552 ### Boot system health:
  2553. 2553
  2554. 2554 Time CPU load %cpu %sys %usr %nice %io %irq CPU C.St.
  2555. 2555 04:11:04: 1200MHz 0.23 46% 19% 18% 0% 8% 0% 63.4°C 1/9
  2556. 2556 04:11:04: 1200MHz 0.23 6% 5% 0% 1% 0% 0% 63.4°C 1/9
  2557. 2557 04:11:05: 1200MHz 0.23 6% 4% 0% 1% 0% 0% 65.0°C 1/9
  2558. 2558 04:11:05: 1200MHz 0.23 49% 21% 13% 1% 12% 0% 65.0°C 1/9
  2559. 2559 04:11:06: 1200MHz 0.23 75% 25% 24% 2% 23% 0% 65.0°C 1/9
  2560. 2560
  2561. 2561
  2562. 2562
  2563. 2563 ### Activated 4 zram swap devices with 125 MB each
  2564. 2564
  2565. 2565 ### Activated Armbian ramlog partition with lz4 compression
  2566. 2566
  2567. 2567
  2568. 2568 Sat Sep 8 06:33:42 UTC 2018 | Orange Pi PC + | 5.59 | armhf | armv7l | 4.14.65-sunxi
  2569. 2569
  2570. 2570 ### dmesg:
  2571. 2571
  2572. 2572 [ 0.000000] Booting Linux on physical CPU 0x0
  2573. 2573 [ 0.000000] Linux version 4.14.65-sunxi (root@nightly) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #68 SMP Tue Aug 21 19:57:06 CEST 2018
  2574. 2574 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d
  2575. 2575 [ 0.000000] CPU: div instructions available: patching division code
  2576. 2576 [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  2577. 2577 [ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi PC Plus
  2578. 2578 [ 0.000000] Memory policy: Data cache writealloc
  2579. 2579 [ 0.000000] Reserved memory: created CMA memory pool at 0x79c00000, size 64 MiB
  2580. 2580 [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  2581. 2581 [ 0.000000] On node 0 totalpages: 262144
  2582. 2582 [ 0.000000] free_area_init_node: node 0, pgdat c0dd8c40, node_mem_map ef6fa000
  2583. 2583 [ 0.000000] Normal zone: 1728 pages used for memmap
  2584. 2584 [ 0.000000] Normal zone: 0 pages reserved
  2585. 2585 [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
  2586. 2586 [ 0.000000] HighMem zone: 65536 pages, LIFO batch:15
  2587. 2587 [ 0.000000] psci: probing for conduit method from DT.
  2588. 2588 [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  2589. 2589 [ 0.000000] random: get_random_bytes called from start_kernel+0x8d/0x36a with crng_init=0
  2590. 2590 [ 0.000000] percpu: Embedded 17 pages/cpu @ef69d000 s40396 r8192 d21044 u69632
  2591. 2591 [ 0.000000] pcpu-alloc: s40396 r8192 d21044 u69632 alloc=17*4096
  2592. 2592 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  2593. 2593 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416
  2594. 2594 [ 0.000000] Kernel command line: root=UUID=891caa04-82f0-447c-be21-3a4fbeb0c158 rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=f469481b-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
  2595. 2595 [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  2596. 2596 [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  2597. 2597 [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  2598. 2598 [ 0.000000] allocated 1048576 bytes of page_ext
  2599. 2599 [ 0.000000] Memory: 952512K/1048576K available (8192K kernel code, 945K rwdata, 2348K rodata, 1024K init, 346K bss, 30528K reserved, 65536K cma-reserved, 196596K highmem)
  2600. 2600 [ 0.000000] Virtual kernel memory layout:
  2601. 2601 vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  2602. 2602 fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  2603. 2603 vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  2604. 2604 lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  2605. 2605 pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  2606. 2606 modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
  2607. 2607 .text : 0xc0008000 - 0xc0900000 (9184 kB)
  2608. 2608 .init : 0xc0c00000 - 0xc0d00000 (1024 kB)
  2609. 2609 .data : 0xc0d00000 - 0xc0dec724 ( 946 kB)
  2610. 2610 .bss : 0xc0df5db8 - 0xc0e4c85c ( 347 kB)
  2611. 2611 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  2612. 2612 [ 0.000000] ftrace: allocating 37050 entries in 73 pages
  2613. 2613 [ 0.000000] Hierarchical RCU implementation.
  2614. 2614 [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  2615. 2615 [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  2616. 2616 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  2617. 2617 [ 0.000000] GIC: Using split EOI/Deactivate mode
  2618. 2618 [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  2619. 2619 [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  2620. 2620 [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  2621. 2621 [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  2622. 2622 [ 0.000013] Switching to timer-based delay loop, resolution 41ns
  2623. 2623 [ 0.000183] Console: colour dummy device 80x30
  2624. 2624 [ 0.000196] console [tty1] enabled
  2625. 2625 [ 0.000224] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  2626. 2626 [ 0.000233] pid_max: default: 32768 minimum: 301
  2627. 2627 [ 0.000409] Security Framework initialized
  2628. 2628 [ 0.000419] AppArmor: AppArmor disabled by boot time parameter
  2629. 2629 [ 0.000475] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  2630. 2630 [ 0.000485] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  2631. 2631 [ 0.001264] CPU: Testing write buffer coherency: ok
  2632. 2632 [ 0.001598] /cpus/cpu@0 missing clock-frequency property
  2633. 2633 [ 0.001619] /cpus/cpu@1 missing clock-frequency property
  2634. 2634 [ 0.001637] /cpus/cpu@2 missing clock-frequency property
  2635. 2635 [ 0.001656] /cpus/cpu@3 missing clock-frequency property
  2636. 2636 [ 0.001666] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  2637. 2637 [ 0.002038] Setting up static identity map for 0x40100000 - 0x40100054
  2638. 2638 [ 0.002145] Hierarchical SRCU implementation.
  2639. 2639 [ 0.002848] smp: Bringing up secondary CPUs ...
  2640. 2640 [ 0.013527] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  2641. 2641 [ 0.024248] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  2642. 2642 [ 0.034925] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  2643. 2643 [ 0.035005] smp: Brought up 1 node, 4 CPUs
  2644. 2644 [ 0.035013] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  2645. 2645 [ 0.035016] CPU: All CPU(s) started in HYP mode.
  2646. 2646 [ 0.035018] CPU: Virtualization extensions available.
  2647. 2647 [ 0.036031] devtmpfs: initialized
  2648. 2648 [ 0.042933] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  2649. 2649 [ 0.043159] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  2650. 2650 [ 0.043173] futex hash table entries: 1024 (order: 4, 65536 bytes)
  2651. 2651 [ 0.045700] xor: measuring software checksum speed
  2652. 2652 [ 0.054912] arm4regs : 1256.000 MB/sec
  2653. 2653 [ 0.064956] 8regs : 748.000 MB/sec
  2654. 2654 [ 0.075013] 32regs : 768.000 MB/sec
  2655. 2655 [ 0.085063] neon : 1272.000 MB/sec
  2656. 2656 [ 0.085067] xor: using function: neon (1272.000 MB/sec)
  2657. 2657 [ 0.085146] pinctrl core: initialized pinctrl subsystem
  2658. 2658 [ 0.085934] NET: Registered protocol family 16
  2659. 2659 [ 0.088542] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  2660. 2660 [ 0.089423] cpuidle: using governor ladder
  2661. 2661 [ 0.089525] cpuidle: using governor menu
  2662. 2662 [ 0.090421] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  2663. 2663 [ 0.090426] hw-breakpoint: maximum watchpoint size is 8 bytes.
  2664. 2664 [ 0.121499] raid6: int32x1 gen() 187 MB/s
  2665. 2665 [ 0.138492] raid6: int32x1 xor() 160 MB/s
  2666. 2666 [ 0.155743] raid6: int32x2 gen() 257 MB/s
  2667. 2667 [ 0.172661] raid6: int32x2 xor() 193 MB/s
  2668. 2668 [ 0.189984] raid6: int32x4 gen() 261 MB/s
  2669. 2669 [ 0.206901] raid6: int32x4 xor() 193 MB/s
  2670. 2670 [ 0.224137] raid6: int32x8 gen() 250 MB/s
  2671. 2671 [ 0.241043] raid6: int32x8 xor() 171 MB/s
  2672. 2672 [ 0.258156] raid6: neonx1 gen() 496 MB/s
  2673. 2673 [ 0.275193] raid6: neonx1 xor() 460 MB/s
  2674. 2674 [ 0.292279] raid6: neonx2 gen() 664 MB/s
  2675. 2675 [ 0.309358] raid6: neonx2 xor() 593 MB/s
  2676. 2676 [ 0.326431] raid6: neonx4 gen() 796 MB/s
  2677. 2677 [ 0.343486] raid6: neonx4 xor() 667 MB/s
  2678. 2678 [ 0.360585] raid6: neonx8 gen() 714 MB/s
  2679. 2679 [ 0.377698] raid6: neonx8 xor() 605 MB/s
  2680. 2680 [ 0.377702] raid6: using algorithm neonx4 gen() 796 MB/s
  2681. 2681 [ 0.377705] raid6: .... xor() 667 MB/s, rmw enabled
  2682. 2682 [ 0.377708] raid6: using neon recovery algorithm
  2683. 2683 [ 0.379142] SCSI subsystem initialized
  2684. 2684 [ 0.379344] libata version 3.00 loaded.
  2685. 2685 [ 0.379534] usbcore: registered new interface driver usbfs
  2686. 2686 [ 0.379570] usbcore: registered new interface driver hub
  2687. 2687 [ 0.379636] usbcore: registered new device driver usb
  2688. 2688 [ 0.379805] media: Linux media interface: v0.10
  2689. 2689 [ 0.379831] Linux video capture interface: v2.00
  2690. 2690 [ 0.379884] pps_core: LinuxPPS API ver. 1 registered
  2691. 2691 [ 0.379888] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  2692. 2692 [ 0.379908] PTP clock support registered
  2693. 2693 [ 0.381251] clocksource: Switched to clocksource arch_sys_counter
  2694. 2694 [ 0.473034] VFS: Disk quotas dquot_6.6.0
  2695. 2695 [ 0.473111] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  2696. 2696 [ 0.480596] NET: Registered protocol family 2
  2697. 2697 [ 0.481142] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  2698. 2698 [ 0.481227] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  2699. 2699 [ 0.481371] TCP: Hash tables configured (established 8192 bind 8192)
  2700. 2700 [ 0.481469] UDP hash table entries: 512 (order: 2, 16384 bytes)
  2701. 2701 [ 0.481522] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  2702. 2702 [ 0.481738] NET: Registered protocol family 1
  2703. 2703 [ 0.482171] RPC: Registered named UNIX socket transport module.
  2704. 2704 [ 0.482176] RPC: Registered udp transport module.
  2705. 2705 [ 0.482178] RPC: Registered tcp transport module.
  2706. 2706 [ 0.482181] RPC: Registered tcp NFSv4.1 backchannel transport module.
  2707. 2707 [ 0.482443] Trying to unpack rootfs image as initramfs...
  2708. 2708 [ 0.733254] NOHZ: local_softirq_pending 80
  2709. 2709 [ 0.791974] Freeing initrd memory: 4980K
  2710. 2710 [ 0.793561] audit: initializing netlink subsys (disabled)
  2711. 2711 [ 0.793794] audit: type=2000 audit(0.762:1): state=initialized audit_enabled=0 res=1
  2712. 2712 [ 0.793989] Initialise system trusted keyrings
  2713. 2713 [ 0.794150] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  2714. 2714 [ 0.798900] zbud: loaded
  2715. 2715 [ 0.801002] NFS: Registering the id_resolver key type
  2716. 2716 [ 0.801035] Key type id_resolver registered
  2717. 2717 [ 0.801039] Key type id_legacy registered
  2718. 2718 [ 0.801056] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  2719. 2719 [ 0.801060] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  2720. 2720 [ 0.801971] JFS: nTxBlock = 7992, nTxLock = 63939
  2721. 2721 [ 0.810779] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  2722. 2722 [ 0.817608] Key type asymmetric registered
  2723. 2723 [ 0.817673] bounce: pool size: 64 pages
  2724. 2724 [ 0.817743] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  2725. 2725 [ 0.817880] io scheduler noop registered
  2726. 2726 [ 0.817884] io scheduler deadline registered
  2727. 2727 [ 0.818141] io scheduler cfq registered (default)
  2728. 2728 [ 0.818146] io scheduler mq-deadline registered
  2729. 2729 [ 0.818150] io scheduler kyber registered
  2730. 2730 [ 0.818312] io scheduler bfq registered
  2731. 2731 [ 0.819403] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
  2732. 2732 [ 0.823078] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  2733. 2733 [ 0.824569] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  2734. 2734 [ 0.872002] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  2735. 2735 [ 0.874898] console [ttyS0] disabled
  2736. 2736 [ 0.895051] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 44, base_baud = 1500000) is a U6_16550A
  2737. 2737 [ 0.895102] console [ttyS0] enabled
  2738. 2738 [ 0.898469] brd: module loaded
  2739. 2739 [ 0.903551] loop: module loaded
  2740. 2740 [ 0.905146] libphy: Fixed MDIO Bus: probed
  2741. 2741 [ 0.905692] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  2742. 2742 [ 0.905730] dwmac-sun8i 1c30000.ethernet: No regulator found
  2743. 2743 [ 0.905809] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000)
  2744. 2744 [ 0.905821] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  2745. 2745 [ 0.905827] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  2746. 2746 [ 0.905833] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  2747. 2747 [ 0.905839] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  2748. 2748 [ 0.905844] dwmac-sun8i 1c30000.ethernet: COE Type 2
  2749. 2749 [ 0.905849] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  2750. 2750 [ 0.905949] libphy: stmmac: probed
  2751. 2751 [ 0.906436] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
  2752. 2752 [ 0.906521] libphy: mdio_mux: probed
  2753. 2753 [ 0.906540] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
  2754. 2754 [ 0.906546] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
  2755. 2755 [ 0.911360] libphy: mdio_mux: probed
  2756. 2756 [ 0.911880] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  2757. 2757 [ 0.911885] ehci-platform: EHCI generic platform driver
  2758. 2758 [ 0.912084] ehci-platform 1c1a000.usb: EHCI Host Controller
  2759. 2759 [ 0.912110] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  2760. 2760 [ 0.912816] ehci-platform 1c1a000.usb: irq 29, io mem 0x01c1a000
  2761. 2761 [ 0.919268] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  2762. 2762 [ 0.919538] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  2763. 2763 [ 0.919546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2764. 2764 [ 0.919552] usb usb1: Product: EHCI Host Controller
  2765. 2765 [ 0.919557] usb usb1: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  2766. 2766 [ 0.919563] usb usb1: SerialNumber: 1c1a000.usb
  2767. 2767 [ 0.920076] hub 1-0:1.0: USB hub found
  2768. 2768 [ 0.920119] hub 1-0:1.0: 1 port detected
  2769. 2769 [ 0.920836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  2770. 2770 [ 0.920859] ohci-platform: OHCI generic platform driver
  2771. 2771 [ 0.921056] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  2772. 2772 [ 0.921078] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  2773. 2773 [ 0.921254] ohci-platform 1c1a400.usb: irq 30, io mem 0x01c1a400
  2774. 2774 [ 0.977495] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  2775. 2775 [ 0.977502] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2776. 2776 [ 0.977508] usb usb2: Product: Generic Platform OHCI controller
  2777. 2777 [ 0.977513] usb usb2: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  2778. 2778 [ 0.977518] usb usb2: SerialNumber: 1c1a400.usb
  2779. 2779 [ 0.977986] hub 2-0:1.0: USB hub found
  2780. 2780 [ 0.978025] hub 2-0:1.0: 1 port detected
  2781. 2781 [ 0.978759] usbcore: registered new interface driver usb-storage
  2782. 2782 [ 0.979334] mousedev: PS/2 mouse device common for all mice
  2783. 2783 [ 0.979795] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  2784. 2784 [ 0.979801] sun6i-rtc 1f00000.rtc: RTC enabled
  2785. 2785 [ 0.979994] i2c /dev entries driver
  2786. 2786 [ 0.982268] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  2787. 2787 [ 0.983497] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  2788. 2788 [ 1.007283] sunxi-mmc 1c0f000.mmc: base:0xf1005000 irq:25
  2789. 2789 [ 1.032268] sunxi-mmc 1c11000.mmc: base:0xf100d000 irq:27
  2790. 2790 [ 1.033544] ledtrig-cpu: registered to indicate activity on CPUs
  2791. 2791 [ 1.033606] hidraw: raw HID events driver (C) Jiri Kosina
  2792. 2792 [ 1.033722] usbcore: registered new interface driver usbhid
  2793. 2793 [ 1.033725] usbhid: USB HID core driver
  2794. 2794 [ 1.034674] NET: Registered protocol family 10
  2795. 2795 [ 1.049791] Segment Routing with IPv6
  2796. 2796 [ 1.049879] NET: Registered protocol family 17
  2797. 2797 [ 1.050078] Key type dns_resolver registered
  2798. 2798 [ 1.050497] Registering SWP/SWPB emulation handler
  2799. 2799 [ 1.051046] registered taskstats version 1
  2800. 2800 [ 1.051050] Loading compiled-in X.509 certificates
  2801. 2801 [ 1.051130] zswap: loaded using pool lzo/zbud
  2802. 2802 [ 1.051641] mmc0: host does not support reading read-only switch, assuming write-enable
  2803. 2803 [ 1.052249] NOHZ: local_softirq_pending 80
  2804. 2804 [ 1.052887] Btrfs loaded, crc32c=crc32c-generic
  2805. 2805 [ 1.053524] mmc0: Problem switching card into high-speed mode!
  2806. 2806 [ 1.053658] mmc0: new SDHC card at address 0001
  2807. 2807 [ 1.054259] NOHZ: local_softirq_pending 80
  2808. 2808 [ 1.054354] mmcblk0: mmc0:0001 SD32G 29.0 GiB
  2809. 2809 [ 1.055750] mmcblk0: p1
  2810. 2810 [ 1.056252] NOHZ: local_softirq_pending 80
  2811. 2811 [ 1.060016] Key type encrypted registered
  2812. 2812 [ 1.066933] ehci-platform 1c1b000.usb: EHCI Host Controller
  2813. 2813 [ 1.066963] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  2814. 2814 [ 1.067338] ehci-platform 1c1b000.usb: irq 31, io mem 0x01c1b000
  2815. 2815 [ 1.074266] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  2816. 2816 [ 1.074464] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  2817. 2817 [ 1.074472] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2818. 2818 [ 1.074478] usb usb3: Product: EHCI Host Controller
  2819. 2819 [ 1.074483] usb usb3: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  2820. 2820 [ 1.074489] usb usb3: SerialNumber: 1c1b000.usb
  2821. 2821 [ 1.075029] hub 3-0:1.0: USB hub found
  2822. 2822 [ 1.075066] hub 3-0:1.0: 1 port detected
  2823. 2823 [ 1.075747] ehci-platform 1c1c000.usb: EHCI Host Controller
  2824. 2824 [ 1.075770] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
  2825. 2825 [ 1.075979] ehci-platform 1c1c000.usb: irq 33, io mem 0x01c1c000
  2826. 2826 [ 1.082267] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  2827. 2827 [ 1.082430] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  2828. 2828 [ 1.082437] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2829. 2829 [ 1.082442] usb usb4: Product: EHCI Host Controller
  2830. 2830 [ 1.082448] usb usb4: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  2831. 2831 [ 1.082453] usb usb4: SerialNumber: 1c1c000.usb
  2832. 2832 [ 1.082885] hub 4-0:1.0: USB hub found
  2833. 2833 [ 1.082928] hub 4-0:1.0: 1 port detected
  2834. 2834 [ 1.083550] ehci-platform 1c1d000.usb: EHCI Host Controller
  2835. 2835 [ 1.083569] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
  2836. 2836 [ 1.083763] ehci-platform 1c1d000.usb: irq 35, io mem 0x01c1d000
  2837. 2837 [ 1.090266] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  2838. 2838 [ 1.090437] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
  2839. 2839 [ 1.090444] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2840. 2840 [ 1.090450] usb usb5: Product: EHCI Host Controller
  2841. 2841 [ 1.090455] usb usb5: Manufacturer: Linux 4.14.65-sunxi ehci_hcd
  2842. 2842 [ 1.090461] usb usb5: SerialNumber: 1c1d000.usb
  2843. 2843 [ 1.090867] hub 5-0:1.0: USB hub found
  2844. 2844 [ 1.090900] hub 5-0:1.0: 1 port detected
  2845. 2845 [ 1.091498] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  2846. 2846 [ 1.091519] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
  2847. 2847 [ 1.091663] ohci-platform 1c1b400.usb: irq 32, io mem 0x01c1b400
  2848. 2848 [ 1.125101] mmc1: new DDR MMC card at address 0001
  2849. 2849 [ 1.125734] mmcblk1: mmc1:0001 8GME4R 7.28 GiB
  2850. 2850 [ 1.126061] mmcblk1boot0: mmc1:0001 8GME4R partition 1 4.00 MiB
  2851. 2851 [ 1.126417] mmcblk1boot1: mmc1:0001 8GME4R partition 2 4.00 MiB
  2852. 2852 [ 1.128072] mmcblk1: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 >
  2853. 2853 [ 1.128097] mmcblk1: p1 size 9363456 extends beyond EOD, truncated
  2854. 2854 [ 1.147447] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
  2855. 2855 [ 1.147456] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2856. 2856 [ 1.147462] usb usb6: Product: Generic Platform OHCI controller
  2857. 2857 [ 1.147468] usb usb6: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  2858. 2858 [ 1.147473] usb usb6: SerialNumber: 1c1b400.usb
  2859. 2859 [ 1.147921] hub 6-0:1.0: USB hub found
  2860. 2860 [ 1.147957] hub 6-0:1.0: 1 port detected
  2861. 2861 [ 1.148693] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  2862. 2862 [ 1.148718] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
  2863. 2863 [ 1.149019] ohci-platform 1c1c400.usb: irq 34, io mem 0x01c1c400
  2864. 2864 [ 1.204418] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
  2865. 2865 [ 1.204426] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2866. 2866 [ 1.204432] usb usb7: Product: Generic Platform OHCI controller
  2867. 2867 [ 1.204437] usb usb7: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  2868. 2868 [ 1.204442] usb usb7: SerialNumber: 1c1c400.usb
  2869. 2869 [ 1.204888] hub 7-0:1.0: USB hub found
  2870. 2870 [ 1.204922] hub 7-0:1.0: 1 port detected
  2871. 2871 [ 1.205560] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  2872. 2872 [ 1.205580] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
  2873. 2873 [ 1.205741] ohci-platform 1c1d400.usb: irq 36, io mem 0x01c1d400
  2874. 2874 [ 1.261410] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
  2875. 2875 [ 1.261418] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2876. 2876 [ 1.261423] usb usb8: Product: Generic Platform OHCI controller
  2877. 2877 [ 1.261429] usb usb8: Manufacturer: Linux 4.14.65-sunxi ohci_hcd
  2878. 2878 [ 1.261434] usb usb8: SerialNumber: 1c1d400.usb
  2879. 2879 [ 1.261858] hub 8-0:1.0: USB hub found
  2880. 2880 [ 1.261892] hub 8-0:1.0: 1 port detected
  2881. 2881 [ 1.262532] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
  2882. 2882 [ 1.262862] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  2883. 2883 [ 1.262872] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 9
  2884. 2884 [ 1.263092] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
  2885. 2885 [ 1.263100] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2886. 2886 [ 1.263105] usb usb9: Product: MUSB HDRC host driver
  2887. 2887 [ 1.263111] usb usb9: Manufacturer: Linux 4.14.65-sunxi musb-hcd
  2888. 2888 [ 1.263116] usb usb9: SerialNumber: musb-hdrc.1.auto
  2889. 2889 [ 1.263514] hub 9-0:1.0: USB hub found
  2890. 2890 [ 1.263557] hub 9-0:1.0: 1 port detected
  2891. 2891 [ 1.266044] of_cfs_init
  2892. 2892 [ 1.266140] of_cfs_init: OK
  2893. 2893 [ 1.266300] vdd-cpux-dummy: disabling
  2894. 2894 [ 1.266305] vcc3v0: disabling
  2895. 2895 [ 1.266309] vcc5v0: disabling
  2896. 2896 [ 1.266313] usb0-vbus: disabling
  2897. 2897 [ 1.269388] Freeing unused kernel memory: 1024K
  2898. 2898 [ 1.280255] NOHZ: local_softirq_pending 80
  2899. 2899 [ 1.292251] NOHZ: local_softirq_pending 80
  2900. 2900 [ 1.323863] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  2901. 2901 [ 1.324418] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  2902. 2902 [ 1.330582] random: udevadm: uninitialized urandom read (16 bytes read)
  2903. 2903 [ 1.621311] usb 6-1: new low-speed USB device number 2 using ohci-platform
  2904. 2904 [ 1.645279] usb 8-1: new low-speed USB device number 2 using ohci-platform
  2905. 2905 [ 1.783471] random: fast init done
  2906. 2906 [ 1.795264] NOHZ: local_softirq_pending 80
  2907. 2907 [ 1.820386] usb 6-1: New USB device found, idVendor=0000, idProduct=0538
  2908. 2908 [ 1.820456] usb 6-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  2909. 2909 [ 1.820462] usb 6-1: Product: USB OPTICAL MOUSE
  2910. 2910 [ 1.829633] input: USB OPTICAL MOUSE as /devices/platform/soc/1c1b400.usb/usb6/6-1/6-1:1.0/0003:0000:0538.0001/input/input0
  2911. 2911 [ 1.829982] hid-generic 0003:0000:0538.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-1c1b400.usb-1/input0
  2912. 2912 [ 1.852261] NOHZ: local_softirq_pending 80
  2913. 2913 [ 1.853336] usb 8-1: New USB device found, idVendor=1c4f, idProduct=0002
  2914. 2914 [ 1.853345] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  2915. 2915 [ 1.853351] usb 8-1: Product: USB Keyboard
  2916. 2916 [ 1.853357] usb 8-1: Manufacturer: SIGMACHIP
  2917. 2917 [ 1.855265] NOHZ: local_softirq_pending 80
  2918. 2918 [ 1.863339] input: SIGMACHIP USB Keyboard as /devices/platform/soc/1c1d400.usb/usb8/8-1/8-1:1.0/0003:1C4F:0002.0002/input/input1
  2919. 2919 [ 1.915188] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
  2920. 2920 [ 1.915562] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-1c1d400.usb-1/input0
  2921. 2921 [ 1.921120] input: SIGMACHIP USB Keyboard as /devices/platform/soc/1c1d400.usb/usb8/8-1/8-1:1.1/0003:1C4F:0002.0003/input/input2
  2922. 2922 [ 1.940522] sunxi-mmc 1c10000.mmc: base:0xf1120000 irq:26
  2923. 2923 [ 1.943034] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-17
  2924. 2924 [ 1.971945] mmc2: new high speed SDIO card at address 0001
  2925. 2925 [ 1.972481] hid-generic 0003:1C4F:0002.0003: input,hidraw2: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-1c1d400.usb-1/input1
  2926. 2926 [ 2.138693] NOHZ: local_softirq_pending 02
  2927. 2927 [ 3.126514] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  2928. 2928 [ 4.166097] systemd[1]: System time before build time, advancing clock.
  2929. 2929 [ 4.228099] ip_tables: (C) 2000-2006 Netfilter Core Team
  2930. 2930 [ 4.270159] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  2931. 2931 [ 4.270907] systemd[1]: Detected architecture arm.
  2932. 2932 [ 4.284770] systemd[1]: Set hostname to <orangepipcplus>.
  2933. 2933 [ 5.216980] systemd[1]: Listening on udev Control Socket.
  2934. 2934 [ 5.224401] systemd[1]: Reached target Remote File Systems.
  2935. 2935 [ 5.234086] systemd[1]: Reached target Swap.
  2936. 2936 [ 5.245015] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  2937. 2937 [ 5.255969] systemd[1]: Listening on Journal Audit Socket.
  2938. 2938 [ 5.273363] systemd[1]: Listening on Syslog Socket.
  2939. 2939 [ 5.280979] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  2940. 2940 [ 5.855412] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  2941. 2941 [ 5.925373] 29
  2942. 2942 [ 5.925383] 81
  2943. 2943 [ 5.925387] 03
  2944. 2944 [ 5.925390] CC
  2945. 2945 [ 5.925392] 00
  2946. 2946 [ 5.925396] 00
  2947. 2947 [ 5.925399] 50
  2948. 2948 [ 5.925400] 00
  2949. 2949 [ 5.925402] 00
  2950. 2950 [ 5.925404] 00
  2951. 2951 [ 5.925406] 04
  2952. 2952 [ 5.925407] CC
  2953. 2953 [ 5.925409] 0A
  2954. 2954 [ 5.925411] 0C
  2955. 2955 [ 5.925413] 00
  2956. 2956 [ 5.925415] 00
  2957. 2957 [ 5.925417] FF
  2958. 2958 [ 5.925419] FF
  2959. 2959 [ 5.925420] FF
  2960. 2960 [ 5.925422] FF
  2961. 2961 [ 5.925424] FF
  2962. 2962 [ 5.925426] FF
  2963. 2963 [ 5.925428] FF
  2964. 2964 [ 5.925429] FF
  2965. 2965 [ 5.925431] FF
  2966. 2966 [ 5.925433] FF
  2967. 2967 [ 5.925435] FF
  2968. 2968 [ 5.925437] FF
  2969. 2969 [ 5.925439] FF
  2970. 2970 [ 5.925440] FF
  2971. 2971 [ 5.925442] FF
  2972. 2972 [ 5.925444] FF
  2973. 2973 [ 5.925446] FF
  2974. 2974 [ 5.925448] FF
  2975. 2975 [ 5.925449] FF
  2976. 2976 [ 5.925451] FF
  2977. 2977 [ 5.925453] FF
  2978. 2978 [ 5.925455] FF
  2979. 2979 [ 5.925457] FF
  2980. 2980 [ 5.925458] FF
  2981. 2981 [ 5.925460] FF
  2982. 2982 [ 5.925462] FF
  2983. 2983 [ 5.925466] FF
  2984. 2984 [ 5.925471] FF
  2985. 2985 [ 5.925475] FF
  2986. 2986 [ 5.925477] FF
  2987. 2987 [ 5.925478] FF
  2988. 2988 [ 5.925480] FF
  2989. 2989 [ 5.925482] FF
  2990. 2990 [ 5.925484] FF
  2991. 2991 [ 5.925487] FF
  2992. 2992 [ 5.925492] FF
  2993. 2993 [ 5.925497] FF
  2994. 2994 [ 5.925502] FF
  2995. 2995 [ 5.925506] FF
  2996. 2996 [ 5.925509] FF
  2997. 2997 [ 5.925511] FF
  2998. 2998 [ 5.925513] FF
  2999. 2999 [ 5.925515] FF
  3000. 3000 [ 5.925517] FF
  3001. 3001 [ 5.925518] FF
  3002. 3002 [ 5.925521] FF
  3003. 3003 [ 5.925525] FF
  3004. 3004 [ 5.925530] FF
  3005. 3005 [ 5.925534] FF
  3006. 3006 [ 5.925539] FF
  3007. 3007 [ 5.925544] FF
  3008. 3008 [ 5.925547] FF
  3009. 3009 [ 5.925549] FF
  3010. 3010 [ 5.925553] FF
  3011. 3011 [ 5.925555] FF
  3012. 3012 [ 5.925559] FF
  3013. 3013 [ 5.925561] FF
  3014. 3014 [ 5.925563] FF
  3015. 3015 [ 5.925565] FF
  3016. 3016 [ 5.925569] FF
  3017. 3017 [ 5.925571] FF
  3018. 3018 [ 5.925573] FF
  3019. 3019 [ 5.925574] FF
  3020. 3020 [ 5.925576] FF
  3021. 3021 [ 5.925580] FF
  3022. 3022 [ 5.925583] FF
  3023. 3023 [ 5.925585] FF
  3024. 3024 [ 5.925587] FF
  3025. 3025 [ 5.925589] FF
  3026. 3026 [ 5.925591] FF
  3027. 3027 [ 5.925593] FF
  3028. 3028 [ 5.925594] FF
  3029. 3029 [ 5.925596] FF
  3030. 3030 [ 5.925600] FF
  3031. 3031 [ 5.925603] FF
  3032. 3032 [ 5.925604] FF
  3033. 3033 [ 5.925606] FF
  3034. 3034 [ 5.925608] FF
  3035. 3035 [ 5.925614] FF
  3036. 3036 [ 5.925619] FF
  3037. 3037 [ 5.925623] FF
  3038. 3038 [ 5.925628] FF
  3039. 3039 [ 5.925632] FF
  3040. 3040 [ 5.925635] FF
  3041. 3041 [ 5.925636] FF
  3042. 3042 [ 5.925638] FF
  3043. 3043 [ 5.925640] FF
  3044. 3044 [ 5.925643] FF
  3045. 3045 [ 5.925648] FF
  3046. 3046 [ 5.925653] FF
  3047. 3047 [ 5.925658] FF
  3048. 3048 [ 5.925663] FF
  3049. 3049 [ 5.925667] FF
  3050. 3050 [ 5.925669] FF
  3051. 3051 [ 5.925671] FF
  3052. 3052 [ 5.925673] FF
  3053. 3053 [ 5.925674] FF
  3054. 3054 [ 5.925676] FF
  3055. 3055 [ 5.925678] FF
  3056. 3056 [ 5.925680] FF
  3057. 3057 [ 5.925681] FF
  3058. 3058 [ 5.925683] FF
  3059. 3059 [ 5.925688] FF
  3060. 3060 [ 5.925690] FF
  3061. 3061 [ 5.925692] FF
  3062. 3062 [ 5.925694] FF
  3063. 3063 [ 5.925696] FF
  3064. 3064 [ 5.925697] FF
  3065. 3065 [ 5.925699] FF
  3066. 3066 [ 5.925701] FF
  3067. 3067 [ 5.925703] FF
  3068. 3068 [ 5.925707] FF
  3069. 3069 [ 5.925711] FF
  3070. 3070 [ 5.925713] FF
  3071. 3071 [ 5.925715] FF
  3072. 3072 [ 5.925717] FF
  3073. 3073 [ 5.925718] FF
  3074. 3074 [ 5.925720] FF
  3075. 3075 [ 5.925722] FF
  3076. 3076 [ 5.925724] FF
  3077. 3077 [ 5.925726] FF
  3078. 3078 [ 5.925727] FF
  3079. 3079 [ 5.925729] FF
  3080. 3080 [ 5.925731] FF
  3081. 3081 [ 5.925733] FF
  3082. 3082 [ 5.925735] FF
  3083. 3083 [ 5.925736] FF
  3084. 3084 [ 5.925739] FF
  3085. 3085 [ 5.925740] FF
  3086. 3086 [ 5.925742] FF
  3087. 3087 [ 5.925744] FF
  3088. 3088 [ 5.925745] FF
  3089. 3089 [ 5.925747] FF
  3090. 3090 [ 5.925749] FF
  3091. 3091 [ 5.925751] FF
  3092. 3092 [ 5.925753] FF
  3093. 3093 [ 5.925754] FF
  3094. 3094 [ 5.925756] FF
  3095. 3095 [ 5.925758] FF
  3096. 3096 [ 5.925759] FF
  3097. 3097 [ 5.925761] FF
  3098. 3098 [ 5.925763] FF
  3099. 3099 [ 5.925765] FF
  3100. 3100 [ 5.925767] FF
  3101. 3101 [ 5.925768] FF
  3102. 3102 [ 5.925770] FF
  3103. 3103 [ 5.925772] FF
  3104. 3104 [ 5.925773] FF
  3105. 3105 [ 5.925775] FF
  3106. 3106 [ 5.925777] FF
  3107. 3107 [ 5.925779] FF
  3108. 3108 [ 5.925780] FF
  3109. 3109 [ 5.925782] FF
  3110. 3110 [ 5.925784] FF
  3111. 3111 [ 5.925786] FF
  3112. 3112 [ 5.925787] FF
  3113. 3113 [ 5.925789] FF
  3114. 3114 [ 5.925791] FF
  3115. 3115 [ 5.925793] FF
  3116. 3116 [ 5.925795] FF
  3117. 3117 [ 5.925796] FF
  3118. 3118 [ 5.925798] FF
  3119. 3119 [ 5.925800] FF
  3120. 3120 [ 5.925801] FF
  3121. 3121 [ 5.925803] FF
  3122. 3122 [ 5.925805] FF
  3123. 3123 [ 5.925807] FF
  3124. 3124 [ 5.925808] FF
  3125. 3125 [ 5.925810] FF
  3126. 3126 [ 5.925812] FF
  3127. 3127 [ 5.925814] FF
  3128. 3128 [ 5.925816] FF
  3129. 3129 [ 5.925818] FF
  3130. 3130 [ 5.925820] FF
  3131. 3131 [ 5.925821] FF
  3132. 3132 [ 5.925823] FF
  3133. 3133 [ 5.925825] FF
  3134. 3134 [ 5.925826] FF
  3135. 3135 [ 5.925828] FF
  3136. 3136 [ 5.925830] FF
  3137. 3137 [ 5.925832] FF
  3138. 3138 [ 5.925833] FF
  3139. 3139 [ 5.925836] FF
  3140. 3140 [ 5.925838] FF
  3141. 3141 [ 5.925839] FF
  3142. 3142 [ 5.925841] FF
  3143. 3143 [ 5.925843] FF
  3144. 3144 [ 5.925845] FF
  3145. 3145 [ 5.925847] FF
  3146. 3146 [ 5.925849] FF
  3147. 3147 [ 5.925857] FF
  3148. 3148 [ 5.925862] FF
  3149. 3149 [ 5.925866] FF
  3150. 3150 [ 5.925871] FF
  3151. 3151 [ 5.925874] FF
  3152. 3152 [ 5.925876] FF
  3153. 3153 [ 5.925878] FF
  3154. 3154 [ 5.925880] FF
  3155. 3155 [ 5.925881] FF
  3156. 3156 [ 5.925885] FF
  3157. 3157 [ 5.925889] FF
  3158. 3158 [ 5.925891] FF
  3159. 3159 [ 5.925893] FF
  3160. 3160 [ 5.925895] FF
  3161. 3161 [ 5.925899] FF
  3162. 3162 [ 5.925903] FF
  3163. 3163 [ 5.925905] FF
  3164. 3164 [ 5.925907] FF
  3165. 3165 [ 5.925909] FF
  3166. 3166 [ 5.925911] FF
  3167. 3167 [ 5.925912] FF
  3168. 3168 [ 5.925914] FF
  3169. 3169 [ 5.925916] FF
  3170. 3170 [ 5.925920] FF
  3171. 3171 [ 5.925922] FF
  3172. 3172 [ 5.925924] FF
  3173. 3173 [ 5.925926] FF
  3174. 3174 [ 5.925928] FF
  3175. 3175 [ 5.925929] FF
  3176. 3176 [ 5.925931] FF
  3177. 3177 [ 5.925935] FF
  3178. 3178 [ 5.925939] FF
  3179. 3179 [ 5.925941] FF
  3180. 3180 [ 5.925943] FF
  3181. 3181 [ 5.925945] FF
  3182. 3182 [ 5.925946] FF
  3183. 3183 [ 5.925948] FF
  3184. 3184 [ 5.925950] FF
  3185. 3185 [ 5.925952] FF
  3186. 3186 [ 5.925953] FF
  3187. 3187 [ 5.925955] FF
  3188. 3188 [ 5.925957] FF
  3189. 3189 [ 5.925959] FF
  3190. 3190 [ 5.925961] FF
  3191. 3191 [ 5.925962] FF
  3192. 3192 [ 5.925964] FF
  3193. 3193 [ 5.925966] FF
  3194. 3194 [ 5.925968] FF
  3195. 3195 [ 5.925969] FF
  3196. 3196 [ 5.925971] FF
  3197. 3197 [ 5.925973] FF
  3198. 3198 [ 5.925975] FF
  3199. 3199 [ 5.925976] FF
  3200. 3200 [ 5.925979] FF
  3201. 3201 [ 5.925983] FF
  3202. 3202 [ 5.925987] FF
  3203. 3203 [ 5.925991] FF
  3204. 3204 [ 5.925992] FF
  3205. 3205 [ 5.925994] FF
  3206. 3206 [ 5.925996] FF
  3207. 3207 [ 5.925998] FF
  3208. 3208 [ 5.925999] FF
  3209. 3209 [ 5.926001] FF
  3210. 3210 [ 5.926003] FF
  3211. 3211 [ 5.926005] FF
  3212. 3212 [ 5.926007] FF
  3213. 3213 [ 5.926008] FF
  3214. 3214 [ 5.926010] FF
  3215. 3215 [ 5.926012] FF
  3216. 3216 [ 5.926014] FF
  3217. 3217 [ 5.926015] FF
  3218. 3218 [ 5.926017] FF
  3219. 3219 [ 5.926019] FF
  3220. 3220 [ 5.926021] FF
  3221. 3221 [ 5.926022] FF
  3222. 3222 [ 5.926024] FF
  3223. 3223 [ 5.926026] FF
  3224. 3224 [ 5.926028] FF
  3225. 3225 [ 5.926030] FF
  3226. 3226 [ 5.926034] FF
  3227. 3227 [ 5.926037] FF
  3228. 3228 [ 5.926039] FF
  3229. 3229 [ 5.926041] FF
  3230. 3230 [ 5.926043] FF
  3231. 3231 [ 5.926044] FF
  3232. 3232 [ 5.926046] FF
  3233. 3233 [ 5.926048] FF
  3234. 3234 [ 5.926050] FF
  3235. 3235 [ 5.926051] FF
  3236. 3236 [ 5.926053] FF
  3237. 3237 [ 5.926055] FF
  3238. 3238 [ 5.926057] FF
  3239. 3239 [ 5.926058] FF
  3240. 3240 [ 5.926060] FF
  3241. 3241 [ 5.926062] FF
  3242. 3242 [ 5.926066] FF
  3243. 3243 [ 5.926069] FF
  3244. 3244 [ 5.926071] FF
  3245. 3245 [ 5.926072] FF
  3246. 3246 [ 5.926074] FF
  3247. 3247 [ 5.926076] FF
  3248. 3248 [ 5.926077] FF
  3249. 3249 [ 5.926079] FF
  3250. 3250 [ 5.926081] FF
  3251. 3251 [ 5.926083] FF
  3252. 3252 [ 5.926085] FF
  3253. 3253 [ 5.926086] FF
  3254. 3254 [ 5.926088] FF
  3255. 3255 [ 5.926090] FF
  3256. 3256 [ 5.926092] FF
  3257. 3257 [ 5.926094] FF
  3258. 3258 [ 5.926095] FF
  3259. 3259 [ 5.926098] FF
  3260. 3260 [ 5.926102] FF
  3261. 3261 [ 5.926104] FF
  3262. 3262 [ 5.926106] FF
  3263. 3263 [ 5.926108] FF
  3264. 3264 [ 5.926109] FF
  3265. 3265 [ 5.926111] FF
  3266. 3266 [ 5.926113] FF
  3267. 3267 [ 5.926114] FF
  3268. 3268 [ 5.926116] FF
  3269. 3269 [ 5.926118] FF
  3270. 3270 [ 5.926120] FF
  3271. 3271 [ 5.926121] FF
  3272. 3272 [ 5.926123] FF
  3273. 3273 [ 5.926125] FF
  3274. 3274 [ 5.926127] FF
  3275. 3275 [ 5.926128] FF
  3276. 3276 [ 5.926130] FF
  3277. 3277 [ 5.926132] FF
  3278. 3278 [ 5.926133] FF
  3279. 3279 [ 5.926135] FF
  3280. 3280 [ 5.926137] FF
  3281. 3281 [ 5.926139] FF
  3282. 3282 [ 5.926141] FF
  3283. 3283 [ 5.926145] FF
  3284. 3284 [ 5.926147] FF
  3285. 3285 [ 5.926149] FF
  3286. 3286 [ 5.926151] FF
  3287. 3287 [ 5.926152] FF
  3288. 3288 [ 5.926154] FF
  3289. 3289 [ 5.926157] FF
  3290. 3290 [ 5.926162] FF
  3291. 3291 [ 5.926164] FF
  3292. 3292 [ 5.926166] FF
  3293. 3293 [ 5.926167] FF
  3294. 3294 [ 5.926169] FF
  3295. 3295 [ 5.926171] FF
  3296. 3296 [ 5.926173] FF
  3297. 3297 [ 5.926174] FF
  3298. 3298 [ 5.926176] FF
  3299. 3299 [ 5.926178] FF
  3300. 3300 [ 5.926180] FF
  3301. 3301 [ 5.926181] FF
  3302. 3302 [ 5.926183] FF
  3303. 3303 [ 5.926185] FF
  3304. 3304 [ 5.926187] FF
  3305. 3305 [ 5.926189] FF
  3306. 3306 [ 5.926190] FF
  3307. 3307 [ 5.926192] FF
  3308. 3308 [ 5.926194] FF
  3309. 3309 [ 5.926196] FF
  3310. 3310 [ 5.926197] FF
  3311. 3311 [ 5.926199] FF
  3312. 3312 [ 5.926201] FF
  3313. 3313 [ 5.926202] FF
  3314. 3314 [ 5.926204] FF
  3315. 3315 [ 5.926206] FF
  3316. 3316 [ 5.926208] FF
  3317. 3317 [ 5.926209] FF
  3318. 3318 [ 5.926211] FF
  3319. 3319 [ 5.926213] FF
  3320. 3320 [ 5.926215] FF
  3321. 3321 [ 5.926217] FF
  3322. 3322 [ 5.926219] FF
  3323. 3323 [ 5.926221] FF
  3324. 3324 [ 5.926223] FF
  3325. 3325 [ 5.926264] FF
  3326. 3326 [ 5.926267] FF
  3327. 3327 [ 5.926272] FF
  3328. 3328 [ 5.926275] FF
  3329. 3329 [ 5.926277] FF
  3330. 3330 [ 5.926281] FF
  3331. 3331 [ 5.926283] FF
  3332. 3332 [ 5.926285] FF
  3333. 3333 [ 5.926287] FF
  3334. 3334 [ 5.926289] FF
  3335. 3335 [ 5.926292] FF
  3336. 3336 [ 5.926295] FF
  3337. 3337 [ 5.926298] FF
  3338. 3338 [ 5.926301] FF
  3339. 3339 [ 5.926302] FF
  3340. 3340 [ 5.926305] FF
  3341. 3341 [ 5.926306] FF
  3342. 3342 [ 5.926309] FF
  3343. 3343 [ 5.926312] FF
  3344. 3344 [ 5.926315] FF
  3345. 3345 [ 5.926318] FF
  3346. 3346 [ 5.926320] FF
  3347. 3347 [ 5.926322] FF
  3348. 3348 [ 5.926324] FF
  3349. 3349 [ 5.926325] FF
  3350. 3350 [ 5.926327] FF
  3351. 3351 [ 5.926329] FF
  3352. 3352 [ 5.926332] FF
  3353. 3353 [ 5.926336] FF
  3354. 3354 [ 5.926338] FF
  3355. 3355 [ 5.926341] FF
  3356. 3356 [ 5.926343] FF
  3357. 3357 [ 5.926345] FF
  3358. 3358 [ 5.926347] FF
  3359. 3359 [ 5.926349] FF
  3360. 3360 [ 5.926353] FF
  3361. 3361 [ 5.926355] FF
  3362. 3362 [ 5.926359] FF
  3363. 3363 [ 5.926361] FF
  3364. 3364 [ 5.926362] FF
  3365. 3365 [ 5.926364] FF
  3366. 3366 [ 5.926366] FF
  3367. 3367 [ 5.926369] FF
  3368. 3368 [ 5.926372] FF
  3369. 3369 [ 5.926375] FF
  3370. 3370 [ 5.926378] FF
  3371. 3371 [ 5.926379] FF
  3372. 3372 [ 5.926382] FF
  3373. 3373 [ 5.926383] FF
  3374. 3374 [ 5.926385] FF
  3375. 3375 [ 5.926389] FF
  3376. 3376 [ 5.926391] FF
  3377. 3377 [ 5.926395] FF
  3378. 3378 [ 5.926398] FF
  3379. 3379 [ 5.926400] FF
  3380. 3380 [ 5.926402] FF
  3381. 3381 [ 5.926404] FF
  3382. 3382 [ 5.926407] FF
  3383. 3383 [ 5.926410] FF
  3384. 3384 [ 5.926413] FF
  3385. 3385 [ 5.926416] FF
  3386. 3386 [ 5.926417] FF
  3387. 3387 [ 5.926419] FF
  3388. 3388 [ 5.926421] FF
  3389. 3389 [ 5.926424] FF
  3390. 3390 [ 5.926427] FF
  3391. 3391 [ 5.926429] FF
  3392. 3392 [ 5.926432] FF
  3393. 3393 [ 5.926434] FF
  3394. 3394 [ 5.926436] FF
  3395. 3395 [ 5.926438] FF
  3396. 3396 [ 5.926440] FF
  3397. 3397 [ 5.926443] FF
  3398. 3398 [ 5.926446] FF
  3399. 3399 [ 5.926450] FF
  3400. 3400 [ 5.926451] FF
  3401. 3401 [ 5.926453] FF
  3402. 3402 [ 5.926455] FF
  3403. 3403 [ 5.926457] FF
  3404. 3404 [ 5.926459] FF
  3405. 3405 [ 5.926461] FF
  3406. 3406 [ 5.926465] FF
  3407. 3407 [ 5.926467] FF
  3408. 3408 [ 5.926469] FF
  3409. 3409 [ 5.926473] FF
  3410. 3410 [ 5.926475] FF
  3411. 3411 [ 5.926478] FF
  3412. 3412 [ 5.926482] FF
  3413. 3413 [ 5.926484] FF
  3414. 3414 [ 5.926486] FF
  3415. 3415 [ 5.926488] FF
  3416. 3416 [ 5.926489] FF
  3417. 3417 [ 5.926493] FF
  3418. 3418 [ 5.926495] FF
  3419. 3419 [ 5.926499] FF
  3420. 3420 [ 5.926502] FF
  3421. 3421 [ 5.926505] FF
  3422. 3422 [ 5.926507] FF
  3423. 3423 [ 5.926509] FF
  3424. 3424 [ 5.926511] FF
  3425. 3425 [ 5.926512] FF
  3426. 3426 [ 5.926514] FF
  3427. 3427 [ 5.926518] FF
  3428. 3428 [ 5.926520] FF
  3429. 3429 [ 5.926524] FF
  3430. 3430 [ 5.926526] FF
  3431. 3431 [ 5.926528] FF
  3432. 3432 [ 5.926529] FF
  3433. 3433 [ 5.926532] FF
  3434. 3434 [ 5.926535] FF
  3435. 3435 [ 5.926537] FF
  3436. 3436 [ 5.926541] FF
  3437. 3437 [ 5.926543] FF
  3438. 3438 [ 5.926545] FF
  3439. 3439 [ 5.926547] FF
  3440. 3440 [ 5.926548] FF
  3441. 3441 [ 5.926552] FF
  3442. 3442 [ 5.926555] FF
  3443. 3443 [ 5.926557] FF
  3444. 3444 [ 5.926561] FF
  3445. 3445 [ 5.926563] FF
  3446. 3446 [ 5.926565] FF
  3447. 3447 [ 5.926566] FF
  3448. 3448 [ 5.926568] FF
  3449. 3449 [ 5.926572] FF
  3450. 3450 [ 5.926575] FF
  3451. 3451 [ 5.926579] FF
  3452. 3452 [ 5.926581] FF
  3453. 3453 [ 6.028069] systemd-journald[235]: Received request to flush runtime journal from PID 1
  3454. 3454 [ 7.283307] zram: Added device: zram0
  3455. 3455 [ 7.285460] zram: Added device: zram1
  3456. 3456 [ 7.287644] zram: Added device: zram2
  3457. 3457 [ 7.288426] zram: Added device: zram3
  3458. 3458 [ 7.289023] zram: Added device: zram4
  3459. 3459 [ 7.590808] thermal thermal_zone0: failed to read out thermal zone (-110)
  3460. 3460 [ 7.692343] sun4i-codec 1c22c00.codec: ASoC: /soc/codec-analog@01f015c0 not registered
  3461. 3461 [ 7.692354] sun4i-codec 1c22c00.codec: Failed to register our card
  3462. 3462 [ 7.707145] sun4i-codec 1c22c00.codec: ASoC: /soc/codec-analog@01f015c0 not registered
  3463. 3463 [ 7.707159] sun4i-codec 1c22c00.codec: Failed to register our card
  3464. 3464 [ 7.725849] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  3465. 3465 [ 7.725856] [drm] No driver support for vblank timestamp query.
  3466. 3466 [ 7.735121] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_platform_driver_exit [sun8i_mixer])
  3467. 3467 [ 7.735494] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
  3468. 3468 [ 7.735512] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_platform_driver_exit [sun4i_tcon])
  3469. 3469 [ 7.764481] zram1: detected capacity change from 0 to 131080192
  3470. 3470 [ 7.879436] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
  3471. 3471 [ 7.880071] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
  3472. 3472 [ 7.880489] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops [sun8i_dw_hdmi])
  3473. 3473 [ 7.912295] Adding 128004k swap on /dev/zram1. Priority:5 extents:1 across:128004k SSFS
  3474. 3474 [ 7.924969] zram2: detected capacity change from 0 to 131080192
  3475. 3475 [ 7.991291] Adding 128004k swap on /dev/zram2. Priority:5 extents:1 across:128004k SSFS
  3476. 3476 [ 7.993627] zram3: detected capacity change from 0 to 131080192
  3477. 3477 [ 8.035868] Adding 128004k swap on /dev/zram3. Priority:5 extents:1 across:128004k SSFS
  3478. 3478 [ 8.042835] zram4: detected capacity change from 0 to 131080192
  3479. 3479 [ 8.083789] Adding 128004k swap on /dev/zram4. Priority:5 extents:1 across:128004k SSFS
  3480. 3480 [ 8.127560] zram0: detected capacity change from 0 to 52428800
  3481. 3481 [ 8.144455] random: crng init done
  3482. 3482 [ 8.144464] random: 7 urandom warning(s) missed due to ratelimiting
  3483. 3483 [ 8.369690] EXT4-fs (zram0): mounted filesystem without journal. Opts: (null)
  3484. 3484 [ 8.572761] Console: switching to colour frame buffer device 128x48
  3485. 3485 [ 8.589372] sun4i-drm display-engine: fb0: frame buffer device
  3486. 3486 [ 8.591549] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  3487. 3487 [ 8.603918] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  3488. 3488 [ 8.639297] thermal thermal_zone0: failed to read out thermal zone (-110)
  3489. 3489 [ 8.662698] lirc_dev: IR Remote Control driver registered, major 243
  3490. 3490 [ 8.670754] IR LIRC bridge handler initialized
  3491. 3491 [ 8.672525] Registered IR keymap rc-empty
  3492. 3492 [ 8.672667] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
  3493. 3493 [ 8.672809] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input3
  3494. 3494 [ 8.675210] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0
  3495. 3495 [ 8.675411] sunxi-ir 1f02000.ir: initialized sunXi IR driver
  3496. 3496 [ 8.695301] Registered IR keymap rc-cec
  3497. 3497 [ 8.695533] rc rc1: RC for dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc1
  3498. 3498 [ 8.695734] input: RC for dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc1/input4
  3499. 3499 [ 8.730945] asoc-simple-card sound: i2s-hifi <-> 1c22800.i2s mapping ok
  3500. 3500 [ 9.663310] thermal thermal_zone0: failed to read out thermal zone (-110)
  3501. 3501 [ 10.549452] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL)
  3502. 3502 [ 10.556174] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  3503. 3503 [ 10.556187] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  3504. 3504 [ 10.556510] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  3505. 3505
  3506. 3506 ### armbian-release:
  3507. 3507
  3508. 3508 # PLEASE DO NOT EDIT THIS FILE
  3509. 3509 BOARD=orangepipcplus
  3510. 3510 BOARD_NAME="Orange Pi PC +"
  3511. 3511 BOARDFAMILY=sun8i
  3512. 3512 VERSION=5.59
  3513. 3513 LINUXFAMILY=sunxi
  3514. 3514 BRANCH=next
  3515. 3515 ARCH=arm
  3516. 3516 IMAGE_TYPE=stable
  3517. 3517 BOARD_TYPE=conf
  3518. 3518 INITRD_ARCH=arm
  3519. 3519 KERNEL_IMAGE_TYPE=zImage
  3520. 3520
  3521. 3521 ### boot environment:
  3522. 3522
  3523. 3523 verbosity=1
  3524. 3524 logo=disabled
  3525. 3525 console=both
  3526. 3526 disp_mode=1920x1080p60
  3527. 3527 overlay_prefix=sun8i-h3
  3528. 3528 rootdev=UUID=891caa04-82f0-447c-be21-3a4fbeb0c158
  3529. 3529 rootfstype=ext4
  3530. 3530 overlays=analog-codec
  3531. 3531 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
  3532. 3532
  3533. 3533 ### lsusb:
  3534. 3534
  3535. 3535 Bus 008 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
  3536. 3536 Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3537. 3537 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3538. 3538 Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3539. 3539 Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3540. 3540 Bus 006 Device 002: ID 0000:0538
  3541. 3541 Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3542. 3542 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3543. 3543 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3544. 3544 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3545. 3545 Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3546. 3546
  3547. 3547 ### lscpu:
  3548. 3548
  3549. 3549 Architecture: armv7l
  3550. 3550 Byte Order: Little Endian
  3551. 3551 CPU(s): 4
  3552. 3552 On-line CPU(s) list: 0-3
  3553. 3553 Thread(s) per core: 1
  3554. 3554 Core(s) per socket: 4
  3555. 3555 Socket(s): 1
  3556. 3556 Model: 5
  3557. 3557 Model name: ARMv7 Processor rev 5 (v7l)
  3558. 3558 CPU max MHz: 1296.0000
  3559. 3559 CPU min MHz: 240.0000
  3560. 3560 BogoMIPS: 61.71
  3561. 3561 Flags: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  3562. 3562
  3563. 3563 ### cpuinfo:
  3564. 3564
  3565. 3565 processor : 0
  3566. 3566 model name : ARMv7 Processor rev 5 (v7l)
  3567. 3567 BogoMIPS : 61.71
  3568. 3568 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  3569. 3569 CPU implementer : 0x41
  3570. 3570 CPU architecture: 7
  3571. 3571 CPU variant : 0x0
  3572. 3572 CPU part : 0xc07
  3573. 3573 CPU revision : 5
  3574. 3574
  3575. 3575 processor : 1
  3576. 3576 model name : ARMv7 Processor rev 5 (v7l)
  3577. 3577 BogoMIPS : 61.71
  3578. 3578 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  3579. 3579 CPU implementer : 0x41
  3580. 3580 CPU architecture: 7
  3581. 3581 CPU variant : 0x0
  3582. 3582 CPU part : 0xc07
  3583. 3583 CPU revision : 5
  3584. 3584
  3585. 3585 processor : 2
  3586. 3586 model name : ARMv7 Processor rev 5 (v7l)
  3587. 3587 BogoMIPS : 61.71
  3588. 3588 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  3589. 3589 CPU implementer : 0x41
  3590. 3590 CPU architecture: 7
  3591. 3591 CPU variant : 0x0
  3592. 3592 CPU part : 0xc07
  3593. 3593 CPU revision : 5
  3594. 3594
  3595. 3595 processor : 3
  3596. 3596 model name : ARMv7 Processor rev 5 (v7l)
  3597. 3597 BogoMIPS : 61.71
  3598. 3598 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  3599. 3599 CPU implementer : 0x41
  3600. 3600 CPU architecture: 7
  3601. 3601 CPU variant : 0x0
  3602. 3602 CPU part : 0xc07
  3603. 3603 CPU revision : 5
  3604. 3604
  3605. 3605 Hardware : Allwinner sun8i Family
  3606. 3606 Revision : 0000
  3607. 3607 Serial : 02c0008131f7aecd
  3608. 3608
  3609. 3609 ### meminfo:
  3610. 3610
  3611. 3611 MemTotal: 1024052 kB
  3612. 3612 MemFree: 916580 kB
  3613. 3613 MemAvailable: 950572 kB
  3614. 3614 Buffers: 9772 kB
  3615. 3615 Cached: 39708 kB
  3616. 3616 SwapCached: 0 kB
  3617. 3617 Active: 31988 kB
  3618. 3618 Inactive: 23984 kB
  3619. 3619 Active(anon): 6748 kB
  3620. 3620 Inactive(anon): 5172 kB
  3621. 3621 Active(file): 25240 kB
  3622. 3622 Inactive(file): 18812 kB
  3623. 3623 Unevictable: 0 kB
  3624. 3624 Mlocked: 0 kB
  3625. 3625 HighTotal: 262132 kB
  3626. 3626 HighFree: 197632 kB
  3627. 3627 LowTotal: 761920 kB
  3628. 3628 LowFree: 718948 kB
  3629. 3629 SwapTotal: 512016 kB
  3630. 3630 SwapFree: 512016 kB
  3631. 3631 Dirty: 8 kB
  3632. 3632 Writeback: 0 kB
  3633. 3633 AnonPages: 6476 kB
  3634. 3634 Mapped: 6432 kB
  3635. 3635 Shmem: 5376 kB
  3636. 3636 Slab: 24004 kB
  3637. 3637 SReclaimable: 11696 kB
  3638. 3638 SUnreclaim: 12308 kB
  3639. 3639 KernelStack: 816 kB
  3640. 3640 PageTables: 168 kB
  3641. 3641 NFS_Unstable: 0 kB
  3642. 3642 Bounce: 0 kB
  3643. 3643 WritebackTmp: 0 kB
  3644. 3644 CommitLimit: 1024040 kB
  3645. 3645 Committed_AS: 33496 kB
  3646. 3646 VmallocTotal: 245760 kB
  3647. 3647 VmallocUsed: 0 kB
  3648. 3648 VmallocChunk: 0 kB
  3649. 3649 CmaTotal: 65536 kB
  3650. 3650 CmaFree: 58780 kB
  3651. 3651
  3652. 3652 ### ip addr:
  3653. 3653
  3654. 3654 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  3655. 3655 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  3656. 3656 inet XXX.XXX.0.1/8 scope host lo
  3657. 3657 valid_lft forever preferred_lft forever
  3658. 3658 inet6 ::1/128 scope host
  3659. 3659 valid_lft forever preferred_lft forever
  3660. 3660 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
  3661. 3661 link/ether 02:81:31:f7:ae:cd brd ff:ff:ff:ff:ff:ff
  3662. 3662 3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  3663. 3663 link/ether 12:81:31:f7:ae:cd brd ff:ff:ff:ff:ff:ff
  3664. 3664
  3665. 3665 ### partitions:
  3666. 3666
  3667. 3667 major minor #blocks name
  3668. 3668
  3669. 3669 179 0 30375936 mmcblk0
  3670. 3670 179 1 30068080 mmcblk0p1
  3671. 3671 179 8 7634944 mmcblk1
  3672. 3672 179 9 4648960 mmcblk1p1
  3673. 3673 179 10 16384 mmcblk1p2
  3674. 3674 179 11 1 mmcblk1p3
  3675. 3675 179 13 16384 mmcblk1p5
  3676. 3676 179 14 16384 mmcblk1p6
  3677. 3677 179 15 1048576 mmcblk1p7
  3678. 3678 259 0 16384 mmcblk1p8
  3679. 3679 259 1 32768 mmcblk1p9
  3680. 3680 259 2 1048576 mmcblk1p10
  3681. 3681 259 3 16384 mmcblk1p11
  3682. 3682 259 4 16384 mmcblk1p12
  3683. 3683 259 5 16384 mmcblk1p13
  3684. 3684 259 6 32768 mmcblk1p14
  3685. 3685 259 7 16384 mmcblk1p15
  3686. 3686 259 8 655360 mmcblk1p16
  3687. 3687 179 24 4096 mmcblk1boot1
  3688. 3688 179 16 4096 mmcblk1boot0
  3689. 3689
  3690. 3690 ### df:
  3691. 3691
  3692. 3692 udev 466M 0 466M 0% /dev
  3693. 3693 tmpfs 101M 5.3M 95M 6% /run
  3694. 3694 /dev/mmcblk0p1 29G 3.4G 25G 13% /
  3695. 3695 tmpfs 501M 0 501M 0% /dev/shm
  3696. 3696 tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  3697. 3697 tmpfs 501M 0 501M 0% /sys/fs/cgroup
  3698. 3698 tmpfs 501M 44K 500M 1% /tmp
  3699. 3699 /dev/zram0 49M 2.7M 43M 6% /var/log
  3700. 3700
  3701. 3701 ### lsblk:
  3702. 3702
  3703. 3703 NAME FSTYPE SIZE MOUNTPOINT UUID
  3704. 3704 mmcblk0 29G
  3705. 3705 └─mmcblk0p1 ext4 28.7G / 891caa04-82f0-447c-be21-3a4fbeb0c158
  3706. 3706 mmcblk1 7.3G
  3707. 3707 ├─mmcblk1p1 ext4 4.4G 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  3708. 3708 ├─mmcblk1p2 vfat 16M
  3709. 3709 ├─mmcblk1p3 1K
  3710. 3710 ├─mmcblk1p5 16M
  3711. 3711 ├─mmcblk1p6 16M
  3712. 3712 ├─mmcblk1p7 ext4 1G 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  3713. 3713 ├─mmcblk1p8 16M
  3714. 3714 ├─mmcblk1p9 32M
  3715. 3715 ├─mmcblk1p10 1G
  3716. 3716 ├─mmcblk1p11 vfat 16M 4092-07B2
  3717. 3717 ├─mmcblk1p12 vfat 16M 629A-09E6
  3718. 3718 ├─mmcblk1p13 16M
  3719. 3719 ├─mmcblk1p14 32M
  3720. 3720 ├─mmcblk1p15 16M
  3721. 3721 └─mmcblk1p16 ext4 640M 57f8f4bc-abf4-655f-bf67-946fc0f9f25b
  3722. 3722 mmcblk1boot0 4M
  3723. 3723 mmcblk1boot1 4M
  3724. 3724
  3725. 3725 ### mtab:
  3726. 3726
  3727. 3727 /dev/mmcblk0p1 / ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  3728. 3728 /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0
  3729. 3729 /dev/zram0 /var/log ext4 rw,relatime,block_validity,delalloc,nojournal_checksum,barrier,user_xattr,acl 0 0
  3730. 3730
  3731. 3731 ### mmc1:0001 info:
  3732. 3732
  3733. 3733 manfid: 0x000015
  3734. 3734 cid: 15010038474d4534520151208f2f9497
  3735. 3735 fwrev: 0x0100000000000000
  3736. 3736 csd: d02701320f5903fff6dbffef8e40400d
  3737. 3737 life_time: 0x01 0x01
  3738. 3738 ocr: 0x00200000
  3739. 3739 type: MMC
  3740. 3740 enhanced_area_offset: 18446744073709551594
  3741. 3741 date: 09/2017
  3742. 3742 hwrev: 0x0
  3743. 3743 prv: 0x1
  3744. 3744 dsr: 0x404
  3745. 3745 ffu_capable: 1
  3746. 3746 serial: 0x51208f2f
  3747. 3747 raw_rpmb_size_mult: 0x4
  3748. 3748 erase_size: 524288
  3749. 3749 pre_eol_info: 0x01
  3750. 3750 rel_sectors: 0x1
  3751. 3751 cmdq_en: 0
  3752. 3752 uevent: DRIVER=mmcblk MMC_TYPE=MMC MMC_NAME=8GME4R MODALIAS=mmc:block
  3753. 3753 enhanced_area_size: 4294967274
  3754. 3754 oemid: 0x0100
  3755. 3755 preferred_erase_size: 4194304
  3756. 3756 name: 8GME4R
  3757. 3757
  3758. 3758 ### mmc0:0001 info:
  3759. 3759
  3760. 3760 manfid: 0x000041
  3761. 3761 cid: 4134325344333247303fe99e110126a9
  3762. 3762 fwrev: 0x0
  3763. 3763 csd: 400e00325b590000e7bf7f800a40008d
  3764. 3764 ocr: 0x00200000
  3765. 3765 type: SD
  3766. 3766 date: 06/2018
  3767. 3767 hwrev: 0x3
  3768. 3768 dsr: 0x404
  3769. 3769 serial: 0x3fe99e11
  3770. 3770 erase_size: 512
  3771. 3771 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD32G MODALIAS=mmc:block
  3772. 3772 ssr: 000000000500000004049000080a190a000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3773. 3773 scr: 02b5800200000000
  3774. 3774 oemid: 0x3432
  3775. 3775 preferred_erase_size: 4194304
  3776. 3776 name: SD32G
  3777. 3777
  3778. 3778 ### Boot system health:
  3779. 3779
  3780. 3780 Time CPU load %cpu %sys %usr %nice %io %irq CPU C.St.
  3781. 3781 06:33:44: 1296MHz 0.31 47% 19% 17% 0% 9% 0% 28.9°C 0/9
  3782. 3782 06:33:44: 1296MHz 0.31 6% 4% 0% 1% 0% 0% 28.9°C 0/9
  3783. 3783 06:33:45: 1296MHz 0.28 6% 5% 0% 1% 0% 0% 28.9°C 0/9
  3784. 3784 06:33:45: 1296MHz 0.28 44% 14% 6% 1% 22% 0% 28.9°C 0/9
  3785. 3785 06:33:45: 1296MHz 0.28 53% 19% 12% 1% 19% 0% 28.9°C 0/9
  3786. 3786
  3787. 3787 ### lsusb:
  3788. 3788
  3789. 3789 Bus 008 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
  3790. 3790 Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3791. 3791 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3792. 3792 Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3793. 3793 Bus 004 Device 002: ID 0781:5571 SanDisk Corp. Cruzer Fit
  3794. 3794 Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3795. 3795 Bus 006 Device 002: ID 0000:0538
  3796. 3796 Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3797. 3797 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3798. 3798 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3799. 3799 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3800. 3800 Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3801. 3801
  3802. 3802 /: Bus 09.Port 1: Dev 1, Class=root_hub, Driver=musb-hdrc/1p, 480M
  3803. 3803 /: Bus 08.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  3804. 3804 |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
  3805. 3805 |__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
  3806. 3806 /: Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  3807. 3807 /: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  3808. 3808 |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
  3809. 3809 /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  3810. 3810 /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  3811. 3811 |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M
  3812. 3812 /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  3813. 3813 /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  3814. 3814 /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  3815. 3815
  3816. 3816 ### Group membership of tux : tux dialout sudo audio video plugdev systemd-journal input netdev ssh
  3817. 3817
  3818. 3818 ### Installed packages:
  3819. 3819
  3820. 3820 ii armbian-config 5.59 all Armbian configuration utility
  3821. 3821 ii armbian-firmware 5.59 all Linux firmware
  3822. 3822 ii armbian-tools-stretch 5.59 armhf Armbian tools, Cubie bt utils
  3823. 3823 ii hostapd 2:2.6-4~armbian5.38+1 armhf IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
  3824. 3824 ii linux-base 4.5 all Linux image base package
  3825. 3825 ii linux-dtb-next-sunxi 5.59 armhf Linux DTB, version 4.14.65-sunxi
  3826. 3826 ii linux-image-next-sunxi 5.59 armhf Linux kernel, version 4.14.65-sunxi
  3827. 3827 ii linux-libc-dev:armhf 4.9.110-3+deb9u4 armhf Linux support headers for userspace development
  3828. 3828 ii linux-stretch-root-next-orangepipcplus 5.59 armhf Armbian tweaks for stretch on orangepipcplus (next branch)
  3829. 3829 ii linux-u-boot-orangepipcplus-next 5.59 armhf Uboot loader 2018.05
  3830. 3830 ii sunxi-tools 1.4.2-2~armbian5.38+1 armhf tools for working with Allwinner (sunxi) ARM processors
  3831. 3831
  3832. 3832 ### Loaded modules:
  3833. 3833
  3834. 3834 Module Size Used by
  3835. 3835 uas 20480 0
  3836. 3836 snd_soc_hdmi_codec 16384 1
  3837. 3837 rc_cec 16384 0
  3838. 3838 ir_lirc_codec 16384 0
  3839. 3839 lirc_dev 16384 1 ir_lirc_codec
  3840. 3840 dw_hdmi_i2s_audio 16384 0
  3841. 3841 dw_hdmi_cec 16384 0
  3842. 3842 joydev 20480 0
  3843. 3843 evdev 20480 5
  3844. 3844 input_leds 16384 0
  3845. 3845 snd_soc_simple_card 16384 1
  3846. 3846 snd_soc_simple_card_utils 16384 1 snd_soc_simple_card
  3847. 3847 sun8i_codec_analog 24576 1
  3848. 3848 sunxi_cir 16384 0
  3849. 3849 sun8i_dw_hdmi 16384 0
  3850. 3850 dw_hdmi 28672 2 dw_hdmi_i2s_audio,sun8i_dw_hdmi
  3851. 3851 lz4 16384 20
  3852. 3852 cec 40960 2 dw_hdmi_cec,dw_hdmi
  3853. 3853 sun4i_i2s 16384 2
  3854. 3854 lz4_compress 53248 1 lz4
  3855. 3855 sun4i_codec 32768 3
  3856. 3856 snd_soc_core 118784 6 sun4i_codec,sun4i_i2s,sun8i_codec_analog,snd_soc_hdmi_codec,snd_soc_simple_card_utils,snd_soc_simple_card
  3857. 3857 snd_pcm_dmaengine 16384 1 snd_soc_core
  3858. 3858 snd_pcm 65536 4 sun4i_i2s,snd_pcm_dmaengine,snd_soc_hdmi_codec,snd_soc_core
  3859. 3859 sun4i_gpadc_iio 16384 0
  3860. 3860 snd_timer 24576 1 snd_pcm
  3861. 3861 snd 45056 10 snd_soc_hdmi_codec,snd_timer,snd_soc_core,snd_pcm
  3862. 3862 soundcore 16384 1 snd
  3863. 3863 zram 24576 5
  3864. 3864 sun4i_tcon 20480 1 sun8i_dw_hdmi
  3865. 3865 sun8i_mixer 16384 0
  3866. 3866 uio_pdrv_genirq 16384 0
  3867. 3867 uio 16384 1 uio_pdrv_genirq
  3868. 3868 sun4i_drm 16384 2
  3869. 3869 8189fs 835584 0
  3870. 3870 cfg80211 376832 1 8189fs
  3871. 3871 rfkill 20480 3 cfg80211
  3872. 3872 ip_tables 20480 0
  3873. 3873 x_tables 20480 1 ip_tables
  3874. 3874 pwrseq_simple 16384 1
  3875. 3875 sy8106a_regulator 16384 1
  3876. 3876
  3877. 3877 ### nand-sata-install.log:
  3878. 3878
  3879. 3879 Sat Sep 8 03:16:12 UTC 2018: Start nand-sata-install.
  3880. 3880
  3881. 3881 ### Current system health:
  3882. 3882
  3883. 3883 Time CPU load %cpu %sys %usr %nice %io %irq CPU C.St.
  3884. 3884 23:18:14: 1296MHz 1.87 6% 0% 3% 0% 1% 0% 64.7°C 0/9
  3885. 3885 23:18:14: 1296MHz 1.87 29% 5% 0% 1% 22% 0% 64.7°C 0/9
  3886. 3886 23:18:15: 1296MHz 1.87 17% 7% 0% 2% 8% 0% 65.1°C 0/9
  3887. 3887 23:18:15: 1296MHz 1.87 26% 11% 2% 1% 11% 0% 65.1°C 0/9
  3888. 3888 23:18:15: 1296MHz 1.87 17% 4% 0% 1% 11% 0% 65.1°C 0/9
  3889. 3889 23:18:17: 1104MHz 1.87 6% 0% 3% 0% 1% 0% 66.7°C 2/9
  3890. 3890 23:18:19: 1104MHz 2.29 99% 6% 92% 0% 0% 0% 66.7°C 2/9
  3891. 3891 23:18:19: 1104MHz 2.29 31% 7% 0% 1% 21% 0% 67.4°C 2/9
  3892. 3892 23:18:19: 1104MHz 2.29 32% 7% 1% 1% 22% 0% 67.4°C 2/9
  3893. 3893 23:18:20: 1104MHz 2.29 25% 12% 1% 1% 9% 0% 67.4°C 2/9
  3894. 3894
  3895. 3895 ### resolv.conf
  3896. 3896
  3897. 3897 lrwxrwxrwx 1 root root 27 Aug 21 18:55 /etc/resolv.conf -> /run/resolvconf/resolv.conf
  3898. 3898 # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
  3899. 3899 # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
  3900. 3900 nameserver XXX.XXX.1.254
  3901. 3901 nameserver 2600:1700:b4d1:a8a0::1
  3902. 3902 search attlocal.net
  3903. 3903
  3904. 3904 ### Current sysinfo:
  3905. 3905
  3906. 3906 Linux 4.14.65-sunxi (orangepipcplus) 09/09/2018 _armv7l_ (4 CPU)
  3907. 3907
  3908. 3908 avg-cpu: %user %nice %system %iowait %steal %idle
  3909. 3909 3.93 0.09 0.99 1.43 0.00 93.56
  3910. 3910
  3911. 3911 Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn
  3912. 3912 ram0 0.00 0.00 0.00 0 0
  3913. 3913 ram1 0.00 0.00 0.00 0 0
  3914. 3914 ram2 0.00 0.00 0.00 0 0
  3915. 3915 ram3 0.00 0.00 0.00 0 0
  3916. 3916 mmcblk0 4.95 119.57 716.17 400417 2398412
  3917. 3917 mmcblk0p1 4.91 118.63 716.17 397293 2398412
  3918. 3918 mmcblk1 0.26 7.20 0.00 24110 0
  3919. 3919 mmcblk1p1 0.04 1.39 0.00 4644 0
  3920. 3920 mmcblk1p2 0.01 0.27 0.00 900 0
  3921. 3921 mmcblk1p3 0.00 0.00 0.00 2 0
  3922. 3922 mmcblk1p5 0.01 0.25 0.00 852 0
  3923. 3923 mmcblk1p6 0.01 0.25 0.00 852 0
  3924. 3924 mmcblk1p7 0.02 0.92 0.00 3096 0
  3925. 3925 mmcblk1p8 0.01 0.25 0.00 852 0
  3926. 3926 mmcblk1p9 0.01 0.25 0.00 852 0
  3927. 3927 mmcblk1p10 0.02 0.92 0.00 3096 0
  3928. 3928 mmcblk1p11 0.02 0.25 0.00 852 0
  3929. 3929 mmcblk1p12 0.02 0.25 0.00 852 0
  3930. 3930 mmcblk1p13 0.01 0.25 0.00 852 0
  3931. 3931 mmcblk1p14 0.01 0.25 0.00 852 0
  3932. 3932 mmcblk1p15 0.01 0.25 0.00 852 0
  3933. 3933 mmcblk1p16 0.02 0.92 0.00 3096 0
  3934. 3934 mmcblk1boot1 0.02 0.10 0.00 324 0
  3935. 3935 mmcblk1boot0 0.02 0.10 0.00 324 0
  3936. 3936 zram0 0.41 0.34 1.31 1132 4380
  3937. 3937 zram1 0.09 0.35 0.00 1176 4
  3938. 3938 zram2 0.09 0.35 0.00 1176 4
  3939. 3939 zram3 0.09 0.35 0.00 1176 4
  3940. 3940 zram4 0.09 0.35 0.00 1176 4
  3941. 3941 sda 0.06 1.78 0.00 5953 0
  3942. 3942 sda1 0.06 1.77 0.00 5929 0
  3943. 3943
  3944. 3944 procs -----------------------memory---------------------- ---swap-- -----io---- -system-- --------cpu--------
  3945. 3945 r b swpd free buff cache si so bi bo in cs us sy id wa st
  3946. 3946 0 1 0 162304 38188 452412 0 0 32 180 461 642 4 1 94 1 0
  3947. 3947
  3948. 3948 total used free shared buff/cache available
  3949. 3949 Mem: 1.0G 362M 158M 13M 479M 666M
  3950. 3950 Swap: 500M 0B 500M
  3951. 3951
  3952. 3952 23:18:21 up 55 min, 1 user, load average: 2.29, 1.22, 0.60
  3953. 3953
  3954. 3954 [ 5.926133] FF
  3955. 3955 [ 5.926135] FF
  3956. 3956 [ 5.926137] FF
  3957. 3957 [ 5.926139] FF
  3958. 3958 [ 5.926141] FF
  3959. 3959 [ 5.926145] FF
  3960. 3960 [ 5.926147] FF
  3961. 3961 [ 5.926149] FF
  3962. 3962 [ 5.926151] FF
  3963. 3963 [ 5.926152] FF
  3964. 3964 [ 5.926154] FF
  3965. 3965 [ 5.926157] FF
  3966. 3966 [ 5.926162] FF
  3967. 3967 [ 5.926164] FF
  3968. 3968 [ 5.926166] FF
  3969. 3969 [ 5.926167] FF
  3970. 3970 [ 5.926169] FF
  3971. 3971 [ 5.926171] FF
  3972. 3972 [ 5.926173] FF
  3973. 3973 [ 5.926174] FF
  3974. 3974 [ 5.926176] FF
  3975. 3975 [ 5.926178] FF
  3976. 3976 [ 5.926180] FF
  3977. 3977 [ 5.926181] FF
  3978. 3978 [ 5.926183] FF
  3979. 3979 [ 5.926185] FF
  3980. 3980 [ 5.926187] FF
  3981. 3981 [ 5.926189] FF
  3982. 3982 [ 5.926190] FF
  3983. 3983 [ 5.926192] FF
  3984. 3984 [ 5.926194] FF
  3985. 3985 [ 5.926196] FF
  3986. 3986 [ 5.926197] FF
  3987. 3987 [ 5.926199] FF
  3988. 3988 [ 5.926201] FF
  3989. 3989 [ 5.926202] FF
  3990. 3990 [ 5.926204] FF
  3991. 3991 [ 5.926206] FF
  3992. 3992 [ 5.926208] FF
  3993. 3993 [ 5.926209] FF
  3994. 3994 [ 5.926211] FF
  3995. 3995 [ 5.926213] FF
  3996. 3996 [ 5.926215] FF
  3997. 3997 [ 5.926217] FF
  3998. 3998 [ 5.926219] FF
  3999. 3999 [ 5.926221] FF
  4000. 4000 [ 5.926223] FF
  4001. 4001 [ 5.926264] FF
  4002. 4002 [ 5.926267] FF
  4003. 4003 [ 5.926272] FF
  4004. 4004 [ 5.926275] FF
  4005. 4005 [ 5.926277] FF
  4006. 4006 [ 5.926281] FF
  4007. 4007 [ 5.926283] FF
  4008. 4008 [ 5.926285] FF
  4009. 4009 [ 5.926287] FF
  4010. 4010 [ 5.926289] FF
  4011. 4011 [ 5.926292] FF
  4012. 4012 [ 5.926295] FF
  4013. 4013 [ 5.926298] FF
  4014. 4014 [ 5.926301] FF
  4015. 4015 [ 5.926302] FF
  4016. 4016 [ 5.926305] FF
  4017. 4017 [ 5.926306] FF
  4018. 4018 [ 5.926309] FF
  4019. 4019 [ 5.926312] FF
  4020. 4020 [ 5.926315] FF
  4021. 4021 [ 5.926318] FF
  4022. 4022 [ 5.926320] FF
  4023. 4023 [ 5.926322] FF
  4024. 4024 [ 5.926324] FF
  4025. 4025 [ 5.926325] FF
  4026. 4026 [ 5.926327] FF
  4027. 4027 [ 5.926329] FF
  4028. 4028 [ 5.926332] FF
  4029. 4029 [ 5.926336] FF
  4030. 4030 [ 5.926338] FF
  4031. 4031 [ 5.926341] FF
  4032. 4032 [ 5.926343] FF
  4033. 4033 [ 5.926345] FF
  4034. 4034 [ 5.926347] FF
  4035. 4035 [ 5.926349] FF
  4036. 4036 [ 5.926353] FF
  4037. 4037 [ 5.926355] FF
  4038. 4038 [ 5.926359] FF
  4039. 4039 [ 5.926361] FF
  4040. 4040 [ 5.926362] FF
  4041. 4041 [ 5.926364] FF
  4042. 4042 [ 5.926366] FF
  4043. 4043 [ 5.926369] FF
  4044. 4044 [ 5.926372] FF
  4045. 4045 [ 5.926375] FF
  4046. 4046 [ 5.926378] FF
  4047. 4047 [ 5.926379] FF
  4048. 4048 [ 5.926382] FF
  4049. 4049 [ 5.926383] FF
  4050. 4050 [ 5.926385] FF
  4051. 4051 [ 5.926389] FF
  4052. 4052 [ 5.926391] FF
  4053. 4053 [ 5.926395] FF
  4054. 4054 [ 5.926398] FF
  4055. 4055 [ 5.926400] FF
  4056. 4056 [ 5.926402] FF
  4057. 4057 [ 5.926404] FF
  4058. 4058 [ 5.926407] FF
  4059. 4059 [ 5.926410] FF
  4060. 4060 [ 5.926413] FF
  4061. 4061 [ 5.926416] FF
  4062. 4062 [ 5.926417] FF
  4063. 4063 [ 5.926419] FF
  4064. 4064 [ 5.926421] FF
  4065. 4065 [ 5.926424] FF
  4066. 4066 [ 5.926427] FF
  4067. 4067 [ 5.926429] FF
  4068. 4068 [ 5.926432] FF
  4069. 4069 [ 5.926434] FF
  4070. 4070 [ 5.926436] FF
  4071. 4071 [ 5.926438] FF
  4072. 4072 [ 5.926440] FF
  4073. 4073 [ 5.926443] FF
  4074. 4074 [ 5.926446] FF
  4075. 4075 [ 5.926450] FF
  4076. 4076 [ 5.926451] FF
  4077. 4077 [ 5.926453] FF
  4078. 4078 [ 5.926455] FF
  4079. 4079 [ 5.926457] FF
  4080. 4080 [ 5.926459] FF
  4081. 4081 [ 5.926461] FF
  4082. 4082 [ 5.926465] FF
  4083. 4083 [ 5.926467] FF
  4084. 4084 [ 5.926469] FF
  4085. 4085 [ 5.926473] FF
  4086. 4086 [ 5.926475] FF
  4087. 4087 [ 5.926478] FF
  4088. 4088 [ 5.926482] FF
  4089. 4089 [ 5.926484] FF
  4090. 4090 [ 5.926486] FF
  4091. 4091 [ 5.926488] FF
  4092. 4092 [ 5.926489] FF
  4093. 4093 [ 5.926493] FF
  4094. 4094 [ 5.926495] FF
  4095. 4095 [ 5.926499] FF
  4096. 4096 [ 5.926502] FF
  4097. 4097 [ 5.926505] FF
  4098. 4098 [ 5.926507] FF
  4099. 4099 [ 5.926509] FF
  4100. 4100 [ 5.926511] FF
  4101. 4101 [ 5.926512] FF
  4102. 4102 [ 5.926514] FF
  4103. 4103 [ 5.926518] FF
  4104. 4104 [ 5.926520] FF
  4105. 4105 [ 5.926524] FF
  4106. 4106 [ 5.926526] FF
  4107. 4107 [ 5.926528] FF
  4108. 4108 [ 5.926529] FF
  4109. 4109 [ 5.926532] FF
  4110. 4110 [ 5.926535] FF
  4111. 4111 [ 5.926537] FF
  4112. 4112 [ 5.926541] FF
  4113. 4113 [ 5.926543] FF
  4114. 4114 [ 5.926545] FF
  4115. 4115 [ 5.926547] FF
  4116. 4116 [ 5.926548] FF
  4117. 4117 [ 5.926552] FF
  4118. 4118 [ 5.926555] FF
  4119. 4119 [ 5.926557] FF
  4120. 4120 [ 5.926561] FF
  4121. 4121 [ 5.926563] FF
  4122. 4122 [ 5.926565] FF
  4123. 4123 [ 5.926566] FF
  4124. 4124 [ 5.926568] FF
  4125. 4125 [ 5.926572] FF
  4126. 4126 [ 5.926575] FF
  4127. 4127 [ 5.926579] FF
  4128. 4128 [ 5.926581] FF
  4129. 4129 [ 6.028069] systemd-journald[235]: Received request to flush runtime journal from PID 1
  4130. 4130 [ 7.283307] zram: Added device: zram0
  4131. 4131 [ 7.285460] zram: Added device: zram1
  4132. 4132 [ 7.287644] zram: Added device: zram2
  4133. 4133 [ 7.288426] zram: Added device: zram3
  4134. 4134 [ 7.289023] zram: Added device: zram4
  4135. 4135 [ 7.590808] thermal thermal_zone0: failed to read out thermal zone (-110)
  4136. 4136 [ 7.692343] sun4i-codec 1c22c00.codec: ASoC: /soc/codec-analog@01f015c0 not registered
  4137. 4137 [ 7.692354] sun4i-codec 1c22c00.codec: Failed to register our card
  4138. 4138 [ 7.707145] sun4i-codec 1c22c00.codec: ASoC: /soc/codec-analog@01f015c0 not registered
  4139. 4139 [ 7.707159] sun4i-codec 1c22c00.codec: Failed to register our card
  4140. 4140 [ 7.725849] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  4141. 4141 [ 7.725856] [drm] No driver support for vblank timestamp query.
  4142. 4142 [ 7.735121] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_platform_driver_exit [sun8i_mixer])
  4143. 4143 [ 7.735494] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
  4144. 4144 [ 7.735512] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_platform_driver_exit [sun4i_tcon])
  4145. 4145 [ 7.764481] zram1: detected capacity change from 0 to 131080192
  4146. 4146 [ 7.879436] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
  4147. 4147 [ 7.880071] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
  4148. 4148 [ 7.880489] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops [sun8i_dw_hdmi])
  4149. 4149 [ 7.912295] Adding 128004k swap on /dev/zram1. Priority:5 extents:1 across:128004k SSFS
  4150. 4150 [ 7.924969] zram2: detected capacity change from 0 to 131080192
  4151. 4151 [ 7.991291] Adding 128004k swap on /dev/zram2. Priority:5 extents:1 across:128004k SSFS
  4152. 4152 [ 7.993627] zram3: detected capacity change from 0 to 131080192
  4153. 4153 [ 8.035868] Adding 128004k swap on /dev/zram3. Priority:5 extents:1 across:128004k SSFS
  4154. 4154 [ 8.042835] zram4: detected capacity change from 0 to 131080192
  4155. 4155 [ 8.083789] Adding 128004k swap on /dev/zram4. Priority:5 extents:1 across:128004k SSFS
  4156. 4156 [ 8.127560] zram0: detected capacity change from 0 to 52428800
  4157. 4157 [ 8.144455] random: crng init done
  4158. 4158 [ 8.144464] random: 7 urandom warning(s) missed due to ratelimiting
  4159. 4159 [ 8.369690] EXT4-fs (zram0): mounted filesystem without journal. Opts: (null)
  4160. 4160 [ 8.572761] Console: switching to colour frame buffer device 128x48
  4161. 4161 [ 8.589372] sun4i-drm display-engine: fb0: frame buffer device
  4162. 4162 [ 8.591549] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  4163. 4163 [ 8.603918] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  4164. 4164 [ 8.639297] thermal thermal_zone0: failed to read out thermal zone (-110)
  4165. 4165 [ 8.662698] lirc_dev: IR Remote Control driver registered, major 243
  4166. 4166 [ 8.670754] IR LIRC bridge handler initialized
  4167. 4167 [ 8.672525] Registered IR keymap rc-empty
  4168. 4168 [ 8.672667] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
  4169. 4169 [ 8.672809] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input3
  4170. 4170 [ 8.675210] rc rc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0
  4171. 4171 [ 8.675411] sunxi-ir 1f02000.ir: initialized sunXi IR driver
  4172. 4172 [ 8.695301] Registered IR keymap rc-cec
  4173. 4173 [ 8.695533] rc rc1: RC for dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc1
  4174. 4174 [ 8.695734] input: RC for dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc1/input4
  4175. 4175 [ 8.730945] asoc-simple-card sound: i2s-hifi <-> 1c22800.i2s mapping ok
  4176. 4176 [ 9.663310] thermal thermal_zone0: failed to read out thermal zone (-110)
  4177. 4177 [ 10.549452] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL)
  4178. 4178 [ 10.556174] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  4179. 4179 [ 10.556187] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  4180. 4180 [ 10.556510] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  4181. 4181 [ 18.102174] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  4182. 4182 [ 18.123109] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  4183. 4183 [ 19.345678] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  4184. 4184 [ 20.606087] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  4185. 4185 [ 23.714429] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  4186. 4186 [ 3254.278185] usb 4-1: new high-speed USB device number 2 using ehci-platform
  4187. 4187 [ 3254.407052] usb 4-1: New USB device found, idVendor=0781, idProduct=5571
  4188. 4188 [ 3254.407061] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  4189. 4189 [ 3254.407065] usb 4-1: Product: Cruzer Fit
  4190. 4190 [ 3254.407070] usb 4-1: Manufacturer: SanDisk
  4191. 4191 [ 3254.407075] usb 4-1: SerialNumber: 4C530001170611121554
  4192. 4192 [ 3254.407852] usb-storage 4-1:1.0: USB Mass Storage device detected
  4193. 4193 [ 3254.412548] scsi host0: usb-storage 4-1:1.0
  4194. 4194 [ 3255.275608] usbcore: registered new interface driver uas
  4195. 4195 [ 3255.421808] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Fit 1.00 PQ: 0 ANSI: 6
  4196. 4196 [ 3255.424674] sd 0:0:0:0: Attached scsi generic sg0 type 0
  4197. 4197 [ 3255.427306] sd 0:0:0:0: [sda] 30842880 512-byte logical blocks: (15.8 GB/14.7 GiB)
  4198. 4198 [ 3255.430443] sd 0:0:0:0: [sda] Write Protect is off
  4199. 4199 [ 3255.430455] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  4200. 4200 [ 3255.432036] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  4201. 4201 [ 3255.446981] sda: sda1
  4202. 4202 [ 3255.454774] sd 0:0:0:0: [sda] Attached SCSI removable disk
  4203. 4203 [ 3260.042030] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  4204. 4204
  4205. 4205 ### interrupts:
  4206. 4206 CPU0 CPU1 CPU2 CPU3
  4207. 4207 17: 0 0 0 0 GICv2 50 Level /soc/timer@01c20c00
  4208. 4208 18: 0 0 0 0 GICv2 29 Level arch_timer
  4209. 4209 19: 216447 230983 193451 267075 GICv2 30 Level arch_timer
  4210. 4210 22: 0 0 0 0 GICv2 120 Level 1ee0000.hdmi, dw-hdmi-cec
  4211. 4211 23: 764 0 0 0 GICv2 82 Level 1c02000.dma-controller
  4212. 4212 24: 5549 0 0 0 GICv2 118 Level 1c0c000.lcd-controller
  4213. 4213 25: 3074930 0 0 0 GICv2 92 Level sunxi-mmc
  4214. 4214 26: 628069 0 0 0 GICv2 93 Level sunxi-mmc
  4215. 4215 27: 1252 0 0 0 GICv2 94 Level sunxi-mmc
  4216. 4216 28: 0 0 0 0 GICv2 103 Level musb-hdrc.1.auto
  4217. 4217 29: 0 0 0 0 GICv2 104 Level ehci_hcd:usb1
  4218. 4218 30: 0 0 0 0 GICv2 105 Level ohci_hcd:usb2
  4219. 4219 31: 2 0 0 0 GICv2 106 Level ehci_hcd:usb3
  4220. 4220 32: 11088 0 0 0 GICv2 107 Level ohci_hcd:usb6
  4221. 4221 33: 0 0 1119 0 GICv2 108 Level ehci_hcd:usb4
  4222. 4222 34: 0 0 0 0 GICv2 109 Level ohci_hcd:usb7
  4223. 4223 35: 2 0 0 0 GICv2 110 Level ehci_hcd:usb5
  4224. 4224 36: 772 0 0 0 GICv2 111 Level ohci_hcd:usb8
  4225. 4225 40: 0 0 0 0 GICv2 114 Level eth0
  4226. 4226 44: 456 0 0 0 GICv2 32 Level ttyS0
  4227. 4227 45: 0 0 0 0 GICv2 72 Level 1f00000.rtc
  4228. 4228 47: 0 0 0 0 GICv2 69 Level sunxi-ir
  4229. 4229 48: 15634 0 0 0 GICv2 76 Level mv64xxx_i2c
  4230. 4230 101: 1 0 0 0 sunxi_pio_edge 44 Edge usb0-id-det
  4231. 4231 IPI0: 0 0 0 0 CPU wakeup interrupts
  4232. 4232 IPI1: 0 0 0 0 Timer broadcast interrupts
  4233. 4233 IPI2: 98138 576137 494502 333667 Rescheduling interrupts
  4234. 4234 IPI3: 28 10 13 12 Function call interrupts
  4235. 4235 IPI4: 0 0 0 0 CPU stop interrupts
  4236. 4236 IPI5: 10696 695 669 890 IRQ work interrupts
  4237. 4237 IPI6: 0 0 0 0 completion interrupts
  4238. 4238 Err: 0
  4239. 4239
  4240. 4240 ### /tmp/armbianmonitor_checks_mmcblk0p1_ext4
  4241. 4241
  4242. 4242 Free space: 24.81 GB
  4243. 4243 Creating file 1.h2w ... OK!
  4244. 4244 Creating file 2.h2w ... OK!
  4245. 4245 Creating file 3.h2w ...
  4246.  
  4247. Please upload the whole output above to an online pasteboard service
  4248. and provide the URL in the forum where you have been asked for this.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement