Advertisement
Guest User

Untitled

a guest
Jan 31st, 2016
660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 67.17 KB | None | 0 0
  1. $ dmesg
  2. [    0.000000] Initializing cgroup subsys cpuset
  3. [    0.000000] Initializing cgroup subsys cpu
  4. [    0.000000] Initializing cgroup subsys cpuacct
  5. [    0.000000] Linux version 4.2.0-25-generic (buildd@lcy01-03) (gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) ) #30-Ubuntu SMP Mon Jan 18 12:32:18 UTC 2016 (Ubuntu 4.2.0-25.30-generic 4.2.6)
  6. [    0.000000] KERNEL supported cpus:
  7. [    0.000000]   Intel GenuineIntel
  8. [    0.000000]   AMD AuthenticAMD
  9. [    0.000000]   NSC Geode by NSC
  10. [    0.000000]   Cyrix CyrixInstead
  11. [    0.000000]   Centaur CentaurHauls
  12. [    0.000000]   Transmeta GenuineTMx86
  13. [    0.000000]   Transmeta TransmetaCPU
  14. [    0.000000]   UMC UMC UMC UMC
  15. [    0.000000] x86/fpu: Legacy x87 FPU detected.
  16. [    0.000000] x86/fpu: Using 'lazy' FPU context switches.
  17. [    0.000000] e820: BIOS-provided physical RAM map:
  18. [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
  19. [    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
  20. [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
  21. [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006699cfff] usable
  22. [    0.000000] BIOS-e820: [mem 0x000000006699d000-0x00000000669e4fff] ACPI NVS
  23. [    0.000000] BIOS-e820: [mem 0x00000000669e5000-0x00000000669f2fff] ACPI data
  24. [    0.000000] BIOS-e820: [mem 0x00000000669f3000-0x00000000669f5fff] ACPI NVS
  25. [    0.000000] BIOS-e820: [mem 0x00000000669f6000-0x00000000669f8fff] reserved
  26. [    0.000000] BIOS-e820: [mem 0x00000000669f9000-0x00000000669f9fff] ACPI NVS
  27. [    0.000000] BIOS-e820: [mem 0x00000000669fa000-0x0000000066a1dfff] reserved
  28. [    0.000000] BIOS-e820: [mem 0x0000000066a1e000-0x0000000066a28fff] ACPI NVS
  29. [    0.000000] BIOS-e820: [mem 0x0000000066a29000-0x0000000066a2afff] reserved
  30. [    0.000000] BIOS-e820: [mem 0x0000000066a2b000-0x0000000066a2bfff] usable
  31. [    0.000000] BIOS-e820: [mem 0x0000000066a2c000-0x0000000066a3bfff] reserved
  32. [    0.000000] BIOS-e820: [mem 0x0000000066a3c000-0x0000000066a43fff] ACPI NVS
  33. [    0.000000] BIOS-e820: [mem 0x0000000066a44000-0x0000000066a46fff] reserved
  34. [    0.000000] BIOS-e820: [mem 0x0000000066a47000-0x0000000066a4ffff] ACPI NVS
  35. [    0.000000] BIOS-e820: [mem 0x0000000066a50000-0x0000000066aa5fff] reserved
  36. [    0.000000] BIOS-e820: [mem 0x0000000066aa6000-0x0000000066ae8fff] ACPI NVS
  37. [    0.000000] BIOS-e820: [mem 0x0000000066ae9000-0x0000000066d5dfff] usable
  38. [    0.000000] BIOS-e820: [mem 0x0000000066d5e000-0x0000000066ef6fff] reserved
  39. [    0.000000] BIOS-e820: [mem 0x0000000066ef7000-0x0000000066efffff] usable
  40. [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  41. [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  42. [    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
  43. [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
  44. [    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
  45. [    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
  46. [    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
  47. [    0.000000] NX (Execute Disable) protection: active
  48. [    0.000000] SMBIOS 2.7 present.
  49. [    0.000000] DMI: ASUSTeK Computer Inc. K53U /K53U , BIOS 214 07/22/2011
  50. [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  51. [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  52. [    0.000000] e820: last_pfn = 0x66f00 max_arch_pfn = 0x1000000
  53. [    0.000000] MTRR default type: uncachable
  54. [    0.000000] MTRR fixed ranges enabled:
  55. [    0.000000]   00000-9FFFF write-back
  56. [    0.000000]   A0000-BFFFF write-through
  57. [    0.000000]   C0000-CEFFF write-protect
  58. [    0.000000]   CF000-E7FFF uncachable
  59. [    0.000000]   E8000-FFFFF write-protect
  60. [    0.000000] MTRR variable ranges enabled:
  61. [    0.000000]   0 base 000000000 mask F80000000 write-back
  62. [    0.000000]   1 base 066F00000 mask FFFF00000 uncachable
  63. [    0.000000]   2 base 067000000 mask FFF000000 uncachable
  64. [    0.000000]   3 base 068000000 mask FF8000000 uncachable
  65. [    0.000000]   4 base 070000000 mask FF0000000 uncachable
  66. [    0.000000]   5 disabled
  67. [    0.000000]   6 disabled
  68. [    0.000000]   7 disabled
  69. [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
  70. [    0.000000] original variable MTRRs
  71. [    0.000000] reg 0, base: 0GB, range: 2GB, type WB
  72. [    0.000000] reg 1, base: 1647MB, range: 1MB, type UC
  73. [    0.000000] reg 2, base: 1648MB, range: 16MB, type UC
  74. [    0.000000] reg 3, base: 1664MB, range: 128MB, type UC
  75. [    0.000000] reg 4, base: 1792MB, range: 256MB, type UC
  76. [    0.000000] total RAM covered: 1647M
  77. [    0.000000] Found optimal setting for mtrr clean up
  78. [    0.000000]  gran_size: 64K  chunk_size: 32M     num_reg: 5      lose cover RAM: 0G
  79. [    0.000000] New variable MTRRs
  80. [    0.000000] reg 0, base: 0GB, range: 1GB, type WB
  81. [    0.000000] reg 1, base: 1GB, range: 512MB, type WB
  82. [    0.000000] reg 2, base: 1536MB, range: 128MB, type WB
  83. [    0.000000] reg 3, base: 1647MB, range: 1MB, type UC
  84. [    0.000000] reg 4, base: 1648MB, range: 16MB, type UC
  85. [    0.000000] found SMP MP-table at [mem 0x000fcdf0-0x000fcdff] mapped at [c00fcdf0]
  86. [    0.000000] Scanning 1 areas for low memory corruption
  87. [    0.000000] initial memory mapped: [mem 0x00000000-0x021fffff]
  88. [    0.000000] Base memory trampoline at [c0099000] 99000 size 16384
  89. [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
  90. [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
  91. [    0.000000] init_memory_mapping: [mem 0x37800000-0x379fffff]
  92. [    0.000000]  [mem 0x37800000-0x379fffff] page 2M
  93. [    0.000000] init_memory_mapping: [mem 0x20000000-0x377fffff]
  94. [    0.000000]  [mem 0x20000000-0x377fffff] page 2M
  95. [    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
  96. [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
  97. [    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
  98. [    0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
  99. [    0.000000]  [mem 0x37a00000-0x37bfdfff] page 4k
  100. [    0.000000] BRK [0x01cde000, 0x01cdefff] PGTABLE
  101. [    0.000000] BRK [0x01cdf000, 0x01cdffff] PGTABLE
  102. [    0.000000] RAMDISK: [mem 0x34142000-0x36098fff]
  103. [    0.000000] ACPI: Early table checksum verification disabled
  104. [    0.000000] ACPI: RSDP 0x00000000000F0450 000024 (v02 _ASUS_)
  105. [    0.000000] ACPI: XSDT 0x00000000669E5068 000054 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
  106. [    0.000000] ACPI: FACP 0x00000000669F0C78 0000F4 (v04 _ASUS_ Notebook 01072009 AMI  00010013)
  107. [    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20150619/tbfadt-654)
  108. [    0.000000] ACPI: DSDT 0x00000000669E5150 00BB27 (v02 _ASUS_ Notebook 00000214 INTL 20091112)
  109. [    0.000000] ACPI: FACS 0x0000000066A43F80 000040
  110. [    0.000000] ACPI: APIC 0x00000000669F0D70 000062 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
  111. [    0.000000] ACPI: MCFG 0x00000000669F0DD8 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
  112. [    0.000000] ACPI: HPET 0x00000000669F0E18 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000004)
  113. [    0.000000] ACPI: SSDT 0x00000000669F0E50 0003EB (v01 AMD    POWERNOW 00000001 AMD  00000001)
  114. [    0.000000] ACPI: SSDT 0x00000000669F1240 00168E (v02 AMD    ALIB     00000001 MSFT 04000000)
  115. [    0.000000] ACPI: Local APIC address 0xfee00000
  116. [    0.000000] 755MB HIGHMEM available.
  117. [    0.000000] 891MB LOWMEM available.
  118. [    0.000000]   mapped low ram: 0 - 37bfe000
  119. [    0.000000]   low ram: 0 - 37bfe000
  120. [    0.000000] Zone ranges:
  121. [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  122. [    0.000000]   Normal   [mem 0x0000000001000000-0x0000000037bfdfff]
  123. [    0.000000]   HighMem  [mem 0x0000000037bfe000-0x0000000066efffff]
  124. [    0.000000] Movable zone start for each node
  125. [    0.000000] Early memory node ranges
  126. [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
  127. [    0.000000]   node   0: [mem 0x0000000000100000-0x000000006699cfff]
  128. [    0.000000]   node   0: [mem 0x0000000066a2b000-0x0000000066a2bfff]
  129. [    0.000000]   node   0: [mem 0x0000000066ae9000-0x0000000066d5dfff]
  130. [    0.000000]   node   0: [mem 0x0000000066ef7000-0x0000000066efffff]
  131. [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000066efffff]
  132. [    0.000000] On node 0 totalpages: 420792
  133. [    0.000000]   DMA zone: 40 pages used for memmap
  134. [    0.000000]   DMA zone: 0 pages reserved
  135. [    0.000000]   DMA zone: 3996 pages, LIFO batch:0
  136. [    0.000000]   Normal zone: 2190 pages used for memmap
  137. [    0.000000]   Normal zone: 224254 pages, LIFO batch:31
  138. [    0.000000]   HighMem zone: 192542 pages, LIFO batch:31
  139. [    0.000000] Using APIC driver default
  140. [    0.000000] ACPI: PM-Timer IO Port: 0x808
  141. [    0.000000] ACPI: Local APIC address 0xfee00000
  142. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
  143. [    0.000000] IOAPIC[0]: apic_id 3, version 33, address 0xfec00000, GSI 0-23
  144. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  145. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
  146. [    0.000000] ACPI: IRQ0 used by override.
  147. [    0.000000] ACPI: IRQ9 used by override.
  148. [    0.000000] Using ACPI (MADT) for SMP configuration information
  149. [    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
  150. [    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
  151. [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
  152. [    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
  153. [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
  154. [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
  155. [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
  156. [    0.000000] e820: [mem 0x66f00000-0xdfffffff] available for PCI devices
  157. [    0.000000] Booting paravirtualized kernel on bare hardware
  158. [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
  159. [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
  160. [    0.000000] PERCPU: Embedded 19 pages/cpu @f67b1000 s47116 r0 d30708 u77824
  161. [    0.000000] pcpu-alloc: s47116 r0 d30708 u77824 alloc=19*4096
  162. [    0.000000] pcpu-alloc: [0] 0 [0] 1
  163. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 418562
  164. [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic root=UUID=daa3d5ca-8b11-4f6d-89f8-77e9104ccfdb ro quiet splash vt.handoff=7
  165. [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  166. [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  167. [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  168. [    0.000000] Initializing CPU#0
  169. [    0.000000] Initializing HighMem for node 0 (00037bfe:00066f00)
  170. [    0.000000] Initializing Movable for node 0 (00000000:00000000)
  171. [    0.000000] Memory: 1616232K/1683168K available (7576K kernel code, 742K rwdata, 3020K rodata, 928K init, 796K bss, 66936K reserved, 0K cma-reserved, 770168K highmem)
  172. [    0.000000] virtual kernel memory layout:
  173.                    fixmap  : 0xfff15000 - 0xfffff000   ( 936 kB)
  174.                    pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
  175.                    vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
  176.                    lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
  177.                      .init : 0xc1b16000 - 0xc1bfe000   ( 928 kB)
  178.                      .data : 0xc17666f0 - 0xc1b14b00   (3769 kB)
  179.                      .text : 0xc1000000 - 0xc17666f0   (7577 kB)
  180. [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
  181. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  182. [    0.000000] Hierarchical RCU implementation.
  183. [    0.000000]  Build-time adjustment of leaf fanout to 32.
  184. [    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
  185. [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
  186. [    0.000000] NR_IRQS:2304 nr_irqs:440 16
  187. [    0.000000] CPU 0 irqstacks, hard=f3c36000 soft=f3c38000
  188. [    0.000000] spurious 8259A interrupt: IRQ7.
  189. [    0.000000] vt handoff: transparent VT on vt#7
  190. [    0.000000] Console: colour dummy device 80x25
  191. [    0.000000] console [tty0] enabled
  192. [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
  193. [    0.000000] hpet clockevent registered
  194. [    0.000000] tsc: Fast TSC calibration using PIT
  195. [    0.000000] tsc: Detected 1596.654 MHz processor
  196. [    0.000059] Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.30 BogoMIPS (lpj=6386616)
  197. [    0.000067] pid_max: default: 32768 minimum: 301
  198. [    0.000083] ACPI: Core revision 20150619
  199. [    0.016977] ACPI: All ACPI Tables successfully acquired
  200. [    0.017015] Security Framework initialized
  201. [    0.017035] AppArmor: AppArmor initialized
  202. [    0.017038] Yama: becoming mindful.
  203. [    0.017119] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  204. [    0.017124] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  205. [    0.017495] Initializing cgroup subsys blkio
  206. [    0.017504] Initializing cgroup subsys memory
  207. [    0.017520] Initializing cgroup subsys devices
  208. [    0.017526] Initializing cgroup subsys freezer
  209. [    0.017531] Initializing cgroup subsys net_cls
  210. [    0.017537] Initializing cgroup subsys perf_event
  211. [    0.017543] Initializing cgroup subsys net_prio
  212. [    0.017548] Initializing cgroup subsys hugetlb
  213. [    0.017587] CPU: Physical Processor ID: 0
  214. [    0.017590] CPU: Processor Core ID: 0
  215. [    0.017596] mce: CPU supports 6 MCE banks
  216. [    0.017617] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
  217. [    0.017621] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
  218. [    0.018868] Freeing SMP alternatives memory: 28K (c1bfe000 - c1c05000)
  219. [    0.027231] ftrace: allocating 30221 entries in 60 pages
  220. [    0.056154] Enabling APIC mode:  Flat.  Using 1 I/O APICs
  221. [    0.056546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  222. [    0.203034] smpboot: CPU0: AMD E-350 Processor (fam: 14, model: 01, stepping: 00)
  223. [    0.203090] Performance Events: AMD PMU driver.
  224. [    0.203100] ... version:                0
  225. [    0.203102] ... bit width:              48
  226. [    0.203105] ... generic registers:      4
  227. [    0.203108] ... value mask:             0000ffffffffffff
  228. [    0.203111] ... max period:             00007fffffffffff
  229. [    0.203113] ... fixed-purpose events:   0
  230. [    0.203115] ... event mask:             000000000000000f
  231. [    0.204699] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
  232. [    0.204906] CPU 1 irqstacks, hard=f3d5e000 soft=f3d68000
  233. [    0.204911] x86: Booting SMP configuration:
  234. [    0.204915] .... node  #0, CPUs:      #1
  235. [    0.205929] Initializing CPU#1
  236. [    0.208091] x86: Booted up 1 node, 2 CPUs
  237. [    0.208098] smpboot: Total of 2 processors activated (6386.61 BogoMIPS)
  238. [    0.209208] devtmpfs: initialized
  239. [    0.209781] evm: security.selinux
  240. [    0.209784] evm: security.SMACK64
  241. [    0.209787] evm: security.SMACK64EXEC
  242. [    0.209790] evm: security.SMACK64TRANSMUTE
  243. [    0.209792] evm: security.SMACK64MMAP
  244. [    0.209794] evm: security.ima
  245. [    0.209796] evm: security.capability
  246. [    0.210103] PM: Registering ACPI NVS region [mem 0x6699d000-0x669e4fff] (294912 bytes)
  247. [    0.210120] PM: Registering ACPI NVS region [mem 0x669f3000-0x669f5fff] (12288 bytes)
  248. [    0.210124] PM: Registering ACPI NVS region [mem 0x669f9000-0x669f9fff] (4096 bytes)
  249. [    0.210128] PM: Registering ACPI NVS region [mem 0x66a1e000-0x66a28fff] (45056 bytes)
  250. [    0.210133] PM: Registering ACPI NVS region [mem 0x66a3c000-0x66a43fff] (32768 bytes)
  251. [    0.210137] PM: Registering ACPI NVS region [mem 0x66a47000-0x66a4ffff] (36864 bytes)
  252. [    0.210141] PM: Registering ACPI NVS region [mem 0x66aa6000-0x66ae8fff] (274432 bytes)
  253. [    0.210356] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  254. [    0.210653] pinctrl core: initialized pinctrl subsystem
  255. [    0.210934] RTC time: 14:36:38, date: 01/31/16
  256. [    0.211185] NET: Registered protocol family 16
  257. [    0.211568] EISA bus registered
  258. [    0.220269] cpuidle: using governor ladder
  259. [    0.232313] cpuidle: using governor menu
  260. [    0.232681] ACPI: bus type PCI registered
  261. [    0.232688] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  262. [    0.232863] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  263. [    0.232870] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  264. [    0.232873] PCI: Using MMCONFIG for extended config space
  265. [    0.232876] PCI: Using configuration type 1 for base access
  266. [    0.249133] ACPI: Added _OSI(Module Device)
  267. [    0.249141] ACPI: Added _OSI(Processor Device)
  268. [    0.249145] ACPI: Added _OSI(3.0 _SCP Extensions)
  269. [    0.249148] ACPI: Added _OSI(Processor Aggregator Device)
  270. [    0.251695] ACPI : EC: EC started
  271. [    0.257940] ACPI: Executed 3 blocks of module-level executable AML code
  272. [    0.261969] ACPI: Interpreter enabled
  273. [    0.261994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580)
  274. [    0.262003] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580)
  275. [    0.262031] ACPI: (supports S0 S3 S4 S5)
  276. [    0.262036] ACPI: Using IOAPIC for interrupt routing
  277. [    0.262392] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  278. [    0.315778] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
  279. [    0.316564] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
  280. [    0.319590] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  281. [    0.319603] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  282. [    0.319615] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
  283. [    0.320258] PCI host bridge to bus 0000:00
  284. [    0.320265] pci_bus 0000:00: root bus resource [bus 00-ff]
  285. [    0.320270] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
  286. [    0.320275] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
  287. [    0.320280] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
  288. [    0.320284] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
  289. [    0.320289] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  290. [    0.320293] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
  291. [    0.320298] pci_bus 0000:00: root bus resource [mem 0x7f000000-0xffffffff window]
  292. [    0.320317] pci 0000:00:00.0: [1022:1510] type 00 class 0x060000
  293. [    0.320524] pci 0000:00:01.0: [1002:9802] type 00 class 0x030000
  294. [    0.320555] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
  295. [    0.320566] pci 0000:00:01.0: reg 0x14: [io  0xf000-0xf0ff]
  296. [    0.320577] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
  297. [    0.320630] pci 0000:00:01.0: supports D1 D2
  298. [    0.320786] pci 0000:00:01.1: [1002:1314] type 00 class 0x040300
  299. [    0.320813] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
  300. [    0.320876] pci 0000:00:01.1: supports D1 D2
  301. [    0.321029] pci 0000:00:04.0: [1022:1512] type 01 class 0x060400
  302. [    0.321103] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
  303. [    0.321293] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
  304. [    0.321330] pci 0000:00:11.0: reg 0x10: [io  0xf190-0xf197]
  305. [    0.321345] pci 0000:00:11.0: reg 0x14: [io  0xf180-0xf183]
  306. [    0.321360] pci 0000:00:11.0: reg 0x18: [io  0xf170-0xf177]
  307. [    0.321374] pci 0000:00:11.0: reg 0x1c: [io  0xf160-0xf163]
  308. [    0.321389] pci 0000:00:11.0: reg 0x20: [io  0xf150-0xf15f]
  309. [    0.321404] pci 0000:00:11.0: reg 0x24: [mem 0xfeb4f000-0xfeb4f3ff]
  310. [    0.321592] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
  311. [    0.321616] pci 0000:00:12.0: reg 0x10: [mem 0xfeb4e000-0xfeb4efff]
  312. [    0.321773] pci 0000:00:12.0: System wakeup disabled by ACPI
  313. [    0.321870] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
  314. [    0.321906] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4d000-0xfeb4d0ff]
  315. [    0.322000] pci 0000:00:12.2: supports D1 D2
  316. [    0.322004] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
  317. [    0.322090] pci 0000:00:12.2: System wakeup disabled by ACPI
  318. [    0.322188] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
  319. [    0.322212] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4c000-0xfeb4cfff]
  320. [    0.322366] pci 0000:00:13.0: System wakeup disabled by ACPI
  321. [    0.322460] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
  322. [    0.322497] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4b000-0xfeb4b0ff]
  323. [    0.322590] pci 0000:00:13.2: supports D1 D2
  324. [    0.322594] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
  325. [    0.322679] pci 0000:00:13.2: System wakeup disabled by ACPI
  326. [    0.322778] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
  327. [    0.323018] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
  328. [    0.323042] pci 0000:00:14.1: reg 0x10: [io  0xf140-0xf147]
  329. [    0.323057] pci 0000:00:14.1: reg 0x14: [io  0xf130-0xf133]
  330. [    0.323072] pci 0000:00:14.1: reg 0x18: [io  0xf120-0xf127]
  331. [    0.323087] pci 0000:00:14.1: reg 0x1c: [io  0xf110-0xf113]
  332. [    0.323101] pci 0000:00:14.1: reg 0x20: [io  0xf100-0xf10f]
  333. [    0.323131] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
  334. [    0.323135] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
  335. [    0.323139] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
  336. [    0.323143] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
  337. [    0.323302] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
  338. [    0.323341] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
  339. [    0.323422] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
  340. [    0.323507] pci 0000:00:14.2: System wakeup disabled by ACPI
  341. [    0.323598] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
  342. [    0.323841] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
  343. [    0.323970] pci 0000:00:14.4: System wakeup disabled by ACPI
  344. [    0.324067] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
  345. [    0.324091] pci 0000:00:14.5: reg 0x10: [mem 0xfeb4a000-0xfeb4afff]
  346. [    0.324246] pci 0000:00:14.5: System wakeup disabled by ACPI
  347. [    0.324340] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
  348. [    0.324437] pci 0000:00:15.0: supports D1 D2
  349. [    0.324525] pci 0000:00:15.0: System wakeup disabled by ACPI
  350. [    0.324619] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
  351. [    0.324716] pci 0000:00:15.1: supports D1 D2
  352. [    0.324804] pci 0000:00:15.1: System wakeup disabled by ACPI
  353. [    0.324901] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
  354. [    0.324925] pci 0000:00:16.0: reg 0x10: [mem 0xfeb49000-0xfeb49fff]
  355. [    0.325079] pci 0000:00:16.0: System wakeup disabled by ACPI
  356. [    0.325173] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
  357. [    0.325209] pci 0000:00:16.2: reg 0x10: [mem 0xfeb48000-0xfeb480ff]
  358. [    0.325303] pci 0000:00:16.2: supports D1 D2
  359. [    0.325307] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
  360. [    0.325392] pci 0000:00:16.2: System wakeup disabled by ACPI
  361. [    0.325487] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
  362. [    0.325666] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
  363. [    0.325838] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
  364. [    0.326014] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
  365. [    0.326200] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
  366. [    0.326371] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
  367. [    0.326544] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
  368. [    0.326717] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
  369. [    0.327003] pci 0000:00:04.0: PCI bridge to [bus 01]
  370. [    0.327132] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
  371. [    0.327147] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
  372. [    0.327151] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
  373. [    0.327156] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
  374. [    0.327160] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
  375. [    0.327165] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
  376. [    0.327169] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
  377. [    0.327174] pci 0000:00:14.4:   bridge window [mem 0x7f000000-0xffffffff window] (subtractive decode)
  378. [    0.327283] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
  379. [    0.327340] pci 0000:03:00.0: reg 0x10: [io  0xe000-0xe0ff]
  380. [    0.327381] pci 0000:03:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
  381. [    0.327408] pci 0000:03:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
  382. [    0.327494] pci 0000:03:00.0: supports D1 D2
  383. [    0.327498] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  384. [    0.336235] pci 0000:00:15.0: PCI bridge to [bus 03]
  385. [    0.336263] pci 0000:00:15.0:   bridge window [io  0xe000-0xefff]
  386. [    0.336280] pci 0000:00:15.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
  387. [    0.336452] pci 0000:04:00.0: [168c:002b] type 00 class 0x028000
  388. [    0.336518] pci 0000:04:00.0: reg 0x10: [mem 0xfea00000-0xfea0ffff 64bit]
  389. [    0.336671] pci 0000:04:00.0: supports D1
  390. [    0.336676] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
  391. [    0.344228] pci 0000:00:15.1: PCI bridge to [bus 04]
  392. [    0.344260] pci 0000:00:15.1:   bridge window [mem 0xfea00000-0xfeafffff]
  393. [    0.344321] pci_bus 0000:00: on NUMA node 0
  394. [    0.368713] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
  395. [    0.368861] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
  396. [    0.369002] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
  397. [    0.369142] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
  398. [    0.369257] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
  399. [    0.369349] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
  400. [    0.369441] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
  401. [    0.369533] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
  402. [    0.369976] ACPI: Enabled 2 GPEs in block 00 to 1F
  403. [    0.370088] ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
  404. [    0.370510] vgaarb: setting as boot device: PCI:0000:00:01.0
  405. [    0.370520] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
  406. [    0.370533] vgaarb: loaded
  407. [    0.370537] vgaarb: bridge control possible 0000:00:01.0
  408. [    0.371160] SCSI subsystem initialized
  409. [    0.371436] libata version 3.00 loaded.
  410. [    0.371524] ACPI: bus type USB registered
  411. [    0.371581] usbcore: registered new interface driver usbfs
  412. [    0.371605] usbcore: registered new interface driver hub
  413. [    0.371650] usbcore: registered new device driver usb
  414. [    0.372306] PCI: Using ACPI for IRQ routing
  415. [    0.383260] PCI: pci_cache_line_size set to 64 bytes
  416. [    0.383376] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
  417. [    0.383381] e820: reserve RAM buffer [mem 0x6699d000-0x67ffffff]
  418. [    0.383387] e820: reserve RAM buffer [mem 0x66a2c000-0x67ffffff]
  419. [    0.383392] e820: reserve RAM buffer [mem 0x66d5e000-0x67ffffff]
  420. [    0.383395] e820: reserve RAM buffer [mem 0x66f00000-0x67ffffff]
  421. [    0.383687] NetLabel: Initializing
  422. [    0.383691] NetLabel:  domain hash size = 128
  423. [    0.383694] NetLabel:  protocols = UNLABELED CIPSOv4
  424. [    0.383719] NetLabel:  unlabeled traffic allowed by default
  425. [    0.384129] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  426. [    0.384143] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
  427. [    0.386241] clocksource: Switched to clocksource hpet
  428. [    0.400761] AppArmor: AppArmor Filesystem Enabled
  429. [    0.400940] pnp: PnP ACPI init
  430. [    0.401236] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
  431. [    0.401248] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
  432. [    0.402458] system 00:01: [io  0x040b] has been reserved
  433. [    0.402464] system 00:01: [io  0x04d6] has been reserved
  434. [    0.402471] system 00:01: [io  0x0c00-0x0c01] has been reserved
  435. [    0.402476] system 00:01: [io  0x0c14] has been reserved
  436. [    0.402481] system 00:01: [io  0x0c50-0x0c51] has been reserved
  437. [    0.402486] system 00:01: [io  0x0c52] has been reserved
  438. [    0.402490] system 00:01: [io  0x0c6c] has been reserved
  439. [    0.402495] system 00:01: [io  0x0c6f] has been reserved
  440. [    0.402500] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
  441. [    0.402504] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
  442. [    0.402509] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
  443. [    0.402513] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
  444. [    0.402518] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
  445. [    0.402523] system 00:01: [io  0x0800-0x089f] could not be reserved
  446. [    0.402528] system 00:01: [io  0x0b20-0x0b3f] has been reserved
  447. [    0.402533] system 00:01: [io  0x0900-0x090f] has been reserved
  448. [    0.402537] system 00:01: [io  0x0910-0x091f] has been reserved
  449. [    0.402542] system 00:01: [io  0xfe00-0xfefe] has been reserved
  450. [    0.402549] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
  451. [    0.402554] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
  452. [    0.402559] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
  453. [    0.402564] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
  454. [    0.402570] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
  455. [    0.402575] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
  456. [    0.402581] system 00:01: [mem 0xffe00000-0xffffffff] has been reserved
  457. [    0.402587] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
  458. [    0.402666] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
  459. [    0.402800] system 00:03: [io  0x04d0-0x04d1] has been reserved
  460. [    0.402808] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
  461. [    0.402908] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
  462. [    0.403041] pnp 00:05: Plug and Play ACPI device, IDs ETD0102 PNP0f13 PNP0f0e PNP0f03 PNP0f12 PNP0f0b (active)
  463. [    0.403118] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
  464. [    0.426836] system 00:07: [mem 0x67000000-0x7effffff] could not be reserved
  465. [    0.426852] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  466. [    0.427104] pnp: PnP ACPI: found 8 devices
  467. [    0.427118] PnPBIOS: Disabled by ACPI PNP
  468. [    0.472058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  469. [    0.472099] pci 0000:00:04.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
  470. [    0.472109] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
  471. [    0.472116] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
  472. [    0.472154] pci 0000:00:04.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
  473. [    0.472159] pci 0000:00:04.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
  474. [    0.472165] pci 0000:00:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
  475. [    0.472170] pci 0000:00:04.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
  476. [    0.472176] pci 0000:00:04.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
  477. [    0.472181] pci 0000:00:04.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
  478. [    0.472195] pci 0000:00:04.0: BAR 14: assigned [mem 0x7f000000-0x7f1fffff]
  479. [    0.472214] pci 0000:00:04.0: BAR 15: assigned [mem 0x7f200000-0x7f3fffff 64bit pref]
  480. [    0.472224] pci 0000:00:04.0: BAR 13: assigned [io  0x1000-0x1fff]
  481. [    0.472231] pci 0000:00:04.0: PCI bridge to [bus 01]
  482. [    0.472237] pci 0000:00:04.0:   bridge window [io  0x1000-0x1fff]
  483. [    0.472244] pci 0000:00:04.0:   bridge window [mem 0x7f000000-0x7f1fffff]
  484. [    0.472251] pci 0000:00:04.0:   bridge window [mem 0x7f200000-0x7f3fffff 64bit pref]
  485. [    0.472259] pci 0000:00:14.4: PCI bridge to [bus 02]
  486. [    0.472278] pci 0000:00:15.0: PCI bridge to [bus 03]
  487. [    0.472284] pci 0000:00:15.0:   bridge window [io  0xe000-0xefff]
  488. [    0.472295] pci 0000:00:15.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
  489. [    0.472305] pci 0000:00:15.1: PCI bridge to [bus 04]
  490. [    0.472313] pci 0000:00:15.1:   bridge window [mem 0xfea00000-0xfeafffff]
  491. [    0.472327] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
  492. [    0.472332] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
  493. [    0.472336] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
  494. [    0.472340] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
  495. [    0.472345] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
  496. [    0.472349] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
  497. [    0.472353] pci_bus 0000:00: resource 10 [mem 0x7f000000-0xffffffff window]
  498. [    0.472358] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
  499. [    0.472362] pci_bus 0000:01: resource 1 [mem 0x7f000000-0x7f1fffff]
  500. [    0.472366] pci_bus 0000:01: resource 2 [mem 0x7f200000-0x7f3fffff 64bit pref]
  501. [    0.472371] pci_bus 0000:02: resource 4 [io  0x0000-0x03af window]
  502. [    0.472375] pci_bus 0000:02: resource 5 [io  0x03e0-0x0cf7 window]
  503. [    0.472379] pci_bus 0000:02: resource 6 [io  0x03b0-0x03df window]
  504. [    0.472383] pci_bus 0000:02: resource 7 [io  0x0d00-0xffff window]
  505. [    0.472387] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff window]
  506. [    0.472392] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff window]
  507. [    0.472396] pci_bus 0000:02: resource 10 [mem 0x7f000000-0xffffffff window]
  508. [    0.472400] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
  509. [    0.472405] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
  510. [    0.472409] pci_bus 0000:04: resource 1 [mem 0xfea00000-0xfeafffff]
  511. [    0.472478] NET: Registered protocol family 2
  512. [    0.472782] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  513. [    0.472815] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  514. [    0.472854] TCP: Hash tables configured (established 8192 bind 8192)
  515. [    0.472901] UDP hash table entries: 512 (order: 2, 16384 bytes)
  516. [    0.472913] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  517. [    0.472997] NET: Registered protocol family 1
  518. [    0.473031] pci 0000:00:01.0: Video device with shadowed ROM
  519. [    1.530292] PCI: CLS 64 bytes, default 64
  520. [    1.530436] Trying to unpack rootfs image as initramfs...
  521. [    2.668261] Freeing initrd memory: 32092K (f4142000 - f6099000)
  522. [    2.668617] microcode: CPU0: patch_level=0x05000028
  523. [    2.668636] microcode: CPU1: patch_level=0x05000028
  524. [    2.669011] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  525. [    2.669030] LVT offset 0 assigned for vector 0x400
  526. [    2.669063] perf: AMD IBS detected (0x000000ff)
  527. [    2.669504] Scanning for low memory corruption every 60 seconds
  528. [    2.670343] futex hash table entries: 512 (order: 3, 32768 bytes)
  529. [    2.670373] Initialise system trusted keyring
  530. [    2.670423] audit: initializing netlink subsys (disabled)
  531. [    2.670460] audit: type=2000 audit(1454251000.544:1): initialized
  532. [    2.671296] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  533. [    2.675178] zpool: loaded
  534. [    2.675183] zbud: loaded
  535. [    2.675617] VFS: Disk quotas dquot_6.6.0
  536. [    2.675733] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  537. [    2.677301] fuse init (API version 7.23)
  538. [    2.677927] Key type big_key registered
  539. [    2.679698] Key type asymmetric registered
  540. [    2.679710] Asymmetric key parser 'x509' registered
  541. [    2.679750] bounce: pool size: 64 pages
  542. [    2.679865] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  543. [    2.680108] io scheduler noop registered
  544. [    2.680122] io scheduler deadline registered (default)
  545. [    2.680236] io scheduler cfq registered
  546. [    2.681106] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  547. [    2.681123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  548. [    2.681198] vesafb: mode is 1024x768x32, linelength=4096, pages=0
  549. [    2.681202] vesafb: scrolling: redraw
  550. [    2.681206] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
  551. [    2.681242] vesafb: framebuffer at 0xc0000000, mapped to 0xf8600000, using 3072k, total 3072k
  552. [    2.681643] Console: switching to colour frame buffer device 128x48
  553. [    2.681704] fb0: VESA VGA frame buffer device
  554. [    2.682854] ACPI: AC Adapter [ACAD] (on-line)
  555. [    2.683029] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
  556. [    2.683038] ACPI: Power Button [PWRB]
  557. [    2.683130] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
  558. [    2.683136] ACPI: Sleep Button [SLPB]
  559. [    2.683232] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
  560. [    2.684177] ACPI: Lid Switch [LID]
  561. [    2.684342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
  562. [    2.684351] ACPI: Power Button [PWRF]
  563. [    2.684583] ACPI: acpi_idle registered with cpuidle
  564. [    2.687499] ACPI: Invalid passive threshold
  565. [    2.687518] ACPI: Invalid active0 threshold
  566. [    2.689281] thermal LNXTHERM:00: registered as thermal_zone0
  567. [    2.689291] ACPI: Thermal Zone [THRM] (63 C)
  568. [    2.689390] GHES: HEST is not enabled!
  569. [    2.689692] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  570. [    2.689749] isapnp: Scanning for PnP cards...
  571. [    2.693393] Linux agpgart interface v0.103
  572. [    2.698952] brd: module loaded
  573. [    2.701285] loop: module loaded
  574. [    2.701842] libphy: Fixed MDIO Bus: probed
  575. [    2.701849] tun: Universal TUN/TAP device driver, 1.6
  576. [    2.701852] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  577. [    2.701948] PPP generic driver version 2.4.2
  578. [    2.702109] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  579. [    2.702119] ehci-pci: EHCI PCI platform driver
  580. [    2.702339] QUIRK: Enable AMD PLL fix
  581. [    2.702393] ehci-pci 0000:00:12.2: EHCI Host Controller
  582. [    2.702407] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
  583. [    2.702420] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
  584. [    2.702436] ehci-pci 0000:00:12.2: debug port 1
  585. [    2.702510] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4d000
  586. [    2.713039] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
  587. [    2.713201] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  588. [    2.713206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  589. [    2.713211] usb usb1: Product: EHCI Host Controller
  590. [    2.713215] usb usb1: Manufacturer: Linux 4.2.0-25-generic ehci_hcd
  591. [    2.713220] usb usb1: SerialNumber: 0000:00:12.2
  592. [    2.713550] hub 1-0:1.0: USB hub found
  593. [    2.713570] hub 1-0:1.0: 5 ports detected
  594. [    2.714144] ehci-pci 0000:00:13.2: EHCI Host Controller
  595. [    2.714158] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
  596. [    2.714167] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
  597. [    2.714184] ehci-pci 0000:00:13.2: debug port 1
  598. [    2.714239] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4b000
  599. [    2.717046] ACPI: Battery Slot [BAT1] (battery absent)
  600. [    2.725034] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
  601. [    2.725197] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  602. [    2.725203] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  603. [    2.725208] usb usb2: Product: EHCI Host Controller
  604. [    2.725212] usb usb2: Manufacturer: Linux 4.2.0-25-generic ehci_hcd
  605. [    2.725216] usb usb2: SerialNumber: 0000:00:13.2
  606. [    2.725522] hub 2-0:1.0: USB hub found
  607. [    2.725541] hub 2-0:1.0: 5 ports detected
  608. [    2.726086] ehci-pci 0000:00:16.2: EHCI Host Controller
  609. [    2.726100] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
  610. [    2.726109] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
  611. [    2.726124] ehci-pci 0000:00:16.2: debug port 1
  612. [    2.726181] ehci-pci 0000:00:16.2: irq 17, io mem 0xfeb48000
  613. [    2.737026] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
  614. [    2.737167] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  615. [    2.737173] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  616. [    2.737177] usb usb3: Product: EHCI Host Controller
  617. [    2.737182] usb usb3: Manufacturer: Linux 4.2.0-25-generic ehci_hcd
  618. [    2.737186] usb usb3: SerialNumber: 0000:00:16.2
  619. [    2.737485] hub 3-0:1.0: USB hub found
  620. [    2.737502] hub 3-0:1.0: 4 ports detected
  621. [    2.737804] ehci-platform: EHCI generic platform driver
  622. [    2.737846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  623. [    2.737855] ohci-pci: OHCI PCI platform driver
  624. [    2.738093] ohci-pci 0000:00:12.0: OHCI PCI host controller
  625. [    2.738106] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
  626. [    2.738158] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb4e000
  627. [    2.797107] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
  628. [    2.797117] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  629. [    2.797122] usb usb4: Product: OHCI PCI host controller
  630. [    2.797126] usb usb4: Manufacturer: Linux 4.2.0-25-generic ohci_hcd
  631. [    2.797130] usb usb4: SerialNumber: 0000:00:12.0
  632. [    2.797466] hub 4-0:1.0: USB hub found
  633. [    2.797486] hub 4-0:1.0: 5 ports detected
  634. [    2.798026] ohci-pci 0000:00:13.0: OHCI PCI host controller
  635. [    2.798040] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
  636. [    2.798082] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4c000
  637. [    2.857083] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
  638. [    2.857093] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  639. [    2.857098] usb usb5: Product: OHCI PCI host controller
  640. [    2.857103] usb usb5: Manufacturer: Linux 4.2.0-25-generic ohci_hcd
  641. [    2.857107] usb usb5: SerialNumber: 0000:00:13.0
  642. [    2.857417] hub 5-0:1.0: USB hub found
  643. [    2.857436] hub 5-0:1.0: 5 ports detected
  644. [    2.857937] ohci-pci 0000:00:14.5: OHCI PCI host controller
  645. [    2.857950] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
  646. [    2.857991] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4a000
  647. [    2.917102] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
  648. [    2.917112] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  649. [    2.917117] usb usb6: Product: OHCI PCI host controller
  650. [    2.917122] usb usb6: Manufacturer: Linux 4.2.0-25-generic ohci_hcd
  651. [    2.917126] usb usb6: SerialNumber: 0000:00:14.5
  652. [    2.917445] hub 6-0:1.0: USB hub found
  653. [    2.917463] hub 6-0:1.0: 2 ports detected
  654. [    2.917927] ohci-pci 0000:00:16.0: OHCI PCI host controller
  655. [    2.917941] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
  656. [    2.917982] ohci-pci 0000:00:16.0: irq 18, io mem 0xfeb49000
  657. [    2.977009] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
  658. [    2.977018] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  659. [    2.977023] usb usb7: Product: OHCI PCI host controller
  660. [    2.977028] usb usb7: Manufacturer: Linux 4.2.0-25-generic ohci_hcd
  661. [    2.977032] usb usb7: SerialNumber: 0000:00:16.0
  662. [    2.977350] hub 7-0:1.0: USB hub found
  663. [    2.977370] hub 7-0:1.0: 4 ports detected
  664. [    2.977661] ohci-platform: OHCI generic platform driver
  665. [    2.977696] uhci_hcd: USB Universal Host Controller Interface driver
  666. [    2.977839] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
  667. [    3.000354] isapnp: No Plug & Play device found
  668. [    3.015402] serio: i8042 KBD port at 0x60,0x64 irq 1
  669. [    3.015412] serio: i8042 AUX port at 0x60,0x64 irq 12
  670. [    3.015917] mousedev: PS/2 mouse device common for all mice
  671. [    3.017264] rtc_cmos 00:02: RTC can wake from S4
  672. [    3.017657] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
  673. [    3.017704] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
  674. [    3.017742] i2c /dev entries driver
  675. [    3.017900] device-mapper: uevent: version 1.0.3
  676. [    3.018245] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
  677. [    3.018356] platform eisa.0: Probing EISA bus 0
  678. [    3.018363] platform eisa.0: EISA: Cannot allocate resource for mainboard
  679. [    3.018368] platform eisa.0: Cannot allocate resource for EISA slot 1
  680. [    3.018372] platform eisa.0: Cannot allocate resource for EISA slot 2
  681. [    3.018377] platform eisa.0: Cannot allocate resource for EISA slot 3
  682. [    3.018381] platform eisa.0: Cannot allocate resource for EISA slot 4
  683. [    3.018385] platform eisa.0: Cannot allocate resource for EISA slot 5
  684. [    3.018389] platform eisa.0: Cannot allocate resource for EISA slot 6
  685. [    3.018392] platform eisa.0: Cannot allocate resource for EISA slot 7
  686. [    3.018396] platform eisa.0: Cannot allocate resource for EISA slot 8
  687. [    3.018400] platform eisa.0: EISA: Detected 0 cards
  688. [    3.018440] cpufreq-nforce2: No nForce2 chipset.
  689. [    3.018460] ledtrig-cpu: registered to indicate activity on CPUs
  690. [    3.018482] PCCT header not found.
  691. [    3.019013] NET: Registered protocol family 10
  692. [    3.019528] NET: Registered protocol family 17
  693. [    3.019563] Key type dns_resolver registered
  694. [    3.020119] Using IPI No-Shortcut mode
  695. [    3.021333] Loading compiled-in X.509 certificates
  696. [    3.027096] usb 1-3: new high-speed USB device number 2 using ehci-pci
  697. [    3.027551] Loaded X.509 cert 'Build time autogenerated kernel key: cb917439370c6f04d929348acd6c7618aa26bc07'
  698. [    3.027585] registered taskstats version 1
  699. [    3.027620] zswap: loading zswap
  700. [    3.027626] zswap: using zbud pool
  701. [    3.027645] zswap: using lzo compressor
  702. [    3.034553] Key type trusted registered
  703. [    3.047712] Key type encrypted registered
  704. [    3.047738] AppArmor: AppArmor sha1 policy hashing enabled
  705. [    3.047746] ima: No TPM chip found, activating TPM-bypass!
  706. [    3.047811] evm: HMAC attrs: 0x1
  707. [    3.048613]   Magic number: 0:365:638
  708. [    3.048848] rtc_cmos 00:02: setting system clock to 2016-01-31 14:36:41 UTC (1454251001)
  709. [    3.049168] acpi-cpufreq: overriding BIOS provided _PSD data
  710. [    3.049314] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
  711. [    3.049317] EDD information not available.
  712. [    3.049574] PM: Hibernation image not present or could not be loaded.
  713. [    3.050336] Freeing unused kernel memory: 928K (c1b16000 - c1bfe000)
  714. [    3.050540] Write protecting the kernel text: 7580k
  715. [    3.050629] Write protecting the kernel read-only data: 3024k
  716. [    3.050632] NX-protecting the kernel data: 4708k
  717. [    3.051904] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
  718. [    3.088824] random: systemd-udevd urandom read with 0 bits of entropy available
  719. [    3.191993] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
  720. [    3.192151] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
  721. [    3.198518] usb 5-1: new low-speed USB device number 2 using ohci-pci
  722. [    3.198735] acpi device:1e: registered as cooling_device2
  723. [    3.198877] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
  724. [    3.215405] wmi: Mapper loaded
  725. [    3.256505] usb 1-3: New USB device found, idVendor=04f2, idProduct=b23b
  726. [    3.256516] usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
  727. [    3.256521] usb 1-3: Product: Chicony CNFA078
  728. [    3.256526] usb 1-3: Manufacturer: Chicony
  729. [    3.256530] usb 1-3: SerialNumber: 0x0001
  730. [    3.259817] [drm] Initialized drm 1.1.0 20060810
  731. [    3.295216] scsi host0: pata_atiixp
  732. [    3.339127] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
  733. [    3.339150] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
  734. [    3.339982] r8169 0000:03:00.0 eth0: RTL8168evl/8111evl at 0xf8422000, 14:da:e9:a2:fb:c5, XID 0c900800 IRQ 24
  735. [    3.339989] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
  736. [    3.416580] scsi host1: pata_atiixp
  737. [    3.416747] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
  738. [    3.416752] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
  739. [    3.416867] ahci 0000:00:11.0: version 3.0
  740. [    3.417209] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
  741. [    3.417217] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
  742. [    3.433234] scsi host2: ahci
  743. [    3.438375] [drm] radeon kernel modesetting enabled.
  744. [    3.438590] scsi host3: ahci
  745. [    3.438830] scsi host4: ahci
  746. [    3.439036] scsi host5: ahci
  747. [    3.439166] ata3: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f100 irq 19
  748. [    3.439172] ata4: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f180 irq 19
  749. [    3.439177] ata5: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f200 irq 19
  750. [    3.439182] ata6: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f280 irq 19
  751. [    3.439307] checking generic (c0000000 300000) vs hw (c0000000 10000000)
  752. [    3.439311] fb: switching to radeondrmfb from VESA VGA
  753. [    3.439374] Console: switching to colour dummy device 80x25
  754. [    3.440363] [drm] initializing kernel modesetting (PALM 0x1002:0x9802 0x1043:0x104C).
  755. [    3.440396] [drm] register mmio base: 0xFEB00000
  756. [    3.440399] [drm] register mmio size: 262144
  757. [    3.440587] ATOM BIOS: Asus
  758. [    3.440673] radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
  759. [    3.440678] radeon 0000:00:01.0: GTT: 1024M 0x0000000018000000 - 0x0000000057FFFFFF
  760. [    3.440683] [drm] Detected VRAM RAM=384M, BAR=256M
  761. [    3.440686] [drm] RAM width 32bits DDR
  762. [    3.440818] [TTM] Zone  kernel: Available graphics memory: 439556 kiB
  763. [    3.440821] [TTM] Zone highmem: Available graphics memory: 824640 kiB
  764. [    3.440824] [TTM] Initializing pool allocator
  765. [    3.440839] [TTM] Initializing DMA pool allocator
  766. [    3.440893] [drm] radeon: 384M of VRAM memory ready
  767. [    3.440897] [drm] radeon: 1024M of GTT memory ready.
  768. [    3.440914] [drm] Loading PALM Microcode
  769. [    3.441051] [drm] Internal thermal controller without fan control
  770. [    3.441146] [drm] Found smc ucode version: 0x00010601
  771. [    3.441222] [drm] radeon: dpm initialized
  772. [    3.441558] [drm] GART: num cpu pages 262144, num gpu pages 262144
  773. [    3.451805] [drm] PCIE GART of 1024M enabled (table at 0x0000000000274000).
  774. [    3.452052] radeon 0000:00:01.0: WB enabled
  775. [    3.452060] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0xf6130c00
  776. [    3.452065] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000018000c0c and cpu addr 0xf6130c0c
  777. [    3.453859] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xf8e32118
  778. [    3.453864] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  779. [    3.453866] [drm] Driver supports precise vblank timestamp query.
  780. [    3.453871] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
  781. [    3.453931] radeon 0000:00:01.0: radeon: using MSI.
  782. [    3.453975] [drm] radeon: irq initialized.
  783. [    3.470542] [drm] ring test on 0 succeeded in 1 usecs
  784. [    3.470552] [drm] ring test on 3 succeeded in 3 usecs
  785. [    3.516290] [drm] ring test on 5 succeeded in 1 usecs
  786. [    3.534538] r8169 0000:03:00.0 enp3s0: renamed from eth0
  787. [    3.536153] [drm] UVD initialized successfully.
  788. [    3.536437] [drm] ib test on ring 0 succeeded in 0 usecs
  789. [    3.536502] [drm] ib test on ring 3 succeeded in 0 usecs
  790. [    3.563812] usb 5-1: New USB device found, idVendor=093a, idProduct=2510
  791. [    3.563829] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  792. [    3.563838] usb 5-1: Product: USB Optical Mouse
  793. [    3.563846] usb 5-1: Manufacturer: PixArt
  794. [    3.592107] hidraw: raw HID events driver (C) Jiri Kosina
  795. [    3.619170] usbcore: registered new interface driver usbhid
  796. [    3.619179] usbhid: USB HID core driver
  797. [    3.627930] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/0003:093A:2510.0001/input/input8
  798. [    3.628206] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:13.0-1/input0
  799. [    3.664626] tsc: Refined TSC clocksource calibration: 1596.599 MHz
  800. [    3.664648] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x170398369a9, max_idle_ns: 440795249683 ns
  801. [    3.756611] ata6: SATA link down (SStatus 0 SControl 300)
  802. [    3.756667] ata5: SATA link down (SStatus 0 SControl 300)
  803. [    3.928506] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  804. [    3.928563] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  805. [    3.933147] ata4.00: ATAPI: SlimtypeDVD A  DS8A5SH, XAA2, max UDMA/100
  806. [    3.934818] ata4.00: configured for UDMA/100
  807. [    3.983600] ata3.00: ATA-8: ST9320325AS, 0003SDM1, max UDMA/133
  808. [    3.983617] ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
  809. [    3.985861] ata3.00: configured for UDMA/133
  810. [    3.986315] scsi 2:0:0:0: Direct-Access     ATA      ST9320325AS      SDM1 PQ: 0 ANSI: 5
  811. [    3.987099] sd 2:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
  812. [    3.987221] sd 2:0:0:0: [sda] Write Protect is off
  813. [    3.987227] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
  814. [    3.987308] sd 2:0:0:0: Attached scsi generic sg0 type 0
  815. [    3.987320] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  816. [    3.992184] scsi 3:0:0:0: CD-ROM            Slimtype DVD A  DS8A5SH   XAA2 PQ: 0 ANSI: 5
  817. [    4.000427]  sda: sda1 sda2 sda3
  818. [    4.003311] sd 2:0:0:0: [sda] Attached SCSI disk
  819. [    4.019496] sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
  820. [    4.019507] cdrom: Uniform CD-ROM driver Revision: 3.20
  821. [    4.019854] sr 3:0:0:0: Attached scsi CD-ROM sr0
  822. [    4.019993] sr 3:0:0:0: Attached scsi generic sg1 type 5
  823. [    4.052501] [drm] ib test on ring 5 succeeded
  824. [    4.136367] [drm] radeon atom DIG backlight initialized
  825. [    4.136383] [drm] Radeon Display Connectors
  826. [    4.136387] [drm] Connector 0:
  827. [    4.136390] [drm]   LVDS-1
  828. [    4.136393] [drm]   HPD1
  829. [    4.136398] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
  830. [    4.136400] [drm]   Encoders:
  831. [    4.136403] [drm]     LCD1: INTERNAL_UNIPHY
  832. [    4.136406] [drm] Connector 1:
  833. [    4.136408] [drm]   HDMI-A-1
  834. [    4.136410] [drm]   HPD2
  835. [    4.136415] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
  836. [    4.136417] [drm]   Encoders:
  837. [    4.136437] [drm]     DFP1: INTERNAL_UNIPHY
  838. [    4.136440] [drm] Connector 2:
  839. [    4.136442] [drm]   VGA-1
  840. [    4.136446] [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
  841. [    4.136448] [drm]   Encoders:
  842. [    4.136450] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
  843. [    4.569333] [drm] fb mappable at 0xC0478000
  844. [    4.569343] [drm] vram apper at 0xC0000000
  845. [    4.569346] [drm] size 4325376
  846. [    4.569349] [drm] fb depth is 24
  847. [    4.569352] [drm]    pitch is 5632
  848. [    4.569749] fbcon: radeondrmfb (fb0) is primary device
  849. [    4.569931] Console: switching to colour frame buffer device 170x48
  850. [    4.570016] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
  851. [    4.570020] radeon 0000:00:01.0: registered panic notifier
  852. [    4.581603] [drm] Initialized radeon 2.43.0 20080528 for 0000:00:01.0 on minor 0
  853. [    4.624768] microcode: CPU0: new patch_level=0x05000029
  854. [    4.631150] microcode: CPU1: new patch_level=0x05000029
  855. [    4.666213] clocksource: Switched to clocksource tsc
  856. [    4.717673] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x550f00)
  857. [    4.755664] psmouse serio1: elantech: Synaptics capabilities query result 0x78, 0x17, 0x0b.
  858. [    4.790479] psmouse serio1: elantech: Elan sample query result 02, 18, c7
  859. [    4.988849] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
  860. [    9.933739] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  861. [   11.157338] random: nonblocking pool is initialized
  862. [   11.305864] systemd[1]: Failed to insert module 'kdbus': Function not implemented
  863. [   11.504042] systemd[1]: systemd 225 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
  864. [   11.504429] systemd[1]: Detected architecture x86.
  865. [   11.510381] systemd[1]: Set hostname to <K53U>.
  866. [   13.472498] systemd[1]: Reached target Remote File Systems (Pre).
  867. [   13.472693] systemd[1]: Reached target Encrypted Volumes.
  868. [   13.472738] systemd[1]: Reached target User and Group Name Lookups.
  869. [   13.472831] systemd[1]: Created slice Root Slice.
  870. [   13.472934] systemd[1]: Listening on fsck to fsckd communication Socket.
  871. [   13.473013] systemd[1]: Listening on udev Kernel Socket.
  872. [   13.473130] systemd[1]: Listening on Journal Socket.
  873. [   13.473245] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  874. [   13.473317] systemd[1]: Listening on Journal Socket (/dev/log).
  875. [   13.473590] systemd[1]: Created slice System Slice.
  876. [   13.475205] systemd[1]: Started Braille Device Support.
  877. [   13.553025] systemd[1]: Starting Load Kernel Modules...
  878. [   13.553399] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  879. [   13.555324] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  880. [   13.555669] systemd[1]: Created slice system-getty.slice.
  881. [   13.557666] systemd[1]: Started Read required files in advance.
  882. [   13.559959] systemd[1]: Starting Increase datagram queue length...
  883. [   13.562275] systemd[1]: Starting Uncomplicated firewall...
  884. [   13.564738] systemd[1]: Mounting Huge Pages File System...
  885. [   13.566462] systemd[1]: Listening on udev Control Socket.
  886. [   13.568316] systemd[1]: Starting udev Coldplug all Devices...
  887. [   13.568821] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  888. [   13.714208] systemd[1]: Mounting Debug File System...
  889. [   13.714509] systemd[1]: Created slice User and Session Slice.
  890. [   13.714564] systemd[1]: Reached target Slices.
  891. [   13.716720] systemd[1]: Mounting POSIX Message Queue File System...
  892. [   13.718399] systemd[1]: Starting Setup Virtual Console...
  893. [   13.718661] systemd[1]: Listening on Journal Audit Socket.
  894. [   13.718909] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  895. [   13.791395] systemd[1]: Started Setup Virtual Console.
  896. [   13.826029] systemd[1]: Started Create list of required static device nodes for the current kernel.
  897. [   13.828010] systemd[1]: Starting Create Static Device Nodes in /dev...
  898. [   13.903054] systemd[1]: Started Uncomplicated firewall.
  899. [   14.066897] systemd[1]: Started udev Coldplug all Devices.
  900. [   14.166547] lp: driver loaded but no devices found
  901. [   14.275282] systemd[1]: Mounted Huge Pages File System.
  902. [   14.275407] systemd[1]: Mounted POSIX Message Queue File System.
  903. [   14.275458] systemd[1]: Mounted Debug File System.
  904. [   14.276080] systemd[1]: Started Increase datagram queue length.
  905. [   14.302788] systemd[1]: Listening on Syslog Socket.
  906. [   14.304533] systemd[1]: Starting Journal Service...
  907. [   14.398123] ppdev: user-space parallel port driver
  908. [   14.551531] systemd[1]: Started Load Kernel Modules.
  909. [   14.553305] systemd[1]: Mounting FUSE Control File System...
  910. [   14.555205] systemd[1]: Starting Apply Kernel Variables...
  911. [   14.564176] systemd[1]: Mounted FUSE Control File System.
  912. [   14.718196] systemd[1]: Started Create Static Device Nodes in /dev.
  913. [   14.720116] systemd[1]: Starting udev Kernel Device Manager...
  914. [   14.846997] systemd[1]: Started Apply Kernel Variables.
  915. [   15.051504] systemd[1]: Started Journal Service.
  916. [   15.356286] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
  917. [   15.413571] systemd-journald[226]: Received request to flush runtime journal from PID 1
  918. [   16.072933] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B07 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B7F (\_SB_.SMB0) (20150619/utaddress-254)
  919. [   16.072954] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  920. [   16.098885] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  921. [   16.703837] kvm: Nested Virtualization enabled
  922. [   16.703852] kvm: Nested Paging enabled
  923. [   17.106135] asus_wmi: ASUS WMI generic driver loaded
  924. [   17.242815] asus_wmi: Initialization: 0x1
  925. [   17.242924] asus_wmi: BIOS WMI version: 7.6
  926. [   17.243032] asus_wmi: SFUN value: 0x1a0837
  927. [   17.250582] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input9
  928. [   17.259941] asus_wmi: Number of fans: 0
  929. [   17.284918] media: Linux media interface: v0.10
  930. [   17.324895] Linux video capture interface: v2.00
  931. [   17.491838] ath: phy0: Enable LNA combining
  932. [   17.500873] ath: EEPROM regdomain: 0x60
  933. [   17.500880] ath: EEPROM indicates we should expect a direct regpair map
  934. [   17.500885] ath: Country alpha2 being used: 00
  935. [   17.500888] ath: Regpair used: 0x60
  936. [   17.578190] uvcvideo: Found UVC 1.00 device Chicony CNFA078 (04f2:b23b)
  937. [   17.586324] input: Chicony CNFA078 as /devices/pci0000:00/0000:00:12.2/usb1/1-3/1-3:1.0/input/input10
  938. [   17.587805] usbcore: registered new interface driver uvcvideo
  939. [   17.587814] USB Video Class driver (1.1.1)
  940. [   17.599090] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  941. [   17.600068] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf93c0000, irq=17
  942. [   17.748845] ath9k 0000:04:00.0 wlp4s0: renamed from wlan0
  943. [   17.774518] cfg80211: World regulatory domain updated:
  944. [   17.774532] cfg80211:  DFS Master region: unset
  945. [   17.774537] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  946. [   17.774542] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  947. [   17.774547] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  948. [   17.774551] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  949. [   17.774556] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  950. [   17.774561] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  951. [   17.774565] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  952. [   17.774569] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  953. [   17.774572] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  954. [   17.912682] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC269VB: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  955. [   17.912695] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  956. [   17.912701] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  957. [   17.912705] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
  958. [   17.912709] snd_hda_codec_realtek hdaudioC1D0:    inputs:
  959. [   17.912715] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x18
  960. [   17.912720] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
  961. [   17.922070] input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
  962. [   17.922275] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
  963. [   18.066252] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input13
  964. [   18.321215] Adding 2097148k swap on /dev/sda1.  Priority:-1 extents:1 across:2097148k FS
  965. [   21.034984] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
  966. [   22.341406] audit: type=1400 audit(1454251020.798:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=515 comm="apparmor_parser"
  967. [   22.341430] audit: type=1400 audit(1454251020.798:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=515 comm="apparmor_parser"
  968. [   22.359301] audit: type=1400 audit(1454251020.818:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=515 comm="apparmor_parser"
  969. [   22.359327] audit: type=1400 audit(1454251020.818:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=515 comm="apparmor_parser"
  970. [   22.359340] audit: type=1400 audit(1454251020.818:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=515 comm="apparmor_parser"
  971. [   22.359353] audit: type=1400 audit(1454251020.818:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=515 comm="apparmor_parser"
  972. [   22.455395] audit: type=1400 audit(1454251020.914:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=515 comm="apparmor_parser"
  973. [   22.455424] audit: type=1400 audit(1454251020.914:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="sanitized_helper" pid=515 comm="apparmor_parser"
  974. [   22.455438] audit: type=1400 audit(1454251020.914:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=515 comm="apparmor_parser"
  975. [   22.455452] audit: type=1400 audit(1454251020.914:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="sanitized_helper" pid=515 comm="apparmor_parser"
  976. [   23.740209] cgroup: new mount options do not match the existing superblock, will be ignored
  977. [   24.910560] zram: Added device: zram0
  978. [   24.910816] zram: Added device: zram1
  979. [   25.339704] zram0: detected capacity change from 0 to 422215680
  980. [   25.905760] Adding 412316k swap on /dev/zram0.  Priority:5 extents:1 across:412316k SSFS
  981. [   25.908696] zram1: detected capacity change from 0 to 422215680
  982. [   25.924759] Adding 412316k swap on /dev/zram1.  Priority:5 extents:1 across:412316k SSFS
  983. [   28.011973] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
  984. [   28.384661] r8169 0000:03:00.0 enp3s0: link down
  985. [   28.385428] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
  986. [   28.405183] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
  987. [   28.419419] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
  988. [   28.813491] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
  989. [   29.865828] wlp4s0: authenticate with 34:4b:50:14:0c:0b
  990. [   29.879256] wlp4s0: send auth to 34:4b:50:14:0c:0b (try 1/3)
  991. [   29.883291] wlp4s0: authenticated
  992. [   29.885843] wlp4s0: associate with 34:4b:50:14:0c:0b (try 1/3)
  993. [   29.890179] wlp4s0: RX AssocResp from 34:4b:50:14:0c:0b (capab=0x411 status=0 aid=74)
  994. [   29.890342] wlp4s0: associated
  995. [   29.890411] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
  996. [   29.901565] ath: EEPROM regdomain: 0x809c
  997. [   29.901576] ath: EEPROM indicates we should expect a country code
  998. [   29.901580] ath: doing EEPROM country->regdmn map search
  999. [   29.901583] ath: country maps to regdmn code: 0x52
  1000. [   29.901587] ath: Country alpha2 being used: CN
  1001. [   29.901590] ath: Regpair used: 0x52
  1002. [   29.901594] ath: regdomain 0x809c dynamically updated by country IE
  1003. [   29.901645] cfg80211: Regulatory domain changed to country: CN
  1004. [   29.901649] cfg80211:  DFS Master region: FCC
  1005. [   29.901653] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1006. [   29.901659] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1007. [   29.901664] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (N/A)
  1008. [   29.901670] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
  1009. [   29.901674] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
  1010. [   29.901678] cfg80211:   (57240000 KHz - 59400000 KHz @ 2160000 KHz), (N/A, 2800 mBm), (N/A)
  1011. [   29.901682] cfg80211:   (59400000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4400 mBm), (N/A)
  1012. [   29.901685] cfg80211:   (63720000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 2800 mBm), (N/A)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement