Advertisement
Guest User

Untitled

a guest
Feb 7th, 2019
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.07 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x100
  2. [ 0.000000] Linux version 5.0.0-rc5-fedoraXU+ (odroid@odroidxu4) (gcc version 8.2.1 20181215 (Red Hat 8.2.1-6) (GCC)) #1 SMP PREEMPT Thu Feb 7 13:21:38 CET 2019
  3. [ 0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d
  4. [ 0.000000] CPU: div instructions available: patching division code
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [ 0.000000] OF: fdt: Machine model: Hardkernel Odroid XU3
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] cma: Reserved 128 MiB at 0xb6800000
  9. [ 0.000000] Samsung CPU ID: 0xe5422001
  10. [ 0.000000] On node 0 totalpages: 518656
  11. [ 0.000000] Normal zone: 1728 pages used for memmap
  12. [ 0.000000] Normal zone: 0 pages reserved
  13. [ 0.000000] Normal zone: 196608 pages, LIFO batch:63
  14. [ 0.000000] HighMem zone: 322048 pages, LIFO batch:63
  15. [ 0.000000] Running under secure firmware.
  16. [ 0.000000] random: get_random_bytes called from start_kernel+0x8c/0x4e8 with crng_init=0
  17. [ 0.000000] percpu: Embedded 17 pages/cpu @(ptrval) s38476 r8192 d22964 u69632
  18. [ 0.000000] pcpu-alloc: s38476 r8192 d22964 u69632 alloc=17*4096
  19. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
  20. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516928
  21. [ 0.000000] Kernel command line: console=tty1 console=ttySAC2,115200n8 root=UUID=9d706ec0-8dc5-4882-ae7f-3b9fbfe449e7 rootwait ro rhgb quiet LANG=nl_NL.UTF-8 ro fsck.repair=yes net.ifnames=0 HPD=true vout=hdmi usbhid.quirks=0x0eef:0x0005:0x0004 smsc95xx.macaddr=00:1e:06:61:7a:39 false s5p_mfc.mem=16M
  22. [ 0.000000] hdmi: using HDMI mode
  23. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  24. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  25. [ 0.000000] Memory: 1896732K/2074624K available (9216K kernel code, 752K rwdata, 2496K rodata, 1024K init, 334K bss, 46820K reserved, 131072K cma-reserved, 1157120K highmem)
  26. [ 0.000000] Virtual kernel memory layout:
  27. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  28. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  29. vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  30. lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  31. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  32. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  33. .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
  34. .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  35. .data : 0x(ptrval) - 0x(ptrval) ( 753 kB)
  36. .bss : 0x(ptrval) - 0x(ptrval) ( 335 kB)
  37. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  38. [ 0.000000] hperf_hmp: fast CPUs mask: 000000F0
  39. [ 0.000000] hperf_hmp: slow CPUs mask: 0000000F
  40. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  41. [ 0.000000] Tasks RCU enabled.
  42. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  43. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  44. [ 0.000000] GIC: Using split EOI/Deactivate mode
  45. [ 0.000000] Switching to timer-based delay loop, resolution 41ns
  46. [ 0.000000] clocksource: mct-frc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  47. [ 0.000008] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  48. [ 0.000029] genirq: irq_chip COMBINER did not update eff. affinity mask of irq 49
  49. [ 0.001068] Console: colour dummy device 80x30
  50. [ 0.001086] printk: console [tty1] enabled
  51. [ 0.001126] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  52. [ 0.001139] pid_max: default: 32768 minimum: 301
  53. [ 0.001286] LSM: Security Framework initializing
  54. [ 0.001298] Yama: becoming mindful.
  55. [ 0.001326] SELinux: Initializing.
  56. [ 0.001528] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  57. [ 0.001548] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  58. [ 0.002513] CPU: Testing write buffer coherency: ok
  59. [ 0.003031] CPU0: thread -1, cpu 0, socket 1, mpidr 80000100
  60. [ 0.024067] Setting up static identity map for 0x40100000 - 0x40100060
  61. [ 0.024400] ARM CCI driver probed
  62. [ 0.024629] Exynos MCPM support installed
  63. [ 0.032004] rcu: Hierarchical SRCU implementation.
  64. [ 0.048002] smp: Bringing up secondary CPUs ...
  65. [ 0.080375] CPU1: thread -1, cpu 1, socket 1, mpidr 80000101
  66. [ 0.104342] CPU2: thread -1, cpu 2, socket 1, mpidr 80000102
  67. [ 0.136337] CPU3: thread -1, cpu 3, socket 1, mpidr 80000103
  68. [ 0.168384] CPU4: thread -1, cpu 0, socket 0, mpidr 80000000
  69. [ 0.168394] CPU4: Spectre v2: using ICIALLU workaround
  70. [ 0.192373] CPU5: thread -1, cpu 1, socket 0, mpidr 80000001
  71. [ 0.192381] CPU5: Spectre v2: using ICIALLU workaround
  72. [ 0.204582] CPU6: thread -1, cpu 2, socket 0, mpidr 80000002
  73. [ 0.204589] CPU6: Spectre v2: using ICIALLU workaround
  74. [ 0.216593] CPU7: thread -1, cpu 3, socket 0, mpidr 80000003
  75. [ 0.216600] CPU7: Spectre v2: using ICIALLU workaround
  76. [ 0.216757] smp: Brought up 1 node, 8 CPUs
  77. [ 0.216769] SMP: Total of 8 processors activated (384.00 BogoMIPS).
  78. [ 0.216775] CPU: All CPU(s) started in HYP mode.
  79. [ 0.216780] CPU: Virtualization extensions available.
  80. [ 0.218674] devtmpfs: initialized
  81. [ 0.234921] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
  82. [ 0.235054] hperf_hmp: registered cpufreq transition notifier
  83. [ 0.235332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  84. [ 0.235349] futex hash table entries: 2048 (order: 5, 131072 bytes)
  85. [ 0.237722] pinctrl core: initialized pinctrl subsystem
  86. [ 0.239745] NET: Registered protocol family 16
  87. [ 0.243098] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  88. [ 0.244342] audit: initializing netlink subsys (disabled)
  89. [ 0.244557] audit: type=2000 audit(0.244:1): state=initialized audit_enabled=0 res=1
  90. [ 0.245061] cpuidle: using governor menu
  91. [ 0.245652] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  92. [ 0.245660] hw-breakpoint: maximum watchpoint size is 8 bytes.
  93. [ 0.288175] EXYNOS5420 PMU initialized
  94. [ 0.383874] usbcore: registered new interface driver usbfs
  95. [ 0.383922] usbcore: registered new interface driver hub
  96. [ 0.384080] usbcore: registered new device driver usb
  97. [ 0.384736] s3c-i2c 12c60000.i2c: slave address 0x00
  98. [ 0.384750] s3c-i2c 12c60000.i2c: bus frequency set to 65 KHz
  99. [ 0.385553] s3c-i2c 12c60000.i2c: i2c-0: S3C I2C adapter
  100. [ 0.385722] s3c-i2c 12c80000.i2c: slave address 0x00
  101. [ 0.385735] s3c-i2c 12c80000.i2c: bus frequency set to 65 KHz
  102. [ 0.385963] s3c-i2c 12c80000.i2c: i2c-2: S3C I2C adapter
  103. [ 0.386387] media: Linux media interface: v0.10
  104. [ 0.386424] videodev: Linux video capture interface: v2.00
  105. [ 0.386536] pps_core: LinuxPPS API ver. 1 registered
  106. [ 0.386543] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  107. [ 0.386791] s3c2410-wdt 101d0000.watchdog: watchdog inactive, reset disabled, irq disabled
  108. [ 0.387595] Advanced Linux Sound Architecture Driver Initialized.
  109. [ 0.388117] NetLabel: Initializing
  110. [ 0.388125] NetLabel: domain hash size = 128
  111. [ 0.388131] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  112. [ 0.388195] NetLabel: unlabeled traffic allowed by default
  113. [ 0.389057] clocksource: Switched to clocksource mct-frc
  114. [ 0.392372] random: fast init done
  115. [ 0.956194] VFS: Disk quotas dquot_6.6.0
  116. [ 0.956262] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  117. [ 0.970296] NET: Registered protocol family 2
  118. [ 0.970932] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  119. [ 0.970963] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  120. [ 0.971038] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  121. [ 0.971192] TCP: Hash tables configured (established 8192 bind 8192)
  122. [ 0.971315] UDP hash table entries: 512 (order: 2, 16384 bytes)
  123. [ 0.971354] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  124. [ 0.971686] NET: Registered protocol family 1
  125. [ 0.972265] RPC: Registered named UNIX socket transport module.
  126. [ 0.972273] RPC: Registered udp transport module.
  127. [ 0.972281] RPC: Registered tcp transport module.
  128. [ 0.972288] RPC: Registered tcp NFSv4.1 backchannel transport module.
  129. [ 0.972527] Trying to unpack rootfs image as initramfs...
  130. [ 7.588056] Freeing initrd memory: 12560K
  131. [ 7.589401] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  132. [ 7.590242] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
  133. [ 7.595191] Initialise system trusted keyrings
  134. [ 7.595424] workingset: timestamp_bits=14 max_order=19 bucket_order=5
  135. [ 7.604484] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  136. [ 7.605304] NFS: Registering the id_resolver key type
  137. [ 7.605325] Key type id_resolver registered
  138. [ 7.605332] Key type id_legacy registered
  139. [ 7.605350] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  140. [ 7.605389] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
  141. [ 7.751760] Key type asymmetric registered
  142. [ 7.751770] Asymmetric key parser 'x509' registered
  143. [ 7.751826] bounce: pool size: 64 pages
  144. [ 7.751875] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  145. [ 7.752096] io scheduler mq-deadline registered
  146. [ 7.752106] io scheduler kyber registered
  147. [ 7.752362] io scheduler bfq registered
  148. [ 7.754880] samsung-usb2-phy 12130000.phy: 12130000.phy supply vbus not found, using dummy regulator
  149. [ 7.754993] samsung-usb2-phy 12130000.phy: Linked as a consumer to regulator.0
  150. [ 7.755738] exynos5_usb3drd_phy 12100000.phy: 12100000.phy supply vbus not found, using dummy regulator
  151. [ 7.755821] exynos5_usb3drd_phy 12100000.phy: Linked as a consumer to regulator.0
  152. [ 7.755838] exynos5_usb3drd_phy 12100000.phy: 12100000.phy supply vbus-boost not found, using dummy regulator
  153. [ 7.756199] exynos5_usb3drd_phy 12500000.phy: 12500000.phy supply vbus not found, using dummy regulator
  154. [ 7.756291] exynos5_usb3drd_phy 12500000.phy: Linked as a consumer to regulator.0
  155. [ 7.756307] exynos5_usb3drd_phy 12500000.phy: 12500000.phy supply vbus-boost not found, using dummy regulator
  156. [ 7.764861] dma-pl330 121a0000.pdma: Loaded driver for PL330 DMAC-241330
  157. [ 7.764873] dma-pl330 121a0000.pdma: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
  158. [ 7.767513] dma-pl330 121b0000.pdma: Loaded driver for PL330 DMAC-241330
  159. [ 7.767525] dma-pl330 121b0000.pdma: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
  160. [ 7.768348] dma-pl330 10800000.mdma: Loaded driver for PL330 DMAC-241330
  161. [ 7.768359] dma-pl330 10800000.mdma: DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32
  162. [ 7.831075] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  163. [ 7.833287] 12c00000.serial: ttySAC0 at MMIO 0x12c00000 (irq = 58, base_baud = 0) is a S3C6400/10
  164. [ 7.833674] 12c10000.serial: ttySAC1 at MMIO 0x12c10000 (irq = 59, base_baud = 0) is a S3C6400/10
  165. [ 7.834059] 12c20000.serial: ttySAC2 at MMIO 0x12c20000 (irq = 60, base_baud = 0) is a S3C6400/10
  166. [ 7.834151] printk: console [ttySAC2] enabled
  167. [ 7.834516] 12c30000.serial: ttySAC3 at MMIO 0x12c30000 (irq = 61, base_baud = 0) is a S3C6400/10
  168. [ 7.836105] exynos-trng 10830600.rng: Exynos True Random Number Generator.
  169. [ 7.837006] iommu: Adding device 14450000.mixer to group 0
  170. [ 7.837478] exynos-mixer 14450000.mixer: Linked as a consumer to 14650000.sysmmu
  171. [ 7.839026] exynos-hdmi 14530000.hdmi: Failed to get supply 'vdd': -517
  172. [ 7.844877] iommu: Adding device 10850000.g2d to group 1
  173. [ 7.844899] exynos-drm-g2d 10850000.g2d: Linked as a consumer to 10a60000.sysmmu
  174. [ 7.844918] exynos-drm-g2d 10850000.g2d: Linked as a consumer to 10a70000.sysmmu
  175. [ 7.850929] mali 11800000.mali: Continuing without Mali regulator control
  176. [ 7.852397] mali 11800000.mali: GPU identified as 0x0620 r0p1 status 0
  177. [ 7.852911] mali 11800000.mali: Protected mode not available
  178. [ 7.853365] devfreq devfreq0: Couldn't update frequency transition information.
  179. [ 7.860053] mali 11800000.mali: Probed as mali0
  180. [ 7.870611] brd: module loaded
  181. [ 7.871170] libphy: Fixed MDIO Bus: probed
  182. [ 7.871498] usbcore: registered new interface driver r8152
  183. [ 7.871544] usbcore: registered new interface driver cdc_ether
  184. [ 7.871580] usbcore: registered new interface driver cdc_subset
  185. [ 7.873707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  186. [ 7.873737] ehci-exynos: EHCI EXYNOS driver
  187. [ 7.874079] exynos-ehci 12110000.usb: EHCI Host Controller
  188. [ 7.874107] exynos-ehci 12110000.usb: new USB bus registered, assigned bus number 1
  189. [ 7.874434] exynos-ehci 12110000.usb: irq 87, io mem 0x12110000
  190. [ 7.889117] exynos-ehci 12110000.usb: USB 2.0 started, EHCI 1.00
  191. [ 7.889431] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
  192. [ 7.889441] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  193. [ 7.889451] usb usb1: Product: EHCI Host Controller
  194. [ 7.889460] usb usb1: Manufacturer: Linux 5.0.0-rc5-fedoraXU+ ehci_hcd
  195. [ 7.889469] usb usb1: SerialNumber: 12110000.usb
  196. [ 7.890050] hub 1-0:1.0: USB hub found
  197. [ 7.890095] hub 1-0:1.0: 3 ports detected
  198. [ 7.890997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  199. [ 7.891022] ohci-exynos: OHCI EXYNOS driver
  200. [ 7.891209] exynos-ohci 12120000.usb: USB Host Controller
  201. [ 7.891234] exynos-ohci 12120000.usb: new USB bus registered, assigned bus number 2
  202. [ 7.891370] exynos-ohci 12120000.usb: irq 87, io mem 0x12120000
  203. [ 7.953339] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
  204. [ 7.953351] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  205. [ 7.953360] usb usb2: Product: USB Host Controller
  206. [ 7.953369] usb usb2: Manufacturer: Linux 5.0.0-rc5-fedoraXU+ ohci_hcd
  207. [ 7.953378] usb usb2: SerialNumber: 12120000.usb
  208. [ 7.953921] hub 2-0:1.0: USB hub found
  209. [ 7.953972] hub 2-0:1.0: 3 ports detected
  210. [ 7.956092] mousedev: PS/2 mouse device common for all mice
  211. [ 7.957426] i2c /dev entries driver
  212. [ 7.973869] vdd_ldo9: Bringing 3300000uV into 3000000-3000000uV
  213. [ 7.982818] vddq_mmc2: Bringing 3300000uV into 2800000-2800000uV
  214. [ 7.994552] vdd_sd: Bringing 3300000uV into 2800000-2800000uV
  215. [ 8.225088] usb 1-1: new high-speed USB device number 2 using exynos-ehci
  216. [ 8.381496] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
  217. [ 8.381507] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  218. [ 8.382124] hub 1-1:1.0: USB hub found
  219. [ 8.382238] hub 1-1:1.0: 5 ports detected
  220. [ 8.669086] usb 1-1.1: new high-speed USB device number 3 using exynos-ehci
  221. [ 8.777494] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
  222. [ 8.777505] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  223. [ 9.060222] s5m-rtc s2mps14-rtc: registered as rtc0
  224. [ 9.060769] s2mps11-clk s2mps11-clk: DMA mask not set
  225. [ 9.064392] iommu: Adding device 11f50000.jpeg to group 2
  226. [ 9.064417] s5p-jpeg 11f50000.jpeg: Linked as a consumer to 11f10000.sysmmu
  227. [ 9.064793] s5p-jpeg 11f50000.jpeg: encoder device registered as /dev/video30
  228. [ 9.064968] s5p-jpeg 11f50000.jpeg: decoder device registered as /dev/video31
  229. [ 9.064976] s5p-jpeg 11f50000.jpeg: Samsung S5P JPEG codec
  230. [ 9.065261] iommu: Adding device 11f60000.jpeg to group 3
  231. [ 9.065282] s5p-jpeg 11f60000.jpeg: Linked as a consumer to 11f20000.sysmmu
  232. [ 9.065632] s5p-jpeg 11f60000.jpeg: encoder device registered as /dev/video32
  233. [ 9.065807] s5p-jpeg 11f60000.jpeg: decoder device registered as /dev/video33
  234. [ 9.065815] s5p-jpeg 11f60000.jpeg: Samsung S5P JPEG codec
  235. [ 9.066549] iommu: Adding device 11000000.codec to group 4
  236. [ 9.067014] s5p-mfc 11000000.codec: Linked as a consumer to 11200000.sysmmu
  237. [ 9.067036] s5p-mfc 11000000.codec: Linked as a consumer to 11210000.sysmmu
  238. [ 9.084816] s5p-mfc 11000000.codec: preallocated 16 MiB buffer for the firmware and context buffers
  239. [ 9.086290] s5p-mfc 11000000.codec: decoder registered as /dev/video10
  240. [ 9.086459] s5p-mfc 11000000.codec: encoder registered as /dev/video11
  241. [ 9.087874] Registered IR keymap rc-cec
  242. [ 9.088008] rc rc0: s5p-cec as /devices/platform/soc/101b0000.cec/rc/rc0
  243. [ 9.088348] input: s5p-cec as /devices/platform/soc/101b0000.cec/rc/rc0/input0
  244. [ 9.089367] iommu: Adding device 13e00000.video-scaler to group 5
  245. [ 9.089805] exynos-gsc 13e00000.video-scaler: Linked as a consumer to 13e80000.sysmmu
  246. [ 9.090540] iommu: Adding device 13e10000.video-scaler to group 6
  247. [ 9.091032] exynos-gsc 13e10000.video-scaler: Linked as a consumer to 13e90000.sysmmu
  248. [ 9.095902] exynos-tmu 10060000.tmu: Linked as a consumer to regulator.7
  249. [ 9.096896] exynos-tmu 10064000.tmu: Linked as a consumer to regulator.7
  250. [ 9.097866] exynos-tmu 10068000.tmu: Linked as a consumer to regulator.7
  251. [ 9.098823] exynos-tmu 1006c000.tmu: Linked as a consumer to regulator.7
  252. [ 9.099786] exynos-tmu 100a0000.tmu: Linked as a consumer to regulator.7
  253. [ 9.100669] device-mapper: uevent: version 1.0.3
  254. [ 9.100997] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
  255. [ 9.102039] cpu cpu0: Linked as a consumer to regulator.44
  256. [ 9.102121] cpu cpu0: Dropping the link to regulator.44
  257. [ 9.102837] cpu cpu0: Linked as a consumer to regulator.44
  258. [ 9.110036] cpu cpu4: Linked as a consumer to regulator.40
  259. [ 9.118628] sdhci: Secure Digital Host Controller Interface driver
  260. [ 9.118632] sdhci: Copyright(c) Pierre Ossman
  261. [ 9.118815] Synopsys Designware Multimedia Card Interface Driver
  262. [ 9.119370] dwmmc_exynos 12200000.mmc: IDMAC supports 32-bit address mode.
  263. [ 9.119454] dwmmc_exynos 12200000.mmc: Using internal DMA controller.
  264. [ 9.119465] dwmmc_exynos 12200000.mmc: Version ID is 250a
  265. [ 9.119498] dwmmc_exynos 12200000.mmc: DW MMC controller at irq 89,64 bit host data width,64 deep fifo
  266. [ 9.119575] dwmmc_exynos 12200000.mmc: Linked as a consumer to regulator.18
  267. [ 9.119627] dwmmc_exynos 12200000.mmc: Linked as a consumer to regulator.3
  268. [ 9.119711] dwmmc_exynos 12200000.mmc: allocated mmc-pwrseq
  269. [ 9.136877] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
  270. [ 9.149994] dwmmc_exynos 12220000.mmc: IDMAC supports 32-bit address mode.
  271. [ 9.150028] dwmmc_exynos 12220000.mmc: Using internal DMA controller.
  272. [ 9.150038] dwmmc_exynos 12220000.mmc: Version ID is 250a
  273. [ 9.150067] dwmmc_exynos 12220000.mmc: DW MMC controller at irq 90,64 bit host data width,64 deep fifo
  274. [ 9.150143] dwmmc_exynos 12220000.mmc: Linked as a consumer to regulator.19
  275. [ 9.150199] dwmmc_exynos 12220000.mmc: Linked as a consumer to regulator.13
  276. [ 9.165082] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
  277. [ 9.196578] s5p-secss 10830000.sss: s5p-sss driver registered
  278. [ 9.196862] hidraw: raw HID events driver (C) Jiri Kosina
  279. [ 9.197785] mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
  280. [ 9.198312] exynos-bus soc:bus_wcore: Linked as a consumer to regulator.41
  281. [ 9.198866] exynos-bus soc:bus_wcore: Dropping the link to regulator.41
  282. [ 9.205463] mmc0: new HS200 MMC card at address 0001
  283. [ 9.206097] mmcblk0: mmc0:0001 016G92 14.7 GiB
  284. [ 9.206580] mmcblk0boot0: mmc0:0001 016G92 partition 1 4.00 MiB
  285. [ 9.207068] mmcblk0boot1: mmc0:0001 016G92 partition 2 4.00 MiB
  286. [ 9.207186] mmcblk0rpmb: mmc0:0001 016G92 partition 3 512 KiB, chardev (244:0)
  287. [ 9.208388] exynos-nocp: new NoC Probe device registered: 10ca1000.nocp
  288. [ 9.208515] exynos-nocp: new NoC Probe device registered: 10ca1400.nocp
  289. [ 9.208636] exynos-nocp: new NoC Probe device registered: 10ca1800.nocp
  290. [ 9.208756] exynos-nocp: new NoC Probe device registered: 10ca1c00.nocp
  291. [ 9.209652] exynos-adc 12d10000.adc: Linked as a consumer to regulator.4
  292. [ 9.212863] mmcblk0: p1 p2 p3 p4
  293. [ 9.215606] NET: Registered protocol family 17
  294. [ 9.215626] NET: Registered protocol family 15
  295. [ 9.215782] Key type dns_resolver registered
  296. [ 9.216305] Registering SWP/SWPB emulation handler
  297. [ 9.216713] registered taskstats version 1
  298. [ 9.216717] Loading compiled-in X.509 certificates
  299. [ 9.234342] Key type big_key registered
  300. [ 9.234697] mmc_host mmc1: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
  301. [ 9.235671] mmc1: new ultra high speed SDR104 SDHC card at address 0007
  302. [ 9.236393] mmcblk1: mmc1:0007 SD32G 29.0 GiB
  303. [ 9.237280] mmcblk1: p1
  304. [ 9.243677] Key type encrypted registered
  305. [ 9.243699] ima: No TPM chip found, activating TPM-bypass!
  306. [ 9.243717] ima: Allocated hash algorithm: sha256
  307. [ 9.243733] No architecture policies found
  308. [ 9.275196] exynos-hdmi 14530000.hdmi: Linked as a consumer to regulator.6
  309. [ 9.275691] exynos-hdmi 14530000.hdmi: Linked as a consumer to regulator.7
  310. [ 9.276223] OF: graph: no port node found in /soc/hdmi@14530000
  311. [ 9.281568] [drm] Exynos DRM: using 14450000.mixer device for DMA mapping operations
  312. [ 9.281624] exynos-drm exynos-drm: bound 14450000.mixer (ops 0xc0a669dc)
  313. [ 9.281639] exynos-drm exynos-drm: bound 14530000.hdmi (ops 0xc0a67080)
  314. [ 9.281733] exynos-drm-g2d 10850000.g2d: The Exynos G2D (ver 4.1) successfully registered.
  315. [ 9.281740] exynos-drm exynos-drm: bound 10850000.g2d (ops 0xc0a67f94)
  316. [ 9.281745] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  317. [ 9.281748] [drm] No driver support for vblank timestamp query.
  318. [ 10.466045] dma-pl330 3880000.adma: Loaded driver for PL330 DMAC-241330
  319. [ 10.466052] dma-pl330 3880000.adma: DBUFF-4x8bytes Num_Chans-6 Num_Peri-16 Num_Events-6
  320. [ 10.491106] dma-pl330 3880000.adma: PM domain MAU will not be powered off
  321. [ 14.310630] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  322. [ 19.430627] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  323. [ 24.550627] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  324. [ 29.670629] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  325. [ 34.790687] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  326. [ 34.790701] [drm] Cannot find any crtc or sizes
  327. [ 34.791181] [drm] Initialized exynos 1.1.0 20180330 for exynos-drm on minor 0
  328. [ 34.791858] exynos-dwc3 soc:usb3-0: Linked as a consumer to regulator.9
  329. [ 34.792379] exynos-dwc3 soc:usb3-0: Linked as a consumer to regulator.11
  330. [ 34.792648] dwc3 12000000.dwc3: Failed to get clk 'ref': -2
  331. [ 34.797101] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  332. [ 34.797115] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
  333. [ 34.797328] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
  334. [ 34.797358] xhci-hcd xhci-hcd.1.auto: irq 159, io mem 0x12000000
  335. [ 34.797675] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
  336. [ 34.797680] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  337. [ 34.797685] usb usb3: Product: xHCI Host Controller
  338. [ 34.797690] usb usb3: Manufacturer: Linux 5.0.0-rc5-fedoraXU+ xhci-hcd
  339. [ 34.797694] usb usb3: SerialNumber: xhci-hcd.1.auto
  340. [ 34.798012] hub 3-0:1.0: USB hub found
  341. [ 34.798036] hub 3-0:1.0: 1 port detected
  342. [ 34.798241] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  343. [ 34.798251] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
  344. [ 34.798259] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
  345. [ 34.798314] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  346. [ 34.798409] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
  347. [ 34.798415] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  348. [ 34.798419] usb usb4: Product: xHCI Host Controller
  349. [ 34.798424] usb usb4: Manufacturer: Linux 5.0.0-rc5-fedoraXU+ xhci-hcd
  350. [ 34.798429] usb usb4: SerialNumber: xhci-hcd.1.auto
  351. [ 34.798723] hub 4-0:1.0: USB hub found
  352. [ 34.798749] hub 4-0:1.0: 1 port detected
  353. [ 34.799709] exynos-dwc3 soc:usb3-1: Linked as a consumer to regulator.9
  354. [ 34.800226] exynos-dwc3 soc:usb3-1: Linked as a consumer to regulator.11
  355. [ 34.800478] dwc3 12400000.dwc3: Failed to get clk 'ref': -2
  356. [ 34.804784] dwc3 12400000.dwc3: changing max_speed on rev 5533200a
  357. [ 34.808493] rtc rtc1: invalid alarm value: 1900-01-01T00:00:00
  358. [ 34.808610] s3c-rtc 101e0000.rtc: registered as rtc1
  359. [ 34.809928] exynos-bus soc:bus_wcore: Linked as a consumer to regulator.41
  360. [ 34.810103] exynos-bus: new bus device registered: soc:bus_wcore ( 84000 KHz ~ 400000 KHz)
  361. [ 34.810602] exynos-bus: new bus device registered: soc:bus_noc ( 67000 KHz ~ 100000 KHz)
  362. [ 34.810963] exynos-bus: new bus device registered: soc:bus_fsys_apb (100000 KHz ~ 200000 KHz)
  363. [ 34.811204] exynos-bus: new bus device registered: soc:bus_fsys (100000 KHz ~ 200000 KHz)
  364. [ 34.811634] exynos-bus: new bus device registered: soc:bus_fsys2 ( 75000 KHz ~ 150000 KHz)
  365. [ 34.812180] exynos-bus: new bus device registered: soc:bus_mfc ( 96000 KHz ~ 333000 KHz)
  366. [ 34.812663] exynos-bus: new bus device registered: soc:bus_gen ( 89000 KHz ~ 267000 KHz)
  367. [ 34.812969] exynos-bus: new bus device registered: soc:bus_peri ( 67000 KHz ~ 67000 KHz)
  368. [ 34.813548] exynos-bus: new bus device registered: soc:bus_g2d ( 84000 KHz ~ 333000 KHz)
  369. [ 34.814039] exynos-bus: new bus device registered: soc:bus_g2d_acp ( 67000 KHz ~ 267000 KHz)
  370. [ 34.814519] exynos-bus: new bus device registered: soc:bus_jpeg ( 75000 KHz ~ 300000 KHz)
  371. [ 34.815008] exynos-bus: new bus device registered: soc:bus_jpeg_apb ( 84000 KHz ~ 167000 KHz)
  372. [ 34.815378] exynos-bus: new bus device registered: soc:bus_disp1_fimd (120000 KHz ~ 200000 KHz)
  373. [ 34.815806] exynos-bus: new bus device registered: soc:bus_disp1 (120000 KHz ~ 300000 KHz)
  374. [ 34.816232] exynos-bus: new bus device registered: soc:bus_gscl_scaler (150000 KHz ~ 300000 KHz)
  375. [ 34.816781] exynos-bus: new bus device registered: soc:bus_mscl ( 84000 KHz ~ 400000 KHz)
  376. [ 34.845529] max98090 5-0010: MAX98090 REVID=0x43
  377. [ 34.847221] max98090 5-0010: use default 2.8v micbias
  378. [ 34.850134] odroid-audio sound: multicodec <-> samsung-i2s mapping ok
  379. [ 34.853646] s5m-rtc s2mps14-rtc: setting system clock to 2019-02-07T13:50:44 UTC (1549547444)
  380. [ 34.893664] ALSA device list:
  381. [ 34.893669] #0: Odroid-XU3
  382. [ 34.894603] Freeing unused kernel memory: 1024K
  383. [ 34.917288] Run /init as init process
  384. [ 34.941024] NET: Registered protocol family 10
  385. [ 34.959368] Segment Routing with IPv6
  386. [ 34.965897] systemd[1]: systemd 239 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)
  387. [ 34.966251] systemd[1]: Detected architecture arm.
  388. [ 34.966261] systemd[1]: Running in initial RAM disk.
  389. [ 34.971704] systemd[1]: Set hostname to <odroidxu4>.
  390. [ 35.154650] random: systemd: uninitialized urandom read (16 bytes read)
  391. [ 35.154845] systemd[1]: Listening on udev Kernel Socket.
  392. [ 35.155112] random: systemd: uninitialized urandom read (16 bytes read)
  393. [ 35.155272] systemd[1]: Listening on Journal Audit Socket.
  394. [ 35.155312] random: systemd: uninitialized urandom read (16 bytes read)
  395. [ 35.155622] systemd[1]: Listening on Journal Socket.
  396. [ 35.159470] systemd[1]: Starting Setup Virtual Console...
  397. [ 35.159648] systemd[1]: Reached target Swap.
  398. [ 35.160125] systemd[1]: Listening on udev Control Socket.
  399. [ 35.200511] audit: type=1130 audit(1549547444.840:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  400. [ 35.203672] audit: type=1130 audit(1549547444.844:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  401. [ 35.297601] audit: type=1130 audit(1549547444.940:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  402. [ 35.305348] audit: type=1130 audit(1549547444.948:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  403. [ 35.305393] audit: type=1131 audit(1549547444.948:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  404. [ 35.334681] audit: type=1130 audit(1549547444.976:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  405. [ 35.549344] audit: type=1130 audit(1549547445.192:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  406. [ 35.643849] audit: type=1130 audit(1549547445.284:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  407. [ 35.678065] audit: type=1130 audit(1549547445.320:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  408. [ 36.428810] synth uevent: /devices/platform/soc/101b0000.cec/rc/rc0/input0: failed to send uevent
  409. [ 36.428820] input input0: uevent: failed to send synthetic uevent
  410. [ 36.437286] input: gpio_keys as /devices/platform/gpio_keys/input/input1
  411. [ 36.484471] smsc95xx: unknown parameter 'macaddr' ignored
  412. [ 36.485528] smsc95xx v1.0.6
  413. [ 36.531721] audit: type=1130 audit(1549547446.172:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  414. [ 36.557609] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-12110000.usb-1.1, smsc95xx USB 2.0 Ethernet, 12:e3:bc:69:27:21
  415. [ 36.557817] usbcore: registered new interface driver smsc95xx
  416. [ 38.932814] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
  417. [ 39.910147] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  418. [ 40.195848] systemd-journald[209]: Received SIGTERM from PID 1 (systemd).
  419. [ 40.266919] printk: systemd: 11 output lines suppressed due to ratelimiting
  420. [ 40.467487] kauditd_printk_skb: 31 callbacks suppressed
  421. [ 40.467491] audit: type=1404 audit(1549547450.108:43): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
  422. [ 40.906390] SELinux: Class xdp_socket not defined in policy.
  423. [ 40.906396] SELinux: the above unknown classes and permissions will be allowed
  424. [ 40.906411] SELinux: policy capability network_peer_controls=1
  425. [ 40.906415] SELinux: policy capability open_perms=1
  426. [ 40.906419] SELinux: policy capability extended_socket_class=1
  427. [ 40.906423] SELinux: policy capability always_check_network=0
  428. [ 40.906427] SELinux: policy capability cgroup_seclabel=1
  429. [ 40.906431] SELinux: policy capability nnp_nosuid_transition=1
  430. [ 41.010739] audit: type=1403 audit(1549547450.652:44): auid=4294967295 ses=4294967295 lsm=selinux res=1
  431. [ 41.017364] systemd[1]: Successfully loaded SELinux policy in 550.354ms.
  432. [ 41.025117] random: crng init done
  433. [ 41.025127] random: 7 urandom warning(s) missed due to ratelimiting
  434. [ 41.083460] audit: type=1400 audit(1549547450.724:45): avc: denied { create } for pid=1 comm="systemd" name="pstore" scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:pstore_t:s0 tclass=dir permissive=0
  435. [ 41.333425] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 249.577ms.
  436. [ 41.339524] systemd[1]: systemd 239 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)
  437. [ 41.339896] systemd[1]: Detected architecture arm.
  438. [ 41.342724] systemd[1]: Set hostname to <odroidxu4>.
  439. [ 42.240171] audit: type=1130 audit(1549547451.880:46): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  440. [ 42.240214] audit: type=1131 audit(1549547451.880:47): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  441. [ 42.243024] systemd[1]: Stopped Switch Root.
  442. [ 42.243547] audit: type=1130 audit(1549547451.884:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  443. [ 42.243613] audit: type=1131 audit(1549547451.884:49): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  444. [ 42.244133] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
  445. [ 42.244462] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
  446. [ 42.244532] systemd[1]: Stopped Journal Service.
  447. [ 42.244599] audit: type=1130 audit(1549547451.884:50): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  448. [ 42.244663] audit: type=1131 audit(1549547451.884:51): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  449. [ 42.248491] systemd[1]: Starting Journal Service...
  450. [ 42.248552] systemd[1]: Stopped target Switch Root.
  451. [ 42.249644] systemd[1]: Created slice User and Session Slice.
  452. [ 42.287580] audit: type=1305 audit(1549547451.928:52): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1
  453. [ 42.299705] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  454. [ 42.382667] EXT4-fs (mmcblk0p3): re-mounted. Opts: discard
  455. [ 42.458273] systemd-journald[458]: Received request to flush runtime journal from PID 1
  456. [ 42.926777] synth uevent: /devices/platform/soc/101b0000.cec/rc/rc0/input0: failed to send uevent
  457. [ 42.926782] input input0: uevent: failed to send synthetic uevent
  458. [ 43.168518] gpiomem-exynos 13400000.gpiomem: Initialised: GPIO register area is 2
  459. [ 43.169958] gpiomem-exynos 13400000.gpiomem: Initialised: Registers at 0x13400000
  460. [ 43.169965] gpiomem-exynos 13400000.gpiomem: Initialised: Registers at 0x14010000
  461. [ 44.306724] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: discard
  462. [ 44.315472] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
  463. [ 45.031087] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  464. [ 48.296774] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  465. [ 49.906384] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
  466. [ 50.150767] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  467. [ 50.404514] hdmi-audio-codec hdmi-audio-codec.0.auto: Only one simultaneous stream supported!
  468. [ 50.411584] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: can't open codec i2s-hifi: -22
  469. [ 50.420171] hdmi-audio-codec hdmi-audio-codec.0.auto: Only one simultaneous stream supported!
  470. [ 50.428324] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: can't open codec i2s-hifi: -22
  471. [ 50.438353] hdmi-audio-codec hdmi-audio-codec.0.auto: Only one simultaneous stream supported!
  472. [ 50.445445] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: can't open codec i2s-hifi: -22
  473. [ 50.453990] hdmi-audio-codec hdmi-audio-codec.0.auto: Only one simultaneous stream supported!
  474. [ 50.462148] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: can't open codec i2s-hifi: -22
  475. [ 55.270691] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  476. [ 59.279465] NFSD: starting 45-second grace period (net f0000169)
  477. [ 60.390670] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  478. [ 60.390699] [drm] Cannot find any crtc or sizes
  479. [ 65.510740] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  480. [ 70.630701] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  481. [ 75.750574] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  482. [ 80.870627] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  483. [ 85.990344] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  484. [ 91.110641] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  485. [ 96.230624] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  486. [ 101.350630] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  487. [ 106.470535] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  488. [ 111.590622] s3c-i2c 12c80000.i2c: timeout waiting for bus idle
  489. [ 163.515362] fuse init (API version 7.28)
  490. [ 163.916792] hdmi-audio-codec hdmi-audio-codec.0.auto: Only one simultaneous stream supported!
  491. [ 163.923854] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: can't open codec i2s-hifi: -22
  492. [ 163.932387] hdmi-audio-codec hdmi-audio-codec.0.auto: Only one simultaneous stream supported!
  493. [ 163.940606] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: can't open codec i2s-hifi: -22
  494. [ 163.950748] hdmi-audio-codec hdmi-audio-codec.0.auto: Only one simultaneous stream supported!
  495. [ 163.957892] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: can't open codec i2s-hifi: -22
  496. [ 163.966379] hdmi-audio-codec hdmi-audio-codec.0.auto: Only one simultaneous stream supported!
  497. [ 163.974545] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: can't open codec i2s-hifi: -22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement