Advertisement
Guest User

Untitled

a guest
Oct 1st, 2018
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.10 KB | None | 0 0
  1.  
  2. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  3. [ 0.000000] Hierarchical RCU implementation.
  4. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  5. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  6. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  7. [ 0.000000] GIC: Using split EOI/Deactivate mode
  8. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  9. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  10. [ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  11. [ 0.000145] Console: colour dummy device 80x25
  12. [ 0.000161] console [tty1] enabled
  13. [ 0.000221] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  14. [ 0.000231] pid_max: default: 32768 minimum: 301
  15. [ 0.000333] Security Framework initialized
  16. [ 0.000342] AppArmor: AppArmor disabled by boot time parameter
  17. [ 0.000690] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
  18. [ 0.000862] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
  19. [ 0.000890] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
  20. [ 0.000943] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
  21. [ 0.002270] ASID allocator initialised with 32768 entries
  22. [ 0.002346] Hierarchical SRCU implementation.
  23. [ 0.002812] smp: Bringing up secondary CPUs ...
  24. [ 0.004052] Detected VIPT I-cache on CPU1
  25. [ 0.004104] CPU1: Booted secondary processor [410fd034]
  26. [ 0.004955] Detected VIPT I-cache on CPU2
  27. [ 0.004985] CPU2: Booted secondary processor [410fd034]
  28. [ 0.005822] Detected VIPT I-cache on CPU3
  29. [ 0.005850] CPU3: Booted secondary processor [410fd034]
  30. [ 0.005915] smp: Brought up 1 node, 4 CPUs
  31. [ 0.005919] SMP: Total of 4 processors activated.
  32. [ 0.005925] CPU features: detected feature: 32-bit EL0 Support
  33. [ 0.005929] CPU features: detected feature: Kernel page table isolation (KPTI)
  34. [ 0.009324] CPU: All CPU(s) started at EL2
  35. [ 0.009340] alternatives: patching kernel code
  36. [ 0.010263] devtmpfs: initialized
  37. [ 0.016051] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  38. [ 0.016104] futex hash table entries: 1024 (order: 5, 131072 bytes)
  39. [ 0.020566] xor: measuring software checksum speed
  40. [ 0.030045] 8regs : 1568.000 MB/sec
  41. [ 0.040082] 8regs_prefetch: 1396.000 MB/sec
  42. [ 0.050127] 32regs : 1924.000 MB/sec
  43. [ 0.060171] 32regs_prefetch: 1620.000 MB/sec
  44. [ 0.060175] xor: using function: 32regs (1924.000 MB/sec)
  45. [ 0.060187] pinctrl core: initialized pinctrl subsystem
  46. [ 0.060975] NET: Registered protocol family 16
  47. [ 0.062019] cpuidle: using governor menu
  48. [ 0.062778] vdso: 2 pages (1 code @ ffff000008996000, 1 data @ ffff000008c64000)
  49. [ 0.062792] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  50. [ 0.063985] DMA: preallocated 256 KiB pool for atomic allocations
  51. [ 0.064072] Serial: AMBA PL011 UART driver
  52. [ 0.074216] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  53. [ 0.091387] raid6: int64x1 gen() 296 MB/s
  54. [ 0.108526] raid6: int64x1 xor() 298 MB/s
  55. [ 0.125693] raid6: int64x2 gen() 464 MB/s
  56. [ 0.142701] raid6: int64x2 xor() 408 MB/s
  57. [ 0.159784] raid6: int64x4 gen() 707 MB/s
  58. [ 0.176917] raid6: int64x4 xor() 519 MB/s
  59. [ 0.194001] raid6: int64x8 gen() 667 MB/s
  60. [ 0.211082] raid6: int64x8 xor() 509 MB/s
  61. [ 0.228224] raid6: neonx1 gen() 496 MB/s
  62. [ 0.245288] raid6: neonx1 xor() 578 MB/s
  63. [ 0.262401] raid6: neonx2 gen() 792 MB/s
  64. [ 0.279486] raid6: neonx2 xor() 818 MB/s
  65. [ 0.296591] raid6: neonx4 gen() 1027 MB/s
  66. [ 0.313652] raid6: neonx4 xor() 978 MB/s
  67. [ 0.330761] raid6: neonx8 gen() 1121 MB/s
  68. [ 0.347860] raid6: neonx8 xor() 1039 MB/s
  69. [ 0.347863] raid6: using algorithm neonx8 gen() 1121 MB/s
  70. [ 0.347866] raid6: .... xor() 1039 MB/s, rmw enabled
  71. [ 0.347870] raid6: using neon recovery algorithm
  72. [ 0.348978] SCSI subsystem initialized
  73. [ 0.349156] usbcore: registered new interface driver usbfs
  74. [ 0.349195] usbcore: registered new interface driver hub
  75. [ 0.349258] usbcore: registered new device driver usb
  76. [ 0.349443] pps_core: LinuxPPS API ver. 1 registered
  77. [ 0.349446] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  78. [ 0.349459] PTP clock support registered
  79. [ 0.349749] Advanced Linux Sound Architecture Driver Initialized.
  80. [ 0.350560] clocksource: Switched to clocksource arch_sys_counter
  81. [ 0.350696] VFS: Disk quotas dquot_6.6.0
  82. [ 0.350748] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  83. [ 0.357303] NET: Registered protocol family 2
  84. [ 0.357835] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  85. [ 0.357894] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
  86. [ 0.357982] TCP: Hash tables configured (established 4096 bind 4096)
  87. [ 0.358090] UDP hash table entries: 256 (order: 1, 8192 bytes)
  88. [ 0.358112] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  89. [ 0.358285] NET: Registered protocol family 1
  90. [ 0.358669] RPC: Registered named UNIX socket transport module.
  91. [ 0.358672] RPC: Registered udp transport module.
  92. [ 0.358674] RPC: Registered tcp transport module.
  93. [ 0.358676] RPC: Registered tcp NFSv4.1 backchannel transport module.
  94. [ 0.358878] Unpacking initramfs...
  95. [ 0.648122] Freeing initrd memory: 4804K
  96. [ 0.653165] audit: initializing netlink subsys (disabled)
  97. [ 0.653297] audit: type=2000 audit(0.648:1): state=initialized audit_enabled=0 res=1
  98. [ 0.653564] workingset: timestamp_bits=44 max_order=17 bucket_order=0
  99. [ 0.658787] zbud: loaded
  100. [ 0.660587] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  101. [ 0.661220] NFS: Registering the id_resolver key type
  102. [ 0.661250] Key type id_resolver registered
  103. [ 0.661253] Key type id_legacy registered
  104. [ 0.661263] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  105. [ 0.661267] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  106. [ 0.662120] 9p: Installing v9fs 9p2000 file system support
  107. [ 0.667505] NET: Registered protocol family 38
  108. [ 0.667816] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  109. [ 0.667915] io scheduler noop registered
  110. [ 0.667919] io scheduler deadline registered
  111. [ 0.668127] io scheduler cfq registered (default)
  112. [ 0.668130] io scheduler mq-deadline registered
  113. [ 0.668134] io scheduler kyber registered
  114. [ 0.668178] io scheduler bfq registered
  115. [ 0.668711] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
  116. [ 0.670578] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  117. [ 0.674095] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  118. [ 0.680561] NOHZ: local_softirq_pending 80
  119. [ 0.681100] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  120. [ 0.682284] console [ttyS0] disabled
  121. [ 0.702423] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 21, base_baud = 1500000) is a U6_16550A
  122. [ 0.702475] console [ttyS0] enabled
  123. [ 0.703353] cacheinfo: Unable to detect cache hierarchy for CPU 0
  124. [ 0.707871] loop: module loaded
  125. [ 0.708544] libphy: Fixed MDIO Bus: probed
  126. [ 0.709318] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  127. [ 0.709843] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  128. [ 0.709847] ehci-platform: EHCI generic platform driver
  129. [ 0.709996] ehci-platform 1c1a000.usb: EHCI Host Controller
  130. [ 0.710018] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  131. [ 0.710502] ehci-platform 1c1a000.usb: irq 10, io mem 0x01c1a000
  132. [ 0.716581] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  133. [ 0.716835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  134. [ 0.716843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  135. [ 0.716848] usb usb1: Product: EHCI Host Controller
  136. [ 0.716854] usb usb1: Manufacturer: Linux 4.14.65-sunxi64 ehci_hcd
  137. [ 0.716859] usb usb1: SerialNumber: 1c1a000.usb
  138. [ 0.717365] hub 1-0:1.0: USB hub found
  139. [ 0.717401] hub 1-0:1.0: 1 port detected
  140. [ 0.717906] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  141. [ 0.717931] ohci-platform: OHCI generic platform driver
  142. [ 0.718093] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  143. [ 0.718111] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  144. [ 0.718310] ohci-platform 1c1a400.usb: irq 11, io mem 0x01c1a400
  145. [ 0.773777] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  146. [ 0.773784] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  147. [ 0.773790] usb usb2: Product: Generic Platform OHCI controller
  148. [ 0.773795] usb usb2: Manufacturer: Linux 4.14.65-sunxi64 ohci_hcd
  149. [ 0.773800] usb usb2: SerialNumber: 1c1a400.usb
  150. [ 0.774212] hub 2-0:1.0: USB hub found
  151. [ 0.774247] hub 2-0:1.0: 1 port detected
  152. [ 0.774811] usbcore: registered new interface driver usb-storage
  153. [ 0.775076] mousedev: PS/2 mouse device common for all mice
  154. [ 0.775480] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  155. [ 0.775485] sun6i-rtc 1f00000.rtc: RTC enabled
  156. [ 0.775540] i2c /dev entries driver
  157. [ 0.776080] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  158. [ 0.776991] core: _opp_supported_by_regulators: OPP minuV: 1120000 maxuV: 1300000, not supported by regulator
  159. [ 0.776999] cpu cpu0: _opp_add: OPP not supported by regulators (912000000)
  160. [ 0.777077] core: _opp_supported_by_regulators: OPP minuV: 1160000 maxuV: 1300000, not supported by regulator
  161. [ 0.777084] cpu cpu0: _opp_add: OPP not supported by regulators (960000000)
  162. [ 0.777134] core: _opp_supported_by_regulators: OPP minuV: 1200000 maxuV: 1300000, not supported by regulator
  163. [ 0.777140] cpu cpu0: _opp_add: OPP not supported by regulators (1008000000)
  164. [ 0.777218] core: _opp_supported_by_regulators: OPP minuV: 1240000 maxuV: 1300000, not supported by regulator
  165. [ 0.777224] cpu cpu0: _opp_add: OPP not supported by regulators (1056000000)
  166. [ 0.777274] core: _opp_supported_by_regulators: OPP minuV: 1260000 maxuV: 1300000, not supported by regulator
  167. [ 0.777280] cpu cpu0: _opp_add: OPP not supported by regulators (1104000000)
  168. [ 0.777357] core: _opp_supported_by_regulators: OPP minuV: 1300000 maxuV: 1300000, not supported by regulator
  169. [ 0.777363] cpu cpu0: _opp_add: OPP not supported by regulators (1152000000)
  170. [ 0.777627] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-22
  171. [ 0.777869] sdhci: Secure Digital Host Controller Interface driver
  172. [ 0.777871] sdhci: Copyright(c) Pierre Ossman
  173. [ 0.777898] Synopsys Designware Multimedia Card Interface Driver
  174. [ 0.779060] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  175. [ 0.802902] sunxi-mmc 1c0f000.mmc: base:0xffff000008e2d000 irq:7
  176. [ 0.827619] sunxi-mmc 1c10000.mmc: base:0xffff000008e3d000 irq:8
  177. [ 0.827938] sdhci-pltfm: SDHCI platform and OF driver helper
  178. [ 0.829076] ledtrig-cpu: registered to indicate activity on CPUs
  179. [ 0.829440] hidraw: raw HID events driver (C) Jiri Kosina
  180. [ 0.829657] usbcore: registered new interface driver usbhid
  181. [ 0.829662] usbhid: USB HID core driver
  182. [ 0.830295] ip_tables: (C) 2000-2006 Netfilter Core Team
  183. [ 0.831159] NET: Registered protocol family 10
  184. [ 0.850867] Segment Routing with IPv6
  185. [ 0.850965] NET: Registered protocol family 17
  186. [ 0.851043] 8021q: 802.1Q VLAN Support v1.8
  187. [ 0.851099] 9pnet: Installing 9P2000 support
  188. [ 0.851196] Key type dns_resolver registered
  189. [ 0.852059] registered taskstats version 1
  190. [ 0.852157] zswap: loaded using pool lzo/zbud
  191. [ 0.853703] Btrfs loaded, crc32c=crc32c-arm64-ce
  192. [ 0.860500] Key type encrypted registered
  193. [ 0.862337] mmc0: host does not support reading read-only switch, assuming write-enable
  194. [ 0.862561] NOHZ: local_softirq_pending 80
  195. [ 0.866034] mmc0: new high speed SDHC card at address 0007
  196. [ 0.866770] mmcblk0: mmc0:0007 SL16G 14.5 GiB
  197. [ 0.868060] mmcblk0: p1
  198. [ 0.868662] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  199. [ 0.872209] mmc1: new high speed SDIO card at address 0001
  200. [ 0.972688] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  201. [ 0.972700] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  202. [ 0.972710] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  203. [ 0.972720] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  204. [ 0.972731] dwmac-sun8i 1c30000.ethernet: COE Type 2
  205. [ 0.972740] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  206. [ 0.972904] libphy: stmmac: probed
  207. [ 0.973916] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
  208. [ 0.974043] libphy: mdio_mux: probed
  209. [ 0.974072] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
  210. [ 0.974084] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
  211. [ 0.979792] libphy: mdio_mux: probed
  212. [ 0.979833] dwmac-sun8i 1c30000.ethernet: Switch mux to external PHY
  213. [ 0.986931] NOHZ: local_softirq_pending 80
  214. [ 0.988849] NOHZ: local_softirq_pending 80
  215. [ 0.989828] NOHZ: local_softirq_pending 80
  216. [ 1.004032] ehci-platform 1c1b000.usb: EHCI Host Controller
  217. [ 1.004059] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
  218. [ 1.005059] NOHZ: local_softirq_pending 80
  219. [ 1.006250] ehci-platform 1c1b000.usb: irq 12, io mem 0x01c1b000
  220. [ 1.012577] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  221. [ 1.012766] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  222. [ 1.012773] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  223. [ 1.012779] usb usb3: Product: EHCI Host Controller
  224. [ 1.012784] usb usb3: Manufacturer: Linux 4.14.65-sunxi64 ehci_hcd
  225. [ 1.012789] usb usb3: SerialNumber: 1c1b000.usb
  226. [ 1.013271] hub 3-0:1.0: USB hub found
  227. [ 1.013302] hub 3-0:1.0: 1 port detected
  228. [ 1.013947] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  229. [ 1.013970] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
  230. [ 1.014153] ohci-platform 1c1b400.usb: irq 13, io mem 0x01c1b400
  231. [ 1.069945] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
  232. [ 1.069959] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  233. [ 1.069970] usb usb4: Product: Generic Platform OHCI controller
  234. [ 1.069981] usb usb4: Manufacturer: Linux 4.14.65-sunxi64 ohci_hcd
  235. [ 1.069991] usb usb4: SerialNumber: 1c1b400.usb
  236. [ 1.070755] hub 4-0:1.0: USB hub found
  237. [ 1.070818] hub 4-0:1.0: 1 port detected
  238. [ 1.071908] of_cfs_init
  239. [ 1.072043] of_cfs_init: OK
  240. [ 1.072268] vdd-cpux-dummy: disabling
  241. [ 1.072279] usb0-vbus: disabling
  242. [ 1.072284] ALSA device list:
  243. [ 1.072289] No soundcards found.
  244. [ 1.073333] Freeing unused kernel memory: 512K
  245. [ 1.124274] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  246. [ 1.124745] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  247. [ 1.124798] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  248. [ 1.265962] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
  249. [ 1.817957] random: fast init done
  250. [ 2.152330] random: crng init done
  251. [ 2.152341] random: 7 urandom warning(s) missed due to ratelimiting
  252. [ 9.977998] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  253. [ 10.582938] systemd[1]: System time before build time, advancing clock.
  254. [ 10.597576] NOHZ: local_softirq_pending 80
  255. [ 10.629612] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +)
  256. [ 10.630037] systemd[1]: Detected architecture arm64.
  257. [ 10.640829] systemd[1]: Set hostname to <orangepizeroplus>.
  258. [ 10.714583] NOHZ: local_softirq_pending 80
  259. [ 10.743075] NOHZ: local_softirq_pending 80
  260. [ 11.046996] systemd[1]: Listening on Syslog Socket.
  261. [ 11.056339] systemd[1]: Reached target Swap.
  262. [ 11.061121] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  263. [ 11.070823] systemd[1]: Listening on Journal Socket (/dev/log).
  264. [ 11.077779] systemd[1]: Reached target Remote File Systems.
  265. [ 11.087441] systemd[1]: Created slice System Slice.
  266. [ 11.097572] NOHZ: local_softirq_pending 80
  267. [ 11.098006] systemd[1]: Mounting Huge Pages File System...
  268. [ 11.340617] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  269. [ 11.473725] 29
  270. [ 11.473733] 81
  271. [ 11.473738] 03
  272. [ 11.473740] CC
  273. [ 11.473742] 00
  274. [ 11.473745] 00
  275. [ 11.473747] 50
  276. [ 11.473749] 00
  277. [ 11.473752] 00
  278. [ 11.473754] 00
  279. [ 11.473756] 04
  280. [ 11.473758] CC
  281. [ 11.473760] 0A
  282. [ 11.473762] 0C
  283. [ 11.473765] 00
  284. [ 11.473769] 00
  285. [ 11.473770] FF
  286. [ 11.473772] FF
  287. [ 11.473775] FF
  288. [ 11.473777] FF
  289. [ 11.473779] FF
  290. [ 11.473781] FF
  291. [ 11.473783] FF
  292. [ 11.473785] FF
  293. [ 11.473788] FF
  294. [ 11.473790] FF
  295. [ 11.473792] FF
  296. [ 11.473794] FF
  297. [ 11.473796] FF
  298. [ 11.473798] FF
  299. [ 11.473800] FF
  300. [ 11.473803] FF
  301. [ 11.473804] FF
  302. [ 11.473807] FF
  303. [ 11.473809] FF
  304. [ 11.473812] FF
  305. [ 11.473814] FF
  306. [ 11.473816] FF
  307. [ 11.473818] FF
  308. [ 11.473820] FF
  309. [ 11.473823] FF
  310. [ 11.473825] FF
  311. [ 11.473827] FF
  312. [ 11.473829] FF
  313. [ 11.473831] FF
  314. [ 11.473833] FF
  315. [ 11.473836] FF
  316. [ 11.473838] FF
  317. [ 11.473840] FF
  318. [ 11.473842] FF
  319. [ 11.473844] FF
  320. [ 11.473846] FF
  321. [ 11.473848] FF
  322. [ 11.473850] FF
  323. [ 11.473852] FF
  324. [ 11.473854] FF
  325. [ 11.473857] FF
  326. [ 11.473859] FF
  327. [ 11.473861] FF
  328. [ 11.473863] FF
  329. [ 11.473865] FF
  330. [ 11.473867] FF
  331. [ 11.473869] FF
  332. [ 11.473872] FF
  333. [ 11.473873] FF
  334. [ 11.473875] FF
  335. [ 11.473878] FF
  336. [ 11.473880] FF
  337. [ 11.473882] FF
  338. [ 11.473884] FF
  339. [ 11.473887] FF
  340. [ 11.473889] FF
  341. [ 11.473891] FF
  342. [ 11.473893] FF
  343. [ 11.473895] FF
  344. [ 11.473898] FF
  345. [ 11.473901] FF
  346. [ 11.473903] FF
  347. [ 11.473906] FF
  348. [ 11.473908] FF
  349. [ 11.473910] FF
  350. [ 11.473912] FF
  351. [ 11.473914] FF
  352. [ 11.473916] FF
  353. [ 11.473918] FF
  354. [ 11.473920] FF
  355. [ 11.473922] FF
  356. [ 11.473925] FF
  357. [ 11.473927] FF
  358. [ 11.473929] FF
  359. [ 11.473931] FF
  360. [ 11.473933] FF
  361. [ 11.473935] FF
  362. [ 11.473937] FF
  363. [ 11.473940] FF
  364. [ 11.473942] FF
  365. [ 11.473944] FF
  366. [ 11.473946] FF
  367. [ 11.473948] FF
  368. [ 11.473951] FF
  369. [ 11.473953] FF
  370. [ 11.473955] FF
  371. [ 11.473957] FF
  372. [ 11.473959] FF
  373. [ 11.473961] FF
  374. [ 11.473963] FF
  375. [ 11.473965] FF
  376. [ 11.473968] FF
  377. [ 11.473970] FF
  378. [ 11.473972] FF
  379. [ 11.473974] FF
  380. [ 11.473976] FF
  381. [ 11.473978] FF
  382. [ 11.473980] FF
  383. [ 11.473982] FF
  384. [ 11.473984] FF
  385. [ 11.473986] FF
  386. [ 11.473989] FF
  387. [ 11.473991] FF
  388. [ 11.473993] FF
  389. [ 11.473995] FF
  390. [ 11.473997] FF
  391. [ 11.473999] FF
  392. [ 11.474001] FF
  393. [ 11.474003] FF
  394. [ 11.474006] FF
  395. [ 11.474008] FF
  396. [ 11.474010] FF
  397. [ 11.474012] FF
  398. [ 11.474014] FF
  399. [ 11.474016] FF
  400. [ 11.474019] FF
  401. [ 11.474021] FF
  402. [ 11.474023] FF
  403. [ 11.474025] FF
  404. [ 11.474027] FF
  405. [ 11.474029] FF
  406. [ 11.474031] FF
  407. [ 11.474033] FF
  408. [ 11.474036] FF
  409. [ 11.474038] FF
  410. [ 11.474040] FF
  411. [ 11.474042] FF
  412. [ 11.474044] FF
  413. [ 11.474046] FF
  414. [ 11.474048] FF
  415. [ 11.474050] FF
  416. [ 11.474052] FF
  417. [ 11.474055] FF
  418. [ 11.474057] FF
  419. [ 11.474059] FF
  420. [ 11.474061] FF
  421. [ 11.474063] FF
  422. [ 11.474065] FF
  423. [ 11.474067] FF
  424. [ 11.474070] FF
  425. [ 11.474072] FF
  426. [ 11.474074] FF
  427. [ 11.474076] FF
  428. [ 11.474078] FF
  429. [ 11.474080] FF
  430. [ 11.474082] FF
  431. [ 11.474084] FF
  432. [ 11.474086] FF
  433. [ 11.474088] FF
  434. [ 11.474091] FF
  435. [ 11.474093] FF
  436. [ 11.474095] FF
  437. [ 11.474097] FF
  438. [ 11.474099] FF
  439. [ 11.474101] FF
  440. [ 11.474104] FF
  441. [ 11.474106] FF
  442. [ 11.474108] FF
  443. [ 11.474110] FF
  444. [ 11.474112] FF
  445. [ 11.474124] FF
  446. [ 11.474126] FF
  447. [ 11.474129] FF
  448. [ 11.474131] FF
  449. [ 11.474133] FF
  450. [ 11.474135] FF
  451. [ 11.474137] FF
  452. [ 11.474139] FF
  453. [ 11.474142] FF
  454. [ 11.474144] FF
  455. [ 11.474146] FF
  456. [ 11.474148] FF
  457. [ 11.474150] FF
  458. [ 11.474152] FF
  459. [ 11.474154] FF
  460. [ 11.474157] FF
  461. [ 11.474158] FF
  462. [ 11.474160] FF
  463. [ 11.474163] FF
  464. [ 11.474165] FF
  465. [ 11.474167] FF
  466. [ 11.474169] FF
  467. [ 11.474171] FF
  468. [ 11.474173] FF
  469. [ 11.474176] FF
  470. [ 11.474178] FF
  471. [ 11.474180] FF
  472. [ 11.474182] FF
  473. [ 11.474184] FF
  474. [ 11.474186] FF
  475. [ 11.474189] FF
  476. [ 11.474191] FF
  477. [ 11.474193] FF
  478. [ 11.474195] FF
  479. [ 11.474197] FF
  480. [ 11.474199] FF
  481. [ 11.474202] FF
  482. [ 11.474204] FF
  483. [ 11.474206] FF
  484. [ 11.474208] FF
  485. [ 11.474210] FF
  486. [ 11.474212] FF
  487. [ 11.474214] FF
  488. [ 11.474217] FF
  489. [ 11.474219] FF
  490. [ 11.474221] FF
  491. [ 11.474224] FF
  492. [ 11.474226] FF
  493. [ 11.474228] FF
  494. [ 11.474230] FF
  495. [ 11.474232] FF
  496. [ 11.474234] FF
  497. [ 11.474236] FF
  498. [ 11.474238] FF
  499. [ 11.474241] FF
  500. [ 11.474243] FF
  501. [ 11.474245] FF
  502. [ 11.474247] FF
  503. [ 11.474249] FF
  504. [ 11.474251] FF
  505. [ 11.474253] FF
  506. [ 11.474255] FF
  507. [ 11.474258] FF
  508. [ 11.474260] FF
  509. [ 11.474262] FF
  510. [ 11.474264] FF
  511. [ 11.474266] FF
  512. [ 11.474268] FF
  513. [ 11.474270] FF
  514. [ 11.474272] FF
  515. [ 11.474274] FF
  516. [ 11.474276] FF
  517. [ 11.474278] FF
  518. [ 11.474281] FF
  519. [ 11.474283] FF
  520. [ 11.474285] FF
  521. [ 11.474287] FF
  522. [ 11.474289] FF
  523. [ 11.474292] FF
  524. [ 11.474294] FF
  525. [ 11.474296] FF
  526. [ 11.474298] FF
  527. [ 11.474300] FF
  528. [ 11.474302] FF
  529. [ 11.474304] FF
  530. [ 11.474306] FF
  531. [ 11.474309] FF
  532. [ 11.474311] FF
  533. [ 11.474313] FF
  534. [ 11.474315] FF
  535. [ 11.474317] FF
  536. [ 11.474319] FF
  537. [ 11.474321] FF
  538. [ 11.474323] FF
  539. [ 11.474326] FF
  540. [ 11.474328] FF
  541. [ 11.474330] FF
  542. [ 11.474332] FF
  543. [ 11.474334] FF
  544. [ 11.474336] FF
  545. [ 11.474338] FF
  546. [ 11.474340] FF
  547. [ 11.474342] FF
  548. [ 11.474344] FF
  549. [ 11.474347] FF
  550. [ 11.474349] FF
  551. [ 11.474351] FF
  552. [ 11.474353] FF
  553. [ 11.474355] FF
  554. [ 11.474357] FF
  555. [ 11.474360] FF
  556. [ 11.474362] FF
  557. [ 11.474364] FF
  558. [ 11.474366] FF
  559. [ 11.474368] FF
  560. [ 11.474370] FF
  561. [ 11.474372] FF
  562. [ 11.474374] FF
  563. [ 11.474376] FF
  564. [ 11.474378] FF
  565. [ 11.474380] FF
  566. [ 11.474382] FF
  567. [ 11.474385] FF
  568. [ 11.474387] FF
  569. [ 11.474389] FF
  570. [ 11.474391] FF
  571. [ 11.474393] FF
  572. [ 11.474395] FF
  573. [ 11.474397] FF
  574. [ 11.474399] FF
  575. [ 11.474401] FF
  576. [ 11.474403] FF
  577. [ 11.474405] FF
  578. [ 11.474408] FF
  579. [ 11.474410] FF
  580. [ 11.474412] FF
  581. [ 11.474414] FF
  582. [ 11.474416] FF
  583. [ 11.474418] FF
  584. [ 11.474421] FF
  585. [ 11.474423] FF
  586. [ 11.474425] FF
  587. [ 11.474427] FF
  588. [ 11.474429] FF
  589. [ 11.474431] FF
  590. [ 11.474433] FF
  591. [ 11.474435] FF
  592. [ 11.474437] FF
  593. [ 11.474439] FF
  594. [ 11.474441] FF
  595. [ 11.474444] FF
  596. [ 11.474446] FF
  597. [ 11.474448] FF
  598. [ 11.474450] FF
  599. [ 11.474452] FF
  600. [ 11.474454] FF
  601. [ 11.474457] FF
  602. [ 11.474459] FF
  603. [ 11.474461] FF
  604. [ 11.474463] FF
  605. [ 11.474465] FF
  606. [ 11.474467] FF
  607. [ 11.474469] FF
  608. [ 11.474471] FF
  609. [ 11.474473] FF
  610. [ 11.474475] FF
  611. [ 11.474477] FF
  612. [ 11.474480] FF
  613. [ 11.474482] FF
  614. [ 11.474484] FF
  615. [ 11.474486] FF
  616. [ 11.474488] FF
  617. [ 11.474490] FF
  618. [ 11.474492] FF
  619. [ 11.474494] FF
  620. [ 11.474497] FF
  621. [ 11.474498] FF
  622. [ 11.474500] FF
  623. [ 11.474503] FF
  624. [ 11.474505] FF
  625. [ 11.474507] FF
  626. [ 11.474509] FF
  627. [ 11.474511] FF
  628. [ 11.474513] FF
  629. [ 11.474515] FF
  630. [ 11.474517] FF
  631. [ 11.474519] FF
  632. [ 11.474521] FF
  633. [ 11.474524] FF
  634. [ 11.474526] FF
  635. [ 11.474528] FF
  636. [ 11.474530] FF
  637. [ 11.474532] FF
  638. [ 11.474534] FF
  639. [ 11.474536] FF
  640. [ 11.474538] FF
  641. [ 11.474540] FF
  642. [ 11.474542] FF
  643. [ 11.474612] FF
  644. [ 11.474616] FF
  645. [ 11.474618] FF
  646. [ 11.474620] FF
  647. [ 11.474622] FF
  648. [ 11.474624] FF
  649. [ 11.474626] FF
  650. [ 11.474628] FF
  651. [ 11.474631] FF
  652. [ 11.474633] FF
  653. [ 11.474635] FF
  654. [ 11.474637] FF
  655. [ 11.474639] FF
  656. [ 11.474642] FF
  657. [ 11.474644] FF
  658. [ 11.474646] FF
  659. [ 11.474648] FF
  660. [ 11.474650] FF
  661. [ 11.474652] FF
  662. [ 11.474654] FF
  663. [ 11.474656] FF
  664. [ 11.474658] FF
  665. [ 11.474660] FF
  666. [ 11.474663] FF
  667. [ 11.474665] FF
  668. [ 11.474667] FF
  669. [ 11.474669] FF
  670. [ 11.474671] FF
  671. [ 11.474673] FF
  672. [ 11.474675] FF
  673. [ 11.474677] FF
  674. [ 11.474679] FF
  675. [ 11.474681] FF
  676. [ 11.474683] FF
  677. [ 11.474686] FF
  678. [ 11.474688] FF
  679. [ 11.474690] FF
  680. [ 11.474692] FF
  681. [ 11.474694] FF
  682. [ 11.474696] FF
  683. [ 11.474698] FF
  684. [ 11.474701] FF
  685. [ 11.474703] FF
  686. [ 11.474705] FF
  687. [ 11.474707] FF
  688. [ 11.474709] FF
  689. [ 11.474711] FF
  690. [ 11.474713] FF
  691. [ 11.474715] FF
  692. [ 11.474717] FF
  693. [ 11.474719] FF
  694. [ 11.474721] FF
  695. [ 11.474724] FF
  696. [ 11.474726] FF
  697. [ 11.474728] FF
  698. [ 11.474730] FF
  699. [ 11.474732] FF
  700. [ 11.474734] FF
  701. [ 11.474736] FF
  702. [ 11.474738] FF
  703. [ 11.474740] FF
  704. [ 11.474742] FF
  705. [ 11.474744] FF
  706. [ 11.474747] FF
  707. [ 11.474749] FF
  708. [ 11.474751] FF
  709. [ 11.474753] FF
  710. [ 11.474755] FF
  711. [ 11.474757] FF
  712. [ 11.474759] FF
  713. [ 11.474762] FF
  714. [ 11.474764] FF
  715. [ 11.474766] FF
  716. [ 11.474768] FF
  717. [ 11.474770] FF
  718. [ 11.474772] FF
  719. [ 11.474774] FF
  720. [ 11.474776] FF
  721. [ 11.474778] FF
  722. [ 11.474781] FF
  723. [ 11.474783] FF
  724. [ 11.474785] FF
  725. [ 11.474787] FF
  726. [ 11.474789] FF
  727. [ 11.474791] FF
  728. [ 11.474793] FF
  729. [ 11.474795] FF
  730. [ 11.474798] FF
  731. [ 11.474800] FF
  732. [ 11.474802] FF
  733. [ 11.474804] FF
  734. [ 11.474806] FF
  735. [ 11.474808] FF
  736. [ 11.474810] FF
  737. [ 11.474812] FF
  738. [ 11.474815] FF
  739. [ 11.474817] FF
  740. [ 11.474819] FF
  741. [ 11.474821] FF
  742. [ 11.474823] FF
  743. [ 11.474825] FF
  744. [ 11.474827] FF
  745. [ 11.474830] FF
  746. [ 11.474832] FF
  747. [ 11.474834] FF
  748. [ 11.474836] FF
  749. [ 11.474838] FF
  750. [ 11.474840] FF
  751. [ 11.474842] FF
  752. [ 11.474845] FF
  753. [ 11.474847] FF
  754. [ 11.474849] FF
  755. [ 11.474851] FF
  756. [ 11.474853] FF
  757. [ 11.474855] FF
  758. [ 11.474857] FF
  759. [ 11.474859] FF
  760. [ 11.474861] FF
  761. [ 11.474864] FF
  762. [ 11.474866] FF
  763. [ 11.474868] FF
  764. [ 11.474870] FF
  765. [ 11.474872] FF
  766. [ 11.474874] FF
  767. [ 11.474876] FF
  768. [ 11.474878] FF
  769. [ 11.474880] FF
  770. [ 11.474882] FF
  771. [ 11.474884] FF
  772. [ 11.474886] FF
  773. [ 11.474889] FF
  774. [ 11.474891] FF
  775. [ 11.474893] FF
  776. [ 11.474895] FF
  777. [ 11.474897] FF
  778. [ 11.474899] FF
  779. [ 11.474901] FF
  780. [ 11.474904] FF
  781. [ 11.564425] g_serial gadget: Gadget Serial v2.4
  782. [ 11.564435] g_serial gadget: g_serial ready
  783. [ 11.643125] systemd-journald[270]: Received request to flush runtime journal from PID 1
  784. [ 12.100333] zram: Added device: zram0
  785. [ 12.101008] zram: Added device: zram1
  786. [ 12.101659] zram: Added device: zram2
  787. [ 12.102281] zram: Added device: zram3
  788. [ 12.102905] zram: Added device: zram4
  789. [ 12.181284] zram1: detected capacity change from 0 to 63254528
  790. [ 12.303728] Adding 61768k swap on /dev/zram1. Priority:5 extents:1 across:61768k SSFS
  791. [ 12.312169] zram2: detected capacity change from 0 to 63254528
  792. [ 12.342721] Adding 61768k swap on /dev/zram2. Priority:5 extents:1 across:61768k SSFS
  793. [ 12.351748] zram3: detected capacity change from 0 to 63254528
  794. [ 12.375665] thermal thermal_zone0: failed to read out thermal zone (-110)
  795. [ 12.376072] Adding 61768k swap on /dev/zram3. Priority:5 extents:1 across:61768k SSFS
  796. [ 12.381772] zram4: detected capacity change from 0 to 63254528
  797. [ 12.438394] Adding 61768k swap on /dev/zram4. Priority:5 extents:1 across:61768k SSFS
  798. [ 12.520432] zram0: detected capacity change from 0 to 52428800
  799. [ 12.781039] EXT4-fs (zram0): mounted filesystem without journal. Opts: (null)
  800. [ 13.412612] thermal thermal_zone0: failed to read out thermal zone (-110)
  801. [ 14.436607] thermal thermal_zone0: failed to read out thermal zone (-110)
  802. [ 14.794110] RTL8211E Gigabit Ethernet 0.2:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=0.2:01, irq=POLL)
  803. [ 14.796280] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  804. [ 14.796295] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  805. [ 14.796651] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  806. [ 18.917395] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  807. [ 18.917438] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  808. [ 20.977239] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  809. [ 22.196487] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  810. [ 22.907292] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement