Advertisement
Guest User

Untitled

a guest
Jan 24th, 2022
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.19 KB | None | 0 0
  1. ################################################################################
  2. # ... output of dmesg
  3. # LibreELEC release: H6.arm-nightly-20220122-baa84f0
  4. #
  5. ################################################################################
  6. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  7. [ 0.000000] Linux version 5.16.0 (jenkins@tsuboi) (aarch64-none-linux-gnu-gcc.real (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #1 SMP PREEMPT Sat Jan 22 16:39:11 CET 2022
  8. [ 0.000000] Machine model: Tanix TX6
  9. [ 0.000000] NUMA: No NUMA configuration found
  10. [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000000ffffffff]
  11. [ 0.000000] NUMA: NODE_DATA [mem 0xff9d0140-0xff9d1fff]
  12. [ 0.000000] Zone ranges:
  13. [ 0.000000] DMA [mem 0x0000000040000000-0x00000000ffffffff]
  14. [ 0.000000] DMA32 empty
  15. [ 0.000000] Normal empty
  16. [ 0.000000] Movable zone start for each node
  17. [ 0.000000] Early memory node ranges
  18. [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000ffffffff]
  19. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000ffffffff]
  20. [ 0.000000] cma: Reserved 384 MiB at 0x00000000e4800000
  21. [ 0.000000] psci: probing for conduit method from DT.
  22. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  23. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  24. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  25. [ 0.000000] psci: SMC Calling Convention v1.2
  26. [ 0.000000] percpu: Embedded 18 pages/cpu s36632 r8192 d28904 u73728
  27. [ 0.000000] pcpu-alloc: s36632 r8192 d28904 u73728 alloc=18*4096
  28. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  29. [ 0.000000] Detected VIPT I-cache on CPU0
  30. [ 0.000000] CPU features: detected: ARM erratum 845719
  31. [ 0.000000] Fallback order for Node 0: 0
  32. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 774144
  33. [ 0.000000] Policy zone: DMA
  34. [ 0.000000] Kernel command line: boot=UUID=1901-4318 disk=UUID=75ca607e-6538-4804-8c52-e2f602c81e26 quiet console=ttyS0,115200 console=tty1
  35. [ 0.000000] Unknown kernel command line parameters "boot=UUID=1901-4318 disk=UUID=75ca607e-6538-4804-8c52-e2f602c81e26", will be passed to user space.
  36. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  37. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  38. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  39. [ 0.000000] Memory: 2668348K/3145728K available (11520K kernel code, 1336K rwdata, 4456K rodata, 4416K init, 378K bss, 84164K reserved, 393216K cma-reserved)
  40. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  41. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  42. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
  43. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  44. [ 0.000000] Tracing variant of Tasks RCU enabled.
  45. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  46. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  47. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  48. [ 0.000000] Root IRQ handler: gic_handle_irq
  49. [ 0.000000] GIC: Using split EOI/Deactivate mode
  50. [ 0.000000] random: get_random_bytes called from start_kernel+0x470/0x5ec with crng_init=0
  51. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  52. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  53. [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  54. [ 0.000120] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  55. [ 0.000485] Console: colour dummy device 80x25
  56. [ 0.000517] printk: console [tty1] enabled
  57. [ 0.000591] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  58. [ 0.000605] pid_max: default: 32768 minimum: 301
  59. [ 0.000669] LSM: Security Framework initializing
  60. [ 0.000746] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  61. [ 0.000779] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  62. [ 0.002374] rcu: Hierarchical SRCU implementation.
  63. [ 0.003303] smp: Bringing up secondary CPUs ...
  64. [ 0.004119] Detected VIPT I-cache on CPU1
  65. [ 0.004182] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  66. [ 0.004854] Detected VIPT I-cache on CPU2
  67. [ 0.004891] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  68. [ 0.005497] Detected VIPT I-cache on CPU3
  69. [ 0.005529] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  70. [ 0.005594] smp: Brought up 1 node, 4 CPUs
  71. [ 0.005605] SMP: Total of 4 processors activated.
  72. [ 0.005611] CPU features: detected: 32-bit EL0 Support
  73. [ 0.005615] CPU features: detected: CRC32 instructions
  74. [ 0.005800] CPU: All CPU(s) started at EL2
  75. [ 0.005821] alternatives: patching kernel code
  76. [ 0.007290] devtmpfs: initialized
  77. [ 0.012488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  78. [ 0.012518] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  79. [ 0.025003] pinctrl core: initialized pinctrl subsystem
  80. [ 0.026077] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  81. [ 0.027498] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
  82. [ 0.027680] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  83. [ 0.027909] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  84. [ 0.028479] thermal_sys: Registered thermal governor 'step_wise'
  85. [ 0.028829] cpuidle: using governor menu
  86. [ 0.028982] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  87. [ 0.029077] ASID allocator initialised with 65536 entries
  88. [ 0.029720] Serial: AMBA PL011 UART driver
  89. [ 0.041528] platform 6510000.tcon-top: Fixing up cyclic dependency with 6000000.hdmi
  90. [ 0.041844] platform 6515000.lcd-controller: Fixing up cyclic dependency with 6510000.tcon-top
  91. [ 0.043436] platform connector: Fixing up cyclic dependency with 6000000.hdmi
  92. [ 0.053186] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  93. [ 0.053203] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  94. [ 0.053210] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  95. [ 0.053216] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  96. [ 0.053769] cryptd: max_cpu_qlen set to 1000
  97. [ 0.055684] iommu: Default domain type: Translated
  98. [ 0.055695] iommu: DMA domain TLB invalidation policy: strict mode
  99. [ 0.055955] SCSI subsystem initialized
  100. [ 0.056069] libata version 3.00 loaded.
  101. [ 0.056281] usbcore: registered new interface driver usbfs
  102. [ 0.056326] usbcore: registered new interface driver hub
  103. [ 0.056356] usbcore: registered new device driver usb
  104. [ 0.056624] mc: Linux media interface: v0.10
  105. [ 0.056654] videodev: Linux video capture interface: v2.00
  106. [ 0.056745] pps_core: LinuxPPS API ver. 1 registered
  107. [ 0.056751] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  108. [ 0.056766] PTP clock support registered
  109. [ 0.057253] Advanced Linux Sound Architecture Driver Initialized.
  110. [ 0.057993] clocksource: Switched to clocksource arch_sys_counter
  111. [ 0.058158] VFS: Disk quotas dquot_6.6.0
  112. [ 0.058210] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  113. [ 0.064265] NET: Registered PF_INET protocol family
  114. [ 0.064565] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
  115. [ 0.066808] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  116. [ 0.066907] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  117. [ 0.067188] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  118. [ 0.067711] TCP: Hash tables configured (established 32768 bind 32768)
  119. [ 0.067854] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  120. [ 0.067961] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  121. [ 0.068167] NET: Registered PF_UNIX/PF_LOCAL protocol family
  122. [ 0.068555] RPC: Registered named UNIX socket transport module.
  123. [ 0.068562] RPC: Registered udp transport module.
  124. [ 0.068567] RPC: Registered tcp transport module.
  125. [ 0.068571] RPC: Registered tcp NFSv4.1 backchannel transport module.
  126. [ 0.078735] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  127. [ 0.080513] Initialise system trusted keyrings
  128. [ 0.080778] workingset: timestamp_bits=44 max_order=20 bucket_order=0
  129. [ 0.087631] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  130. [ 0.088558] NFS: Registering the id_resolver key type
  131. [ 0.088602] Key type id_resolver registered
  132. [ 0.088608] Key type id_legacy registered
  133. [ 0.088694] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  134. [ 0.088701] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  135. [ 0.089541] Key type cifs.idmap registered
  136. [ 0.139773] NET: Registered PF_ALG protocol family
  137. [ 0.139802] Key type asymmetric registered
  138. [ 0.139808] Asymmetric key parser 'x509' registered
  139. [ 0.139988] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
  140. [ 0.140175] io scheduler mq-deadline registered
  141. [ 0.140182] io scheduler kyber registered
  142. [ 0.144934] sun50i-h6-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driver
  143. [ 0.157305] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  144. [ 0.161769] cacheinfo: Unable to detect cache hierarchy for CPU 0
  145. [ 0.167034] loop: module loaded
  146. [ 0.185618] libphy: Fixed MDIO Bus: probed
  147. [ 0.186368] tun: Universal TUN/TAP device driver, 1.6
  148. [ 0.188712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  149. [ 0.188720] ehci-platform: EHCI generic platform driver
  150. [ 0.188861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  151. [ 0.188875] ohci-platform: OHCI generic platform driver
  152. [ 0.189501] usbcore: registered new interface driver uas
  153. [ 0.189544] usbcore: registered new interface driver usb-storage
  154. [ 0.191983] sun6i-rtc 7000000.rtc: registered as rtc0
  155. [ 0.192010] sun6i-rtc 7000000.rtc: setting system clock to 1970-01-01T00:00:03 UTC (3)
  156. [ 0.192024] sun6i-rtc 7000000.rtc: RTC enabled
  157. [ 0.192124] i2c_dev: i2c /dev entries driver
  158. [ 0.192549] IR NEC protocol handler initialized
  159. [ 0.192554] IR RC5(x/sz) protocol handler initialized
  160. [ 0.192557] IR RC6 protocol handler initialized
  161. [ 0.192561] IR JVC protocol handler initialized
  162. [ 0.192565] IR Sony protocol handler initialized
  163. [ 0.192569] IR SANYO protocol handler initialized
  164. [ 0.192572] IR Sharp protocol handler initialized
  165. [ 0.192576] IR MCE Keyboard/mouse protocol handler initialized
  166. [ 0.192579] IR XMP protocol handler initialized
  167. [ 0.192583] ir_imon_decoder: IR iMON protocol handler initialized
  168. [ 0.192587] IR RCMM protocol handler initialized
  169. [ 0.192625] usbcore: registered new interface driver xbox_remote
  170. [ 0.193852] sunxi-wdt 7020400.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  171. [ 0.194430] sun50i-h6-r-pinctrl 7022000.pinctrl: supply vcc-pm not found, using dummy regulator
  172. [ 0.194794] sdhci: Secure Digital Host Controller Interface driver
  173. [ 0.194799] sdhci: Copyright(c) Pierre Ossman
  174. [ 0.194896] Synopsys Designware Multimedia Card Interface Driver
  175. [ 0.195637] sdhci-pltfm: SDHCI platform and OF driver helper
  176. [ 0.196427] ledtrig-cpu: registered to indicate activity on CPUs
  177. [ 0.196658] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
  178. [ 0.196777] sun8i-ce 1904000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz)
  179. [ 0.196991] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
  180. [ 0.197097] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
  181. [ 0.197187] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
  182. [ 0.197271] sun8i-ce 1904000.crypto: will run requests pump with realtime priority
  183. [ 0.197344] sun8i-ce 1904000.crypto: Register cbc(aes)
  184. [ 0.197398] sun8i-ce 1904000.crypto: Register ecb(aes)
  185. [ 0.197414] sun8i-ce 1904000.crypto: Register cbc(des3_ede)
  186. [ 0.197429] sun8i-ce 1904000.crypto: Register ecb(des3_ede)
  187. [ 0.197444] sun8i-ce 1904000.crypto: Register md5
  188. [ 0.197459] sun8i-ce 1904000.crypto: Register sha1
  189. [ 0.197474] sun8i-ce 1904000.crypto: Register sha224
  190. [ 0.197489] sun8i-ce 1904000.crypto: Register sha256
  191. [ 0.197504] sun8i-ce 1904000.crypto: Register sha384
  192. [ 0.197525] sun8i-ce 1904000.crypto: Register sha512
  193. [ 0.197542] sun8i-ce 1904000.crypto: Register stdrng
  194. [ 0.198149] sun8i-ce 1904000.crypto: CryptoEngine Die ID 0
  195. [ 0.198547] hid: raw HID events driver (C) Jiri Kosina
  196. [ 0.199119] usbcore: registered new interface driver usbhid
  197. [ 0.199126] usbhid: USB HID core driver
  198. [ 0.199558] random: fast init done
  199. [ 0.201045] random: crng init done
  200. [ 0.203056] Initializing XFRM netlink socket
  201. [ 0.203503] NET: Registered PF_INET6 protocol family
  202. [ 0.204339] Segment Routing with IPv6
  203. [ 0.204362] In-situ OAM (IOAM) with IPv6
  204. [ 0.204417] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  205. [ 0.204867] NET: Registered PF_PACKET protocol family
  206. [ 0.204943] Key type dns_resolver registered
  207. [ 0.205227] registered taskstats version 1
  208. [ 0.205245] Loading compiled-in X.509 certificates
  209. [ 0.223068] platform 1100000.mixer: Fixing up cyclic dependency with 6510000.tcon-top
  210. [ 0.228449] sun50i-h6-pinctrl 300b000.pinctrl: initialized sunXi PIO driver
  211. [ 0.228951] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pb not found, using dummy regulator
  212. [ 0.229490] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-ph not found, using dummy regulator
  213. [ 0.229875] printk: console [ttyS0] disabled
  214. [ 0.250246] 5000000.serial: ttyS0 at MMIO 0x5000000 (irq = 36, base_baud = 1500000) is a 16550A
  215. [ 0.250400] printk: console [ttyS0] enabled
  216. [ 0.271753] 5000400.serial: ttyS1 at MMIO 0x5000400 (irq = 37, base_baud = 1500000) is a 16550A
  217. [ 0.271878] serial serial0: tty port ttyS1 registered
  218. [ 0.273972] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  219. [ 0.274038] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
  220. [ 0.274183] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f064 hci version 0x100 quirks 0x0000000002010010
  221. [ 0.274239] xhci-hcd xhci-hcd.1.auto: irq 45, io mem 0x05200000
  222. [ 0.274945] hub 1-0:1.0: USB hub found
  223. [ 0.274975] hub 1-0:1.0: 1 port detected
  224. [ 0.275243] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  225. [ 0.275257] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
  226. [ 0.275271] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
  227. [ 0.275323] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  228. [ 0.275748] hub 2-0:1.0: USB hub found
  229. [ 0.275775] hub 2-0:1.0: 1 port detected
  230. [ 0.276587] ehci-platform 5101000.usb: EHCI Host Controller
  231. [ 0.276618] ehci-platform 5101000.usb: new USB bus registered, assigned bus number 3
  232. [ 0.276716] ehci-platform 5101000.usb: irq 43, io mem 0x05101000
  233. [ 0.289996] ehci-platform 5101000.usb: USB 2.0 started, EHCI 1.00
  234. [ 0.290479] hub 3-0:1.0: USB hub found
  235. [ 0.290506] hub 3-0:1.0: 1 port detected
  236. [ 0.291261] ehci-platform 5311000.usb: EHCI Host Controller
  237. [ 0.291279] ehci-platform 5311000.usb: new USB bus registered, assigned bus number 4
  238. [ 0.291368] ehci-platform 5311000.usb: irq 46, io mem 0x05311000
  239. [ 0.306004] ehci-platform 5311000.usb: USB 2.0 started, EHCI 1.00
  240. [ 0.306485] hub 4-0:1.0: USB hub found
  241. [ 0.306511] hub 4-0:1.0: 1 port detected
  242. [ 0.482068] ohci-platform 5101400.usb: Generic Platform OHCI controller
  243. [ 0.482098] ohci-platform 5101400.usb: new USB bus registered, assigned bus number 5
  244. [ 0.482201] ohci-platform 5101400.usb: irq 44, io mem 0x05101400
  245. [ 0.546504] hub 5-0:1.0: USB hub found
  246. [ 0.546535] hub 5-0:1.0: 1 port detected
  247. [ 0.547291] ohci-platform 5311400.usb: Generic Platform OHCI controller
  248. [ 0.547309] ohci-platform 5311400.usb: new USB bus registered, assigned bus number 6
  249. [ 0.547403] ohci-platform 5311400.usb: irq 47, io mem 0x05311400
  250. [ 0.610516] hub 6-0:1.0: USB hub found
  251. [ 0.610544] hub 6-0:1.0: 1 port detected
  252. [ 0.611443] usb_phy_generic usb_phy_generic.2.auto: supply vcc not found, using dummy regulator
  253. [ 0.690200] musb-hdrc musb-hdrc.3.auto: MUSB HDRC host driver
  254. [ 0.690221] musb-hdrc musb-hdrc.3.auto: new USB bus registered, assigned bus number 7
  255. [ 0.690730] hub 7-0:1.0: USB hub found
  256. [ 0.690757] hub 7-0:1.0: 1 port detected
  257. [ 0.697218] ac200-codec: Failed to locate of_node [id: -1]
  258. [ 0.697413] ac200-efuse: Failed to locate of_node [id: -1]
  259. [ 0.697799] ac200-ephy ac200-ephy: DMA mask not set
  260. [ 0.701026] ac200-rtc: Failed to locate of_node [id: -1]
  261. [ 0.701139] ac200-tve: Failed to locate of_node [id: -1]
  262. [ 0.703743] core: _opp_supported_by_regulators: OPP minuV: 1160000 maxuV: 1200000, not supported by regulator
  263. [ 0.703765] cpu cpu0: _opp_add: OPP not supported by regulators (1800000000)
  264. [ 0.705086] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
  265. [ 0.705845] sunxi-mmc 4020000.mmc: Got CD GPIO
  266. [ 0.705909] sunxi-mmc 4021000.mmc: allocated mmc-pwrseq
  267. [ 0.710483] scpi_protocol scpi: SCP Protocol 1.2 Firmware 0.4.10000 version
  268. [ 0.714132] sun8i-mixer 1100000.mixer: deferred probe timeout, ignoring dependency
  269. [ 0.714285] sun4i-drm display-engine: deferred probe timeout, ignoring dependency
  270. [ 0.724095] usb 3-1: new high-speed USB device number 2 using ehci-platform
  271. [ 0.724708] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops)
  272. [ 0.724853] sun4i-drm display-engine: bound 6510000.tcon-top (ops sun8i_tcon_top_ops)
  273. [ 0.725043] sun4i-drm display-engine: bound 6515000.lcd-controller (ops sun4i_tcon_ops)
  274. [ 0.725088] sun8i-dw-hdmi 6000000.hdmi: supply hvcc not found, using dummy regulator
  275. [ 0.725357] sun8i-dw-hdmi 6000000.hdmi: Detected HDMI TX controller v2.12a with HDCP (DWC HDMI 2.0 TX PHY)
  276. [ 0.725703] sun8i-dw-hdmi 6000000.hdmi: registered DesignWare HDMI I2C bus driver
  277. [ 0.726305] sun4i-drm display-engine: bound 6000000.hdmi (ops sun8i_dw_hdmi_ops)
  278. [ 0.726569] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  279. [ 0.736604] sunxi-mmc 4022000.mmc: initialized, max. request size: 2048 KB, uses new timings mode
  280. [ 0.736608] sunxi-mmc 4021000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
  281. [ 0.736718] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
  282. [ 0.872199] Console: switching to colour frame buffer device 480x135
  283. [ 0.880805] hub 3-1:1.0: USB hub found
  284. [ 0.881230] hub 3-1:1.0: 4 ports detected
  285. [ 0.997893] sun4i-drm display-engine: [drm] fb0: sun4i-drmdrmfb frame buffer device
  286. [ 0.998521] cedrus 1c0e000.video-codec: deferred probe timeout, ignoring dependency
  287. [ 0.999142] cedrus 1c0e000.video-codec: Device registered as /dev/video0
  288. [ 1.001658] ALSA device list:
  289. [ 1.001671] #0: sun50i-h6-spdif
  290. [ 1.001674] #1: allwinner-hdmi
  291. [ 1.003671] Freeing unused kernel memory: 4416K
  292. [ 1.003751] Run /init as init process
  293. [ 1.003754] with arguments:
  294. [ 1.003755] /init
  295. [ 1.003757] with environment:
  296. [ 1.003759] HOME=/
  297. [ 1.003760] TERM=linux
  298. [ 1.003762] boot=UUID=1901-4318
  299. [ 1.003764] disk=UUID=75ca607e-6538-4804-8c52-e2f602c81e26
  300. [ 1.051089] mmc2: new HS200 MMC card at address 0001
  301. [ 1.052032] mmcblk2: mmc2:0001 CJNB4R 58.2 GiB
  302. [ 1.054043] mmcblk2: p1 p2
  303. [ 1.054796] mmcblk2boot0: mmc2:0001 CJNB4R 4.00 MiB
  304. [ 1.056202] mmcblk2boot1: mmc2:0001 CJNB4R 4.00 MiB
  305. [ 1.174016] usb 3-1.2: new low-speed USB device number 3 using ehci-platform
  306. [ 1.219937] Checking disk(s): UUID=1901-4318 UUID=75ca607e-6538-4804-8c52-e2f602c81e26
  307. [ 1.314272] input: USB Keyboard as /devices/platform/soc/5101000.usb/usb3/3-1/3-1.2/3-1.2:1.0/0003:04D9:1702.0001/input/input0
  308. [ 1.374262] fsck: Cannot initialize conversion from codepage 850 to ANSI_X3.4-1968: Invalid argument
  309. [ 1.374871] fsck: Cannot initialize conversion from ANSI_X3.4-1968 to codepage 850: Invalid argument
  310. [ 1.374923] hid-generic 0003:04D9:1702.0001: input,hidraw0: USB HID v1.10 Keyboard [ USB Keyboard] on usb-5101000.usb-1.2/input0
  311. [ 1.375219] fsck: Using internal CP850 conversion table
  312. [ 1.375502] fsck: fsck.fat 4.2 (2021-01-31)
  313. [ 1.375889] fsck: /dev/mmcblk2p1: 22 files, 16900/65373 clusters
  314. [ 1.376175] fsck: STORAGE: recovering journal
  315. [ 1.376626] fsck: STORAGE: clean, 243/3784704 files, 2225448/15136768 blocks
  316. [ 1.390664] input: USB Keyboard System Control as /devices/platform/soc/5101000.usb/usb3/3-1/3-1.2/3-1.2:1.1/0003:04D9:1702.0002/input/input1
  317. [ 1.450394] input: USB Keyboard Consumer Control as /devices/platform/soc/5101000.usb/usb3/3-1/3-1.2/3-1.2:1.1/0003:04D9:1702.0002/input/input2
  318. [ 1.450549] hid-generic 0003:04D9:1702.0002: input,hidraw1: USB HID v1.10 Device [ USB Keyboard] on usb-5101000.usb-1.2/input1
  319. [ 1.530090] usb 3-1.3: new full-speed USB device number 4 using ehci-platform
  320. [ 1.643709] input: MOSART Semi. 2.4G Wireless Mouse as /devices/platform/soc/5101000.usb/usb3/3-1/3-1.3/3-1.3:1.0/0003:3938:1031.0003/input/input3
  321. [ 1.644220] input: MOSART Semi. 2.4G Wireless Mouse as /devices/platform/soc/5101000.usb/usb3/3-1/3-1.3/3-1.3:1.0/0003:3938:1031.0003/input/input4
  322. [ 1.644681] hid-generic 0003:3938:1031.0003: input,hiddev96,hidraw2: USB HID v1.10 Mouse [MOSART Semi. 2.4G Wireless Mouse] on usb-5101000.usb-1.3/input0
  323. [ 1.819832] loop0: detected capacity change from 0 to 226400
  324. [ 1.891527] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  325. [ 2.089755] kernel-overlays-setup: setup base modules
  326. [ 2.133100] kernel-overlays-setup: added modules from /usr/lib/kernel-overlays/base/lib/modules/5.16.0
  327. [ 2.171750] kernel-overlays-setup: added firmware from /usr/lib/kernel-overlays/base/lib/firmware
  328. [ 2.172841] kernel-overlays-setup: adding overlays from /storage/.cache/kernel-overlays
  329. [ 2.173960] kernel-overlays-setup: done
  330. [ 2.390880] systemd[1]: System time before build time, advancing clock.
  331. [ 2.457453] systemd[1]: systemd 247.10 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -ZSTD -SECCOMP +BLKID -ELFUTILS +KMOD +IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
  332. [ 2.458038] systemd[1]: Detected architecture arm64.
  333. [ 2.482539] systemd[1]: Set hostname to <LibreELEC>.
  334. [ 2.702459] systemd[1]: Queued start job for default target Kodi Mediacenter Interface.
  335. [ 2.733921] systemd[1]: Created slice Slice /system/modprobe.
  336. [ 2.734983] systemd[1]: Created slice User and Session Slice.
  337. [ 2.735210] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  338. [ 2.735348] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  339. [ 2.735550] systemd[1]: Reached target Paths.
  340. [ 2.735627] systemd[1]: Reached target Slices.
  341. [ 2.747363] systemd[1]: Listening on RPCbind Server Activation Socket.
  342. [ 2.747531] systemd[1]: Reached target RPC Port Mapper.
  343. [ 2.747849] systemd[1]: Listening on initctl Compatibility Named Pipe.
  344. [ 2.751640] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  345. [ 2.752786] systemd[1]: Listening on Journal Socket (/dev/log).
  346. [ 2.753295] systemd[1]: Listening on Journal Socket.
  347. [ 2.754825] systemd[1]: Listening on udev Control Socket.
  348. [ 2.755291] systemd[1]: Listening on udev Kernel Socket.
  349. [ 2.758666] systemd[1]: Mounting Huge Pages File System...
  350. [ 2.762670] systemd[1]: Mounting POSIX Message Queue File System...
  351. [ 2.766631] systemd[1]: Mounting Kernel Debug File System...
  352. [ 2.767122] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
  353. [ 2.770759] systemd[1]: Mounting Variable Directory...
  354. [ 2.775231] systemd[1]: Starting Create list of static device nodes for the current kernel...
  355. [ 2.779567] systemd[1]: Starting Load Kernel Module configfs...
  356. [ 2.785318] systemd[1]: Starting Load Kernel Module drm...
  357. [ 2.789179] systemd[1]: Starting Load Kernel Module fuse...
  358. [ 2.792950] systemd[1]: Starting Show Version...
  359. [ 2.796652] systemd[1]: Starting Create Persistent Log Directory on /storage and rotate large logs...
  360. [ 2.802203] systemd[1]: Starting Mounting swapfile...
  361. [ 2.813591] fuse: init (API version 7.35)
  362. [ 2.818340] systemd[1]: Starting Rebuild Hardware Database...
  363. [ 2.830925] systemd[1]: Starting Load Kernel Modules...
  364. [ 2.835286] systemd[1]: Starting Setup NTP servers for timesyncd...
  365. [ 2.840657] systemd[1]: Starting Coldplug All udev Devices...
  366. [ 2.845431] systemd[1]: Starting Wait for Kernel Time Synchronisation...
  367. [ 2.853774] systemd[1]: Mounted Huge Pages File System.
  368. [ 2.854592] systemd[1]: Mounted POSIX Message Queue File System.
  369. [ 2.855119] systemd[1]: Mounted Kernel Debug File System.
  370. [ 2.855843] systemd[1]: Mounted Variable Directory.
  371. [ 2.858106] systemd[1]: Finished Create list of static device nodes for the current kernel.
  372. [ 2.859774] systemd[1]: modprobe@configfs.service: Succeeded.
  373. [ 2.862766] systemd[1]: Finished Load Kernel Module configfs.
  374. [ 2.864175] systemd[1]: modprobe@drm.service: Succeeded.
  375. [ 2.867570] systemd[1]: Finished Load Kernel Module drm.
  376. [ 2.869574] systemd[1]: modprobe@fuse.service: Succeeded.
  377. [ 2.871550] systemd[1]: Finished Load Kernel Module fuse.
  378. [ 2.873968] systemd[1]: Finished Show Version.
  379. [ 2.879961] systemd[1]: Finished Setup NTP servers for timesyncd.
  380. [ 2.887980] systemd[1]: Mounting FUSE Control File System...
  381. [ 2.892900] systemd[1]: Mounting Kernel Configuration File System...
  382. [ 2.896137] systemd[1]: Finished Load Kernel Modules.
  383. [ 2.905575] systemd[1]: Starting Apply Kernel Variables...
  384. [ 2.921812] systemd[1]: Finished Create Persistent Log Directory on /storage and rotate large logs.
  385. [ 2.922724] systemd[1]: Mounted FUSE Control File System.
  386. [ 2.923232] systemd[1]: Mounted Kernel Configuration File System.
  387. [ 2.924822] systemd[1]: Condition check resulted in Persistent Log Storage being skipped.
  388. [ 2.943056] systemd[1]: Finished Apply Kernel Variables.
  389. [ 2.986817] systemd[1]: Finished Mounting swapfile.
  390. [ 2.987277] systemd[1]: Reached target Swap.
  391. [ 2.990830] systemd[1]: Mounting Temporary Directory (/tmp)...
  392. [ 2.996972] systemd[1]: Mounted Temporary Directory (/tmp).
  393. [ 2.997284] systemd[1]: Reached target Local File Systems.
  394. [ 3.000673] systemd[1]: Starting Setup machine-id...
  395. [ 3.035506] systemd[1]: Finished Setup machine-id.
  396. [ 3.040538] systemd[1]: Starting Journal Service...
  397. [ 3.044303] systemd[1]: Starting Create Static Device Nodes in /dev...
  398. [ 3.092542] systemd[1]: Finished Create Static Device Nodes in /dev.
  399. [ 3.128712] systemd[1]: Started Journal Service.
  400. [ 3.163251] systemd-journald[318]: Received client request to flush runtime journal.
  401. [ 5.332917] sun50i-di 1420000.deinterlace: Device registered as /dev/video1
  402. [ 5.482624] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pa not found, using dummy regulator
  403. [ 5.484087] dwmac-sun8i 5020000.ethernet: IRQ eth_wake_irq not found
  404. [ 5.484107] dwmac-sun8i 5020000.ethernet: IRQ eth_lpi not found
  405. [ 5.484219] dwmac-sun8i 5020000.ethernet: supply phy not found, using dummy regulator
  406. [ 5.484470] dwmac-sun8i 5020000.ethernet: supply phy-io not found, using dummy regulator
  407. [ 5.504645] dwmac-sun8i 5020000.ethernet: PTP uses main clock
  408. [ 5.504714] dwmac-sun8i 5020000.ethernet: Current syscon value is not the default 58000 (expect 50000)
  409. [ 5.506192] dwmac-sun8i 5020000.ethernet: No HW DMA feature register supported
  410. [ 5.506217] dwmac-sun8i 5020000.ethernet: RX Checksum Offload Engine supported
  411. [ 5.506221] dwmac-sun8i 5020000.ethernet: COE Type 2
  412. [ 5.506228] dwmac-sun8i 5020000.ethernet: TX Checksum insertion supported
  413. [ 5.506233] dwmac-sun8i 5020000.ethernet: Normal descriptors
  414. [ 5.506236] dwmac-sun8i 5020000.ethernet: Chain mode enabled
  415. [ 5.526973] libphy: stmmac: probed
  416. [ 5.589156] panfrost 1800000.gpu: clock rate = 432000000
  417. [ 5.589191] panfrost 1800000.gpu: bus_clock rate = 200000000
  418. [ 5.593026] panfrost 1800000.gpu: mali-t720 id 0x720 major 0x1 minor 0x1 status 0x0
  419. [ 5.593058] panfrost 1800000.gpu: features: 00000000,10309e40, issues: 00000000,21054400
  420. [ 5.593066] panfrost 1800000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7
  421. [ 5.593073] panfrost 1800000.gpu: shader_present=0x3 l2_present=0x1
  422. [ 5.619135] [drm] Initialized panfrost 1.2.0 20180908 for 1800000.gpu on minor 1
  423. [ 5.663556] Bluetooth: Core ver 2.22
  424. [ 5.663699] NET: Registered PF_BLUETOOTH protocol family
  425. [ 5.663703] Bluetooth: HCI device and connection manager initialized
  426. [ 5.663723] Bluetooth: HCI socket layer initialized
  427. [ 5.663731] Bluetooth: L2CAP socket layer initialized
  428. [ 5.663745] Bluetooth: SCO socket layer initialized
  429. [ 5.743544] dwmac-sun8i 5020000.ethernet eth0: PHY [stmmac-0:01] driver [AC200 EPHY] (irq=POLL)
  430. [ 5.749415] dwmac-sun8i 5020000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
  431. [ 5.750183] dwmac-sun8i 5020000.ethernet eth0: No Safety Features support found
  432. [ 5.750206] dwmac-sun8i 5020000.ethernet eth0: No MAC Management Counters available
  433. [ 5.750213] dwmac-sun8i 5020000.ethernet eth0: PTP not supported by HW
  434. [ 5.806254] dwmac-sun8i 5020000.ethernet eth0: configuring for phy/rmii link mode
  435. [ 5.822257] sun50i-h6-r-pinctrl 7022000.pinctrl: supply vcc-pl not found, using dummy regulator
  436. [ 5.834515] Registered IR keymap rc-tanix-tx5max
  437. [ 5.950780] rc rc0: sunxi-ir as /devices/platform/soc/7040000.ir/rc/rc0
  438. [ 5.954469] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
  439. [ 5.993866] Bluetooth: HCI UART driver ver 2.3
  440. [ 5.993890] Bluetooth: HCI UART protocol H4 registered
  441. [ 5.993894] Bluetooth: HCI UART protocol BCSP registered
  442. [ 5.994055] Bluetooth: HCI UART protocol LL registered
  443. [ 5.994060] Bluetooth: HCI UART protocol ATH3K registered
  444. [ 5.994129] Bluetooth: HCI UART protocol Three-wire (H5) registered
  445. [ 5.994393] Bluetooth: HCI UART protocol Intel registered
  446. [ 5.994599] Bluetooth: HCI UART protocol Broadcom registered
  447. [ 5.994634] Bluetooth: HCI UART protocol QCA registered
  448. [ 5.994638] Bluetooth: HCI UART protocol AG6XX registered
  449. [ 5.994670] Bluetooth: HCI UART protocol Marvell registered
  450. [ 6.059152] input: sunxi-ir as /devices/platform/soc/7040000.ir/rc/rc0/input5
  451. [ 6.062599] sunxi-ir 7040000.ir: initialized sunXi IR driver
  452. [ 7.017827] input: eventlircd as /devices/virtual/input/input6
  453. [ 7.842614] dwmac-sun8i 5020000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  454. [ 7.842731] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  455. [ 7.882671] 8021q: 802.1Q VLAN Support v1.8
  456.  
  457. ################################################################################
  458. # ... output of lsmod
  459. # LibreELEC release: H6.arm-nightly-20220122-baa84f0
  460. #
  461. ################################################################################
  462. Module Size Used by
  463. 8021q 32768 0
  464. garp 16384 1 8021q
  465. stp 16384 1 garp
  466. llc 16384 2 stp,garp
  467. mrp 20480 1 8021q
  468. crct10dif_ce 20480 1
  469. hci_uart 94208 0
  470. btqca 16384 1 hci_uart
  471. btrtl 20480 1 hci_uart
  472. btbcm 16384 1 hci_uart
  473. sunxi_cir 16384 0
  474. btintel 36864 1 hci_uart
  475. bluetooth 393216 6 btrtl,btqca,btintel,hci_uart,btbcm
  476. ecdh_generic 16384 1 bluetooth
  477. ecc 36864 1 ecdh_generic
  478. panfrost 61440 1
  479. dwmac_sun8i 24576 0
  480. gpu_sched 32768 1 panfrost
  481. sun50i_di 20480 0
  482. rfkill 32768 2 bluetooth
  483. fuse 118784 1
  484.  
  485. ################################################################################
  486. # ... output of ps xa
  487. # LibreELEC release: H6.arm-nightly-20220122-baa84f0
  488. #
  489. ################################################################################
  490. PID USER TIME COMMAND
  491. 1 root 0:01 /usr/lib/systemd/systemd
  492. 2 root 0:00 [kthreadd]
  493. 3 root 0:00 [rcu_gp]
  494. 4 root 0:00 [rcu_par_gp]
  495. 6 root 0:00 [kworker/0:0H-mm]
  496. 7 root 0:00 [kworker/u8:0-ev]
  497. 8 root 0:00 [mm_percpu_wq]
  498. 9 root 0:00 [rcu_tasks_kthre]
  499. 10 root 0:00 [rcu_tasks_trace]
  500. 11 root 0:00 [ksoftirqd/0]
  501. 12 root 0:00 [rcu_preempt]
  502. 13 root 0:00 [migration/0]
  503. 14 root 0:00 [cpuhp/0]
  504. 15 root 0:00 [cpuhp/1]
  505. 16 root 0:00 [migration/1]
  506. 17 root 0:00 [ksoftirqd/1]
  507. 18 root 0:00 [kworker/1:0-eve]
  508. 20 root 0:00 [cpuhp/2]
  509. 21 root 0:00 [migration/2]
  510. 22 root 0:00 [ksoftirqd/2]
  511. 25 root 0:00 [cpuhp/3]
  512. 26 root 0:00 [migration/3]
  513. 27 root 0:00 [ksoftirqd/3]
  514. 30 root 0:00 [kdevtmpfs]
  515. 31 root 0:00 [netns]
  516. 32 root 0:00 [inet_frag_wq]
  517. 33 root 0:00 [kworker/1:1-eve]
  518. 35 root 0:00 [kworker/0:1-eve]
  519. 36 root 0:00 [kworker/3:1-eve]
  520. 37 root 0:00 [oom_reaper]
  521. 38 root 0:00 [writeback]
  522. 39 root 0:00 [kcompactd0]
  523. 40 root 0:00 [ksmd]
  524. 41 root 0:00 [khugepaged]
  525. 42 root 0:00 [cryptd]
  526. 43 root 0:00 [kintegrityd]
  527. 44 root 0:00 [kblockd]
  528. 45 root 0:00 [blkcg_punt_bio]
  529. 46 root 0:00 [tpm_dev_wq]
  530. 47 root 0:00 [ata_sff]
  531. 48 root 0:00 [devfreq_wq]
  532. 49 root 0:00 [watchdogd]
  533. 51 root 0:00 [kworker/2:1H-kb]
  534. 52 root 0:00 [rpciod]
  535. 53 root 0:00 [xprtiod]
  536. 54 root 0:00 [kswapd0]
  537. 55 root 0:00 [nfsiod]
  538. 56 root 0:00 [cifsiod]
  539. 57 root 0:00 [smb3decryptd]
  540. 58 root 0:00 [cifsfileinfoput]
  541. 59 root 0:00 [cifsoplockd]
  542. 60 root 0:00 [deferredclose]
  543. 61 root 0:00 [kthrotld]
  544. 64 root 0:00 [kworker/2:2-eve]
  545. 65 root 0:00 [kworker/u9:0]
  546. 66 root 0:00 [nbd0-recv]
  547. 67 root 0:00 [nbd1-recv]
  548. 68 root 0:00 [nbd2-recv]
  549. 69 root 0:00 [nbd3-recv]
  550. 70 root 0:00 [nbd4-recv]
  551. 71 root 0:00 [nbd5-recv]
  552. 72 root 0:00 [nbd6-recv]
  553. 73 root 0:00 [nbd7-recv]
  554. 74 root 0:00 [nbd8-recv]
  555. 75 root 0:00 [nbd9-recv]
  556. 76 root 0:00 [nbd10-recv]
  557. 77 root 0:00 [nbd11-recv]
  558. 78 root 0:00 [nbd12-recv]
  559. 79 root 0:00 [nbd13-recv]
  560. 80 root 0:00 [nbd14-recv]
  561. 81 root 0:00 [nbd15-recv]
  562. 82 root 0:00 [uas]
  563. 83 root 0:00 [kworker/u8:2-ev]
  564. 84 root 0:00 [1904000.crypto-]
  565. 85 root 0:00 [1904000.crypto-]
  566. 86 root 0:00 [1904000.crypto-]
  567. 87 root 0:00 [1904000.crypto-]
  568. 88 root 0:00 [hwrng]
  569. 89 root 0:00 [mld]
  570. 90 root 0:00 [ipv6_addrconf]
  571. 157 root 0:00 [kworker/3:3-rcu]
  572. 158 root 0:00 [kworker/0:2-eve]
  573. 160 root 0:00 [irq/56-ths]
  574. 162 root 0:01 [sugov:0]
  575. 164 root 0:00 [kworker/u8:3-lo]
  576. 166 root 0:00 [irq/33-sunxi-mm]
  577. 167 root 0:00 [irq/34-sunxi-mm]
  578. 169 root 0:00 [irq/35-sunxi-mm]
  579. 170 root 0:00 [irq/48-6000000.]
  580. 171 root 0:00 [cec-dw_hdmi]
  581. 172 root 0:00 [irq/48-dw-hdmi-]
  582. 173 root 0:00 [card0-crtc0]
  583. 174 root 0:00 [irq/159-4020000]
  584. 175 root 0:00 [kworker/2:3-eve]
  585. 196 root 0:00 [mmc_complete]
  586. 197 root 0:00 [kworker/3:1H-kb]
  587. 207 root 0:00 [kworker/1:1H-kb]
  588. 208 root 0:00 [kworker/1:2H]
  589. 209 root 0:00 [kworker/3:2H-kb]
  590. 211 root 0:00 [kworker/2:2H-kb]
  591. 222 root 0:00 [jbd2/mmcblk2p2-]
  592. 223 root 0:00 [ext4-rsv-conver]
  593. 318 root 0:00 /usr/lib/systemd/systemd-journald
  594. 325 root 0:00 /usr/sbin/rpcbind -f
  595. 356 root 0:01 /usr/lib/systemd/systemd-udevd
  596. 370 root 0:00 /usr/sbin/connman-vpnd -n
  597. 372 dbus 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
  598. 374 root 0:00 /usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd
  599. 378 root 0:00 /usr/bin/pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm --enable-memfd --realtime
  600. 385 root 0:00 /usr/lib/systemd/systemd-logind
  601. 408 root 0:00 /usr/sbin/connmand -nr --config=/etc/connman/main.conf
  602. 412 avahi 0:00 avahi-daemon: running [LibreELEC.local]
  603. 415 root 0:00 /usr/bin/wpa_supplicant -u
  604. 418 root 0:00 [stmmac_wq]
  605. 423 root 0:00 [irq/22-panfrost]
  606. 424 root 0:00 [irq/21-panfrost]
  607. 425 root 0:00 [pan_js]
  608. 427 root 0:00 [pan_js]
  609. 428 root 0:00 [pan_js]
  610. 429 root 0:00 [kworker/0:3H-mm]
  611. 467 root 0:00 {kodi.sh} /bin/sh /usr/lib/kodi/kodi.sh --standalone -fs
  612. 476 root 3:00 /usr/lib/kodi/kodi.bin --standalone -fs
  613. 484 root 0:00 [rc0]
  614. 1171 root 0:00 /usr/sbin/nmbd
  615. 1176 61623 0:00 /usr/sbin/wsdd2
  616. 1178 root 0:00 [kworker/2:0-eve]
  617. 1182 root 0:00 /usr/sbin/smbd
  618. 1184 root 0:00 {smbd-notifyd} /usr/sbin/smbd
  619. 1185 root 0:00 {cleanupd} /usr/sbin/smbd
  620. 1186 root 0:00 {lpqd} /usr/sbin/smbd
  621. 1250 root 0:00 [kworker/u8:1-ev]
  622. 1339 root 0:00 /usr/sbin/smbd
  623. 1340 root 0:00 {createlog} /bin/sh /usr/bin/createlog
  624. 1358 root 0:00 ps xa
  625.  
  626. ################################################################################
  627. # ... output of cat /storage/.config/hwdb.d/99-osmcrf.hwdb
  628. # LibreELEC release: H6.arm-nightly-20220122-baa84f0
  629. #
  630. ################################################################################
  631. evdev:input:b0003v2017p1689*
  632. KEYBOARD_KEY_7002e=volumeup
  633. KEYBOARD_KEY_7002d=volumedown
  634. KEYBOARD_KEY_7000c=kpleftparen
  635. KEYBOARD_KEY_70006=kprightparen
  636.  
  637. evdev:input:b0003v2017p1688*
  638. KEYBOARD_KEY_7004a=esc
  639. KEYBOARD_KEY_c0060=kpleftparen
  640. KEYBOARD_KEY_10084=kprightparen
  641. KEYBOARD_KEY_7002e=volumeup
  642. KEYBOARD_KEY_7002d=volumedown
  643.  
  644. evdev:input:b0003v2252p1037*
  645. KEYBOARD_KEY_7004a=esc
  646. KEYBOARD_KEY_c0060=kpleftparen
  647. KEYBOARD_KEY_10084=kprightparen
  648. ################################################################################
  649. # ... output of cat /storage/.config/modprobe.d/disable-spdif-for-hd-audio.conf
  650. # LibreELEC release: H6.arm-nightly-20220122-baa84f0
  651. #
  652. ################################################################################
  653. # INTEL HBR WORKAROUND FOR DTS-MA & Dolby TrueHD PLAYBACK
  654.  
  655. # Uncomment the following lines to disable any S/PDIF out to deliver
  656. # bitstreamed audio on Intel builds. This is a rough workaround for
  657. # users that have both S/PDIF and HDMI audio outputs on their motherboard
  658. # or motherboard+discrete graphics combo.
  659.  
  660. # EVEN IF YOU ARE NOT USING THE S/PDIF OUTPUT
  661. # but still have one, you will need to uncomment the lines below !
  662.  
  663. # after uncommenting these lines, you must reboot for these settings to take effect
  664.  
  665. # blacklist snd_hda_codec_realtek
  666. # blacklist snd_hda_codec_sigmatel
  667. # blacklist snd_hda_codec_cirrus
  668.  
  669.  
  670. ################################################################################
  671. # ... output of ls -laR /storage/.config/system.d
  672. # LibreELEC release: H6.arm-nightly-20220122-baa84f0
  673. #
  674. ################################################################################
  675. /storage/.config/system.d:
  676. total 56
  677. drwxr-xr-x 2 root root 4096 Jan 22 16:38 .
  678. drwxr-xr-x 18 root root 4096 Oct 29 10:22 ..
  679. -rw-r--r-- 1 root root 28816 Jan 19 11:46 README
  680. -rw-r--r-- 1 root root 1772 Jan 22 15:36 cifs.mount.sample
  681. -rw-r--r-- 1 root root 1729 Jan 22 15:36 nfs.mount.sample
  682. -rw-r--r-- 1 root root 1145 Jan 22 15:36 openvpn.service.sample
  683. -rw-r--r-- 1 root root 421 Jan 22 16:38 wireguard.service.sample
  684.  
  685.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement