Advertisement
Guest User

Fedora 30 kernel 5.1.20

a guest
Aug 9th, 2019
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.35 KB | None | 0 0
  1. [root@OPI-PC2 ~]# dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  3. [ 0.000000] Linux version 5.1.20-300.fc30.aarch64 (mockbuild@buildvm-aarch64-02.arm.fedoraproject.org) (gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)) #1 SMP Fri Jul 26 14:41:41 UTC 2019
  4. [ 0.000000] Machine model: Xunlong Orange Pi PC 2
  5. [ 0.000000] efi: Getting EFI parameters from FDT:
  6. [ 0.000000] efi: EFI v2.70 by Das U-Boot
  7. [ 0.000000] efi: SMBIOS=0x78f1e000 MEMRESERVE=0x78d47040
  8. [ 0.000000] cma: Reserved 64 MiB at 0x0000000079000000
  9. [ 0.000000] NUMA: No NUMA configuration found
  10. [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007fffffff]
  11. [ 0.000000] NUMA: NODE_DATA [mem 0x7fd98780-0x7fda5fff]
  12. [ 0.000000] Zone ranges:
  13. [ 0.000000] DMA32 [mem 0x0000000040000000-0x000000007fffffff]
  14. [ 0.000000] Normal empty
  15. [ 0.000000] Movable zone start for each node
  16. [ 0.000000] Early memory node ranges
  17. [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000078f18fff]
  18. [ 0.000000] node 0: [mem 0x0000000078f19000-0x0000000078f27fff]
  19. [ 0.000000] node 0: [mem 0x0000000078f28000-0x000000007df3ffff]
  20. [ 0.000000] node 0: [mem 0x000000007df40000-0x000000007df4ffff]
  21. [ 0.000000] node 0: [mem 0x000000007df50000-0x000000007fffffff]
  22. [ 0.000000] Zeroed struct page in unavailable ranges: 31 pages
  23. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
  24. [ 0.000000] On node 0 totalpages: 262144
  25. [ 0.000000] DMA32 zone: 4096 pages used for memmap
  26. [ 0.000000] DMA32 zone: 0 pages reserved
  27. [ 0.000000] DMA32 zone: 262144 pages, LIFO batch:63
  28. [ 0.000000] psci: probing for conduit method from DT.
  29. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  30. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  31. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  32. [ 0.000000] psci: SMC Calling Convention v1.1
  33. [ 0.000000] percpu: Embedded 23 pages/cpu s56856 r8192 d29160 u94208
  34. [ 0.000000] pcpu-alloc: s56856 r8192 d29160 u94208 alloc=23*4096
  35. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  36. [ 0.000000] Detected VIPT I-cache on CPU0
  37. [ 0.000000] CPU features: detected: ARM erratum 845719
  38. [ 0.000000] Speculative Store Bypass Disable mitigation not required
  39. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
  40. [ 0.000000] Policy zone: DMA32
  41. [ 0.000000] Kernel command line: BOOT_IMAGE=(hd0,msdos2)/vmlinuz-5.1.20-300.fc30.aarch64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/root
  42. [ 0.000000] Memory: 914932K/1048576K available (11260K kernel code, 2052K rwdata, 4952K rodata, 6080K init, 939K bss, 68108K reserved, 65536K cma-reserved)
  43. [ 0.000000] random: get_random_u64 called from kmem_cache_open+0x38/0x280 with crng_init=0
  44. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  45. [ 0.000000] ftrace: allocating 41503 entries in 163 pages
  46. [ 0.000000] rcu: Hierarchical RCU implementation.
  47. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  48. [ 0.000000] Tasks RCU enabled.
  49. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  50. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  51. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  52. [ 0.000000] GIC: Using split EOI/Deactivate mode
  53. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  54. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  55. [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  56. [ 0.000188] Console: colour dummy device 80x25
  57. [ 0.000639] printk: console [tty0] enabled
  58. [ 0.000795] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  59. [ 0.000822] pid_max: default: 32768 minimum: 301
  60. [ 0.000977] LSM: Security Framework initializing
  61. [ 0.001035] Yama: becoming mindful.
  62. [ 0.001082] SELinux: Initializing.
  63. [ 0.001190] *** VALIDATE SELinux ***
  64. [ 0.002091] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  65. [ 0.002545] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  66. [ 0.002612] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  67. [ 0.002643] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  68. [ 0.003316] *** VALIDATE proc ***
  69. [ 0.003591] *** VALIDATE cgroup1 ***
  70. [ 0.003608] *** VALIDATE cgroup2 ***
  71. [ 0.004588] ASID allocator initialised with 32768 entries
  72. [ 0.004745] rcu: Hierarchical SRCU implementation.
  73. [ 0.007508] Remapping and enabling EFI services.
  74. [ 0.008044] smp: Bringing up secondary CPUs ...
  75. [ 0.009503] Detected VIPT I-cache on CPU1
  76. [ 0.009572] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  77. [ 0.010714] Detected VIPT I-cache on CPU2
  78. [ 0.010756] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  79. [ 0.011705] Detected VIPT I-cache on CPU3
  80. [ 0.011741] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  81. [ 0.011837] smp: Brought up 1 node, 4 CPUs
  82. [ 0.011910] SMP: Total of 4 processors activated.
  83. [ 0.011924] CPU features: detected: 32-bit EL0 Support
  84. [ 0.011939] CPU features: detected: CRC32 instructions
  85. [ 0.015420] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
  86. [ 0.015441] CPU: All CPU(s) started at EL2
  87. [ 0.015474] alternatives: patching kernel code
  88. [ 0.018044] devtmpfs: initialized
  89. [ 0.022769] Registered cp15_barrier emulation handler
  90. [ 0.022802] Registered setend emulation handler
  91. [ 0.023169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  92. [ 0.023262] futex hash table entries: 1024 (order: 4, 65536 bytes)
  93. [ 0.026130] pinctrl core: initialized pinctrl subsystem
  94. [ 0.027255] SMBIOS 3.0 present.
  95. [ 0.027282] DMI: sunxi sunxi/sunxi, BIOS 2019.07 07/13/2019
  96. [ 0.028061] NET: Registered protocol family 16
  97. [ 0.028541] audit: initializing netlink subsys (disabled)
  98. [ 0.028756] audit: type=2000 audit(0.020:1): state=initialized audit_enabled=0 res=1
  99. [ 0.029895] cpuidle: using governor menu
  100. [ 0.030129] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
  101. [ 0.030151] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  102. [ 0.036028] DMA: preallocated 256 KiB pool for atomic allocations
  103. [ 0.036640] Serial: AMBA PL011 UART driver
  104. [ 0.054898] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  105. [ 0.054930] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  106. [ 0.054946] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  107. [ 0.054961] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  108. [ 0.055411] cryptd: max_cpu_qlen set to 1000
  109. [ 0.056623] fbcon: Taking over console
  110. [ 0.056671] ACPI: Interpreter disabled.
  111. [ 0.058087] vgaarb: loaded
  112. [ 0.058695] SCSI subsystem initialized
  113. [ 0.058955] libata version 3.00 loaded.
  114. [ 0.059199] usbcore: registered new interface driver usbfs
  115. [ 0.059252] usbcore: registered new interface driver hub
  116. [ 0.059342] usbcore: registered new device driver usb
  117. [ 0.059638] pps_core: LinuxPPS API ver. 1 registered
  118. [ 0.059652] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  119. [ 0.059692] PTP clock support registered
  120. [ 0.059913] EDAC MC: Ver: 3.0.0
  121. [ 0.060615] Registered efivars operations
  122. [ 0.060766] efivars: get_next_variable: status=8000000000000007
  123. [ 0.061619] NetLabel: Initializing
  124. [ 0.061633] NetLabel: domain hash size = 128
  125. [ 0.061644] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  126. [ 0.061726] NetLabel: unlabeled traffic allowed by default
  127. [ 0.062183] clocksource: Switched to clocksource arch_sys_counter
  128. [ 0.156692] VFS: Disk quotas dquot_6.6.0
  129. [ 0.156794] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  130. [ 0.156926] *** VALIDATE hugetlbfs ***
  131. [ 0.157363] pnp: PnP ACPI: disabled
  132. [ 0.165260] NET: Registered protocol family 2
  133. [ 0.165963] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
  134. [ 0.166041] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  135. [ 0.166200] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  136. [ 0.166363] TCP: Hash tables configured (established 8192 bind 8192)
  137. [ 0.166529] UDP hash table entries: 512 (order: 2, 16384 bytes)
  138. [ 0.166580] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  139. [ 0.166791] NET: Registered protocol family 1
  140. [ 0.166826] NET: Registered protocol family 44
  141. [ 0.166844] PCI: CLS 0 bytes, default 64
  142. [ 0.167077] Unpacking initramfs...
  143. [ 1.817486] Freeing initrd memory: 22956K
  144. [ 1.818385] kvm [1]: IPA Size Limit: 40bits
  145. [ 1.819353] kvm [1]: vgic interrupt IRQ1
  146. [ 1.819508] kvm [1]: Hyp mode initialized successfully
  147. [ 2.177739] Initialise system trusted keyrings
  148. [ 2.177811] Key type blacklist registered
  149. [ 2.178056] workingset: timestamp_bits=37 max_order=18 bucket_order=0
  150. [ 2.185042] zbud: loaded
  151. [ 3.105246] alg: No test for lzo-rle (lzo-rle-generic)
  152. [ 3.110085] alg: No test for lzo-rle (lzo-rle-scomp)
  153. [ 3.115495] alg: No test for 842 (842-generic)
  154. [ 3.120387] alg: No test for 842 (842-scomp)
  155. [ 3.264550] NET: Registered protocol family 38
  156. [ 3.264592] Key type asymmetric registered
  157. [ 3.264605] Asymmetric key parser 'x509' registered
  158. [ 3.264688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
  159. [ 3.264952] io scheduler mq-deadline registered
  160. [ 3.264968] io scheduler kyber registered
  161. [ 3.265280] io scheduler bfq registered
  162. [ 3.265600] atomic64_test: passed
  163. [ 3.269846] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  164. [ 3.273838] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  165. [ 3.284133] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  166. [ 3.291878] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pa not found, using dummy regulator
  167. [ 3.312941] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 27, base_baud = 1500000) is a U6_16550A
  168. [ 4.180907] printk: console [ttyS0] enabled
  169. [ 4.186383] msm_serial: driver initialized
  170. [ 4.192043] cacheinfo: Unable to detect cache hierarchy for CPU 0
  171. [ 4.199413] libphy: Fixed MDIO Bus: probed
  172. [ 4.204004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  173. [ 4.210542] ehci-pci: EHCI PCI platform driver
  174. [ 4.215077] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  175. [ 4.221265] ohci-pci: OHCI PCI platform driver
  176. [ 4.225882] usbcore: registered new interface driver usbserial_generic
  177. [ 4.232445] usbserial: USB Serial support registered for generic
  178. [ 4.238612] mousedev: PS/2 mouse device common for all mice
  179. [ 4.245391] sun6i-rtc 1f00000.rtc: registered as rtc0
  180. [ 4.250451] sun6i-rtc 1f00000.rtc: RTC enabled
  181. [ 4.256125] device-mapper: uevent: version 1.0.3
  182. [ 4.261092] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
  183. [ 4.270317] ledtrig-cpu: registered to indicate activity on CPUs
  184. [ 4.276783] EFI Variables Facility v0.08 2004-May-17
  185. [ 4.281794] efivars: get_next_variable: status=8000000000000007
  186. [ 4.288099] hidraw: raw HID events driver (C) Jiri Kosina
  187. [ 4.293709] usbcore: registered new interface driver usbhid
  188. [ 4.299281] usbhid: USB HID core driver
  189. [ 4.304206] drop_monitor: Initializing network drop monitor service
  190. [ 4.310711] Initializing XFRM netlink socket
  191. [ 4.315657] NET: Registered protocol family 10
  192. [ 4.336837] Segment Routing with IPv6
  193. [ 4.340616] mip6: Mobile IPv6
  194. [ 4.343614] NET: Registered protocol family 17
  195. [ 4.349130] registered taskstats version 1
  196. [ 4.353291] Loading compiled-in X.509 certificates
  197. [ 4.554851] Loaded X.509 cert 'Fedora kernel signing key: d7a10f85f100fcba90b2f06382313252f8a3c7ef'
  198. [ 4.564108] zswap: loaded using pool lzo/zbud
  199. [ 4.587009] Key type big_key registered
  200. [ 4.606308] Key type encrypted registered
  201. [ 4.610379] ima: No TPM chip found, activating TPM-bypass!
  202. [ 4.615948] ima: Allocated hash algorithm: sha256
  203. [ 4.620684] No architecture policies found
  204. [ 4.634861] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator
  205. [ 4.645440] sun8i-h3-r-pinctrl 1f02c00.pinctrl: 1f02c00.pinctrl supply vcc-pl not found, using dummy regulator
  206. [ 4.655834] sun6i-rtc 1f00000.rtc: hctosys: unable to read the hardware clock
  207. [ 4.663255] vcc3v3: disabling
  208. [ 4.666226] gmac-3v3: disabling
  209. [ 4.669367] usb0-vbus: disabling
  210. [ 4.683987] Freeing unused kernel memory: 6080K
  211. [ 4.735200] Checked W+X mappings: passed, no W+X pages found
  212. [ 4.740893] rodata_test: all tests were successful
  213. [ 4.745711] Run /init as init process
  214. [ 4.782997] systemd[1]: System time before build time, advancing clock.
  215. [ 4.798859] efivars: get_next_variable: status=8000000000000007
  216. [ 4.808380] systemd[1]: systemd v241-9.gitb67ecf2.fc30 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
  217. [ 4.832242] systemd[1]: Detected architecture arm64.
  218. [ 4.837223] systemd[1]: Running in initial RAM disk.
  219. [ 4.882382] systemd[1]: Set hostname to <OPI-PC2>.
  220. [ 5.204640] random: systemd: uninitialized urandom read (16 bytes read)
  221. [ 5.211341] systemd[1]: Reached target Slices.
  222. [ 5.242392] random: systemd: uninitialized urandom read (16 bytes read)
  223. [ 5.249577] systemd[1]: Listening on udev Control Socket.
  224. [ 5.282325] random: systemd: uninitialized urandom read (16 bytes read)
  225. [ 5.288992] systemd[1]: Reached target Swap.
  226. [ 5.323030] systemd[1]: Listening on Journal Audit Socket.
  227. [ 5.352646] systemd[1]: Listening on udev Kernel Socket.
  228. [ 5.382330] systemd[1]: Reached target Timers.
  229. [ 5.548443] fuse init (API version 7.29)
  230. [ 6.502969] audit: type=1130 audit(1563655822.710:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  231. [ 6.582577] audit: type=1130 audit(1563655822.790:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  232. [ 6.632476] audit: type=1130 audit(1563655822.840:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  233. [ 6.812506] audit: type=1130 audit(1563655823.020:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  234. [ 7.722631] audit: type=1130 audit(1563655823.930:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  235. [ 8.129659] input: r-gpio-keys as /devices/platform/r-gpio-keys/input/input0
  236. [ 8.172686] audit: type=1130 audit(1563655824.380:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  237. [ 8.230529] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  238. [ 8.241228] ehci-platform: EHCI generic platform driver
  239. [ 8.241665] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator
  240. [ 8.259211] ohci-platform: OHCI generic platform driver
  241. [ 8.260203] ehci-platform 1c1a000.usb: EHCI Host Controller
  242. [ 8.266108] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  243. [ 8.275316] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  244. [ 8.295998] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  245. [ 8.307538] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  246. [ 8.315746] ehci-platform 1c1a000.usb: irq 10, io mem 0x01c1a000
  247. [ 8.323109] ohci-platform 1c1a400.usb: irq 11, io mem 0x01c1a400
  248. [ 8.342311] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
  249. [ 8.352621] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
  250. [ 8.353772] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  251. [ 8.364559] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  252. [ 8.370825] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
  253. [ 8.383702] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  254. [ 8.390944] usb usb1: Product: EHCI Host Controller
  255. [ 8.395910] usb usb1: Manufacturer: Linux 5.1.20-300.fc30.aarch64 ehci_hcd
  256. [ 8.402849] usb usb1: SerialNumber: 1c1a000.usb
  257. [ 8.408416] hub 1-0:1.0: USB hub found
  258. [ 8.412367] hub 1-0:1.0: 1 port detected
  259. [ 8.417304] ehci-platform 1c1b000.usb: EHCI Host Controller
  260. [ 8.417740] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.01
  261. [ 8.424492] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3
  262. [ 8.431239] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  263. [ 8.431246] usb usb2: Product: Generic Platform OHCI controller
  264. [ 8.431256] usb usb2: Manufacturer: Linux 5.1.20-300.fc30.aarch64 ohci_hcd
  265. [ 8.459255] usb usb2: SerialNumber: 1c1a400.usb
  266. [ 8.464769] hub 2-0:1.0: USB hub found
  267. [ 8.468609] hub 2-0:1.0: 1 port detected
  268. [ 8.473624] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 4
  269. [ 8.476172] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  270. [ 8.482016] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
  271. [ 8.485730] mmc0: host does not support reading read-only switch, assuming write-enable
  272. [ 8.490421] mmc0: new high speed SDHC card at address aaaa
  273. [ 8.496414] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  274. [ 8.517200] usb usb3: Product: MUSB HDRC host driver
  275. [ 8.522201] usb usb3: Manufacturer: Linux 5.1.20-300.fc30.aarch64 musb-hcd
  276. [ 8.529090] usb usb3: SerialNumber: musb-hdrc.1.auto
  277. [ 8.538038] hub 3-0:1.0: USB hub found
  278. [ 8.541860] hub 3-0:1.0: 1 port detected
  279. [ 8.551324] ehci-platform 1c1b000.usb: irq 12, io mem 0x01c1b000
  280. [ 8.559332] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 5
  281. [ 8.568928] ohci-platform 1c1b400.usb: irq 13, io mem 0x01c1b400
  282. [ 8.578268] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  283. [ 8.584328] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  284. [ 8.590774] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
  285. [ 8.599259] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  286. [ 8.606565] usb usb4: Product: EHCI Host Controller
  287. [ 8.611457] usb usb4: Manufacturer: Linux 5.1.20-300.fc30.aarch64 ehci_hcd
  288. [ 8.618442] usb usb4: SerialNumber: 1c1b000.usb
  289. [ 8.623938] hub 4-0:1.0: USB hub found
  290. [ 8.633047] hub 4-0:1.0: 1 port detected
  291. [ 8.637883] ehci-platform 1c1c000.usb: EHCI Host Controller
  292. [ 8.647734] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 6
  293. [ 8.647875] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.01
  294. [ 8.663912] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  295. [ 8.671145] usb usb5: Product: Generic Platform OHCI controller
  296. [ 8.677117] usb usb5: Manufacturer: Linux 5.1.20-300.fc30.aarch64 ohci_hcd
  297. [ 8.684064] usb usb5: SerialNumber: 1c1b400.usb
  298. [ 8.685344] hub 5-0:1.0: USB hub found
  299. [ 8.685391] hub 5-0:1.0: 1 port detected
  300. [ 8.686180] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  301. [ 8.686510] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
  302. [ 8.694874] ohci-platform 1c1c400.usb: irq 15, io mem 0x01c1c400
  303. [ 8.707334] ehci-platform 1c1c000.usb: irq 14, io mem 0x01c1c000
  304. [ 8.716203] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148006 (expect 58000)
  305. [ 8.735246] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  306. [ 8.742473] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  307. [ 8.742546] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  308. [ 8.753649] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
  309. [ 8.755934] dwmac-sun8i 1c30000.ethernet: COE Type 2
  310. [ 8.764179] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  311. [ 8.769136] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  312. [ 8.776451] usb usb6: Product: EHCI Host Controller
  313. [ 8.783281] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  314. [ 8.788174] usb usb6: Manufacturer: Linux 5.1.20-300.fc30.aarch64 ehci_hcd
  315. [ 8.793883] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  316. [ 8.806521] usb usb6: SerialNumber: 1c1c000.usb
  317. [ 8.806834] libphy: stmmac: probed
  318. [ 8.814078] hub 6-0:1.0: USB hub found
  319. [ 8.817457] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
  320. [ 8.818461] hub 6-0:1.0: 1 port detected
  321. [ 8.824707] libphy: mdio_mux: probed
  322. [ 8.829277] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.01
  323. [ 8.829383] ehci-platform 1c1d000.usb: EHCI Host Controller
  324. [ 8.832076] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
  325. [ 8.840377] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  326. [ 8.846001] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
  327. [ 8.852372] usb usb7: Product: Generic Platform OHCI controller
  328. [ 8.852378] usb usb7: Manufacturer: Linux 5.1.20-300.fc30.aarch64 ohci_hcd
  329. [ 8.871007] libphy: mdio_mux: probed
  330. [ 8.871475] usb usb7: SerialNumber: 1c1c400.usb
  331. [ 8.878465] dwmac-sun8i 1c30000.ethernet: Switch mux to external PHY
  332. [ 8.882869] hub 7-0:1.0: USB hub found
  333. [ 8.896743] hub 7-0:1.0: 1 port detected
  334. [ 8.901574] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 8
  335. [ 8.901640] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  336. [ 8.927136] audit: type=1130 audit(1563655825.130:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  337. [ 8.929760] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 9
  338. [ 8.949961] ehci-platform 1c1d000.usb: irq 16, io mem 0x01c1d000
  339. [ 8.961438] ohci-platform 1c1d400.usb: irq 17, io mem 0x01c1d400
  340. [ 8.992306] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  341. [ 8.998726] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
  342. [ 9.007145] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  343. [ 9.014427] usb usb8: Product: EHCI Host Controller
  344. [ 9.019321] usb usb8: Manufacturer: Linux 5.1.20-300.fc30.aarch64 ehci_hcd
  345. [ 9.026232] usb usb8: SerialNumber: 1c1d000.usb
  346. [ 9.031566] hub 8-0:1.0: USB hub found
  347. [ 9.035599] hub 8-0:1.0: 1 port detected
  348. [ 9.046636] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.01
  349. [ 9.054993] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  350. [ 9.062261] usb usb9: Product: Generic Platform OHCI controller
  351. [ 9.068196] usb usb9: Manufacturer: Linux 5.1.20-300.fc30.aarch64 ohci_hcd
  352. [ 9.075130] usb usb9: SerialNumber: 1c1d400.usb
  353. [ 9.080335] hub 9-0:1.0: USB hub found
  354. [ 9.084285] hub 9-0:1.0: 1 port detected
  355. [ 9.195369] mmcblk0: mmc0:aaaa SB16G 14.8 GiB
  356. [ 9.212023] mmcblk0: p1 p2 p3
  357. [ 9.212287] usb 6-1: new high-speed USB device number 2 using ehci-platform
  358. [ 9.390149] random: fast init done
  359. [ 9.424155] usb 6-1: New USB device found, idVendor=045e, idProduct=02d5, bcdDevice= 1.10
  360. [ 9.432422] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  361. [ 9.439577] usb 6-1: Product: Xbox USB Tuner
  362. [ 9.443976] usb 6-1: Manufacturer: Microsoft Corp.
  363. [ 9.448793] usb 6-1: SerialNumber: 003023150415
  364. [ 10.479676] audit: type=1130 audit(1563655826.680:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  365. [ 10.638631] audit: type=1130 audit(1563655826.840:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  366. [ 11.155584] SGI XFS with ACLs, security attributes, scrub, no debug enabled
  367. [ 11.176575] XFS (dm-0): Mounting V5 Filesystem
  368. [ 11.397710] XFS (dm-0): Ending clean mount
  369. [ 12.148957] audit: type=1130 audit(1563655828.350:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  370. [ 12.174306] audit: type=1131 audit(1563655828.350:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  371. [ 12.581888] audit: type=1130 audit(1563655828.780:13): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  372. [ 12.654226] audit: type=1131 audit(1563655828.860:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  373. [ 12.685477] audit: type=1131 audit(1563655828.890:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  374. [ 12.723892] audit: type=1131 audit(1563655828.930:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  375. [ 12.760176] audit: type=1131 audit(1563655828.960:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  376. [ 12.784427] audit: type=1131 audit(1563655828.990:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  377. [ 12.810070] audit: type=1131 audit(1563655829.010:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  378. [ 12.849941] audit: type=1131 audit(1563655829.050:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  379. [ 13.414197] systemd-journald[333]: Received SIGTERM from PID 1 (systemd).
  380. [ 13.559578] printk: systemd: 19 output lines suppressed due to ratelimiting
  381. [ 16.306362] SELinux: policy capability network_peer_controls=1
  382. [ 16.312356] SELinux: policy capability open_perms=1
  383. [ 16.317319] SELinux: policy capability extended_socket_class=1
  384. [ 16.323255] SELinux: policy capability always_check_network=0
  385. [ 16.329086] SELinux: policy capability cgroup_seclabel=1
  386. [ 16.334494] SELinux: policy capability nnp_nosuid_transition=1
  387. [ 16.522871] systemd[1]: Successfully loaded SELinux policy in 2.184736s.
  388. [ 16.595034] systemd[1]: System time before build time, advancing clock.
  389. [ 17.029485] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 323.154ms.
  390. [ 17.050104] systemd[1]: systemd v241-10.git511646b.fc30 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
  391. [ 17.074175] systemd[1]: Detected architecture arm64.
  392. [ 17.096134] systemd[1]: Set hostname to <OPI-PC2>.
  393. [ 17.808659] systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly.
  394. [ 17.971742] systemd[1]: /usr/lib/systemd/system/tvheadend.service:7: PIDFile= references path below legacy directory /var/run/, updating /var/run/tvheadend.pid → /run/tvheadend.pid; please update the unit file accordingly.
  395. [ 18.012767] systemd[1]: /usr/lib/systemd/system/sssd.service:11: PIDFile= references path below legacy directory /var/run/, updating /var/run/sssd.pid → /run/sssd.pid; please update the unit file accordingly.
  396. [ 18.052170] systemd[1]: /usr/lib/systemd/system/mdmonitor.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/mdadm/mdadm.pid → /run/mdadm/mdadm.pid; please update the unit file accordingly.
  397. [ 18.209739] systemd[1]: /usr/lib/systemd/system/iscsiuio.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/iscsiuio.pid → /run/iscsiuio.pid; please update the unit file accordingly.
  398. [ 18.235590] systemd[1]: /usr/lib/systemd/system/iscsid.service:10: PIDFile= references path below legacy directory /var/run/, updating /var/run/iscsid.pid → /run/iscsid.pid; please update the unit file accordingly.
  399. [ 18.577026] kauditd_printk_skb: 14 callbacks suppressed
  400. [ 18.577034] audit: type=1131 audit(1563892674.970:35): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  401. [ 18.578792] systemd[1]: initrd-switch-root.service: Succeeded.
  402. [ 18.614935] audit: type=1130 audit(1563892675.010:36): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  403. [ 18.615010] audit: type=1131 audit(1563892675.010:37): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  404. [ 18.663891] audit: type=1130 audit(1563892675.060:38): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  405. [ 18.663980] audit: type=1131 audit(1563892675.060:39): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  406. [ 18.898129] audit: type=1131 audit(1563892675.290:40): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  407. [ 19.019368] audit: type=1130 audit(1563892675.410:41): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nfs-convert comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  408. [ 19.052454] audit: type=1131 audit(1563892675.440:42): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nfs-convert comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  409. [ 19.082897] audit: type=1130 audit(1563892675.480:43): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  410. [ 19.109252] audit: type=1130 audit(1563892675.500:44): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  411. [ 19.296430] zram: Added device: zram0
  412. [ 19.501740] zram0: detected capacity change from 0 to 492003328
  413. [ 19.848756] systemd-journald[662]: Received request to flush runtime journal from PID 1
  414. [ 19.867485] systemd-journald[662]: File /var/log/journal/e56f706ee9e14c98b627d31e33132824/system.journal corrupted or uncleanly shut down, renaming and replacing.
  415. [ 20.572819] Adding 480468k swap on /dev/zram0. Priority:1000 extents:1 across:480468k SSFS
  416. [ 21.340952] media: Linux media interface: v0.10
  417. [ 21.513053] videodev: Linux video capture interface: v2.00
  418. [ 21.713622] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
  419. [ 21.750095] cedrus 1c0e000.video-codec: Device registered as /dev/video0
  420. [ 21.766121] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  421. [ 21.816703] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pc not found, using dummy regulator
  422. [ 21.926904] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
  423. [ 21.946546] Registered IR keymap rc-empty
  424. [ 21.951279] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
  425. [ 21.965959] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
  426. [ 21.972877] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input1
  427. [ 21.980322] sun8i-dw-hdmi 1ee0000.hdmi: 1ee0000.hdmi supply hvcc not found, using dummy regulator
  428. [ 21.994668] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
  429. [ 22.006000] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
  430. [ 22.032447] sunxi-ir 1f02000.ir: initialized sunXi IR driver
  431. [ 22.038626] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
  432. [ 22.054020] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops [sun8i_drm_hdmi])
  433. [ 22.062958] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  434. [ 22.069595] [drm] No driver support for vblank timestamp query.
  435. [ 22.080475] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  436. [ 22.089795] [drm] Cannot find any crtc or sizes
  437. [ 22.181485] dvb-usb: found a 'Microsoft Xbox One Digital TV Tuner' in cold state, will try to load a firmware
  438. [ 22.197988] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
  439. [ 22.205603] sun4i-codec 1c22c00.codec: Failed to register our card
  440. [ 22.217307] sun4i-codec 1c22c00.codec: ASoC: Failed to create component debugfs directory: -17
  441. [ 22.232698] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  442. [ 22.260232] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.20.fw'
  443. [ 22.516509] dib0700: firmware started successfully.
  444. [ 22.672542] Registered IR keymap rc-cec
  445. [ 22.676654] rc rc1: dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc1
  446. [ 22.683903] input: dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc1/input2
  447. [ 23.042449] dvb-usb: found a 'Microsoft Xbox One Digital TV Tuner' in warm state.
  448. [ 23.050239] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
  449. [ 23.062998] dvbdev: DVB: registering new adapter (Microsoft Xbox One Digital TV Tuner)
  450. [ 23.347813] mn88472 1-0018: Panasonic MN88472 successfully identified
  451. [ 23.378056] tda18250 1-0060: NXP TDA18250BHN/M successfully identified
  452. [ 23.387142] usb 6-1: DVB: registering adapter 0 frontend 0 (Panasonic MN88472)...
  453. [ 23.395469] dvb-usb: Microsoft Xbox One Digital TV Tuner successfully initialized and connected.
  454. [ 23.404748] usbcore: registered new interface driver dvb_usb_dib0700
  455. [ 23.626556] kauditd_printk_skb: 16 callbacks suppressed
  456. [ 23.626564] audit: type=1130 audit(1563892680.020:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  457. [ 23.659628] audit: type=1131 audit(1563892680.020:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  458. [ 23.991255] audit: type=1130 audit(1563892680.380:63): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-58C7\x2d2277 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  459. [ 24.107426] audit: type=1130 audit(1563892680.500:64): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-fee3a5c4\x2da38a\x2d4d39\x2d9aa8\x2d39ddbd14b14b comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  460. [ 24.164487] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  461. [ 24.344144] audit: type=1130 audit(1563892680.740:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  462. [ 24.423118] audit: type=1130 audit(1563892680.820:66): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  463. [ 24.450503] audit: type=1131 audit(1563892680.820:67): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  464. [ 24.555500] audit: type=1130 audit(1563892680.950:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  465. [ 25.017243] audit: type=1130 audit(1563892681.410:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  466. [ 25.197617] RPC: Registered named UNIX socket transport module.
  467. [ 25.203613] RPC: Registered udp transport module.
  468. [ 25.208339] RPC: Registered tcp transport module.
  469. [ 25.213120] RPC: Registered tcp NFSv4.1 backchannel transport module.
  470. [ 25.229142] audit: type=1305 audit(1563892681.620:70): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
  471. [ 31.455558] RTL8211E Gigabit Ethernet 0.2:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=0.2:01, irq=POLL)
  472. [ 31.477728] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found
  473. [ 31.485101] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  474. [ 31.492808] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  475. [ 34.633010] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
  476. [ 34.641421] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  477. [ 39.828532] random: crng init done
  478. [ 39.831977] random: 7 urandom warning(s) missed due to ratelimiting
  479. [ 40.398299] mn88472 1-0018: downloading firmware from file 'dvb-demod-mn88472-02.fw'
  480. [ 40.606830] usb 6-1: DVB: adapter 0 frontend 0 frequency 0 out of range (42000000..870000000)
  481. [root@OPI-PC2 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement