Guest User

Untitled

a guest
Jun 6th, 2020
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.77 KB | None | 0 0
  1. LibreELEC:~ # dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  3. [ 0.000000] Linux version 5.6.0-rc4 (jenkins@tsuboi) (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 SMP Wed Jun 3 03:38:45 CEST 2020
  4. [ 0.000000] Machine model: Hardkernel ODROID-C2
  5. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000045c00000, size 896 MiB
  6. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  7. [ 0.000000] On node 0 totalpages: 510720
  8. [ 0.000000] DMA zone: 4032 pages used for memmap
  9. [ 0.000000] DMA zone: 0 pages reserved
  10. [ 0.000000] DMA zone: 248576 pages, LIFO batch:63
  11. [ 0.000000] DMA32 zone: 4096 pages used for memmap
  12. [ 0.000000] DMA32 zone: 262144 pages, LIFO batch:63
  13. [ 0.000000] psci: probing for conduit method from DT.
  14. [ 0.000000] psci: PSCIv0.2 detected in firmware.
  15. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  16. [ 0.000000] psci: Trusted OS migration not required
  17. [ 0.000000] percpu: Embedded 21 pages/cpu s49112 r8192 d28712 u86016
  18. [ 0.000000] pcpu-alloc: s49112 r8192 d28712 u86016 alloc=21*4096
  19. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  20. [ 0.000000] Detected VIPT I-cache on CPU0
  21. [ 0.000000] CPU features: detected: ARM erratum 845719
  22. [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
  23. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  24. [ 0.000000] CPU features: detected: ARM erratum 843419
  25. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 502592
  26. [ 0.000000] Kernel command line: boot=LABEL=LIBREELEC disk=LABEL=STORAGE quiet systemd.debug_shell=ttyAML0 console=ttyAML0,115200n8 console=tty0
  27. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  28. [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  29. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  30. [ 0.000000] software IO TLB: mapped [mem 0x3bfff000-0x3ffff000] (64MB)
  31. [ 0.000000] Memory: 996576K/2042880K available (10046K kernel code, 832K rwdata, 4416K rodata, 6400K init, 734K bss, 128800K reserved, 917504K cma-reserved)
  32. [ 0.000000] random: get_random_u64 called from cache_random_seq_create+0x78/0x148 with crng_init=0
  33. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  34. [ 0.000000] rcu: Hierarchical RCU implementation.
  35. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  36. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  37. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  38. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  39. [ 0.000000] GIC: Using split EOI/Deactivate mode
  40. [ 0.000000] irq_meson_gpio: 133 to 8 gpio interrupt mux initialized
  41. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  42. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  43. [ 0.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  44. [ 0.000176] Console: colour dummy device 80x25
  45. [ 0.000184] printk: console [tty0] enabled
  46. [ 0.000208] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  47. [ 0.000213] pid_max: default: 32768 minimum: 301
  48. [ 0.000329] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
  49. [ 0.000342] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
  50. [ 0.000379] *** VALIDATE tmpfs ***
  51. [ 0.000671] *** VALIDATE proc ***
  52. [ 0.000833] *** VALIDATE cgroup ***
  53. [ 0.000837] *** VALIDATE cgroup2 ***
  54. [ 0.001308] ASID allocator initialised with 65536 entries
  55. [ 0.001358] rcu: Hierarchical SRCU implementation.
  56. [ 0.002513] smp: Bringing up secondary CPUs ...
  57. [ 0.003391] Detected VIPT I-cache on CPU1
  58. [ 0.003432] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  59. [ 0.004328] Detected VIPT I-cache on CPU2
  60. [ 0.004345] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  61. [ 0.005191] Detected VIPT I-cache on CPU3
  62. [ 0.005207] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  63. [ 0.005245] smp: Brought up 1 node, 4 CPUs
  64. [ 0.005247] SMP: Total of 4 processors activated.
  65. [ 0.005251] CPU features: detected: 32-bit EL0 Support
  66. [ 0.005253] CPU features: detected: CRC32 instructions
  67. [ 0.013261] CPU: All CPU(s) started at EL2
  68. [ 0.013311] alternatives: patching kernel code
  69. [ 0.014159] devtmpfs: initialized
  70. [ 0.017354] Registered cp15_barrier emulation handler
  71. [ 0.017362] Registered setend emulation handler
  72. [ 0.017367] KASLR disabled due to lack of seed
  73. [ 0.017501] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  74. [ 0.017510] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  75. [ 0.035558] pinctrl core: initialized pinctrl subsystem
  76. [ 0.035959] thermal_sys: Registered thermal governor 'step_wise'
  77. [ 0.036331] NET: Registered protocol family 16
  78. [ 0.037282] DMA: preallocated 256 KiB pool for atomic allocations
  79. [ 0.037548] cpuidle: using governor ladder
  80. [ 0.037559] cpuidle: using governor menu
  81. [ 0.037678] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  82. [ 0.047961] cryptd: max_cpu_qlen set to 1000
  83. [ 0.050899] HDMI_P5V0: supplied by P5V0
  84. [ 0.051317] VDDIO_AO1V8: supplied by P5V0
  85. [ 0.051472] VDDIO_AO3V3: supplied by P5V0
  86. [ 0.051638] DDR3_1V5: supplied by P5V0
  87. [ 0.051719] VCC1V8: supplied by VDDIO_AO3V3
  88. [ 0.051899] iommu: Default domain type: Translated
  89. [ 0.052135] SCSI subsystem initialized
  90. [ 0.052255] usbcore: registered new interface driver usbfs
  91. [ 0.052277] usbcore: registered new interface driver hub
  92. [ 0.052319] usbcore: registered new device driver usb
  93. [ 0.052486] mc: Linux media interface: v0.10
  94. [ 0.052505] videodev: Linux video capture interface: v2.00
  95. [ 0.052564] pps_core: LinuxPPS API ver. 1 registered
  96. [ 0.052566] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  97. [ 0.052940] Advanced Linux Sound Architecture Driver Initialized.
  98. [ 0.053471] clocksource: Switched to clocksource arch_sys_counter
  99. [ 0.053477] *** VALIDATE bpf ***
  100. [ 0.053688] FS-Cache: Loaded
  101. [ 0.053690] *** VALIDATE ramfs ***
  102. [ 0.057314] NET: Registered protocol family 2
  103. [ 0.057759] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
  104. [ 0.057780] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
  105. [ 0.057864] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
  106. [ 0.058029] TCP: Hash tables configured (established 16384 bind 16384)
  107. [ 0.058120] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
  108. [ 0.058151] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
  109. [ 0.058283] NET: Registered protocol family 1
  110. [ 0.058592] RPC: Registered named UNIX socket transport module.
  111. [ 0.058594] RPC: Registered udp transport module.
  112. [ 0.058596] RPC: Registered tcp transport module.
  113. [ 0.058598] RPC: Registered tcp NFSv4.1 backchannel transport module.
  114. [ 0.066074] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  115. [ 0.069809] Initialise system trusted keyrings
  116. [ 0.069905] workingset: timestamp_bits=46 max_order=19 bucket_order=0
  117. [ 0.074250] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  118. [ 0.074389] FS-Cache: Netfs 'nfs' registered for caching
  119. [ 0.074737] *** VALIDATE nfs ***
  120. [ 0.074776] *** VALIDATE nfs4 ***
  121. [ 0.074824] NFS: Registering the id_resolver key type
  122. [ 0.074841] Key type id_resolver registered
  123. [ 0.074843] Key type id_legacy registered
  124. [ 0.074850] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  125. [ 0.075097] FS-Cache: Netfs 'cifs' registered for caching
  126. [ 0.075276] Key type cifs.idmap registered
  127. [ 0.085606] NET: Registered protocol family 38
  128. [ 0.085614] Key type asymmetric registered
  129. [ 0.085616] Asymmetric key parser 'x509' registered
  130. [ 0.085645] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  131. [ 0.085649] io scheduler mq-deadline registered
  132. [ 0.085652] io scheduler kyber registered
  133. [ 0.085755] io scheduler bfq registered
  134. [ 0.086581] GPIO line 501 (usb-hub-reset) hogged as output/high
  135. [ 0.091502] soc soc0: Amlogic Meson GXBB (S905) Revision 1f:c (0:1) Detected
  136. [ 0.092654] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 15, base_baud = 1500000) is a meson_uart
  137. [ 0.092685] printk: console [ttyAML0] enabled
  138. [ 0.098130] brd: module loaded
  139. [ 0.098185] loop: module loaded
  140. [ 0.106859] Loading iSCSI transport class v2.0-870.
  141. [ 0.107142] iscsi: registered transport (tcp)
  142. [ 0.107485] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
  143. [ 0.107487] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  144. [ 0.107987] libphy: Fixed MDIO Bus: probed
  145. [ 0.108136] tun: Universal TUN/TAP device driver, 1.6
  146. [ 0.108693] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
  147. [ 0.109684] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
  148. [ 0.115881] meson8b-dwmac c9410000.ethernet: PTP uses main clock
  149. [ 0.115888] meson8b-dwmac c9410000.ethernet: no reset control found
  150. [ 0.116250] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
  151. [ 0.116257] meson8b-dwmac c9410000.ethernet: DWMAC1000
  152. [ 0.116261] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
  153. [ 0.116264] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
  154. [ 0.116268] meson8b-dwmac c9410000.ethernet: COE Type 2
  155. [ 0.116271] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
  156. [ 0.116274] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
  157. [ 0.116295] meson8b-dwmac c9410000.ethernet: Normal descriptors
  158. [ 0.116298] meson8b-dwmac c9410000.ethernet: Ring mode enabled
  159. [ 0.116301] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  160. [ 0.116589] libphy: stmmac: probed
  161. [ 0.162054] usbcore: registered new interface driver rtl8150
  162. [ 0.162564] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  163. [ 0.162589] ehci-platform: EHCI generic platform driver
  164. [ 0.162667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  165. [ 0.162675] ohci-platform: OHCI generic platform driver
  166. [ 0.162925] usbcore: registered new interface driver usb-storage
  167. [ 0.163045] mousedev: PS/2 mouse device common for all mice
  168. [ 0.163248] i2c /dev entries driver
  169. [ 0.165117] meson-gx-mmc d0074000.mmc: allocated mmc-pwrseq
  170. [ 0.190888] ledtrig-cpu: registered to indicate activity on CPUs
  171. [ 0.191093] meson-sm: secure-monitor enabled
  172. [ 0.191380] hid: raw HID events driver (C) Jiri Kosina
  173. [ 0.192072] usbcore: registered new interface driver usbhid
  174. [ 0.192074] usbhid: USB HID core driver
  175. [ 0.192293] platform-mhu c883c404.mailbox: Platform MHU Mailbox registered
  176. [ 0.195844] NET: Registered protocol family 10
  177. [ 0.196537] Segment Routing with IPv6
  178. [ 0.196573] NET: Registered protocol family 17
  179. [ 0.196678] Key type dns_resolver registered
  180. [ 0.196934] Loading compiled-in X.509 certificates
  181. [ 0.206655] USB_OTG_PWR: supplied by P5V0
  182. [ 0.206900] TFLASH_VDD: supplied by VDDIO_AO3V3
  183. [ 0.208048] meson-drm d0100000.vpu: Queued 2 outputs on vpu
  184. [ 0.208237] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  185. [ 0.208239] [drm] No driver support for vblank timestamp query.
  186. [ 0.208303] meson-drm d0100000.vpu: CVBS Output connector not available
  187. [ 0.233508] meson-dw-hdmi c883a000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
  188. [ 0.233786] meson-dw-hdmi c883a000.hdmi-tx: registered DesignWare HDMI I2C bus driver
  189. [ 0.234100] meson-drm d0100000.vpu: bound c883a000.hdmi-tx (ops meson_dw_hdmi_ops)
  190. [ 0.234352] [drm] Initialized meson 1.0.0 20161109 for d0100000.vpu on minor 0
  191. [ 0.333946] random: fast init done
  192. [ 0.506273] Console: switching to colour frame buffer device 180x56
  193. [ 0.534221] meson-drm d0100000.vpu: fb0: mesondrmfb frame buffer device
  194. [ 0.534585] dwc2 c9100000.usb: c9100000.usb supply vusb_d not found, using dummy regulator
  195. [ 0.534651] dwc2 c9100000.usb: c9100000.usb supply vusb_a not found, using dummy regulator
  196. [ 0.593559] dwc2 c9100000.usb: DWC OTG Controller
  197. [ 0.593576] dwc2 c9100000.usb: new USB bus registered, assigned bus number 1
  198. [ 0.593597] dwc2 c9100000.usb: irq 37, io mem 0xc9100000
  199. [ 0.593717] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
  200. [ 0.593722] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  201. [ 0.593725] usb usb1: Product: DWC OTG Controller
  202. [ 0.593729] usb usb1: Manufacturer: Linux 5.6.0-rc4 dwc2_hsotg
  203. [ 0.593732] usb usb1: SerialNumber: c9100000.usb
  204. [ 0.594034] hub 1-0:1.0: USB hub found
  205. [ 0.594050] hub 1-0:1.0: 1 port detected
  206. [ 0.594834] meson-gx-mmc d0072000.mmc: Got CD GPIO
  207. [ 0.622424] scpi_protocol scpi: SCP Protocol legacy pre-1.0 firmware
  208. [ 0.625375] gx-sound-card sound: snd-soc-dummy-dai <-> I2S FIFO mapping ok
  209. [ 0.626193] gx-sound-card sound: CODEC CTRL HDMI I2S IN <-> I2S Encoder mapping ok
  210. [ 0.626206] gx-sound-card sound: i2s-hifi <-> CODEC CTRL HDMI OUT mapping ok
  211. [ 0.626690] printk: console [netcon0] enabled
  212. [ 0.626692] netconsole: network logging started
  213. [ 0.626697] hctosys: unable to open rtc device (rtc0)
  214. [ 0.626901] ALSA device list:
  215. [ 0.626904] #0: GXBB-ODROID-C2
  216. [ 0.629590] Freeing unused kernel memory: 6400K
  217. [ 0.629680] Run /init as init process
  218. [ 0.629684] with arguments:
  219. [ 0.629686] /init
  220. [ 0.629687] with environment:
  221. [ 0.629690] HOME=/
  222. [ 0.629692] TERM=linux
  223. [ 0.629694] boot=LABEL=LIBREELEC
  224. [ 0.629695] disk=LABEL=STORAGE
  225. [ 0.679568] Checking disk(s): LABEL=LIBREELEC LABEL=STORAGE
  226. [ 0.805740] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
  227. [ 0.806342] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
  228. [ 0.809133] mmcblk1: p1 p2
  229. [ 0.989484] usb 1-1: new high-speed USB device number 2 using dwc2
  230. [ 1.010886] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
  231. [ 1.010890] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  232. [ 1.010893] usb 1-1: Product: USB2.0 Hub
  233. [ 1.011359] hub 1-1:1.0: USB hub found
  234. [ 1.011636] hub 1-1:1.0: 4 ports detected
  235. [ 1.297495] usb 1-1.2: new full-speed USB device number 3 using dwc2
  236. [ 1.399563] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c223, bcdDevice= 0.20
  237. [ 1.399572] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  238. [ 1.399575] usb 1-1.2: Product: G15 Keyboard Hub
  239. [ 1.400004] hub 1-1.2:1.0: USB hub found
  240. [ 1.400313] hub 1-1.2:1.0: 4 ports detected
  241. [ 1.408940] fsck: CP437: Invalid argument
  242. [ 1.409035] fsck: fsck.fat 4.1 (2017-01-24)
  243. [ 1.409156] fsck: /dev/mmcblk1p1: 78 files, 13566/65501 clusters
  244. [ 1.409294] fsck: STORAGE: clean, 11/3758080 files, 481396/15029760 blocks
  245. [ 1.481538] usb 1-1.4: new high-speed USB device number 4 using dwc2
  246. [ 1.502204] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8179, bcdDevice= 0.00
  247. [ 1.502214] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  248. [ 1.502218] usb 1-1.4: Product: 802.11n NIC
  249. [ 1.502221] usb 1-1.4: Manufacturer: Realtek
  250. [ 1.502224] usb 1-1.4: SerialNumber: 40A5EF0C8E98
  251. [ 1.662043] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
  252. [ 1.685521] usb 1-1.2.1: new low-speed USB device number 5 using dwc2
  253. [ 1.791714] usb 1-1.2.1: New USB device found, idVendor=046d, idProduct=c226, bcdDevice= 1.00
  254. [ 1.791723] usb 1-1.2.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  255. [ 1.791727] usb 1-1.2.1: Product: G15 Gaming Keyboard
  256. [ 1.796401] input: G15 Gaming Keyboard as /devices/platform/soc/c9100000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/0003:046D:C226.0001/input/input0
  257. [ 1.853970] hid-generic 0003:046D:C226.0001: input,hidraw0: USB HID v1.10 Keyboard [G15 Gaming Keyboard] on usb-c9100000.usb-1.2.1/input0
  258. [ 1.858827] input: G15 Gaming Keyboard Consumer Control as /devices/platform/soc/c9100000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/0003:046D:C226.0002/input/input1
  259. [ 1.917836] hid-generic 0003:046D:C226.0002: input,hiddev96,hidraw1: USB HID v1.10 Device [G15 Gaming Keyboard] on usb-c9100000.usb-1.2.1/input1
  260. [ 1.997519] usb 1-1.2.4: new full-speed USB device number 6 using dwc2
  261. [ 2.048100] systemd[1]: System time before build time, advancing clock.
  262. [ 2.057274] systemd[1]: systemd 245 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)
  263. [ 2.057644] systemd[1]: Detected architecture arm64.
  264. [ 2.057714] systemd[1]: Running with unpopulated /etc.
  265. [ 2.077875] systemd[1]: Set hostname to <LibreELEC>.
  266. [ 2.077924] systemd[1]: Cannot open /etc/machine-id: No such file or directory
  267. [ 2.104391] usb 1-1.2.4: New USB device found, idVendor=046d, idProduct=c227, bcdDevice= 0.20
  268. [ 2.104400] usb 1-1.2.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  269. [ 2.104404] usb 1-1.2.4: Product: G15 GamePanel LCD
  270. [ 2.120375] random: crng init done
  271. [ 2.123773] lg-g15 0003:046D:C227.0003: hidraw2: USB HID v1.11 Keypad [G15 GamePanel LCD] on usb-c9100000.usb-1.2.4/input0
  272. [ 2.182604] input: Logitech Gaming Keyboard Gaming Keys as /devices/platform/soc/c9100000.usb/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/0003:046D:C227.0003/input/input3
  273. [ 2.353016] systemd[1]: Populated /etc with preset unit settings.
  274. [ 2.509748] systemd[1]: Created slice system-modprobe.slice.
  275. [ 2.510482] systemd[1]: Created slice User and Session Slice.
  276. [ 2.510672] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  277. [ 2.510794] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  278. [ 2.510993] systemd[1]: Reached target Paths.
  279. [ 2.511072] systemd[1]: Reached target Slices.
  280. [ 2.521041] systemd[1]: Listening on RPCbind Server Activation Socket.
  281. [ 2.521161] systemd[1]: Reached target RPC Port Mapper.
  282. [ 2.521442] systemd[1]: Listening on initctl Compatibility Named Pipe.
  283. [ 2.573653] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  284. [ 2.574534] systemd[1]: Listening on Journal Socket (/dev/log).
  285. [ 2.574894] systemd[1]: Listening on Journal Socket.
  286. [ 2.575218] systemd[1]: Listening on udev Control Socket.
  287. [ 2.575418] systemd[1]: Listening on udev Kernel Socket.
  288. [ 2.575743] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  289. [ 2.578469] systemd[1]: Mounting POSIX Message Queue File System...
  290. [ 2.581412] systemd[1]: Mounting Kernel Debug File System...
  291. [ 2.581903] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
  292. [ 2.584825] systemd[1]: Mounting Variable Directory...
  293. [ 2.587884] systemd[1]: Started Early root shell on /dev/ttyAML0 FOR DEBUGGING ONLY.
  294. [ 2.590774] systemd[1]: Starting Create kernel modules tree from overlays...
  295. [ 2.591105] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
  296. [ 2.594295] systemd[1]: Starting Show Version...
  297. [ 2.597799] systemd[1]: Starting Create Persistent Log Directory on /storage...
  298. [ 2.598547] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  299. [ 2.602042] systemd[1]: Starting Setup NTP servers for timesyncd...
  300. [ 2.664763] systemd[1]: Mounted POSIX Message Queue File System.
  301. [ 2.666492] systemd[1]: Mounted Kernel Debug File System.
  302. [ 2.667250] systemd[1]: Mounted Variable Directory.
  303. [ 2.670119] systemd[1]: Finished Show Version.
  304. [ 2.672664] systemd[1]: Finished Create Persistent Log Directory on /storage.
  305. [ 2.673575] kernel-overlays-setup: setup base modules
  306. [ 2.674555] systemd[1]: Finished Setup NTP servers for timesyncd.
  307. [ 2.675388] systemd[1]: Condition check resulted in Persistent Log Storage being skipped.
  308. [ 2.733697] kernel-overlays-setup: added modules from /usr/lib/kernel-overlays/base/lib/modules/5.6.0-rc4
  309. [ 2.751505] kernel-overlays-setup: added firmware from /usr/lib/kernel-overlays/base/lib/firmware
  310. [ 2.751661] kernel-overlays-setup: adding overlays from /storage/.cache/kernel-overlays
  311. [ 2.751865] kernel-overlays-setup: done
  312. [ 2.753696] systemd[1]: Finished Create kernel modules tree from overlays.
  313. [ 2.756692] systemd[1]: Starting Create list of static device nodes for the current kernel...
  314. [ 2.759691] systemd[1]: Starting Setup machine-id...
  315. [ 2.762444] systemd[1]: Starting Mounting swapfile...
  316. [ 2.763498] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
  317. [ 2.763921] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
  318. [ 2.767384] systemd[1]: Mounting Kernel Configuration File System...
  319. [ 2.771073] systemd[1]: Starting Apply Kernel Variables...
  320. [ 2.774561] systemd[1]: Starting udev Coldplug all Devices...
  321. [ 2.779417] systemd[1]: Finished Create list of static device nodes for the current kernel.
  322. [ 2.780186] systemd[1]: Mounted Kernel Configuration File System.
  323. [ 2.804950] systemd[1]: Finished Apply Kernel Variables.
  324. [ 2.811522] systemd[1]: Finished Mounting swapfile.
  325. [ 2.811933] systemd[1]: Reached target Swap.
  326. [ 2.814696] systemd[1]: Mounting Temporary Directory (/tmp)...
  327. [ 2.820963] systemd[1]: Mounted Temporary Directory (/tmp).
  328. [ 2.821380] systemd[1]: Reached target Local File Systems.
  329. [ 2.918612] systemd[1]: Finished Setup machine-id.
  330. [ 2.923098] systemd[1]: Starting Journal Service...
  331. [ 2.926039] systemd[1]: Starting Create Static Device Nodes in /dev...
  332. [ 2.977349] systemd[1]: Finished Create Static Device Nodes in /dev.
  333. [ 2.992076] systemd[1]: Started Journal Service.
  334. [ 3.016069] systemd-journald[313]: Received client request to flush runtime journal.
  335. [ 4.725095] lima d00c0000.gpu: IRQ ppmmu3 not found
  336. [ 4.725106] lima d00c0000.gpu: IRQ ppmmu4 not found
  337. [ 4.725110] lima d00c0000.gpu: IRQ ppmmu5 not found
  338. [ 4.725114] lima d00c0000.gpu: IRQ ppmmu6 not found
  339. [ 4.725119] lima d00c0000.gpu: IRQ ppmmu7 not found
  340. [ 4.725133] lima d00c0000.gpu: gp - mali450 version major 0 minor 0
  341. [ 4.725162] lima d00c0000.gpu: pp0 - mali450 version major 0 minor 0
  342. [ 4.725191] lima d00c0000.gpu: pp1 - mali450 version major 0 minor 0
  343. [ 4.725225] lima d00c0000.gpu: pp2 - mali450 version major 0 minor 0
  344. [ 4.725251] lima d00c0000.gpu: IRQ pp3 not found
  345. [ 4.725255] lima d00c0000.gpu: IRQ pp4 not found
  346. [ 4.725260] lima d00c0000.gpu: IRQ pp5 not found
  347. [ 4.725264] lima d00c0000.gpu: IRQ pp6 not found
  348. [ 4.725268] lima d00c0000.gpu: IRQ pp7 not found
  349. [ 4.725274] lima d00c0000.gpu: l2 cache 8K, 4-way, 64byte cache line, 128bit external bus
  350. [ 4.725280] lima d00c0000.gpu: l2 cache 64K, 4-way, 64byte cache line, 128bit external bus
  351. [ 4.735363] lima d00c0000.gpu: bus rate = 166666667
  352. [ 4.735373] lima d00c0000.gpu: mod rate = 744000000
  353. [ 4.736363] [drm] Initialized lima 1.1.0 20191231 for d00c0000.gpu on minor 1
  354. [ 4.766468] Registered IR keymap rc-odroid
  355. [ 4.792530] IR NEC protocol handler initialized
  356. [ 4.817788] rc rc0: meson-ir as /devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0
  357. [ 4.817922] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
  358. [ 4.818023] input: meson-ir as /devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0/input4
  359. [ 4.821611] meson-ir c8100580.ir: receiver initialized
  360. [ 4.870205] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
  361. [ 4.982750] meson8b-dwmac c9410000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=38)
  362. [ 4.986230] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
  363. [ 4.986246] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
  364. [ 4.986255] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rgmii link mode
  365. [ 5.258197] input: eventlircd as /devices/virtual/input/input5
  366. [ 7.666258] meson8b-dwmac c9410000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
  367. [ 7.666294] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  368. [ 7.691837] 8021q: 802.1Q VLAN Support v1.8
  369. [ 31.709510] VCC3V3: disabling
  370. [ 94.658872] usb 1-1.2: USB disconnect, device number 3
  371. [ 94.658883] usb 1-1.2.1: USB disconnect, device number 5
  372. [ 94.842921] usb 1-1.2.4: USB disconnect, device number 6
Add Comment
Please, Sign In to add comment