Advertisement
Guest User

Fedora 30 kernel 5.2.6

a guest
Aug 9th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.06 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.2.6-200.fc30.aarch64 (mockbuild@buildvm-aarch64-01.arm.fedoraproject.org) (gcc version 9.1.1 20190503 (Red Hat 9.1.1-1) (GCC)) #1 SMP Mon Aug 5 13:06:11 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 30 pages/cpu s85656 r8192 d29032 u122880
  34. [ 0.000000] pcpu-alloc: s85656 r8192 d29032 u122880 alloc=30*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.2.6-200.fc30.aarch64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/root
  42. [ 0.000000] Memory: 914300K/1048576K available (11324K kernel code, 2094K rwdata, 5204K rodata, 6208K init, 942K bss, 68740K 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 41990 entries in 165 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.000186] Console: colour dummy device 80x25
  57. [ 0.000660] printk: console [tty0] enabled
  58. [ 0.000813] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  59. [ 0.000839] pid_max: default: 32768 minimum: 301
  60. [ 0.001007] LSM: Security Framework initializing
  61. [ 0.001065] Yama: becoming mindful.
  62. [ 0.001105] SELinux: Initializing.
  63. [ 0.001214] *** VALIDATE SELinux ***
  64. [ 0.002117] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  65. [ 0.002577] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  66. [ 0.002639] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  67. [ 0.002671] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  68. [ 0.003346] *** VALIDATE proc ***
  69. [ 0.003649] *** VALIDATE cgroup1 ***
  70. [ 0.003666] *** VALIDATE cgroup2 ***
  71. [ 0.004674] ASID allocator initialised with 32768 entries
  72. [ 0.004834] rcu: Hierarchical SRCU implementation.
  73. [ 0.007518] Remapping and enabling EFI services.
  74. [ 0.008064] smp: Bringing up secondary CPUs ...
  75. [ 0.009534] Detected VIPT I-cache on CPU1
  76. [ 0.009603] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  77. [ 0.010815] Detected VIPT I-cache on CPU2
  78. [ 0.010862] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  79. [ 0.011873] Detected VIPT I-cache on CPU3
  80. [ 0.011908] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  81. [ 0.012006] smp: Brought up 1 node, 4 CPUs
  82. [ 0.012083] SMP: Total of 4 processors activated.
  83. [ 0.012097] CPU features: detected: 32-bit EL0 Support
  84. [ 0.012113] CPU features: detected: CRC32 instructions
  85. [ 0.015663] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
  86. [ 0.015684] CPU: All CPU(s) started at EL2
  87. [ 0.015718] alternatives: patching kernel code
  88. [ 0.018430] devtmpfs: initialized
  89. [ 0.023521] Registered cp15_barrier emulation handler
  90. [ 0.023554] Registered setend emulation handler
  91. [ 0.023950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  92. [ 0.024038] futex hash table entries: 1024 (order: 4, 65536 bytes)
  93. [ 0.026902] pinctrl core: initialized pinctrl subsystem
  94. [ 0.028100] SMBIOS 3.0 present.
  95. [ 0.028128] DMI: sunxi sunxi/sunxi, BIOS 2019.07 07/13/2019
  96. [ 0.028932] NET: Registered protocol family 16
  97. [ 0.029419] audit: initializing netlink subsys (disabled)
  98. [ 0.029683] audit: type=2000 audit(0.020:1): state=initialized audit_enabled=0 res=1
  99. [ 0.030901] cpuidle: using governor menu
  100. [ 0.031094] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  101. [ 0.037013] DMA: preallocated 256 KiB pool for atomic allocations
  102. [ 0.037625] Serial: AMBA PL011 UART driver
  103. [ 0.057264] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  104. [ 0.057296] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  105. [ 0.057312] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  106. [ 0.057328] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  107. [ 0.880676] cryptd: max_cpu_qlen set to 1000
  108. [ 0.888812] alg: No test for lzo-rle (lzo-rle-generic)
  109. [ 0.889066] alg: No test for lzo-rle (lzo-rle-scomp)
  110. [ 0.889341] alg: No test for 842 (842-generic)
  111. [ 0.889631] alg: No test for 842 (842-scomp)
  112. [ 0.905000] fbcon: Taking over console
  113. [ 0.905045] ACPI: Interpreter disabled.
  114. [ 0.906402] vgaarb: loaded
  115. [ 0.906975] SCSI subsystem initialized
  116. [ 0.907220] libata version 3.00 loaded.
  117. [ 0.907479] usbcore: registered new interface driver usbfs
  118. [ 0.907536] usbcore: registered new interface driver hub
  119. [ 0.907628] usbcore: registered new device driver usb
  120. [ 0.907944] pps_core: LinuxPPS API ver. 1 registered
  121. [ 0.907958] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  122. [ 0.907991] PTP clock support registered
  123. [ 0.908219] EDAC MC: Ver: 3.0.0
  124. [ 0.908850] Registered efivars operations
  125. [ 0.908900] efivars: get_next_variable: status=8000000000000007
  126. [ 0.909789] NetLabel: Initializing
  127. [ 0.909805] NetLabel: domain hash size = 128
  128. [ 0.909816] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  129. [ 0.909893] NetLabel: unlabeled traffic allowed by default
  130. [ 0.910353] clocksource: Switched to clocksource arch_sys_counter
  131. [ 1.009336] VFS: Disk quotas dquot_6.6.0
  132. [ 1.009440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  133. [ 1.009572] *** VALIDATE hugetlbfs ***
  134. [ 1.010029] pnp: PnP ACPI: disabled
  135. [ 1.018004] NET: Registered protocol family 2
  136. [ 1.018695] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
  137. [ 1.018801] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  138. [ 1.018929] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  139. [ 1.019093] TCP: Hash tables configured (established 8192 bind 8192)
  140. [ 1.019267] UDP hash table entries: 512 (order: 2, 16384 bytes)
  141. [ 1.019321] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  142. [ 1.019643] NET: Registered protocol family 1
  143. [ 1.019686] NET: Registered protocol family 44
  144. [ 1.019707] PCI: CLS 0 bytes, default 64
  145. [ 1.019948] Trying to unpack rootfs image as initramfs...
  146. [ 2.673191] Freeing initrd memory: 22980K
  147. [ 2.674150] kvm [1]: IPA Size Limit: 40bits
  148. [ 2.675162] kvm [1]: vgic interrupt IRQ1
  149. [ 2.675327] kvm [1]: Hyp mode initialized successfully
  150. [ 3.041348] Initialise system trusted keyrings
  151. [ 3.041411] Key type blacklist registered
  152. [ 3.041657] workingset: timestamp_bits=37 max_order=18 bucket_order=0
  153. [ 3.049318] zbud: loaded
  154. [ 3.058710] NET: Registered protocol family 38
  155. [ 3.058753] Key type asymmetric registered
  156. [ 3.058767] Asymmetric key parser 'x509' registered
  157. [ 3.058856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
  158. [ 3.059095] io scheduler mq-deadline registered
  159. [ 3.059110] io scheduler kyber registered
  160. [ 3.059449] io scheduler bfq registered
  161. [ 3.059767] atomic64_test: passed
  162. [ 3.067203] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  163. [ 3.077768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  164. [ 3.086136] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pa not found, using dummy regulator
  165. [ 3.107252] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 27, base_baud = 1500000) is a U6_16550A
  166. [ 3.966354] printk: console [ttyS0] enabled
  167. [ 3.971886] msm_serial: driver initialized
  168. [ 3.977552] cacheinfo: Unable to detect cache hierarchy for CPU 0
  169. [ 3.984950] libphy: Fixed MDIO Bus: probed
  170. [ 3.989498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  171. [ 3.996061] ehci-pci: EHCI PCI platform driver
  172. [ 4.000583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  173. [ 4.006772] ohci-pci: OHCI PCI platform driver
  174. [ 4.011422] usbcore: registered new interface driver usbserial_generic
  175. [ 4.017974] usbserial: USB Serial support registered for generic
  176. [ 4.024160] mousedev: PS/2 mouse device common for all mice
  177. [ 4.030984] sun6i-rtc 1f00000.rtc: registered as rtc0
  178. [ 4.036044] sun6i-rtc 1f00000.rtc: RTC enabled
  179. [ 4.041808] device-mapper: uevent: version 1.0.3
  180. [ 4.046739] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
  181. [ 4.055993] ledtrig-cpu: registered to indicate activity on CPUs
  182. [ 4.062475] EFI Variables Facility v0.08 2004-May-17
  183. [ 4.067490] efivars: get_next_variable: status=8000000000000007
  184. [ 4.073815] hidraw: raw HID events driver (C) Jiri Kosina
  185. [ 4.079433] usbcore: registered new interface driver usbhid
  186. [ 4.085018] usbhid: USB HID core driver
  187. [ 4.090016] drop_monitor: Initializing network drop monitor service
  188. [ 4.096575] Initializing XFRM netlink socket
  189. [ 4.101581] NET: Registered protocol family 10
  190. [ 4.138838] Segment Routing with IPv6
  191. [ 4.142685] mip6: Mobile IPv6
  192. [ 4.145666] NET: Registered protocol family 17
  193. [ 4.151241] registered taskstats version 1
  194. [ 4.155410] Loading compiled-in X.509 certificates
  195. [ 4.357355] Loaded X.509 cert 'Fedora kernel signing key: 349913e602eb7ee80c7df52bd6f4da61bfb5bd4c'
  196. [ 4.366621] zswap: loaded using pool lzo/zbud
  197. [ 4.389671] Key type big_key registered
  198. [ 4.409257] Key type encrypted registered
  199. [ 4.413371] ima: No TPM chip found, activating TPM-bypass!
  200. [ 4.418901] ima: Allocated hash algorithm: sha256
  201. [ 4.423649] No architecture policies found
  202. [ 4.437616] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator
  203. [ 4.449389] sun6i-rtc 1f00000.rtc: hctosys: unable to read the hardware clock
  204. [ 4.456881] vcc3v3: disabling
  205. [ 4.459858] gmac-3v3: disabling
  206. [ 4.473316] Freeing unused kernel memory: 6208K
  207. [ 4.543449] Checked W+X mappings: passed, no W+X pages found
  208. [ 4.549143] rodata_test: all tests were successful
  209. [ 4.553977] Run /init as init process
  210. [ 4.591657] systemd[1]: System time before build time, advancing clock.
  211. [ 4.607585] efivars: get_next_variable: status=8000000000000007
  212. [ 4.617098] 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)
  213. [ 4.641146] systemd[1]: Detected architecture arm64.
  214. [ 4.646128] systemd[1]: Running in initial RAM disk.
  215. [ 4.690543] systemd[1]: Set hostname to <OPI-PC2>.
  216. [ 5.016239] random: systemd: uninitialized urandom read (16 bytes read)
  217. [ 5.023498] systemd[1]: Listening on udev Control Socket.
  218. [ 5.060630] random: systemd: uninitialized urandom read (16 bytes read)
  219. [ 5.067308] systemd[1]: Reached target Slices.
  220. [ 5.100508] random: systemd: uninitialized urandom read (16 bytes read)
  221. [ 5.107509] systemd[1]: Listening on udev Kernel Socket.
  222. [ 5.141168] systemd[1]: Listening on Journal Socket.
  223. [ 5.177168] systemd[1]: Starting Setup Virtual Console...
  224. [ 5.217454] systemd[1]: Starting Load Kernel Modules...
  225. [ 5.283328] fuse: init (API version 7.31)
  226. [ 6.261083] audit: type=1130 audit(1563892674.660: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'
  227. [ 6.350805] audit: type=1130 audit(1563892674.750:3): 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'
  228. [ 6.401242] audit: type=1130 audit(1563892674.800:4): 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'
  229. [ 6.590738] audit: type=1130 audit(1563892674.990: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'
  230. [ 7.510807] audit: type=1130 audit(1563892675.910: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'
  231. [ 7.940907] audit: type=1130 audit(1563892676.340: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'
  232. [ 7.971620] ehci-platform: EHCI generic platform driver
  233. [ 7.977281] ehci-platform 1c1a000.usb: EHCI Host Controller
  234. [ 7.978330] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  235. [ 7.984033] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  236. [ 7.990873] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator
  237. [ 7.997880] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  238. [ 8.022576] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  239. [ 8.029431] ohci-platform: OHCI generic platform driver
  240. [ 8.041070] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
  241. [ 8.048362] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
  242. [ 8.056758] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
  243. [ 8.068803] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  244. [ 8.080206] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  245. [ 8.092419] ehci-platform 1c1a000.usb: irq 10, io mem 0x01c1a000
  246. [ 8.098733] ohci-platform 1c1a400.usb: irq 11, io mem 0x01c1a400
  247. [ 8.120453] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  248. [ 8.128909] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
  249. [ 8.137351] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  250. [ 8.144676] usb usb1: Product: EHCI Host Controller
  251. [ 8.149574] usb usb1: Manufacturer: Linux 5.2.6-200.fc30.aarch64 ehci_hcd
  252. [ 8.156419] usb usb1: SerialNumber: 1c1a000.usb
  253. [ 8.166281] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
  254. [ 8.166355] hub 1-0:1.0: USB hub found
  255. [ 8.176208] hub 1-0:1.0: 1 port detected
  256. [ 8.187005] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  257. [ 8.197683] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.02
  258. [ 8.199019] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  259. [ 8.206074] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  260. [ 8.221659] usb usb2: Product: Generic Platform OHCI controller
  261. [ 8.223491] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  262. [ 8.227595] usb usb2: Manufacturer: Linux 5.2.6-200.fc30.aarch64 ohci_hcd
  263. [ 8.227602] usb usb2: SerialNumber: 1c1a400.usb
  264. [ 8.237897] hub 2-0:1.0: USB hub found
  265. [ 8.245656] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  266. [ 8.254391] hub 2-0:1.0: 1 port detected
  267. [ 8.261270] mmc0: host does not support reading read-only switch, assuming write-enable
  268. [ 8.281188] mmc0: new high speed SDHC card at address aaaa
  269. [ 8.289141] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  270. [ 8.299624] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  271. [ 8.307077] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148006 (expect 58000)
  272. [ 8.317446] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
  273. [ 8.324766] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
  274. [ 8.332075] dwmac-sun8i 1c30000.ethernet: COE Type 2
  275. [ 8.337057] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
  276. [ 8.343922] dwmac-sun8i 1c30000.ethernet: Normal descriptors
  277. [ 8.349598] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
  278. [ 8.355638] libphy: stmmac: probed
  279. [ 8.359943] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
  280. [ 8.366576] libphy: mdio_mux: probed
  281. [ 8.370212] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
  282. [ 8.376695] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
  283. [ 8.400810] libphy: mdio_mux: probed
  284. [ 8.404442] dwmac-sun8i 1c30000.ethernet: Switch mux to external PHY
  285. [ 8.450111] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  286. [ 8.468464] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  287. [ 8.486880] mmcblk0: mmc0:aaaa SB16G 14.8 GiB
  288. [ 8.502903] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  289. [ 8.503352] mmcblk0: p1 p2 p3
  290. [ 8.516088] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  291. [ 8.543874] audit: type=1130 audit(1563892676.940: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'
  292. [ 8.548353] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  293. [ 8.582540] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  294. [ 9.760403] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  295. [ 11.020385] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  296. [ 11.026952] usb usb2-port1: attempt power cycle
  297. [ 12.630384] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  298. [ 13.890386] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  299. [ 13.896944] usb usb2-port1: unable to enumerate USB device
  300. [ 15.430387] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  301. [ 16.690387] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  302. [ 16.696949] usb usb2-port1: attempt power cycle
  303. [ 18.300383] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  304. [ 19.560384] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  305. [ 19.566941] usb usb2-port1: unable to enumerate USB device
  306. [ 20.104289] random: fast init done
  307. [ 20.378473] audit: type=1130 audit(1563892688.770: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'
  308. [ 20.536932] audit: type=1130 audit(1563892688.930: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'
  309. [ 21.000317] SGI XFS with ACLs, security attributes, scrub, no debug enabled
  310. [ 21.021376] XFS (dm-0): Mounting V5 Filesystem
  311. [ 21.140452] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  312. [ 21.235284] XFS (dm-0): Ending clean mount
  313. [ 22.008561] audit: type=1130 audit(1563892690.400: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'
  314. [ 22.034243] audit: type=1131 audit(1563892690.400: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'
  315. [ 22.400452] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  316. [ 22.407049] usb usb2-port1: attempt power cycle
  317. [ 22.432210] audit: type=1130 audit(1563892690.830: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'
  318. [ 22.503425] audit: type=1131 audit(1563892690.900: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'
  319. [ 22.536426] audit: type=1131 audit(1563892690.930:15): 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'
  320. [ 22.558123] audit: type=1131 audit(1563892690.950:16): 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'
  321. [ 22.589015] audit: type=1131 audit(1563892690.980:17): 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'
  322. [ 22.623033] audit: type=1131 audit(1563892691.020:18): 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'
  323. [ 23.182647] systemd-journald[345]: Received SIGTERM from PID 1 (systemd).
  324. [ 23.328436] printk: systemd: 19 output lines suppressed due to ratelimiting
  325. [ 24.050438] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  326. [ 25.310484] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  327. [ 25.317104] usb usb2-port1: unable to enumerate USB device
  328. [ 26.064940] SELinux: policy capability network_peer_controls=1
  329. [ 26.070914] SELinux: policy capability open_perms=1
  330. [ 26.075878] SELinux: policy capability extended_socket_class=1
  331. [ 26.081811] SELinux: policy capability always_check_network=0
  332. [ 26.087641] SELinux: policy capability cgroup_seclabel=1
  333. [ 26.093050] SELinux: policy capability nnp_nosuid_transition=1
  334. [ 26.267488] kauditd_printk_skb: 15 callbacks suppressed
  335. [ 26.267498] audit: type=1403 audit(1563892694.660:34): auid=4294967295 ses=4294967295 lsm=selinux res=1
  336. [ 26.281410] systemd[1]: Successfully loaded SELinux policy in 2.175208s.
  337. [ 26.754852] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 303.252ms.
  338. [ 26.775214] 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)
  339. [ 26.799076] systemd[1]: Detected architecture arm64.
  340. [ 26.820154] systemd[1]: Set hostname to <OPI-PC2>.
  341. [ 26.860454] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  342. [ 27.528737] 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.
  343. [ 27.692684] 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.
  344. [ 27.733765] 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.
  345. [ 27.773274] 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.
  346. [ 27.931168] 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.
  347. [ 27.957014] 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.
  348. [ 28.130468] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  349. [ 28.137085] usb usb2-port1: attempt power cycle
  350. [ 28.293395] audit: type=1131 audit(1563892696.690: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'
  351. [ 28.295030] systemd[1]: initrd-switch-root.service: Succeeded.
  352. [ 28.325303] audit: type=1130 audit(1563892696.720: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'
  353. [ 28.352019] audit: type=1131 audit(1563892696.720: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'
  354. [ 28.374004] audit: type=1130 audit(1563892696.750: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'
  355. [ 28.400722] audit: type=1131 audit(1563892696.750: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'
  356. [ 28.547322] audit: type=1131 audit(1563892696.940: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'
  357. [ 28.704396] audit: type=1130 audit(1563892697.100:41): 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'
  358. [ 28.750508] audit: type=1130 audit(1563892697.140: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'
  359. [ 28.781721] audit: type=1131 audit(1563892697.140:43): 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'
  360. [ 29.119932] zram: Added device: zram0
  361. [ 29.282114] zram0: detected capacity change from 0 to 492003328
  362. [ 29.517566] systemd-journald[674]: Received request to flush runtime journal from PID 1
  363. [ 29.536824] systemd-journald[674]: File /var/log/journal/e56f706ee9e14c98b627d31e33132824/system.journal corrupted or uncleanly shut down, renaming and replacing.
  364. [ 29.740443] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  365. [ 30.470389] Adding 480468k swap on /dev/zram0. Priority:1000 extents:1 across:480468k SSFS
  366. [ 31.000576] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  367. [ 31.007214] usb usb2-port1: unable to enumerate USB device
  368. [ 31.498656] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  369. [ 31.521288] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  370. [ 31.534578] media: Linux media interface: v0.10
  371. [ 31.682739] videodev: Linux video capture interface: v2.00
  372. [ 31.748456] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  373. [ 31.766913] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  374. [ 31.792577] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  375. [ 31.816761] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  376. [ 31.840964] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  377. [ 31.871767] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  378. [ 31.882458] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  379. [ 31.953305] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
  380. [ 31.965985] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pc not found, using dummy regulator
  381. [ 31.980856] cedrus 1c0e000.video-codec: Device registered as /dev/video0
  382. [ 31.989762] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  383. [ 32.003409] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  384. [ 32.042563] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])
  385. [ 32.046872] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  386. [ 32.051796] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
  387. [ 32.070604] sun8i-dw-hdmi 1ee0000.hdmi: 1ee0000.hdmi supply hvcc not found, using dummy regulator
  388. [ 32.070948] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  389. [ 32.085344] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
  390. [ 32.098142] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
  391. [ 32.106770] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops [sun8i_drm_hdmi])
  392. [ 32.115866] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  393. [ 32.122541] [drm] No driver support for vblank timestamp query.
  394. [ 32.129665] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  395. [ 32.137642] [drm] Cannot find any crtc or sizes
  396. [ 32.152777] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  397. [ 32.182417] sunxi-ir 1f02000.ir: ignoring dependency for device, assuming no driver
  398. [ 32.188338] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  399. [ 32.193113] lima 1e80000.gpu: bus rate = 200000000
  400. [ 32.203303] lima 1e80000.gpu: mod rate = 384000000
  401. [ 32.239828] lima 1e80000.gpu: gp - mali450 version major 0 minor 0
  402. [ 32.247949] lima 1e80000.gpu: pp0 - mali450 version major 0 minor 0
  403. [ 32.254537] lima 1e80000.gpu: pp1 - mali450 version major 0 minor 0
  404. [ 32.269818] lima 1e80000.gpu: pp2 - mali450 version major 0 minor 0
  405. [ 32.276512] lima 1e80000.gpu: pp3 - mali450 version major 0 minor 0
  406. [ 32.283098] lima 1e80000.gpu: l2 cache 8K, 4-way, 64byte cache line, 128bit external bus
  407. [ 32.291345] lima 1e80000.gpu: l2 cache 128K, 4-way, 64byte cache line, 128bit external bus
  408. [ 32.315153] [drm] Initialized lima 1.0.0 20190217 for 1e80000.gpu on minor 1
  409. [ 32.340632] sunxi-ir 1f02000.ir: ignoring dependency for device, assuming no driver
  410. [ 32.349324] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  411. [ 32.360874] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  412. [ 32.421050] sunxi-ir 1f02000.ir: ignoring dependency for device, assuming no driver
  413. [ 32.429793] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  414. [ 32.440257] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  415. [ 32.441025] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
  416. [ 32.456076] sun4i-codec 1c22c00.codec: Failed to register our card
  417. [ 32.469526] sunxi-ir 1f02000.ir: ignoring dependency for device, assuming no driver
  418. [ 32.478467] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  419. [ 32.501117] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  420. [ 32.520211] sun4i-codec 1c22c00.codec: ASoC: Failed to create component debugfs directory: -17
  421. [ 32.530077] kauditd_printk_skb: 14 callbacks suppressed
  422. [ 32.530085] audit: type=1130 audit(1563892700.920:58): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  423. [ 32.568116] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  424. [ 32.580581] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  425. [ 32.584693] sunxi-ir 1f02000.ir: ignoring dependency for device, assuming no driver
  426. [ 32.596018] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  427. [ 32.606533] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  428. [ 32.854528] sunxi-ir 1f02000.ir: ignoring dependency for device, assuming no driver
  429. [ 32.865575] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  430. [ 32.876148] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  431. [ 32.980477] Registered IR keymap rc-cec
  432. [ 32.985287] rc rc0: dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc0
  433. [ 32.985518] input: dw_hdmi as /devices/platform/soc/1ee0000.hdmi/rc/rc0/input22
  434. [ 32.989601] sunxi-ir 1f02000.ir: ignoring dependency for device, assuming no driver
  435. [ 32.993949] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  436. [ 33.032795] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  437. [ 33.070613] sunxi-ir 1f02000.ir: ignoring dependency for device, assuming no driver
  438. [ 33.079296] sun50i-h5-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
  439. [ 33.089787] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb0_vbus... Deferring probe
  440. [ 33.229611] audit: type=1130 audit(1563892701.620:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-pvscan@179:3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  441. [ 33.860404] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  442. [ 33.866999] usb usb2-port1: attempt power cycle
  443. [ 35.470384] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  444. [ 36.730384] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  445. [ 36.736949] usb usb2-port1: unable to enumerate USB device
  446. [ 38.270384] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  447. [ 39.530388] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  448. [ 39.536968] usb usb2-port1: attempt power cycle
  449. [ 41.140392] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  450. [ 42.400391] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  451. [ 42.406969] usb usb2-port1: unable to enumerate USB device
  452. [ 43.940397] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  453. [ 45.200391] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  454. [ 45.206970] usb usb2-port1: attempt power cycle
  455. [ 46.810392] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  456. [ 48.070395] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  457. [ 48.076972] usb usb2-port1: unable to enumerate USB device
  458. [ 48.111264] audit: type=1130 audit(1563892716.510:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  459. [ 48.296490] audit: type=1130 audit(1563892716.690: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'
  460. [ 48.323721] audit: type=1131 audit(1563892716.690: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'
  461. [ 48.674717] audit: type=1130 audit(1563892717.070: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'
  462. [ 48.793209] audit: type=1130 audit(1563892717.180: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'
  463. [ 48.900884] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  464. [ 49.063185] audit: type=1130 audit(1563892717.460: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'
  465. [ 49.107972] audit: type=1130 audit(1563892717.500: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'
  466. [ 49.135440] audit: type=1131 audit(1563892717.500: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'
  467. [ 49.256784] audit: type=1130 audit(1563892717.650: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'
  468. [ 49.620511] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  469. [ 49.711308] audit: type=1130 audit(1563892718.110: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'
  470. [ 49.876047] RPC: Registered named UNIX socket transport module.
  471. [ 49.882074] RPC: Registered udp transport module.
  472. [ 49.886810] RPC: Registered tcp transport module.
  473. [ 49.891569] RPC: Registered tcp NFSv4.1 backchannel transport module.
  474. [ 50.880597] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  475. [ 50.887236] usb usb2-port1: attempt power cycle
  476. [ 52.510521] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  477. [ 53.770598] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  478. [ 53.779001] usb usb2-port1: unable to enumerate USB device
  479. [ 55.310695] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  480. [ 55.980928] RTL8211E Gigabit Ethernet 0.2:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=0.2:01, irq=POLL)
  481. [ 56.001553] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found
  482. [ 56.008899] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
  483. [ 56.016610] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
  484. [ 56.580799] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  485. [ 56.587461] usb usb2-port1: attempt power cycle
  486. [ 58.200719] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  487. [ 58.870696] random: crng init done
  488. [ 58.874147] random: 7 urandom warning(s) missed due to ratelimiting
  489. [ 59.131221] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
  490. [ 59.146739] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  491. [ 59.460831] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  492. [ 59.467461] usb usb2-port1: unable to enumerate USB device
  493. [ 61.000894] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  494. [ 62.260940] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  495. [ 62.267600] usb usb2-port1: attempt power cycle
  496. [ 63.871000] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  497. [ 65.131029] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  498. [ 65.137620] usb usb2-port1: unable to enumerate USB device
  499. [ 66.691955] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
  500. [ 67.951180] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement