Advertisement
YTW

Output of dmesg

YTW
Sep 8th, 2016
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 54.09 KB | None | 0 0
  1. [    0.000000] Initializing cgroup subsys cpuset
  2. [    0.000000] Initializing cgroup subsys cpu
  3. [    0.000000] Initializing cgroup subsys cpuacct
  4. [    0.000000] Linux version 4.4.6-gentoo (root@localhost) (gcc version 4.9.3 (Gentoo 4.9.3 p1.5, pie-0.6.4) ) #8 SMP Thu Sep 8 18:58:58 CST 2016
  5. [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.4.6-gentoo root=UUID=b5490bb4-3e2b-413c-a308-bb0aed42f0f6 ro
  6. [    0.000000] x86/fpu: Legacy x87 FPU detected.
  7. [    0.000000] x86/fpu: Using 'lazy' FPU context switches.
  8. [    0.000000] e820: BIOS-provided physical RAM map:
  9. [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable
  10. [    0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
  11. [    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000dffff] reserved
  12. [    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
  13. [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009327bfff] usable
  14. [    0.000000] BIOS-e820: [mem 0x000000009327c000-0x0000000093281fff] reserved
  15. [    0.000000] BIOS-e820: [mem 0x0000000093282000-0x00000000933e3fff] usable
  16. [    0.000000] BIOS-e820: [mem 0x00000000933e4000-0x000000009340efff] reserved
  17. [    0.000000] BIOS-e820: [mem 0x000000009340f000-0x000000009346efff] usable
  18. [    0.000000] BIOS-e820: [mem 0x000000009346f000-0x000000009346ffff] reserved
  19. [    0.000000] BIOS-e820: [mem 0x0000000093470000-0x00000000934f0fff] ACPI NVS
  20. [    0.000000] BIOS-e820: [mem 0x00000000934f1000-0x000000009370efff] reserved
  21. [    0.000000] BIOS-e820: [mem 0x000000009370f000-0x0000000093716fff] usable
  22. [    0.000000] BIOS-e820: [mem 0x0000000093717000-0x000000009371efff] reserved
  23. [    0.000000] BIOS-e820: [mem 0x000000009371f000-0x000000009376bfff] usable
  24. [    0.000000] BIOS-e820: [mem 0x000000009376c000-0x000000009379efff] ACPI NVS
  25. [    0.000000] BIOS-e820: [mem 0x000000009379f000-0x00000000937dcfff] usable
  26. [    0.000000] BIOS-e820: [mem 0x00000000937dd000-0x00000000937fefff] ACPI data
  27. [    0.000000] BIOS-e820: [mem 0x00000000937ff000-0x00000000937fffff] usable
  28. [    0.000000] BIOS-e820: [mem 0x0000000093800000-0x000000009fffffff] reserved
  29. [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  30. [    0.000000] BIOS-e820: [mem 0x00000000f080a000-0x00000000f080afff] reserved
  31. [    0.000000] BIOS-e820: [mem 0x00000000feaff000-0x00000000feafffff] reserved
  32. [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
  33. [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
  34. [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
  35. [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  36. [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
  37. [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000157ffffff] usable
  38. [    0.000000] NX (Execute Disable) protection: active
  39. [    0.000000] SMBIOS 2.6 present.
  40. [    0.000000] DMI: Acer            Aspire 3820                    /Aspire 3820                    , BIOS V1.13           05/04/2010
  41. [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  42. [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  43. [    0.000000] e820: last_pfn = 0x158000 max_arch_pfn = 0x400000000
  44. [    0.000000] MTRR default type: uncachable
  45. [    0.000000] MTRR fixed ranges enabled:
  46. [    0.000000]   00000-9FFFF write-back
  47. [    0.000000]   A0000-BFFFF uncachable
  48. [    0.000000]   C0000-D3FFF write-protect
  49. [    0.000000]   D4000-DBFFF uncachable
  50. [    0.000000]   DC000-FFFFF write-through
  51. [    0.000000] MTRR variable ranges enabled:
  52. [    0.000000]   0 disabled
  53. [    0.000000]   1 base 000000000 mask F80000000 write-back
  54. [    0.000000]   2 base 080000000 mask FE0000000 write-back
  55. [    0.000000]   3 base 100000000 mask FC0000000 write-back
  56. [    0.000000]   4 base 140000000 mask FE0000000 write-back
  57. [    0.000000]   5 base 158000000 mask FF8000000 uncachable
  58. [    0.000000]   6 base 094000000 mask FFC000000 uncachable
  59. [    0.000000]   7 base 098000000 mask FF8000000 uncachable
  60. [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
  61. [    0.000000] e820: update [mem 0x94000000-0xffffffff] usable ==> reserved
  62. [    0.000000] e820: last_pfn = 0x93800 max_arch_pfn = 0x400000000
  63. [    0.000000] found SMP MP-table at [mem 0x000f6c30-0x000f6c3f] mapped at [ffff8800000f6c30]
  64. [    0.000000] Scanning 1 areas for low memory corruption
  65. [    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
  66. [    0.000000] BRK [0x01f24000, 0x01f24fff] PGTABLE
  67. [    0.000000] BRK [0x01f25000, 0x01f25fff] PGTABLE
  68. [    0.000000] BRK [0x01f26000, 0x01f26fff] PGTABLE
  69. [    0.000000] BRK [0x01f27000, 0x01f27fff] PGTABLE
  70. [    0.000000] BRK [0x01f28000, 0x01f28fff] PGTABLE
  71. [    0.000000] BRK [0x01f29000, 0x01f29fff] PGTABLE
  72. [    0.000000] RAMDISK: [mem 0x37bca000-0x37ddcfff]
  73. [    0.000000] ACPI: Early table checksum verification disabled
  74. [    0.000000] ACPI: RSDP 0x00000000000F6AC0 000024 (v02 PTLTD )
  75. [    0.000000] ACPI: XSDT 0x00000000937F16CF 000064 (v01 ACRSYS ACRPRDCT 06040000 INNA 00000000)
  76. [    0.000000] ACPI: FACP 0x00000000937DF000 0000F4 (v03 INTEL  CALPELLA 06040000 PTEC 00000001)
  77. [    0.000000] ACPI: DSDT 0x00000000937E0000 00D49F (v02 Intel  CALPELLA 06040000 INTL 20060912)
  78. [    0.000000] ACPI: FACS 0x000000009379AFC0 000040
  79. [    0.000000] ACPI: FACS 0x000000009379AFC0 000040
  80. [    0.000000] ACPI: HPET 0x00000000937FED6A 000038 (v01 INTEL  CALPELLA 06040000 PTEC 00000001)
  81. [    0.000000] ACPI: MCFG 0x00000000937FEDA2 00003C (v01 INTEL  CALPELLA 06040000 PTEC 00000001)
  82. [    0.000000] ACPI: SLIC 0x00000000937FEDDE 000176 (v01 ACRSYS ACRPRDCT 06040000 ANNI 00000001)
  83. [    0.000000] ACPI: APIC 0x00000000937FEF54 000084 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
  84. [    0.000000] ACPI: BOOT 0x00000000937FEFD8 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
  85. [    0.000000] ACPI: SSDT 0x00000000937EE000 0010B4 (v01 AmdRef AmdTabl  00001000 INTL 20060912)
  86. [    0.000000] ACPI: SSDT 0x00000000937DE000 0009F1 (v01 PmRef  CpuPm    00003000 INTL 20060912)
  87. [    0.000000] ACPI: Local APIC address 0xfee00000
  88. [    0.000000] No NUMA configuration found
  89. [    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000157ffffff]
  90. [    0.000000] NODE_DATA(0) allocated [mem 0x157ff8000-0x157ffbfff]
  91. [    0.000000] Zone ranges:
  92. [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  93. [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  94. [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000157ffffff]
  95. [    0.000000] Movable zone start for each node
  96. [    0.000000] Early memory node ranges
  97. [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
  98. [    0.000000]   node   0: [mem 0x0000000000100000-0x000000009327bfff]
  99. [    0.000000]   node   0: [mem 0x0000000093282000-0x00000000933e3fff]
  100. [    0.000000]   node   0: [mem 0x000000009340f000-0x000000009346efff]
  101. [    0.000000]   node   0: [mem 0x000000009370f000-0x0000000093716fff]
  102. [    0.000000]   node   0: [mem 0x000000009371f000-0x000000009376bfff]
  103. [    0.000000]   node   0: [mem 0x000000009379f000-0x00000000937dcfff]
  104. [    0.000000]   node   0: [mem 0x00000000937ff000-0x00000000937fffff]
  105. [    0.000000]   node   0: [mem 0x0000000100000000-0x0000000157ffffff]
  106. [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000157ffffff]
  107. [    0.000000] On node 0 totalpages: 963693
  108. [    0.000000]   DMA zone: 64 pages used for memmap
  109. [    0.000000]   DMA zone: 21 pages reserved
  110. [    0.000000]   DMA zone: 3995 pages, LIFO batch:0
  111. [    0.000000]   DMA32 zone: 9364 pages used for memmap
  112. [    0.000000]   DMA32 zone: 599250 pages, LIFO batch:31
  113. [    0.000000]   Normal zone: 5632 pages used for memmap
  114. [    0.000000]   Normal zone: 360448 pages, LIFO batch:31
  115. [    0.000000] Reserving Intel graphics stolen memory at 0x98000000-0x9fffffff
  116. [    0.000000] ACPI: PM-Timer IO Port: 0x408
  117. [    0.000000] ACPI: Local APIC address 0xfee00000
  118. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
  119. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  120. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  121. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  122. [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
  123. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
  124. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  125. [    0.000000] ACPI: IRQ0 used by override.
  126. [    0.000000] ACPI: IRQ9 used by override.
  127. [    0.000000] Using ACPI (MADT) for SMP configuration information
  128. [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
  129. [    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
  130. [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
  131. [    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
  132. [    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
  133. [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
  134. [    0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000dffff]
  135. [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000e3fff]
  136. [    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
  137. [    0.000000] PM: Registered nosave memory: [mem 0x9327c000-0x93281fff]
  138. [    0.000000] PM: Registered nosave memory: [mem 0x933e4000-0x9340efff]
  139. [    0.000000] PM: Registered nosave memory: [mem 0x9346f000-0x9346ffff]
  140. [    0.000000] PM: Registered nosave memory: [mem 0x93470000-0x934f0fff]
  141. [    0.000000] PM: Registered nosave memory: [mem 0x934f1000-0x9370efff]
  142. [    0.000000] PM: Registered nosave memory: [mem 0x93717000-0x9371efff]
  143. [    0.000000] PM: Registered nosave memory: [mem 0x9376c000-0x9379efff]
  144. [    0.000000] PM: Registered nosave memory: [mem 0x937dd000-0x937fefff]
  145. [    0.000000] PM: Registered nosave memory: [mem 0x93800000-0x9fffffff]
  146. [    0.000000] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
  147. [    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
  148. [    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf0809fff]
  149. [    0.000000] PM: Registered nosave memory: [mem 0xf080a000-0xf080afff]
  150. [    0.000000] PM: Registered nosave memory: [mem 0xf080b000-0xfeafefff]
  151. [    0.000000] PM: Registered nosave memory: [mem 0xfeaff000-0xfeafffff]
  152. [    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
  153. [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
  154. [    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff]
  155. [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed1bfff]
  156. [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff]
  157. [    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
  158. [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
  159. [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
  160. [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
  161. [    0.000000] e820: [mem 0xa0000000-0xdfffffff] available for PCI devices
  162. [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
  163. [    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
  164. [    0.000000] PERCPU: Embedded 32 pages/cpu @ffff880157c00000 s91288 r8192 d31592 u524288
  165. [    0.000000] pcpu-alloc: s91288 r8192 d31592 u524288 alloc=1*2097152
  166. [    0.000000] pcpu-alloc: [0] 0 1 2 3
  167. [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 948612
  168. [    0.000000] Policy zone: Normal
  169. [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.4.6-gentoo root=UUID=b5490bb4-3e2b-413c-a308-bb0aed42f0f6 ro
  170. [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  171. [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
  172. [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
  173. [    0.000000] Memory: 3708892K/3854772K available (7503K kernel code, 1175K rwdata, 2524K rodata, 1080K init, 920K bss, 145880K reserved, 0K cma-reserved)
  174. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  175. [    0.000000] Hierarchical RCU implementation.
  176. [    0.000000]  Build-time adjustment of leaf fanout to 64.
  177. [    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
  178. [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  179. [    0.000000] NR_IRQS:4352 nr_irqs:456 16
  180. [    0.000000] Console: colour VGA+ 80x25
  181. [    0.000000] console [tty0] enabled
  182. [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
  183. [    0.000000] hpet clockevent registered
  184. [    0.000000] tsc: Fast TSC calibration using PIT
  185. [    0.000000] tsc: Detected 2393.891 MHz processor
  186. [    0.000029] Calibrating delay loop (skipped), value calculated using timer frequency.. 4787.78 BogoMIPS (lpj=2393891)
  187. [    0.000208] pid_max: default: 32768 minimum: 301
  188. [    0.000298] ACPI: Core revision 20150930
  189. [    0.007929] ACPI: 3 ACPI AML tables successfully acquired and loaded
  190. [    0.008103] Security Framework initialized
  191. [    0.008190] SELinux:  Initializing.
  192. [    0.008279] SELinux:  Starting in permissive mode
  193. [    0.008510] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  194. [    0.009576] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  195. [    0.010078] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  196. [    0.010175] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  197. [    0.010492] Initializing cgroup subsys freezer
  198. [    0.010602] CPU: Physical Processor ID: 0
  199. [    0.010687] CPU: Processor Core ID: 0
  200. [    0.010775] mce: CPU supports 9 MCE banks
  201. [    0.010870] CPU0: Thermal monitoring enabled (TM1)
  202. [    0.010964] process: using mwait in idle threads
  203. [    0.011053] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
  204. [    0.011144] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
  205. [    0.011608] Freeing SMP alternatives memory: 28K (ffffffff81e35000 - ffffffff81e3c000)
  206. [    0.024865] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  207. [    0.136347] smpboot: CPU0: Intel(R) Core(TM) i3 CPU       M 370  @ 2.40GHz (family: 0x6, model: 0x25, stepping: 0x5)
  208. [    0.136636] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
  209. [    0.136940] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
  210. [    0.137049] ... version:                3
  211. [    0.137147] ... bit width:              48
  212. [    0.137244] ... generic registers:      4
  213. [    0.137337] ... value mask:             0000ffffffffffff
  214. [    0.137442] ... max period:             000000007fffffff
  215. [    0.137544] ... fixed-purpose events:   3
  216. [    0.138911] ... event mask:             000000070000000f
  217. [    0.139303] x86: Booting SMP configuration:
  218. [    0.139404] .... node  #0, CPUs:      #1 #2 #3
  219. [    0.146978] x86: Booted up 1 node, 4 CPUs
  220. [    0.147162] smpboot: Total of 4 processors activated (19151.12 BogoMIPS)
  221. [    0.149279] devtmpfs: initialized
  222. [    0.149600] PM: Registering ACPI NVS region [mem 0x93470000-0x934f0fff] (528384 bytes)
  223. [    0.149767] PM: Registering ACPI NVS region [mem 0x9376c000-0x9379efff] (208896 bytes)
  224. [    0.150021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  225. [    0.150030] kworker/u8:0 (25) used greatest stack depth: 15008 bytes left
  226. [    0.150384] RTC time: 11:00:24, date: 09/08/16
  227. [    0.150593] NET: Registered protocol family 16
  228. [    0.150759] kworker/u8:0 (27) used greatest stack depth: 14112 bytes left
  229. [    0.155365] cpuidle: using governor ladder
  230. [    0.158356] cpuidle: using governor menu
  231. [    0.158490] Simple Boot Flag at 0x3e set to 0x1
  232. [    0.158610] ACPI: bus type PCI registered
  233. [    0.158767] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  234. [    0.158933] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  235. [    0.159050] PCI: Using configuration type 1 for base access
  236. [    0.159286] mtrr: your CPUs had inconsistent variable MTRR settings
  237. [    0.159393] mtrr: probably your BIOS does not setup all CPUs.
  238. [    0.159495] mtrr: corrected configuration.
  239. [    0.165699] ACPI: Added _OSI(Module Device)
  240. [    0.165802] ACPI: Added _OSI(Processor Device)
  241. [    0.165896] ACPI: Added _OSI(3.0 _SCP Extensions)
  242. [    0.165995] ACPI: Added _OSI(Processor Aggregator Device)
  243. [    0.179276] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
  244. [    0.179679] ACPI: Dynamic OEM Table Load:
  245. [    0.179847] ACPI: SSDT 0xFFFF8801526A1800 000432 (v01 PmRef  Cpu0Ist  00003000 INTL 20060912)
  246. [    0.180532] ACPI: Dynamic OEM Table Load:
  247. [    0.180693] ACPI: SSDT 0xFFFF8801524FE000 000891 (v01 PmRef  Cpu0Cst  00003001 INTL 20060912)
  248. [    0.181628] ACPI: Dynamic OEM Table Load:
  249. [    0.181794] ACPI: SSDT 0xFFFF880152ACB400 000303 (v01 PmRef  ApIst    00003000 INTL 20060912)
  250. [    0.182476] ACPI: Dynamic OEM Table Load:
  251. [    0.182641] ACPI: SSDT 0xFFFF880152660400 000119 (v01 PmRef  ApCst    00003000 INTL 20060912)
  252. [    0.183705] ACPI : EC: EC started
  253. [    0.203449] ACPI: Interpreter enabled
  254. [    0.203553] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
  255. [    0.203786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
  256. [    0.204025] ACPI: (supports S0 S3 S4 S5)
  257. [    0.204117] ACPI: Using IOAPIC for interrupt routing
  258. [    0.204250] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  259. [    0.217694] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
  260. [    0.217804] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  261. [    0.217999] \_SB_.PCI0:_OSC invalid UUID
  262. [    0.218000] _OSC request data:1 1f 0
  263. [    0.218004] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
  264. [    0.218418] PCI host bridge to bus 0000:00
  265. [    0.218521] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
  266. [    0.218624] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
  267. [    0.218728] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  268. [    0.218888] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
  269. [    0.219048] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
  270. [    0.219207] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
  271. [    0.219367] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfeafffff window]
  272. [    0.219526] pci_bus 0000:00: root bus resource [bus 00-fe]
  273. [    0.219635] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
  274. [    0.219660] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
  275. [    0.219906] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
  276. [    0.219944] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
  277. [    0.220028] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
  278. [    0.220044] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
  279. [    0.220051] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
  280. [    0.220055] pci 0000:00:02.0: reg 0x20: [io  0x1800-0x1807]
  281. [    0.220266] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
  282. [    0.220305] pci 0000:00:16.0: reg 0x10: [mem 0xf0804000-0xf080400f 64bit]
  283. [    0.220385] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
  284. [    0.220480] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
  285. [    0.220507] pci 0000:00:1a.0: reg 0x10: [mem 0xf0806000-0xf08063ff]
  286. [    0.220576] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
  287. [    0.220642] pci 0000:00:1a.0: System wakeup disabled by ACPI
  288. [    0.220788] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
  289. [    0.220813] pci 0000:00:1b.0: reg 0x10: [mem 0xf0800000-0xf0803fff 64bit]
  290. [    0.220870] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
  291. [    0.220922] pci 0000:00:1b.0: System wakeup disabled by ACPI
  292. [    0.221062] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
  293. [    0.221125] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  294. [    0.221175] pci 0000:00:1c.0: System wakeup disabled by ACPI
  295. [    0.221319] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
  296. [    0.221385] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
  297. [    0.221480] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
  298. [    0.221507] pci 0000:00:1d.0: reg 0x10: [mem 0xf0807000-0xf08073ff]
  299. [    0.221576] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  300. [    0.221641] pci 0000:00:1d.0: System wakeup disabled by ACPI
  301. [    0.221781] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
  302. [    0.221871] pci 0000:00:1e.0: System wakeup disabled by ACPI
  303. [    0.222013] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
  304. [    0.222189] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
  305. [    0.222212] pci 0000:00:1f.2: reg 0x10: [io  0x1818-0x181f]
  306. [    0.222219] pci 0000:00:1f.2: reg 0x14: [io  0x180c-0x180f]
  307. [    0.222226] pci 0000:00:1f.2: reg 0x18: [io  0x1810-0x1817]
  308. [    0.222233] pci 0000:00:1f.2: reg 0x1c: [io  0x1808-0x180b]
  309. [    0.222240] pci 0000:00:1f.2: reg 0x20: [io  0x1820-0x183f]
  310. [    0.222248] pci 0000:00:1f.2: reg 0x24: [mem 0xf0808000-0xf08087ff]
  311. [    0.222278] pci 0000:00:1f.2: PME# supported from D3hot
  312. [    0.222364] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
  313. [    0.222381] pci 0000:00:1f.3: reg 0x10: [mem 0xf0809000-0xf08090ff 64bit]
  314. [    0.222400] pci 0000:00:1f.3: reg 0x20: [io  0x1840-0x185f]
  315. [    0.222500] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
  316. [    0.222530] pci 0000:00:1f.6: reg 0x10: [mem 0xf080a000-0xf080afff 64bit]
  317. [    0.222696] pci 0000:02:00.0: [1002:68c1] type 00 class 0x030000
  318. [    0.222718] pci 0000:02:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref]
  319. [    0.222727] pci 0000:02:00.0: reg 0x18: [mem 0xafee0000-0xafefffff 64bit]
  320. [    0.222732] pci 0000:02:00.0: reg 0x20: [io  0x2000-0x20ff]
  321. [    0.222741] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
  322. [    0.222766] pci 0000:02:00.0: supports D1 D2
  323. [    0.222821] pci 0000:02:00.1: [1002:aa60] type 00 class 0x040300
  324. [    0.222844] pci 0000:02:00.1: reg 0x10: [mem 0xafedc000-0xafedffff 64bit]
  325. [    0.222893] pci 0000:02:00.1: supports D1 D2
  326. [    0.222955] pci 0000:00:01.0: PCI bridge to [bus 02]
  327. [    0.223057] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
  328. [    0.223060] pci 0000:00:01.0:   bridge window [mem 0xafe00000-0xafefffff]
  329. [    0.223063] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
  330. [    0.223119] pci 0000:03:00.0: [1969:1073] type 00 class 0x020000
  331. [    0.223161] pci 0000:03:00.0: reg 0x10: [mem 0xf0400000-0xf043ffff 64bit]
  332. [    0.223172] pci 0000:03:00.0: reg 0x18: [io  0x3000-0x307f]
  333. [    0.223260] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  334. [    0.223292] pci 0000:03:00.0: System wakeup disabled by ACPI
  335. [    0.225373] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
  336. [    0.225483] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
  337. [    0.225486] pci 0000:00:1c.0:   bridge window [mem 0xf0400000-0xf04fffff]
  338. [    0.225491] pci 0000:00:1c.0:   bridge window [mem 0xf0a00000-0xf0bfffff 64bit pref]
  339. [    0.225548] pci 0000:05:00.0: [168c:002e] type 00 class 0x028000
  340. [    0.225588] pci 0000:05:00.0: reg 0x10: [mem 0xf0500000-0xf050ffff 64bit]
  341. [    0.225690] pci 0000:05:00.0: supports D1
  342. [    0.225692] pci 0000:05:00.0: PME# supported from D0 D1 D3hot
  343. [    0.227370] pci 0000:00:1c.1: PCI bridge to [bus 05]
  344. [    0.227482] pci 0000:00:1c.1:   bridge window [mem 0xf0500000-0xf05fffff]
  345. [    0.227551] pci 0000:00:1e.0: PCI bridge to [bus 0f] (subtractive decode)
  346. [    0.227665] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
  347. [    0.227667] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
  348. [    0.227668] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
  349. [    0.227670] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
  350. [    0.227672] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
  351. [    0.227674] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
  352. [    0.227676] pci 0000:00:1e.0:   bridge window [mem 0xa0000000-0xfeafffff window] (subtractive decode)
  353. [    0.228254] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
  354. [    0.228891] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
  355. [    0.229519] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
  356. [    0.230060] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
  357. [    0.230605] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
  358. [    0.231264] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
  359. [    0.231928] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *7 10 12 14 15)
  360. [    0.232473] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
  361. [    0.233007] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
  362. [    0.233114] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  363. [    0.233278] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
  364. [    0.233453] PCI host bridge to bus 0000:ff
  365. [    0.233551] pci_bus 0000:ff: root bus resource [bus ff]
  366. [    0.233655] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
  367. [    0.233709] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
  368. [    0.233768] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
  369. [    0.233819] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
  370. [    0.233869] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
  371. [    0.233919] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
  372. [    0.234138] ACPI: Enabled 3 GPEs in block 00 to 3F
  373. [    0.234466] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
  374. [    0.234676] vgaarb: setting as boot device: PCI:0000:00:02.0
  375. [    0.234775] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
  376. [    0.234936] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=none,locks=none
  377. [    0.235096] vgaarb: loaded
  378. [    0.235189] vgaarb: bridge control possible 0000:02:00.0
  379. [    0.235290] vgaarb: no bridge control possible 0000:00:02.0
  380. [    0.235484] SCSI subsystem initialized
  381. [    0.235646] libata version 3.00 loaded.
  382. [    0.235704] ACPI: bus type USB registered
  383. [    0.235827] usbcore: registered new interface driver usbfs
  384. [    0.235939] usbcore: registered new interface driver hub
  385. [    0.236059] usbcore: registered new device driver usb
  386. [    0.236189] pps_core: LinuxPPS API ver. 1 registered
  387. [    0.236288] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  388. [    0.236458] PTP clock support registered
  389. [    0.236638] PCI: Using ACPI for IRQ routing
  390. [    0.242315] PCI: pci_cache_line_size set to 64 bytes
  391. [    0.242364] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
  392. [    0.242366] e820: reserve RAM buffer [mem 0x9327c000-0x93ffffff]
  393. [    0.242368] e820: reserve RAM buffer [mem 0x933e4000-0x93ffffff]
  394. [    0.242370] e820: reserve RAM buffer [mem 0x9346f000-0x93ffffff]
  395. [    0.242372] e820: reserve RAM buffer [mem 0x93717000-0x93ffffff]
  396. [    0.242374] e820: reserve RAM buffer [mem 0x9376c000-0x93ffffff]
  397. [    0.242375] e820: reserve RAM buffer [mem 0x937dd000-0x93ffffff]
  398. [    0.242377] e820: reserve RAM buffer [mem 0x93800000-0x93ffffff]
  399. [    0.242634] NetLabel: Initializing
  400. [    0.242731] NetLabel:  domain hash size = 128
  401. [    0.242827] NetLabel:  protocols = UNLABELED CIPSOv4
  402. [    0.242941] NetLabel:  unlabeled traffic allowed by default
  403. [    0.243145] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  404. [    0.243540] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
  405. [    0.245674] clocksource: Switched to clocksource hpet
  406. [    0.254324] pnp: PnP ACPI init
  407. [    0.254627] system 00:00: [io  0x0500-0x050f] has been reserved
  408. [    0.254745] system 00:00: [io  0xffff] has been reserved
  409. [    0.254847] system 00:00: [io  0xffff] has been reserved
  410. [    0.254945] system 00:00: [io  0x0400-0x047f] could not be reserved
  411. [    0.255048] system 00:00: [io  0x1180-0x11ff] has been reserved
  412. [    0.255152] system 00:00: [io  0xfe00] has been reserved
  413. [    0.255255] system 00:00: [mem 0xff800000-0xff800fff] has been reserved
  414. [    0.255362] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
  415. [    0.255413] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
  416. [    0.255481] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
  417. [    0.255511] pnp 00:03: Plug and Play ACPI device, IDs SYN0302 SYN0300 SYN0002 PNP0f13 (active)
  418. [    0.255844] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
  419. [    0.255951] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
  420. [    0.256057] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
  421. [    0.256162] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
  422. [    0.256267] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
  423. [    0.256373] system 00:04: [mem 0xfeaff000-0xfeafffff] has been reserved
  424. [    0.256480] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
  425. [    0.256585] system 00:04: [mem 0xfed40000-0xfed44fff] has been reserved
  426. [    0.256700] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
  427. [    0.256808] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
  428. [    0.256917] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
  429. [    0.257024] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
  430. [    0.257143] pnp: PnP ACPI: found 5 devices
  431. [    0.261792] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  432. [    0.261977] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
  433. [    0.261980] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
  434. [    0.261990] pci 0000:00:1c.1: res[9]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
  435. [    0.261992] pci 0000:00:1c.1: res[9]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
  436. [    0.261995] pci 0000:00:1c.1: res[7]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
  437. [    0.261997] pci 0000:00:1c.1: res[7]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
  438. [    0.262006] pci 0000:00:1c.1: BAR 9: assigned [mem 0xa0000000-0xa01fffff 64bit pref]
  439. [    0.262169] pci 0000:00:1c.1: BAR 7: assigned [io  0x4000-0x4fff]
  440. [    0.262273] pci 0000:02:00.0: BAR 6: assigned [mem 0xafe00000-0xafe1ffff pref]
  441. [    0.262428] pci 0000:00:01.0: PCI bridge to [bus 02]
  442. [    0.262530] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
  443. [    0.262632] pci 0000:00:01.0:   bridge window [mem 0xafe00000-0xafefffff]
  444. [    0.262748] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
  445. [    0.262910] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
  446. [    0.263009] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
  447. [    0.263109] pci 0000:00:1c.0:   bridge window [mem 0xf0400000-0xf04fffff]
  448. [    0.263215] pci 0000:00:1c.0:   bridge window [mem 0xf0a00000-0xf0bfffff 64bit pref]
  449. [    0.263374] pci 0000:00:1c.1: PCI bridge to [bus 05]
  450. [    0.263474] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
  451. [    0.263580] pci 0000:00:1c.1:   bridge window [mem 0xf0500000-0xf05fffff]
  452. [    0.263696] pci 0000:00:1c.1:   bridge window [mem 0xa0000000-0xa01fffff 64bit pref]
  453. [    0.263860] pci 0000:00:1e.0: PCI bridge to [bus 0f]
  454. [    0.263967] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
  455. [    0.263969] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
  456. [    0.263971] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
  457. [    0.263973] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
  458. [    0.263975] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
  459. [    0.263976] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff window]
  460. [    0.263978] pci_bus 0000:00: resource 10 [mem 0xa0000000-0xfeafffff window]
  461. [    0.263980] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
  462. [    0.263982] pci_bus 0000:02: resource 1 [mem 0xafe00000-0xafefffff]
  463. [    0.263984] pci_bus 0000:02: resource 2 [mem 0xb0000000-0xbfffffff 64bit pref]
  464. [    0.263985] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
  465. [    0.263987] pci_bus 0000:03: resource 1 [mem 0xf0400000-0xf04fffff]
  466. [    0.263989] pci_bus 0000:03: resource 2 [mem 0xf0a00000-0xf0bfffff 64bit pref]
  467. [    0.263991] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
  468. [    0.263992] pci_bus 0000:05: resource 1 [mem 0xf0500000-0xf05fffff]
  469. [    0.263994] pci_bus 0000:05: resource 2 [mem 0xa0000000-0xa01fffff 64bit pref]
  470. [    0.263996] pci_bus 0000:0f: resource 4 [io  0x0000-0x0cf7 window]
  471. [    0.263998] pci_bus 0000:0f: resource 5 [io  0x0d00-0xffff window]
  472. [    0.264000] pci_bus 0000:0f: resource 6 [mem 0x000a0000-0x000bffff window]
  473. [    0.264002] pci_bus 0000:0f: resource 7 [mem 0x000d4000-0x000d7fff window]
  474. [    0.264003] pci_bus 0000:0f: resource 8 [mem 0x000d8000-0x000dbfff window]
  475. [    0.264005] pci_bus 0000:0f: resource 9 [mem 0x000e0000-0x000e3fff window]
  476. [    0.264007] pci_bus 0000:0f: resource 10 [mem 0xa0000000-0xfeafffff window]
  477. [    0.264046] NET: Registered protocol family 2
  478. [    0.264337] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  479. [    0.264586] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
  480. [    0.264807] TCP: Hash tables configured (established 32768 bind 32768)
  481. [    0.264950] UDP hash table entries: 2048 (order: 4, 65536 bytes)
  482. [    0.265074] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
  483. [    0.265234] NET: Registered protocol family 1
  484. [    0.266666] RPC: Registered named UNIX socket transport module.
  485. [    0.266783] RPC: Registered udp transport module.
  486. [    0.266883] RPC: Registered tcp transport module.
  487. [    0.266979] RPC: Registered tcp NFSv4.1 backchannel transport module.
  488. [    0.267103] pci 0000:00:02.0: Video device with shadowed ROM
  489. [    0.267181] PCI: CLS 64 bytes, default 64
  490. [    0.267240] Unpacking initramfs...
  491. [    0.539731] Freeing initrd memory: 2124K (ffff880037bca000 - ffff880037ddd000)
  492. [    0.539905] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  493. [    0.540009] software IO TLB [mem 0x8f27c000-0x9327c000] (64MB) mapped at [ffff88008f27c000-ffff88009327bfff]
  494. [    0.540723] Scanning for low memory corruption every 60 seconds
  495. [    0.541161] futex hash table entries: 1024 (order: 4, 65536 bytes)
  496. [    0.541292] audit: initializing netlink subsys (disabled)
  497. [    0.541410] audit: type=2000 audit(1473332424.417:1): initialized
  498. [    0.541897] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  499. [    0.544215] VFS: Disk quotas dquot_6.6.0
  500. [    0.544354] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  501. [    0.545056] NFS: Registering the id_resolver key type
  502. [    0.545166] Key type id_resolver registered
  503. [    0.545258] Key type id_legacy registered
  504. [    0.545485] SELinux:  Registering netfilter hooks
  505. [    0.546556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  506. [    0.546728] io scheduler noop registered
  507. [    0.546825] io scheduler deadline registered
  508. [    0.546954] io scheduler cfq registered (default)
  509. [    0.547673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  510. [    0.547829] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  511. [    0.548441] Non-volatile memory driver v1.3
  512. [    0.548570] Linux agpgart interface v0.103
  513. [    0.548757] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
  514. [    0.548880] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
  515. [    0.549570] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
  516. [    0.549831] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
  517. [    0.550007] intel_idle: MWAIT substates: 0x1120
  518. [    0.550009] intel_idle: v0.4 model 0x25
  519. [    0.550010] intel_idle: lapic_timer_reliable_states 0xffffffff
  520. [    0.551224] ACPI: AC Adapter [ADP1] (on-line)
  521. [    0.551418] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  522. [    0.552775] ACPI: Lid Switch [LID0]
  523. [    0.552932] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
  524. [    0.553098] ACPI: Sleep Button [SLPB]
  525. [    0.553230] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
  526. [    0.553387] ACPI: Power Button [PWRF]
  527. [    0.594455] thermal LNXTHERM:00: registered as thermal_zone0
  528. [    0.594571] ACPI: Thermal Zone [TZS0] (59 C)
  529. [    0.606681] thermal LNXTHERM:01: registered as thermal_zone1
  530. [    0.606811] ACPI: Thermal Zone [TZS1] (38 C)
  531. [    0.609540] loop: module loaded
  532. [    0.611832] ahci 0000:00:1f.2: version 3.0
  533. [    0.618019] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
  534. [    0.618164] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
  535. [    0.618342] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems apst
  536. [    0.619234] scsi host0: ahci
  537. [    0.619448] scsi host1: ahci
  538. [    0.619667] scsi host2: ahci
  539. [    0.619877] scsi host3: ahci
  540. [    0.620016] ata1: SATA max UDMA/133 abar m2048@0xf0808000 port 0xf0808100 irq 25
  541. [    0.620171] ata2: DUMMY
  542. [    0.620261] ata3: DUMMY
  543. [    0.620351] ata4: DUMMY
  544. [    0.620569] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
  545. [    0.620673] e100: Copyright(c) 1999-2006 Intel Corporation
  546. [    0.620803] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
  547. [    0.620911] e1000: Copyright (c) 1999-2006 Intel Corporation.
  548. [    0.621027] sky2: driver version 1.30
  549. [    0.621264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  550. [    0.621388] ehci-pci: EHCI PCI platform driver
  551. [    0.626171] ehci-pci 0000:00:1a.0: EHCI Host Controller
  552. [    0.626338] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
  553. [    0.626520] ehci-pci 0000:00:1a.0: debug port 2
  554. [    0.630586] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
  555. [    0.630599] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf0806000
  556. [    0.636727] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
  557. [    0.636873] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  558. [    0.636984] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  559. [    0.637177] usb usb1: Product: EHCI Host Controller
  560. [    0.637277] usb usb1: Manufacturer: Linux 4.4.6-gentoo ehci_hcd
  561. [    0.637379] usb usb1: SerialNumber: 0000:00:1a.0
  562. [    0.637844] hub 1-0:1.0: USB hub found
  563. [    0.637962] hub 1-0:1.0: 3 ports detected
  564. [    0.641954] ehci-pci 0000:00:1d.0: EHCI Host Controller
  565. [    0.642179] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
  566. [    0.642356] ehci-pci 0000:00:1d.0: debug port 2
  567. [    0.646475] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
  568. [    0.646485] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0807000
  569. [    0.651754] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
  570. [    0.651937] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  571. [    0.652045] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  572. [    0.652195] usb usb2: Product: EHCI Host Controller
  573. [    0.652295] usb usb2: Manufacturer: Linux 4.4.6-gentoo ehci_hcd
  574. [    0.652397] usb usb2: SerialNumber: 0000:00:1d.0
  575. [    0.652841] hub 2-0:1.0: USB hub found
  576. [    0.652984] hub 2-0:1.0: 3 ports detected
  577. [    0.653200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  578. [    0.653311] ohci-pci: OHCI PCI platform driver
  579. [    0.653423] uhci_hcd: USB Universal Host Controller Interface driver
  580. [    0.653559] usbcore: registered new interface driver usblp
  581. [    0.653678] usbcore: registered new interface driver usb-storage
  582. [    0.653821] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
  583. [    0.680856] serio: i8042 KBD port at 0x60,0x64 irq 1
  584. [    0.680960] serio: i8042 AUX port at 0x60,0x64 irq 12
  585. [    0.681183] mousedev: PS/2 mouse device common for all mice
  586. [    0.682257] rtc_cmos 00:01: RTC can wake from S4
  587. [    0.682572] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
  588. [    0.682725] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
  589. [    0.683200] ACPI Warning: SystemIO range 0x0000000000001840-0x000000000000185F conflicts with OpRegion 0x0000000000001840-0x000000000000184F (\_SB_.PCI0.SBUS.SMBI) (20150930/utaddress-254)
  590. [    0.683534] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  591. [    0.684216] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  592. [    0.684452] hidraw: raw HID events driver (C) Jiri Kosina
  593. [    0.684866] usbcore: registered new interface driver usbhid
  594. [    0.684965] usbhid: USB HID core driver
  595. [    0.685180] Netfilter messages via NETLINK v0.30.
  596. [    0.685289] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  597. [    0.685486] ctnetlink v0.93: registering with nfnetlink.
  598. [    0.685784] ip_tables: (C) 2000-2006 Netfilter Core Team
  599. [    0.685909] Initializing XFRM netlink socket
  600. [    0.686161] NET: Registered protocol family 10
  601. [    0.686459] ip6_tables: (C) 2000-2006 Netfilter Core Team
  602. [    0.686753] sit: IPv6 over IPv4 tunneling driver
  603. [    0.687029] NET: Registered protocol family 17
  604. [    0.687154] Key type dns_resolver registered
  605. [    0.687469] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
  606. [    0.687578] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
  607. [    0.687685] microcode: CPU2 sig=0x20655, pf=0x10, revision=0x2
  608. [    0.687809] microcode: CPU3 sig=0x20655, pf=0x10, revision=0x2
  609. [    0.688010] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  610. [    0.688514] registered taskstats version 1
  611. [    0.690402]   Magic number: 0:745:23
  612. [    0.690616] console [netcon0] enabled
  613. [    0.690725] netconsole: network logging started
  614. [    0.691585] PM: Hibernation image not present or could not be loaded.
  615. [    0.715010] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
  616. [    0.924802] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  617. [    0.930431] ata1.00: ATA-8: WDC WD7500BPKX-22HPJT0, 01.01A01, max UDMA/133
  618. [    0.930552] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
  619. [    0.936113] ata1.00: configured for UDMA/133
  620. [    0.939766] usb 1-1: new high-speed USB device number 2 using ehci-pci
  621. [    0.950794] ACPI: Battery Slot [BAT0] (battery present)
  622. [    0.951416] scsi 0:0:0:0: Direct-Access     ATA      WDC WD7500BPKX-2 1A01 PQ: 0 ANSI: 5
  623. [    0.952079] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
  624. [    0.952122] sd 0:0:0:0: Attached scsi generic sg0 type 0
  625. [    0.952354] sd 0:0:0:0: [sda] 4096-byte physical blocks
  626. [    0.952546] sd 0:0:0:0: [sda] Write Protect is off
  627. [    0.952650] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  628. [    0.952684] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  629. [    0.955753] usb 2-1: new high-speed USB device number 2 using ehci-pci
  630. [    1.005297]  sda: sda1 sda2 sda3 sda4
  631. [    1.006275] sd 0:0:0:0: [sda] Attached SCSI disk
  632. [    1.007538] Freeing unused kernel memory: 1080K (ffffffff81d27000 - ffffffff81e35000)
  633. [    1.007699] Write protecting the kernel read-only data: 12288k
  634. [    1.008184] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000)
  635. [    1.012130] Freeing unused kernel memory: 1572K (ffff880001a77000 - ffff880001c00000)
  636. [    1.054172] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
  637. [    1.054183] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  638. [    1.054646] hub 1-1:1.0: USB hub found
  639. [    1.054787] hub 1-1:1.0: 6 ports detected
  640. [    1.075282] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
  641. [    1.075286] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  642. [    1.075592] hub 2-1:1.0: USB hub found
  643. [    1.075648] hub 2-1:1.0: 8 ports detected
  644. [    1.350781] usb 2-1.1: new full-speed USB device number 3 using ehci-pci
  645. [    1.438071] usb 2-1.1: New USB device found, idVendor=062a, idProduct=4101
  646. [    1.438076] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  647. [    1.438078] usb 2-1.1: Product: 2.4G Keyboard Mouse
  648. [    1.438080] usb 2-1.1: Manufacturer: MOSART Semi.
  649. [    1.439538] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:062A:4101.0001/input/input6
  650. [    1.490043] hid-generic 0003:062A:4101.0001: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:1d.0-1.1/input0
  651. [    1.492084] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:062A:4101.0002/input/input7
  652. [    1.541308] echo (1927) used greatest stack depth: 13752 bytes left
  653. [    1.541750] tsc: Refined TSC clocksource calibration: 2394.001 MHz
  654. [    1.541754] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22821470ef4, max_idle_ns: 440795283622 ns
  655. [    1.543116] hid-generic 0003:062A:4101.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:1d.0-1.1/input1
  656. [    1.616779] usb 2-1.5: new high-speed USB device number 4 using ehci-pci
  657. [    1.713409] atl1c 0000:03:00.0: version 1.0.1.1-NAPI
  658. [    1.713565] modprobe (2176) used greatest stack depth: 13520 bytes left
  659. [    1.799469] usb 2-1.5: New USB device found, idVendor=0402, idProduct=9665
  660. [    1.799478] usb 2-1.5: New USB device strings: Mfr=3, Product=1, SerialNumber=0
  661. [    1.799483] usb 2-1.5: Product: 1.3M WebCam
  662. [    1.799488] usb 2-1.5: Manufacturer: XPA4C0EYE
  663. [    2.030285] EXT4-fs (sda4): couldn't mount as ext3 due to feature incompatibilities
  664. [    2.030493] EXT4-fs (sda4): couldn't mount as ext2 due to feature incompatibilities
  665. [    2.114791] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
  666. [    2.241599] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input5
  667. [    2.543101] clocksource: Switched to clocksource tsc
  668. [    2.569069] random: nonblocking pool is initialized
  669. [    3.416504] init-early.sh (2382) used greatest stack depth: 12888 bytes left
  670. [    5.394433] udevd[2581]: starting version 3.1.5
  671. [    6.149764] [drm] Initialized drm 1.1.0 20060810
  672. [    6.355616] atl1c 0000:03:00.0 enp3s0: renamed from eth0
  673. [    6.719456] [drm] Memory usable by graphics device = 2048M
  674. [    6.719463] [drm] Replacing VGA console driver
  675. [    6.720252] Console: switching to colour dummy device 80x25
  676. [    6.728778] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  677. [    6.728780] [drm] Driver supports precise vblank timestamp query.
  678. [    6.729683] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
  679. [    6.750595] ACPI: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
  680. [    6.761865] fbcon: inteldrmfb (fb0) is primary device
  681. [    6.818333] ath: phy0: ASPM enabled: 0x42
  682. [    6.818337] ath: EEPROM regdomain: 0x65
  683. [    6.818338] ath: EEPROM indicates we should expect a direct regpair map
  684. [    6.818341] ath: Country alpha2 being used: 00
  685. [    6.818342] ath: Regpair used: 0x65
  686. [    6.819703] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  687. [    6.820118] ieee80211 phy0: Atheros AR9287 Rev:2 mem=0xffffc90001100000, irq=17
  688. [    6.953003] [drm] radeon kernel modesetting enabled.
  689. [    6.975894] ath9k 0000:05:00.0 wlp5s0: renamed from wlan0
  690. [    7.543839] cfg80211: World regulatory domain updated:
  691. [    7.543843] cfg80211:  DFS Master region: unset
  692. [    7.543843] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  693. [    7.543847] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  694. [    7.543851] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  695. [    7.543854] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  696. [    7.543857] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  697. [    7.543861] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  698. [    7.543864] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  699. [    7.543866] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  700. [    7.543869] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  701. [    7.712829] Console: switching to colour frame buffer device 170x48
  702. [    7.720733] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
  703. [    7.720806] radeon 0000:02:00.0: enabling device (0104 -> 0107)
  704. [    7.723238] acpi device:02: registered as cooling_device4
  705. [    7.723392] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input8
  706. [    7.724387] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
  707. [    7.745008] acpi device:07: registered as cooling_device5
  708. [    7.745149] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
  709. [    7.745389] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
  710. [    7.746323] [drm] initializing kernel modesetting (REDWOOD 0x1002:0x68C1 0x1025:0x0365).
  711. [    7.746352] [drm] register mmio base: 0xAFEE0000
  712. [    7.746358] [drm] register mmio size: 131072
  713. [    7.777920] ATOM BIOS: MADISON
  714. [    7.777997] radeon 0000:02:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
  715. [    7.778000] radeon 0000:02:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
  716. [    7.778002] [drm] Detected VRAM RAM=1024M, BAR=256M
  717. [    7.778003] [drm] RAM width 128bits DDR
  718. [    7.778088] [TTM] Zone  kernel: Available graphics memory: 1857186 kiB
  719. [    7.778089] [TTM] Initializing pool allocator
  720. [    7.778095] [TTM] Initializing DMA pool allocator
  721. [    7.778118] [drm] radeon: 1024M of VRAM memory ready
  722. [    7.778119] [drm] radeon: 1024M of GTT memory ready.
  723. [    7.778131] [drm] Loading REDWOOD Microcode
  724. [    7.778137] [drm] Internal thermal controller without fan control
  725. [    7.782694] [drm] radeon: dpm initialized
  726. [    7.782715] [drm] GART: num cpu pages 262144, num gpu pages 262144
  727. [    7.785895] [drm] PCIE GART of 1024M enabled (table at 0x000000000025E000).
  728. [    7.786044] radeon 0000:02:00.0: WB enabled
  729. [    7.786048] radeon 0000:02:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88008d5e8c00
  730. [    7.786053] radeon 0000:02:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88008d5e8c0c
  731. [    7.786800] radeon 0000:02:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc9000201c418
  732. [    7.786803] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  733. [    7.786804] [drm] Driver supports precise vblank timestamp query.
  734. [    7.786806] radeon 0000:02:00.0: radeon: MSI limited to 32-bit
  735. [    7.786932] radeon 0000:02:00.0: radeon: using MSI.
  736. [    7.786962] [drm] radeon: irq initialized.
  737. [    7.797090] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC271X: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  738. [    7.797095] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  739. [    7.797097] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  740. [    7.797098] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
  741. [    7.797100] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
  742. [    7.797102] snd_hda_codec_realtek hdaudioC0D0:    inputs:
  743. [    7.797104] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
  744. [    7.797106] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
  745. [    7.804072] [drm] ring test on 0 succeeded in 1 usecs
  746. [    7.804083] [drm] ring test on 3 succeeded in 2 usecs
  747. [    7.805812] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
  748. [    7.805900] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
  749. [    7.981768] [drm] ring test on 5 succeeded in 1 usecs
  750. [    7.981780] [drm] UVD initialized successfully.
  751. [    7.982172] [drm] ib test on ring 0 succeeded in 0 usecs
  752. [    7.982206] [drm] ib test on ring 3 succeeded in 0 usecs
  753. [    8.634279] [drm] ib test on ring 5 succeeded
  754. [    8.687206] [drm] radeon atom DIG backlight initialized
  755. [    8.687209] [drm] Radeon Display Connectors
  756. [    8.687211] [drm] Connector 0:
  757. [    8.687212] [drm]   LVDS-2
  758. [    8.687214] [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
  759. [    8.687214] [drm]   Encoders:
  760. [    8.687216] [drm]     LCD1: INTERNAL_UNIPHY
  761. [    8.687217] [drm] Connector 1:
  762. [    8.687217] [drm]   HDMI-A-1
  763. [    8.687218] [drm]   HPD1
  764. [    8.687220] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
  765. [    8.687221] [drm]   Encoders:
  766. [    8.687222] [drm]     DFP1: INTERNAL_UNIPHY1
  767. [    8.687223] [drm] Connector 2:
  768. [    8.687223] [drm]   VGA-2
  769. [    8.687225] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
  770. [    8.687226] [drm]   Encoders:
  771. [    8.687227] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
  772. [    8.808342] [drm] fb mappable at 0xB045F000
  773. [    8.808346] [drm] vram apper at 0xB0000000
  774. [    8.808350] [drm] size 4325376
  775. [    8.808352] [drm] fb depth is 24
  776. [    8.808355] [drm]    pitch is 5632
  777. [    8.808558] radeon 0000:02:00.0: fb1: radeondrmfb frame buffer device
  778. [    8.809182] [drm] Initialized radeon 2.43.0 20080528 for 0000:02:00.0 on minor 1
  779. [    8.891309] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:02:00.1/sound/card1/input12
  780. [   10.098367] EXT4-fs (sda4): re-mounted. Opts: (null)
  781. [   10.301698] Adding 10485756k swap on /dev/sda3.  Priority:-1 extents:1 across:10485756k
  782. [   10.370984] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
  783. [   10.408985] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
  784. [   14.106354] udevd (2601) used greatest stack depth: 11672 bytes left
  785. [   14.592075] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
  786. [   15.077998] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
  787. [   15.605023] wlp5s0: authenticate with c8:6c:87:17:21:c2
  788. [   15.629434] wlp5s0: send auth to c8:6c:87:17:21:c2 (try 1/3)
  789. [   15.631161] wlp5s0: authenticated
  790. [   15.631349] ath9k 0000:05:00.0 wlp5s0: disabling HT/VHT due to WEP/TKIP use
  791. [   15.631415] wlp5s0: associate with c8:6c:87:17:21:c2 (try 1/3)
  792. [   15.634351] wlp5s0: RX AssocResp from c8:6c:87:17:21:c2 (capab=0x411 status=0 aid=4)
  793. [   15.634504] wlp5s0: associated
  794. [   15.634531] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
  795. [  131.550485] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
  796. [  131.553051] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement