Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.05 KB | None | 0 0
  1. empire@linuxcnc:~$ dmesg
  2. [ 0.000000] Initializing cgroup subsys cpuset
  3. [ 0.000000] Initializing cgroup subsys cpu
  4. [ 0.000000] Linux version 3.2.0-4-rt-686-pae (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT RT Debian 3.2.57-3+deb7u2
  5. [ 0.000000] BIOS-provided physical RAM map:
  6. [ 0.000000] BIOS-e820: 0000000000000000 - 000000000008d800 (usable)
  7. [ 0.000000] BIOS-e820: 000000000008d800 - 00000000000a0000 (reserved)
  8. [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
  9. [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
  10. [ 0.000000] BIOS-e820: 0000000020000000 - 0000000020100000 (reserved)
  11. [ 0.000000] BIOS-e820: 0000000020100000 - 00000000b9732000 (usable)
  12. [ 0.000000] BIOS-e820: 00000000b9732000 - 00000000b9762000 (reserved)
  13. [ 0.000000] BIOS-e820: 00000000b9762000 - 00000000b9772000 (ACPI data)
  14. [ 0.000000] BIOS-e820: 00000000b9772000 - 00000000b98a4000 (ACPI NVS)
  15. [ 0.000000] BIOS-e820: 00000000b98a4000 - 00000000b9ba1000 (reserved)
  16. [ 0.000000] BIOS-e820: 00000000b9ba1000 - 00000000b9ba2000 (usable)
  17. [ 0.000000] BIOS-e820: 00000000b9ba2000 - 00000000b9be4000 (reserved)
  18. [ 0.000000] BIOS-e820: 00000000b9be4000 - 00000000b9d54000 (usable)
  19. [ 0.000000] BIOS-e820: 00000000b9d54000 - 00000000b9ffa000 (reserved)
  20. [ 0.000000] BIOS-e820: 00000000b9ffa000 - 00000000ba000000 (usable)
  21. [ 0.000000] BIOS-e820: 00000000e00f8000 - 00000000e00f9000 (reserved)
  22. [ 0.000000] BIOS-e820: 00000000fed01000 - 00000000fed02000 (reserved)
  23. [ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
  24. [ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
  25. [ 0.000000] NX (Execute Disable) protection: active
  26. [ 0.000000] SMBIOS 2.8 present.
  27. [ 0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./J1800N-D2H, BIOS F3 03/06/2014
  28. [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
  29. [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
  30. [ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x1000000
  31. [ 0.000000] MTRR default type: uncachable
  32. [ 0.000000] MTRR fixed ranges enabled:
  33. [ 0.000000] 00000-9FFFF write-back
  34. [ 0.000000] A0000-BFFFF uncachable
  35. [ 0.000000] C0000-E7FFF write-through
  36. [ 0.000000] E8000-FFFFF write-protect
  37. [ 0.000000] MTRR variable ranges enabled:
  38. [ 0.000000] 0 base 000000000 mask F80000000 write-back
  39. [ 0.000000] 1 base 080000000 mask FC0000000 write-back
  40. [ 0.000000] 2 base 0BA000000 mask FFE000000 uncachable
  41. [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
  42. [ 0.000000] 4 base 100000000 mask FC0000000 write-back
  43. [ 0.000000] 5 disabled
  44. [ 0.000000] 6 disabled
  45. [ 0.000000] 7 disabled
  46. [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
  47. [ 0.000000] e820 update range: 00000000ba000000 - 0000000100000000 (usable) ==> (reserved)
  48. [ 0.000000] found SMP MP-table at [c00fd680] fd680
  49. [ 0.000000] initial memory mapped : 0 - 01a00000
  50. [ 0.000000] Base memory trampoline at [c0089000] 89000 size 16384
  51. [ 0.000000] init_memory_mapping: 0000000000000000-00000000379fe000
  52. [ 0.000000] 0000000000 - 0000200000 page 4k
  53. [ 0.000000] 0000200000 - 0037800000 page 2M
  54. [ 0.000000] 0037800000 - 00379fe000 page 4k
  55. [ 0.000000] kernel direct mapping tables up to 379fe000 @ 19f9000-1a00000
  56. [ 0.000000] RAMDISK: 365da000 - 372e5000
  57. [ 0.000000] ACPI: RSDP 000f04a0 00024 (v02 ALASKA)
  58. [ 0.000000] ACPI: XSDT b9765078 00074 (v01 ALASKA A M I 01072009 AMI 00010013)
  59. [ 0.000000] ACPI: FACP b9770450 0010C (v05 ALASKA A M I 01072009 AMI 00010013)
  60. [ 0.000000] ACPI Warning: FADT (revision 5) is longer than ACPI 2.0 version, truncating length 268 to 244 (20110623/tbfadt-288)
  61. [ 0.000000] ACPI: DSDT b9765180 0B2CD (v02 ALASKA A M I 01072009 INTL 20120913)
  62. [ 0.000000] ACPI: FACS b98a3f80 00040
  63. [ 0.000000] ACPI: APIC b9770560 00068 (v03 ALASKA A M I 01072009 AMI 00010013)
  64. [ 0.000000] ACPI: FPDT b97705c8 00044 (v01 ALASKA A M I 01072009 AMI 00010013)
  65. [ 0.000000] ACPI: MCFG b9770610 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
  66. [ 0.000000] ACPI: LPIT b9770650 00104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
  67. [ 0.000000] ACPI: HPET b9770758 00038 (v01 ALASKA A M I 01072009 AMI. 00000005)
  68. [ 0.000000] ACPI: SSDT b9770790 00763 (v01 PmRef CpuPm 00003000 INTL 20061109)
  69. [ 0.000000] ACPI: SSDT b9770ef8 00290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
  70. [ 0.000000] ACPI: SSDT b9771188 0017A (v01 PmRef ApTst 00003000 INTL 20061109)
  71. [ 0.000000] ACPI: UEFI b9771308 00042 (v01 ALASKA A M I 00000000 00000000)
  72. [ 0.000000] ACPI: Local APIC address 0xfee00000
  73. [ 0.000000] 4230MB HIGHMEM available.
  74. [ 0.000000] 889MB LOWMEM available.
  75. [ 0.000000] mapped low ram: 0 - 379fe000
  76. [ 0.000000] low ram: 0 - 379fe000
  77. [ 0.000000] Zone PFN ranges:
  78. [ 0.000000] DMA 0x00000010 -> 0x00001000
  79. [ 0.000000] Normal 0x00001000 -> 0x000379fe
  80. [ 0.000000] HighMem 0x000379fe -> 0x00140000
  81. [ 0.000000] Movable zone start PFN for each node
  82. [ 0.000000] early_node_map[7] active PFN ranges
  83. [ 0.000000] 0: 0x00000010 -> 0x0000008d
  84. [ 0.000000] 0: 0x00000100 -> 0x00020000
  85. [ 0.000000] 0: 0x00020100 -> 0x000b9732
  86. [ 0.000000] 0: 0x000b9ba1 -> 0x000b9ba2
  87. [ 0.000000] 0: 0x000b9be4 -> 0x000b9d54
  88. [ 0.000000] 0: 0x000b9ffa -> 0x000ba000
  89. [ 0.000000] 0: 0x00100000 -> 0x00140000
  90. [ 0.000000] On node 0 totalpages: 1021734
  91. [ 0.000000] free_area_init_node: node 0, pgdat c140f140, node_mem_map f3dda200
  92. [ 0.000000] DMA zone: 32 pages used for memmap
  93. [ 0.000000] DMA zone: 0 pages reserved
  94. [ 0.000000] DMA zone: 3933 pages, LIFO batch:0
  95. [ 0.000000] Normal zone: 1748 pages used for memmap
  96. [ 0.000000] Normal zone: 221738 pages, LIFO batch:31
  97. [ 0.000000] HighMem zone: 8461 pages used for memmap
  98. [ 0.000000] HighMem zone: 785822 pages, LIFO batch:31
  99. [ 0.000000] Using APIC driver default
  100. [ 0.000000] ACPI: PM-Timer IO Port: 0x408
  101. [ 0.000000] ACPI: Local APIC address 0xfee00000
  102. [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
  103. [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
  104. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl level lint[0x8b])
  105. [ 0.000000] ACPI: NMI not connected to LINT 1!
  106. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] low level lint[0xd4])
  107. [ 0.000000] ACPI: NMI not connected to LINT 1!
  108. [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
  109. [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
  110. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  111. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  112. [ 0.000000] ACPI: IRQ0 used by override.
  113. [ 0.000000] ACPI: IRQ2 used by override.
  114. [ 0.000000] ACPI: IRQ9 used by override.
  115. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  116. [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  117. [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
  118. [ 0.000000] nr_irqs_gsi: 103
  119. [ 0.000000] PM: Registered nosave memory: 000000000008d000 - 000000000008e000
  120. [ 0.000000] PM: Registered nosave memory: 000000000008e000 - 00000000000a0000
  121. [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
  122. [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
  123. [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020100000
  124. [ 0.000000] Allocating PCI resources starting at ba000000 (gap: ba000000:260f8000)
  125. [ 0.000000] Booting paravirtualized kernel on bare hardware
  126. [ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
  127. [ 0.000000] PERCPU: Embedded 93 pages/cpu @f7917000 s360064 r0 d20864 u380928
  128. [ 0.000000] pcpu-alloc: s360064 r0 d20864 u380928 alloc=93*4096
  129. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  130. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1011493
  131. [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-rt-686-pae root=UUID=6f052dbc-a2c0-43ad-bf61-d31151010246 ro initrd=/install/initrd.gz lapic quiet rootdelay=5
  132. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  133. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  134. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  135. [ 0.000000] Initializing CPU#0
  136. [ 0.000000] Initializing HighMem for node 0 (000379fe:00140000)
  137. [ 0.000000] Memory: 4024856k/5242880k available (2847k kernel code, 62080k reserved, 1337k data, 724k init, 3177132k highmem)
  138. [ 0.000000] virtual kernel memory layout:
  139. [ 0.000000] fixmap : 0xffd36000 - 0xfffff000 (2852 kB)
  140. [ 0.000000] pkmap : 0xffa00000 - 0xffc00000 (2048 kB)
  141. [ 0.000000] vmalloc : 0xf81fe000 - 0xff9fe000 ( 120 MB)
  142. [ 0.000000] lowmem : 0xc0000000 - 0xf79fe000 ( 889 MB)
  143. [ 0.000000] .init : 0xc1417000 - 0xc14cc000 ( 724 kB)
  144. [ 0.000000] .data : 0xc12c7fe0 - 0xc14167c0 (1337 kB)
  145. [ 0.000000] .text : 0xc1000000 - 0xc12c7fe0 (2847 kB)
  146. [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
  147. [ 0.000000] Preemptible hierarchical RCU implementation.
  148. [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
  149. [ 0.000000] CPU 0 irqstacks, hard=f380a000 soft=f380c000
  150. [ 0.000000] Extended CMOS year: 2000
  151. [ 0.000000] spurious 8259A interrupt: IRQ7.
  152. [ 0.000000] Console: colour VGA+ 80x25
  153. [ 0.000000] console [tty0] enabled
  154. [ 0.000000] hpet clockevent registered
  155. [ 0.000000] Fast TSC calibration using PIT
  156. [ 0.004000] Detected 2416.862 MHz processor.
  157. [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4833.72 BogoMIPS (lpj=9667448)
  158. [ 0.000006] pid_max: default: 32768 minimum: 301
  159. [ 0.000070] Security Framework initialized
  160. [ 0.000075] AppArmor: AppArmor disabled by boot time parameter
  161. [ 0.000100] Mount-cache hash table entries: 512
  162. [ 0.000244] Initializing cgroup subsys cpuacct
  163. [ 0.000250] Initializing cgroup subsys memory
  164. [ 0.000260] Initializing cgroup subsys devices
  165. [ 0.000263] Initializing cgroup subsys freezer
  166. [ 0.000265] Initializing cgroup subsys net_cls
  167. [ 0.000268] Initializing cgroup subsys blkio
  168. [ 0.000274] Initializing cgroup subsys perf_event
  169. [ 0.000304] CPU: Physical Processor ID: 0
  170. [ 0.000306] CPU: Processor Core ID: 0
  171. [ 0.000310] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  172. [ 0.000311] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  173. [ 0.009753] mce: CPU supports 6 MCE banks
  174. [ 0.009763] CPU0: Thermal monitoring enabled (TM1)
  175. [ 0.009768] using mwait in idle threads.
  176. [ 0.010075] ACPI: Core revision 20110623
  177. [ 0.026725] Enabling APIC mode: Flat. Using 1 I/O APICs
  178. [ 0.027462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
  179. [ 0.067084] CPU0: Intel(R) Celeron(R) CPU J1800 @ 2.41GHz stepping 03
  180. [ 0.174650] Performance Events: no PEBS fmt2+, generic architected perfmon, Intel PMU driver.
  181. [ 0.174667] ... version: 3
  182. [ 0.174670] ... bit width: 40
  183. [ 0.174672] ... generic registers: 2
  184. [ 0.174675] ... value mask: 000000ffffffffff
  185. [ 0.174678] ... max period: 000000007fffffff
  186. [ 0.174681] ... fixed-purpose events: 3
  187. [ 0.174683] ... event mask: 0000000700000003
  188. [ 0.190738] NMI watchdog enabled, takes one hw-pmu counter.
  189. [ 0.210628] CPU 1 irqstacks, hard=f38e0000 soft=f38e2000
  190. [ 0.210632] Booting Node 0, Processors #1 Ok.
  191. [ 0.210637] smpboot cpu 1: start_ip = 89000
  192. [ 0.220672] Initializing CPU#1
  193. [ 0.327976] NMI watchdog enabled, takes one hw-pmu counter.
  194. [ 0.330397] Brought up 2 CPUs
  195. [ 0.330402] Total of 2 processors activated (9667.05 BogoMIPS).
  196. [ 0.331072] devtmpfs: initialized
  197. [ 0.331513] PM: Registering ACPI NVS region at b9772000 (1253376 bytes)
  198. [ 0.331950] print_constraints: dummy:
  199. [ 0.332076] NET: Registered protocol family 16
  200. [ 0.332296] ACPI: bus type pci registered
  201. [ 0.332429] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  202. [ 0.332434] PCI: not using MMCONFIG
  203. [ 0.332853] PCI: Using configuration type 1 for base access
  204. [ 0.334508] bio: create slab <bio-0> at 0
  205. [ 0.334697] ACPI: Added _OSI(Module Device)
  206. [ 0.334702] ACPI: Added _OSI(Processor Device)
  207. [ 0.334707] ACPI: Added _OSI(3.0 _SCP Extensions)
  208. [ 0.334712] ACPI: Added _OSI(Processor Aggregator Device)
  209. [ 0.338569] ACPI: EC: Look up EC in DSDT
  210. [ 0.375666] ACPI: SSDT b975a598 00521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
  211. [ 0.376658] ACPI: Dynamic OEM Table Load:
  212. [ 0.376665] ACPI: SSDT (null) 00521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
  213. [ 0.377069] ACPI: SSDT b9759918 00433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
  214. [ 0.378011] ACPI: Dynamic OEM Table Load:
  215. [ 0.378017] ACPI: SSDT (null) 00433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
  216. [ 0.399234] ACPI: SSDT b975be18 0015F (v01 PmRef ApIst 00003000 INTL 20061109)
  217. [ 0.400298] ACPI: Dynamic OEM Table Load:
  218. [ 0.400304] ACPI: SSDT (null) 0015F (v01 PmRef ApIst 00003000 INTL 20061109)
  219. [ 0.412162] ACPI: SSDT b975cf18 0008D (v01 PmRef ApCst 00003000 INTL 20061109)
  220. [ 0.413122] ACPI: Dynamic OEM Table Load:
  221. [ 0.413128] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20061109)
  222. [ 0.423998] ACPI: Interpreter enabled
  223. [ 0.424014] ACPI: (supports S0 S3 S4 S5)
  224. [ 0.424077] ACPI: Using IOAPIC for interrupt routing
  225. [ 0.424132] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  226. [ 0.427050] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
  227. [ 0.427054] PCI: Using MMCONFIG for extended config space
  228. [ 0.441237] ACPI: Power Resource [USBC] (on)
  229. [ 0.444228] ACPI: Power Resource [FN00] (off)
  230. [ 0.445527] ACPI: No dock devices found.
  231. [ 0.445531] HEST: Table not found.
  232. [ 0.445539] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  233. [ 0.446235] \_SB_.PCI0:_OSC invalid UUID
  234. [ 0.446239] _OSC request data:1 8 0
  235. [ 0.446249] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  236. [ 0.447155] pci_root PNP0A08:00: host bridge window [io 0x0000-0x006f]
  237. [ 0.447161] pci_root PNP0A08:00: host bridge window [io 0x0078-0x0cf7]
  238. [ 0.447165] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
  239. [ 0.447169] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
  240. [ 0.447173] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff]
  241. [ 0.447178] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000fffff]
  242. [ 0.447182] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xd0716ffe]
  243. [ 0.447211] pci 0000:00:00.0: [8086:0f00] type 0 class 0x000600
  244. [ 0.447260] pci 0000:00:02.0: [8086:0f31] type 0 class 0x000300
  245. [ 0.447276] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff]
  246. [ 0.447289] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
  247. [ 0.447301] pci 0000:00:02.0: reg 20: [io 0xf080-0xf087]
  248. [ 0.447374] pci 0000:00:13.0: [8086:0f23] type 0 class 0x000106
  249. [ 0.447395] pci 0000:00:13.0: reg 10: [io 0xf070-0xf077]
  250. [ 0.447406] pci 0000:00:13.0: reg 14: [io 0xf060-0xf063]
  251. [ 0.447417] pci 0000:00:13.0: reg 18: [io 0xf050-0xf057]
  252. [ 0.447428] pci 0000:00:13.0: reg 1c: [io 0xf040-0xf043]
  253. [ 0.447439] pci 0000:00:13.0: reg 20: [io 0xf020-0xf03f]
  254. [ 0.447450] pci 0000:00:13.0: reg 24: [mem 0xd0716000-0xd07167ff]
  255. [ 0.447499] pci 0000:00:13.0: PME# supported from D3hot
  256. [ 0.447525] pci 0000:00:14.0: [8086:0f35] type 0 class 0x000c03
  257. [ 0.447546] pci 0000:00:14.0: reg 10: [mem 0xd0700000-0xd070ffff 64bit]
  258. [ 0.447608] pci 0000:00:14.0: PME# supported from D3hot D3cold
  259. [ 0.447644] pci 0000:00:1a.0: [8086:0f18] type 0 class 0x001080
  260. [ 0.447671] pci 0000:00:1a.0: reg 10: [mem 0xd0500000-0xd05fffff]
  261. [ 0.447686] pci 0000:00:1a.0: reg 14: [mem 0xd0400000-0xd04fffff]
  262. [ 0.447806] pci 0000:00:1a.0: PME# supported from D0 D3hot
  263. [ 0.447836] pci 0000:00:1b.0: [8086:0f04] type 0 class 0x000403
  264. [ 0.447861] pci 0000:00:1b.0: reg 10: [mem 0xd0710000-0xd0713fff 64bit]
  265. [ 0.447935] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
  266. [ 0.447961] pci 0000:00:1c.0: [8086:0f48] type 1 class 0x000604
  267. [ 0.448025] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  268. [ 0.448049] pci 0000:00:1c.1: [8086:0f4a] type 1 class 0x000604
  269. [ 0.448112] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
  270. [ 0.448140] pci 0000:00:1c.2: [8086:0f4c] type 1 class 0x000604
  271. [ 0.448203] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
  272. [ 0.448226] pci 0000:00:1c.3: [8086:0f4e] type 1 class 0x000604
  273. [ 0.448289] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
  274. [ 0.448329] pci 0000:00:1d.0: [8086:0f34] type 0 class 0x000c03
  275. [ 0.448359] pci 0000:00:1d.0: reg 10: [mem 0xd0715000-0xd07153ff]
  276. [ 0.448481] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  277. [ 0.448510] pci 0000:00:1f.0: [8086:0f1c] type 0 class 0x000601
  278. [ 0.448612] pci 0000:00:1f.3: [8086:0f12] type 0 class 0x000c05
  279. [ 0.448648] pci 0000:00:1f.3: reg 10: [mem 0xd0714000-0xd071401f]
  280. [ 0.448721] pci 0000:00:1f.3: reg 20: [io 0xf000-0xf01f]
  281. [ 0.448881] pci 0000:01:00.0: [10ec:8168] type 0 class 0x000200
  282. [ 0.448901] pci 0000:01:00.0: reg 10: [io 0xe000-0xe0ff]
  283. [ 0.448930] pci 0000:01:00.0: reg 18: [mem 0xd0604000-0xd0604fff 64bit]
  284. [ 0.448951] pci 0000:01:00.0: reg 20: [mem 0xd0600000-0xd0603fff 64bit pref]
  285. [ 0.449027] pci 0000:01:00.0: supports D1 D2
  286. [ 0.449030] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  287. [ 0.455747] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
  288. [ 0.455754] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
  289. [ 0.455760] pci 0000:00:1c.0: bridge window [mem 0xd0600000-0xd06fffff]
  290. [ 0.455803] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
  291. [ 0.455846] pci 0000:00:1c.2: PCI bridge to [bus 03-03]
  292. [ 0.455889] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
  293. [ 0.455913] pci_bus 0000:00: on NUMA node 0
  294. [ 0.455920] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
  295. [ 0.456579] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
  296. [ 0.456746] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
  297. [ 0.456907] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
  298. [ 0.457068] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
  299. [ 0.457440] \_SB_.PCI0:_OSC invalid UUID
  300. [ 0.457444] _OSC request data:1 1f 0
  301. [ 0.457453] pci0000:00: Requesting ACPI _OSC control (0x1d)
  302. [ 0.457661] \_SB_.PCI0:_OSC invalid UUID
  303. [ 0.457665] _OSC request data:1 0 1d
  304. [ 0.457674] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
  305. [ 0.457677] ACPI _OSC control for PCIe not granted, disabling ASPM
  306. [ 0.477237] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
  307. [ 0.477413] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
  308. [ 0.477586] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
  309. [ 0.477759] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
  310. [ 0.477933] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 10 11 12 14 15)
  311. [ 0.478110] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  312. [ 0.478302] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
  313. [ 0.478476] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
  314. [ 0.478671] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
  315. [ 0.478696] vgaarb: loaded
  316. [ 0.478699] vgaarb: bridge control possible 0000:00:02.0
  317. [ 0.478801] PCI: Using ACPI for IRQ routing
  318. [ 0.484708] PCI: pci_cache_line_size set to 64 bytes
  319. [ 0.484812] reserve RAM buffer: 000000000008d800 - 000000000008ffff
  320. [ 0.484817] reserve RAM buffer: 00000000b9732000 - 00000000bbffffff
  321. [ 0.484822] reserve RAM buffer: 00000000b9ba2000 - 00000000bbffffff
  322. [ 0.484827] reserve RAM buffer: 00000000b9d54000 - 00000000bbffffff
  323. [ 0.484832] reserve RAM buffer: 00000000ba000000 - 00000000bbffffff
  324. [ 0.485068] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  325. [ 0.485078] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
  326. [ 0.487125] Switching to clocksource hpet
  327. [ 0.491898] pnp: PnP ACPI init
  328. [ 0.491927] ACPI: bus type pnp registered
  329. [ 0.491979] pnp 00:00: [io 0x0070-0x0077]
  330. [ 0.492045] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
  331. [ 0.492131] pnp 00:01: [mem 0xfed00000-0xfed003ff]
  332. [ 0.492137] pnp 00:01: IRQ 8 override to edge, high
  333. [ 0.492150] pnp 00:01: [irq 8]
  334. [ 0.492205] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
  335. [ 0.492650] pnp 00:02: [bus 00-ff]
  336. [ 0.492655] pnp 00:02: [io 0x0070-0x0077]
  337. [ 0.492660] pnp 00:02: [io 0x0cf8-0x0cff]
  338. [ 0.492664] pnp 00:02: [io 0x0000-0x006f window]
  339. [ 0.492668] pnp 00:02: [io 0x0078-0x0cf7 window]
  340. [ 0.492673] pnp 00:02: [io 0x0d00-0xffff window]
  341. [ 0.492677] pnp 00:02: [mem 0x000a0000-0x000bffff window]
  342. [ 0.492682] pnp 00:02: [mem 0x000c0000-0x000dffff window]
  343. [ 0.492686] pnp 00:02: [mem 0x000e0000-0x000fffff window]
  344. [ 0.492691] pnp 00:02: [mem 0x00000000 window]
  345. [ 0.492695] pnp 00:02: [mem 0x00000000-0xffffffff window]
  346. [ 0.492700] pnp 00:02: [mem 0xc0000000-0xd0716ffe window]
  347. [ 0.492802] pnp 00:02: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
  348. [ 0.492978] pnp 00:03: [mem 0xff000000-0xffffffff]
  349. [ 0.493043] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
  350. [ 0.493085] pnp 00:04: [io 0x002e-0x002f]
  351. [ 0.493090] pnp 00:04: [io 0x004e-0x004f]
  352. [ 0.493094] pnp 00:04: [io 0x0061]
  353. [ 0.493097] pnp 00:04: [io 0x0063]
  354. [ 0.493101] pnp 00:04: [io 0x0065]
  355. [ 0.493105] pnp 00:04: [io 0x0067]
  356. [ 0.493109] pnp 00:04: [io 0x0070]
  357. [ 0.493113] pnp 00:04: [io 0x0080-0x008f]
  358. [ 0.493116] pnp 00:04: [io 0x0092]
  359. [ 0.493120] pnp 00:04: [io 0x00b2-0x00b3]
  360. [ 0.493124] pnp 00:04: [io 0x0680-0x069f]
  361. [ 0.493128] pnp 00:04: [io 0x0400-0x047f]
  362. [ 0.493132] pnp 00:04: [io 0x0500-0x05fe]
  363. [ 0.493136] pnp 00:04: [io 0x0600-0x061f]
  364. [ 0.493140] pnp 00:04: [io 0x164e-0x164f]
  365. [ 0.493247] system 00:04: [io 0x0680-0x069f] has been reserved
  366. [ 0.493253] system 00:04: [io 0x0400-0x047f] has been reserved
  367. [ 0.493259] system 00:04: [io 0x0500-0x05fe] has been reserved
  368. [ 0.493264] system 00:04: [io 0x0600-0x061f] has been reserved
  369. [ 0.493269] system 00:04: [io 0x164e-0x164f] has been reserved
  370. [ 0.493275] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
  371. [ 0.493691] pnp 00:05: [io 0x0000-0xffffffffffffffff disabled]
  372. [ 0.493696] pnp 00:05: [io 0x0a00-0x0a2f]
  373. [ 0.493700] pnp 00:05: [io 0x0a30-0x0a3f]
  374. [ 0.493704] pnp 00:05: [io 0x0a40-0x0a4f]
  375. [ 0.493807] system 00:05: [io 0x0a00-0x0a2f] has been reserved
  376. [ 0.493813] system 00:05: [io 0x0a30-0x0a3f] has been reserved
  377. [ 0.493819] system 00:05: [io 0x0a40-0x0a4f] has been reserved
  378. [ 0.493825] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
  379. [ 0.494836] pnp 00:06: [io 0x03f8-0x03ff]
  380. [ 0.494846] pnp 00:06: [irq 4]
  381. [ 0.494851] pnp 00:06: [dma 0 disabled]
  382. [ 0.494974] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
  383. [ 0.495018] pnp 00:07: [io 0x0060]
  384. [ 0.495022] pnp 00:07: [io 0x0064]
  385. [ 0.495031] pnp 00:07: [irq 1]
  386. [ 0.495142] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
  387. [ 0.495231] pnp 00:08: [irq 12]
  388. [ 0.495320] pnp 00:08: Plug and Play ACPI device, IDs PNP0f13 (active)
  389. [ 0.496704] pnp 00:09: [io 0x0378-0x037f]
  390. [ 0.496714] pnp 00:09: [irq 5]
  391. [ 0.496718] pnp 00:09: [dma 0 disabled]
  392. [ 0.497197] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
  393. [ 0.497817] pnp 00:0a: [mem 0xe0000000-0xefffffff]
  394. [ 0.497823] pnp 00:0a: [mem 0xfed01000-0xfed01fff]
  395. [ 0.497827] pnp 00:0a: [mem 0xfed03000-0xfed03fff]
  396. [ 0.497831] pnp 00:0a: [mem 0xfed04000-0xfed04fff]
  397. [ 0.497836] pnp 00:0a: [mem 0xfed0c000-0xfed0ffff]
  398. [ 0.497840] pnp 00:0a: [mem 0xfed08000-0xfed08fff]
  399. [ 0.497844] pnp 00:0a: [mem 0xfed1c000-0xfed1cfff]
  400. [ 0.497848] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
  401. [ 0.497852] pnp 00:0a: [mem 0xfef00000-0xfeffffff]
  402. [ 0.497981] system 00:0a: [mem 0xe0000000-0xefffffff] could not be reserved
  403. [ 0.497988] system 00:0a: [mem 0xfed01000-0xfed01fff] has been reserved
  404. [ 0.497994] system 00:0a: [mem 0xfed03000-0xfed03fff] has been reserved
  405. [ 0.497999] system 00:0a: [mem 0xfed04000-0xfed04fff] has been reserved
  406. [ 0.498005] system 00:0a: [mem 0xfed0c000-0xfed0ffff] has been reserved
  407. [ 0.498011] system 00:0a: [mem 0xfed08000-0xfed08fff] has been reserved
  408. [ 0.498016] system 00:0a: [mem 0xfed1c000-0xfed1cfff] has been reserved
  409. [ 0.498022] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
  410. [ 0.498028] system 00:0a: [mem 0xfef00000-0xfeffffff] has been reserved
  411. [ 0.498033] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
  412. [ 0.501038] pnp: PnP ACPI: found 11 devices
  413. [ 0.501042] ACPI: ACPI bus type pnp unregistered
  414. [ 0.501046] PnPBIOS: Disabled by ACPI PNP
  415. [ 0.541092] PCI: max bus depth: 1 pci_try_num: 2
  416. [ 0.541140] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
  417. [ 0.541148] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
  418. [ 0.541157] pci 0000:00:1c.3: BAR 13: assigned [io 0x2000-0x2fff]
  419. [ 0.541165] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
  420. [ 0.541172] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
  421. [ 0.541180] pci 0000:00:1c.2: BAR 13: assigned [io 0x3000-0x3fff]
  422. [ 0.541187] pci 0000:00:1c.1: BAR 14: can't assign mem (size 0x200000)
  423. [ 0.541195] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
  424. [ 0.541202] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
  425. [ 0.541209] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
  426. [ 0.541219] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
  427. [ 0.541223] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
  428. [ 0.541230] pci 0000:00:1c.0: bridge window [mem 0xd0600000-0xd06fffff]
  429. [ 0.541239] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
  430. [ 0.541243] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
  431. [ 0.541254] pci 0000:00:1c.2: PCI bridge to [bus 03-03]
  432. [ 0.541258] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
  433. [ 0.541269] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
  434. [ 0.541273] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
  435. [ 0.541306] pci 0000:00:1c.0: setting latency timer to 64
  436. [ 0.541324] pci 0000:00:1c.1: setting latency timer to 64
  437. [ 0.541341] pci 0000:00:1c.2: setting latency timer to 64
  438. [ 0.541357] pci 0000:00:1c.3: setting latency timer to 64
  439. [ 0.541363] pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
  440. [ 0.541367] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
  441. [ 0.541371] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
  442. [ 0.541375] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
  443. [ 0.541379] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
  444. [ 0.541383] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
  445. [ 0.541387] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xd0716ffe]
  446. [ 0.541391] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
  447. [ 0.541395] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
  448. [ 0.541400] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
  449. [ 0.541404] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
  450. [ 0.541408] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
  451. [ 0.541505] NET: Registered protocol family 2
  452. [ 0.541637] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  453. [ 0.542148] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  454. [ 0.542699] TCP bind hash table entries: 65536 (order: 8, 1835008 bytes)
  455. [ 0.543380] TCP: Hash tables configured (established 131072 bind 65536)
  456. [ 0.543385] TCP reno registered
  457. [ 0.543394] UDP hash table entries: 512 (order: 3, 32768 bytes)
  458. [ 0.543412] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
  459. [ 0.543585] NET: Registered protocol family 1
  460. [ 0.543617] pci 0000:00:02.0: Boot video device
  461. [ 0.543809] PCI: CLS 64 bytes, default 64
  462. [ 0.543925] Unpacking initramfs...
  463. [ 0.913075] Freeing initrd memory: 13356k freed
  464. [ 0.919570] audit: initializing netlink socket (disabled)
  465. [ 0.919593] type=2000 audit(1404401638.792:1): initialized
  466. [ 0.934992] highmem bounce pool size: 64 pages
  467. [ 0.935001] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  468. [ 0.935294] VFS: Disk quotas dquot_6.5.2
  469. [ 0.935364] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  470. [ 0.935487] msgmni has been set to 1681
  471. [ 0.935827] alg: No test for stdrng (krng)
  472. [ 0.935881] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  473. [ 0.935887] io scheduler noop registered
  474. [ 0.935890] io scheduler deadline registered
  475. [ 0.935921] io scheduler cfq registered (default)
  476. [ 0.936287] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  477. [ 0.936337] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  478. [ 0.936341] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  479. [ 0.937419] intel_idle: does not run on family 6 model 55
  480. [ 0.937465] ERST: Table is not found!
  481. [ 0.937468] GHES: HEST is not enabled!
  482. [ 0.937494] isapnp: Scanning for PnP cards...
  483. [ 1.291674] isapnp: No Plug & Play device found
  484. [ 1.291793] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  485. [ 1.312324] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
  486. [ 1.474170] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
  487. [ 1.509879] Linux agpgart interface v0.103
  488. [ 1.510301] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
  489. [ 1.510988] serio: i8042 KBD port at 0x60,0x64 irq 1
  490. [ 1.511017] serio: i8042 AUX port at 0x60,0x64 irq 12
  491. [ 1.511298] mousedev: PS/2 mouse device common for all mice
  492. [ 1.511380] rtc_cmos 00:00: RTC can wake from S4
  493. [ 1.511547] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
  494. [ 1.511623] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
  495. [ 1.511650] cpuidle: using governor ladder
  496. [ 1.511654] cpuidle: using governor menu
  497. [ 1.512236] TCP cubic registered
  498. [ 1.512315] NET: Registered protocol family 10
  499. [ 1.513665] Mobile IPv6
  500. [ 1.513670] NET: Registered protocol family 17
  501. [ 1.513679] Registering the dns_resolver key type
  502. [ 1.513719] Using IPI No-Shortcut mode
  503. [ 1.513966] PM: Hibernation image not present or could not be loaded.
  504. [ 1.513990] registered taskstats version 1
  505. [ 1.514480] rtc_cmos 00:00: setting system clock to 2014-07-03 15:34:00 UTC (1404401640)
  506. [ 1.514640] Initializing network drop monitor service
  507. [ 1.514855] Freeing unused kernel memory: 724k freed
  508. [ 1.515218] Write protecting the kernel text: 2848k
  509. [ 1.515284] Write protecting the kernel read-only data: 1072k
  510. [ 1.515287] NX-protecting the kernel data: 3296k
  511. [ 1.528296] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
  512. [ 1.535068] udevd[56]: starting version 175
  513. [ 1.616560] SCSI subsystem initialized
  514. [ 1.641772] libata version 3.00 loaded.
  515. [ 1.641987] usbcore: registered new interface driver usbfs
  516. [ 1.643393] usbcore: registered new interface driver hub
  517. [ 1.643890] usbcore: registered new device driver usb
  518. [ 1.648624] xhci_hcd 0000:00:14.0: setting latency timer to 64
  519. [ 1.648631] xhci_hcd 0000:00:14.0: xHCI Host Controller
  520. [ 1.648730] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
  521. [ 1.649130] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
  522. [ 1.649274] xhci_hcd 0000:00:14.0: irq 103 for MSI/MSI-X
  523. [ 1.649448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  524. [ 1.649453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  525. [ 1.649456] usb usb1: Product: xHCI Host Controller
  526. [ 1.649460] usb usb1: Manufacturer: Linux 3.2.0-4-rt-686-pae xhci_hcd
  527. [ 1.649463] usb usb1: SerialNumber: 0000:00:14.0
  528. [ 1.650052] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  529. [ 1.652756] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
  530. [ 1.652825] r8169 0000:01:00.0: setting latency timer to 64
  531. [ 1.652911] r8169 0000:01:00.0: irq 104 for MSI/MSI-X
  532. [ 1.654678] xHCI xhci_add_endpoint called for root hub
  533. [ 1.654684] xHCI xhci_check_bandwidth called for root hub
  534. [ 1.656105] hub 1-0:1.0: USB hub found
  535. [ 1.656124] hub 1-0:1.0: 6 ports detected
  536. [ 1.660583] r8169 0000:01:00.0: eth0: RTL8168evl/8111evl at 0xf8222000, 74:d4:35:81:ec:37, XID 0c900800 IRQ 104
  537. [ 1.660590] r8169 0000:01:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
  538. [ 1.662106] xhci_hcd 0000:00:14.0: xHCI Host Controller
  539. [ 1.662125] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  540. [ 1.662185] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
  541. [ 1.662190] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  542. [ 1.662194] usb usb2: Product: xHCI Host Controller
  543. [ 1.662198] usb usb2: Manufacturer: Linux 3.2.0-4-rt-686-pae xhci_hcd
  544. [ 1.662202] usb usb2: SerialNumber: 0000:00:14.0
  545. [ 1.667405] xHCI xhci_add_endpoint called for root hub
  546. [ 1.667410] xHCI xhci_check_bandwidth called for root hub
  547. [ 1.668399] thermal LNXTHERM:00: registered as thermal_zone0
  548. [ 1.668405] ACPI: Thermal Zone [TZ01] (27 C)
  549. [ 1.669818] hub 2-0:1.0: USB hub found
  550. [ 1.669835] hub 2-0:1.0: 1 port detected
  551. [ 1.670931] ACPI: Fan [FAN0] (off)
  552. [ 1.685380] ehci_hcd 0000:00:1d.0: setting latency timer to 64
  553. [ 1.685388] ehci_hcd 0000:00:1d.0: EHCI Host Controller
  554. [ 1.685479] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
  555. [ 1.685518] ehci_hcd 0000:00:1d.0: debug port 2
  556. [ 1.689411] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
  557. [ 1.689510] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xd0715000
  558. [ 1.705077] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
  559. [ 1.705175] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  560. [ 1.705180] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  561. [ 1.705184] usb usb3: Product: EHCI Host Controller
  562. [ 1.705187] usb usb3: Manufacturer: Linux 3.2.0-4-rt-686-pae ehci_hcd
  563. [ 1.705191] usb usb3: SerialNumber: 0000:00:1d.0
  564. [ 1.705595] hub 3-0:1.0: USB hub found
  565. [ 1.705611] hub 3-0:1.0: 8 ports detected
  566. [ 1.705804] ahci 0000:00:13.0: version 3.0
  567. [ 1.705893] ahci 0000:00:13.0: irq 105 for MSI/MSI-X
  568. [ 1.721143] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x2 impl SATA mode
  569. [ 1.721151] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part
  570. [ 1.721158] ahci 0000:00:13.0: setting latency timer to 64
  571. [ 1.735519] scsi0 : ahci
  572. [ 1.739220] scsi1 : ahci
  573. [ 1.742697] ata1: DUMMY
  574. [ 1.742704] ata2: SATA max UDMA/133 abar m2048@0xd0716000 port 0xd0716180 irq 105
  575. [ 1.916704] Refined TSC clocksource calibration: 2416.666 MHz.
  576. [ 1.916713] Switching to clocksource tsc
  577. [ 2.016532] usb 3-1: new high-speed USB device number 2 using ehci_hcd
  578. [ 2.068446] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  579. [ 2.069721] ata2.00: ATA-8: ST500DM002-1BD142, KC48, max UDMA/133
  580. [ 2.069726] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
  581. [ 2.071249] ata2.00: configured for UDMA/133
  582. [ 2.071424] scsi 1:0:0:0: Direct-Access ATA ST500DM002-1BD14 KC48 PQ: 0 ANSI: 5
  583. [ 2.081716] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
  584. [ 2.081722] sd 1:0:0:0: [sda] 4096-byte physical blocks
  585. [ 2.081854] sd 1:0:0:0: [sda] Write Protect is off
  586. [ 2.081859] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
  587. [ 2.081915] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  588. [ 2.127512] sda: sda1 sda2 < sda5 >
  589. [ 2.128186] sd 1:0:0:0: [sda] Attached SCSI disk
  590. [ 2.131528] sd 1:0:0:0: Attached scsi generic sg0 type 0
  591. [ 2.148689] usb 3-1: New USB device found, idVendor=8087, idProduct=07e6
  592. [ 2.148695] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  593. [ 2.149004] hub 3-1:1.0: USB hub found
  594. [ 2.149055] hub 3-1:1.0: 4 ports detected
  595. [ 2.419979] usb 3-1.3: new high-speed USB device number 3 using ehci_hcd
  596. [ 2.513187] usb 3-1.3: New USB device found, idVendor=05e3, idProduct=0608
  597. [ 2.513193] usb 3-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  598. [ 2.513197] usb 3-1.3: Product: USB2.0 Hub
  599. [ 2.513867] hub 3-1.3:1.0: USB hub found
  600. [ 2.514181] hub 3-1.3:1.0: 4 ports detected
  601. [ 2.587682] usb 3-1.4: new low-speed USB device number 4 using ehci_hcd
  602. [ 2.685267] usb 3-1.4: New USB device found, idVendor=046d, idProduct=c31c
  603. [ 2.685272] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  604. [ 2.685276] usb 3-1.4: Product: USB Keyboard
  605. [ 2.685280] usb 3-1.4: Manufacturer: Logitech
  606. [ 2.698400] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.4/3-1.4:1.0/input/input1
  607. [ 2.698525] generic-usb 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:1d.0-1.4/input0
  608. [ 2.705219] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.4/3-1.4:1.1/input/input2
  609. [ 2.705324] generic-usb 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:1d.0-1.4/input1
  610. [ 2.705357] usbcore: registered new interface driver usbhid
  611. [ 2.705361] usbhid: USB HID core driver
  612. [ 2.787468] usb 3-1.3.2: new low-speed USB device number 5 using ehci_hcd
  613. [ 2.883178] usb 3-1.3.2: New USB device found, idVendor=046d, idProduct=c05a
  614. [ 2.883183] usb 3-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  615. [ 2.883187] usb 3-1.3.2: Product: USB Optical Mouse
  616. [ 2.883190] usb 3-1.3.2: Manufacturer: Logitech
  617. [ 2.885773] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.3/3-1.3.2/3-1.3.2:1.0/input/input3
  618. [ 2.885974] generic-usb 0003:046D:C05A.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-1.3.2/input0
  619. [ 7.483983] microcode: CPU0 sig=0x30673, pf=0x4, revision=0x31e
  620. [ 7.487953] platform microcode: firmware: agent aborted loading intel-ucode/06-37-03 (not found?)
  621. [ 7.488090] microcode: CPU1 sig=0x30673, pf=0x4, revision=0x31e
  622. [ 7.492211] platform microcode: firmware: agent aborted loading intel-ucode/06-37-03 (not found?)
  623. [ 7.492678] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  624. [ 7.613904] PM: Starting manual resume from disk
  625. [ 7.613910] PM: Hibernation image partition 8:5 present
  626. [ 7.613913] PM: Looking for hibernation image.
  627. [ 7.614217] PM: Image not found (code -22)
  628. [ 7.614221] PM: Hibernation image not present or could not be loaded.
  629. [ 7.730611] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
  630. [ 9.640935] udevd[369]: starting version 175
  631. [ 9.985847] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
  632. [ 9.985859] ACPI: Power Button [PWRB]
  633. [ 9.989975] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
  634. [ 9.989986] ACPI: Sleep Button [SLPB]
  635. [ 9.994476] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
  636. [ 9.994486] ACPI: Power Button [PWRF]
  637. [ 9.995254] ACPI: Requesting acpi_cpufreq
  638. [ 10.003947] input: PC Speaker as /devices/platform/pcspkr/input/input7
  639. [ 10.009880] Monitor-Mwait will be used to enter C-1 state
  640. [ 10.195062] parport_pc 00:09: reported by Plug and Play ACPI
  641. [ 10.195127] parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE]
  642. [ 10.443053] udevd[471]: renamed network interface eth0 to eth2
  643. [ 10.654198] snd_hda_intel 0000:00:1b.0: irq 106 for MSI/MSI-X
  644. [ 10.654294] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
  645. [ 11.124530] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  646. [ 11.124693] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  647. [ 11.125192] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  648. [ 12.313287] Adding 7295996k swap on /dev/sda5. Priority:-1 extents:1 across:7295996k
  649. [ 12.342614] EXT4-fs (sda1): re-mounted. Opts: (null)
  650. [ 12.555215] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
  651. [ 12.750745] loop: module loaded
  652. [ 14.652839] RPC: Registered named UNIX socket transport module.
  653. [ 14.652844] RPC: Registered udp transport module.
  654. [ 14.652847] RPC: Registered tcp transport module.
  655. [ 14.652850] RPC: Registered tcp NFSv4.1 backchannel transport module.
  656. [ 14.683829] FS-Cache: Loaded
  657. [ 14.698123] FS-Cache: Netfs 'nfs' registered for caching
  658. [ 14.717510] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  659. [ 15.025360] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  660. [ 15.025519] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  661. [ 15.025846] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  662. [ 15.032182] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  663. [ 15.032339] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  664. [ 15.032505] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  665. [ 15.048992] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  666. [ 15.056976] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  667. [ 15.064300] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  668. [ 15.071781] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  669. [ 15.079102] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  670. [ 15.086592] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  671. [ 15.093916] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  672. [ 15.101236] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  673. [ 15.108559] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  674. [ 15.115872] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  675. [ 15.123193] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  676. [ 15.130686] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  677. [ 15.138010] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  678. [ 15.145325] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  679. [ 15.152812] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  680. [ 15.160127] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  681. [ 15.167452] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  682. [ 15.174772] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  683. [ 15.182097] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  684. [ 15.189418] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  685. [ 15.196738] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  686. [ 15.204057] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  687. [ 15.211381] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  688. [ 15.218866] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  689. [ 15.226184] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  690. [ 15.233509] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  691. [ 15.240992] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  692. [ 15.248487] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  693. [ 15.255969] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  694. [ 15.263456] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  695. [ 15.270778] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  696. [ 15.278266] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  697. [ 15.285583] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  698. [ 15.292909] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  699. [ 15.300225] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  700. [ 15.307543] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  701. [ 15.315035] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  702. [ 15.324854] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  703. [ 15.325012] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  704. [ 15.325345] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  705. [ 15.335327] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  706. [ 15.335486] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  707. [ 15.335821] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  708. [ 17.193800] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input8
  709. [ 18.849076] lp0: using parport0 (interrupt-driven).
  710. [ 18.905603] ppdev: user-space parallel port driver
  711. [ 19.512526] Bluetooth: Core ver 2.16
  712. [ 19.512558] NET: Registered protocol family 31
  713. [ 19.512562] Bluetooth: HCI device and connection manager initialized
  714. [ 19.512567] Bluetooth: HCI socket layer initialized
  715. [ 19.512571] Bluetooth: L2CAP socket layer initialized
  716. [ 19.512584] Bluetooth: SCO socket layer initialized
  717. [ 19.532549] Bluetooth: RFCOMM TTY layer initialized
  718. [ 19.532559] Bluetooth: RFCOMM socket layer initialized
  719. [ 19.532562] Bluetooth: RFCOMM ver 1.11
  720. [ 19.694188] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  721. [ 19.694193] Bluetooth: BNEP filters: protocol multicast
  722. [ 21.072012] r8169 0000:01:00.0: firmware: agent loaded rtl_nic/rtl8168e-3.fw into memory
  723. [ 21.177042] r8169 0000:01:00.0: eth2: link down
  724. [ 21.177053] r8169 0000:01:00.0: eth2: link down
  725. [ 21.177241] ADDRCONF(NETDEV_UP): eth2: link is not ready
  726. [ 22.854241] r8169 0000:01:00.0: eth2: link up
  727. [ 22.854386] ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
  728. [ 33.338902] eth2: no IPv6 routers present
  729. [ 41.491222] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
  730. [ 66.298754] usb 3-1.3.1: new high-speed USB device number 6 using ehci_hcd
  731. [ 66.391472] usb 3-1.3.1: New USB device found, idVendor=05dc, idProduct=0700
  732. [ 66.391482] usb 3-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  733. [ 66.391489] usb 3-1.3.1: Product: JumpDrive
  734. [ 66.391495] usb 3-1.3.1: Manufacturer: Lexar
  735. [ 66.391501] usb 3-1.3.1: SerialNumber: 3634070854
  736. [ 66.477668] Initializing USB Mass Storage driver...
  737. [ 66.477861] scsi2 : usb-storage 3-1.3.1:1.0
  738. [ 66.478006] usbcore: registered new interface driver usb-storage
  739. [ 66.478009] USB Mass Storage support registered.
  740. [ 67.473557] scsi 2:0:0:0: Direct-Access Lexar JumpDrive 1.00 PQ: 0 ANSI: 6
  741. [ 67.476410] sd 2:0:0:0: [sdb] 31293440 512-byte logical blocks: (16.0 GB/14.9 GiB)
  742. [ 67.477026] sd 2:0:0:0: [sdb] Write Protect is off
  743. [ 67.477037] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
  744. [ 67.477524] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
  745. [ 67.479071] sd 2:0:0:0: Attached scsi generic sg1 type 0
  746. [ 67.484161] sdb: sdb1
  747. [ 67.486383] sd 2:0:0:0: [sdb] Attached SCSI removable disk
  748. [ 79.530406] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  749. [ 93.726657] sdb: detected capacity change from 16022241280 to 0
  750. [ 96.035852] usb 3-1.3.1: reset high-speed USB device number 6 using ehci_hcd
  751. [ 96.139848] sd 2:0:0:0: [sdb] 31293440 512-byte logical blocks: (16.0 GB/14.9 GiB)
  752. [ 96.143342] sdb: sdb1
  753. [ 98.213992] usb 3-1.3.1: USB disconnect, device number 6
  754. [ 98.217684] scsi 2:0:0:0: rejecting I/O to offline device
  755. [ 98.217696] scsi 2:0:0:0: killing request
  756. [ 98.217809] sdb: detected capacity change from 16022241280 to 0
  757. empire@linuxcnc:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement