spacepaste

  1.  
  2. ### With SD card inserted
  3. $ sudo fdisk -l
  4. Disk /dev/mmcblk0: 14.4 GiB, 15489564672 bytes, 30253056 sectors
  5. Units: sectors of 1 * 512 = 512 bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disklabel type: dos
  9. Disk identifier: 0x58bc1052
  10. Device Boot Start End Sectors Size Id Type
  11. /dev/mmcblk0p1 8192 139263 131072 64M c W95 FAT32 (LBA)
  12. /dev/mmcblk0p2 139264 8331263 8192000 3.9G 83 Linux
  13. /dev/mmcblk0p3 8331264 30253055 21921792 10.5G 83 Linux
  14. Disk /dev/mmcblk2: 14.7 GiB, 15758000128 bytes, 30777344 sectors
  15. Units: sectors of 1 * 512 = 512 bytes
  16. Sector size (logical/physical): 512 bytes / 512 bytes
  17. I/O size (minimum/optimal): 512 bytes / 512 bytes
  18. Disklabel type: dos
  19. Disk identifier: 0x89e2f1d4
  20. Device Boot Start End Sectors Size Id Type
  21. /dev/mmcblk2p1 8192 8396799 8388608 4G 83 Linux
  22. /dev/mmcblk2p2 8396800 30777343 22380544 10.7G 83 Linux
  23. ### Without SD card
  24. $ sudo fdisk -l
  25. Disk /dev/mmcblk2: 14.7 GiB, 15758000128 bytes, 30777344 sectors
  26. Units: sectors of 1 * 512 = 512 bytes
  27. Sector size (logical/physical): 512 bytes / 512 bytes
  28. I/O size (minimum/optimal): 512 bytes / 512 bytes
  29. Disklabel type: dos
  30. Disk identifier: 0x89e2f1d4
  31. Device Boot Start End Sectors Size Id Type
  32. /dev/mmcblk2p1 8192 8396799 8388608 4G 83 Linux
  33. /dev/mmcblk2p2 8396800 30777343 22380544 10.7G 83 Linux
  34. $ sudo journalctl -b
  35. -- Logs begin at Fri 2018-07-06 03:46:42 +08, end at Mon 2018-09-17 20:18:19 +08. --
  36. Sep 15 02:52:31 alarm kernel: Booting Linux on physical CPU 0x500
  37. Sep 15 02:52:31 alarm kernel: Linux version 4.18.7-1-ARCH (builduser@leming) (gcc version 8.2.0 (GCC)) #1 SMP PREEMPT Tue Sep 11 01:43:25 UTC 2018
  38. Sep 15 02:52:31 alarm kernel: CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
  39. Sep 15 02:52:31 alarm kernel: CPU: div instructions available: patching division code
  40. Sep 15 02:52:31 alarm kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  41. Sep 15 02:52:31 alarm kernel: OF: fdt: Machine model: Rockchip RK3288 Asus Tinker Board S
  42. Sep 15 02:52:31 alarm kernel: Memory policy: Data cache writealloc
  43. Sep 15 02:52:31 alarm kernel: cma: Reserved 48 MiB at 0x7d000000
  44. Sep 15 02:52:31 alarm kernel: On node 0 totalpages: 524288
  45. Sep 15 02:52:31 alarm kernel: Normal zone: 1728 pages used for memmap
  46. Sep 15 02:52:31 alarm kernel: Normal zone: 0 pages reserved
  47. Sep 15 02:52:31 alarm kernel: Normal zone: 196608 pages, LIFO batch:31
  48. Sep 15 02:52:31 alarm kernel: HighMem zone: 327680 pages, LIFO batch:31
  49. Sep 15 02:52:31 alarm kernel: random: get_random_bytes called from start_kernel+0x8c/0x480 with crng_init=0
  50. Sep 15 02:52:31 alarm kernel: percpu: Embedded 17 pages/cpu @(ptrval) s38092 r8192 d23348 u69632
  51. Sep 15 02:52:31 alarm kernel: pcpu-alloc: s38092 r8192 d23348 u69632 alloc=17*4096
  52. Sep 15 02:52:31 alarm kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  53. Sep 15 02:52:31 alarm kernel: Built 1 zonelists, mobility grouping on. Total pages: 522560
  54. Sep 15 02:52:31 alarm kernel: Kernel command line: console=ttyS2,115200n root=PARTUUID=89e2f1d4-01 rw rootwait
  55. Sep 15 02:52:31 alarm kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  56. Sep 15 02:52:31 alarm kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  57. Sep 15 02:52:31 alarm kernel: Memory: 2001380K/2097152K available (12288K kernel code, 1041K rwdata, 4900K rodata, 1024K init, 882K bss, 46620K reserved, 49152K cma-reserved, 1261568K highmem)
  58. Sep 15 02:52:31 alarm kernel: Virtual kernel memory layout:
  59. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  60. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  61. vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  62. lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  63. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  64. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  65. .text : 0x(ptrval) - 0x(ptrval) (13280 kB)
  66. .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  67. .data : 0x(ptrval) - 0x(ptrval) (1042 kB)
  68. .bss : 0x(ptrval) - 0x(ptrval) ( 883 kB)
  69. Sep 15 02:52:31 alarm kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  70. Sep 15 02:52:31 alarm kernel: Preemptible hierarchical RCU implementation.
  71. Sep 15 02:52:31 alarm kernel: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  72. Sep 15 02:52:31 alarm kernel: Tasks RCU enabled.
  73. Sep 15 02:52:31 alarm kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  74. Sep 15 02:52:31 alarm kernel: NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  75. Sep 15 02:52:31 alarm kernel: rockchip_mmc_get_phase: invalid clk rate
  76. Sep 15 02:52:31 alarm kernel: rockchip_mmc_get_phase: invalid clk rate
  77. Sep 15 02:52:31 alarm kernel: rockchip_mmc_get_phase: invalid clk rate
  78. Sep 15 02:52:31 alarm kernel: rockchip_mmc_get_phase: invalid clk rate
  79. Sep 15 02:52:31 alarm kernel: rockchip_mmc_get_phase: invalid clk rate
  80. Sep 15 02:52:31 alarm kernel: rockchip_mmc_get_phase: invalid clk rate
  81. Sep 15 02:52:31 alarm kernel: rockchip_mmc_get_phase: invalid clk rate
  82. Sep 15 02:52:31 alarm kernel: rockchip_mmc_get_phase: invalid clk rate
  83. Sep 15 02:52:31 alarm kernel: arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  84. Sep 15 02:52:31 alarm kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  85. Sep 15 02:52:31 alarm kernel: sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  86. Sep 15 02:52:31 alarm kernel: Switching to timer-based delay loop, resolution 41ns
  87. Sep 15 02:52:31 alarm kernel: Console: colour dummy device 80x30
  88. Sep 15 02:52:31 alarm kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  89. Sep 15 02:52:31 alarm kernel: pid_max: default: 32768 minimum: 301
  90. Sep 15 02:52:31 alarm kernel: Security Framework initialized
  91. Sep 15 02:52:31 alarm kernel: Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  92. Sep 15 02:52:31 alarm kernel: Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  93. Sep 15 02:52:31 alarm kernel: CPU: Testing write buffer coherency: ok
  94. Sep 15 02:52:31 alarm kernel: CPU0: Spectre v2: using BPIALL workaround
  95. Sep 15 02:52:31 alarm kernel: CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
  96. Sep 15 02:52:31 alarm kernel: Setting up static identity map for 0x300000 - 0x3000a0
  97. Sep 15 02:52:31 alarm kernel: Hierarchical SRCU implementation.
  98. Sep 15 02:52:31 alarm kernel: smp: Bringing up secondary CPUs ...
  99. Sep 15 02:52:31 alarm kernel: CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
  100. Sep 15 02:52:31 alarm kernel: CPU1: Spectre v2: using BPIALL workaround
  101. Sep 15 02:52:31 alarm kernel: CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
  102. Sep 15 02:52:31 alarm kernel: CPU2: Spectre v2: using BPIALL workaround
  103. Sep 15 02:52:31 alarm kernel: CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
  104. Sep 15 02:52:31 alarm kernel: CPU3: Spectre v2: using BPIALL workaround
  105. Sep 15 02:52:31 alarm kernel: smp: Brought up 1 node, 4 CPUs
  106. Sep 15 02:52:31 alarm kernel: SMP: Total of 4 processors activated (192.00 BogoMIPS).
  107. Sep 15 02:52:31 alarm kernel: CPU: All CPU(s) started in SVC mode.
  108. Sep 15 02:52:31 alarm kernel: devtmpfs: initialized
  109. Sep 15 02:52:31 alarm kernel: VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
  110. Sep 15 02:52:31 alarm kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  111. Sep 15 02:52:31 alarm kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
  112. Sep 15 02:52:31 alarm kernel: xor: measuring software checksum speed
  113. Sep 15 02:52:31 alarm kernel: arm4regs : 1049.200 MB/sec
  114. Sep 15 02:52:31 alarm kernel: 8regs : 808.800 MB/sec
  115. Sep 15 02:52:31 alarm kernel: 32regs : 786.400 MB/sec
  116. Sep 15 02:52:31 alarm kernel: neon : 1396.400 MB/sec
  117. Sep 15 02:52:31 alarm kernel: xor: using function: neon (1396.400 MB/sec)
  118. Sep 15 02:52:31 alarm kernel: pinctrl core: initialized pinctrl subsystem
  119. Sep 15 02:52:31 alarm kernel: NET: Registered protocol family 16
  120. Sep 15 02:52:31 alarm kernel: DMA: preallocated 256 KiB pool for atomic coherent allocations
  121. Sep 15 02:52:31 alarm kernel: audit: initializing netlink subsys (disabled)
  122. Sep 15 02:52:31 alarm kernel: audit: type=2000 audit(0.850:1): state=initialized audit_enabled=0 res=1
  123. Sep 15 02:52:31 alarm kernel: cpuidle: using governor menu
  124. Sep 15 02:52:31 alarm kernel: No ATAGs?
  125. Sep 15 02:52:31 alarm kernel: hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  126. Sep 15 02:52:31 alarm kernel: hw-breakpoint: maximum watchpoint size is 4 bytes.
  127. Sep 15 02:52:31 alarm kernel: Serial: AMBA PL011 UART driver
  128. Sep 15 02:52:31 alarm kernel: raid6: int32x1 gen() 95 MB/s
  129. Sep 15 02:52:31 alarm kernel: raid6: int32x1 xor() 104 MB/s
  130. Sep 15 02:52:31 alarm kernel: raid6: int32x2 gen() 117 MB/s
  131. Sep 15 02:52:31 alarm kernel: raid6: int32x2 xor() 135 MB/s
  132. Sep 15 02:52:31 alarm kernel: raid6: int32x4 gen() 163 MB/s
  133. Sep 15 02:52:31 alarm kernel: raid6: int32x4 xor() 143 MB/s
  134. Sep 15 02:52:31 alarm kernel: raid6: int32x8 gen() 191 MB/s
  135. Sep 15 02:52:31 alarm kernel: raid6: int32x8 xor() 140 MB/s
  136. Sep 15 02:52:31 alarm kernel: raid6: neonx1 gen() 351 MB/s
  137. Sep 15 02:52:31 alarm kernel: raid6: neonx1 xor() 479 MB/s
  138. Sep 15 02:52:31 alarm kernel: raid6: neonx2 gen() 432 MB/s
  139. Sep 15 02:52:31 alarm kernel: raid6: neonx2 xor() 632 MB/s
  140. Sep 15 02:52:31 alarm kernel: raid6: neonx4 gen() 687 MB/s
  141. Sep 15 02:52:31 alarm kernel: raid6: neonx4 xor() 710 MB/s
  142. Sep 15 02:52:31 alarm kernel: raid6: neonx8 gen() 642 MB/s
  143. Sep 15 02:52:31 alarm kernel: raid6: neonx8 xor() 633 MB/s
  144. Sep 15 02:52:31 alarm kernel: raid6: using algorithm neonx4 gen() 687 MB/s
  145. Sep 15 02:52:31 alarm kernel: raid6: .... xor() 710 MB/s, rmw enabled
  146. Sep 15 02:52:31 alarm kernel: raid6: using neon recovery algorithm
  147. Sep 15 02:52:31 alarm kernel: vgaarb: loaded
  148. Sep 15 02:52:31 alarm kernel: SCSI subsystem initialized
  149. Sep 15 02:52:31 alarm kernel: libata version 3.00 loaded.
  150. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver usbfs
  151. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver hub
  152. Sep 15 02:52:31 alarm kernel: usbcore: registered new device driver usb
  153. Sep 15 02:52:31 alarm kernel: media: Linux media interface: v0.10
  154. Sep 15 02:52:31 alarm kernel: videodev: Linux video capture interface: v2.00
  155. Sep 15 02:52:31 alarm kernel: pps_core: LinuxPPS API ver. 1 registered
  156. Sep 15 02:52:31 alarm kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  157. Sep 15 02:52:31 alarm kernel: PTP clock support registered
  158. Sep 15 02:52:31 alarm kernel: EDAC MC: Ver: 3.0.0
  159. Sep 15 02:52:31 alarm kernel: Advanced Linux Sound Architecture Driver Initialized.
  160. Sep 15 02:52:31 alarm kernel: NetLabel: Initializing
  161. Sep 15 02:52:31 alarm kernel: NetLabel: domain hash size = 128
  162. Sep 15 02:52:31 alarm kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  163. Sep 15 02:52:31 alarm kernel: NetLabel: unlabeled traffic allowed by default
  164. Sep 15 02:52:31 alarm kernel: clocksource: Switched to clocksource arch_sys_counter
  165. Sep 15 02:52:31 alarm kernel: VFS: Disk quotas dquot_6.6.0
  166. Sep 15 02:52:31 alarm kernel: VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  167. Sep 15 02:52:31 alarm kernel: NET: Registered protocol family 2
  168. Sep 15 02:52:31 alarm kernel: tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  169. Sep 15 02:52:31 alarm kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  170. Sep 15 02:52:31 alarm kernel: TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  171. Sep 15 02:52:31 alarm kernel: TCP: Hash tables configured (established 8192 bind 8192)
  172. Sep 15 02:52:31 alarm kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
  173. Sep 15 02:52:31 alarm kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  174. Sep 15 02:52:31 alarm kernel: NET: Registered protocol family 1
  175. Sep 15 02:52:31 alarm kernel: RPC: Registered named UNIX socket transport module.
  176. Sep 15 02:52:31 alarm kernel: RPC: Registered udp transport module.
  177. Sep 15 02:52:31 alarm kernel: RPC: Registered tcp transport module.
  178. Sep 15 02:52:31 alarm kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
  179. Sep 15 02:52:31 alarm kernel: PCI: CLS 0 bytes, default 64
  180. Sep 15 02:52:31 alarm kernel: Unpacking initramfs...
  181. Sep 15 02:52:31 alarm kernel: Freeing initrd memory: 5512K
  182. Sep 15 02:52:31 alarm kernel: hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available
  183. Sep 15 02:52:31 alarm kernel: Initialise system trusted keyrings
  184. Sep 15 02:52:31 alarm kernel: workingset: timestamp_bits=14 max_order=19 bucket_order=5
  185. Sep 15 02:52:31 alarm kernel: zbud: loaded
  186. Sep 15 02:52:31 alarm kernel: NFS: Registering the id_resolver key type
  187. Sep 15 02:52:31 alarm kernel: Key type id_resolver registered
  188. Sep 15 02:52:31 alarm kernel: Key type id_legacy registered
  189. Sep 15 02:52:31 alarm kernel: nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  190. Sep 15 02:52:31 alarm kernel: Key type asymmetric registered
  191. Sep 15 02:52:31 alarm kernel: Asymmetric key parser 'x509' registered
  192. Sep 15 02:52:31 alarm kernel: bounce: pool size: 64 pages
  193. Sep 15 02:52:31 alarm kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  194. Sep 15 02:52:31 alarm kernel: io scheduler noop registered
  195. Sep 15 02:52:31 alarm kernel: io scheduler deadline registered
  196. Sep 15 02:52:31 alarm kernel: io scheduler cfq registered (default)
  197. Sep 15 02:52:31 alarm kernel: io scheduler mq-deadline registered
  198. Sep 15 02:52:31 alarm kernel: io scheduler kyber registered
  199. Sep 15 02:52:31 alarm kernel: io scheduler bfq registered
  200. Sep 15 02:52:31 alarm kernel: dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330
  201. Sep 15 02:52:31 alarm kernel: dma-pl330 ff250000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  202. Sep 15 02:52:31 alarm kernel: dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330
  203. Sep 15 02:52:31 alarm kernel: dma-pl330 ffb20000.dma-controller: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
  204. Sep 15 02:52:31 alarm kernel: Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
  205. Sep 15 02:52:31 alarm kernel: ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 35, base_baud = 1500000) is a 16550A
  206. Sep 15 02:52:31 alarm kernel: ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 36, base_baud = 1500000) is a 16550A
  207. Sep 15 02:52:31 alarm kernel: ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 37, base_baud = 1500000) is a 16550A
  208. Sep 15 02:52:31 alarm kernel: console [ttyS2] enabled
  209. Sep 15 02:52:31 alarm kernel: ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 38, base_baud = 1500000) is a 16550A
  210. Sep 15 02:52:31 alarm kernel: ff1c0000.serial: ttyS4 at MMIO 0xff1c0000 (irq = 39, base_baud = 1500000) is a 16550A
  211. Sep 15 02:52:31 alarm kernel: Serial: AMBA driver
  212. Sep 15 02:52:31 alarm kernel: loop: module loaded
  213. Sep 15 02:52:31 alarm kernel: Loading iSCSI transport class v2.0-870.
  214. Sep 15 02:52:31 alarm kernel: iscsi: registered transport (tcp)
  215. Sep 15 02:52:31 alarm kernel: libphy: Fixed MDIO Bus: probed
  216. Sep 15 02:52:31 alarm kernel: dwc2 ff540000.usb: ff540000.usb supply vusb_d not found, using dummy regulator
  217. Sep 15 02:52:31 alarm kernel: dwc2 ff540000.usb: ff540000.usb supply vusb_a not found, using dummy regulator
  218. Sep 15 02:52:31 alarm kernel: dwc2 ff540000.usb: DWC OTG Controller
  219. Sep 15 02:52:31 alarm kernel: dwc2 ff540000.usb: new USB bus registered, assigned bus number 1
  220. Sep 15 02:52:31 alarm kernel: dwc2 ff540000.usb: irq 44, io mem 0xff540000
  221. Sep 15 02:52:31 alarm kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
  222. Sep 15 02:52:31 alarm kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  223. Sep 15 02:52:31 alarm kernel: usb usb1: Product: DWC OTG Controller
  224. Sep 15 02:52:31 alarm kernel: usb usb1: Manufacturer: Linux 4.18.7-1-ARCH dwc2_hsotg
  225. Sep 15 02:52:31 alarm kernel: usb usb1: SerialNumber: ff540000.usb
  226. Sep 15 02:52:31 alarm kernel: hub 1-0:1.0: USB hub found
  227. Sep 15 02:52:31 alarm kernel: hub 1-0:1.0: 1 port detected
  228. Sep 15 02:52:31 alarm kernel: dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator
  229. Sep 15 02:52:31 alarm kernel: dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator
  230. Sep 15 02:52:31 alarm kernel: dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
  231. Sep 15 02:52:31 alarm kernel: dwc2 ff580000.usb: DWC OTG Controller
  232. Sep 15 02:52:31 alarm kernel: dwc2 ff580000.usb: new USB bus registered, assigned bus number 2
  233. Sep 15 02:52:31 alarm kernel: dwc2 ff580000.usb: irq 45, io mem 0xff580000
  234. Sep 15 02:52:31 alarm kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
  235. Sep 15 02:52:31 alarm kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  236. Sep 15 02:52:31 alarm kernel: usb usb2: Product: DWC OTG Controller
  237. Sep 15 02:52:31 alarm kernel: usb usb2: Manufacturer: Linux 4.18.7-1-ARCH dwc2_hsotg
  238. Sep 15 02:52:31 alarm kernel: usb usb2: SerialNumber: ff580000.usb
  239. Sep 15 02:52:31 alarm kernel: hub 2-0:1.0: USB hub found
  240. Sep 15 02:52:31 alarm kernel: hub 2-0:1.0: 1 port detected
  241. Sep 15 02:52:31 alarm kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  242. Sep 15 02:52:31 alarm kernel: ehci-pci: EHCI PCI platform driver
  243. Sep 15 02:52:31 alarm kernel: ehci-platform: EHCI generic platform driver
  244. Sep 15 02:52:31 alarm kernel: ehci-platform ff500000.usb: EHCI Host Controller
  245. Sep 15 02:52:31 alarm kernel: ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3
  246. Sep 15 02:52:31 alarm kernel: ehci-platform ff500000.usb: irq 43, io mem 0xff500000
  247. Sep 15 02:52:31 alarm kernel: usb 1-1: new high-speed USB device number 2 using dwc2
  248. Sep 15 02:52:31 alarm kernel: ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00
  249. Sep 15 02:52:31 alarm kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
  250. Sep 15 02:52:31 alarm kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  251. Sep 15 02:52:31 alarm kernel: usb usb3: Product: EHCI Host Controller
  252. Sep 15 02:52:31 alarm kernel: usb usb3: Manufacturer: Linux 4.18.7-1-ARCH ehci_hcd
  253. Sep 15 02:52:31 alarm kernel: usb usb3: SerialNumber: ff500000.usb
  254. Sep 15 02:52:31 alarm kernel: hub 3-0:1.0: USB hub found
  255. Sep 15 02:52:31 alarm kernel: hub 3-0:1.0: 1 port detected
  256. Sep 15 02:52:31 alarm kernel: ehci-mxc: Freescale On-Chip EHCI Host driver
  257. Sep 15 02:52:31 alarm kernel: ehci-omap: OMAP-EHCI Host Controller driver
  258. Sep 15 02:52:31 alarm kernel: ehci-orion: EHCI orion driver
  259. Sep 15 02:52:31 alarm kernel: ehci-exynos: EHCI EXYNOS driver
  260. Sep 15 02:52:31 alarm kernel: tegra-ehci: Tegra EHCI driver
  261. Sep 15 02:52:31 alarm kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  262. Sep 15 02:52:31 alarm kernel: ohci-pci: OHCI PCI platform driver
  263. Sep 15 02:52:31 alarm kernel: ohci-platform: OHCI generic platform driver
  264. Sep 15 02:52:31 alarm kernel: ohci-exynos: OHCI EXYNOS driver
  265. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver uas
  266. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver usb-storage
  267. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver ums-cypress
  268. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver ums_eneub6250
  269. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver ums-freecom
  270. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver ums-isd200
  271. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver ums-usbat
  272. Sep 15 02:52:31 alarm kernel: i2c /dev entries driver
  273. Sep 15 02:52:31 alarm kernel: rk808 0-001b: chip id: 0x0
  274. Sep 15 02:52:31 alarm kernel: DCDC_REG1: supplied by vcc_sys
  275. Sep 15 02:52:31 alarm kernel: DCDC_REG2: supplied by vcc_sys
  276. Sep 15 02:52:31 alarm kernel: DCDC_REG3: supplied by vcc_sys
  277. Sep 15 02:52:31 alarm kernel: DCDC_REG4: supplied by vcc_sys
  278. Sep 15 02:52:31 alarm kernel: LDO_REG1: supplied by vcc_sys
  279. Sep 15 02:52:31 alarm kernel: LDO_REG2: supplied by vcc_sys
  280. Sep 15 02:52:31 alarm kernel: LDO_REG3: supplied by vcc_sys
  281. Sep 15 02:52:31 alarm kernel: LDO_REG4: supplied by vcc_io
  282. Sep 15 02:52:31 alarm kernel: LDO_REG5: supplied by vcc_io
  283. Sep 15 02:52:31 alarm kernel: LDO_REG6: supplied by vcc_io
  284. Sep 15 02:52:31 alarm kernel: vdd10_lcd: Bringing 800000uV into 1000000-1000000uV
  285. Sep 15 02:52:31 alarm kernel: LDO_REG7: supplied by vcc_sys
  286. Sep 15 02:52:31 alarm kernel: LDO_REG8: supplied by vcc_sys
  287. Sep 15 02:52:31 alarm kernel: SWITCH_REG1: supplied by vcc_io
  288. Sep 15 02:52:31 alarm kernel: SWITCH_REG2: supplied by vcc_io
  289. Sep 15 02:52:31 alarm kernel: usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
  290. Sep 15 02:52:31 alarm kernel: usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  291. Sep 15 02:52:31 alarm kernel: random: fast init done
  292. Sep 15 02:52:31 alarm kernel: usb 1-1: Product: USB2.0 Hub
  293. Sep 15 02:52:31 alarm kernel: rk808-rtc rk808-rtc: registered as rtc0
  294. Sep 15 02:52:31 alarm kernel: hub 1-1:1.0: USB hub found
  295. Sep 15 02:52:31 alarm kernel: vcc_flash: supplied by vcc_io
  296. Sep 15 02:52:31 alarm kernel: hub 1-1:1.0: 4 ports detected
  297. Sep 15 02:52:31 alarm kernel: rockchip-thermal ff280000.tsadc: Missing rockchip,grf property
  298. Sep 15 02:52:31 alarm kernel: of: /cpus/cpu@501: Couldn't find opp node
  299. Sep 15 02:52:31 alarm kernel: cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 500000 KHz
  300. Sep 15 02:52:31 alarm kernel: cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 600000 KHz
  301. Sep 15 02:52:31 alarm kernel: sdhci: Secure Digital Host Controller Interface driver
  302. Sep 15 02:52:31 alarm kernel: sdhci: Copyright(c) Pierre Ossman
  303. Sep 15 02:52:31 alarm kernel: Synopsys Designware Multimedia Card Interface Driver
  304. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0c0000.dwmmc: IDMAC supports 32-bit address mode.
  305. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0c0000.dwmmc: Using internal DMA controller.
  306. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0c0000.dwmmc: Version ID is 270a
  307. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0c0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
  308. Sep 15 02:52:31 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  309. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
  310. Sep 15 02:52:31 alarm kernel: usb 3-1: new high-speed USB device number 2 using ehci-platform
  311. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
  312. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
  313. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo
  314. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0d0000.dwmmc: allocated mmc-pwrseq
  315. Sep 15 02:52:31 alarm kernel: mmc_host mmc1: card is non-removable.
  316. Sep 15 02:52:31 alarm kernel: mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  317. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0f0000.dwmmc: IDMAC supports 32-bit address mode.
  318. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0f0000.dwmmc: Using internal DMA controller.
  319. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0f0000.dwmmc: Version ID is 270a
  320. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0f0000.dwmmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo
  321. Sep 15 02:52:31 alarm kernel: mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  322. Sep 15 02:52:31 alarm kernel: mmc_host mmc2: card is non-removable.
  323. Sep 15 02:52:31 alarm kernel: mmc1: new high speed SDIO card at address 0001
  324. Sep 15 02:52:31 alarm kernel: mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  325. Sep 15 02:52:31 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  326. Sep 15 02:52:31 alarm kernel: VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
  327. Sep 15 02:52:31 alarm kernel: mmc0: new high speed SDHC card at address 0007
  328. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver vub300
  329. Sep 15 02:52:31 alarm kernel: mmcblk0: mmc0:0007 SD16G 14.4 GiB
  330. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver ushc
  331. Sep 15 02:52:31 alarm kernel: mmcblk0: p1 p2 p3
  332. Sep 15 02:52:31 alarm kernel: sdhci-pltfm: SDHCI platform and OF driver helper
  333. Sep 15 02:52:31 alarm kernel: ledtrig-cpu: registered to indicate activity on CPUs
  334. Sep 15 02:52:31 alarm kernel: hidraw: raw HID events driver (C) Jiri Kosina
  335. Sep 15 02:52:31 alarm kernel: usbcore: registered new interface driver usbhid
  336. Sep 15 02:52:31 alarm kernel: usbhid: USB HID core driver
  337. Sep 15 02:52:31 alarm kernel: NET: Registered protocol family 10
  338. Sep 15 02:52:31 alarm kernel: Segment Routing with IPv6
  339. Sep 15 02:52:31 alarm kernel: mip6: Mobile IPv6
  340. Sep 15 02:52:31 alarm kernel: NET: Registered protocol family 17
  341. Sep 15 02:52:31 alarm kernel: Key type dns_resolver registered
  342. Sep 15 02:52:31 alarm kernel: ThumbEE CPU extension supported.
  343. Sep 15 02:52:31 alarm kernel: Registering SWP/SWPB emulation handler
  344. Sep 15 02:52:31 alarm kernel: registered taskstats version 1
  345. Sep 15 02:52:31 alarm kernel: Loading compiled-in X.509 certificates
  346. Sep 15 02:52:31 alarm kernel: zswap: loaded using pool lzo/zbud
  347. Sep 15 02:52:31 alarm kernel: Btrfs loaded, crc32c=crc32c-generic
  348. Sep 15 02:52:31 alarm kernel: input: gpio-keys as /devices/platform/gpio-keys/input/input0
  349. Sep 15 02:52:31 alarm kernel: rk808-rtc rk808-rtc: setting system clock to 2013-01-18 08:59:02 UTC (1358499542)
  350. Sep 15 02:52:31 alarm kernel: sr_init: No PMIC hook to init smartreflex
  351. Sep 15 02:52:31 alarm kernel: mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  352. Sep 15 02:52:31 alarm kernel: vcc_sd: supplied by vcc_io
  353. Sep 15 02:52:31 alarm kernel: vcc_sd: disabling
  354. Sep 15 02:52:31 alarm kernel: vcc_flash: disabling
  355. Sep 15 02:52:31 alarm kernel: ALSA device list:
  356. Sep 15 02:52:31 alarm kernel: No soundcards found.
  357. Sep 15 02:52:31 alarm kernel: ttyS2 - failed to request DMA
  358. Sep 15 02:52:31 alarm kernel: Freeing unused kernel memory: 1024K
  359. Sep 15 02:52:31 alarm kernel: usb 3-1: config 1 has an invalid interface number: 255 but max is 6
  360. Sep 15 02:52:31 alarm kernel: usb 3-1: config 1 has no interface number 6
  361. Sep 15 02:52:31 alarm kernel: usb 3-1: New USB device found, idVendor=0bda, idProduct=481a, bcdDevice= 0.00
  362. Sep 15 02:52:31 alarm kernel: usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
  363. Sep 15 02:52:31 alarm kernel: usb 3-1: Product: USB Audio
  364. Sep 15 02:52:31 alarm kernel: usb 3-1: Manufacturer: Generic
  365. Sep 15 02:52:31 alarm kernel: usb 3-1: SerialNumber: 201405280001
  366. Sep 15 02:52:31 alarm kernel: input: Generic USB Audio Consumer Control as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.255/0003:0BDA:481A.0001/input/input1
  367. Sep 15 02:52:31 alarm kernel: dwmmc_rockchip ff0f0000.dwmmc: Successfully tuned phase to 208
  368. Sep 15 02:52:31 alarm kernel: mmc2: new HS200 MMC card at address 0001
  369. Sep 15 02:52:31 alarm kernel: input: Generic USB Audio as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.255/0003:0BDA:481A.0001/input/input2
  370. Sep 15 02:52:31 alarm kernel: mmcblk2: mmc2:0001 HAG4a2 14.7 GiB
  371. Sep 15 02:52:31 alarm kernel: mmcblk2boot0: mmc2:0001 HAG4a2 partition 1 4.00 MiB
  372. Sep 15 02:52:31 alarm kernel: hid-generic 0003:0BDA:481A.0001: input,hiddev0,hidraw0: USB HID v1.11 Device [Generic USB Audio] on usb-ff500000.usb-1/input255
  373. Sep 15 02:52:31 alarm kernel: mmcblk2boot1: mmc2:0001 HAG4a2 partition 2 4.00 MiB
  374. Sep 15 02:52:31 alarm kernel: mmcblk2rpmb: mmc2:0001 HAG4a2 partition 3 4.00 MiB, chardev (240:0)
  375. Sep 15 02:52:31 alarm kernel: mmcblk2: p1 p2
  376. Sep 15 02:52:31 alarm kernel: EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null)
  377. Sep 15 02:52:31 alarm systemd[1]: System time before build time, advancing clock.
  378. Sep 15 02:52:31 alarm 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)
  379. Sep 15 02:52:31 alarm systemd[1]: Detected architecture arm.
  380. Sep 15 02:52:31 alarm systemd[1]: Set hostname to <alarm>.
  381. Sep 15 02:52:31 alarm kernel: random: systemd: uninitialized urandom read (16 bytes read)
  382. Sep 15 02:52:31 alarm systemd[1]: Listening on Journal Socket.
  383. Sep 15 02:52:31 alarm kernel: random: systemd: uninitialized urandom read (16 bytes read)
  384. Sep 15 02:52:31 alarm systemd[1]: Starting Create list of required static device nodes for the current kernel...
  385. Sep 15 02:52:31 alarm kernel: random: systemd: uninitialized urandom read (16 bytes read)
  386. Sep 15 02:52:31 alarm systemd[1]: Created slice system-netctl.slice.
  387. Sep 15 02:52:31 alarm systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  388. Sep 15 02:52:31 alarm systemd[1]: Created slice system-getty.slice.
  389. Sep 15 02:52:31 alarm systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  390. Sep 15 02:52:31 alarm systemd[1]: Reached target Swap.
  391. Sep 15 02:52:31 alarm kernel: EXT4-fs (mmcblk2p1): re-mounted. Opts: data=ordered
  392. Sep 15 02:52:31 alarm systemd-journald[196]: Journal started
  393. Sep 15 02:52:31 alarm systemd-journald[196]: Runtime journal (/run/log/journal/9565e8e1e43948d7b669ba601369e3f0) is 8.0M, max 100.4M, 92.4M free.
  394. Sep 15 02:52:31 alarm systemd-modules-load[199]: Inserted module 'crypto_user'
  395. Sep 15 02:52:31 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  396. Sep 15 02:52:31 alarm systemd[1]: Started Create list of required static device nodes for the current kernel.
  397. Sep 15 02:52:31 alarm kernel: audit: type=1130 audit(1536951151.300:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  398. Sep 15 02:52:31 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  399. Sep 15 02:52:31 alarm systemd[1]: Started Remount Root and Kernel File Systems.
  400. Sep 15 02:52:31 alarm kernel: audit: type=1130 audit(1536951151.360:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  401. Sep 15 02:52:31 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  402. Sep 15 02:52:31 alarm systemd[1]: Mounted Kernel Debug File System.
  403. Sep 15 02:52:31 alarm kernel: audit: type=1130 audit(1536951151.410:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  404. Sep 15 02:52:31 alarm systemd[1]: Mounted Temporary Directory (/tmp).
  405. Sep 15 02:52:31 alarm systemd[1]: Started Load Kernel Modules.
  406. Sep 15 02:52:31 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  407. Sep 15 02:52:31 alarm systemd[1]: Mounted POSIX Message Queue File System.
  408. Sep 15 02:52:31 alarm kernel: audit: type=1130 audit(1536951151.520:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  409. Sep 15 02:52:31 alarm systemd[1]: Mounting Kernel Configuration File System...
  410. Sep 15 02:52:31 alarm systemd[1]: Starting Apply Kernel Variables...
  411. Sep 15 02:52:31 alarm systemd[1]: Starting Load/Save Random Seed...
  412. Sep 15 02:52:31 alarm systemd[1]: Starting Create Static Device Nodes in /dev...
  413. Sep 15 02:52:31 alarm systemd[1]: Starting Flush Journal to Persistent Storage...
  414. Sep 15 02:52:31 alarm systemd[1]: Started udev Coldplug all Devices.
  415. Sep 15 02:52:31 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  416. Sep 15 02:52:31 alarm systemd[1]: Mounted Kernel Configuration File System.
  417. Sep 15 02:52:31 alarm kernel: audit: type=1130 audit(1536951151.740:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  418. Sep 15 02:52:31 alarm systemd[1]: Started Apply Kernel Variables.
  419. Sep 15 02:52:31 alarm systemd[1]: Started Load/Save Random Seed.
  420. Sep 15 02:52:31 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  421. Sep 15 02:52:31 alarm kernel: audit: type=1130 audit(1536951151.820:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  422. Sep 15 02:52:31 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  423. Sep 15 02:52:31 alarm systemd[1]: Started Create Static Device Nodes in /dev.
  424. Sep 15 02:52:31 alarm kernel: audit: type=1130 audit(1536951151.880:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  425. Sep 15 02:52:31 alarm systemd-journald[196]: Time spent on flushing to /var is 19.201ms for 379 entries.
  426. Sep 15 02:52:31 alarm systemd-journald[196]: System journal (/var/log/journal/9565e8e1e43948d7b669ba601369e3f0) is 416.1M, max 396.7M, 0B free.
  427. Sep 15 02:52:32 alarm kernel: audit: type=1130 audit(1536951151.930:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  428. Sep 15 02:52:31 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  429. Sep 15 02:52:31 alarm systemd[1]: Starting udev Kernel Device Manager...
  430. Sep 15 02:52:32 alarm systemd[1]: Reached target Local File Systems (Pre).
  431. Sep 15 02:52:32 alarm systemd[1]: Started udev Kernel Device Manager.
  432. Sep 15 02:52:32 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  433. Sep 15 02:52:32 alarm systemd[1]: Started Flush Journal to Persistent Storage.
  434. Sep 15 02:52:32 alarm kernel: audit: type=1130 audit(1536951152.150:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  435. Sep 15 02:52:32 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  436. Sep 15 02:52:32 alarm kernel: audit: type=1130 audit(1536951152.200:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  437. Sep 15 02:52:32 alarm kernel: iommu: Adding device ff930000.vop to group 0
  438. Sep 15 02:52:32 alarm kernel: rockchip-vop ff930000.vop: Linked as a consumer to ff930300.iommu
  439. Sep 15 02:52:32 alarm kernel: iommu: Adding device ff940000.vop to group 1
  440. Sep 15 02:52:32 alarm kernel: rockchip-vop ff940000.vop: Linked as a consumer to ff940300.iommu
  441. Sep 15 02:52:32 alarm kernel: rockchip-drm display-subsystem: Linked as a consumer to ff930000.vop
  442. Sep 15 02:52:32 alarm kernel: rockchip-drm display-subsystem: Linked as a consumer to ff940000.vop
  443. Sep 15 02:52:32 alarm kernel: rockchip-drm display-subsystem: Linked as a consumer to ff980000.hdmi
  444. Sep 15 02:52:32 alarm kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
  445. Sep 15 02:52:32 alarm kernel: rockchip-drm display-subsystem: bound ff930000.vop (ops vop_component_ops [rockchipdrm])
  446. Sep 15 02:52:32 alarm systemd[1]: Found device /dev/disk/by-label/TB-MM-home.
  447. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
  448. Sep 15 02:52:32 alarm kernel: rockchip-drm display-subsystem: bound ff940000.vop (ops vop_component_ops [rockchipdrm])
  449. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: clock input or output? (input).
  450. Sep 15 02:52:32 alarm kernel: dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
  451. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: TX delay(0x30).
  452. Sep 15 02:52:32 alarm kernel: rockchip-drm display-subsystem: bound ff980000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
  453. Sep 15 02:52:32 alarm systemd[1]: Found device /dev/ttyS2.
  454. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: RX delay(0x10).
  455. Sep 15 02:52:32 alarm kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  456. Sep 15 02:52:32 alarm kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  457. Sep 15 02:52:32 alarm kernel: cfg80211: failed to load regulatory.db
  458. Sep 15 02:52:32 alarm kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  459. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: integrated PHY? (no).
  460. Sep 15 02:52:32 alarm kernel: [drm] No driver support for vblank timestamp query.
  461. Sep 15 02:52:32 alarm kernel: [drm] Cannot find any crtc or sizes
  462. Sep 15 02:52:32 alarm kernel: r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
  463. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: clock input from PHY
  464. Sep 15 02:52:32 alarm kernel: [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
  465. Sep 15 02:52:32 alarm kernel: rk3288-crypto ff8a0000.cypto-controller: Crypto Accelerator successfully registered
  466. Sep 15 02:52:32 alarm kernel: RTL8723BS: module init start
  467. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: init for RGMII
  468. Sep 15 02:52:32 alarm kernel: RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
  469. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: User ID: 0x10, Synopsys ID: 0x35
  470. Sep 15 02:52:32 alarm kernel: RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
  471. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: DWMAC1000
  472. Sep 15 02:52:32 alarm systemd-udevd[239]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
  473. Sep 15 02:52:32 alarm kernel: pnetdev = (ptrval)
  474. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: DMA HW capability register supported
  475. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: RX Checksum Offload Engine supported
  476. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: COE Type 2
  477. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: TX Checksum insertion supported
  478. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: Wake-Up On Lan supported
  479. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: Normal descriptors
  480. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: Ring mode enabled
  481. Sep 15 02:52:32 alarm kernel: rk_gmac-dwmac ff290000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  482. Sep 15 02:52:32 alarm kernel: asoc-simple-card sound: i2s-hifi <-> ff890000.i2s mapping ok
  483. Sep 15 02:52:32 alarm kernel: RTL8723BS: rtw_ndev_init(wlan0)
  484. Sep 15 02:52:32 alarm kernel: RTL8723BS: module init ret =0
  485. Sep 15 02:52:32 alarm kernel: Registered IR keymap rc-cec
  486. Sep 15 02:52:32 alarm kernel: libphy: stmmac: probed
  487. Sep 15 02:52:32 alarm kernel: RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
  488. Sep 15 02:52:32 alarm kernel: RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
  489. Sep 15 02:52:32 alarm systemd-udevd[226]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
  490. Sep 15 02:52:32 alarm systemd-udevd[225]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
  491. Sep 15 02:52:32 alarm systemd-udevd[225]: link_config: could not get ethtool features for eth0
  492. Sep 15 02:52:32 alarm systemd-udevd[225]: Could not set offload features of eth0: Device or resource busy
  493. Sep 15 02:52:32 alarm kernel: rc rc0: RC for dw_hdmi as /devices/platform/ff980000.hdmi/rc/rc0
  494. Sep 15 02:52:32 alarm kernel: input: RC for dw_hdmi as /devices/platform/ff980000.hdmi/rc/rc0/input3
  495. Sep 15 02:52:32 alarm systemd[1]: Found device /sys/subsystem/net/devices/wlan0.
  496. Sep 15 02:52:32 alarm systemd[1]: Reached target Sound Card.
  497. Sep 15 02:52:32 alarm systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  498. Sep 15 02:52:33 alarm systemd[1]: Starting File System Check on /dev/disk/by-label/TB-MM-home...
  499. Sep 15 02:52:33 alarm systemd[1]: Starting Load/Save RF Kill Switch Status...
  500. Sep 15 02:52:33 alarm systemd[1]: Started Load/Save RF Kill Switch Status.
  501. Sep 15 02:52:33 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  502. Sep 15 02:52:33 alarm systemd-fsck[267]: TB-MM-home: Superblock last mount time (Mon Sep 17 10:01:43 2018,
  503. Sep 15 02:52:33 alarm systemd-fsck[267]: now = Sat Sep 15 02:52:33 2018) is in the future.
  504. Sep 15 02:52:33 alarm systemd-fsck[267]: FIXED.
  505. Sep 15 02:52:33 alarm systemd-fsck[267]: TB-MM-home: Superblock last write time (Mon Sep 17 10:15:14 2018,
  506. Sep 15 02:52:33 alarm systemd-fsck[267]: now = Sat Sep 15 02:52:33 2018) is in the future.
  507. Sep 15 02:52:33 alarm systemd-fsck[267]: FIXED.
  508. Sep 15 02:52:33 alarm kernel: [drm] Cannot find any crtc or sizes
  509. Sep 15 02:52:34 alarm kernel: random: crng init done
  510. Sep 15 02:52:34 alarm kernel: random: 7 urandom warning(s) missed due to ratelimiting
  511. Sep 15 02:52:34 alarm systemd-fsck[267]: TB-MM-home: 97908/700384 files (0.1% non-contiguous), 479590/2797568 blocks
  512. Sep 15 02:52:34 alarm systemd[1]: Started File System Check on /dev/disk/by-label/TB-MM-home.
  513. Sep 15 02:52:34 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-TB\x2dMM\x2dhome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  514. Sep 15 02:52:34 alarm systemd[1]: home.mount: Directory /home to mount over is not empty, mounting anyway.
  515. Sep 15 02:52:34 alarm systemd[1]: Mounting /home...
  516. Sep 15 02:52:34 alarm kernel: EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: data=ordered
  517. Sep 15 02:52:34 alarm systemd[1]: Mounted /home.
  518. Sep 15 02:52:34 alarm systemd[1]: Reached target Local File Systems.
  519. Sep 15 02:52:34 alarm systemd[1]: Starting Create Volatile Files and Directories...
  520. Sep 15 02:52:34 alarm systemd[1]: Started Create Volatile Files and Directories.
  521. Sep 15 02:52:34 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  522. Sep 15 02:52:34 alarm systemd[1]: Starting Network Service...
  523. Sep 15 02:52:34 alarm systemd[1]: Starting Entropy Harvesting Daemon...
  524. Sep 15 02:52:34 alarm sysctl[276]: kernel.random.write_wakeup_threshold = 1024
  525. Sep 15 02:52:34 alarm systemd[1]: Starting Network Time Synchronization...
  526. Sep 15 02:52:34 alarm systemd[1]: Starting Update UTMP about System Boot/Shutdown...
  527. Sep 15 02:52:34 alarm audit[278]: SYSTEM_BOOT pid=278 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
  528. Sep 15 02:52:34 alarm systemd-networkd[275]: Enumeration completed
  529. Sep 15 02:52:34 alarm systemd-networkd[275]: wlan0: Link is not managed by us
  530. Sep 15 02:52:34 alarm systemd-networkd[275]: lo: Link is not managed by us
  531. Sep 15 02:52:34 alarm kernel: RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
  532. Sep 15 02:52:34 alarm systemd[1]: Started Network Service.
  533. Sep 15 02:52:34 alarm kernel: rk_gmac-dwmac ff290000.ethernet eth0: No Safety Features support found
  534. Sep 15 02:52:34 alarm kernel: rk_gmac-dwmac ff290000.ethernet eth0: PTP not supported by HW
  535. Sep 15 02:52:34 alarm kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  536. Sep 15 02:52:34 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  537. Sep 15 02:52:34 alarm systemd[1]: Started Entropy Harvesting Daemon.
  538. Sep 15 02:52:34 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=haveged comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  539. Sep 15 02:52:34 alarm systemd[1]: Starting Network Name Resolution...
  540. Sep 15 02:52:34 alarm systemd[1]: Started Update UTMP about System Boot/Shutdown.
  541. Sep 15 02:52:34 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  542. Sep 15 02:52:34 alarm systemd-timesyncd[277]: System clock time unset or jumped backwards, restoring from recorded timestamp: Mon 2018-09-17 10:15:14 +08
  543. Sep 17 10:15:14 alarm systemd[1]: Started Network Time Synchronization.
  544. Sep 17 10:15:14 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  545. Sep 17 10:15:14 alarm systemd[1]: Reached target System Initialization.
  546. Sep 17 10:15:14 alarm systemd[1]: Listening on D-Bus System Message Bus Socket.
  547. Sep 17 10:15:14 alarm kernel: usbcore: registered new interface driver snd-usb-audio
  548. Sep 17 10:15:14 alarm haveged[281]: haveged: listening socket at 3
  549. Sep 17 10:15:14 alarm systemd[1]: Reached target Sockets.
  550. Sep 17 10:15:14 alarm systemd[1]: Reached target Basic System.
  551. Sep 17 10:15:14 alarm systemd[1]: Started D-Bus System Message Bus.
  552. Sep 17 10:15:14 alarm systemd-timesyncd[277]: request_name_destroy_callback n_ref=1
  553. Sep 17 10:15:14 alarm systemd-networkd[275]: request_name_destroy_callback n_ref=1
  554. Sep 17 10:15:14 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  555. Sep 17 10:15:14 alarm systemd[1]: Starting A simple WPA encrypted wireless connection...
  556. Sep 17 10:15:14 alarm systemd[1]: Started Daily Cleanup of Temporary Directories.
  557. Sep 17 10:15:14 alarm network[287]: Starting network profile 'wireless-wpa'...
  558. Sep 17 10:15:14 alarm systemd[1]: Starting Login Service...
  559. Sep 17 10:15:15 alarm systemd-logind[297]: New seat seat0.
  560. Sep 17 10:15:15 alarm systemd-logind[297]: Watching system buttons on /dev/input/event1 (Generic USB Audio Consumer Control)
  561. Sep 17 10:15:15 alarm systemd[1]: Reached target System Time Synchronized.
  562. Sep 17 10:15:15 alarm systemd[1]: Started Daily verification of password and group files.
  563. Sep 17 10:15:15 alarm kernel: rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin
  564. Sep 17 10:15:15 alarm systemd[1]: Started Daily rotation of log files.
  565. Sep 17 10:15:15 alarm systemd[1]: Started Daily man-db cache update.
  566. Sep 17 10:15:15 alarm systemd-logind[297]: Watching system buttons on /dev/input/event3 (RC for dw_hdmi)
  567. Sep 17 10:15:15 alarm systemd-logind[297]: Watching system buttons on /dev/input/event0 (gpio-keys)
  568. Sep 17 10:15:15 alarm systemd[1]: Reached target Timers.
  569. Sep 17 10:15:15 alarm dbus-daemon[286]: [system] Successfully activated service 'org.freedesktop.systemd1'
  570. Sep 17 10:15:15 alarm systemd[1]: Started Login Service.
  571. Sep 17 10:15:15 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  572. Sep 17 10:15:15 alarm systemd-resolved[282]: Positive Trust Anchors:
  573. Sep 17 10:15:15 alarm systemd-resolved[282]: . IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
  574. Sep 17 10:15:15 alarm systemd-resolved[282]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
  575. Sep 17 10:15:15 alarm systemd-resolved[282]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
  576. Sep 17 10:15:15 alarm systemd-resolved[282]: Using system hostname 'alarm'.
  577. Sep 17 10:15:16 alarm haveged[281]: haveged: ver: 1.9.4; arch: generic; vend: ; build: (gcc 8.2.0 CTV); collect: 128K
  578. Sep 17 10:15:16 alarm haveged[281]: haveged: cpu: (VC); data: 16K (D); inst: 16K (D); idx: 11/40; sz: 14680/63176
  579. Sep 17 10:15:16 alarm haveged[281]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B): last entropy estimate 7.99908
  580. Sep 17 10:15:16 alarm haveged[281]: haveged: fills: 0, generated: 0
  581. Sep 17 10:15:16 alarm kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  582. Sep 17 10:15:16 alarm systemd[1]: Started Network Name Resolution.
  583. Sep 17 10:15:16 alarm systemd-resolved[282]: request_name_destroy_callback n_ref=1
  584. Sep 17 10:15:16 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  585. Sep 17 10:15:16 alarm systemd[1]: Reached target Host and Network Name Lookups.
  586. Sep 17 10:15:16 alarm kernel: kauditd_printk_skb: 10 callbacks suppressed
  587. Sep 17 10:15:16 alarm kernel: audit: type=1130 audit(1537150516.432:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  588. Sep 17 10:15:18 alarm kernel: RTL8723BS: rtw_set_802_11_connect(wlan0) fw_state = 0x00000008
  589. Sep 17 10:15:18 alarm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  590. Sep 17 10:15:18 alarm kernel: audit: type=1131 audit(1537150518.052:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  591. Sep 17 10:15:18 alarm kernel: RTL8723BS: start auth
  592. Sep 17 10:15:18 alarm kernel: RTL8723BS: auth success, start assoc
  593. Sep 17 10:15:18 alarm kernel: RTL8723BS: rtw_cfg80211_indicate_connect(wlan0) BSS not found !!
  594. Sep 17 10:15:18 alarm kernel: RTL8723BS: assoc success
  595. Sep 17 10:15:18 alarm kernel: RTL8723BS: send eapol packet
  596. Sep 17 10:15:18 alarm kernel: RTL8723BS: send eapol packet
  597. Sep 17 10:15:18 alarm kernel: RTL8723BS: set pairwise key camid:4, addr:70:8b:cd:0b:22:0b, kid:0, type:AES
  598. Sep 17 10:15:18 alarm kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  599. Sep 17 10:15:18 alarm systemd-networkd[275]: wlan0: Gained carrier
  600. Sep 17 10:15:18 alarm kernel: RTL8723BS: set group key camid:5, addr:70:8b:cd:0b:22:0b, kid:1, type:AES
  601. Sep 17 10:15:18 alarm systemd[1]: Started A simple WPA encrypted wireless connection.
  602. Sep 17 10:15:18 alarm kernel: 8021q: 802.1Q VLAN Support v1.8
  603. Sep 17 10:15:18 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wireless\x2dwpa comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  604. Sep 17 10:15:18 alarm systemd[1]: Reached target Network.
  605. Sep 17 10:15:18 alarm dhcpcd[369]: DUID 00:01:00:01:22:d1:34:ac:88:d7:f6:c2:f1:42
  606. Sep 17 10:15:18 alarm dhcpcd[369]: wlan0: IAID 38:dd:97:3b
  607. Sep 17 10:15:18 alarm kernel: audit: type=1130 audit(1537150518.532:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wireless\x2dwpa comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  608. Sep 17 10:15:18 alarm systemd[1]: Starting Permit User Sessions...
  609. Sep 17 10:15:18 alarm systemd[1]: Started OpenSSH Daemon.
  610. Sep 17 10:15:18 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  611. Sep 17 10:15:18 alarm systemd[1]: Started Permit User Sessions.
  612. Sep 17 10:15:18 alarm sshd[377]: Server listening on 0.0.0.0 port 5798.
  613. Sep 17 10:15:18 alarm sshd[377]: Server listening on :: port 5798.
  614. Sep 17 10:15:18 alarm kernel: audit: type=1130 audit(1537150518.642:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  615. Sep 17 10:15:18 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  616. Sep 17 10:15:18 alarm systemd[1]: Started Getty on tty1.
  617. Sep 17 10:15:18 alarm kernel: audit: type=1130 audit(1537150518.692:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  618. Sep 17 10:15:18 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  619. Sep 17 10:15:18 alarm systemd[1]: Started Serial Getty on ttyS2.
  620. Sep 17 10:15:18 alarm kernel: audit: type=1130 audit(1537150518.742:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  621. Sep 17 10:15:18 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=serial-getty@ttyS2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  622. Sep 17 10:15:18 alarm systemd[1]: Reached target Login Prompts.
  623. Sep 17 10:15:18 alarm kernel: audit: type=1130 audit(1537150518.792:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=serial-getty@ttyS2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  624. Sep 17 10:15:18 alarm systemd[1]: Reached target Multi-User System.
  625. Sep 17 10:15:18 alarm systemd[1]: Reached target Graphical Interface.
  626. Sep 17 10:15:18 alarm systemd[1]: Startup finished in 9.025s (kernel) + 8.924s (userspace) = 17.950s.
  627. Sep 17 10:15:19 alarm dhcpcd[369]: wlan0: rebinding lease of 192.168.43.124
  628. Sep 17 10:15:19 alarm dhcpcd[369]: wlan0: probing address 192.168.43.124/24
  629. Sep 17 10:15:20 alarm systemd-networkd[275]: wlan0: Gained IPv6LL
  630. Sep 17 10:15:20 alarm systemd-timesyncd[277]: Network configuration changed, trying to establish connection.
  631. Sep 17 10:15:24 alarm dhcpcd[369]: wlan0: leased 192.168.43.124 for 3600 seconds
  632. Sep 17 10:15:24 alarm dhcpcd[369]: wlan0: adding route to 192.168.43.0/24
  633. Sep 17 10:15:24 alarm dhcpcd[369]: wlan0: adding default route via 192.168.43.1
  634. Sep 17 10:15:24 alarm systemd-timesyncd[277]: Network configuration changed, trying to establish connection.
  635. Sep 17 10:15:24 alarm dhcpcd[369]: forked to background, child pid 426
  636. Sep 17 10:15:24 alarm network[287]: Started network profile 'wireless-wpa'
  637. Sep 17 10:15:32 alarm login[379]: pam_unix(login:session): session opened for user myself by LOGIN(uid=0)
  638. Sep 17 10:15:32 alarm systemd[1]: Created slice system-user\x2druntime\x2ddir.slice.
  639. Sep 17 10:15:32 alarm kernel: audit: type=1006 audit(1537150532.172:29): pid=379 uid=0 old-auid=4294967295 auid=1000 tty=ttyS2 old-ses=4294967295 ses=1 res=1
  640. Sep 17 10:15:32 alarm systemd[1]: Created slice User Slice of UID 1000.
  641. Sep 17 10:15:32 alarm systemd[1]: Started /run/user/1000 mount wrapper.
  642. Sep 17 10:15:32 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  643. Sep 17 10:15:32 alarm systemd[1]: Starting User Manager for UID 1000...
  644. Sep 17 10:15:32 alarm systemd-logind[297]: New session 1 of user myself.
  645. Sep 17 10:15:32 alarm systemd[1]: Started Session 1 of user myself.
  646. Sep 17 10:15:32 alarm systemd[432]: pam_unix(systemd-user:session): session opened for user myself by (uid=0)
  647. Sep 17 10:15:32 alarm kernel: audit: type=1130 audit(1537150532.192:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  648. Sep 17 10:15:32 alarm kernel: audit: type=1006 audit(1537150532.212:31): pid=432 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
  649. Sep 17 10:15:32 alarm systemd[432]: Reached target Paths.
  650. Sep 17 10:15:32 alarm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  651. Sep 17 10:15:32 alarm systemd[432]: Listening on GnuPG cryptographic agent and passphrase cache.
  652. Sep 17 10:15:32 alarm systemd[432]: Starting D-Bus User Message Bus Socket.
  653. Sep 17 10:15:32 alarm systemd[432]: Listening on GnuPG network certificate management daemon.
  654. Sep 17 10:15:32 alarm systemd[432]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
  655. Sep 17 10:15:32 alarm systemd[432]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
  656. Sep 17 10:15:32 alarm systemd[432]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
  657. Sep 17 10:15:32 alarm systemd[432]: Listening on p11-kit server.
  658. Sep 17 10:15:32 alarm systemd[432]: Reached target Timers.
  659. Sep 17 10:15:32 alarm systemd[432]: Listening on D-Bus User Message Bus Socket.
  660. Sep 17 10:15:32 alarm systemd[432]: Reached target Sockets.
  661. Sep 17 10:15:32 alarm systemd[432]: Reached target Basic System.
  662. Sep 17 10:15:32 alarm systemd[432]: Reached target Default.
  663. Sep 17 10:15:32 alarm systemd[432]: Startup finished in 131ms.
  664. Sep 17 10:15:32 alarm systemd[1]: Started User Manager for UID 1000.
  665. Sep 17 10:15:32 alarm kernel: audit: type=1130 audit(1537150532.362:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  666. Sep 17 10:15:32 alarm login[379]: DIALUP AT ttyS2 BY myself
  667. Sep 17 10:15:32 alarm login[379]: LOGIN ON ttyS2 BY myself
  668. Sep 17 20:11:12 alarm systemd-timesyncd[277]: Synchronized to time server 202.156.0.34:123 (2.arch.pool.ntp.org).
  669. Sep 17 20:13:08 alarm sudo[449]: myself : TTY=ttyS2 ; PWD=/home/myself ; USER=root ; COMMAND=/usr/bin/fdisk -l
  670. Sep 17 20:13:08 alarm sudo[449]: pam_unix(sudo:session): session opened for user root by myself(uid=0)
  671. Sep 17 20:13:08 alarm sudo[449]: pam_unix(sudo:session): session closed for user root
  672. Sep 17 20:13:55 alarm sudo[451]: myself : TTY=ttyS2 ; PWD=/home/myself ; USER=root ; COMMAND=/usr/bin/fdisk /dev/mmcblk2
  673. Sep 17 20:13:55 alarm sudo[451]: pam_unix(sudo:session): session opened for user root by myself(uid=0)
  674. Sep 17 20:14:11 alarm sudo[451]: pam_unix(sudo:session): session closed for user root
  675. Sep 17 20:14:35 alarm kernel: mmc0: card 0007 removed
  676. Sep 17 20:14:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  677. Sep 17 20:14:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  678. Sep 17 20:14:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  679. Sep 17 20:14:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  680. Sep 17 20:14:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  681. Sep 17 20:14:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  682. Sep 17 20:14:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  683. Sep 17 20:14:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  684. Sep 17 20:14:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  685. Sep 17 20:14:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  686. Sep 17 20:14:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  687. Sep 17 20:14:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  688. Sep 17 20:14:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  689. Sep 17 20:14:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  690. Sep 17 20:14:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  691. Sep 17 20:14:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  692. Sep 17 20:14:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  693. Sep 17 20:14:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  694. Sep 17 20:14:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  695. Sep 17 20:14:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  696. Sep 17 20:14:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  697. Sep 17 20:14:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  698. Sep 17 20:14:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  699. Sep 17 20:14:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  700. Sep 17 20:14:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  701. Sep 17 20:14:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  702. Sep 17 20:14:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  703. Sep 17 20:14:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  704. Sep 17 20:14:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  705. Sep 17 20:14:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  706. Sep 17 20:14:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  707. Sep 17 20:14:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  708. Sep 17 20:14:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  709. Sep 17 20:14:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  710. Sep 17 20:14:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  711. Sep 17 20:14:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  712. Sep 17 20:14:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  713. Sep 17 20:14:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  714. Sep 17 20:14:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  715. Sep 17 20:14:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  716. Sep 17 20:14:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  717. Sep 17 20:14:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  718. Sep 17 20:14:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  719. Sep 17 20:14:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  720. Sep 17 20:14:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  721. Sep 17 20:14:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  722. Sep 17 20:14:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  723. Sep 17 20:14:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  724. Sep 17 20:14:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  725. Sep 17 20:14:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  726. Sep 17 20:14:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  727. Sep 17 20:14:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  728. Sep 17 20:14:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  729. Sep 17 20:14:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  730. Sep 17 20:14:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  731. Sep 17 20:14:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  732. Sep 17 20:14:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  733. Sep 17 20:14:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  734. Sep 17 20:14:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  735. Sep 17 20:14:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  736. Sep 17 20:14:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  737. Sep 17 20:14:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  738. Sep 17 20:14:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  739. Sep 17 20:14:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  740. Sep 17 20:14:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  741. Sep 17 20:14:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  742. Sep 17 20:14:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  743. Sep 17 20:14:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  744. Sep 17 20:14:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  745. Sep 17 20:14:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  746. Sep 17 20:14:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  747. Sep 17 20:14:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  748. Sep 17 20:14:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  749. Sep 17 20:14:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  750. Sep 17 20:14:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  751. Sep 17 20:14:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  752. Sep 17 20:14:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  753. Sep 17 20:14:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  754. Sep 17 20:14:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  755. Sep 17 20:14:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  756. Sep 17 20:14:46 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  757. Sep 17 20:14:46 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  758. Sep 17 20:14:46 alarm kernel: mmc0: new high speed SDHC card at address 0007
  759. Sep 17 20:14:46 alarm kernel: mmcblk0: mmc0:0007 SD16G 14.4 GiB
  760. Sep 17 20:14:46 alarm kernel: mmcblk0: p1 p2 p3
  761. Sep 17 20:15:06 alarm sshd[465]: Accepted publickey for myself from 192.168.43.7 port 47908 ssh2: RSA SHA256:Au0+beKybT68QmDd5SWgBXolPdSSBkCZJWjnLsWg0zk
  762. Sep 17 20:15:06 alarm sshd[465]: pam_unix(sshd:session): session opened for user myself by (uid=0)
  763. Sep 17 20:15:06 alarm systemd-logind[297]: New session 3 of user myself.
  764. Sep 17 20:15:06 alarm systemd[1]: Started Session 3 of user myself.
  765. Sep 17 20:15:06 alarm kernel: audit: type=1006 audit(1537186506.378:33): pid=465 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
  766. Sep 17 20:15:11 alarm kernel: mmc0: card 0007 removed
  767. Sep 17 20:15:11 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  768. Sep 17 20:15:11 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  769. Sep 17 20:15:11 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  770. Sep 17 20:15:12 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  771. Sep 17 20:15:12 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  772. Sep 17 20:15:12 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  773. Sep 17 20:15:12 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  774. Sep 17 20:15:12 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  775. Sep 17 20:15:12 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  776. Sep 17 20:15:12 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  777. Sep 17 20:15:12 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  778. Sep 17 20:15:12 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  779. Sep 17 20:15:13 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  780. Sep 17 20:15:13 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  781. Sep 17 20:15:13 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  782. Sep 17 20:15:13 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  783. Sep 17 20:15:13 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  784. Sep 17 20:15:13 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  785. Sep 17 20:15:13 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  786. Sep 17 20:15:13 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  787. Sep 17 20:15:14 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  788. Sep 17 20:15:14 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  789. Sep 17 20:15:14 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  790. Sep 17 20:15:14 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  791. Sep 17 20:15:14 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  792. Sep 17 20:15:14 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  793. Sep 17 20:15:14 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  794. Sep 17 20:15:14 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  795. Sep 17 20:15:15 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  796. Sep 17 20:15:15 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  797. Sep 17 20:15:15 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  798. Sep 17 20:15:15 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  799. Sep 17 20:15:15 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  800. Sep 17 20:15:15 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  801. Sep 17 20:15:15 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  802. Sep 17 20:15:15 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  803. Sep 17 20:15:16 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  804. Sep 17 20:15:16 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  805. Sep 17 20:15:16 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  806. Sep 17 20:15:16 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  807. Sep 17 20:15:16 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  808. Sep 17 20:15:16 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  809. Sep 17 20:15:16 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  810. Sep 17 20:15:16 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  811. Sep 17 20:15:17 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  812. Sep 17 20:15:17 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  813. Sep 17 20:15:17 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  814. Sep 17 20:15:17 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  815. Sep 17 20:15:17 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  816. Sep 17 20:15:17 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  817. Sep 17 20:15:17 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  818. Sep 17 20:15:17 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  819. Sep 17 20:15:18 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  820. Sep 17 20:15:18 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  821. Sep 17 20:15:18 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  822. Sep 17 20:15:18 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  823. Sep 17 20:15:18 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  824. Sep 17 20:15:18 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  825. Sep 17 20:15:18 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  826. Sep 17 20:15:18 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  827. Sep 17 20:15:19 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  828. Sep 17 20:15:19 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  829. Sep 17 20:15:19 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  830. Sep 17 20:15:19 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  831. Sep 17 20:15:19 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  832. Sep 17 20:15:19 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  833. Sep 17 20:15:19 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  834. Sep 17 20:15:19 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  835. Sep 17 20:15:20 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  836. Sep 17 20:15:20 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  837. Sep 17 20:15:20 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  838. Sep 17 20:15:20 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  839. Sep 17 20:15:20 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  840. Sep 17 20:15:20 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  841. Sep 17 20:15:20 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  842. Sep 17 20:15:20 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  843. Sep 17 20:15:21 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  844. Sep 17 20:15:21 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  845. Sep 17 20:15:21 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  846. Sep 17 20:15:21 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  847. Sep 17 20:15:21 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  848. Sep 17 20:15:21 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  849. Sep 17 20:15:21 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  850. Sep 17 20:15:21 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  851. Sep 17 20:15:22 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  852. Sep 17 20:15:22 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  853. Sep 17 20:15:22 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  854. Sep 17 20:15:22 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  855. Sep 17 20:15:22 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  856. Sep 17 20:15:22 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  857. Sep 17 20:15:22 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  858. Sep 17 20:15:22 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  859. Sep 17 20:15:23 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  860. Sep 17 20:15:23 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  861. Sep 17 20:15:23 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  862. Sep 17 20:15:23 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  863. Sep 17 20:15:23 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  864. Sep 17 20:15:23 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  865. Sep 17 20:15:23 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  866. Sep 17 20:15:23 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  867. Sep 17 20:15:24 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  868. Sep 17 20:15:24 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  869. Sep 17 20:15:24 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  870. Sep 17 20:15:24 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  871. Sep 17 20:15:24 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  872. Sep 17 20:15:24 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  873. Sep 17 20:15:24 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  874. Sep 17 20:15:24 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  875. Sep 17 20:15:25 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  876. Sep 17 20:15:25 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  877. Sep 17 20:15:25 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  878. Sep 17 20:15:25 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  879. Sep 17 20:15:25 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  880. Sep 17 20:15:25 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  881. Sep 17 20:15:25 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  882. Sep 17 20:15:25 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  883. Sep 17 20:15:26 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  884. Sep 17 20:15:26 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  885. Sep 17 20:15:26 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  886. Sep 17 20:15:26 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  887. Sep 17 20:15:26 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  888. Sep 17 20:15:26 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  889. Sep 17 20:15:26 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  890. Sep 17 20:15:26 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  891. Sep 17 20:15:27 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  892. Sep 17 20:15:27 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  893. Sep 17 20:15:27 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  894. Sep 17 20:15:27 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  895. Sep 17 20:15:27 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  896. Sep 17 20:15:27 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  897. Sep 17 20:15:27 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  898. Sep 17 20:15:27 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  899. Sep 17 20:15:28 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  900. Sep 17 20:15:28 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  901. Sep 17 20:15:28 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  902. Sep 17 20:15:28 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  903. Sep 17 20:15:28 alarm sudo[474]: myself : TTY=pts/0 ; PWD=/home/myself ; USER=root ; COMMAND=/usr/bin/fdisk -l
  904. Sep 17 20:15:28 alarm sudo[474]: pam_unix(sudo:session): session opened for user root by myself(uid=0)
  905. Sep 17 20:15:28 alarm sudo[474]: pam_unix(sudo:session): session closed for user root
  906. Sep 17 20:15:28 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  907. Sep 17 20:15:28 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  908. Sep 17 20:15:28 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  909. Sep 17 20:15:28 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  910. Sep 17 20:15:29 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  911. Sep 17 20:15:29 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  912. Sep 17 20:15:29 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  913. Sep 17 20:15:29 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  914. Sep 17 20:15:29 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  915. Sep 17 20:15:29 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  916. Sep 17 20:15:29 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  917. Sep 17 20:15:29 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  918. Sep 17 20:15:30 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  919. Sep 17 20:15:30 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  920. Sep 17 20:15:30 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  921. Sep 17 20:15:30 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  922. Sep 17 20:15:30 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  923. Sep 17 20:15:30 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  924. Sep 17 20:15:30 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  925. Sep 17 20:15:30 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  926. Sep 17 20:15:30 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  927. Sep 17 20:15:31 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  928. Sep 17 20:15:31 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  929. Sep 17 20:15:31 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  930. Sep 17 20:15:31 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  931. Sep 17 20:15:31 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  932. Sep 17 20:15:31 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  933. Sep 17 20:15:31 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  934. Sep 17 20:15:31 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  935. Sep 17 20:15:32 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  936. Sep 17 20:15:32 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  937. Sep 17 20:15:32 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  938. Sep 17 20:15:32 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  939. Sep 17 20:15:32 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  940. Sep 17 20:15:32 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  941. Sep 17 20:15:32 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  942. Sep 17 20:15:32 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  943. Sep 17 20:15:32 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  944. Sep 17 20:15:33 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  945. Sep 17 20:15:33 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  946. Sep 17 20:15:33 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  947. Sep 17 20:15:33 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  948. Sep 17 20:15:33 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  949. Sep 17 20:15:33 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  950. Sep 17 20:15:33 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  951. Sep 17 20:15:33 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  952. Sep 17 20:15:34 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  953. Sep 17 20:15:34 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  954. Sep 17 20:15:34 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  955. Sep 17 20:15:34 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  956. Sep 17 20:15:34 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  957. Sep 17 20:15:34 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  958. Sep 17 20:15:34 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  959. Sep 17 20:15:34 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  960. Sep 17 20:15:34 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  961. Sep 17 20:15:35 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  962. Sep 17 20:15:35 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  963. Sep 17 20:15:35 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  964. Sep 17 20:15:35 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  965. Sep 17 20:15:35 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  966. Sep 17 20:15:35 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  967. Sep 17 20:15:35 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  968. Sep 17 20:15:35 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  969. Sep 17 20:15:35 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  970. Sep 17 20:15:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  971. Sep 17 20:15:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  972. Sep 17 20:15:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  973. Sep 17 20:15:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  974. Sep 17 20:15:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  975. Sep 17 20:15:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  976. Sep 17 20:15:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  977. Sep 17 20:15:36 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  978. Sep 17 20:15:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  979. Sep 17 20:15:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  980. Sep 17 20:15:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  981. Sep 17 20:15:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  982. Sep 17 20:15:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  983. Sep 17 20:15:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  984. Sep 17 20:15:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  985. Sep 17 20:15:37 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  986. Sep 17 20:15:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  987. Sep 17 20:15:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  988. Sep 17 20:15:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  989. Sep 17 20:15:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  990. Sep 17 20:15:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  991. Sep 17 20:15:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  992. Sep 17 20:15:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  993. Sep 17 20:15:38 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  994. Sep 17 20:15:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  995. Sep 17 20:15:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  996. Sep 17 20:15:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  997. Sep 17 20:15:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  998. Sep 17 20:15:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  999. Sep 17 20:15:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1000. Sep 17 20:15:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1001. Sep 17 20:15:39 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1002. Sep 17 20:15:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1003. Sep 17 20:15:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1004. Sep 17 20:15:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1005. Sep 17 20:15:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1006. Sep 17 20:15:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1007. Sep 17 20:15:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1008. Sep 17 20:15:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1009. Sep 17 20:15:40 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1010. Sep 17 20:15:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1011. Sep 17 20:15:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1012. Sep 17 20:15:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1013. Sep 17 20:15:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1014. Sep 17 20:15:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1015. Sep 17 20:15:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1016. Sep 17 20:15:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1017. Sep 17 20:15:41 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1018. Sep 17 20:15:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1019. Sep 17 20:15:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1020. Sep 17 20:15:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1021. Sep 17 20:15:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1022. Sep 17 20:15:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1023. Sep 17 20:15:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1024. Sep 17 20:15:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1025. Sep 17 20:15:42 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1026. Sep 17 20:15:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1027. Sep 17 20:15:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1028. Sep 17 20:15:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1029. Sep 17 20:15:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1030. Sep 17 20:15:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1031. Sep 17 20:15:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1032. Sep 17 20:15:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1033. Sep 17 20:15:43 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1034. Sep 17 20:15:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1035. Sep 17 20:15:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1036. Sep 17 20:15:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1037. Sep 17 20:15:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1038. Sep 17 20:15:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1039. Sep 17 20:15:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1040. Sep 17 20:15:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1041. Sep 17 20:15:44 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1042. Sep 17 20:15:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1043. Sep 17 20:15:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1044. Sep 17 20:15:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1045. Sep 17 20:15:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1046. Sep 17 20:15:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1047. Sep 17 20:15:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1048. Sep 17 20:15:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1049. Sep 17 20:15:45 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1050. Sep 17 20:15:46 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1051. Sep 17 20:15:46 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1052. Sep 17 20:15:46 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1053. Sep 17 20:15:46 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1054. Sep 17 20:15:46 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1055. Sep 17 20:15:46 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1056. Sep 17 20:15:46 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1057. Sep 17 20:15:46 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1058. Sep 17 20:15:47 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1059. Sep 17 20:15:47 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1060. Sep 17 20:15:47 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1061. Sep 17 20:15:47 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1062. Sep 17 20:15:47 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1063. Sep 17 20:15:47 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1064. Sep 17 20:15:47 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1065. Sep 17 20:15:47 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1066. Sep 17 20:15:48 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1067. Sep 17 20:15:48 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1068. Sep 17 20:15:48 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1069. Sep 17 20:15:48 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1070. Sep 17 20:15:48 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1071. Sep 17 20:15:48 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1072. Sep 17 20:15:48 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1073. Sep 17 20:15:48 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1074. Sep 17 20:15:48 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1075. Sep 17 20:15:49 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1076. Sep 17 20:15:49 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1077. Sep 17 20:15:49 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1078. Sep 17 20:15:49 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1079. Sep 17 20:15:49 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1080. Sep 17 20:15:49 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1081. Sep 17 20:15:49 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1082. Sep 17 20:15:49 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1083. Sep 17 20:15:50 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1084. Sep 17 20:15:50 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1085. Sep 17 20:15:50 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1086. Sep 17 20:15:50 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1087. Sep 17 20:15:50 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1088. Sep 17 20:15:50 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1089. Sep 17 20:15:50 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1090. Sep 17 20:15:50 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1091. Sep 17 20:15:50 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1092. Sep 17 20:15:51 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1093. Sep 17 20:15:51 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1094. Sep 17 20:15:51 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1095. Sep 17 20:15:51 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1096. Sep 17 20:15:51 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1097. Sep 17 20:15:51 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1098. Sep 17 20:15:51 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1099. Sep 17 20:15:51 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1100. Sep 17 20:15:52 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1101. Sep 17 20:15:52 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1102. Sep 17 20:15:52 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1103. Sep 17 20:15:52 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1104. Sep 17 20:15:52 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1105. Sep 17 20:15:52 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1106. Sep 17 20:15:52 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1107. Sep 17 20:15:52 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1108. Sep 17 20:15:52 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1109. Sep 17 20:15:53 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1110. Sep 17 20:15:53 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1111. Sep 17 20:15:53 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1112. Sep 17 20:15:53 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1113. Sep 17 20:15:53 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1114. Sep 17 20:15:53 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1115. Sep 17 20:15:53 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1116. Sep 17 20:15:53 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1117. Sep 17 20:15:54 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1118. Sep 17 20:15:54 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1119. Sep 17 20:15:54 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1120. Sep 17 20:15:54 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1121. Sep 17 20:15:54 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
  1122. Sep 17 20:15:54 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1123. Sep 17 20:15:55 alarm kernel: mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  1124. Sep 17 20:15:55 alarm kernel: mmc0: new high speed SDHC card at address 0007
  1125. Sep 17 20:15:55 alarm kernel: mmcblk0: mmc0:0007 SD16G 14.4 GiB
  1126. Sep 17 20:15:55 alarm kernel: mmcblk0: p1 p2 p3
  1127. Sep 17 20:17:48 alarm sudo[488]: myself : TTY=pts/0 ; PWD=/home/myself ; USER=root ; COMMAND=/usr/bin/journalctl -b
  1128. Sep 17 20:17:48 alarm sudo[488]: pam_unix(sudo:session): session opened for user root by myself(uid=0)
  1129. Sep 17 20:17:58 alarm sudo[488]: pam_unix(sudo:session): session closed for user root
  1130. Sep 17 20:18:19 alarm sudo[491]: myself : TTY=pts/0 ; PWD=/home/myself ; USER=root ; COMMAND=/usr/bin/journalctl -b
  1131. Sep 17 20:18:19 alarm sudo[491]: pam_unix(sudo:session): session opened for user root by myself(uid=0)
  1132. $ ls /proc/device-tree
  1133. '#address-cells' interrupt-controller@ffc01000 qos@ffaf0080
  1134. '#size-cells' interrupt-parent reserved-memory
  1135. aliases io-domains rga@ff920000
  1136. amba iommu@ff900800 saradc@ff100000
  1137. arm-pmu iommu@ff914000 sdio-pwrseq
  1138. bus_intmem@ff700000 iommu@ff930300 sdmmc-regulator
  1139. chosen iommu@ff940300 serial@ff180000
  1140. clock-controller@ff760000 iommu@ff9a0800 serial@ff190000
  1141. compatible iommu@ff9c0440 serial@ff1b0000
  1142. cpu-opp-table lvds@ff96c000 serial@ff1c0000
  1143. cpus memory serial@ff690000
  1144. cypto-controller@ff8a0000 mipi@ff960000 sound
  1145. display-subsystem model sound@ff88b0000
  1146. dp@ff970000 name spi@ff110000
  1147. dwmmc@ff0c0000 oscillator spi@ff120000
  1148. dwmmc@ff0d0000 pinctrl spi@ff130000
  1149. dwmmc@ff0e0000 power-management@ff730000 sram@ff720000
  1150. dwmmc@ff0f0000 pwm@ff680000 syscon@ff740000
  1151. efuse@ffb40000 pwm@ff680010 syscon@ff770000
  1152. ethernet@ff290000 pwm@ff680020 thermal-zones
  1153. external-gmac-clock pwm@ff680030 timer
  1154. flash-regulator qos@ffaa0000 timer@ff810000
  1155. gpio-keys qos@ffaa0080 tsadc@ff280000
  1156. gpio-leds qos@ffad0000 usb@ff500000
  1157. gpu-opp-table qos@ffad0100 usb@ff540000
  1158. gpu@ffa30000 qos@ffad0180 usb@ff580000
  1159. hdmi@ff980000 qos@ffad0400 usb@ff5c0000
  1160. i2c@ff140000 qos@ffad0480 vop@ff930000
  1161. i2c@ff150000 qos@ffad0500 vop@ff940000
  1162. i2c@ff160000 qos@ffad0800 vsys-regulator
  1163. i2c@ff170000 qos@ffad0880 watchdog@ff800000
  1164. i2c@ff650000 qos@ffad0900 wireless-bluetooth
  1165. i2c@ff660000 qos@ffae0000 wireless-wlan
  1166. i2s@ff890000 qos@ffaf0000
  1167.