Advertisement
Guest User

Untitled

a guest
Oct 18th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 59.27 KB | None | 0 0
  1. sarvesh@sarvesh-lappy:~$ 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 3.13.0-37-generic (buildd@kapok) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 (Ubuntu 3.13.0-37.64-generic 3.13.11.7)
  6. [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=3fadba04-87a2-4ed1-a551-778d8a372151 ro quiet splash
  7. [    0.000000] KERNEL supported cpus:
  8. [    0.000000]   Intel GenuineIntel
  9. [    0.000000]   AMD AuthenticAMD
  10. [    0.000000]   Centaur CentaurHauls
  11. [    0.000000] e820: BIOS-provided physical RAM map:
  12. [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
  13. [    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
  14. [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
  15. [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ced40fff] usable
  16. [    0.000000] BIOS-e820: [mem 0x00000000ced41000-0x00000000ced83fff] ACPI NVS
  17. [    0.000000] BIOS-e820: [mem 0x00000000ced84000-0x00000000ceee6fff] usable
  18. [    0.000000] BIOS-e820: [mem 0x00000000ceee7000-0x00000000cf166fff] reserved
  19. [    0.000000] BIOS-e820: [mem 0x00000000cf167000-0x00000000cf4e9fff] usable
  20. [    0.000000] BIOS-e820: [mem 0x00000000cf4ea000-0x00000000cf567fff] reserved
  21. [    0.000000] BIOS-e820: [mem 0x00000000cf568000-0x00000000cf7e7fff] ACPI NVS
  22. [    0.000000] BIOS-e820: [mem 0x00000000cf7e8000-0x00000000cf7fffff] ACPI data
  23. [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
  24. [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  25. [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
  26. [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
  27. [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  28. [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
  29. [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012f7fffff] usable
  30. [    0.000000] NX (Execute Disable) protection: active
  31. [    0.000000] SMBIOS 2.6 present.
  32. [    0.000000] DMI: TOSHIBA SATELLITE C660/PWWHA, BIOS 1.00 03/18/2011
  33. [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  34. [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  35. [    0.000000] No AGP bridge found
  36. [    0.000000] e820: last_pfn = 0x12f800 max_arch_pfn = 0x400000000
  37. [    0.000000] MTRR default type: uncachable
  38. [    0.000000] MTRR fixed ranges enabled:
  39. [    0.000000]   00000-9FFFF write-back
  40. [    0.000000]   A0000-BFFFF uncachable
  41. [    0.000000]   C0000-CFFFF write-protect
  42. [    0.000000]   D0000-E7FFF uncachable
  43. [    0.000000]   E8000-FFFFF write-protect
  44. [    0.000000] MTRR variable ranges enabled:
  45. [    0.000000]   0 base 000000000 mask F00000000 write-back
  46. [    0.000000]   1 base 100000000 mask FC0000000 write-back
  47. [    0.000000]   2 base 0D0000000 mask FF0000000 uncachable
  48. [    0.000000]   3 base 0E0000000 mask FE0000000 uncachable
  49. [    0.000000]   4 base 12F800000 mask FFF800000 uncachable
  50. [    0.000000]   5 base 130000000 mask FF0000000 uncachable
  51. [    0.000000]   6 disabled
  52. [    0.000000]   7 disabled
  53. [    0.000000]   8 disabled
  54. [    0.000000]   9 disabled
  55. [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
  56. [    0.000000] original variable MTRRs
  57. [    0.000000] reg 0, base: 0GB, range: 4GB, type WB
  58. [    0.000000] reg 1, base: 4GB, range: 1GB, type WB
  59. [    0.000000] reg 2, base: 3328MB, range: 256MB, type UC
  60. [    0.000000] reg 3, base: 3584MB, range: 512MB, type UC
  61. [    0.000000] reg 4, base: 4856MB, range: 8MB, type UC
  62. [    0.000000] reg 5, base: 4864MB, range: 256MB, type UC
  63. [    0.000000] total RAM covered: 4088M
  64. [    0.000000] Found optimal setting for mtrr clean up
  65. [    0.000000]  gran_size: 64K  chunk_size: 16M     num_reg: 6      lose cover RAM: 0G
  66. [    0.000000] New variable MTRRs
  67. [    0.000000] reg 0, base: 0GB, range: 2GB, type WB
  68. [    0.000000] reg 1, base: 2GB, range: 1GB, type WB
  69. [    0.000000] reg 2, base: 3GB, range: 256MB, type WB
  70. [    0.000000] reg 3, base: 4GB, range: 512MB, type WB
  71. [    0.000000] reg 4, base: 4608MB, range: 256MB, type WB
  72. [    0.000000] reg 5, base: 4856MB, range: 8MB, type UC
  73. [    0.000000] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
  74. [    0.000000] e820: last_pfn = 0xcf4ea max_arch_pfn = 0x400000000
  75. [    0.000000] found SMP MP-table at [mem 0x000fcd10-0x000fcd1f] mapped at [ffff8800000fcd10]
  76. [    0.000000] Scanning 1 areas for low memory corruption
  77. [    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
  78. [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
  79. [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
  80. [    0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE
  81. [    0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE
  82. [    0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE
  83. [    0.000000] init_memory_mapping: [mem 0x12f600000-0x12f7fffff]
  84. [    0.000000]  [mem 0x12f600000-0x12f7fffff] page 2M
  85. [    0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE
  86. [    0.000000] init_memory_mapping: [mem 0x12c000000-0x12f5fffff]
  87. [    0.000000]  [mem 0x12c000000-0x12f5fffff] page 2M
  88. [    0.000000] init_memory_mapping: [mem 0x100000000-0x12bffffff]
  89. [    0.000000]  [mem 0x100000000-0x12bffffff] page 2M
  90. [    0.000000] init_memory_mapping: [mem 0x00100000-0xced40fff]
  91. [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
  92. [    0.000000]  [mem 0x00200000-0xcebfffff] page 2M
  93. [    0.000000]  [mem 0xcec00000-0xced40fff] page 4k
  94. [    0.000000] init_memory_mapping: [mem 0xced84000-0xceee6fff]
  95. [    0.000000]  [mem 0xced84000-0xceee6fff] page 4k
  96. [    0.000000] BRK [0x01fe5000, 0x01fe5fff] PGTABLE
  97. [    0.000000] init_memory_mapping: [mem 0xcf167000-0xcf4e9fff]
  98. [    0.000000]  [mem 0xcf167000-0xcf1fffff] page 4k
  99. [    0.000000]  [mem 0xcf200000-0xcf3fffff] page 2M
  100. [    0.000000]  [mem 0xcf400000-0xcf4e9fff] page 4k
  101. [    0.000000] BRK [0x01fe6000, 0x01fe6fff] PGTABLE
  102. [    0.000000] RAMDISK: [mem 0x35b5c000-0x36da5fff]
  103. [    0.000000] ACPI: RSDP 00000000000f0430 000024 (v02 TOSCPL)
  104. [    0.000000] ACPI: XSDT 00000000cf7ec070 000064 (v01 TOSCPL TOSCPL00 01072009 AMI  00010013)
  105. [    0.000000] ACPI: FACP 00000000cf7fbb80 0000F4 (v04 TOSCPL TOSCPL00 01072009 AMI  00010013)
  106. [    0.000000] ACPI: DSDT 00000000cf7ec168 00FA14 (v02 TOSCPL TOSCPL00 0000003A INTL 20051117)
  107. [    0.000000] ACPI: FACS 00000000cf7dff80 000040
  108. [    0.000000] ACPI: APIC 00000000cf7fbc78 000072 (v03 TOSCPL TOSCPL00 01072009 AMI  00010013)
  109. [    0.000000] ACPI: MCFG 00000000cf7fbcf0 00003C (v01 TOSCPL TOSCPL00 01072009 MSFT 00000097)
  110. [    0.000000] ACPI: SLIC 00000000cf7fbd30 000176 (v01 TOSCPL TOSCPL00 01072009 AMI  00010013)
  111. [    0.000000] ACPI: HPET 00000000cf7fbea8 000038 (v01 TOSCPL TOSCPL00 01072009 AMI. 00000004)
  112. [    0.000000] ACPI: SSDT 00000000cf7fbee0 00090C (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
  113. [    0.000000] ACPI: SSDT 00000000cf7fc7f0 000996 (v01  PmRef    CpuPm 00003000 INTL 20051117)
  114. [    0.000000] ACPI: SSDT 00000000cf7fd188 0015BB (v01 OEMRef  OEMTabl 00001000 INTL 20091112)
  115. [    0.000000] ACPI: Local APIC address 0xfee00000
  116. [    0.000000] No NUMA configuration found
  117. [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000012f7fffff]
  118. [    0.000000] Initmem setup node 0 [mem 0x00000000-0x12f7fffff]
  119. [    0.000000]   NODE_DATA [mem 0x12f7f6000-0x12f7fafff]
  120. [    0.000000]  [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012ae00000-ffff88012edfffff] on node 0
  121. [    0.000000] Zone ranges:
  122. [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
  123. [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
  124. [    0.000000]   Normal   [mem 0x100000000-0x12f7fffff]
  125. [    0.000000] Movable zone start for each node
  126. [    0.000000] Early memory node ranges
  127. [    0.000000]   node   0: [mem 0x00001000-0x0009cfff]
  128. [    0.000000]   node   0: [mem 0x00100000-0xced40fff]
  129. [    0.000000]   node   0: [mem 0xced84000-0xceee6fff]
  130. [    0.000000]   node   0: [mem 0xcf167000-0xcf4e9fff]
  131. [    0.000000]   node   0: [mem 0x100000000-0x12f7fffff]
  132. [    0.000000] On node 0 totalpages: 1042883
  133. [    0.000000]   DMA zone: 64 pages used for memmap
  134. [    0.000000]   DMA zone: 21 pages reserved
  135. [    0.000000]   DMA zone: 3996 pages, LIFO batch:0
  136. [    0.000000]   DMA32 zone: 13193 pages used for memmap
  137. [    0.000000]   DMA32 zone: 844327 pages, LIFO batch:31
  138. [    0.000000]   Normal zone: 3040 pages used for memmap
  139. [    0.000000]   Normal zone: 194560 pages, LIFO batch:31
  140. [    0.000000] ACPI: PM-Timer IO Port: 0x408
  141. [    0.000000] ACPI: Local APIC address 0xfee00000
  142. [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
  143. [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
  144. [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
  145. [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
  146. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
  147. [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
  148. [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
  149. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  150. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  151. [    0.000000] ACPI: IRQ0 used by override.
  152. [    0.000000] ACPI: IRQ2 used by override.
  153. [    0.000000] ACPI: IRQ9 used by override.
  154. [    0.000000] Using ACPI (MADT) for SMP configuration information
  155. [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
  156. [    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
  157. [    0.000000] nr_irqs_gsi: 40
  158. [    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
  159. [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
  160. [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
  161. [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
  162. [    0.000000] PM: Registered nosave memory: [mem 0xced41000-0xced83fff]
  163. [    0.000000] PM: Registered nosave memory: [mem 0xceee7000-0xcf166fff]
  164. [    0.000000] PM: Registered nosave memory: [mem 0xcf4ea000-0xcf567fff]
  165. [    0.000000] PM: Registered nosave memory: [mem 0xcf568000-0xcf7e7fff]
  166. [    0.000000] PM: Registered nosave memory: [mem 0xcf7e8000-0xcf7fffff]
  167. [    0.000000] PM: Registered nosave memory: [mem 0xcf800000-0xf7ffffff]
  168. [    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
  169. [    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
  170. [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
  171. [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
  172. [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
  173. [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
  174. [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
  175. [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
  176. [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
  177. [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
  178. [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
  179. [    0.000000] e820: [mem 0xcf800000-0xf7ffffff] available for PCI devices
  180. [    0.000000] Booting paravirtualized kernel on bare hardware
  181. [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
  182. [    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88012f400000 s86400 r8192 d24192 u524288
  183. [    0.000000] pcpu-alloc: s86400 r8192 d24192 u524288 alloc=1*2097152
  184. [    0.000000] pcpu-alloc: [0] 0 1 2 3
  185. [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1026565
  186. [    0.000000] Policy zone: Normal
  187. [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=3fadba04-87a2-4ed1-a551-778d8a372151 ro quiet splash
  188. [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  189. [    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
  190. [    0.000000] Checking aperture...
  191. [    0.000000] No AGP bridge found
  192. [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
  193. [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
  194. [    0.000000] Memory: 4004092K/4171532K available (7375K kernel code, 1144K rwdata, 3404K rodata, 1336K init, 1444K bss, 167440K reserved)
  195. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  196. [    0.000000] Hierarchical RCU implementation.
  197. [    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
  198. [    0.000000]  RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  199. [    0.000000]  Offload RCU callbacks from all CPUs
  200. [    0.000000]  Offload RCU callbacks from CPUs: 0-3.
  201. [    0.000000] NR_IRQS:16640 nr_irqs:712 16
  202. [    0.000000] Console: colour VGA+ 80x25
  203. [    0.000000] console [tty0] enabled
  204. [    0.000000] allocated 16777216 bytes of page_cgroup
  205. [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  206. [    0.000000] hpet clockevent registered
  207. [    0.000000] tsc: Fast TSC calibration using PIT
  208. [    0.004000] tsc: Detected 2095.322 MHz processor
  209. [    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4190.64 BogoMIPS (lpj=8381288)
  210. [    0.000005] pid_max: default: 32768 minimum: 301
  211. [    0.000033] Security Framework initialized
  212. [    0.000050] AppArmor: AppArmor initialized
  213. [    0.000052] Yama: becoming mindful.
  214. [    0.000413] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  215. [    0.001446] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  216. [    0.001883] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  217. [    0.001890] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  218. [    0.002103] Initializing cgroup subsys memory
  219. [    0.002110] Initializing cgroup subsys devices
  220. [    0.002112] Initializing cgroup subsys freezer
  221. [    0.002113] Initializing cgroup subsys blkio
  222. [    0.002115] Initializing cgroup subsys perf_event
  223. [    0.002117] Initializing cgroup subsys hugetlb
  224. [    0.002140] CPU: Physical Processor ID: 0
  225. [    0.002141] CPU: Processor Core ID: 0
  226. [    0.002146] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  227. [    0.002146] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  228. [    0.002149] mce: CPU supports 7 MCE banks
  229. [    0.002161] CPU0: Thermal monitoring enabled (TM1)
  230. [    0.002171] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
  231. [    0.002171] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
  232. [    0.002171] tlb_flushall_shift: 5
  233. [    0.002311] Freeing SMP alternatives memory: 32K (ffffffff81e6e000 - ffffffff81e76000)
  234. [    0.003993] ACPI: Core revision 20131115
  235. [    0.011262] ACPI: All ACPI Tables successfully acquired
  236. [    0.011409] ftrace: allocating 28541 entries in 112 pages
  237. [    0.028144] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  238. [    0.067854] smpboot: CPU0: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz (fam: 06, model: 2a, stepping: 07)
  239. [    0.067863] TSC deadline timer enabled
  240. [    0.067874] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
  241. [    0.067881] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
  242. [    0.067884] ... version:                3
  243. [    0.067885] ... bit width:              48
  244. [    0.067886] ... generic registers:      4
  245. [    0.067888] ... value mask:             0000ffffffffffff
  246. [    0.067889] ... max period:             0000ffffffffffff
  247. [    0.067890] ... fixed-purpose events:   3
  248. [    0.067891] ... event mask:             000000070000000f
  249. [    0.069552] x86: Booting SMP configuration:
  250. [    0.069554] .... node  #0, CPUs:      #1
  251. [    0.082594] TSC synchronization [CPU#0 -> CPU#1]:
  252. [    0.082597] Measured 1052179730 cycles TSC warp between CPUs, turning off TSC clock.
  253. [    0.008000] tsc: Marking TSC unstable due to check_tsc_sync_source failed
  254. [    0.080020] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
  255. [    0.080020]  #2 #3
  256. [    0.105260] x86: Booted up 1 node, 4 CPUs
  257. [    0.105264] smpboot: Total of 4 processors activated (16762.57 BogoMIPS)
  258. [    0.108102] devtmpfs: initialized
  259. [    0.110646] EVM: security.selinux
  260. [    0.110647] EVM: security.SMACK64
  261. [    0.110649] EVM: security.ima
  262. [    0.110650] EVM: security.capability
  263. [    0.110663] PM: Registering ACPI NVS region [mem 0xced41000-0xced83fff] (274432 bytes)
  264. [    0.110663] PM: Registering ACPI NVS region [mem 0xcf568000-0xcf7e7fff] (2621440 bytes)
  265. [    0.110663] pinctrl core: initialized pinctrl subsystem
  266. [    0.110663] regulator-dummy: no parameters
  267. [    0.110663] RTC time: 12:03:28, date: 10/18/14
  268. [    0.110663] NET: Registered protocol family 16
  269. [    0.112076] cpuidle: using governor ladder
  270. [    0.112078] cpuidle: using governor menu
  271. [    0.112112] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
  272. [    0.112114] ACPI: bus type PCI registered
  273. [    0.112116] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  274. [    0.112170] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
  275. [    0.112172] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
  276. [    0.118364] PCI: Using configuration type 1 for base access
  277. [    0.119198] bio: create slab <bio-0> at 0
  278. [    0.119198] ACPI: Added _OSI(Module Device)
  279. [    0.119198] ACPI: Added _OSI(Processor Device)
  280. [    0.119198] ACPI: Added _OSI(3.0 _SCP Extensions)
  281. [    0.119198] ACPI: Added _OSI(Processor Aggregator Device)
  282. [    0.137388] ACPI: Executed 1 blocks of module-level executable AML code
  283. [    0.144075] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
  284. [    0.144877] ACPI: SSDT 00000000cf551718 00067C (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
  285. [    0.145331] ACPI: Dynamic OEM Table Load:
  286. [    0.145333] ACPI: SSDT           (null) 00067C (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
  287. [    0.148320] ACPI: SSDT 00000000cf552a98 000303 (v01  PmRef    ApIst 00003000 INTL 20051117)
  288. [    0.148799] ACPI: Dynamic OEM Table Load:
  289. [    0.148802] ACPI: SSDT           (null) 000303 (v01  PmRef    ApIst 00003000 INTL 20051117)
  290. [    0.152174] ACPI: SSDT 00000000cf550d98 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
  291. [    0.152618] ACPI: Dynamic OEM Table Load:
  292. [    0.152620] ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
  293. [    1.884103] ACPI: Interpreter enabled
  294. [    1.884121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
  295. [    1.884135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
  296. [    1.884160] ACPI: (supports S0 S3 S4 S5)
  297. [    1.884162] ACPI: Using IOAPIC for interrupt routing
  298. [    1.884189] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  299. [    1.884401] ACPI: No dock devices found.
  300. [    1.968493] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
  301. [    1.968499] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  302. [    1.968534] \_SB_.PCI0:_OSC invalid UUID
  303. [    1.968536] _OSC request data:1 1f 0
  304. [    1.968540] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
  305. [    1.969174] PCI host bridge to bus 0000:00
  306. [    1.969177] pci_bus 0000:00: root bus resource [bus 00-3e]
  307. [    1.969179] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
  308. [    1.969181] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
  309. [    1.969183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
  310. [    1.969185] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
  311. [    1.969187] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
  312. [    1.969189] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
  313. [    1.969191] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
  314. [    1.969193] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
  315. [    1.969194] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
  316. [    1.969196] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfeafffff]
  317. [    1.969198] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
  318. [    1.969207] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
  319. [    1.969304] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
  320. [    1.969338] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
  321. [    1.969390] pci 0000:00:01.0: System wakeup disabled by ACPI
  322. [    1.969452] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
  323. [    1.969478] pci 0000:00:16.0: reg 0x10: [mem 0xf720a000-0xf720a00f 64bit]
  324. [    1.969559] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
  325. [    1.969653] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
  326. [    1.969677] pci 0000:00:1a.0: reg 0x10: [mem 0xf7208000-0xf72083ff]
  327. [    1.969772] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
  328. [    1.969855] pci 0000:00:1a.0: System wakeup disabled by ACPI
  329. [    1.969855] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
  330. [    1.969855] pci 0000:00:1b.0: reg 0x10: [mem 0xf7200000-0xf7203fff 64bit]
  331. [    1.969855] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
  332. [    1.969855] pci 0000:00:1b.0: System wakeup disabled by ACPI
  333. [    1.969855] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
  334. [    1.969855] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  335. [    1.969855] pci 0000:00:1c.0: System wakeup disabled by ACPI
  336. [    1.969855] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
  337. [    1.969855] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
  338. [    1.969855] pci 0000:00:1c.1: System wakeup disabled by ACPI
  339. [    1.969855] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
  340. [    1.969855] pci 0000:00:1d.0: reg 0x10: [mem 0xf7207000-0xf72073ff]
  341. [    1.969855] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  342. [    1.969855] pci 0000:00:1d.0: System wakeup disabled by ACPI
  343. [    1.969855] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
  344. [    1.969855] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
  345. [    1.969855] pci 0000:00:1f.2: reg 0x10: [io  0xf070-0xf077]
  346. [    1.969855] pci 0000:00:1f.2: reg 0x14: [io  0xf060-0xf063]
  347. [    1.969855] pci 0000:00:1f.2: reg 0x18: [io  0xf050-0xf057]
  348. [    1.969855] pci 0000:00:1f.2: reg 0x1c: [io  0xf040-0xf043]
  349. [    1.969855] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
  350. [    1.969855] pci 0000:00:1f.2: reg 0x24: [mem 0xf7206000-0xf72067ff]
  351. [    1.969855] pci 0000:00:1f.2: PME# supported from D3hot
  352. [    1.969855] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
  353. [    1.969855] pci 0000:00:1f.3: reg 0x10: [mem 0xf7205000-0xf72050ff 64bit]
  354. [    1.969855] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
  355. [    1.969855] pci 0000:01:00.0: [10de:0a7a] type 00 class 0x030000
  356. [    1.969855] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
  357. [    1.969855] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
  358. [    1.972009] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
  359. [    1.972021] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
  360. [    1.972032] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
  361. [    1.972110] pci 0000:01:00.0: System wakeup disabled by ACPI
  362. [    1.972153] pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
  363. [    1.972168] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
  364. [    2.980012] pci 0000:00:01.0: ASPM: Could not configure common clock
  365. [    2.980044] pci 0000:00:01.0: PCI bridge to [bus 01]
  366. [    2.980051] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
  367. [    2.980059] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
  368. [    2.980068] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
  369. [    2.980271] pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
  370. [    2.980336] pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
  371. [    2.980453] pci 0000:02:00.0: reg 0x18: [mem 0xf2104000-0xf2104fff 64bit pref]
  372. [    2.980522] pci 0000:02:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
  373. [    2.980850] pci 0000:02:00.0: supports D1 D2
  374. [    2.980852] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  375. [    2.980986] pci 0000:02:00.0: System wakeup disabled by ACPI
  376. [    2.988073] pci 0000:00:1c.0: PCI bridge to [bus 02]
  377. [    2.988083] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
  378. [    2.988101] pci 0000:00:1c.0:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
  379. [    2.988221] pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
  380. [    2.988251] pci 0000:03:00.0: reg 0x10: [mem 0xf7100000-0xf710ffff 64bit]
  381. [    2.988387] pci 0000:03:00.0: supports D1
  382. [    2.988388] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
  383. [    2.988425] pci 0000:03:00.0: System wakeup disabled by ACPI
  384. [    2.996034] pci 0000:00:1c.1: PCI bridge to [bus 03]
  385. [    2.996049] pci 0000:00:1c.1:   bridge window [mem 0xf7100000-0xf71fffff]
  386. [    3.020506] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
  387. [    3.020564] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
  388. [    3.020618] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
  389. [    3.020671] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
  390. [    3.020724] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  391. [    3.020778] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  392. [    3.020832] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
  393. [    3.020885] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15)
  394. [    3.021435] ACPI: Enabled 6 GPEs in block 00 to 3F
  395. [    3.021442] ACPI: \_SB_.PCI0: notify handler is installed
  396. [    3.021517] Found 1 acpi root devices
  397. [    3.021556] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
  398. [    3.021722] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
  399. [    3.021722] vgaarb: loaded
  400. [    3.021722] vgaarb: bridge control possible 0000:01:00.0
  401. [    3.021722] SCSI subsystem initialized
  402. [    3.021722] libata version 3.00 loaded.
  403. [    3.021722] ACPI: bus type USB registered
  404. [    3.021722] usbcore: registered new interface driver usbfs
  405. [    3.021722] usbcore: registered new interface driver hub
  406. [    3.021722] usbcore: registered new device driver usb
  407. [    3.021722] PCI: Using ACPI for IRQ routing
  408. [    3.021722] PCI: pci_cache_line_size set to 64 bytes
  409. [    3.021722] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
  410. [    3.021722] e820: reserve RAM buffer [mem 0xced41000-0xcfffffff]
  411. [    3.021722] e820: reserve RAM buffer [mem 0xceee7000-0xcfffffff]
  412. [    3.021722] e820: reserve RAM buffer [mem 0xcf4ea000-0xcfffffff]
  413. [    3.021722] e820: reserve RAM buffer [mem 0x12f800000-0x12fffffff]
  414. [    3.021742] NetLabel: Initializing
  415. [    3.021743] NetLabel:  domain hash size = 128
  416. [    3.021744] NetLabel:  protocols = UNLABELED CIPSOv4
  417. [    3.021758] NetLabel:  unlabeled traffic allowed by default
  418. [    3.021775] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  419. [    3.021775] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
  420. [    3.025034] Switched to clocksource hpet
  421. [    3.028815] AppArmor: AppArmor Filesystem Enabled
  422. [    3.028842] pnp: PnP ACPI init
  423. [    3.028855] ACPI: bus type PNP registered
  424. [    3.028890] pnp 00:00: [dma 4]
  425. [    3.028910] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
  426. [    3.028931] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
  427. [    3.029034] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
  428. [    3.029083] system 00:03: [io  0x0680-0x069f] has been reserved
  429. [    3.029086] system 00:03: [io  0x1000-0x100f] has been reserved
  430. [    3.029088] system 00:03: [io  0xffff] has been reserved
  431. [    3.029091] system 00:03: [io  0xffff] has been reserved
  432. [    3.029093] system 00:03: [io  0x0400-0x0453] could not be reserved
  433. [    3.029095] system 00:03: [io  0x0458-0x047f] has been reserved
  434. [    3.029097] system 00:03: [io  0x0500-0x057f] has been reserved
  435. [    3.029099] system 00:03: [io  0x164e-0x164f] has been reserved
  436. [    3.029102] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
  437. [    3.029132] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
  438. [    3.029177] system 00:05: [io  0x0454-0x0457] has been reserved
  439. [    3.029180] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
  440. [    3.029227] system 00:06: [io  0x04d0-0x04d1] has been reserved
  441. [    3.029230] system 00:06: [io  0xff2c-0xff2f] has been reserved
  442. [    3.029232] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
  443. [    3.029256] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
  444. [    3.052155] pnp 00:08: Plug and Play ACPI device, IDs TOS0300 SYN0700 SYN0002 PNP0f13 (active)
  445. [    3.052185] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
  446. [    3.052456] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
  447. [    3.052459] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
  448. [    3.052461] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
  449. [    3.052463] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
  450. [    3.052466] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
  451. [    3.052468] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
  452. [    3.052470] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
  453. [    3.052472] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
  454. [    3.052476] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
  455. [    3.052478] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
  456. [    3.052481] system 00:0a: [mem 0xd0000000-0xd0000fff] has been reserved
  457. [    3.052483] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
  458. [    3.052869] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
  459. [    3.052961] pnp: PnP ACPI: found 12 devices
  460. [    3.052962] ACPI: bus type PNP unregistered
  461. [    3.059526] pci 0000:00:01.0: PCI bridge to [bus 01]
  462. [    3.059530] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
  463. [    3.059533] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
  464. [    3.059536] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
  465. [    3.059540] pci 0000:00:1c.0: PCI bridge to [bus 02]
  466. [    3.059544] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
  467. [    3.059552] pci 0000:00:1c.0:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
  468. [    3.059558] pci 0000:00:1c.1: PCI bridge to [bus 03]
  469. [    3.059564] pci 0000:00:1c.1:   bridge window [mem 0xf7100000-0xf71fffff]
  470. [    3.059574] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
  471. [    3.059576] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
  472. [    3.059578] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
  473. [    3.059580] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
  474. [    3.059582] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
  475. [    3.059584] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
  476. [    3.059585] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
  477. [    3.059587] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
  478. [    3.059589] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
  479. [    3.059591] pci_bus 0000:00: resource 13 [mem 0xd0000000-0xfeafffff]
  480. [    3.059593] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
  481. [    3.059595] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
  482. [    3.059597] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
  483. [    3.059599] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
  484. [    3.059601] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
  485. [    3.059603] pci_bus 0000:02: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
  486. [    3.059605] pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
  487. [    3.059633] NET: Registered protocol family 2
  488. [    3.059818] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  489. [    3.059909] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
  490. [    3.060001] TCP: Hash tables configured (established 32768 bind 32768)
  491. [    3.060028] TCP: reno registered
  492. [    3.060036] UDP hash table entries: 2048 (order: 4, 65536 bytes)
  493. [    3.060055] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
  494. [    3.060115] NET: Registered protocol family 1
  495. [    3.316203] pci 0000:01:00.0: Boot video device
  496. [    3.316226] PCI: CLS 64 bytes, default 64
  497. [    3.316278] Trying to unpack rootfs image as initramfs...
  498. [    3.655784] Freeing initrd memory: 18728K (ffff880035b5c000 - ffff880036da6000)
  499. [    3.655789] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  500. [    3.655792] software IO TLB [mem 0xcad41000-0xced41000] (64MB) mapped at [ffff8800cad41000-ffff8800ced40fff]
  501. [    3.656055] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x14
  502. [    3.656063] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x14
  503. [    3.656072] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x14
  504. [    3.656080] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x14
  505. [    3.656133] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  506. [    3.656135] Scanning for low memory corruption every 60 seconds
  507. [    3.656398] Initialise system trusted keyring
  508. [    3.656446] audit: initializing netlink socket (disabled)
  509. [    3.656456] type=2000 audit(1413633811.656:1): initialized
  510. [    3.686082] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  511. [    3.687115] zbud: loaded
  512. [    3.687271] VFS: Disk quotas dquot_6.5.2
  513. [    3.687311] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  514. [    3.687726] fuse init (API version 7.22)
  515. [    3.687802] msgmni has been set to 7857
  516. [    3.687852] Key type big_key registered
  517. [    3.688344] Key type asymmetric registered
  518. [    3.688348] Asymmetric key parser 'x509' registered
  519. [    3.688385] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  520. [    3.688429] io scheduler noop registered
  521. [    3.688432] io scheduler deadline registered (default)
  522. [    3.688459] io scheduler cfq registered
  523. [    3.688642] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
  524. [    3.688923] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  525. [    3.688937] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  526. [    3.688976] intel_idle: MWAIT substates: 0x21120
  527. [    3.688978] intel_idle: v0.4 model 0x2A
  528. [    3.688979] intel_idle: lapic_timer_reliable_states 0xffffffff
  529. [    3.689086] ipmi message handler version 39.2
  530. [    3.704041] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
  531. [    3.720042] ACPI: AC Adapter [ACAD] (off-line)
  532. [    3.720133] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
  533. [    3.720155] ACPI: Lid Switch [LID0]
  534. [    3.720186] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
  535. [    3.720190] ACPI: Power Button [PWRB]
  536. [    3.720219] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
  537. [    3.720222] ACPI: Power Button [PWRF]
  538. [    3.720339] GHES: HEST is not enabled!
  539. [    3.720455] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  540. [    3.912241] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
  541. [    3.912247] ACPI: Battery Slot [BAT1] (battery present)
  542. [    3.912359] Linux agpgart interface v0.103
  543. [    3.913819] brd: module loaded
  544. [    3.914485] loop: module loaded
  545. [    3.914802] libphy: Fixed MDIO Bus: probed
  546. [    3.914877] tun: Universal TUN/TAP device driver, 1.6
  547. [    3.914878] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  548. [    3.914928] PPP generic driver version 2.4.2
  549. [    3.914967] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  550. [    3.914971] ehci-pci: EHCI PCI platform driver
  551. [    3.915089] ehci-pci 0000:00:1a.0: EHCI Host Controller
  552. [    3.915095] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
  553. [    3.915109] ehci-pci 0000:00:1a.0: debug port 2
  554. [    3.919019] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
  555. [    3.919044] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7208000
  556. [    3.928021] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
  557. [    3.928069] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  558. [    3.928071] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  559. [    3.928073] usb usb1: Product: EHCI Host Controller
  560. [    3.928075] usb usb1: Manufacturer: Linux 3.13.0-37-generic ehci_hcd
  561. [    3.928077] usb usb1: SerialNumber: 0000:00:1a.0
  562. [    3.928181] hub 1-0:1.0: USB hub found
  563. [    3.928188] hub 1-0:1.0: 2 ports detected
  564. [    3.928364] ehci-pci 0000:00:1d.0: EHCI Host Controller
  565. [    3.928370] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
  566. [    3.928382] ehci-pci 0000:00:1d.0: debug port 2
  567. [    3.932293] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
  568. [    3.932316] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7207000
  569. [    3.944021] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
  570. [    3.944060] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  571. [    3.944062] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  572. [    3.944064] usb usb2: Product: EHCI Host Controller
  573. [    3.944066] usb usb2: Manufacturer: Linux 3.13.0-37-generic ehci_hcd
  574. [    3.944068] usb usb2: SerialNumber: 0000:00:1d.0
  575. [    3.944159] hub 2-0:1.0: USB hub found
  576. [    3.944166] hub 2-0:1.0: 2 ports detected
  577. [    3.944245] ehci-platform: EHCI generic platform driver
  578. [    3.944252] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  579. [    3.944253] ohci-pci: OHCI PCI platform driver
  580. [    3.944262] ohci-platform: OHCI generic platform driver
  581. [    3.944267] uhci_hcd: USB Universal Host Controller Interface driver
  582. [    3.944320] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
  583. [    3.978971] serio: i8042 KBD port at 0x60,0x64 irq 1
  584. [    3.978984] serio: i8042 AUX port at 0x60,0x64 irq 12
  585. [    3.979131] mousedev: PS/2 mouse device common for all mice
  586. [    3.979317] rtc_cmos 00:04: RTC can wake from S4
  587. [    3.979521] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
  588. [    3.979551] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
  589. [    3.979618] device-mapper: uevent: version 1.0.3
  590. [    3.979687] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
  591. [    3.979694] ledtrig-cpu: registered to indicate activity on CPUs
  592. [    3.979793] TCP: cubic registered
  593. [    3.979874] NET: Registered protocol family 10
  594. [    3.980047] NET: Registered protocol family 17
  595. [    3.980055] Key type dns_resolver registered
  596. [    3.980292] Loading compiled-in X.509 certificates
  597. [    3.981341] Loaded X.509 cert 'Magrathea: Glacier signing key: 2cb1133b35f95a9e24deabeeb12ba449bcbabbc9'
  598. [    3.981357] registered taskstats version 1
  599. [    3.983560] Key type trusted registered
  600. [    3.985470] Key type encrypted registered
  601. [    3.987316] AppArmor: AppArmor sha1 policy hashing enabled
  602. [    3.987319] IMA: No TPM chip found, activating TPM-bypass!
  603. [    3.987717] regulator-dummy: disabling
  604. [    3.987861]   Magic number: 2:163:77
  605. [    3.987977] rtc_cmos 00:04: setting system clock to 2014-10-18 12:03:32 UTC (1413633812)
  606. [    3.988843] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
  607. [    3.988846] EDD information not available.
  608. [    3.988901] PM: Hibernation image not present or could not be loaded.
  609. [    3.991203] Freeing unused kernel memory: 1336K (ffffffff81d20000 - ffffffff81e6e000)
  610. [    3.991206] Write protecting the kernel read-only data: 12288k
  611. [    3.994678] Freeing unused kernel memory: 804K (ffff880001737000 - ffff880001800000)
  612. [    3.997523] Freeing unused kernel memory: 692K (ffff880001b53000 - ffff880001c00000)
  613. [    4.015321] systemd-udevd[115]: starting version 204
  614. [    4.017776] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
  615. [    4.076587] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
  616. [    4.076612] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
  617. [    4.076906] r8169 0000:02:00.0: irq 41 for MSI/MSI-X
  618. [    4.077208] r8169 0000:02:00.0 eth0: RTL8105e at 0xffffc90000638000, b8:70:f4:c2:82:17, XID 00a00000 IRQ 41
  619. [    4.080331] ahci 0000:00:1f.2: version 3.0
  620. [    4.080572] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
  621. [    4.080625] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
  622. [    4.096192] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
  623. [    4.096202] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems apst
  624. [    4.105641] scsi0 : ahci
  625. [    4.105809] scsi1 : ahci
  626. [    4.105953] scsi2 : ahci
  627. [    4.111259] scsi3 : ahci
  628. [    4.111406] scsi4 : ahci
  629. [    4.111538] scsi5 : ahci
  630. [    4.111625] ata1: SATA max UDMA/133 abar m2048@0xf7206000 port 0xf7206100 irq 42
  631. [    4.111630] ata2: DUMMY
  632. [    4.111635] ata3: SATA max UDMA/133 abar m2048@0xf7206000 port 0xf7206200 irq 42
  633. [    4.111638] ata4: DUMMY
  634. [    4.111640] ata5: DUMMY
  635. [    4.111643] ata6: DUMMY
  636. [    4.240095] usb 1-1: new high-speed USB device number 2 using ehci-pci
  637. [    4.374004] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
  638. [    4.374011] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  639. [    4.374411] hub 1-1:1.0: USB hub found
  640. [    4.374471] hub 1-1:1.0: 6 ports detected
  641. [    4.428075] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  642. [    4.475895] ata1.00: ATA-8: ST9500325AS, 0001TSM1, max UDMA/133
  643. [    4.475902] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
  644. [    4.478135] ata1.00: configured for UDMA/133
  645. [    4.478493] scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      0001 PQ: 0 ANSI: 5
  646. [    4.478712] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
  647. [    4.478757] sd 0:0:0:0: Attached scsi generic sg0 type 0
  648. [    4.478793] sd 0:0:0:0: [sda] Write Protect is off
  649. [    4.478800] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  650. [    4.478843] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  651. [    4.484159] usb 2-1: new high-speed USB device number 2 using ehci-pci
  652. [    4.503745]  sda: sda1 sda2 sda3 sda4 < sda5 >
  653. [    4.504716] sd 0:0:0:0: [sda] Attached SCSI disk
  654. [    4.616601] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
  655. [    4.616607] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  656. [    4.617084] hub 2-1:1.0: USB hub found
  657. [    4.617221] hub 2-1:1.0: 6 ports detected
  658. [    4.688293] usb 1-1.2: new full-speed USB device number 3 using ehci-pci
  659. [    4.760285] usb 1-1.2: device descriptor read/64, error -32
  660. [    4.796136] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  661. [    4.799750] ata3.00: ATAPI: TSSTcorp CDDVDW TS-L633F, TF01, max UDMA/100
  662. [    4.805091] ata3.00: configured for UDMA/100
  663. [    4.811675] scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-L633F  TF01 PQ: 0 ANSI: 5
  664. [    4.822894] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
  665. [    4.822901] cdrom: Uniform CD-ROM driver Revision: 3.20
  666. [    4.823129] sr 2:0:0:0: Attached scsi CD-ROM sr0
  667. [    4.823252] sr 2:0:0:0: Attached scsi generic sg1 type 5
  668. [    4.957301] usb 1-1.2: New USB device found, idVendor=0cf3, idProduct=3005
  669. [    4.957318] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  670. [    5.028302] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
  671. [    5.148851] usb 1-1.4: New USB device found, idVendor=04f2, idProduct=b1d6
  672. [    5.148862] usb 1-1.4: New USB device strings: Mfr=2, Product=1, SerialNumber=0
  673. [    5.148867] usb 1-1.4: Product: CNF9055
  674. [    5.148872] usb 1-1.4: Manufacturer: Sonix Technology Co., Ltd.
  675. [    5.229784] usb 2-1.1: new low-speed USB device number 3 using ehci-pci
  676. [    5.325474] usb 2-1.1: New USB device found, idVendor=046d, idProduct=c018
  677. [    5.325492] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  678. [    5.325496] usb 2-1.1: Product: USB Optical Mouse
  679. [    5.325498] usb 2-1.1: Manufacturer: Logitech
  680. [    5.334531] hidraw: raw HID events driver (C) Jiri Kosina
  681. [    5.340898] usbcore: registered new interface driver usbhid
  682. [    5.340902] usbhid: USB HID core driver
  683. [    5.343335] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input6
  684. [    5.343506] hid-generic 0003:046D:C018.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-1.1/input0
  685. [    5.400302] usb 2-1.2: new full-speed USB device number 4 using ehci-pci
  686. [    5.492401] usb 2-1.2: not running at top speed; connect to a high speed hub
  687. [    5.493224] usb 2-1.2: New USB device found, idVendor=1a40, idProduct=0101
  688. [    5.493234] usb 2-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  689. [    5.493239] usb 2-1.2: Product: USB 2.0 Hub [Safe]
  690. [    5.493638] hub 2-1.2:1.0: USB hub found
  691. [    5.493845] hub 2-1.2:1.0: 4 ports detected
  692. [    5.764246] usb 2-1.2.1: new low-speed USB device number 5 using ehci-pci
  693. [    5.854012] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
  694. [    5.864490] usb 2-1.2.1: New USB device found, idVendor=0e8f, idProduct=0022
  695. [    5.864501] usb 2-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  696. [    5.864507] usb 2-1.2.1: Product: USB KB V11
  697. [    5.864512] usb 2-1.2.1: Manufacturer: GASIA
  698. [    5.867645] input: GASIA USB KB V11 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.1/2-1.2.1:1.0/input/input7
  699. [    5.867833] hid-generic 0003:0E8F:0022.0002: input,hidraw1: USB HID v1.10 Keyboard [GASIA USB KB V11] on usb-0000:00:1d.0-1.2.1/input0
  700. [    5.875990] input: GASIA USB KB V11 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.1/2-1.2.1:1.1/input/input8
  701. [    5.876317] hid-generic 0003:0E8F:0022.0003: input,hidraw2: USB HID v1.10 Device [GASIA USB KB V11] on usb-0000:00:1d.0-1.2.1/input1
  702. [    5.917278] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 582762
  703. [    6.055327] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
  704. [    6.653784] random: nonblocking pool is initialized
  705. [   10.152200] usb 2-1.2.3: new low-speed USB device number 6 using ehci-pci
  706. [   10.299349] usb 2-1.2.3: New USB device found, idVendor=040b, idProduct=2013
  707. [   10.299366] usb 2-1.2.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  708. [   10.299369] usb 2-1.2.3: Product: 2.4G Wireless Keyboard&Mouse
  709. [   10.305681] input: 2.4G Wireless Keyboard&Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3/2-1.2.3:1.0/input/input9
  710. [   10.305889] hid-generic 0003:040B:2013.0004: input,hidraw3: USB HID v1.10 Keyboard [2.4G Wireless Keyboard&Mouse] on usb-0000:00:1d.0-1.2.3/input0
  711. [   10.317174] input: 2.4G Wireless Keyboard&Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3/2-1.2.3:1.1/input/input10
  712. [   10.317546] hid-generic 0003:040B:2013.0005: input,hiddev0,hidraw4: USB HID v1.10 Mouse [2.4G Wireless Keyboard&Mouse] on usb-0000:00:1d.0-1.2.3/input1
  713. [   20.285273] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  714. [   20.449964] systemd-udevd[352]: starting version 204
  715. [   20.526272] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
  716. [   20.567178] lp: driver loaded but no devices found
  717. [   20.577738] ppdev: user-space parallel port driver
  718. [   20.614534] wmi: Mapper loaded
  719. [   20.617938] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
  720. [   20.932629] acpi device:0b: registered as cooling_device4
  721. [   21.089574] Bluetooth: Core ver 2.17
  722. [   21.089611] NET: Registered protocol family 31
  723. [   21.089615] Bluetooth: HCI device and connection manager initialized
  724. [   21.089966] Bluetooth: HCI socket layer initialized
  725. [   21.089974] Bluetooth: L2CAP socket layer initialized
  726. [   21.089985] Bluetooth: SCO socket layer initialized
  727. [   21.101356] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  728. [   21.101363] Bluetooth: BNEP filters: protocol multicast
  729. [   21.101375] Bluetooth: BNEP socket layer initialized
  730. [   21.102209] Bluetooth: RFCOMM TTY layer initialized
  731. [   21.102225] Bluetooth: RFCOMM socket layer initialized
  732. [   21.102235] Bluetooth: RFCOMM ver 1.11
  733. [   21.106457] type=1400 audit(1413614029.614:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=489 comm="apparmor_parser"
  734. [   21.106472] type=1400 audit(1413614029.614:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=489 comm="apparmor_parser"
  735. [   21.107451] type=1400 audit(1413614029.614:4): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=489 comm="apparmor_parser"
  736. [   21.262822] init: cups main process (494) killed by HUP signal
  737. [   21.262845] init: cups main process ended, respawning
  738. [   21.276153] acpi device:0f: registered as cooling_device5
  739. [   21.276274] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input11
  740. [   21.334774] toshiba_bluetooth: Detected Toshiba ACPI Bluetooth device - installing RFKill handler
  741. [   21.342680] toshiba_bluetooth: Re-enabling Toshiba Bluetooth
  742. [   21.343885] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
  743. [   21.344481] input: Toshiba input device as /devices/virtual/input/input12
  744. [   21.346597] nvidia: module license 'NVIDIA' taints kernel.
  745. [   21.346605] Disabling lock debugging due to kernel taint
  746. [   21.359138] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
  747. [   21.359153] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  748. [   21.359160] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPRF 1 (20131115/utaddress-251)
  749. [   21.359169] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.LDIO 2 (20131115/utaddress-251)
  750. [   21.359177] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 3 (20131115/utaddress-251)
  751. [   21.359184] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  752. [   21.359188] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPRF 1 (20131115/utaddress-251)
  753. [   21.359195] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.LDIO 2 (20131115/utaddress-251)
  754. [   21.362536] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 3 (20131115/utaddress-251)
  755. [   21.362556] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  756. [   21.362872] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPRF 1 (20131115/utaddress-251)
  757. [   21.362886] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.LDIO 2 (20131115/utaddress-251)
  758. [   21.362894] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 3 (20131115/utaddress-251)
  759. [   21.362905] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  760. [   21.362910] lpc_ich: Resource conflict(s) found affecting gpio_ich
  761. [   21.373542] nvidia: module verification failed: signature and/or  required key missing - tainting kernel
  762. [   21.389212] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
  763. [   21.389400] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  304.117  Tue Nov 26 21:25:36 PST 2013
  764. [   21.397269] mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
  765. [   21.398272] cfg80211: Calling CRDA to update world regulatory domain
  766. [   21.435963] type=1400 audit(1413614029.942:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=569 comm="apparmor_parser"
  767. [   21.435980] type=1400 audit(1413614029.942:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=569 comm="apparmor_parser"
  768. [   21.435991] type=1400 audit(1413614029.942:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=569 comm="apparmor_parser"
  769. [   21.437350] usbcore: registered new interface driver btusb
  770. [   21.438221] type=1400 audit(1413614029.946:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=569 comm="apparmor_parser"
  771. [   21.438239] type=1400 audit(1413614029.946:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=569 comm="apparmor_parser"
  772. [   21.438754] type=1400 audit(1413614029.946:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=569 comm="apparmor_parser"
  773. [   21.544907] ath: phy0: ASPM enabled: 0x42
  774. [   21.544916] ath: EEPROM regdomain: 0x65
  775. [   21.544919] ath: EEPROM indicates we should expect a direct regpair map
  776. [   21.544924] ath: Country alpha2 being used: 00
  777. [   21.544926] ath: Regpair used: 0x65
  778. [   21.600536] Linux video capture interface: v2.00
  779. [   21.627767] uvcvideo: Found UVC 1.00 device CNF9055 (04f2:b1d6)
  780. [   21.638108] input: CNF9055 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13
  781. [   21.638519] usbcore: registered new interface driver uvcvideo
  782. [   21.638524] USB Video Class driver (1.1.1)
  783. [   21.651892] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  784. [   21.652842] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90004840000, irq=17
  785. [   21.745937] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
  786. [   21.762837] SKU: Nid=0x1d sku_cfg=0x40079a2d
  787. [   21.762838] SKU: port_connectivity=0x1
  788. [   21.762839] SKU: enable_pcbeep=0x0
  789. [   21.762840] SKU: check_sum=0x00000007
  790. [   21.762842] SKU: customization=0x0000009a
  791. [   21.762843] SKU: external_amp=0x5
  792. [   21.762844] SKU: platform_type=0x1
  793. [   21.762845] SKU: swap=0x0
  794. [   21.762846] SKU: override=0x1
  795. [   21.763355] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  796. [   21.763357]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  797. [   21.763358]    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  798. [   21.763359]    mono: mono_out=0x0
  799. [   21.763359]    inputs:
  800. [   21.763361]      Mic=0x18
  801. [   21.763362]      Internal Mic=0x12
  802. [   21.763364] realtek: No valid SSID, checking pincfg 0x40079a2d for NID 0x1d
  803. [   21.763365] realtek: Enabling init ASM_ID=0x9a2d CODEC_ID=10ec0269
  804. [   21.768799] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
  805. [   21.769891] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
  806. [   21.772750] hda_intel: Disabling MSI
  807. [   21.772759] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
  808. [   21.772801] hda-intel 0000:01:00.1: Disabling 64bit DMA
  809. [   21.779049] cfg80211: World regulatory domain updated:
  810. [   21.779056] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  811. [   21.779060] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  812. [   21.779063] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  813. [   21.779066] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  814. [   21.779070] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  815. [   21.779073] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  816. [   21.785987] hda-intel 0000:01:00.1: Enable delay in RIRB handling
  817. [   21.848223] intel_rapl: domain uncore energy ctr 0:0 not working, skip
  818. [   22.037656] init: failsafe main process (681) killed by TERM signal
  819. [   22.592214] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
  820. [   22.592417] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
  821. [   22.592541] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
  822. [   22.592732] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
  823. [   22.625893] type=1400 audit(1413614031.134:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=831 comm="apparmor_parser"
  824. [   23.343042] r8169 0000:02:00.0 eth0: link down
  825. [   23.343064] r8169 0000:02:00.0 eth0: link down
  826. [   23.343162] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  827. [   23.344091] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  828. [   23.347103] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  829. [   24.996881] r8169 0000:02:00.0 eth0: link up
  830. [   24.996901] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  831. [   26.488685] Ebtables v2.0 registered
  832. [   26.541785] ip_tables: (C) 2000-2006 Netfilter Core Team
  833. [   26.554158] ip6_tables: (C) 2000-2006 Netfilter Core Team
  834. [   28.109203] Bridge firewalling registered
  835. [   28.226032] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  836. [   28.267402] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
  837. [   31.639748] init: plymouth-upstart-bridge main process ended, respawning
  838. [   31.739647] cgroup: systemd-logind (546) created nested cgroup for controller "memory" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
  839. [   31.739652] cgroup: "memory" requires setting use_hierarchy to 1 on the root.
  840. [   51.299045] audit_printk_skb: 162 callbacks suppressed
  841. [   51.299050] type=1400 audit(1413614059.806:66): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2287 comm="apparmor_parser"
  842. [   51.299061] type=1400 audit(1413614059.806:67): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2287 comm="apparmor_parser"
  843. [   51.299775] type=1400 audit(1413614059.806:68): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2287 comm="apparmor_parser"
  844. [  167.132455] [Firmware Bug]: battery: (dis)charge rate invalid.
  845. [  671.204089] systemd-hostnamed[2850]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
  846. [ 1699.941511] usb 2-1.2.3: USB disconnect, device number 6
  847. [ 1986.984184] usb 2-1.2.3: new low-speed USB device number 7 using ehci-pci
  848. [ 1987.135921] usb 2-1.2.3: New USB device found, idVendor=040b, idProduct=2013
  849. [ 1987.135932] usb 2-1.2.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  850. [ 1987.135938] usb 2-1.2.3: Product: 2.4G Wireless Keyboard&Mouse
  851. [ 1987.143227] input: 2.4G Wireless Keyboard&Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3/2-1.2.3:1.0/input/input20
  852. [ 1987.143544] hid-generic 0003:040B:2013.0006: input,hidraw3: USB HID v1.10 Keyboard [2.4G Wireless Keyboard&Mouse] on usb-0000:00:1d.0-1.2.3/input0
  853. [ 1987.160134] input: 2.4G Wireless Keyboard&Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3/2-1.2.3:1.1/input/input21
  854. [ 1987.160726] hid-generic 0003:040B:2013.0007: input,hiddev0,hidraw4: USB HID v1.10 Mouse [2.4G Wireless Keyboard&Mouse] on usb-0000:00:1d.0-1.2.3/input1
  855. [ 2008.035224] usb 2-1.2.3: USB disconnect, device number 7
  856. [ 2021.288372] usb 2-1.2.3: new low-speed USB device number 8 using ehci-pci
  857. [ 2021.435721] usb 2-1.2.3: New USB device found, idVendor=040b, idProduct=2013
  858. [ 2021.435728] usb 2-1.2.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  859. [ 2021.435731] usb 2-1.2.3: Product: 2.4G Wireless Keyboard&Mouse
  860. [ 2021.442317] input: 2.4G Wireless Keyboard&Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3/2-1.2.3:1.0/input/input22
  861. [ 2021.442753] hid-generic 0003:040B:2013.0008: input,hidraw3: USB HID v1.10 Keyboard [2.4G Wireless Keyboard&Mouse] on usb-0000:00:1d.0-1.2.3/input0
  862. [ 2021.454969] input: 2.4G Wireless Keyboard&Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3/2-1.2.3:1.1/input/input23
  863. [ 2021.456074] hid-generic 0003:040B:2013.0009: input,hiddev0,hidraw4: USB HID v1.10 Mouse [2.4G Wireless Keyboard&Mouse] on usb-0000:00:1d.0-1.2.3/input1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement