Advertisement
Guest User

dmesg before script call

a guest
Dec 24th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.47 KB | None | 0 0
  1. [ 0.000000] Linux version 4.19.11-arch1-1-ARCH (builduser@heftig-6427) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Thu Dec 20 03:40:28 UTC 2018
  2. [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a8d8a8cc-36f3-48ad-8cd7-5b0d62f318b1 rw amd_iommu=on iommu=pt
  3. [ 0.000000] KERNEL supported cpus:
  4. [ 0.000000] Intel GenuineIntel
  5. [ 0.000000] AMD AuthenticAMD
  6. [ 0.000000] Centaur CentaurHauls
  7. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  8. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  9. [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  10. [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
  11. [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
  12. [ 0.000000] BIOS-provided physical RAM map:
  13. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
  14. [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
  15. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d7ffff] usable
  16. [ 0.000000] BIOS-e820: [mem 0x0000000009d80000-0x0000000009ffffff] reserved
  17. [ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x00000000db3bdfff] usable
  18. [ 0.000000] BIOS-e820: [mem 0x00000000db3be000-0x00000000dc8a5fff] reserved
  19. [ 0.000000] BIOS-e820: [mem 0x00000000dc8a6000-0x00000000dc8c3fff] ACPI data
  20. [ 0.000000] BIOS-e820: [mem 0x00000000dc8c4000-0x00000000dcda3fff] ACPI NVS
  21. [ 0.000000] BIOS-e820: [mem 0x00000000dcda4000-0x00000000dd715fff] reserved
  22. [ 0.000000] BIOS-e820: [mem 0x00000000dd716000-0x00000000dd7d1fff] type 20
  23. [ 0.000000] BIOS-e820: [mem 0x00000000dd7d2000-0x00000000deffffff] usable
  24. [ 0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
  25. [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
  26. [ 0.000000] BIOS-e820: [mem 0x00000000fdf00000-0x00000000fdffffff] reserved
  27. [ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
  28. [ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
  29. [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
  30. [ 0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
  31. [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
  32. [ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
  33. [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
  34. [ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
  35. [ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
  36. [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
  37. [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
  38. [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
  39. [ 0.000000] NX (Execute Disable) protection: active
  40. [ 0.000000] efi: EFI v2.60 by American Megatrends
  41. [ 0.000000] efi: ACPI 2.0=0xdc8ac000 ACPI=0xdc8ac000 SMBIOS=0xdd684000 SMBIOS 3.0=0xdd683000 ESRT=0xda0d6618 MEMATTR=0xd95ec018
  42. [ 0.000000] SMBIOS 3.0.0 present.
  43. [ 0.000000] DMI: ASUSTeK COMPUTER INC. GL702ZC/GL702ZC, BIOS GL702ZC.305 05/10/2018
  44. [ 0.000000] tsc: Fast TSC calibration failed
  45. [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  46. [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  47. [ 0.000000] last_pfn = 0x41f380 max_arch_pfn = 0x400000000
  48. [ 0.000000] MTRR default type: uncachable
  49. [ 0.000000] MTRR fixed ranges enabled:
  50. [ 0.000000] 00000-9FFFF write-back
  51. [ 0.000000] A0000-BFFFF write-through
  52. [ 0.000000] C0000-FFFFF write-protect
  53. [ 0.000000] MTRR variable ranges enabled:
  54. [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
  55. [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
  56. [ 0.000000] 2 base 0000C0000000 mask FFFFE0000000 write-back
  57. [ 0.000000] 3 base 0000DF000000 mask FFFFFF000000 uncachable
  58. [ 0.000000] 4 disabled
  59. [ 0.000000] 5 disabled
  60. [ 0.000000] 6 disabled
  61. [ 0.000000] 7 disabled
  62. [ 0.000000] TOM2: 0000000420000000 aka 16896M
  63. [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
  64. [ 0.000000] total RAM covered: 3568M
  65. [ 0.000000] Found optimal setting for mtrr clean up
  66. [ 0.000000] gran_size: 64K chunk_size: 1G num_reg: 3 lose cover RAM: 0G
  67. [ 0.000000] e820: update [mem 0xdf000000-0xffffffff] usable ==> reserved
  68. [ 0.000000] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
  69. [ 0.000000] esrt: Reserving ESRT space from 0x00000000da0d6618 to 0x00000000da0d6650.
  70. [ 0.000000] Scanning 1 areas for low memory corruption
  71. [ 0.000000] Base memory trampoline at [(____ptrval____)] 96000 size 24576
  72. [ 0.000000] Using GB pages for direct mapping
  73. [ 0.000000] BRK [0x2fdc01000, 0x2fdc01fff] PGTABLE
  74. [ 0.000000] BRK [0x2fdc02000, 0x2fdc02fff] PGTABLE
  75. [ 0.000000] BRK [0x2fdc03000, 0x2fdc03fff] PGTABLE
  76. [ 0.000000] BRK [0x2fdc04000, 0x2fdc04fff] PGTABLE
  77. [ 0.000000] BRK [0x2fdc05000, 0x2fdc05fff] PGTABLE
  78. [ 0.000000] BRK [0x2fdc06000, 0x2fdc06fff] PGTABLE
  79. [ 0.000000] BRK [0x2fdc07000, 0x2fdc07fff] PGTABLE
  80. [ 0.000000] BRK [0x2fdc08000, 0x2fdc08fff] PGTABLE
  81. [ 0.000000] BRK [0x2fdc09000, 0x2fdc09fff] PGTABLE
  82. [ 0.000000] BRK [0x2fdc0a000, 0x2fdc0afff] PGTABLE
  83. [ 0.000000] Secure boot could not be determined
  84. [ 0.000000] RAMDISK: [mem 0x36def000-0x376eefff]
  85. [ 0.000000] ACPI: Early table checksum verification disabled
  86. [ 0.000000] ACPI: RSDP 0x00000000DC8AC000 000024 (v02 _ASUS_)
  87. [ 0.000000] ACPI: XSDT 0x00000000DC8AC0A8 0000CC (v01 _ASUS_ Notebook 01072009 AMI 00010013)
  88. [ 0.000000] ACPI: FACP 0x00000000DC8B5838 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
  89. [ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20180810/tbfadt-624)
  90. [ 0.000000] ACPI: DSDT 0x00000000DC8AC200 009635 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
  91. [ 0.000000] ACPI: FACS 0x00000000DCD54E00 000040
  92. [ 0.000000] ACPI: APIC 0x00000000DC8B5950 0000DE (v03 _ASUS_ Notebook 01072009 AMI 00010013)
  93. [ 0.000000] ACPI: FPDT 0x00000000DC8B5A30 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
  94. [ 0.000000] ACPI: FIDT 0x00000000DC8B5A78 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
  95. [ 0.000000] ACPI: ECDT 0x00000000DC8B5B18 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
  96. [ 0.000000] ACPI: SSDT 0x00000000DC8B5BE0 008C4C (v02 AMD AMD ALIB 00000002 MSFT 04000000)
  97. [ 0.000000] ACPI: SSDT 0x00000000DC8BE830 0020E4 (v01 AMD AMD CPU 00000001 AMD 00000001)
  98. [ 0.000000] ACPI: CRAT 0x00000000DC8C0918 000F50 (v01 AMD AMD CRAT 00000001 AMD 00000001)
  99. [ 0.000000] ACPI: CDIT 0x00000000DC8C1868 000029 (v01 AMD AMD CDIT 00000001 AMD 00000001)
  100. [ 0.000000] ACPI: MCFG 0x00000000DC8C1898 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
  101. [ 0.000000] ACPI: MSDM 0x00000000DC8C18D8 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
  102. [ 0.000000] ACPI: HPET 0x00000000DC8C1930 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
  103. [ 0.000000] ACPI: SSDT 0x00000000DC8C1968 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
  104. [ 0.000000] ACPI: UEFI 0x00000000DC8C1990 000042 (v01 00000000 00000000)
  105. [ 0.000000] ACPI: BGRT 0x00000000DC8C19D8 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
  106. [ 0.000000] ACPI: TPM2 0x00000000DC8C1A10 000034 (v03 _ASUS_ Notebook 00000001 AMI 00000000)
  107. [ 0.000000] ACPI: IVRS 0x00000000DC8C1A48 0000D0 (v02 AMD AMD IVRS 00000001 AMD 00000000)
  108. [ 0.000000] ACPI: SSDT 0x00000000DC8C1B18 0000F8 (v01 AMD AMD PT 00001000 INTL 20120913)
  109. [ 0.000000] ACPI: SSDT 0x00000000DC8C1C10 000B6C (v01 AMD CPMDFDGP 00000001 INTL 20120913)
  110. [ 0.000000] ACPI: SSDT 0x00000000DC8C2780 000159 (v01 AMD CPMDFNOI 00000001 INTL 20120913)
  111. [ 0.000000] ACPI: SSDT 0x00000000DC8C28E0 001664 (v01 AMD CPMCMN 00000001 INTL 20120913)
  112. [ 0.000000] ACPI: Local APIC address 0xfee00000
  113. [ 0.000000] system APIC only can use physical flat
  114. [ 0.000000] Setting APIC routing to physical flat.
  115. [ 0.000000] No NUMA configuration found
  116. [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
  117. [ 0.000000] NODE_DATA(0) allocated [mem 0x41f37c000-0x41f37ffff]
  118. [ 0.000000] Zone ranges:
  119. [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
  120. [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
  121. [ 0.000000] Normal [mem 0x0000000100000000-0x000000041f37ffff]
  122. [ 0.000000] Device empty
  123. [ 0.000000] Movable zone start for each node
  124. [ 0.000000] Early memory node ranges
  125. [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
  126. [ 0.000000] node 0: [mem 0x0000000000100000-0x0000000009d7ffff]
  127. [ 0.000000] node 0: [mem 0x000000000a000000-0x00000000db3bdfff]
  128. [ 0.000000] node 0: [mem 0x00000000dd7d2000-0x00000000deffffff]
  129. [ 0.000000] node 0: [mem 0x0000000100000000-0x000000041f37ffff]
  130. [ 0.000000] Reserved but unavailable: 97 pages
  131. [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
  132. [ 0.000000] On node 0 totalpages: 4177035
  133. [ 0.000000] DMA zone: 64 pages used for memmap
  134. [ 0.000000] DMA zone: 27 pages reserved
  135. [ 0.000000] DMA zone: 3999 pages, LIFO batch:0
  136. [ 0.000000] DMA32 zone: 14054 pages used for memmap
  137. [ 0.000000] DMA32 zone: 899436 pages, LIFO batch:63
  138. [ 0.000000] Normal zone: 51150 pages used for memmap
  139. [ 0.000000] Normal zone: 3273600 pages, LIFO batch:63
  140. [ 0.000000] ACPI: PM-Timer IO Port: 0x808
  141. [ 0.000000] ACPI: Local APIC address 0xfee00000
  142. [ 0.000000] system APIC only can use physical flat
  143. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
  144. [ 0.000000] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
  145. [ 0.000000] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
  146. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  147. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
  148. [ 0.000000] ACPI: IRQ0 used by override.
  149. [ 0.000000] ACPI: IRQ9 used by override.
  150. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  151. [ 0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
  152. [ 0.000000] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
  153. [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
  154. [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
  155. [ 0.000000] PM: Registered nosave memory: [mem 0x09d80000-0x09ffffff]
  156. [ 0.000000] PM: Registered nosave memory: [mem 0xdb3be000-0xdc8a5fff]
  157. [ 0.000000] PM: Registered nosave memory: [mem 0xdc8a6000-0xdc8c3fff]
  158. [ 0.000000] PM: Registered nosave memory: [mem 0xdc8c4000-0xdcda3fff]
  159. [ 0.000000] PM: Registered nosave memory: [mem 0xdcda4000-0xdd715fff]
  160. [ 0.000000] PM: Registered nosave memory: [mem 0xdd716000-0xdd7d1fff]
  161. [ 0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
  162. [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
  163. [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
  164. [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfdefffff]
  165. [ 0.000000] PM: Registered nosave memory: [mem 0xfdf00000-0xfdffffff]
  166. [ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
  167. [ 0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
  168. [ 0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
  169. [ 0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
  170. [ 0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
  171. [ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
  172. [ 0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
  173. [ 0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
  174. [ 0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
  175. [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
  176. [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
  177. [ 0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
  178. [ 0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
  179. [ 0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
  180. [ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
  181. [ 0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
  182. [ 0.000000] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
  183. [ 0.000000] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
  184. [ 0.000000] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
  185. [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
  186. [ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
  187. [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
  188. [ 0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
  189. [ 0.000000] Booting paravirtualized kernel on bare hardware
  190. [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
  191. [ 0.000000] random: get_random_bytes called from start_kernel+0x95/0x545 with crng_init=0
  192. [ 0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
  193. [ 0.000000] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144
  194. [ 0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
  195. [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
  196. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4111740
  197. [ 0.000000] Policy zone: Normal
  198. [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a8d8a8cc-36f3-48ad-8cd7-5b0d62f318b1 rw amd_iommu=on iommu=pt
  199. [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
  200. [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
  201. [ 0.000000] Memory: 16295564K/16708140K available (12300K kernel code, 1374K rwdata, 3640K rodata, 1532K init, 3860K bss, 412576K reserved, 0K cma-reserved)
  202. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
  203. [ 0.000000] ftrace: allocating 35548 entries in 139 pages
  204. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  205. [ 0.000000] rcu: CONFIG_RCU_FANOUT set to non-default value of 32.
  206. [ 0.000000] rcu: RCU dyntick-idle grace-period acceleration is enabled.
  207. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
  208. [ 0.000000] rcu: RCU priority boosting: priority 1 delay 500 ms.
  209. [ 0.000000] Tasks RCU enabled.
  210. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
  211. [ 0.000000] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
  212. [ 0.000000] rcu: Offload RCU callbacks from CPUs: (none).
  213. [ 0.000000] Console: colour dummy device 80x25
  214. [ 0.000000] console [tty0] enabled
  215. [ 0.000000] ACPI: Core revision 20180810
  216. [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
  217. [ 0.000000] hpet clockevent registered
  218. [ 0.000000] APIC: Switch to symmetric I/O mode setup
  219. [ 0.006666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  220. [ 0.033333] tsc: Unable to calibrate against PIT
  221. [ 0.033333] tsc: using HPET reference calibration
  222. [ 0.033333] tsc: Detected 2993.988 MHz processor
  223. [ 0.000005] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b28164538b, max_idle_ns: 440795337490 ns
  224. [ 0.000010] Calibrating delay loop (skipped), value calculated using timer frequency.. 5990.47 BogoMIPS (lpj=9979960)
  225. [ 0.000012] pid_max: default: 32768 minimum: 301
  226. [ 0.001788] Security Framework initialized
  227. [ 0.001789] Yama: becoming mindful.
  228. [ 0.001793] AppArmor: AppArmor disabled by boot time parameter
  229. [ 0.005109] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
  230. [ 0.006311] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
  231. [ 0.006364] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
  232. [ 0.006402] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
  233. [ 0.006622] mce: CPU supports 23 MCE banks
  234. [ 0.006640] LVT offset 1 assigned for vector 0xf9
  235. [ 0.006765] LVT offset 2 assigned for vector 0xf4
  236. [ 0.006776] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
  237. [ 0.006776] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
  238. [ 0.006778] Spectre V2 : Mitigation: Full AMD retpoline
  239. [ 0.006778] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
  240. [ 0.006785] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
  241. [ 0.006785] Spectre V2 : User space: Vulnerable
  242. [ 0.006786] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
  243. [ 0.010890] Freeing SMP alternatives memory: 28K
  244. [ 0.016673] smpboot: CPU0: AMD Ryzen 7 1700 Eight-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
  245. [ 0.033363] Performance Events: Fam17h core perfctr, AMD PMU driver.
  246. [ 0.033370] ... version: 0
  247. [ 0.033371] ... bit width: 48
  248. [ 0.033371] ... generic registers: 6
  249. [ 0.033372] ... value mask: 0000ffffffffffff
  250. [ 0.033373] ... max period: 00007fffffffffff
  251. [ 0.033373] ... fixed-purpose events: 0
  252. [ 0.033374] ... event mask: 000000000000003f
  253. [ 0.040021] rcu: Hierarchical SRCU implementation.
  254. [ 0.063356] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
  255. [ 0.070022] smp: Bringing up secondary CPUs ...
  256. [ 0.110040] x86: Booting SMP configuration:
  257. [ 0.110042] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
  258. [ 0.672210] smp: Brought up 1 node, 16 CPUs
  259. [ 0.672210] smpboot: Max logical packages: 1
  260. [ 0.672210] smpboot: Total of 16 processors activated (95845.60 BogoMIPS)
  261. [ 0.673901] devtmpfs: initialized
  262. [ 0.673901] x86/mm: Memory block size: 128MB
  263. [ 0.674361] PM: Registering ACPI NVS region [mem 0xdc8c4000-0xdcda3fff] (5111808 bytes)
  264. [ 0.674361] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  265. [ 0.674361] futex hash table entries: 4096 (order: 6, 262144 bytes)
  266. [ 0.674361] pinctrl core: initialized pinctrl subsystem
  267. [ 0.674361] RTC time: 20:36:12, date: 12/24/18
  268. [ 0.674361] NET: Registered protocol family 16
  269. [ 0.674361] audit: initializing netlink subsys (disabled)
  270. [ 0.674361] audit: type=2000 audit(1545683771.706:1): state=initialized audit_enabled=0 res=1
  271. [ 0.674361] cpuidle: using governor ladder
  272. [ 0.674361] cpuidle: using governor menu
  273. [ 0.674361] ACPI: bus type PCI registered
  274. [ 0.674361] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  275. [ 0.674361] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
  276. [ 0.674361] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
  277. [ 0.674361] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
  278. [ 0.674361] PCI: Using configuration type 1 for base access
  279. [ 0.676716] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  280. [ 0.676716] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  281. [ 0.676828] ACPI: Added _OSI(Module Device)
  282. [ 0.676829] ACPI: Added _OSI(Processor Device)
  283. [ 0.676830] ACPI: Added _OSI(3.0 _SCP Extensions)
  284. [ 0.676830] ACPI: Added _OSI(Processor Aggregator Device)
  285. [ 0.676831] ACPI: Added _OSI(Linux-Dell-Video)
  286. [ 0.676832] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  287. [ 0.676836] ACPI: EC: EC started
  288. [ 0.676837] ACPI: EC: interrupt blocked
  289. [ 0.676853] ACPI: \: Used as first EC
  290. [ 0.676854] ACPI: \: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  291. [ 0.676855] ACPI: \: Used as boot ECDT EC to handle transactions
  292. [ 0.678365] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  293. [ 0.690569] ACPI: 8 ACPI AML tables successfully acquired and loaded
  294. [ 0.699540] ACPI: Interpreter enabled
  295. [ 0.699553] ACPI: (supports S0 S3 S4 S5)
  296. [ 0.699554] ACPI: Using IOAPIC for interrupt routing
  297. [ 0.699688] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  298. [ 0.699956] ACPI: Enabled 2 GPEs in block 00 to 1F
  299. [ 0.707843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  300. [ 0.707848] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  301. [ 0.708040] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
  302. [ 0.708223] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
  303. [ 0.708236] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
  304. [ 0.708621] PCI host bridge to bus 0000:00
  305. [ 0.708623] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
  306. [ 0.708624] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
  307. [ 0.708625] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
  308. [ 0.708626] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
  309. [ 0.708628] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  310. [ 0.708629] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
  311. [ 0.708630] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
  312. [ 0.708631] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
  313. [ 0.708632] pci_bus 0000:00: root bus resource [bus 00-ff]
  314. [ 0.708638] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
  315. [ 0.708727] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
  316. [ 0.708834] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
  317. [ 0.708917] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
  318. [ 0.708967] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
  319. [ 0.709058] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
  320. [ 0.709149] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
  321. [ 0.709226] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
  322. [ 0.709272] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
  323. [ 0.709369] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
  324. [ 0.709465] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
  325. [ 0.709541] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
  326. [ 0.709559] pci 0000:00:07.1: enabling Extended Tags
  327. [ 0.709580] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
  328. [ 0.709654] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
  329. [ 0.709719] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
  330. [ 0.709738] pci 0000:00:08.1: enabling Extended Tags
  331. [ 0.709760] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
  332. [ 0.709871] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
  333. [ 0.710088] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
  334. [ 0.710317] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
  335. [ 0.710381] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
  336. [ 0.710446] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
  337. [ 0.710508] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
  338. [ 0.710572] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
  339. [ 0.710635] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
  340. [ 0.710699] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
  341. [ 0.710761] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
  342. [ 0.710886] pci 0000:03:00.0: [1022:43bb] type 00 class 0x0c0330
  343. [ 0.710907] pci 0000:03:00.0: reg 0x10: [mem 0xfe7a0000-0xfe7a7fff 64bit]
  344. [ 0.710982] pci 0000:03:00.0: PME# supported from D3hot D3cold
  345. [ 0.711054] pci 0000:03:00.1: [1022:43b7] type 00 class 0x010601
  346. [ 0.711099] pci 0000:03:00.1: reg 0x24: [mem 0xfe780000-0xfe79ffff]
  347. [ 0.711106] pci 0000:03:00.1: reg 0x30: [mem 0xfe700000-0xfe77ffff pref]
  348. [ 0.711145] pci 0000:03:00.1: PME# supported from D3hot D3cold
  349. [ 0.711195] pci 0000:03:00.2: [1022:43b2] type 01 class 0x060400
  350. [ 0.711267] pci 0000:03:00.2: PME# supported from D3hot D3cold
  351. [ 0.711361] pci 0000:00:01.3: PCI bridge to [bus 03-0b]
  352. [ 0.711365] pci 0000:00:01.3: bridge window [io 0xd000-0xefff]
  353. [ 0.711367] pci 0000:00:01.3: bridge window [mem 0xfe500000-0xfe7fffff]
  354. [ 0.711424] pci 0000:04:00.0: [1022:43b4] type 01 class 0x060400
  355. [ 0.711508] pci 0000:04:00.0: PME# supported from D3hot D3cold
  356. [ 0.711572] pci 0000:04:01.0: [1022:43b4] type 01 class 0x060400
  357. [ 0.711656] pci 0000:04:01.0: PME# supported from D3hot D3cold
  358. [ 0.711727] pci 0000:04:04.0: [1022:43b4] type 01 class 0x060400
  359. [ 0.711811] pci 0000:04:04.0: PME# supported from D3hot D3cold
  360. [ 0.711880] pci 0000:04:05.0: [1022:43b4] type 01 class 0x060400
  361. [ 0.711965] pci 0000:04:05.0: PME# supported from D3hot D3cold
  362. [ 0.712032] pci 0000:04:06.0: [1022:43b4] type 01 class 0x060400
  363. [ 0.712116] pci 0000:04:06.0: PME# supported from D3hot D3cold
  364. [ 0.712181] pci 0000:04:07.0: [1022:43b4] type 01 class 0x060400
  365. [ 0.712266] pci 0000:04:07.0: PME# supported from D3hot D3cold
  366. [ 0.712335] pci 0000:04:08.0: [1022:43b4] type 01 class 0x060400
  367. [ 0.712419] pci 0000:04:08.0: PME# supported from D3hot D3cold
  368. [ 0.712498] pci 0000:03:00.2: PCI bridge to [bus 04-0b]
  369. [ 0.712503] pci 0000:03:00.2: bridge window [io 0xd000-0xefff]
  370. [ 0.712506] pci 0000:03:00.2: bridge window [mem 0xfe500000-0xfe6fffff]
  371. [ 0.712541] pci 0000:04:00.0: PCI bridge to [bus 05]
  372. [ 0.712608] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
  373. [ 0.712648] pci 0000:06:00.0: reg 0x10: [io 0xe000-0xe0ff]
  374. [ 0.712683] pci 0000:06:00.0: reg 0x18: [mem 0xfe604000-0xfe604fff 64bit]
  375. [ 0.712705] pci 0000:06:00.0: reg 0x20: [mem 0xfe600000-0xfe603fff 64bit]
  376. [ 0.712833] pci 0000:06:00.0: supports D1 D2
  377. [ 0.712833] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  378. [ 0.713026] pci 0000:04:01.0: PCI bridge to [bus 06]
  379. [ 0.713030] pci 0000:04:01.0: bridge window [io 0xe000-0xefff]
  380. [ 0.713033] pci 0000:04:01.0: bridge window [mem 0xfe600000-0xfe6fffff]
  381. [ 0.713100] pci 0000:07:00.0: [10ec:b822] type 00 class 0x028000
  382. [ 0.713142] pci 0000:07:00.0: reg 0x10: [io 0xd000-0xd0ff]
  383. [ 0.713175] pci 0000:07:00.0: reg 0x18: [mem 0xfe500000-0xfe50ffff 64bit]
  384. [ 0.713325] pci 0000:07:00.0: supports D1 D2
  385. [ 0.713326] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  386. [ 0.713532] pci 0000:04:04.0: PCI bridge to [bus 07]
  387. [ 0.713536] pci 0000:04:04.0: bridge window [io 0xd000-0xdfff]
  388. [ 0.713539] pci 0000:04:04.0: bridge window [mem 0xfe500000-0xfe5fffff]
  389. [ 0.713572] pci 0000:04:05.0: PCI bridge to [bus 08]
  390. [ 0.713613] pci 0000:04:06.0: PCI bridge to [bus 09]
  391. [ 0.713656] pci 0000:04:07.0: PCI bridge to [bus 0a]
  392. [ 0.713695] pci 0000:04:08.0: PCI bridge to [bus 0b]
  393. [ 0.713793] pci 0000:0c:00.0: [1002:67df] type 00 class 0x030000
  394. [ 0.713816] pci 0000:0c:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
  395. [ 0.713825] pci 0000:0c:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
  396. [ 0.713831] pci 0000:0c:00.0: reg 0x20: [io 0xf000-0xf0ff]
  397. [ 0.713837] pci 0000:0c:00.0: reg 0x24: [mem 0xfe900000-0xfe93ffff]
  398. [ 0.713843] pci 0000:0c:00.0: reg 0x30: [mem 0xfe940000-0xfe95ffff pref]
  399. [ 0.713854] pci 0000:0c:00.0: BAR 0: assigned to efifb
  400. [ 0.713898] pci 0000:0c:00.0: supports D1 D2
  401. [ 0.713899] pci 0000:0c:00.0: PME# supported from D1 D2 D3hot D3cold
  402. [ 0.713987] pci 0000:0c:00.1: [1002:aaf0] type 00 class 0x040300
  403. [ 0.714005] pci 0000:0c:00.1: reg 0x10: [mem 0xfe960000-0xfe963fff 64bit]
  404. [ 0.714070] pci 0000:0c:00.1: supports D1 D2
  405. [ 0.714151] pci 0000:00:03.1: PCI bridge to [bus 0c]
  406. [ 0.714153] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
  407. [ 0.714155] pci 0000:00:03.1: bridge window [mem 0xfe900000-0xfe9fffff]
  408. [ 0.714158] pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
  409. [ 0.714200] pci 0000:11:00.0: [1022:145a] type 00 class 0x130000
  410. [ 0.714225] pci 0000:11:00.0: enabling Extended Tags
  411. [ 0.714283] pci 0000:11:00.2: [1022:1456] type 00 class 0x108000
  412. [ 0.714297] pci 0000:11:00.2: reg 0x18: [mem 0xfe300000-0xfe3fffff]
  413. [ 0.714305] pci 0000:11:00.2: reg 0x24: [mem 0xfe400000-0xfe401fff]
  414. [ 0.714311] pci 0000:11:00.2: enabling Extended Tags
  415. [ 0.714374] pci 0000:11:00.3: [1022:145c] type 00 class 0x0c0330
  416. [ 0.714386] pci 0000:11:00.3: reg 0x10: [mem 0xfe200000-0xfe2fffff 64bit]
  417. [ 0.714405] pci 0000:11:00.3: enabling Extended Tags
  418. [ 0.714429] pci 0000:11:00.3: PME# supported from D0 D3hot D3cold
  419. [ 0.714479] pci 0000:00:07.1: PCI bridge to [bus 11]
  420. [ 0.714483] pci 0000:00:07.1: bridge window [mem 0xfe200000-0xfe4fffff]
  421. [ 0.714531] pci 0000:12:00.0: [1022:1455] type 00 class 0x130000
  422. [ 0.714558] pci 0000:12:00.0: enabling Extended Tags
  423. [ 0.714620] pci 0000:12:00.2: [1022:7901] type 00 class 0x010601
  424. [ 0.714648] pci 0000:12:00.2: reg 0x24: [mem 0xfe808000-0xfe808fff]
  425. [ 0.714655] pci 0000:12:00.2: enabling Extended Tags
  426. [ 0.714682] pci 0000:12:00.2: PME# supported from D3hot D3cold
  427. [ 0.714725] pci 0000:12:00.3: [1022:1457] type 00 class 0x040300
  428. [ 0.714735] pci 0000:12:00.3: reg 0x10: [mem 0xfe800000-0xfe807fff]
  429. [ 0.714753] pci 0000:12:00.3: enabling Extended Tags
  430. [ 0.714778] pci 0000:12:00.3: PME# supported from D0 D3hot D3cold
  431. [ 0.714836] pci 0000:00:08.1: PCI bridge to [bus 12]
  432. [ 0.714841] pci 0000:00:08.1: bridge window [mem 0xfe800000-0xfe8fffff]
  433. [ 0.716785] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
  434. [ 0.716848] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
  435. [ 0.716902] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
  436. [ 0.716969] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
  437. [ 0.717029] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
  438. [ 0.717078] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
  439. [ 0.717128] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
  440. [ 0.717178] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
  441. [ 0.717945] ACPI: EC: interrupt unblocked
  442. [ 0.717960] ACPI: EC: event unblocked
  443. [ 0.717970] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  444. [ 0.717971] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
  445. [ 0.718027] pci 0000:0c:00.0: vgaarb: setting as boot VGA device
  446. [ 0.718027] pci 0000:0c:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
  447. [ 0.718027] pci 0000:0c:00.0: vgaarb: bridge control possible
  448. [ 0.718027] vgaarb: loaded
  449. [ 0.718027] ACPI: bus type USB registered
  450. [ 0.718027] usbcore: registered new interface driver usbfs
  451. [ 0.718027] usbcore: registered new interface driver hub
  452. [ 0.718027] usbcore: registered new device driver usb
  453. [ 0.718122] pps_core: LinuxPPS API ver. 1 registered
  454. [ 0.718123] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  455. [ 0.718124] PTP clock support registered
  456. [ 0.718130] EDAC MC: Ver: 3.0.0
  457. [ 0.720023] Registered efivars operations
  458. [ 0.743682] PCI: Using ACPI for IRQ routing
  459. [ 0.746867] PCI: pci_cache_line_size set to 64 bytes
  460. [ 0.746935] e820: reserve RAM buffer [mem 0x09d80000-0x0bffffff]
  461. [ 0.746936] e820: reserve RAM buffer [mem 0xdb3be000-0xdbffffff]
  462. [ 0.746936] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
  463. [ 0.746937] e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
  464. [ 0.747010] NetLabel: Initializing
  465. [ 0.747010] NetLabel: domain hash size = 128
  466. [ 0.747011] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  467. [ 0.747021] NetLabel: unlabeled traffic allowed by default
  468. [ 0.747024] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  469. [ 0.747024] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
  470. [ 0.750009] clocksource: Switched to clocksource tsc-early
  471. [ 0.759180] VFS: Disk quotas dquot_6.6.0
  472. [ 0.759197] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  473. [ 0.759264] pnp: PnP ACPI init
  474. [ 0.759400] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
  475. [ 0.759404] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
  476. [ 0.759474] system 00:01: [mem 0xfeb80000-0xfebfffff] could not be reserved
  477. [ 0.759477] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
  478. [ 0.759607] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
  479. [ 0.759818] system 00:03: [io 0x04d0-0x04d1] has been reserved
  480. [ 0.759820] system 00:03: [io 0x040b] has been reserved
  481. [ 0.759821] system 00:03: [io 0x04d6] has been reserved
  482. [ 0.759822] system 00:03: [io 0x0c00-0x0c01] has been reserved
  483. [ 0.759824] system 00:03: [io 0x0c14] has been reserved
  484. [ 0.759825] system 00:03: [io 0x0c50-0x0c51] has been reserved
  485. [ 0.759826] system 00:03: [io 0x0c52] has been reserved
  486. [ 0.759827] system 00:03: [io 0x0c6c] has been reserved
  487. [ 0.759828] system 00:03: [io 0x0c6f] has been reserved
  488. [ 0.759829] system 00:03: [io 0x0cd0-0x0cd1] has been reserved
  489. [ 0.759830] system 00:03: [io 0x0cd2-0x0cd3] has been reserved
  490. [ 0.759831] system 00:03: [io 0x0cd4-0x0cd5] has been reserved
  491. [ 0.759832] system 00:03: [io 0x0cd6-0x0cd7] has been reserved
  492. [ 0.759833] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
  493. [ 0.759834] system 00:03: [io 0x0800-0x089f] has been reserved
  494. [ 0.759835] system 00:03: [io 0x0900-0x090f] has been reserved
  495. [ 0.759837] system 00:03: [io 0x0910-0x091f] has been reserved
  496. [ 0.759838] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
  497. [ 0.759840] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
  498. [ 0.759841] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
  499. [ 0.759842] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
  500. [ 0.759843] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
  501. [ 0.759845] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
  502. [ 0.759846] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
  503. [ 0.759849] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
  504. [ 0.760300] pnp: PnP ACPI: found 4 devices
  505. [ 0.765927] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  506. [ 0.765997] pci 0000:04:00.0: PCI bridge to [bus 05]
  507. [ 0.766008] pci 0000:04:01.0: PCI bridge to [bus 06]
  508. [ 0.766010] pci 0000:04:01.0: bridge window [io 0xe000-0xefff]
  509. [ 0.766014] pci 0000:04:01.0: bridge window [mem 0xfe600000-0xfe6fffff]
  510. [ 0.766020] pci 0000:04:04.0: PCI bridge to [bus 07]
  511. [ 0.766022] pci 0000:04:04.0: bridge window [io 0xd000-0xdfff]
  512. [ 0.766026] pci 0000:04:04.0: bridge window [mem 0xfe500000-0xfe5fffff]
  513. [ 0.766033] pci 0000:04:05.0: PCI bridge to [bus 08]
  514. [ 0.766042] pci 0000:04:06.0: PCI bridge to [bus 09]
  515. [ 0.766051] pci 0000:04:07.0: PCI bridge to [bus 0a]
  516. [ 0.766060] pci 0000:04:08.0: PCI bridge to [bus 0b]
  517. [ 0.766069] pci 0000:03:00.2: PCI bridge to [bus 04-0b]
  518. [ 0.766071] pci 0000:03:00.2: bridge window [io 0xd000-0xefff]
  519. [ 0.766074] pci 0000:03:00.2: bridge window [mem 0xfe500000-0xfe6fffff]
  520. [ 0.766080] pci 0000:00:01.3: PCI bridge to [bus 03-0b]
  521. [ 0.766082] pci 0000:00:01.3: bridge window [io 0xd000-0xefff]
  522. [ 0.766084] pci 0000:00:01.3: bridge window [mem 0xfe500000-0xfe7fffff]
  523. [ 0.766088] pci 0000:00:03.1: PCI bridge to [bus 0c]
  524. [ 0.766090] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
  525. [ 0.766092] pci 0000:00:03.1: bridge window [mem 0xfe900000-0xfe9fffff]
  526. [ 0.766094] pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
  527. [ 0.766097] pci 0000:00:07.1: PCI bridge to [bus 11]
  528. [ 0.766100] pci 0000:00:07.1: bridge window [mem 0xfe200000-0xfe4fffff]
  529. [ 0.766104] pci 0000:00:08.1: PCI bridge to [bus 12]
  530. [ 0.766106] pci 0000:00:08.1: bridge window [mem 0xfe800000-0xfe8fffff]
  531. [ 0.766111] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
  532. [ 0.766112] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
  533. [ 0.766113] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
  534. [ 0.766115] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
  535. [ 0.766116] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
  536. [ 0.766117] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
  537. [ 0.766118] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
  538. [ 0.766119] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
  539. [ 0.766120] pci_bus 0000:03: resource 0 [io 0xd000-0xefff]
  540. [ 0.766121] pci_bus 0000:03: resource 1 [mem 0xfe500000-0xfe7fffff]
  541. [ 0.766123] pci_bus 0000:04: resource 0 [io 0xd000-0xefff]
  542. [ 0.766124] pci_bus 0000:04: resource 1 [mem 0xfe500000-0xfe6fffff]
  543. [ 0.766125] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
  544. [ 0.766126] pci_bus 0000:06: resource 1 [mem 0xfe600000-0xfe6fffff]
  545. [ 0.766127] pci_bus 0000:07: resource 0 [io 0xd000-0xdfff]
  546. [ 0.766128] pci_bus 0000:07: resource 1 [mem 0xfe500000-0xfe5fffff]
  547. [ 0.766129] pci_bus 0000:0c: resource 0 [io 0xf000-0xffff]
  548. [ 0.766130] pci_bus 0000:0c: resource 1 [mem 0xfe900000-0xfe9fffff]
  549. [ 0.766131] pci_bus 0000:0c: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
  550. [ 0.766132] pci_bus 0000:11: resource 1 [mem 0xfe200000-0xfe4fffff]
  551. [ 0.766134] pci_bus 0000:12: resource 1 [mem 0xfe800000-0xfe8fffff]
  552. [ 0.766224] NET: Registered protocol family 2
  553. [ 0.766362] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
  554. [ 0.766400] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  555. [ 0.766547] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
  556. [ 0.766675] TCP: Hash tables configured (established 131072 bind 65536)
  557. [ 0.766720] UDP hash table entries: 8192 (order: 6, 262144 bytes)
  558. [ 0.766757] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
  559. [ 0.766826] NET: Registered protocol family 1
  560. [ 0.766830] NET: Registered protocol family 44
  561. [ 0.766977] pci 0000:0c:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  562. [ 0.766983] pci 0000:0c:00.1: Linked as a consumer to 0000:0c:00.0
  563. [ 0.767114] PCI: CLS 64 bytes, default 64
  564. [ 0.767143] Unpacking initramfs...
  565. [ 0.858127] Freeing initrd memory: 9216K
  566. [ 0.858144] AMD-Vi: IOMMU performance counters supported
  567. [ 0.858260] pci 0000:00:00.2: can't derive routing for PCI INT A
  568. [ 0.858262] pci 0000:00:00.2: PCI INT A: not connected
  569. [ 0.858549] iommu: Adding device 0000:00:01.0 to group 0
  570. [ 0.858564] iommu: Using direct mapping for device 0000:00:01.0
  571. [ 0.858617] iommu: Adding device 0000:00:01.3 to group 1
  572. [ 0.858630] iommu: Using direct mapping for device 0000:00:01.3
  573. [ 0.858681] iommu: Adding device 0000:00:02.0 to group 2
  574. [ 0.858694] iommu: Using direct mapping for device 0000:00:02.0
  575. [ 0.858745] iommu: Adding device 0000:00:03.0 to group 3
  576. [ 0.858756] iommu: Using direct mapping for device 0000:00:03.0
  577. [ 0.858816] iommu: Adding device 0000:00:03.1 to group 4
  578. [ 0.858828] iommu: Using direct mapping for device 0000:00:03.1
  579. [ 0.858889] iommu: Adding device 0000:00:04.0 to group 5
  580. [ 0.858902] iommu: Using direct mapping for device 0000:00:04.0
  581. [ 0.858967] iommu: Adding device 0000:00:07.0 to group 6
  582. [ 0.858979] iommu: Using direct mapping for device 0000:00:07.0
  583. [ 0.858993] iommu: Adding device 0000:00:07.1 to group 6
  584. [ 0.859055] iommu: Adding device 0000:00:08.0 to group 7
  585. [ 0.859066] iommu: Using direct mapping for device 0000:00:08.0
  586. [ 0.859079] iommu: Adding device 0000:00:08.1 to group 7
  587. [ 0.859129] iommu: Adding device 0000:00:14.0 to group 8
  588. [ 0.859140] iommu: Using direct mapping for device 0000:00:14.0
  589. [ 0.859151] iommu: Adding device 0000:00:14.3 to group 8
  590. [ 0.859226] iommu: Adding device 0000:00:18.0 to group 9
  591. [ 0.859236] iommu: Using direct mapping for device 0000:00:18.0
  592. [ 0.859247] iommu: Adding device 0000:00:18.1 to group 9
  593. [ 0.859258] iommu: Adding device 0000:00:18.2 to group 9
  594. [ 0.859268] iommu: Adding device 0000:00:18.3 to group 9
  595. [ 0.859279] iommu: Adding device 0000:00:18.4 to group 9
  596. [ 0.859290] iommu: Adding device 0000:00:18.5 to group 9
  597. [ 0.859300] iommu: Adding device 0000:00:18.6 to group 9
  598. [ 0.859313] iommu: Adding device 0000:00:18.7 to group 9
  599. [ 0.859379] iommu: Adding device 0000:03:00.0 to group 10
  600. [ 0.859389] iommu: Using direct mapping for device 0000:03:00.0
  601. [ 0.859408] iommu: Adding device 0000:03:00.1 to group 10
  602. [ 0.859425] iommu: Adding device 0000:03:00.2 to group 10
  603. [ 0.859435] iommu: Adding device 0000:04:00.0 to group 10
  604. [ 0.859445] iommu: Adding device 0000:04:01.0 to group 10
  605. [ 0.859455] iommu: Adding device 0000:04:04.0 to group 10
  606. [ 0.859464] iommu: Adding device 0000:04:05.0 to group 10
  607. [ 0.859473] iommu: Adding device 0000:04:06.0 to group 10
  608. [ 0.859482] iommu: Adding device 0000:04:07.0 to group 10
  609. [ 0.859490] iommu: Adding device 0000:04:08.0 to group 10
  610. [ 0.859508] iommu: Adding device 0000:06:00.0 to group 10
  611. [ 0.859527] iommu: Adding device 0000:07:00.0 to group 10
  612. [ 0.859602] iommu: Adding device 0000:0c:00.0 to group 11
  613. [ 0.859617] iommu: Using direct mapping for device 0000:0c:00.0
  614. [ 0.859642] iommu: Adding device 0000:0c:00.1 to group 11
  615. [ 0.859650] iommu: Adding device 0000:11:00.0 to group 6
  616. [ 0.859657] iommu: Adding device 0000:11:00.2 to group 6
  617. [ 0.859665] iommu: Adding device 0000:11:00.3 to group 6
  618. [ 0.859673] iommu: Adding device 0000:12:00.0 to group 7
  619. [ 0.859680] iommu: Adding device 0000:12:00.2 to group 7
  620. [ 0.859688] iommu: Adding device 0000:12:00.3 to group 7
  621. [ 0.859916] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
  622. [ 0.859917] AMD-Vi: Extended features (0xf77ef22294ada):
  623. [ 0.859917] PPR NX GT IA GA PC GA_vAPIC
  624. [ 0.859921] AMD-Vi: Interrupt remapping enabled
  625. [ 0.859921] AMD-Vi: virtual APIC enabled
  626. [ 0.860159] AMD-Vi: Lazy IO/TLB flushing enabled
  627. [ 0.860160] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  628. [ 0.860162] software IO TLB: mapped [mem 0xd554d000-0xd954d000] (64MB)
  629. [ 0.860187] amd_uncore: AMD NB counters detected
  630. [ 0.860190] amd_uncore: AMD LLC counters detected
  631. [ 0.860486] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
  632. [ 0.860527] Scanning for low memory corruption every 60 seconds
  633. [ 0.861076] Initialise system trusted keyrings
  634. [ 0.861085] Key type blacklist registered
  635. [ 0.861127] workingset: timestamp_bits=41 max_order=22 bucket_order=0
  636. [ 0.862085] zbud: loaded
  637. [ 0.862288] pstore: using zstd compression
  638. [ 0.863660] Key type asymmetric registered
  639. [ 0.863661] Asymmetric key parser 'x509' registered
  640. [ 0.863669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
  641. [ 0.863720] io scheduler noop registered
  642. [ 0.863721] io scheduler deadline registered
  643. [ 0.863741] io scheduler cfq registered (default)
  644. [ 0.863741] io scheduler mq-deadline registered
  645. [ 0.863742] io scheduler kyber registered
  646. [ 0.863760] io scheduler bfq registered
  647. [ 0.865193] pcieport 0000:00:01.3: AER enabled with IRQ 26
  648. [ 0.865208] pcieport 0000:00:03.1: AER enabled with IRQ 27
  649. [ 0.865218] pcieport 0000:00:01.3: Signaling PME with IRQ 26
  650. [ 0.865225] pcieport 0000:00:03.1: Signaling PME with IRQ 27
  651. [ 0.865241] pcieport 0000:00:07.1: Signaling PME with IRQ 28
  652. [ 0.865262] pcieport 0000:00:08.1: Signaling PME with IRQ 30
  653. [ 0.865287] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  654. [ 0.865339] efifb: probing for efifb
  655. [ 0.865356] efifb: framebuffer at 0xe0000000, using 8128k, total 8128k
  656. [ 0.865357] efifb: mode is 1920x1080x32, linelength=7680, pages=1
  657. [ 0.865357] efifb: scrolling: redraw
  658. [ 0.865358] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  659. [ 0.865408] fbcon: Deferring console take-over
  660. [ 0.865408] fb0: EFI VGA frame buffer device
  661. [ 0.865466] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:51/PNP0C09:00/PNP0C0D:00/input/input0
  662. [ 0.865471] ACPI: Lid Switch [LID]
  663. [ 0.865496] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
  664. [ 0.865503] ACPI: Power Button [PWRB]
  665. [ 0.865530] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
  666. [ 0.865534] ACPI: Sleep Button [SLPB]
  667. [ 0.865562] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
  668. [ 0.865572] ACPI: Power Button [PWRF]
  669. [ 0.865640] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
  670. [ 0.865849] acpi device:30: registered as cooling_device0
  671. [ 0.865879] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input4
  672. [ 0.873554] thermal LNXTHERM:00: registered as thermal_zone0
  673. [ 0.873556] ACPI: Thermal Zone [THRM] (34 C)
  674. [ 0.873735] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  675. [ 0.875489] usbcore: registered new interface driver usbserial_generic
  676. [ 0.875492] usbserial: USB Serial support registered for generic
  677. [ 0.875519] rtc_cmos 00:02: RTC can wake from S4
  678. [ 0.875763] rtc_cmos 00:02: registered as rtc0
  679. [ 0.875776] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
  680. [ 0.876025] ledtrig-cpu: registered to indicate activity on CPUs
  681. [ 0.876237] NET: Registered protocol family 10
  682. [ 0.879177] Segment Routing with IPv6
  683. [ 0.879192] NET: Registered protocol family 17
  684. [ 0.880274] RAS: Correctable Errors collector initialized.
  685. [ 0.880310] microcode: CPU0: patch_level=0x08001137
  686. [ 0.880314] microcode: CPU1: patch_level=0x08001137
  687. [ 0.880329] microcode: CPU2: patch_level=0x08001137
  688. [ 0.880335] microcode: CPU3: patch_level=0x08001137
  689. [ 0.880351] microcode: CPU4: patch_level=0x08001137
  690. [ 0.880357] microcode: CPU5: patch_level=0x08001137
  691. [ 0.880362] microcode: CPU6: patch_level=0x08001137
  692. [ 0.880366] microcode: CPU7: patch_level=0x08001137
  693. [ 0.880373] microcode: CPU8: patch_level=0x08001137
  694. [ 0.880380] microcode: CPU9: patch_level=0x08001137
  695. [ 0.880386] microcode: CPU10: patch_level=0x08001137
  696. [ 0.880392] microcode: CPU11: patch_level=0x08001137
  697. [ 0.880399] microcode: CPU12: patch_level=0x08001137
  698. [ 0.880405] microcode: CPU13: patch_level=0x08001137
  699. [ 0.880412] microcode: CPU14: patch_level=0x08001137
  700. [ 0.880418] microcode: CPU15: patch_level=0x08001137
  701. [ 0.880448] microcode: Microcode Update Driver: v2.2.
  702. [ 0.880457] sched_clock: Marking stable (913771893, -33326400)->(1045273437, -164827944)
  703. [ 0.880861] registered taskstats version 1
  704. [ 0.880867] Loading compiled-in X.509 certificates
  705. [ 0.882346] Loaded X.509 cert 'Build time autogenerated kernel key: 37889973b90fb2b056c9fe07e2b8d243b6459bc0'
  706. [ 0.882365] zswap: loaded using pool lzo/zbud
  707. [ 0.884422] Key type big_key registered
  708. [ 0.884711] Magic number: 14:544:650
  709. [ 0.884763] acpi LNXCPU:03: hash matches
  710. [ 0.884848] rtc_cmos 00:02: setting system clock to 2018-12-24 20:36:12 UTC (1545683772)
  711. [ 1.191669] Freeing unused decrypted memory: 2040K
  712. [ 1.407202] Freeing unused kernel image memory: 1532K
  713. [ 1.407203] Write protecting the kernel read-only data: 18432k
  714. [ 1.408643] Freeing unused kernel image memory: 2008K
  715. [ 1.408760] Freeing unused kernel image memory: 456K
  716. [ 1.416058] x86/mm: Checked W+X mappings: passed, no W+X pages found.
  717. [ 1.416062] Run /init as init process
  718. [ 1.487778] fbcon: Taking over console
  719. [ 1.487836] Console: switching to colour frame buffer device 240x67
  720. [ 1.550909] SCSI subsystem initialized
  721. [ 1.551201] QUIRK: Enable AMD PLL fix
  722. [ 1.551218] xhci_hcd 0000:03:00.0: xHCI Host Controller
  723. [ 1.551223] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
  724. [ 1.556419] libata version 3.00 loaded.
  725. [ 1.558982] ahci 0000:03:00.1: version 3.0
  726. [ 1.559130] ahci 0000:03:00.1: SSS flag set, parallel bus scan disabled
  727. [ 1.559165] ahci 0000:03:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
  728. [ 1.559167] ahci 0000:03:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
  729. [ 1.559625] scsi host0: ahci
  730. [ 1.559769] scsi host1: ahci
  731. [ 1.559878] scsi host2: ahci
  732. [ 1.559968] scsi host3: ahci
  733. [ 1.560093] scsi host4: ahci
  734. [ 1.560188] scsi host5: ahci
  735. [ 1.560291] scsi host6: ahci
  736. [ 1.560382] scsi host7: ahci
  737. [ 1.560431] ata1: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780100 irq 42
  738. [ 1.560432] ata2: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780180 irq 42
  739. [ 1.560433] ata3: DUMMY
  740. [ 1.560433] ata4: DUMMY
  741. [ 1.560435] ata5: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780300 irq 42
  742. [ 1.560436] ata6: SATA max UDMA/133 abar m131072@0xfe780000 port 0xfe780380 irq 42
  743. [ 1.560437] ata7: DUMMY
  744. [ 1.560437] ata8: DUMMY
  745. [ 1.560649] ahci 0000:12:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x8 impl SATA mode
  746. [ 1.560651] ahci 0000:12:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
  747. [ 1.560652] ahci 0000:12:00.2: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented
  748. [ 1.560914] scsi host8: ahci
  749. [ 1.560996] scsi host9: ahci
  750. [ 1.561088] scsi host10: ahci
  751. [ 1.561182] scsi host11: ahci
  752. [ 1.561228] ata9: DUMMY
  753. [ 1.561229] ata10: DUMMY
  754. [ 1.561229] ata11: DUMMY
  755. [ 1.561231] ata12: SATA max UDMA/133 abar m4096@0xfe808000 port 0xfe808280 irq 47
  756. [ 1.606561] xhci_hcd 0000:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000048000418
  757. [ 1.606723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  758. [ 1.606724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  759. [ 1.606725] usb usb1: Product: xHCI Host Controller
  760. [ 1.606726] usb usb1: Manufacturer: Linux 4.19.11-arch1-1-ARCH xhci-hcd
  761. [ 1.606727] usb usb1: SerialNumber: 0000:03:00.0
  762. [ 1.606873] hub 1-0:1.0: USB hub found
  763. [ 1.606886] hub 1-0:1.0: 10 ports detected
  764. [ 1.607162] xhci_hcd 0000:03:00.0: xHCI Host Controller
  765. [ 1.607165] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
  766. [ 1.607167] xhci_hcd 0000:03:00.0: Host supports USB 3.10 Enhanced SuperSpeed
  767. [ 1.607193] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  768. [ 1.607208] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
  769. [ 1.607210] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  770. [ 1.607211] usb usb2: Product: xHCI Host Controller
  771. [ 1.607212] usb usb2: Manufacturer: Linux 4.19.11-arch1-1-ARCH xhci-hcd
  772. [ 1.607212] usb usb2: SerialNumber: 0000:03:00.0
  773. [ 1.607291] hub 2-0:1.0: USB hub found
  774. [ 1.607298] hub 2-0:1.0: 4 ports detected
  775. [ 1.607491] xhci_hcd 0000:11:00.3: xHCI Host Controller
  776. [ 1.607495] xhci_hcd 0000:11:00.3: new USB bus registered, assigned bus number 3
  777. [ 1.607584] xhci_hcd 0000:11:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000418
  778. [ 1.607693] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  779. [ 1.607694] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  780. [ 1.607695] usb usb3: Product: xHCI Host Controller
  781. [ 1.607696] usb usb3: Manufacturer: Linux 4.19.11-arch1-1-ARCH xhci-hcd
  782. [ 1.607697] usb usb3: SerialNumber: 0000:11:00.3
  783. [ 1.607774] hub 3-0:1.0: USB hub found
  784. [ 1.607780] hub 3-0:1.0: 4 ports detected
  785. [ 1.607931] xhci_hcd 0000:11:00.3: xHCI Host Controller
  786. [ 1.607933] xhci_hcd 0000:11:00.3: new USB bus registered, assigned bus number 4
  787. [ 1.607935] xhci_hcd 0000:11:00.3: Host supports USB 3.0 SuperSpeed
  788. [ 1.607946] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  789. [ 1.607962] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
  790. [ 1.607963] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  791. [ 1.607964] usb usb4: Product: xHCI Host Controller
  792. [ 1.607965] usb usb4: Manufacturer: Linux 4.19.11-arch1-1-ARCH xhci-hcd
  793. [ 1.607965] usb usb4: SerialNumber: 0000:11:00.3
  794. [ 1.608035] hub 4-0:1.0: USB hub found
  795. [ 1.608040] hub 4-0:1.0: 4 ports detected
  796. [ 1.883764] tsc: Refined TSC clocksource calibration: 2994.374 MHz
  797. [ 1.883776] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b29828a32c, max_idle_ns: 440795270613 ns
  798. [ 1.884019] clocksource: Switched to clocksource tsc
  799. [ 1.937101] usb 3-1: new high-speed USB device number 2 using xhci_hcd
  800. [ 1.937113] usb 1-3: new low-speed USB device number 2 using xhci_hcd
  801. [ 2.030396] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  802. [ 2.030399] ata12: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  803. [ 2.032383] ata12.00: ATA-9: SanDisk SD8SN8U256G1002, X4131002, max UDMA/133
  804. [ 2.032386] ata12.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
  805. [ 2.034117] ata12.00: configured for UDMA/133
  806. [ 2.088863] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 4.01
  807. [ 2.088865] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  808. [ 2.088866] usb 3-1: Product: USB2.0 Hub
  809. [ 2.088867] usb 3-1: Manufacturer: GenesysLogic
  810. [ 2.151807] ata1.00: ATA-10: ST1000LM035-1RK172, SDM2, max UDMA/133
  811. [ 2.151809] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
  812. [ 2.152791] hub 3-1:1.0: USB hub found
  813. [ 2.154623] hub 3-1:1.0: 4 ports detected
  814. [ 2.178833] usb 1-3: New USB device found, idVendor=6901, idProduct=2701, bcdDevice= 1.00
  815. [ 2.178835] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  816. [ 2.189917] hidraw: raw HID events driver (C) Jiri Kosina
  817. [ 2.203053] ata1.00: configured for UDMA/133
  818. [ 2.203201] scsi 0:0:0:0: Direct-Access ATA ST1000LM035-1RK1 SDM2 PQ: 0 ANSI: 5
  819. [ 2.222678] usbcore: registered new interface driver usbhid
  820. [ 2.222679] usbhid: USB HID core driver
  821. [ 2.224461] input: HID 6901:2701 as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.0/0003:6901:2701.0001/input/input5
  822. [ 2.280548] hid-generic 0003:6901:2701.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 6901:2701] on usb-0000:03:00.0-3/input0
  823. [ 2.280752] input: HID 6901:2701 Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:6901:2701.0002/input/input6
  824. [ 2.280790] input: HID 6901:2701 Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:6901:2701.0002/input/input7
  825. [ 2.310420] usb 1-8: new high-speed USB device number 3 using xhci_hcd
  826. [ 2.337211] input: HID 6901:2701 System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:6901:2701.0002/input/input8
  827. [ 2.337406] hid-generic 0003:6901:2701.0002: input,hidraw1: USB HID v1.10 Mouse [HID 6901:2701] on usb-0000:03:00.0-3/input1
  828. [ 2.509227] usb 1-8: New USB device found, idVendor=0bda, idProduct=57fa, bcdDevice= 0.02
  829. [ 2.509229] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
  830. [ 2.509231] usb 1-8: Product: USB2.0 HD UVC WebCam
  831. [ 2.509232] usb 1-8: Manufacturer: 04081-0009510017231004283
  832. [ 2.509233] usb 1-8: SerialNumber: 200901010001
  833. [ 2.513559] usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
  834. [ 2.518255] ata2: SATA link down (SStatus 0 SControl 300)
  835. [ 2.587119] usb 3-1.1: device descriptor read/64, error -32
  836. [ 2.643758] usb 1-9: new full-speed USB device number 4 using xhci_hcd
  837. [ 2.767332] usb 3-1.1: device descriptor read/64, error -32
  838. [ 2.827322] ata5: SATA link down (SStatus 0 SControl 330)
  839. [ 2.950418] usb 3-1.1: new full-speed USB device number 4 using xhci_hcd
  840. [ 2.984454] usb 1-9: New USB device found, idVendor=0b05, idProduct=1837, bcdDevice= 0.01
  841. [ 2.984456] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  842. [ 2.984458] usb 1-9: Product: ROG MacroKey
  843. [ 2.984459] usb 1-9: Manufacturer: ASASTeK COMPUTER INC.
  844. [ 3.023812] usb 3-1.1: device descriptor read/64, error -32
  845. [ 3.040486] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-9/1-9:1.0/0003:0B05:1837.0003/input/input9
  846. [ 3.097422] asus 0003:0B05:1837.0003: input,hidraw2: USB HID v1.10 Keyboard [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:03:00.0-9/input0
  847. [ 3.110718] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-9/1-9:1.1/0003:0B05:1837.0004/input/input10
  848. [ 3.140667] ata6: SATA link down (SStatus 0 SControl 330)
  849. [ 3.141137] scsi 11:0:0:0: Direct-Access ATA SanDisk SD8SN8U2 1002 PQ: 0 ANSI: 5
  850. [ 3.143644] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
  851. [ 3.143646] sd 0:0:0:0: [sda] 4096-byte physical blocks
  852. [ 3.143653] sd 0:0:0:0: [sda] Write Protect is off
  853. [ 3.143655] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  854. [ 3.143662] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  855. [ 3.143693] sd 11:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
  856. [ 3.143700] sd 11:0:0:0: [sdb] Write Protect is off
  857. [ 3.143701] sd 11:0:0:0: [sdb] Mode Sense: 00 3a 00 00
  858. [ 3.143709] sd 11:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  859. [ 3.145666] sdb: sdb1 sdb2 sdb3 sdb4 sdb5
  860. [ 3.146071] sd 11:0:0:0: [sdb] Attached SCSI disk
  861. [ 3.160424] usb 1-10: new full-speed USB device number 5 using xhci_hcd
  862. [ 3.167040] asus 0003:0B05:1837.0004: input,hiddev0,hidraw3: USB HID v1.10 Device [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:03:00.0-9/input1
  863. [ 3.167190] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-9/1-9:1.2/0003:0B05:1837.0005/input/input11
  864. [ 3.167217] asus 0003:0B05:1837.0005: input,hidraw4: USB HID v1.10 Mouse [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:03:00.0-9/input2
  865. [ 3.203772] usb 3-1.1: device descriptor read/64, error -32
  866. [ 3.207986] sda: sda1
  867. [ 3.208510] sd 0:0:0:0: [sda] Attached SCSI disk
  868. [ 3.225040] random: fast init done
  869. [ 3.311157] usb 3-1-port1: attempt power cycle
  870. [ 3.402204] usb 1-10: New USB device found, idVendor=13d3, idProduct=3526, bcdDevice= 1.10
  871. [ 3.402206] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  872. [ 3.402207] usb 1-10: Product: Bluetooth Radio
  873. [ 3.402208] usb 1-10: Manufacturer: Realtek
  874. [ 3.402209] usb 1-10: SerialNumber: 00e04c000001
  875. [ 3.555369] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
  876. [ 3.670804] 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)
  877. [ 3.686826] systemd[1]: Detected architecture x86-64.
  878. [ 3.700049] systemd[1]: Set hostname to <host>.
  879. [ 3.809500] systemd[1]: /usr/lib/systemd/system/thermald.service:8: Missing '='.
  880. [ 3.814179] systemd[1]: thermald.service: Cannot add dependency job, ignoring: Unit thermald.service failed to loaded properly: Invalid argument.
  881. [ 3.814511] random: systemd: uninitialized urandom read (16 bytes read)
  882. [ 3.814519] systemd[1]: Reached target Remote File Systems.
  883. [ 3.814627] random: systemd: uninitialized urandom read (16 bytes read)
  884. [ 3.814692] systemd[1]: Listening on Journal Socket (/dev/log).
  885. [ 3.814746] random: systemd: uninitialized urandom read (16 bytes read)
  886. [ 3.814965] systemd[1]: Listening on LVM2 metadata daemon socket.
  887. [ 3.815048] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  888. [ 3.815300] systemd[1]: Listening on LVM2 poll daemon socket.
  889. [ 3.831436] EXT4-fs (sdb5): re-mounted. Opts: discard
  890. [ 3.841216] audit: type=1130 audit(1545683775.452:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  891. [ 3.842127] sd 0:0:0:0: Attached scsi generic sg0 type 0
  892. [ 3.842157] sd 11:0:0:0: Attached scsi generic sg1 type 0
  893. [ 3.843812] audit: type=1130 audit(1545683775.455:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  894. [ 3.846093] audit: type=1130 audit(1545683775.455:4): 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'
  895. [ 3.859037] audit: type=1130 audit(1545683775.469:5): 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'
  896. [ 3.876865] audit: type=1130 audit(1545683775.489:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  897. [ 3.883118] systemd-journald[393]: Received request to flush runtime journal from PID 1
  898. [ 3.900812] audit: type=1130 audit(1545683775.512:7): 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'
  899. [ 3.906708] usb 3-1.1: new full-speed USB device number 5 using xhci_hcd
  900. [ 3.906787] usb 3-1.1: Device not responding to setup address.
  901. [ 3.933055] audit: type=1130 audit(1545683775.542:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  902. [ 3.934349] audit: type=1130 audit(1545683775.545:9): 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'
  903. [ 3.943465] audit: type=1130 audit(1545683775.555:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  904. [ 3.955704] acpi_cpufreq: overriding BIOS provided _PSD data
  905. [ 3.965559] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input12
  906. [ 3.974206] i2c_hid i2c-ELAN1200:00: i2c-ELAN1200:00 supply vdd not found, using dummy regulator
  907. [ 3.974219] i2c_hid i2c-ELAN1200:00: Linked as a consumer to regulator.0
  908. [ 3.974221] i2c_hid i2c-ELAN1200:00: i2c-ELAN1200:00 supply vddl not found, using dummy regulator
  909. [ 3.992547] ACPI: AC Adapter [AC0] (on-line)
  910. [ 3.998548] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
  911. [ 3.998550] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
  912. [ 3.999307] tpm_crb MSFT0101:00: can't request region for resource [mem 0xdcd89000-0xdcd89fff]
  913. [ 4.000508] tpm_crb: probe of MSFT0101:00 failed with error -16
  914. [ 4.006348] battery: ACPI: Battery Slot [BAT0] (battery present)
  915. [ 4.007115] input: ELAN1200:00 04F3:3066 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1200:00/0018:04F3:3066.0006/input/input13
  916. [ 4.007393] input: ELAN1200:00 04F3:3066 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1200:00/0018:04F3:3066.0006/input/input14
  917. [ 4.007514] hid-generic 0018:04F3:3066.0006: input,hidraw5: I2C HID v1.00 Mouse [ELAN1200:00 04F3:3066] on i2c-ELAN1200:00
  918. [ 4.008617] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
  919. [ 4.008707] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
  920. [ 4.008716] sp5100-tco sp5100-tco: Watchdog hardware is disabled
  921. [ 4.012245] input: PC Speaker as /devices/platform/pcspkr/input/input15
  922. [ 4.025403] libphy: r8169: probed
  923. [ 4.025735] r8169 0000:06:00.0 eth0: RTL8168g/8111g, 4c:ed:fb:04:c8:bd, XID 50900800, IRQ 64
  924. [ 4.025738] r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
  925. [ 4.032039] Linux agpgart interface v0.103
  926. [ 4.032089] ccp 0000:11:00.2: enabling device (0000 -> 0002)
  927. [ 4.035804] cryptd: max_cpu_qlen set to 1000
  928. [ 4.036240] ccp 0000:11:00.2: ccp enabled
  929. [ 4.036285] ccp 0000:11:00.2: psp initialization failed
  930. [ 4.036287] ccp 0000:11:00.2: enabled
  931. [ 4.052928] AVX2 version of gcm_enc/dec engaged.
  932. [ 4.052929] AES CTR mode by8 optimization enabled
  933. [ 4.058767] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  934. [ 4.061418] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  935. [ 4.076199] r8169 0000:06:00.0 enp6s0: renamed from eth0
  936. [ 4.078849] i8042: PNP: No PS/2 controller found.
  937. [ 4.105979] snd_hda_intel 0000:0c:00.1: Handle vga_switcheroo audio client
  938. [ 4.105981] snd_hda_intel 0000:0c:00.1: Force to non-snoop mode
  939. [ 4.107686] snd_hda_intel 0000:12:00.3: enabling device (0000 -> 0002)
  940. [ 4.113513] usb 3-1.1: Device not responding to setup address.
  941. [ 4.118028] random: crng init done
  942. [ 4.118029] random: 7 urandom warning(s) missed due to ratelimiting
  943. [ 4.153244] input: ELAN1200:00 04F3:3066 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1200:00/0018:04F3:3066.0006/input/input17
  944. [ 4.153488] hid-multitouch 0018:04F3:3066.0006: input,hidraw5: I2C HID v1.00 Mouse [ELAN1200:00 04F3:3066] on i2c-ELAN1200:00
  945. [ 4.154371] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:0c:00.1/sound/card0/input18
  946. [ 4.154416] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:0c:00.1/sound/card0/input19
  947. [ 4.166426] mousedev: PS/2 mouse device common for all mice
  948. [ 4.170892] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  949. [ 4.170895] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  950. [ 4.170897] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  951. [ 4.170898] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
  952. [ 4.170899] snd_hda_codec_realtek hdaudioC1D0: inputs:
  953. [ 4.170901] snd_hda_codec_realtek hdaudioC1D0: Mic=0x12
  954. [ 4.173217] kvm: Nested Virtualization enabled
  955. [ 4.173223] kvm: Nested Paging enabled
  956. [ 4.173224] SVM: Virtual VMLOAD VMSAVE supported
  957. [ 4.173225] SVM: Virtual GIF supported
  958. [ 4.176535] MCE: In-kernel MCE decoding enabled.
  959. [ 4.180369] EDAC amd64: Node 0: DRAM ECC disabled.
  960. [ 4.180370] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
  961. Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
  962. (Note that use of the override may cause unknown side effects.)
  963. [ 4.213561] r8822be: module is from the staging directory, the quality is unknown, you have been warned.
  964. [ 4.231431] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:12:00.3/sound/card1/input20
  965. [ 4.231918] EDAC amd64: Node 0: DRAM ECC disabled.
  966. [ 4.231921] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
  967. Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
  968. (Note that use of the override may cause unknown side effects.)
  969. [ 4.237320] r8822be 0000:07:00.0: enabling device (0000 -> 0003)
  970. [ 4.254965] r8822be: Using firmware rtlwifi/rtl8822befw.bin
  971. [ 4.259038] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
  972. [ 4.259296] r8822be: rtlwifi: wireless switch is on
  973. [ 4.261035] r8822be 0000:07:00.0 wlp7s0: renamed from wlan0
  974. [ 4.320015] usb 3-1.1: device not accepting address 5, error -71
  975. [ 4.339258] [drm] amdgpu kernel modesetting enabled.
  976. [ 4.343082] AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
  977. [ 4.355603] Parsing CRAT table with 1 nodes
  978. [ 4.355609] Ignoring ACPI CRAT on non-APU system
  979. [ 4.355611] Virtual CRAT table created for CPU
  980. [ 4.355612] Parsing CRAT table with 1 nodes
  981. [ 4.355612] Creating topology SYSFS entries
  982. [ 4.355620] Topology: Add CPU node
  983. [ 4.355620] Finished initializing topology
  984. [ 4.355673] kfd kfd: Initialized module
  985. [ 4.355863] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
  986. [ 4.355864] fb: switching to amdgpudrmfb from EFI VGA
  987. [ 4.355900] Console: switching to colour dummy device 80x25
  988. [ 4.356193] [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1043:0x1A60 0xC1).
  989. [ 4.356229] [drm] register mmio base: 0xFE900000
  990. [ 4.356230] [drm] register mmio size: 262144
  991. [ 4.356238] [drm] add ip block number 0 <vi_common>
  992. [ 4.356239] [drm] add ip block number 1 <gmc_v8_0>
  993. [ 4.356240] [drm] add ip block number 2 <tonga_ih>
  994. [ 4.356240] [drm] add ip block number 3 <powerplay>
  995. [ 4.356241] [drm] add ip block number 4 <dm>
  996. [ 4.356242] [drm] add ip block number 5 <gfx_v8_0>
  997. [ 4.356242] [drm] add ip block number 6 <sdma_v3_0>
  998. [ 4.356243] [drm] add ip block number 7 <uvd_v6_0>
  999. [ 4.356244] [drm] add ip block number 8 <vce_v3_0>
  1000. [ 4.356255] [drm] UVD is enabled in VM mode
  1001. [ 4.356255] [drm] UVD ENC is enabled in VM mode
  1002. [ 4.356256] [drm] VCE enabled in VM mode
  1003. [ 4.356441] amdgpu 0000:0c:00.0: No more image in the PCI ROM
  1004. [ 4.356457] ATOM BIOS: SWBRT25190.001
  1005. [ 4.356480] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
  1006. [ 4.357123] amdgpu 0000:0c:00.0: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used)
  1007. [ 4.357125] amdgpu 0000:0c:00.0: GART: 256M 0x0000000000000000 - 0x000000000FFFFFFF
  1008. [ 4.357129] [drm] Detected VRAM RAM=4096M, BAR=256M
  1009. [ 4.357130] [drm] RAM width 256bits GDDR5
  1010. [ 4.357188] [TTM] Zone kernel: Available graphics memory: 8176714 kiB
  1011. [ 4.357188] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
  1012. [ 4.357189] [TTM] Initializing pool allocator
  1013. [ 4.357192] [TTM] Initializing DMA pool allocator
  1014. [ 4.357486] [drm] amdgpu: 4096M of VRAM memory ready
  1015. [ 4.357488] [drm] amdgpu: 4096M of GTT memory ready.
  1016. [ 4.357496] [drm] GART: num cpu pages 65536, num gpu pages 65536
  1017. [ 4.359131] [drm] PCIE GART of 256M enabled (table at 0x000000F4007E9000).
  1018. [ 4.360130] [drm] Chained IB support enabled!
  1019. [ 4.366201] [drm] Found UVD firmware Version: 1.130 Family ID: 16
  1020. [ 4.367805] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
  1021. [ 4.393349] usb 3-1.1: new full-speed USB device number 6 using xhci_hcd
  1022. [ 4.393433] usb 3-1.1: Device not responding to setup address.
  1023. [ 4.426989] amdgpu: [powerplay] Failed to retrieve minimum clocks.
  1024. [ 4.426990] amdgpu: [powerplay] Error in phm_get_clock_info
  1025. [ 4.427039] [drm] DM_PPLIB: values for Engine clock
  1026. [ 4.427039] [drm] DM_PPLIB: 300000
  1027. [ 4.427040] [drm] DM_PPLIB: 608000
  1028. [ 4.427040] [drm] DM_PPLIB: 910000
  1029. [ 4.427040] [drm] DM_PPLIB: 1077000
  1030. [ 4.427040] [drm] DM_PPLIB: 1077000
  1031. [ 4.427041] [drm] DM_PPLIB: 1077000
  1032. [ 4.427041] [drm] DM_PPLIB: 1077000
  1033. [ 4.427041] [drm] DM_PPLIB: 1077000
  1034. [ 4.427042] [drm] DM_PPLIB: Validation clocks:
  1035. [ 4.427042] [drm] DM_PPLIB: engine_max_clock: 107700
  1036. [ 4.427042] [drm] DM_PPLIB: memory_max_clock: 200000
  1037. [ 4.427043] [drm] DM_PPLIB: level : 8
  1038. [ 4.427044] [drm] DM_PPLIB: values for Memory clock
  1039. [ 4.427044] [drm] DM_PPLIB: 300000
  1040. [ 4.427044] [drm] DM_PPLIB: 2000000
  1041. [ 4.427044] [drm] DM_PPLIB: Validation clocks:
  1042. [ 4.427045] [drm] DM_PPLIB: engine_max_clock: 107700
  1043. [ 4.427045] [drm] DM_PPLIB: memory_max_clock: 200000
  1044. [ 4.427045] [drm] DM_PPLIB: level : 8
  1045. [ 4.436893] [drm] Display Core initialized with v3.1.59!
  1046. [ 4.443037] [drm] SADs count is: -2, don't need to read it
  1047. [ 4.473104] [drm] SADs count is: -2, don't need to read it
  1048. [ 4.473114] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  1049. [ 4.473114] [drm] Driver supports precise vblank timestamp query.
  1050. [ 4.501830] [drm] UVD and UVD ENC initialized successfully.
  1051. [ 4.600098] usb 3-1.1: Device not responding to setup address.
  1052. [ 4.602789] [drm] VCE initialized successfully.
  1053. [ 4.603865] kfd kfd: Allocated 3969056 bytes on gart
  1054. [ 4.603882] Virtual CRAT table created for GPU
  1055. [ 4.603883] Parsing CRAT table with 1 nodes
  1056. [ 4.603889] Creating topology SYSFS entries
  1057. [ 4.603961] Topology: Add dGPU node [0x67df:0x1002]
  1058. [ 4.604029] kfd kfd: added device 1002:67df
  1059. [ 4.605675] [drm] fb mappable at 0xE0D11000
  1060. [ 4.605676] [drm] vram apper at 0xE0000000
  1061. [ 4.605677] [drm] size 8294400
  1062. [ 4.605677] [drm] fb depth is 24
  1063. [ 4.605678] [drm] pitch is 7680
  1064. [ 4.605763] fbcon: amdgpudrmfb (fb0) is primary device
  1065. [ 4.624827] Console: switching to colour frame buffer device 180x56
  1066. [ 4.643821] amdgpu 0000:0c:00.0: fb0: amdgpudrmfb frame buffer device
  1067. [ 4.668281] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:0c:00.0 on minor 0
  1068. [ 4.764253] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
  1069. [ 4.765193] Generic PHY r8169-600:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-600:00, irq=IGNORE)
  1070. [ 4.806713] usb 3-1.1: device not accepting address 6, error -71
  1071. [ 4.807251] usb 3-1-port1: unable to enumerate USB device
  1072. [ 4.862135] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
  1073. [ 4.864648] IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
  1074. [ 4.883404] usb 3-1.3: new full-speed USB device number 7 using xhci_hcd
  1075. [ 4.980897] usb 3-1.3: New USB device found, idVendor=2319, idProduct=0010, bcdDevice= 2.00
  1076. [ 4.980902] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1077. [ 4.980905] usb 3-1.3: Product: Usb Composite Device
  1078. [ 4.980907] usb 3-1.3: Manufacturer: Usb Composite Device
  1079. [ 5.067852] input: Usb Composite Device Usb Composite Device Mouse as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.3/3-1.3:1.0/0003:2319:0010.0007/input/input21
  1080. [ 5.067936] input: Usb Composite Device Usb Composite Device Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.3/3-1.3:1.0/0003:2319:0010.0007/input/input22
  1081. [ 5.083043] media: Linux media interface: v0.10
  1082. [ 5.097842] videodev: Linux video capture interface: v2.00
  1083. [ 5.104040] Bluetooth: Core ver 2.22
  1084. [ 5.104056] NET: Registered protocol family 31
  1085. [ 5.104057] Bluetooth: HCI device and connection manager initialized
  1086. [ 5.104060] Bluetooth: HCI socket layer initialized
  1087. [ 5.104062] Bluetooth: L2CAP socket layer initialized
  1088. [ 5.104067] Bluetooth: SCO socket layer initialized
  1089. [ 5.117078] usbcore: registered new interface driver btusb
  1090. [ 5.118434] Bluetooth: hci0: RTL: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
  1091.  
  1092. [ 5.121429] Bluetooth: hci0: RTL: rom_version status=0 version=2
  1093.  
  1094. [ 5.121431] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822b_fw.bin
  1095.  
  1096. [ 5.124879] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (0bda:57fa)
  1097. [ 5.126800] input: Usb Composite Device Usb Composite Device System Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.3/3-1.3:1.0/0003:2319:0010.0007/input/input23
  1098. [ 5.126992] hid-generic 0003:2319:0010.0007: input,hidraw6: USB HID v2.00 Mouse [Usb Composite Device Usb Composite Device] on usb-0000:11:00.3-1.3/input0
  1099. [ 5.127032] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822b_config.bin
  1100.  
  1101. [ 5.127332] Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270
  1102.  
  1103. [ 5.131396] input: Usb Composite Device Usb Composite Device as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.3/3-1.3:1.1/0003:2319:0010.0008/input/input24
  1104. [ 5.154481] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  1105. [ 5.154482] Bluetooth: BNEP filters: protocol multicast
  1106. [ 5.154485] Bluetooth: BNEP socket layer initialized
  1107. [ 5.175024] uvcvideo 1-8:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
  1108. [ 5.175028] uvcvideo 1-8:1.0: Entity type for entity Extension 4 was not initialized!
  1109. [ 5.175031] uvcvideo 1-8:1.0: Entity type for entity Processing 2 was not initialized!
  1110. [ 5.175033] uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
  1111. [ 5.175145] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.0/input/input25
  1112. [ 5.186896] hid-generic 0003:2319:0010.0008: input,hidraw7: USB HID v2.00 Keyboard [Usb Composite Device Usb Composite Device] on usb-0000:11:00.3-1.3/input1
  1113. [ 5.186944] usbcore: registered new interface driver uvcvideo
  1114. [ 5.186945] USB Video Class driver (1.1.1)
  1115. [ 5.467683] IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
  1116. [ 5.938887] IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
  1117. [ 5.968909] kauditd_printk_skb: 30 callbacks suppressed
  1118. [ 5.968910] audit: type=1130 audit(1545683777.579:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1119. [ 5.968914] audit: type=1131 audit(1545683777.579:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1120. [ 5.976911] audit: type=1130 audit(1545683777.589:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1121. [ 6.053465] IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
  1122. [ 7.064805] audit: type=1006 audit(1545683778.675:44): pid=1101 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
  1123. [ 7.079996] audit: type=1130 audit(1545683778.689:45): 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'
  1124. [ 7.084967] audit: type=1006 audit(1545683778.695:46): pid=1106 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
  1125. [ 7.126211] audit: type=1130 audit(1545683778.735:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1126. [ 8.403425] fuse init (API version 7.27)
  1127. [ 8.658525] audit: type=1130 audit(1545683780.269:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1128. [ 8.674592] audit: type=1130 audit(1545683780.285:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1129. [ 8.718660] audit: type=1130 audit(1545683780.329:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1130. [ 8.865480] Bluetooth: RFCOMM TTY layer initialized
  1131. [ 8.865484] Bluetooth: RFCOMM socket layer initialized
  1132. [ 8.865489] Bluetooth: RFCOMM ver 1.11
  1133. [ 9.702240] IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
  1134. [ 12.927589] wlp7s0: authenticate with 12:fe:ed:3b:26:15
  1135. [ 12.962554] wlp7s0: send auth to 12:fe:ed:3b:26:15 (try 1/3)
  1136. [ 12.965279] wlp7s0: authenticated
  1137. [ 12.966707] wlp7s0: associate with 12:fe:ed:3b:26:15 (try 1/3)
  1138. [ 12.973487] wlp7s0: RX AssocResp from 12:fe:ed:3b:26:15 (capab=0x431 status=0 aid=1)
  1139. [ 12.973736] wlp7s0: associated
  1140. [ 13.004248] IPv6: ADDRCONF(NETDEV_CHANGE): wlp7s0: link becomes ready
  1141. [ 14.970306] kauditd_printk_skb: 3 callbacks suppressed
  1142. [ 14.970309] audit: type=1131 audit(1545683786.582:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1143. [ 16.095353] audit: type=1130 audit(1545683787.705:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1144. [ 25.978332] audit: type=1131 audit(1545683797.589:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1145. [ 35.216823] audit: type=1131 audit(1545676604.513:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1146. [ 69.643469] usb 1-3: USB disconnect, device number 2
  1147. [ 72.859442] usb 1-3: new low-speed USB device number 6 using xhci_hcd
  1148. [ 73.012078] usb 1-3: device descriptor read/64, error -71
  1149. [ 73.337902] usb 1-3: New USB device found, idVendor=6901, idProduct=2701, bcdDevice= 1.00
  1150. [ 73.337905] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1151. [ 73.355936] input: HID 6901:2701 as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.0/0003:6901:2701.0009/input/input26
  1152. [ 73.410330] hid-generic 0003:6901:2701.0009: input,hidraw0: USB HID v1.10 Keyboard [HID 6901:2701] on usb-0000:03:00.0-3/input0
  1153. [ 73.429265] input: HID 6901:2701 Mouse as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:6901:2701.000A/input/input27
  1154. [ 73.429437] input: HID 6901:2701 Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:6901:2701.000A/input/input28
  1155. [ 73.483183] input: HID 6901:2701 System Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-3/1-3:1.1/0003:6901:2701.000A/input/input29
  1156. [ 73.483270] hid-generic 0003:6901:2701.000A: input,hidraw1: USB HID v1.10 Mouse [HID 6901:2701] on usb-0000:03:00.0-3/input1
  1157. [ 113.554118] usb 1-3: USB disconnect, device number 6
  1158. [ 157.979723] usb 3-1.1: new high-speed USB device number 8 using xhci_hcd
  1159. [ 158.070721] usb 3-1.1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 7.02
  1160. [ 158.070725] usb 3-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  1161. [ 158.070728] usb 3-1.1: Product: USB2.0 Hub
  1162. [ 158.120661] hub 3-1.1:1.0: USB hub found
  1163. [ 158.120893] hub 3-1.1:1.0: 4 ports detected
  1164. [ 158.732946] usb 3-1.1.4: new low-speed USB device number 9 using xhci_hcd
  1165. [ 158.826420] usb 3-1.1.4: New USB device found, idVendor=6901, idProduct=2701, bcdDevice= 1.00
  1166. [ 158.826424] usb 3-1.1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1167. [ 158.923535] input: HID 6901:2701 as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.0/0003:6901:2701.000B/input/input30
  1168. [ 158.979845] hid-generic 0003:6901:2701.000B: input,hidraw0: USB HID v1.10 Keyboard [HID 6901:2701] on usb-0000:11:00.3-1.1.4/input0
  1169. [ 158.984257] input: HID 6901:2701 Mouse as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:6901:2701.000C/input/input31
  1170. [ 158.984480] input: HID 6901:2701 Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:6901:2701.000C/input/input32
  1171. [ 159.040009] input: HID 6901:2701 System Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:6901:2701.000C/input/input33
  1172. [ 159.040127] hid-generic 0003:6901:2701.000C: input,hidraw1: USB HID v1.10 Mouse [HID 6901:2701] on usb-0000:11:00.3-1.1.4/input1
  1173. [ 171.337130] usb 3-1.1.4: USB disconnect, device number 9
  1174. [ 173.837389] usb 3-1.1.3: new low-speed USB device number 10 using xhci_hcd
  1175. [ 173.930601] usb 3-1.1.3: New USB device found, idVendor=6901, idProduct=2701, bcdDevice= 1.00
  1176. [ 173.930605] usb 3-1.1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1177. [ 174.027108] input: HID 6901:2701 as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.0/0003:6901:2701.000D/input/input34
  1178. [ 174.080934] hid-generic 0003:6901:2701.000D: input,hidraw0: USB HID v1.10 Keyboard [HID 6901:2701] on usb-0000:11:00.3-1.1.3/input0
  1179. [ 174.084968] input: HID 6901:2701 Mouse as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:6901:2701.000E/input/input35
  1180. [ 174.085067] input: HID 6901:2701 Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:6901:2701.000E/input/input36
  1181. [ 174.140861] input: HID 6901:2701 System Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:6901:2701.000E/input/input37
  1182. [ 174.140934] hid-generic 0003:6901:2701.000E: input,hidraw1: USB HID v1.10 Mouse [HID 6901:2701] on usb-0000:11:00.3-1.1.3/input1
  1183. [ 181.832834] usb 3-1.1.3: USB disconnect, device number 10
  1184. [ 183.822046] usb 3-1.1.2: new low-speed USB device number 11 using xhci_hcd
  1185. [ 183.915570] usb 3-1.1.2: New USB device found, idVendor=6901, idProduct=2701, bcdDevice= 1.00
  1186. [ 183.915574] usb 3-1.1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1187. [ 184.011100] input: HID 6901:2701 as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.0/0003:6901:2701.000F/input/input38
  1188. [ 184.065593] hid-generic 0003:6901:2701.000F: input,hidraw0: USB HID v1.10 Keyboard [HID 6901:2701] on usb-0000:11:00.3-1.1.2/input0
  1189. [ 184.070064] input: HID 6901:2701 Mouse as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.1/0003:6901:2701.0010/input/input39
  1190. [ 184.070257] input: HID 6901:2701 Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.1/0003:6901:2701.0010/input/input40
  1191. [ 184.125573] input: HID 6901:2701 System Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.1/0003:6901:2701.0010/input/input41
  1192. [ 184.125686] hid-generic 0003:6901:2701.0010: input,hidraw1: USB HID v1.10 Mouse [HID 6901:2701] on usb-0000:11:00.3-1.1.2/input1
  1193. [ 200.983448] usb 3-1.1.4: new low-speed USB device number 12 using xhci_hcd
  1194. [ 201.077980] usb 3-1.1.4: New USB device found, idVendor=6901, idProduct=2701, bcdDevice= 1.00
  1195. [ 201.077984] usb 3-1.1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1196. [ 201.164160] input: HID 6901:2701 as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.0/0003:6901:2701.0011/input/input42
  1197. [ 201.220186] hid-generic 0003:6901:2701.0011: input,hidraw8: USB HID v1.10 Keyboard [HID 6901:2701] on usb-0000:11:00.3-1.1.4/input0
  1198. [ 201.226059] input: HID 6901:2701 Mouse as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:6901:2701.0012/input/input43
  1199. [ 201.226248] input: HID 6901:2701 Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:6901:2701.0012/input/input44
  1200. [ 201.280330] input: HID 6901:2701 System Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.4/3-1.1.4:1.1/0003:6901:2701.0012/input/input45
  1201. [ 201.280442] hid-generic 0003:6901:2701.0012: input,hidraw9: USB HID v1.10 Mouse [HID 6901:2701] on usb-0000:11:00.3-1.1.4/input1
  1202. [ 210.248771] usb 3-1.1.2: USB disconnect, device number 11
  1203. [ 213.577143] usb 3-1.1.4: USB disconnect, device number 12
  1204. [ 217.356754] usb 3-1.1.2: new low-speed USB device number 13 using xhci_hcd
  1205. [ 217.450240] usb 3-1.1.2: New USB device found, idVendor=6901, idProduct=2701, bcdDevice= 1.00
  1206. [ 217.450244] usb 3-1.1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1207. [ 217.547049] input: HID 6901:2701 as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.0/0003:6901:2701.0013/input/input46
  1208. [ 217.603660] hid-generic 0003:6901:2701.0013: input,hidraw0: USB HID v1.10 Keyboard [HID 6901:2701] on usb-0000:11:00.3-1.1.2/input0
  1209. [ 217.607841] input: HID 6901:2701 Mouse as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.1/0003:6901:2701.0014/input/input47
  1210. [ 217.607964] input: HID 6901:2701 Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.1/0003:6901:2701.0014/input/input48
  1211. [ 217.663472] input: HID 6901:2701 System Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.1/0003:6901:2701.0014/input/input49
  1212. [ 217.663572] hid-generic 0003:6901:2701.0014: input,hidraw1: USB HID v1.10 Mouse [HID 6901:2701] on usb-0000:11:00.3-1.1.2/input1
  1213. [ 434.764068] usb 3-1.3: USB disconnect, device number 7
  1214. [ 656.909646] usb 3-1: USB disconnect, device number 2
  1215. [ 656.909651] usb 3-1.1: USB disconnect, device number 8
  1216. [ 656.909654] usb 3-1.1.2: USB disconnect, device number 13
  1217. [ 663.856684] usb 3-1: new full-speed USB device number 14 using xhci_hcd
  1218. [ 664.019248] usb 3-1: New USB device found, idVendor=2319, idProduct=0010, bcdDevice= 2.00
  1219. [ 664.019252] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1220. [ 664.019255] usb 3-1: Product: Usb Composite Device
  1221. [ 664.019257] usb 3-1: Manufacturer: Usb Composite Device
  1222. [ 664.049284] input: Usb Composite Device Usb Composite Device Mouse as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1:1.0/0003:2319:0010.0015/input/input50
  1223. [ 664.049509] input: Usb Composite Device Usb Composite Device Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1:1.0/0003:2319:0010.0015/input/input51
  1224. [ 664.103571] input: Usb Composite Device Usb Composite Device System Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1:1.0/0003:2319:0010.0015/input/input52
  1225. [ 664.103663] hid-generic 0003:2319:0010.0015: input,hidraw0: USB HID v2.00 Mouse [Usb Composite Device Usb Composite Device] on usb-0000:11:00.3-1/input0
  1226. [ 664.107609] input: Usb Composite Device Usb Composite Device as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1:1.1/0003:2319:0010.0016/input/input53
  1227. [ 664.163614] hid-generic 0003:2319:0010.0016: input,hidraw1: USB HID v2.00 Keyboard [Usb Composite Device Usb Composite Device] on usb-0000:11:00.3-1/input1
  1228. [ 758.968120] usb 3-1: USB disconnect, device number 14
  1229. [ 786.401774] usb 3-1: new high-speed USB device number 15 using xhci_hcd
  1230. [ 786.553198] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 4.01
  1231. [ 786.553202] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1232. [ 786.553205] usb 3-1: Product: USB2.0 Hub
  1233. [ 786.553207] usb 3-1: Manufacturer: GenesysLogic
  1234. [ 786.601007] hub 3-1:1.0: USB hub found
  1235. [ 786.602402] hub 3-1:1.0: 4 ports detected
  1236. [ 786.961406] usb 3-1.1: new high-speed USB device number 16 using xhci_hcd
  1237. [ 787.052772] usb 3-1.1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice= 7.02
  1238. [ 787.052774] usb 3-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  1239. [ 787.052776] usb 3-1.1: Product: USB2.0 Hub
  1240. [ 787.112894] hub 3-1.1:1.0: USB hub found
  1241. [ 787.113129] hub 3-1.1:1.0: 4 ports detected
  1242. [ 787.188393] usb 3-1.4: new full-speed USB device number 17 using xhci_hcd
  1243. [ 787.282117] usb 3-1.4: New USB device found, idVendor=2319, idProduct=0010, bcdDevice= 2.00
  1244. [ 787.282121] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1245. [ 787.282124] usb 3-1.4: Product: Usb Composite Device
  1246. [ 787.282126] usb 3-1.4: Manufacturer: Usb Composite Device
  1247. [ 787.371452] input: Usb Composite Device Usb Composite Device Mouse as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.4/3-1.4:1.0/0003:2319:0010.0017/input/input54
  1248. [ 787.371673] input: Usb Composite Device Usb Composite Device Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.4/3-1.4:1.0/0003:2319:0010.0017/input/input55
  1249. [ 787.408400] usb 3-1.1.2: new low-speed USB device number 18 using xhci_hcd
  1250. [ 787.428232] input: Usb Composite Device Usb Composite Device System Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.4/3-1.4:1.0/0003:2319:0010.0017/input/input56
  1251. [ 787.428337] hid-generic 0003:2319:0010.0017: input,hidraw0: USB HID v2.00 Mouse [Usb Composite Device Usb Composite Device] on usb-0000:11:00.3-1.4/input0
  1252. [ 787.429940] input: Usb Composite Device Usb Composite Device as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.4/3-1.4:1.1/0003:2319:0010.0018/input/input57
  1253. [ 787.485040] hid-generic 0003:2319:0010.0018: input,hidraw1: USB HID v2.00 Keyboard [Usb Composite Device Usb Composite Device] on usb-0000:11:00.3-1.4/input1
  1254. [ 787.501471] usb 3-1.1.2: New USB device found, idVendor=6901, idProduct=2701, bcdDevice= 1.00
  1255. [ 787.501476] usb 3-1.1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1256. [ 787.595841] input: HID 6901:2701 as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.0/0003:6901:2701.0019/input/input58
  1257. [ 787.652067] hid-generic 0003:6901:2701.0019: input,hidraw6: USB HID v1.10 Keyboard [HID 6901:2701] on usb-0000:11:00.3-1.1.2/input0
  1258. [ 787.656549] input: HID 6901:2701 Mouse as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.1/0003:6901:2701.001A/input/input59
  1259. [ 787.656741] input: HID 6901:2701 Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.1/0003:6901:2701.001A/input/input60
  1260. [ 787.711917] input: HID 6901:2701 System Control as /devices/pci0000:00/0000:00:07.1/0000:11:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.1/0003:6901:2701.001A/input/input61
  1261. [ 787.712017] hid-generic 0003:6901:2701.001A: input,hidraw7: USB HID v1.10 Mouse [HID 6901:2701] on usb-0000:11:00.3-1.1.2/input1
  1262. [ 931.404285] usb 3-1.4: USB disconnect, device number 17
  1263. [ 931.438705] audit: type=1130 audit(1545677500.819:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1264. [ 931.438711] audit: type=1131 audit(1545677500.819:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1265. [ 1548.581082] wlp7s0: deauthenticated from 12:fe:ed:3b:26:15 (Reason: 2=PREV_AUTH_NOT_VALID)
  1266. [ 1553.049815] wlp7s0: authenticate with 10:fe:ed:3b:26:16
  1267. [ 1553.098882] wlp7s0: send auth to 10:fe:ed:3b:26:16 (try 1/3)
  1268. [ 1553.100476] wlp7s0: authenticated
  1269. [ 1553.101678] wlp7s0: associate with 10:fe:ed:3b:26:16 (try 1/3)
  1270. [ 1553.103526] wlp7s0: RX AssocResp from 10:fe:ed:3b:26:16 (capab=0x11 status=0 aid=1)
  1271. [ 1553.103761] wlp7s0: associated
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement