Guest User

Untitled

a guest
Nov 25th, 2017
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 50.51 KB | None | 0 0
  1. pc@pc:~$ sudo dmesg
  2. [    0.000000] Linux version 4.9.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Debian 4.9.51-1 (2017-09-28)
  3. [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-4-amd64 root=UUID=51968a57-6a13-4760-9c70-ce14562850ed ro quiet
  4. [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  5. [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  6. [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  7. [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
  8. [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
  9. [    0.000000] x86/fpu: Using 'eager' FPU context switches.
  10. [    0.000000] e820: BIOS-provided physical RAM map:
  11. [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
  12. [    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
  13. [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
  14. [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009557ffff] usable
  15. [    0.000000] BIOS-e820: [mem 0x0000000095580000-0x0000000095e7ffff] reserved
  16. [    0.000000] BIOS-e820: [mem 0x0000000095e80000-0x000000009cabefff] usable
  17. [    0.000000] BIOS-e820: [mem 0x000000009cabf000-0x000000009cebefff] reserved
  18. [    0.000000] BIOS-e820: [mem 0x000000009cebf000-0x000000009cfbefff] ACPI NVS
  19. [    0.000000] BIOS-e820: [mem 0x000000009cfbf000-0x000000009cffefff] ACPI data
  20. [    0.000000] BIOS-e820: [mem 0x000000009cfff000-0x000000009cffffff] usable
  21. [    0.000000] BIOS-e820: [mem 0x000000009d000000-0x000000009f9fffff] reserved
  22. [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  23. [    0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
  24. [    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
  25. [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  26. [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
  27. [    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
  28. [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000015f5fffff] usable
  29. [    0.000000] NX (Execute Disable) protection: active
  30. [    0.000000] SMBIOS 2.8 present.
  31. [    0.000000] DMI: Acer Aspire V3-572G/EA50_HB   , BIOS V1.32 09/15/2015
  32. [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  33. [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  34. [    0.000000] e820: last_pfn = 0x15f600 max_arch_pfn = 0x400000000
  35. [    0.000000] MTRR default type: uncachable
  36. [    0.000000] MTRR fixed ranges enabled:
  37. [    0.000000]   00000-9FFFF write-back
  38. [    0.000000]   A0000-BFFFF uncachable
  39. [    0.000000]   C0000-E7FFF write-protect
  40. [    0.000000]   E8000-EFFFF write-combining
  41. [    0.000000]   F0000-FFFFF write-protect
  42. [    0.000000] MTRR variable ranges enabled:
  43. [    0.000000]   0 base 0000000000 mask 7E00000000 write-back
  44. [    0.000000]   1 base 009D000000 mask 7FFF000000 uncachable
  45. [    0.000000]   2 base 009E000000 mask 7FFE000000 uncachable
  46. [    0.000000]   3 base 00A0000000 mask 7FE0000000 uncachable
  47. [    0.000000]   4 base 00C0000000 mask 7FC0000000 uncachable
  48. [    0.000000]   5 disabled
  49. [    0.000000]   6 disabled
  50. [    0.000000]   7 disabled
  51. [    0.000000]   8 disabled
  52. [    0.000000]   9 disabled
  53. [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
  54. [    0.000000] e820: update [mem 0x9d000000-0xffffffff] usable ==> reserved
  55. [    0.000000] e820: last_pfn = 0x9d000 max_arch_pfn = 0x400000000
  56. [    0.000000] Base memory trampoline at [ffff92ccc0097000] 97000 size 24576
  57. [    0.000000] Using GB pages for direct mapping
  58. [    0.000000] BRK [0x14ff2f000, 0x14ff2ffff] PGTABLE
  59. [    0.000000] BRK [0x14ff30000, 0x14ff30fff] PGTABLE
  60. [    0.000000] BRK [0x14ff31000, 0x14ff31fff] PGTABLE
  61. [    0.000000] BRK [0x14ff32000, 0x14ff32fff] PGTABLE
  62. [    0.000000] BRK [0x14ff33000, 0x14ff33fff] PGTABLE
  63. [    0.000000] BRK [0x14ff34000, 0x14ff34fff] PGTABLE
  64. [    0.000000] BRK [0x14ff35000, 0x14ff35fff] PGTABLE
  65. [    0.000000] BRK [0x14ff36000, 0x14ff36fff] PGTABLE
  66. [    0.000000] BRK [0x14ff37000, 0x14ff37fff] PGTABLE
  67. [    0.000000] BRK [0x14ff38000, 0x14ff38fff] PGTABLE
  68. [    0.000000] RAMDISK: [mem 0x35d09000-0x36e7bfff]
  69. [    0.000000] ACPI: Early table checksum verification disabled
  70. [    0.000000] ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
  71. [    0.000000] ACPI: XSDT 0x000000009CFFE210 0000AC (v01 ACRSYS ACRPRDCT 00000001      01000013)
  72. [    0.000000] ACPI: FACP 0x000000009CFF8000 00010C (v05 ACRSYS ACRPRDCT 00000001 1025 00040000)
  73. [    0.000000] ACPI: DSDT 0x000000009CFE4000 010C73 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
  74. [    0.000000] ACPI: FACS 0x000000009CFB9000 000040
  75. [    0.000000] ACPI: UEFI 0x000000009CFFD000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
  76. [    0.000000] ACPI: FPDT 0x000000009CFFB000 000044 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
  77. [    0.000000] ACPI: ASF! 0x000000009CFF9000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
  78. [    0.000000] ACPI: HPET 0x000000009CFF7000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
  79. [    0.000000] ACPI: APIC 0x000000009CFF6000 00008C (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
  80. [    0.000000] ACPI: MCFG 0x000000009CFF5000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
  81. [    0.000000] ACPI: SSDT 0x000000009CFE1000 002028 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
  82. [    0.000000] ACPI: BOOT 0x000000009CFDF000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
  83. [    0.000000] ACPI: LPIT 0x000000009CFDE000 000094 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
  84. [    0.000000] ACPI: ASPT 0x000000009CFDC000 000034 (v07 ACRSYS ACRPRDCT 00000001 1025 00040000)
  85. [    0.000000] ACPI: DBGP 0x000000009CFDB000 000034 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
  86. [    0.000000] ACPI: SSDT 0x000000009CFDA000 0004B5 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
  87. [    0.000000] ACPI: SSDT 0x000000009CFD9000 000AD8 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
  88. [    0.000000] ACPI: SSDT 0x000000009CFD5000 003B8C (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
  89. [    0.000000] ACPI: SSDT 0x000000009CFD0000 002CFB (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
  90. [    0.000000] ACPI: CSRT 0x000000009CFD3000 0000C4 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
  91. [    0.000000] ACPI: Local APIC address 0xfee00000
  92. [    0.000000] No NUMA configuration found
  93. [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000015f5fffff]
  94. [    0.000000] NODE_DATA(0) allocated [mem 0x15f5fb000-0x15f5fffff]
  95. [    0.000000] Zone ranges:
  96. [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  97. [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  98. [    0.000000]   Normal   [mem 0x0000000100000000-0x000000015f5fffff]
  99. [    0.000000]   Device   empty
  100. [    0.000000] Movable zone start for each node
  101. [    0.000000] Early memory node ranges
  102. [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
  103. [    0.000000]   node   0: [mem 0x0000000000100000-0x000000009557ffff]
  104. [    0.000000]   node   0: [mem 0x0000000095e80000-0x000000009cabefff]
  105. [    0.000000]   node   0: [mem 0x000000009cfff000-0x000000009cffffff]
  106. [    0.000000]   node   0: [mem 0x0000000100000000-0x000000015f5fffff]
  107. [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000015f5fffff]
  108. [    0.000000] On node 0 totalpages: 1029980
  109. [    0.000000]   DMA zone: 64 pages used for memmap
  110. [    0.000000]   DMA zone: 21 pages reserved
  111. [    0.000000]   DMA zone: 3996 pages, LIFO batch:0
  112. [    0.000000]   DMA32 zone: 9927 pages used for memmap
  113. [    0.000000]   DMA32 zone: 635328 pages, LIFO batch:31
  114. [    0.000000]   Normal zone: 6104 pages used for memmap
  115. [    0.000000]   Normal zone: 390656 pages, LIFO batch:31
  116. [    0.000000] Reserving Intel graphics memory at 0x000000009da00000-0x000000009f9fffff
  117. [    0.000000] ACPI: PM-Timer IO Port: 0x1808
  118. [    0.000000] ACPI: Local APIC address 0xfee00000
  119. [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
  120. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  121. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  122. [    0.000000] ACPI: IRQ0 used by override.
  123. [    0.000000] ACPI: IRQ9 used by override.
  124. [    0.000000] Using ACPI (MADT) for SMP configuration information
  125. [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  126. [    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
  127. [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
  128. [    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
  129. [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
  130. [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
  131. [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
  132. [    0.000000] PM: Registered nosave memory: [mem 0x95580000-0x95e7ffff]
  133. [    0.000000] PM: Registered nosave memory: [mem 0x9cabf000-0x9cebefff]
  134. [    0.000000] PM: Registered nosave memory: [mem 0x9cebf000-0x9cfbefff]
  135. [    0.000000] PM: Registered nosave memory: [mem 0x9cfbf000-0x9cffefff]
  136. [    0.000000] PM: Registered nosave memory: [mem 0x9d000000-0x9f9fffff]
  137. [    0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
  138. [    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
  139. [    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe100fff]
  140. [    0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
  141. [    0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfeafffff]
  142. [    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
  143. [    0.000000] PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
  144. [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
  145. [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
  146. [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
  147. [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
  148. [    0.000000] PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
  149. [    0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
  150. [    0.000000] Booting paravirtualized kernel on bare hardware
  151. [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
  152. [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
  153. [    0.000000] percpu: Embedded 35 pages/cpu @ffff92ce1f200000 s103512 r8192 d31656 u262144
  154. [    0.000000] pcpu-alloc: s103512 r8192 d31656 u262144 alloc=1*2097152
  155. [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
  156. [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1013864
  157. [    0.000000] Policy zone: Normal
  158. [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-4-amd64 root=UUID=51968a57-6a13-4760-9c70-ce14562850ed ro quiet
  159. [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  160. [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
  161. [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
  162. [    0.000000] Memory: 3953680K/4119920K available (6196K kernel code, 1137K rwdata, 2856K rodata, 1396K init, 688K bss, 166240K reserved, 0K cma-reserved)
  163. [    0.000000] Hierarchical RCU implementation.
  164. [    0.000000]  Build-time adjustment of leaf fanout to 64.
  165. [    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
  166. [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
  167. [    0.000000] NR_IRQS:33024 nr_irqs:760 16
  168. [    0.000000] Console: colour VGA+ 80x25
  169. [    0.000000] console [tty0] enabled
  170. [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
  171. [    0.000000] hpet clockevent registered
  172. [    0.000000] tsc: Fast TSC calibration using PIT
  173. [    0.000000] tsc: Detected 1696.181 MHz processor
  174. [    0.000031] Calibrating delay loop (skipped), value calculated using timer frequency.. 3392.36 BogoMIPS (lpj=6784724)
  175. [    0.000034] pid_max: default: 32768 minimum: 301
  176. [    0.000057] ACPI: Core revision 20160831
  177. [    0.019634] ACPI: 6 ACPI AML tables successfully acquired and loaded
  178. [    0.019703] Security Framework initialized
  179. [    0.019704] Yama: disabled by default; enable with sysctl kernel.yama.*
  180. [    0.019711] AppArmor: AppArmor disabled by boot time parameter
  181. [    0.020004] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  182. [    0.021079] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  183. [    0.021553] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  184. [    0.021561] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  185. [    0.021891] CPU: Physical Processor ID: 0
  186. [    0.021892] CPU: Processor Core ID: 0
  187. [    0.021896] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  188. [    0.021897] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  189. [    0.021901] mce: CPU supports 7 MCE banks
  190. [    0.021912] CPU0: Thermal monitoring enabled (TM1)
  191. [    0.021928] process: using mwait in idle threads
  192. [    0.021932] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
  193. [    0.021933] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
  194. [    0.022369] Freeing SMP alternatives memory: 24K
  195. [    0.032180] ftrace: allocating 25191 entries in 99 pages
  196. [    0.045345] smpboot: Max logical packages: 4
  197. [    0.045935] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  198. [    0.085623] TSC deadline timer enabled
  199. [    0.085626] smpboot: CPU0: Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz (family: 0x6, model: 0x45, stepping: 0x1)
  200. [    0.085630] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
  201. [    0.085683] ... version:                3
  202. [    0.085683] ... bit width:              48
  203. [    0.085684] ... generic registers:      4
  204. [    0.085685] ... value mask:             0000ffffffffffff
  205. [    0.085685] ... max period:             00007fffffffffff
  206. [    0.085686] ... fixed-purpose events:   3
  207. [    0.085687] ... event mask:             000000070000000f
  208. [    0.086497] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
  209. [    0.086624] x86: Booting SMP configuration:
  210. [    0.086625] .... node  #0, CPUs:      #1 #2 #3
  211. [    0.327777] x86: Booted up 1 node, 4 CPUs
  212. [    0.327779] smpboot: Total of 4 processors activated (13572.77 BogoMIPS)
  213. [    0.332473] devtmpfs: initialized
  214. [    0.332557] x86/mm: Memory block size: 128MB
  215. [    0.335264] PM: Registering ACPI NVS region [mem 0x9cebf000-0x9cfbefff] (1048576 bytes)
  216. [    0.335364] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  217. [    0.335380] futex hash table entries: 2048 (order: 5, 131072 bytes)
  218. [    0.335446] pinctrl core: initialized pinctrl subsystem
  219. [    0.335586] NET: Registered protocol family 16
  220. [    0.348210] cpuidle: using governor ladder
  221. [    0.360216] cpuidle: using governor menu
  222. [    0.360238] Simple Boot Flag at 0x44 set to 0x1
  223. [    0.360250] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
  224. [    0.360252] ACPI: bus type PCI registered
  225. [    0.360253] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  226. [    0.360342] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  227. [    0.360344] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  228. [    0.360348] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override.
  229. [    0.360699] PCI: Using configuration type 1 for base access
  230. [    0.360741] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
  231. [    0.376392] HugeTLB registered 1 GB page size, pre-allocated 0 pages
  232. [    0.376393] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  233. [    0.376714] ACPI: Added _OSI(Module Device)
  234. [    0.376715] ACPI: Added _OSI(Processor Device)
  235. [    0.376716] ACPI: Added _OSI(3.0 _SCP Extensions)
  236. [    0.376717] ACPI: Added _OSI(Processor Aggregator Device)
  237. [    0.377230] ACPI: Executed 2 blocks of module-level executable AML code
  238. [    0.384977] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  239. [    0.387137] ACPI: Dynamic OEM Table Load:
  240. [    0.387147] ACPI: SSDT 0xFFFF92CE19824800 000465 (v01 PmRef  Cpu0Cst  00003001 INTL 20131115)
  241. [    0.387681] ACPI: Dynamic OEM Table Load:
  242. [    0.387691] ACPI: SSDT 0xFFFF92CE19FC2800 0005AA (v01 PmRef  ApIst    00003000 INTL 20131115)
  243. [    0.388283] ACPI: Dynamic OEM Table Load:
  244. [    0.388291] ACPI: SSDT 0xFFFF92CE19823C00 000119 (v01 PmRef  ApCst    00003000 INTL 20131115)
  245. [    0.389635] ACPI : EC: EC started
  246. [    0.389636] ACPI : EC: interrupt blocked
  247. [    0.436299] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
  248. [    0.436302] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x27, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  249. [    0.436303] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
  250. [    0.436304] ACPI: Interpreter enabled
  251. [    0.436352] ACPI: (supports S0 S3 S4 S5)
  252. [    0.436353] ACPI: Using IOAPIC for interrupt routing
  253. [    0.436388] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  254. [    0.508511] ACPI: Power Resource [NVP3] (on)
  255. [    0.508549] ACPI: Power Resource [NVP2] (on)
  256. [    0.508965] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
  257. [    0.508971] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  258. [    0.509369] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
  259. [    0.509370] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
  260. [    0.510215] PCI host bridge to bus 0000:00
  261. [    0.510217] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
  262. [    0.510219] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
  263. [    0.510221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  264. [    0.510223] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
  265. [    0.510225] pci_bus 0000:00: root bus resource [bus 00-fe]
  266. [    0.510234] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
  267. [    0.510488] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
  268. [    0.510501] pci 0000:00:02.0: reg 0x10: [mem 0xb3000000-0xb33fffff 64bit]
  269. [    0.510508] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
  270. [    0.510514] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
  271. [    0.510776] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
  272. [    0.510786] pci 0000:00:03.0: reg 0x10: [mem 0xb3600000-0xb3603fff 64bit]
  273. [    0.511053] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
  274. [    0.511073] pci 0000:00:16.0: reg 0x10: [mem 0xb3608000-0xb360801f 64bit]
  275. [    0.511145] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
  276. [    0.511371] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
  277. [    0.511387] pci 0000:00:1b.0: reg 0x10: [mem 0xb3604000-0xb3607fff 64bit]
  278. [    0.511457] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
  279. [    0.511634] pci 0000:00:1b.0: System wakeup disabled by ACPI
  280. [    0.511682] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400
  281. [    0.511750] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  282. [    0.511978] pci 0000:00:1c.0: System wakeup disabled by ACPI
  283. [    0.512029] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
  284. [    0.512097] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
  285. [    0.512323] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
  286. [    0.512396] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
  287. [    0.512628] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
  288. [    0.512646] pci 0000:00:1d.0: reg 0x10: [mem 0xb360c000-0xb360c3ff]
  289. [    0.512735] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  290. [    0.512923] pci 0000:00:1d.0: System wakeup disabled by ACPI
  291. [    0.512974] pci 0000:00:1f.0: [8086:9c45] type 00 class 0x060100
  292. [    0.513297] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
  293. [    0.513310] pci 0000:00:1f.2: reg 0x10: [io  0x5088-0x508f]
  294. [    0.513317] pci 0000:00:1f.2: reg 0x14: [io  0x5094-0x5097]
  295. [    0.513324] pci 0000:00:1f.2: reg 0x18: [io  0x5080-0x5087]
  296. [    0.513331] pci 0000:00:1f.2: reg 0x1c: [io  0x5090-0x5093]
  297. [    0.513338] pci 0000:00:1f.2: reg 0x20: [io  0x5060-0x507f]
  298. [    0.513346] pci 0000:00:1f.2: reg 0x24: [mem 0xb360b000-0xb360b7ff]
  299. [    0.513382] pci 0000:00:1f.2: PME# supported from D3hot
  300. [    0.513596] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
  301. [    0.513611] pci 0000:00:1f.3: reg 0x10: [mem 0xb3609000-0xb36090ff 64bit]
  302. [    0.513631] pci 0000:00:1f.3: reg 0x20: [io  0x5040-0x505f]
  303. [    0.513936] pci 0000:01:00.0: [10ec:5287] type 00 class 0xff0000
  304. [    0.513956] pci 0000:01:00.0: reg 0x10: [mem 0xb3505000-0xb3505fff]
  305. [    0.514022] pci 0000:01:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
  306. [    0.514110] pci 0000:01:00.0: supports D1 D2
  307. [    0.514111] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
  308. [    0.514163] pci 0000:01:00.0: System wakeup disabled by ACPI
  309. [    0.514220] pci 0000:01:00.1: [10ec:8168] type 00 class 0x020000
  310. [    0.514239] pci 0000:01:00.1: reg 0x10: [io  0x4000-0x40ff]
  311. [    0.514268] pci 0000:01:00.1: reg 0x18: [mem 0xb3504000-0xb3504fff 64bit]
  312. [    0.514287] pci 0000:01:00.1: reg 0x20: [mem 0xb3500000-0xb3503fff 64bit]
  313. [    0.514378] pci 0000:01:00.1: supports D1 D2
  314. [    0.514380] pci 0000:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
  315. [    0.524359] pci 0000:00:1c.0: PCI bridge to [bus 01]
  316. [    0.524362] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
  317. [    0.524365] pci 0000:00:1c.0:   bridge window [mem 0xb3500000-0xb35fffff]
  318. [    0.524464] pci 0000:02:00.0: [14e4:4359] type 00 class 0x028000
  319. [    0.524492] pci 0000:02:00.0: reg 0x10: [mem 0xb3400000-0xb3403fff 64bit]
  320. [    0.524634] pci 0000:02:00.0: supports D1 D2
  321. [    0.524636] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
  322. [    0.536387] pci 0000:00:1c.3: PCI bridge to [bus 02]
  323. [    0.536392] pci 0000:00:1c.3:   bridge window [mem 0xb3400000-0xb34fffff]
  324. [    0.536465] pci 0000:03:00.0: [10de:1341] type 00 class 0x030200
  325. [    0.536480] pci 0000:03:00.0: reg 0x10: [mem 0xb2000000-0xb2ffffff]
  326. [    0.536495] pci 0000:03:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
  327. [    0.536509] pci 0000:03:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
  328. [    0.536519] pci 0000:03:00.0: reg 0x24: [io  0x3000-0x307f]
  329. [    0.536529] pci 0000:03:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
  330. [    0.536657] pci 0000:03:00.0: System wakeup disabled by ACPI
  331. [    0.548362] pci 0000:00:1c.4: PCI bridge to [bus 03]
  332. [    0.548365] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
  333. [    0.548368] pci 0000:00:1c.4:   bridge window [mem 0xb2000000-0xb2ffffff]
  334. [    0.548373] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
  335. [    0.559346] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *7
  336. [    0.559409] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  337. [    0.559470] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
  338. [    0.559529] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
  339. [    0.559589] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  340. [    0.559648] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  341. [    0.559712] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
  342. [    0.559771] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
  343. [    0.560082] ACPI: Enabled 4 GPEs in block 00 to 7F
  344. [    0.560143] ACPI : EC: interrupt unblocked
  345. [    0.560150] ACPI : EC: event unblocked
  346. [    0.560168] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x27, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  347. [    0.560170] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
  348. [    0.560414] vgaarb: setting as boot device: PCI:0000:00:02.0
  349. [    0.560416] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
  350. [    0.560418] vgaarb: loaded
  351. [    0.560419] vgaarb: bridge control possible 0000:00:02.0
  352. [    0.560510] PCI: Using ACPI for IRQ routing
  353. [    0.566803] PCI: pci_cache_line_size set to 64 bytes
  354. [    0.566876] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
  355. [    0.566878] e820: reserve RAM buffer [mem 0x95580000-0x97ffffff]
  356. [    0.566879] e820: reserve RAM buffer [mem 0x9cabf000-0x9fffffff]
  357. [    0.566880] e820: reserve RAM buffer [mem 0x9d000000-0x9fffffff]
  358. [    0.566881] e820: reserve RAM buffer [mem 0x15f600000-0x15fffffff]
  359. [    0.567066] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  360. [    0.567072] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
  361. [    0.569114] clocksource: Switched to clocksource hpet
  362. [    0.577079] VFS: Disk quotas dquot_6.6.0
  363. [    0.577119] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  364. [    0.577228] pnp: PnP ACPI init
  365. [    0.577443] system 00:00: [io  0x0680-0x069f] has been reserved
  366. [    0.577445] system 00:00: [io  0xfd60-0xfd63] has been reserved
  367. [    0.577447] system 00:00: [io  0xffff] has been reserved
  368. [    0.577448] system 00:00: [io  0xffff] has been reserved
  369. [    0.577450] system 00:00: [io  0xffff] has been reserved
  370. [    0.577452] system 00:00: [io  0x1800-0x18fe] has been reserved
  371. [    0.577453] system 00:00: [io  0x164e-0x164f] has been reserved
  372. [    0.577457] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
  373. [    0.577516] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
  374. [    0.577581] system 00:02: [io  0x1854-0x1857] has been reserved
  375. [    0.577583] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
  376. [    0.577621] pnp 00:03: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
  377. [    0.585342] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
  378. [    0.585344] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
  379. [    0.585345] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
  380. [    0.585347] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
  381. [    0.585349] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
  382. [    0.585350] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
  383. [    0.585352] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
  384. [    0.585354] system 00:04: [mem 0xff000000-0xff000fff] has been reserved
  385. [    0.585356] system 00:04: [mem 0xff010000-0xffffffff] could not be reserved
  386. [    0.585357] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
  387. [    0.585359] system 00:04: [mem 0x9fa20000-0x9fa20fff] has been reserved
  388. [    0.585361] system 00:04: [mem 0x9fa10000-0x9fa1ffff] has been reserved
  389. [    0.585363] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
  390. [    0.585739] system 00:05: [mem 0xb360f000-0xb360ffff] has been reserved
  391. [    0.585741] system 00:05: [mem 0xb360d000-0xb360dfff] has been reserved
  392. [    0.585743] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
  393. [    0.586674] pnp: PnP ACPI: found 6 devices
  394. [    0.593438] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  395. [    0.593444] pci 0000:01:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
  396. [    0.593446] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
  397. [    0.593474] pci 0000:01:00.0: BAR 6: assigned [mem 0xb3510000-0xb351ffff pref]
  398. [    0.593476] pci 0000:00:1c.0: PCI bridge to [bus 01]
  399. [    0.593478] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
  400. [    0.593483] pci 0000:00:1c.0:   bridge window [mem 0xb3500000-0xb35fffff]
  401. [    0.593490] pci 0000:00:1c.3: PCI bridge to [bus 02]
  402. [    0.593494] pci 0000:00:1c.3:   bridge window [mem 0xb3400000-0xb34fffff]
  403. [    0.593503] pci 0000:03:00.0: BAR 6: no space for [mem size 0x00080000 pref]
  404. [    0.593504] pci 0000:03:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
  405. [    0.593506] pci 0000:00:1c.4: PCI bridge to [bus 03]
  406. [    0.593508] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
  407. [    0.593512] pci 0000:00:1c.4:   bridge window [mem 0xb2000000-0xb2ffffff]
  408. [    0.593515] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
  409. [    0.593522] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
  410. [    0.593523] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
  411. [    0.593525] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
  412. [    0.593526] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff window]
  413. [    0.593528] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
  414. [    0.593529] pci_bus 0000:01: resource 1 [mem 0xb3500000-0xb35fffff]
  415. [    0.593531] pci_bus 0000:02: resource 1 [mem 0xb3400000-0xb34fffff]
  416. [    0.593532] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
  417. [    0.593533] pci_bus 0000:03: resource 1 [mem 0xb2000000-0xb2ffffff]
  418. [    0.593535] pci_bus 0000:03: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
  419. [    0.593733] NET: Registered protocol family 2
  420. [    0.593953] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  421. [    0.594029] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
  422. [    0.594120] TCP: Hash tables configured (established 32768 bind 32768)
  423. [    0.594143] UDP hash table entries: 2048 (order: 4, 65536 bytes)
  424. [    0.594160] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
  425. [    0.594229] NET: Registered protocol family 1
  426. [    0.594243] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  427. [    0.617301] PCI: CLS 64 bytes, default 64
  428. [    0.617354] Unpacking initramfs...
  429. [    1.063646] Freeing initrd memory: 17868K
  430. [    1.063650] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  431. [    1.063653] software IO TLB [mem 0x98abf000-0x9cabf000] (64MB) mapped at [ffff92cd58abf000-ffff92cd5cabefff]
  432. [    1.064164] audit: initializing netlink subsys (disabled)
  433. [    1.064184] audit: type=2000 audit(1511635205.056:1): initialized
  434. [    1.064683] workingset: timestamp_bits=40 max_order=20 bucket_order=0
  435. [    1.064724] zbud: loaded
  436. [    1.065504] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  437. [    1.065536] io scheduler noop registered
  438. [    1.065538] io scheduler deadline registered
  439. [    1.065551] io scheduler cfq registered (default)
  440. [    1.066254] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
  441. [    1.066256] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
  442. [    1.066257] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
  443. [    1.066261] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
  444. [    1.066278] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
  445. [    1.066279] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
  446. [    1.066282] pcie_pme 0000:00:1c.3:pcie001: service driver pcie_pme loaded
  447. [    1.066300] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
  448. [    1.066301] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
  449. [    1.066304] pcie_pme 0000:00:1c.4:pcie001: service driver pcie_pme loaded
  450. [    1.066314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  451. [    1.066320] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  452. [    1.066335] intel_idle: MWAIT substates: 0x11142120
  453. [    1.066335] intel_idle: v0.4.1 model 0x45
  454. [    1.066621] intel_idle: lapic_timer_reliable_states 0xffffffff
  455. [    1.066866] GHES: HEST is not enabled!
  456. [    1.066934] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  457. [    1.067461] Linux agpgart interface v0.103
  458. [    1.067547] AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
  459. [    1.067547] AMD IOMMUv2 functionality not available on this system
  460. [    1.067955] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
  461. [    1.067956] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
  462. [    1.073834] serio: i8042 KBD port at 0x60,0x64 irq 1
  463. [    1.073981] mousedev: PS/2 mouse device common for all mice
  464. [    1.074031] rtc_cmos 00:01: RTC can wake from S4
  465. [    1.074168] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
  466. [    1.074196] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
  467. [    1.074210] intel_pstate: Intel P-state driver initializing
  468. [    1.074433] ledtrig-cpu: registered to indicate activity on CPUs
  469. [    1.075101] NET: Registered protocol family 10
  470. [    1.075597] mip6: Mobile IPv6
  471. [    1.075601] NET: Registered protocol family 17
  472. [    1.075605] mpls_gso: MPLS GSO support
  473. [    1.076042] microcode: sig=0x40651, pf=0x40, revision=0x1c
  474. [    1.076229] microcode: Microcode Update Driver: v2.01 <[email protected]>, Peter Oruba
  475. [    1.076640] registered taskstats version 1
  476. [    1.076669] zswap: loaded using pool lzo/zbud
  477. [    1.076887] ima: No TPM chip found, activating TPM-bypass!
  478. [    1.077696] rtc_cmos 00:01: setting system clock to 2017-11-25 18:40:05 UTC (1511635205)
  479. [    1.077827] PM: Hibernation image not present or could not be loaded.
  480. [    1.080715] Freeing unused kernel memory: 1396K
  481. [    1.080717] Write protecting the kernel read-only data: 12288k
  482. [    1.081850] Freeing unused kernel memory: 1980K
  483. [    1.088638] Freeing unused kernel memory: 1240K
  484. [    1.099994] x86/mm: Checked W+X mappings: passed, no W+X pages found.
  485. [    1.102618] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
  486. [    1.118900] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  487. [    1.118971] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  488. [    1.118980] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  489. [    1.119824] random: udevadm: uninitialized urandom read (16 bytes read)
  490. [    1.119858] random: udevadm: uninitialized urandom read (16 bytes read)
  491. [    1.121145] random: udevadm: uninitialized urandom read (16 bytes read)
  492. [    1.121161] random: udevadm: uninitialized urandom read (16 bytes read)
  493. [    1.121447] random: udevadm: uninitialized urandom read (16 bytes read)
  494. [    1.121502] random: udevadm: uninitialized urandom read (16 bytes read)
  495. [    1.121549] random: udevadm: uninitialized urandom read (16 bytes read)
  496. [    1.145235] sdhci: Secure Digital Host Controller Interface driver
  497. [    1.145236] sdhci: Copyright(c) Pierre Ossman
  498. [    1.156776] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
  499. [    1.156791] r8169 0000:01:00.1: can't disable ASPM; OS doesn't have ASPM control
  500. [    1.159247] ACPI: bus type USB registered
  501. [    1.159284] usbcore: registered new interface driver usbfs
  502. [    1.159300] usbcore: registered new interface driver hub
  503. [    1.159346] usbcore: registered new device driver usb
  504. [    1.160250] SCSI subsystem initialized
  505. [    1.160579] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  506. [    1.161707] ehci-pci: EHCI PCI platform driver
  507. [    1.165706] libata version 3.00 loaded.
  508. [    1.166668] AVX2 version of gcm_enc/dec engaged.
  509. [    1.166669] AES CTR mode by8 optimization enabled
  510. [    1.170152] r8169 0000:01:00.1 eth0: RTL8411 at 0xffffabdcc066d000, f0:76:1c:d2:78:d8, XID 1c800800 IRQ 43
  511. [    1.170156] r8169 0000:01:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
  512. [    1.170477] rtsx_pci 0000:01:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 44
  513. [    1.180933] r8169 0000:01:00.1 enp1s0f1: renamed from eth0
  514. [    1.181148] i801_smbus 0000:00:1f.3: SPD Write Disable is set
  515. [    1.181176] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
  516. [    1.183232] hidraw: raw HID events driver (C) Jiri Kosina
  517. [    1.190811] ehci-pci 0000:00:1d.0: EHCI Host Controller
  518. [    1.190817] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
  519. [    1.190829] ehci-pci 0000:00:1d.0: debug port 2
  520. [    1.194728] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
  521. [    1.194743] ehci-pci 0000:00:1d.0: irq 23, io mem 0xb360c000
  522. [    1.209110] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
  523. [    1.209164] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  524. [    1.209166] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  525. [    1.209167] usb usb1: Product: EHCI Host Controller
  526. [    1.209168] usb usb1: Manufacturer: Linux 4.9.0-4-amd64 ehci_hcd
  527. [    1.209169] usb usb1: SerialNumber: 0000:00:1d.0
  528. [    1.209364] hub 1-0:1.0: USB hub found
  529. [    1.209370] hub 1-0:1.0: 2 ports detected
  530. [    1.209555] ahci 0000:00:1f.2: version 3.0
  531. [    1.209788] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
  532. [    1.213465] random: fast init done
  533. [    1.219891] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
  534. [    1.219893] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst
  535. [    1.220274] scsi host0: ahci
  536. [    1.220398] scsi host1: ahci
  537. [    1.220456] ata1: SATA max UDMA/133 abar m2048@0xb360b000 port 0xb360b100 irq 45
  538. [    1.220458] ata2: SATA max UDMA/133 abar m2048@0xb360b000 port 0xb360b180 irq 45
  539. [    1.536456] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  540. [    1.537097] usb 1-1: new high-speed USB device number 2 using ehci-pci
  541. [    1.542704] ata1.00: ATA-8: ST1000LM024 HN-M101MBB, 2BA30001, max UDMA/133
  542. [    1.542706] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
  543. [    1.549003] ata1.00: configured for UDMA/133
  544. [    1.549246] scsi 0:0:0:0: Direct-Access     ATA      ST1000LM024 HN-M 0001 PQ: 0 ANSI: 5
  545. [    1.685855] usb 1-1: New USB device found, idVendor=8087, idProduct=8000
  546. [    1.685858] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  547. [    1.686208] hub 1-1:1.0: USB hub found
  548. [    1.686259] hub 1-1:1.0: 8 ports detected
  549. [    1.896766] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  550. [    1.899097] ata2.00: ATAPI: HL-DT-ST DVDRAM GUC0N, 1.00, max UDMA/133
  551. [    1.903583] ata2.00: configured for UDMA/133
  552. [    1.908017] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GUC0N     1.00 PQ: 0 ANSI: 5
  553. [    1.924930] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
  554. [    1.924933] sd 0:0:0:0: [sda] 4096-byte physical blocks
  555. [    1.925020] sd 0:0:0:0: [sda] Write Protect is off
  556. [    1.925023] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  557. [    1.925074] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  558. [    1.940881] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
  559. [    1.940884] cdrom: Uniform CD-ROM driver Revision: 3.20
  560. [    1.941100] sr 1:0:0:0: Attached scsi CD-ROM sr0
  561. [    1.973091] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
  562. [    2.021838]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
  563. [    2.022489] sd 0:0:0:0: [sda] Attached SCSI disk
  564. [    2.053075] usb 1-1.3: device descriptor read/64, error -32
  565. [    2.081083] tsc: Refined TSC clocksource calibration: 1696.073 MHz
  566. [    2.081091] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1872a9796f1, max_idle_ns: 440795212049 ns
  567. [    2.271294] usb 1-1.3: New USB device found, idVendor=0458, idProduct=0185
  568. [    2.271296] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  569. [    2.271298] usb 1-1.3: Product: Wireless Mouse
  570. [    2.271299] usb 1-1.3: Manufacturer: MOSART Semi.
  571. [    2.275658] usbcore: registered new interface driver usbhid
  572. [    2.275659] usbhid: USB HID core driver
  573. [    2.277694] hid-generic 0003:0458:0185.0002: hiddev0,hidraw0: USB HID v1.10 Device [MOSART Semi. Wireless Mouse] on usb-0000:00:1d.0-1.3/input0
  574. [    2.278040] input: MOSART Semi. Wireless Mouse as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:0458:0185.0003/input/input1
  575. [    2.337364] hid-generic 0003:0458:0185.0003: input,hiddev0,hidraw1: USB HID v1.10 Mouse [MOSART Semi. Wireless Mouse] on usb-0000:00:1d.0-1.3/input1
  576. [    2.349063] usb 1-1.5: new full-speed USB device number 4 using ehci-pci
  577. [    2.460853] usb 1-1.5: New USB device found, idVendor=0489, idProduct=e046
  578. [    2.460855] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  579. [    2.460857] usb 1-1.5: Product: BCM20702A0
  580. [    2.460858] usb 1-1.5: Manufacturer: Broadcom Corp
  581. [    2.460859] usb 1-1.5: SerialNumber: 2C337AF46F46
  582. [    2.541029] usb 1-1.7: new high-speed USB device number 5 using ehci-pci
  583. [    2.658285] usb 1-1.7: New USB device found, idVendor=04f2, idProduct=b469
  584. [    2.658287] usb 1-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  585. [    2.658289] usb 1-1.7: Product: HD WebCam
  586. [    2.658290] usb 1-1.7: Manufacturer: Chicony Electronics Co.,Ltd.
  587. [    3.105139] clocksource: Switched to clocksource tsc
  588. [    8.557203] random: crng init done
  589. [   35.626326] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
  590. [   36.686305] ip_tables: (C) 2000-2006 Netfilter Core Team
  591. [   36.777420] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  592. [   36.777578] systemd[1]: Detected architecture x86-64.
  593. [   36.790056] systemd[1]: Set hostname to <pc>.
  594. [   38.239334] systemd[1]: live-tools.service: Cannot add dependency job, ignoring: Unit live-tools.service is masked.
  595. [   38.240438] systemd[1]: Created slice User and Session Slice.
  596. [   38.240508] systemd[1]: Reached target Remote File Systems.
  597. [   38.240552] systemd[1]: Listening on udev Kernel Socket.
  598. [   38.240603] systemd[1]: Listening on udev Control Socket.
  599. [   38.240753] systemd[1]: Created slice System Slice.
  600. [   38.241437] systemd[1]: Mounting Huge Pages File System...
  601. [   38.862635] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
  602. [   39.157407] systemd-journald[306]: Received request to flush runtime journal from PID 1
  603. [   39.451073] nvidia: loading out-of-tree module taints kernel.
  604. [   39.451079] nvidia: module license 'NVIDIA' taints kernel.
  605. [   39.451080] Disabling lock debugging due to kernel taint
  606. [   39.465997] nvidia 0000:03:00.0: enabling device (0006 -> 0007)
  607. [   39.466181] nvidia-nvlink: Nvlink Core is being initialized, major device number 248
  608. [   39.466196] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  375.82  Wed Jul 19 21:16:49 PDT 2017 (using threaded interrupts)
  609. [   39.511305] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  375.82  Wed Jul 19 20:35:11 PDT 2017
  610. [   39.570674] [drm] Initialized
  611. [   39.713085] [drm] [nvidia-drm] [GPU ID 0x00000300] Loading driver
  612. [   40.087382] wmi: Mapper loaded
  613. [   40.209465] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  614. [   40.275407] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0D:00/input/input2
  615. [   40.275429] ACPI: Lid Switch [LID0]
  616. [   40.275478] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input3
  617. [   40.275481] ACPI: Power Button [PWRB]
  618. [   40.275523] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input4
  619. [   40.275525] ACPI: Sleep Button [SLPB]
  620. [   40.275592] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
  621. [   40.275594] ACPI: Power Button [PWRF]
  622. [   40.422992] sd 0:0:0:0: Attached scsi generic sg0 type 0
  623. [   40.423032] sr 1:0:0:0: Attached scsi generic sg1 type 5
  624. [   40.512342] input: PC Speaker as /devices/platform/pcspkr/input/input6
  625. [   40.514202] input: SYN1B7E:01 06CB:7406 Touchpad as /devices/pci0000:00/INT33C3:00/i2c-0/i2c-SYN1B7E:01/0018:06CB:7406.0001/input/input7
  626. [   40.514302] hid-multitouch 0018:06CB:7406.0001: input,hidraw2: I2C HID v1.00 Mouse [SYN1B7E:01 06CB:7406] on i2c-SYN1B7E:01
  627. [   40.514748] ACPI: Battery Slot [BAT1] (battery present)
  628. [   40.538344] ACPI: AC Adapter [ACAD] (on-line)
  629. [   40.732972] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
  630. [   40.732975] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
  631. [   40.732976] RAPL PMU: hw unit of domain package 2^-14 Joules
  632. [   40.732978] RAPL PMU: hw unit of domain dram 2^-14 Joules
  633. [   40.732979] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
  634. [   41.100287] [drm] Memory usable by graphics device = 2048M
  635. [   41.100290] [drm] Replacing VGA console driver
  636. [   41.101174] Console: switching to colour dummy device 80x25
  637. [   41.108020] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  638. [   41.108022] [drm] Driver supports precise vblank timestamp query.
  639. [   41.322006] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
  640. [   41.323081] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
  641. [   41.323095] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
  642. [   41.323117] ACPI Error: Method parse/execution failed [\_SB.PCI0.RP05.PEGP.DD02._BCL] (Node ffff92ce1a8f6a78), AE_NOT_FOUND (20160831/psparse-543)
  643. [   41.323602] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:38/LNXVIDEO:00/input/input9
  644. [   41.328168] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
  645. [   41.328364] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10
  646. [   41.328469] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 1
  647. [   41.511466] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
  648. [   41.511962] fbcon: inteldrmfb (fb0) is primary device
  649. [   41.852149] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
  650. [   41.852220] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
  651. [   41.877930] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC283: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  652. [   41.877932] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  653. [   41.877934] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  654. [   41.877934] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
  655. [   41.877935] snd_hda_codec_realtek hdaudioC1D0:    inputs:
  656. [   41.877937] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x12
  657. [   41.927422] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
  658. [   42.078446] wlan0: Broadcom BCM4359 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
  659.  
  660. [   42.382775] iTCO_vendor_support: vendor-support=0
  661. [   42.384003] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
  662. [   42.384042] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
  663. [   42.384155] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
  664. [   42.574076] Console: switching to colour frame buffer device 170x48
  665. [   42.592138] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
  666. [   43.032594] acer_wmi: Acer Laptop ACPI-WMI Extras
  667. [   43.032599] intel_rapl: Found RAPL domain package
  668. [   43.032602] intel_rapl: Found RAPL domain core
  669. [   43.032604] intel_rapl: Found RAPL domain uncore
  670. [   43.032607] intel_rapl: Found RAPL domain dram
  671. [   43.032612] acer_wmi: Function bitmap for Communication Button: 0x801
  672. [   43.032613] intel_rapl: RAPL package 0 domain package locked by BIOS
  673. [   43.060382] acer_wmi: Enabling Launch Manager failed: 0xe2 - 0x0
  674. [   43.060453] input: Acer WMI hotkeys as /devices/virtual/input/input14
  675. [   43.068780] input: Acer BMA150 accelerometer as /devices/virtual/input/input15
  676. [   43.340953] Adding 4118524k swap on /dev/sda6.  Priority:-1 extents:1 across:4118524k FS
  677. [   43.607621] fuse init (API version 7.26)
  678. [   44.303789] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
  679. [   44.825450] media: Linux media interface: v0.10
  680. [   44.898492] Bluetooth: Core ver 2.22
  681. [   44.898507] NET: Registered protocol family 31
  682. [   44.898508] Bluetooth: HCI device and connection manager initialized
  683. [   44.898512] Bluetooth: HCI socket layer initialized
  684. [   44.898514] Bluetooth: L2CAP socket layer initialized
  685. [   44.898523] Bluetooth: SCO socket layer initialized
  686. [   45.240945] usbcore: registered new interface driver btusb
  687. [   45.245263] Bluetooth: hci0: BCM: chip id 63
  688. [   45.261254] Bluetooth: hci0: pc
  689. [   45.262252] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
  690. [   45.359843] Linux video capture interface: v2.00
  691. [   45.361990] bluetooth hci0: firmware: failed to load brcm/BCM20702A1-0489-e046.hcd (-20)
  692. [   45.362038] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0489-e046.hcd failed with error -20
  693. [   45.362041] Bluetooth: hci0: BCM: Patch brcm/BCM20702A1-0489-e046.hcd not found
  694. [   45.858674] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b469)
  695. [   45.866294] uvcvideo 1-1.7:1.0: Entity type for entity Extension 4 was not initialized!
  696. [   45.866297] uvcvideo 1-1.7:1.0: Entity type for entity Extension 3 was not initialized!
  697. [   45.866299] uvcvideo 1-1.7:1.0: Entity type for entity Processing 2 was not initialized!
  698. [   45.866300] uvcvideo 1-1.7:1.0: Entity type for entity Camera 1 was not initialized!
  699. [   45.866389] input: HD WebCam as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.7/1-1.7:1.0/input/input16
  700. [   45.866454] usbcore: registered new interface driver uvcvideo
  701. [   45.866455] USB Video Class driver (1.1.1)
  702. [   46.026248] wl 0000:02:00.0 wlp2s0: renamed from wlan0
  703. [   47.225394] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
  704. [   50.244506] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  705. [   50.244508] Bluetooth: BNEP filters: protocol multicast
  706. [   50.244512] Bluetooth: BNEP socket layer initialized
  707. [   50.865236] vboxdrv: Found 4 processor cores
  708. [   50.886262] vboxdrv: TSC mode is Invariant, tentative frequency 1696074880 Hz
  709. [   50.886263] vboxdrv: Successfully loaded version 5.2.0 (interface 0x00290000)
  710. [   51.153558] VBoxNetFlt: Successfully started.
  711. [   51.167160] VBoxNetAdp: Successfully started.
  712. [   51.304506] VBoxPciLinuxInit
  713. [   51.325222] vboxpci: IOMMU not found (not registered)
  714. [   51.874227] bbswitch: version 0.8
  715. [   51.874232] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
  716. [   51.874240] bbswitch: Found discrete VGA device 0000:03:00.0: \_SB_.PCI0.RP05.PEGP
  717. [   51.874253] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160831/nsarguments-95)
  718. [   51.874344] bbswitch: detected an Optimus _DSM function
  719. [   51.874353] bbswitch: Succesfully loaded. Discrete card 0000:03:00.0 is on
  720. [   51.875365] [drm] [nvidia-drm] [GPU ID 0x00000300] Unloading driver
  721. [   51.894116] nvidia-modeset: Unloading
  722. [   51.914047] nvidia-nvlink: Unregistered the Nvlink Core, major device number 248
  723. [   51.931647] bbswitch: disabling discrete graphics
  724. [   51.931666] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160831/nsarguments-95)
  725. [   51.949894] pci 0000:03:00.0: Refused to change power state, currently in D0
  726. [   52.804618] IPv6: ADDRCONF(NETDEV_UP): enp1s0f1: link is not ready
  727. [   52.850744] r8169 0000:01:00.1: firmware: direct-loading firmware rtl_nic/rtl8411-2.fw
  728. [   52.875996] r8169 0000:01:00.1 enp1s0f1: link down
  729. [   52.875998] r8169 0000:01:00.1 enp1s0f1: link down
  730. [   52.876055] IPv6: ADDRCONF(NETDEV_UP): enp1s0f1: link is not ready
  731. [   52.924031] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
  732. [   54.579284] r8169 0000:01:00.1 enp1s0f1: link up
  733. [   54.579293] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0f1: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment