Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
2,686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.46 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 4.19.50 (hias@delle) (gcc version 8.3.0 (GCC)) #1 SMP Sun Jun 23 14:00:29 CEST 2019
  3. [ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
  4. [ 0.000000] CPU: div instructions available: patching division code
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  6. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] cma: Reserved 256 MiB at 0x000000001bc00000
  9. [ 0.000000] On node 0 totalpages: 442368
  10. [ 0.000000] DMA zone: 1584 pages used for memmap
  11. [ 0.000000] DMA zone: 0 pages reserved
  12. [ 0.000000] DMA zone: 180224 pages, LIFO batch:63
  13. [ 0.000000] HighMem zone: 262144 pages, LIFO batch:63
  14. [ 0.000000] random: get_random_bytes called from start_kernel+0xc0/0x4d4 with crng_init=0
  15. [ 0.000000] percpu: Embedded 18 pages/cpu s41036 r8192 d24500 u73728
  16. [ 0.000000] pcpu-alloc: s41036 r8192 d24500 u73728 alloc=18*4096
  17. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  18. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 440784
  19. [ 0.000000] Kernel command line: 8250.nr_uarts=1 cma=64M cma=256M smsc95xx.macaddr=DC:A6:32:00:BC:89 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 boot=UUID=2306-0022 disk=UUID=4165a980-4572-4285-be21-4b1df6e3979b quiet root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1
  20. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  21. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  22. [ 0.000000] Memory: 1470268K/1769472K available (10240K kernel code, 749K rwdata, 2228K rodata, 4096K init, 557K bss, 37060K reserved, 262144K cma-reserved, 1048576K highmem)
  23. [ 0.000000] Virtual kernel memory layout:
  24. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  25. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  26. [ 0.000000] vmalloc : 0xec800000 - 0xff800000 ( 304 MB)
  27. [ 0.000000] lowmem : 0xc0000000 - 0xec000000 ( 704 MB)
  28. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  29. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  30. [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (12256 kB)
  31. [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (4096 kB)
  32. [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 750 kB)
  33. [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 558 kB)
  34. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  35. [ 0.000000] ftrace: allocating 32367 entries in 95 pages
  36. [ 0.000000] rcu: Hierarchical RCU implementation.
  37. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  38. [ 0.000000] GIC: Using split EOI/Deactivate mode
  39. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  40. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  41. [ 0.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  42. [ 0.000017] Switching to timer-based delay loop, resolution 18ns
  43. [ 0.000248] Console: colour dummy device 80x30
  44. [ 0.000279] console [tty0] enabled
  45. [ 0.000329] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.50 BogoMIPS (lpj=180000)
  46. [ 0.000358] pid_max: default: 32768 minimum: 301
  47. [ 0.000540] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  48. [ 0.000562] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  49. [ 0.001295] CPU: Testing write buffer coherency: ok
  50. [ 0.001792] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  51. [ 0.002601] Setting up static identity map for 0x200000 - 0x20003c
  52. [ 0.002792] rcu: Hierarchical SRCU implementation.
  53. [ 0.005453] smp: Bringing up secondary CPUs ...
  54. [ 0.006468] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  55. [ 0.007634] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  56. [ 0.008744] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  57. [ 0.008912] smp: Brought up 1 node, 4 CPUs
  58. [ 0.008928] SMP: Total of 4 processors activated (432.00 BogoMIPS).
  59. [ 0.008941] CPU: All CPU(s) started in HYP mode.
  60. [ 0.008953] CPU: Virtualization extensions available.
  61. [ 0.009682] devtmpfs: initialized
  62. [ 0.020478] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
  63. [ 0.020705] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  64. [ 0.020731] futex hash table entries: 1024 (order: 4, 65536 bytes)
  65. [ 0.027394] pinctrl core: initialized pinctrl subsystem
  66. [ 0.028376] NET: Registered protocol family 16
  67. [ 0.032030] DMA: preallocated 256 KiB pool for atomic coherent allocations
  68. [ 0.032980] cpuidle: using governor ladder
  69. [ 0.033029] cpuidle: using governor menu
  70. [ 0.033475] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  71. [ 0.033489] hw-breakpoint: maximum watchpoint size is 8 bytes.
  72. [ 0.033711] Serial: AMBA PL011 UART driver
  73. [ 0.038270] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  74. [ 0.081986] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
  75. [ 0.084971] vgaarb: loaded
  76. [ 0.085317] SCSI subsystem initialized
  77. [ 0.085525] usbcore: registered new interface driver usbfs
  78. [ 0.085580] usbcore: registered new interface driver hub
  79. [ 0.085660] usbcore: registered new device driver usb
  80. [ 0.090611] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-06-21 18:35, variant start_x
  81. [ 0.093696] raspberrypi-firmware soc:firmware: Firmware hash is 39b2ae90606289b2b5d8ffba51f238892711eb4e
  82. [ 0.098064] Advanced Linux Sound Architecture Driver Initialized.
  83. [ 0.099038] clocksource: Switched to clocksource arch_sys_counter
  84. [ 0.186082] FS-Cache: Loaded
  85. [ 0.196461] NET: Registered protocol family 2
  86. [ 0.197043] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  87. [ 0.197072] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  88. [ 0.197134] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  89. [ 0.197199] TCP: Hash tables configured (established 8192 bind 8192)
  90. [ 0.197331] UDP hash table entries: 512 (order: 2, 16384 bytes)
  91. [ 0.197364] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  92. [ 0.197607] NET: Registered protocol family 1
  93. [ 0.198224] RPC: Registered named UNIX socket transport module.
  94. [ 0.198237] RPC: Registered udp transport module.
  95. [ 0.198250] RPC: Registered tcp transport module.
  96. [ 0.198263] RPC: Registered tcp NFSv4.1 backchannel transport module.
  97. [ 0.198283] PCI: CLS 0 bytes, default 64
  98. [ 0.341647] Initialise system trusted keyrings
  99. [ 0.341845] workingset: timestamp_bits=14 max_order=19 bucket_order=5
  100. [ 0.350887] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  101. [ 0.351597] FS-Cache: Netfs 'nfs' registered for caching
  102. [ 0.352401] NFS: Registering the id_resolver key type
  103. [ 0.352446] Key type id_resolver registered
  104. [ 0.352459] Key type id_legacy registered
  105. [ 0.352483] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  106. [ 0.352992] FS-Cache: Netfs 'cifs' registered for caching
  107. [ 0.359852] Key type asymmetric registered
  108. [ 0.359867] Asymmetric key parser 'x509' registered
  109. [ 0.360057] bounce: pool size: 64 pages
  110. [ 0.360117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  111. [ 0.360133] io scheduler noop registered (default)
  112. [ 0.360147] io scheduler deadline registered
  113. [ 0.360292] io scheduler cfq registered
  114. [ 0.360307] io scheduler mq-deadline registered
  115. [ 0.360321] io scheduler kyber registered
  116. [ 0.360465] io scheduler bfq registered
  117. [ 0.364608] brcm-pcie fd500000.pcie: could not get clock
  118. [ 0.364697] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  119. [ 0.364751] brcm-pcie fd500000.pcie: MEM 0x600000000..0x603ffffff -> 0xf8000000
  120. [ 0.402497] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC)
  121. [ 0.402739] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  122. [ 0.402758] pci_bus 0000:00: root bus resource [bus 00-01]
  123. [ 0.402778] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
  124. [ 0.402843] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  125. [ 0.403065] pci 0000:00:00.0: PME# supported from D0 D3hot
  126. [ 0.405866] PCI: bus0: Fast back to back transfers disabled
  127. [ 0.405889] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  128. [ 0.406110] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  129. [ 0.406195] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  130. [ 0.406443] pci 0000:01:00.0: PME# supported from D0 D3cold
  131. [ 0.409147] PCI: bus1: Fast back to back transfers disabled
  132. [ 0.409166] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01
  133. [ 0.409238] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
  134. [ 0.409260] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  135. [ 0.409302] pci 0000:00:00.0: PCI bridge to [bus 01]
  136. [ 0.409326] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  137. [ 0.409404] pci 0000:00:00.0: enabling device (0140 -> 0142)
  138. [ 0.409437] pci 0000:01:00.0: enabling device (0140 -> 0142)
  139. [ 0.412465] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
  140. [ 0.414833] iproc-rng200 fe104000.rng: hwrng registered
  141. [ 0.415141] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  142. [ 0.415867] vc-sm: Videocore shared memory driver
  143. [ 0.422441] vc4-drm soc:gpu: bound fe600000.firmwarekms (ops 0xc0c5eec0)
  144. [ 0.422996] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
  145. [ 0.423011] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  146. [ 0.423024] [drm] No driver support for vblank timestamp query.
  147. [ 0.423036] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
  148. [ 10.505748] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  149. [ 20.532407] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  150. [ 30.559071] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  151. [ 40.585735] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  152. [ 50.612400] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  153. [ 50.616306] Console: switching to colour frame buffer device 90x36
  154. [ 60.639065] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  155. [ 70.665729] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  156. [ 80.692393] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  157. [ 90.719059] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  158. [ 90.724275] vc4-drm soc:gpu: fb0: DRM emulated frame buffer device
  159. [ 90.736313] brd: module loaded
  160. [ 90.736444] loop: module loaded
  161. [ 90.757549] usbcore: registered new interface driver rtsx_usb
  162. [ 90.758595] Loading iSCSI transport class v2.0-870.
  163. [ 90.759033] iscsi: registered transport (tcp)
  164. [ 90.760716] libphy: Fixed MDIO Bus: probed
  165. [ 90.760755] tun: Universal TUN/TAP device driver, 1.6
  166. [ 90.761510] bcmgenet fd580000.genet: failed to get enet clock
  167. [ 90.761529] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000
  168. [ 90.761552] bcmgenet fd580000.genet: failed to get enet-wol clock
  169. [ 90.761573] bcmgenet fd580000.genet: failed to get enet-eee clock
  170. [ 90.761982] unimac-mdio unimac-mdio.-19: DMA mask not set
  171. [ 90.772402] libphy: bcmgenet MII bus: probed
  172. [ 90.799937] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrval)
  173. [ 90.800891] usbcore: registered new interface driver lan78xx
  174. [ 90.800939] usbcore: registered new interface driver dm9601
  175. [ 90.801006] usbcore: registered new interface driver smsc95xx
  176. [ 90.801343] xhci_hcd 0000:01:00.0: xHCI Host Controller
  177. [ 90.801375] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  178. [ 90.803383] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890
  179. [ 90.803558] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of irq 56
  180. [ 90.804284] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  181. [ 90.804301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  182. [ 90.804317] usb usb1: Product: xHCI Host Controller
  183. [ 90.804332] usb usb1: Manufacturer: Linux 4.19.50 xhci-hcd
  184. [ 90.804347] usb usb1: SerialNumber: 0000:01:00.0
  185. [ 90.804909] hub 1-0:1.0: USB hub found
  186. [ 90.804985] hub 1-0:1.0: 1 port detected
  187. [ 90.805478] xhci_hcd 0000:01:00.0: xHCI Host Controller
  188. [ 90.805503] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  189. [ 90.805526] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  190. [ 90.806019] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
  191. [ 90.806035] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  192. [ 90.806051] usb usb2: Product: xHCI Host Controller
  193. [ 90.806066] usb usb2: Manufacturer: Linux 4.19.50 xhci-hcd
  194. [ 90.806080] usb usb2: SerialNumber: 0000:01:00.0
  195. [ 90.806645] hub 2-0:1.0: USB hub found
  196. [ 90.806712] hub 2-0:1.0: 4 ports detected
  197. [ 90.808069] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  198. [ 90.833716] dwc_otg fe980000.usb: base=(ptrval)
  199. [ 91.034016] Core Release: 2.80a
  200. [ 91.034032] Setting default values for core params
  201. [ 91.034059] Finished setting default values for core params
  202. [ 91.234470] Using Buffer DMA mode
  203. [ 91.234483] Periodic Transfer Interrupt Enhancement - disabled
  204. [ 91.234495] Multiprocessor Interrupt Enhancement - disabled
  205. [ 91.234510] OTG VER PARAM: 0, OTG VER FLAG: 0
  206. [ 91.234576] Dedicated Tx FIFOs mode
  207. [ 91.235271] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = dbc6c000 dma = 0x00000000dbc6c000 len=9024
  208. [ 91.235296] FIQ FSM acceleration enabled for :
  209. [ 91.235296] Non-periodic Split Transactions
  210. [ 91.235296] Periodic Split Transactions
  211. [ 91.235296] High-Speed Isochronous Endpoints
  212. [ 91.235296] Interrupt/Control Split Transaction hack enabled
  213. [ 91.235311] dwc_otg: Microframe scheduler enabled
  214. [ 91.235418] WARN::hcd_init_fiq:457: FIQ on core 1
  215. [ 91.235434] WARN::hcd_init_fiq:458: FIQ ASM at c089fbbc length 36
  216. [ 91.235451] WARN::hcd_init_fiq:497: MPHI regs_base at ec810200
  217. [ 91.235468] dwc_otg fe980000.usb: DWC OTG Controller
  218. [ 91.235500] dwc_otg fe980000.usb: new USB bus registered, assigned bus number 3
  219. [ 91.235541] dwc_otg fe980000.usb: irq 37, io mem 0x00000000
  220. [ 91.235594] Init: Port Power? op_state=1
  221. [ 91.235607] Init: Power Port (0)
  222. [ 91.236055] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  223. [ 91.236073] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  224. [ 91.236089] usb usb3: Product: DWC OTG Controller
  225. [ 91.236105] usb usb3: Manufacturer: Linux 4.19.50 dwc_otg_hcd
  226. [ 91.236119] usb usb3: SerialNumber: fe980000.usb
  227. [ 91.236712] hub 3-0:1.0: USB hub found
  228. [ 91.236776] hub 3-0:1.0: 1 port detected
  229. [ 91.237508] dwc_otg: FIQ enabled
  230. [ 91.237521] dwc_otg: NAK holdoff enabled
  231. [ 91.237533] dwc_otg: FIQ split-transaction FSM enabled
  232. [ 91.237550] Module dwc_common_port init
  233. [ 91.237787] usbcore: registered new interface driver uas
  234. [ 91.237910] usbcore: registered new interface driver usb-storage
  235. [ 91.238097] mousedev: PS/2 mouse device common for all mice
  236. [ 91.238482] i2c /dev entries driver
  237. [ 91.241318] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  238. [ 91.241508] bcm2835-cpufreq: min=600000 max=1500000
  239. [ 91.242312] sdhci: Secure Digital Host Controller Interface driver
  240. [ 91.242324] sdhci: Copyright(c) Pierre Ossman
  241. [ 91.242977] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
  242. [ 91.243372] sdhci-pltfm: SDHCI platform and OF driver helper
  243. [ 91.245614] ledtrig-cpu: registered to indicate activity on CPUs
  244. [ 91.245703] hidraw: raw HID events driver (C) Jiri Kosina
  245. [ 91.246914] usbcore: registered new interface driver usbhid
  246. [ 91.246919] usbhid: USB HID core driver
  247. [ 91.247350] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
  248. [ 91.248484] [vc_sm_connected_init]: start
  249. [ 91.255940] [vc_sm_connected_init]: end - returning 0
  250. [ 91.257371] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
  251. [ 91.257391] [vc_sm_connected_init]: start
  252. [ 91.257799] [vc_sm_connected_init]: installed successfully
  253. [ 91.259722] NET: Registered protocol family 10
  254. [ 91.260946] Segment Routing with IPv6
  255. [ 91.261023] NET: Registered protocol family 17
  256. [ 91.261152] Key type dns_resolver registered
  257. [ 91.261376] Registering SWP/SWPB emulation handler
  258. [ 91.262005] Loading compiled-in X.509 certificates
  259. [ 91.271243] uart-pl011 fe201000.serial: cts_event_workaround enabled
  260. [ 91.271312] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 33, base_baud = 0) is a PL011 rev2
  261. [ 91.274679] fe215040.serial: ttyS0 at MMIO 0x0 (irq = 35, base_baud = 54000000) is a 16550
  262. [ 91.275134] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  263. [ 91.275478] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver
  264. [ 91.275908] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
  265. [ 91.275914] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
  266. [ 91.302148] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1
  267. [ 91.319994] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  268. [ 91.321670] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  269. [ 91.323351] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  270. [ 91.326459] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  271. [ 91.328133] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  272. [ 91.336326] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
  273. [ 91.342573] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
  274. [ 91.345187] console [netcon0] enabled
  275. [ 91.345192] netconsole: network logging started
  276. [ 91.345198] of_cfs_init
  277. [ 91.345219] of_cfs_init: OK
  278. [ 91.345373] ALSA device list:
  279. [ 91.345378] No soundcards found.
  280. [ 91.350218] Freeing unused kernel memory: 4096K
  281. [ 91.359034] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  282. [ 91.359211] Run /init as init process
  283. [ 91.379519] random: fast init done
  284. [ 91.398801] mmc1: new high speed SDIO card at address 0001
  285. [ 91.442048] mmc0: new ultra high speed DDR50 SDXC card at address e624
  286. [ 91.442897] mmcblk0: mmc0:e624 SC64G 59.5 GiB
  287. [ 91.444992] mmcblk0: p1 p2
  288. [ 91.500189] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
  289. [ 91.500197] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  290. [ 91.500204] usb 1-1: Product: USB2.0 Hub
  291. [ 91.501330] hub 1-1:1.0: USB hub found
  292. [ 91.501654] hub 1-1:1.0: 4 ports detected
  293. [ 92.080599] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  294. [ 95.370524] systemd[1]: System time before build time, advancing clock.
  295. [ 95.377054] systemd[1]: systemd 242 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)
  296. [ 95.377366] systemd[1]: Detected architecture arm.
  297. [ 95.380632] systemd[1]: Set hostname to <LibreELEC>.
  298. [ 95.468375] random: systemd: uninitialized urandom read (16 bytes read)
  299. [ 95.468758] systemd[1]: Listening on Journal Socket.
  300. [ 95.469157] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  301. [ 95.469293] random: systemd: uninitialized urandom read (16 bytes read)
  302. [ 95.472749] systemd[1]: Mounting POSIX Message Queue File System...
  303. [ 95.472878] random: systemd: uninitialized urandom read (16 bytes read)
  304. [ 95.473419] systemd[1]: Listening on udev Kernel Socket.
  305. [ 95.473754] systemd[1]: Listening on initctl Compatibility Named Pipe.
  306. [ 95.487234] systemd[1]: Listening on RPCbind Server Activation Socket.
  307. [ 95.487445] systemd[1]: Condition check resulted in Debug Shell on /dev/console being skipped.
  308. [ 95.551919] kernel-overlays-setup: setup base modules
  309. [ 95.602042] kernel-overlays-setup: added modules from /usr/lib/kernel-overlays/base/lib/modules/4.19.50
  310. [ 95.634555] kernel-overlays-setup: added firmware from /usr/lib/kernel-overlays/base/lib/firmware
  311. [ 95.634685] kernel-overlays-setup: adding overlays from /storage/.cache/kernel-overlays
  312. [ 95.637662] kernel-overlays-setup: done
  313. [ 95.781415] systemd-journald[210]: Received request to flush runtime journal from PID 1
  314. [ 96.052195] random: crng init done
  315. [ 96.052203] random: 7 urandom warning(s) missed due to ratelimiting
  316. [ 96.712125] argon-mem feb00000.hevc-decoder: argon-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff
  317. [ 96.715195] argon-mem feb10000.argon-local-intc: argon-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff
  318. [ 96.715401] argon-mem feb20000.h264-decoder: argon-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff
  319. [ 96.715568] argon-mem feb30000.vp9-decoder: argon-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff
  320. [ 96.733490] videodev: Linux video capture interface: v2.00
  321. [ 96.744521] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
  322. [ 96.803779] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
  323. [ 96.837134] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
  324. [ 96.839371] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  325. [ 96.855102] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
  326. [ 96.855112] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
  327. [ 96.876324] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
  328. [ 96.876333] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
  329. [ 96.882042] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
  330. [ 96.882050] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
  331. [ 96.912959] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  332. [ 96.943217] brcmfmac: F1 signature read @0x18000000=0x15264345
  333. [ 96.948716] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  334. [ 96.959148] usbcore: registered new interface driver brcmfmac
  335. [ 97.136039] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay)
  336. [ 97.136494] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  337. [ 97.204180] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  338. [ 97.216668] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
  339. [ 97.241099] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  340. [ 97.397411] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  341. [ 97.397422] brcmfmac: power management disabled
  342. [ 97.722545] tether: port 1(wlan0) entered blocking state
  343. [ 97.722554] tether: port 1(wlan0) entered disabled state
  344. [ 97.722732] device wlan0 entered promiscuous mode
  345. [ 97.728805] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  346. [ 97.729244] tether: port 1(wlan0) entered blocking state
  347. [ 97.729253] tether: port 1(wlan0) entered forwarding state
  348. [ 98.159189] bcmgenet fd580000.genet eth0: Link is Down
  349. [ 98.181200] OF: overlay: WARNING: memory leak will occur if overlay removed, property: /soc/audio/status
  350. [ 98.186196] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  351. [ 98.190401] bcm2835_audio soc:audio: card created with 8 channels
  352. [ 101.812373] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  353. [ 102.212530] bcmgenet fd580000.genet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  354. [ 102.212561] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  355. [ 102.220632] 8021q: 802.1Q VLAN Support v1.8
  356. [ 103.972733] Bluetooth: Core ver 2.22
  357. [ 103.972814] NET: Registered protocol family 31
  358. [ 103.972827] Bluetooth: HCI device and connection manager initialized
  359. [ 103.972853] Bluetooth: HCI socket layer initialized
  360. [ 103.972872] Bluetooth: L2CAP socket layer initialized
  361. [ 103.972927] Bluetooth: SCO socket layer initialized
  362. [ 103.983863] Bluetooth: HCI UART driver ver 2.3
  363. [ 103.983882] Bluetooth: HCI UART protocol H4 registered
  364. [ 103.983975] Bluetooth: HCI UART protocol Three-wire (H5) registered
  365. [ 103.984288] Bluetooth: HCI UART protocol Broadcom registered
  366. [ 105.252561] bcmgenet fd580000.genet eth0: Link is Down
  367. [ 108.292498] bcmgenet fd580000.genet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  368. [ 111.839087] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  369. [ 121.865732] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  370. [ 131.892378] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  371. [ 141.919047] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  372. [ 151.945690] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  373. [ 161.972354] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  374. [ 171.999005] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  375. [ 182.025658] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  376. [ 192.052303] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  377. [ 202.078961] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  378. [ 212.105612] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  379. [ 222.132312] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  380. [ 232.158949] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  381. [ 242.185620] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  382. [ 252.212258] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  383. [ 262.238934] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  384. [ 272.265551] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  385. [ 282.292209] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  386. [ 292.318891] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  387. [ 302.345569] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  388. [ 312.372218] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  389. [ 322.398878] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  390. [ 332.425534] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  391. [ 342.452201] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  392. [ 352.478859] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  393. [ 362.505498] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  394. [ 372.532162] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  395. [ 382.558852] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  396. [ 392.585491] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  397. [ 402.612153] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  398. [ 412.638789] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  399. [ 422.665450] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  400. [ 432.692114] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  401. [ 442.718766] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  402. [ 452.745426] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  403. [ 462.772137] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  404. [ 472.798789] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  405. [ 482.825409] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  406. [ 492.852074] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  407. [ 502.878732] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  408. [ 512.905408] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  409. [ 522.932049] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  410. [ 532.958710] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  411. [ 542.985448] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  412. [ 553.012067] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  413. [ 563.038719] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  414. [ 573.065394] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  415. [ 583.092056] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  416. [ 593.118720] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  417. [ 603.145369] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  418. [ 613.172043] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  419. [ 623.198724] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  420. [ 633.225358] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  421. [ 643.252028] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  422. [ 653.278693] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  423. [ 663.305340] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  424. [ 673.332008] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  425. [ 683.358685] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
  426. [ 693.385317] [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  427. [ 703.412019] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CRTC:43:crtc-0] flip_done timed out
  428. [ 713.438673] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [CONNECTOR:45:Composite-1] flip_done timed out
  429. [ 723.465339] [drm:drm_atomic_helper_wait_for_dependencies] *ERROR* [PLANE:28:plane-0] flip_done timed out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement