Advertisement
Guest User

Kernal

a guest
Mar 11th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.34 KB | None | 0 0
  1. ################################################################################
  2. # ... output of lsmod
  3. # OpenELEC release: Generic.i386-3.2.4
  4. #
  5. ################################################################################
  6. Module Size Used by
  7. nvidia 10224021 40
  8. snd_hda_codec_hdmi 25079 1
  9. snd_hda_codec_realtek 26619 1
  10. iptable_filter 752 0
  11. ip_tables 7288 1 iptable_filter
  12. bnep 7036 2
  13. bluetooth 146889 5 bnep
  14. ath5k 108194 0
  15. ath 10925 1 ath5k
  16. mac80211 186015 1 ath5k
  17. cfg80211 136018 3 ath,ath5k,mac80211
  18. rfkill 6998 5 cfg80211,bluetooth
  19. snd_hda_intel 23872 2
  20. snd_hda_codec 95001 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
  21. snd_hwdep 3691 1 snd_hda_codec
  22. snd_pcm 46009 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
  23. snd_page_alloc 5002 2 snd_pcm,snd_hda_intel
  24. wmi 6167 0
  25. uvesafb 17703 1
  26. xhci_hcd 63195 0
  27.  
  28. ################################################################################
  29. # ... output of dmesg
  30. # OpenELEC release: Generic.i386-3.2.4
  31. #
  32. ################################################################################
  33. [ 0.000000] Linux version 3.10.20 (stephan@buildserver.fritz.box) (gcc version 4.7.3 (GCC) ) #1 SMP Tue Nov 26 11:58:51 CET 2013
  34. [ 0.000000] Disabled fast string operations
  35. [ 0.000000] e820: BIOS-provided physical RAM map:
  36. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
  37. [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
  38. [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
  39. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bff8ffff] usable
  40. [ 0.000000] BIOS-e820: [mem 0x00000000bff90000-0x00000000bff9dfff] ACPI data
  41. [ 0.000000] BIOS-e820: [mem 0x00000000bff9e000-0x00000000bffdffff] ACPI NVS
  42. [ 0.000000] BIOS-e820: [mem 0x00000000bffe0000-0x00000000cfffffff] reserved
  43. [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  44. [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  45. [ 0.000000] BIOS-e820: [mem 0x00000000ff700000-0x00000000ffffffff] reserved
  46. [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
  47. [ 0.000000] SMBIOS 2.6 present.
  48. [ 0.000000] DMI: Acer Aspire R3610/FMCP7A-ION, BIOS P01-A3 08/31/2009
  49. [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  50. [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  51. [ 0.000000] e820: last_pfn = 0xbff90 max_arch_pfn = 0x100000
  52. [ 0.000000] MTRR default type: uncachable
  53. [ 0.000000] MTRR fixed ranges enabled:
  54. [ 0.000000] 00000-9FFFF write-back
  55. [ 0.000000] A0000-BFFFF uncachable
  56. [ 0.000000] C0000-CFFFF write-protect
  57. [ 0.000000] D0000-DFFFF uncachable
  58. [ 0.000000] E0000-EFFFF write-through
  59. [ 0.000000] F0000-FFFFF write-protect
  60. [ 0.000000] MTRR variable ranges enabled:
  61. [ 0.000000] 0 base 000000000 mask 080000000 write-back
  62. [ 0.000000] 1 base 080000000 mask 0C0000000 write-back
  63. [ 0.000000] 2 base 0C0000000 mask 0F0000000 write-back
  64. [ 0.000000] 3 disabled
  65. [ 0.000000] 4 disabled
  66. [ 0.000000] 5 disabled
  67. [ 0.000000] 6 disabled
  68. [ 0.000000] 7 disabled
  69. [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
  70. [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
  71. [ 0.000000] initial memory mapped: [mem 0x00000000-0x023fffff]
  72. [ 0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
  73. [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
  74. [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
  75. [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
  76. [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
  77. [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
  78. [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
  79. [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
  80. [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
  81. [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
  82. [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
  83. [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
  84. [ 0.000000] BRK [0x01ea6000, 0x01ea6fff] PGTABLE
  85. [ 0.000000] ACPI: RSDP 000fb6c0 00024 (v02 ACPIAM)
  86. [ 0.000000] ACPI: XSDT bff90100 0006C (v01 ACRSYS ACRPRDCT 20090831 MSFT 00000097)
  87. [ 0.000000] ACPI: FACP bff90290 000F4 (v03 ACRSYS FACP1557 20090831 MSFT 00000097)
  88. [ 0.000000] ACPI: DSDT bff90620 06CAA (v01 963A1 963A1P05 00000004 INTL 20051117)
  89. [ 0.000000] ACPI: FACS bff9e000 00040
  90. [ 0.000000] ACPI: APIC bff90390 00080 (v01 ACRSYS APIC1557 20090831 MSFT 00000097)
  91. [ 0.000000] ACPI: MCFG bff90410 0003C (v01 ACRSYS OEMMCFG 20090831 MSFT 00000097)
  92. [ 0.000000] ACPI: SLIC bff90450 00176 (v01 ACRSYS ACRPRDCT 20090831 MSFT 00000097)
  93. [ 0.000000] ACPI: WDRT bff905d0 00047 (v01 ACRSYS NV-WDRT 20090831 MSFT 00000097)
  94. [ 0.000000] ACPI: OEMB bff9e040 00079 (v01 ACRSYS OEMB1557 20090831 MSFT 00000097)
  95. [ 0.000000] ACPI: HPET bff9a620 00038 (v01 ACRSYS OEMHPET0 20090831 MSFT 00000097)
  96. [ 0.000000] ACPI: NVHD bff9e0c0 00284 (v01 ACRSYS NVHDCP 20090831 MSFT 00000097)
  97. [ 0.000000] ACPI: AWMI bff9e350 0004E (v01 ACRSYS OEMB1557 20090831 MSFT 00000097)
  98. [ 0.000000] ACPI: Local APIC address 0xfee00000
  99. [ 0.000000] 2183MB HIGHMEM available.
  100. [ 0.000000] 887MB LOWMEM available.
  101. [ 0.000000] mapped low ram: 0 - 377fe000
  102. [ 0.000000] low ram: 0 - 377fe000
  103. [ 0.000000] BRK [0x01ea7000, 0x01ea7fff] PGTABLE
  104. [ 0.000000] Zone ranges:
  105. [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
  106. [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
  107. [ 0.000000] HighMem [mem 0x377fe000-0xbff8ffff]
  108. [ 0.000000] Movable zone start for each node
  109. [ 0.000000] Early memory node ranges
  110. [ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
  111. [ 0.000000] node 0: [mem 0x00100000-0xbff8ffff]
  112. [ 0.000000] On node 0 totalpages: 786221
  113. [ 0.000000] free_area_init_node: node 0, pgdat c1aa9140, node_mem_map f5ffe020
  114. [ 0.000000] DMA zone: 32 pages used for memmap
  115. [ 0.000000] DMA zone: 0 pages reserved
  116. [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
  117. [ 0.000000] Normal zone: 1744 pages used for memmap
  118. [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
  119. [ 0.000000] HighMem zone: 4368 pages used for memmap
  120. [ 0.000000] HighMem zone: 558994 pages, LIFO batch:31
  121. [ 0.000000] Using APIC driver default
  122. [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
  123. [ 0.000000] ACPI: Local APIC address 0xfee00000
  124. [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
  125. [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
  126. [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
  127. [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
  128. [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
  129. [ 0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
  130. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  131. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  132. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
  133. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
  134. [ 0.000000] ACPI: IRQ0 used by override.
  135. [ 0.000000] ACPI: IRQ2 used by override.
  136. [ 0.000000] ACPI: IRQ9 used by override.
  137. [ 0.000000] ACPI: IRQ14 used by override.
  138. [ 0.000000] ACPI: IRQ15 used by override.
  139. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  140. [ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
  141. [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
  142. [ 0.000000] nr_irqs_gsi: 40
  143. [ 0.000000] e820: [mem 0xd0000000-0xfebfffff] available for PCI devices
  144. [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
  145. [ 0.000000] PERCPU: Embedded 12 pages/cpu @f5fbc000 s27008 r0 d22144 u49152
  146. [ 0.000000] pcpu-alloc: s27008 r0 d22144 u49152 alloc=12*4096
  147. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  148. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 784445
  149. [ 0.000000] Kernel command line: root=/dev/ram0 rdinit=/init BOOT_IMAGE=/KERNEL boot=LABEL=System disk=LABEL=Storage ssh quiet
  150. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  151. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  152. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  153. [ 0.000000] Initializing CPU#0
  154. [ 0.000000] Initializing HighMem for node 0 (000377fe:000bff90)
  155. [ 0.000000] Memory: 3104164k/3145280k available (5861k kernel code, 40720k reserved, 5085k data, 3740k init, 2235976k highmem)
  156. [ 0.000000] virtual kernel memory layout:
  157. [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
  158. [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
  159. [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
  160. [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
  161. [ 0.000000] .init : 0xc1ab1000 - 0xc1e58000 (3740 kB)
  162. [ 0.000000] .data : 0xc15b966a - 0xc1ab0b40 (5085 kB)
  163. [ 0.000000] .text : 0xc1000000 - 0xc15b966a (5861 kB)
  164. [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
  165. [ 0.000000] Hierarchical RCU implementation.
  166. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
  167. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  168. [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
  169. [ 0.000000] CPU 0 irqstacks, hard=f5806000 soft=f5808000
  170. [ 0.000000] spurious 8259A interrupt: IRQ7.
  171. [ 0.000000] Console: colour VGA+ 80x25
  172. [ 0.000000] console [tty0] enabled
  173. [ 0.000000] hpet clockevent registered
  174. [ 0.000000] tsc: Fast TSC calibration using PIT
  175. [ 0.000000] tsc: Detected 1600.044 MHz processor
  176. [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.42 BogoMIPS (lpj=5333480)
  177. [ 0.003346] pid_max: default: 32768 minimum: 301
  178. [ 0.003441] Mount-cache hash table entries: 512
  179. [ 0.003829] Disabled fast string operations
  180. [ 0.003839] CPU: Physical Processor ID: 0
  181. [ 0.003843] CPU: Processor Core ID: 0
  182. [ 0.003863] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
  183. [ 0.003863] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8
  184. [ 0.003863] tlb_flushall_shift: 6
  185. [ 0.004020] Freeing SMP alternatives: 16k freed
  186. [ 0.004035] ACPI: Core revision 20130328
  187. [ 0.015212] ACPI: All ACPI Tables successfully acquired
  188. [ 0.016816] Enabling APIC mode: Flat. Using 1 I/O APICs
  189. [ 0.017312] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  190. [ 0.050343] smpboot: CPU0: Intel(R) Atom(TM) CPU 330 @ 1.60GHz (fam: 06, model: 1c, stepping: 02)
  191. [ 0.053333] Performance Events: PEBS fmt0+, LBR disabled due to erratumAtom events, Intel PMU driver.
  192. [ 0.053333] ... version: 3
  193. [ 0.053333] ... bit width: 40
  194. [ 0.053333] ... generic registers: 2
  195. [ 0.053333] ... value mask: 000000ffffffffff
  196. [ 0.053333] ... max period: 000000007fffffff
  197. [ 0.053333] ... fixed-purpose events: 3
  198. [ 0.053333] ... event mask: 0000000700000003
  199. [ 0.053333] CPU 1 irqstacks, hard=f58ea000 soft=f58ec000
  200. [ 0.006666] Initializing CPU#1
  201. [ 0.006666] Disabled fast string operations
  202. [ 0.053333] smpboot: Booting Node 0, Processors #1
  203. [ 0.063617] CPU 2 irqstacks, hard=f58fa000 soft=f58fc000
  204. [ 0.006666] Initializing CPU#2
  205. [ 0.006666] Disabled fast string operations
  206. [ 0.063626] #2
  207. [ 0.077014] CPU 3 irqstacks, hard=f5908000 soft=f590a000
  208. [ 0.077025] #3 OK
  209. [ 0.006666] Initializing CPU#3
  210. [ 0.006666] Disabled fast string operations
  211. [ 0.090081] Brought up 4 CPUs
  212. [ 0.090092] smpboot: Total of 4 processors activated (12805.70 BogoMIPS)
  213. [ 0.091509] devtmpfs: initialized
  214. [ 0.091509] PM: Registering ACPI NVS region [mem 0xbff9e000-0xbffdffff] (270336 bytes)
  215. [ 0.093367] xor: measuring software checksum speed
  216. [ 0.126122] pIII_sse : 4994.400 MB/sec
  217. [ 0.159455] prefetch64-sse: 5511.600 MB/sec
  218. [ 0.159462] xor: using function: prefetch64-sse (5511.600 MB/sec)
  219. [ 0.159615] NET: Registered protocol family 16
  220. [ 0.160281] ACPI: bus type PCI registered
  221. [ 0.160398] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xfc000000-0xfdffffff] (base 0xfc000000)
  222. [ 0.160405] PCI: not using MMCONFIG
  223. [ 0.160730] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=7
  224. [ 0.160734] PCI: Using configuration type 1 for base access
  225. [ 0.165974] bio: create slab <bio-0> at 0
  226. [ 0.222833] raid6: mmxx1 376 MB/s
  227. [ 0.279467] raid6: mmxx2 718 MB/s
  228. [ 0.336183] raid6: sse1x1 357 MB/s
  229. [ 0.392858] raid6: sse1x2 644 MB/s
  230. [ 0.449527] raid6: sse2x1 710 MB/s
  231. [ 0.506161] raid6: sse2x2 1284 MB/s
  232. [ 0.506166] raid6: using algorithm sse2x2 (1284 MB/s)
  233. [ 0.506170] raid6: using ssse3x1 recovery algorithm
  234. [ 0.506681] ACPI: Added _OSI(Module Device)
  235. [ 0.506681] ACPI: Added _OSI(Processor Device)
  236. [ 0.506681] ACPI: Added _OSI(3.0 _SCP Extensions)
  237. [ 0.506681] ACPI: Added _OSI(Processor Aggregator Device)
  238. [ 0.509195] ACPI: EC: Look up EC in DSDT
  239. [ 0.512352] ACPI: Executed 1 blocks of module-level executable AML code
  240. [ 0.518933] ACPI: Interpreter enabled
  241. [ 0.518952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
  242. [ 0.518964] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
  243. [ 0.518991] ACPI: (supports S0 S3 S5)
  244. [ 0.518997] ACPI: Using IOAPIC for interrupt routing
  245. [ 0.519081] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xfc000000-0xfdffffff] (base 0xfc000000)
  246. [ 0.521550] PCI: MMCONFIG at [mem 0xfc000000-0xfdffffff] reserved in ACPI motherboard resources
  247. [ 0.521557] PCI: Using MMCONFIG for extended config space
  248. [ 0.521596] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  249. [ 0.547695] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  250. [ 0.548460] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-1f] only partially covers this bridge
  251. [ 0.548538] PCI host bridge to bus 0000:00
  252. [ 0.548548] pci_bus 0000:00: root bus resource [bus 00-ff]
  253. [ 0.548556] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
  254. [ 0.548563] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
  255. [ 0.548570] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
  256. [ 0.548577] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
  257. [ 0.548584] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfbffffff]
  258. [ 0.548591] pci_bus 0000:00: root bus resource [mem 0xfe000000-0xfebfffff]
  259. [ 0.548618] pci 0000:00:00.0: [10de:0a82] type 00 class 0x060000
  260. [ 0.548911] pci 0000:00:00.1: [10de:0a88] type 00 class 0x050000
  261. [ 0.549241] pci 0000:00:03.0: [10de:0aad] type 00 class 0x060100
  262. [ 0.549259] pci 0000:00:03.0: reg 10: [io 0x4f00-0x4fff]
  263. [ 0.549498] pci 0000:00:03.1: [10de:0aa4] type 00 class 0x050000
  264. [ 0.549777] pci 0000:00:03.2: [10de:0aa2] type 00 class 0x0c0500
  265. [ 0.549800] pci 0000:00:03.2: reg 10: [io 0x4900-0x493f]
  266. [ 0.549833] pci 0000:00:03.2: reg 20: [io 0x4d00-0x4d3f]
  267. [ 0.549846] pci 0000:00:03.2: reg 24: [io 0x4e00-0x4e3f]
  268. [ 0.549896] pci 0000:00:03.2: PME# supported from D3hot D3cold
  269. [ 0.550041] pci 0000:00:03.2: System wakeup disabled by ACPI
  270. [ 0.550142] pci 0000:00:03.3: [10de:0a89] type 00 class 0x050000
  271. [ 0.550472] pci 0000:00:03.5: [10de:0aa3] type 00 class 0x0b4000
  272. [ 0.550500] pci 0000:00:03.5: reg 10: [mem 0xfae80000-0xfaefffff]
  273. [ 0.550808] pci 0000:00:04.0: [10de:0aa5] type 00 class 0x0c0310
  274. [ 0.550830] pci 0000:00:04.0: reg 10: [mem 0xfae7f000-0xfae7ffff]
  275. [ 0.550899] pci 0000:00:04.0: supports D1 D2
  276. [ 0.550905] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
  277. [ 0.551038] pci 0000:00:04.0: System wakeup disabled by ACPI
  278. [ 0.551134] pci 0000:00:04.1: [10de:0aa6] type 00 class 0x0c0320
  279. [ 0.551158] pci 0000:00:04.1: reg 10: [mem 0xfae7ec00-0xfae7ecff]
  280. [ 0.551238] pci 0000:00:04.1: supports D1 D2
  281. [ 0.551244] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
  282. [ 0.551374] pci 0000:00:04.1: System wakeup disabled by ACPI
  283. [ 0.551483] pci 0000:00:08.0: [10de:0ac0] type 00 class 0x040300
  284. [ 0.551504] pci 0000:00:08.0: reg 10: [mem 0xfae78000-0xfae7bfff]
  285. [ 0.551573] pci 0000:00:08.0: PME# supported from D3hot D3cold
  286. [ 0.551701] pci 0000:00:08.0: System wakeup disabled by ACPI
  287. [ 0.551797] pci 0000:00:09.0: [10de:0aab] type 01 class 0x060401
  288. [ 0.551971] pci 0000:00:09.0: System wakeup disabled by ACPI
  289. [ 0.552063] pci 0000:00:0a.0: [10de:0ab0] type 00 class 0x020000
  290. [ 0.552084] pci 0000:00:0a.0: reg 10: [mem 0xfae7d000-0xfae7dfff]
  291. [ 0.552097] pci 0000:00:0a.0: reg 14: [io 0xd080-0xd087]
  292. [ 0.552110] pci 0000:00:0a.0: reg 18: [mem 0xfae7e800-0xfae7e8ff]
  293. [ 0.552123] pci 0000:00:0a.0: reg 1c: [mem 0xfae7e400-0xfae7e40f]
  294. [ 0.552174] pci 0000:00:0a.0: supports D1 D2
  295. [ 0.552180] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
  296. [ 0.552309] pci 0000:00:0a.0: System wakeup disabled by ACPI
  297. [ 0.552410] pci 0000:00:0b.0: [10de:0ab9] type 00 class 0x010601
  298. [ 0.552432] pci 0000:00:0b.0: reg 10: [io 0xd000-0xd007]
  299. [ 0.552445] pci 0000:00:0b.0: reg 14: [io 0xcc00-0xcc03]
  300. [ 0.552457] pci 0000:00:0b.0: reg 18: [io 0xc880-0xc887]
  301. [ 0.552470] pci 0000:00:0b.0: reg 1c: [io 0xc800-0xc803]
  302. [ 0.552482] pci 0000:00:0b.0: reg 20: [io 0xc480-0xc48f]
  303. [ 0.552494] pci 0000:00:0b.0: reg 24: [mem 0xfae76000-0xfae77fff]
  304. [ 0.552762] pci 0000:00:0c.0: [10de:0ac4] type 01 class 0x060400
  305. [ 0.553012] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
  306. [ 0.553173] pci 0000:00:0c.0: System wakeup disabled by ACPI
  307. [ 0.553276] pci 0000:00:10.0: [10de:0aa0] type 01 class 0x060400
  308. [ 0.553351] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
  309. [ 0.553604] pci 0000:00:15.0: [10de:0ac6] type 01 class 0x060400
  310. [ 0.553850] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
  311. [ 0.554010] pci 0000:00:15.0: System wakeup disabled by ACPI
  312. [ 0.554143] pci 0000:00:16.0: [10de:0ac7] type 01 class 0x060400
  313. [ 0.554388] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
  314. [ 0.554548] pci 0000:00:16.0: System wakeup disabled by ACPI
  315. [ 0.554683] pci 0000:00:17.0: [10de:0ac7] type 01 class 0x060400
  316. [ 0.554929] pci 0000:00:17.0: PME# supported from D0 D1 D2 D3hot D3cold
  317. [ 0.555088] pci 0000:00:17.0: System wakeup disabled by ACPI
  318. [ 0.555241] pci 0000:00:18.0: [10de:0ac7] type 01 class 0x060400
  319. [ 0.555487] pci 0000:00:18.0: PME# supported from D0 D1 D2 D3hot D3cold
  320. [ 0.555647] pci 0000:00:18.0: System wakeup disabled by ACPI
  321. [ 0.555841] pci 0000:00:09.0: PCI bridge to [bus 01] (subtractive decode)
  322. [ 0.555855] pci 0000:00:09.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
  323. [ 0.555862] pci 0000:00:09.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
  324. [ 0.555870] pci 0000:00:09.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
  325. [ 0.555877] pci 0000:00:09.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
  326. [ 0.555884] pci 0000:00:09.0: bridge window [mem 0xd0000000-0xfbffffff] (subtractive decode)
  327. [ 0.555891] pci 0000:00:09.0: bridge window [mem 0xfe000000-0xfebfffff] (subtractive decode)
  328. [ 0.556088] pci 0000:00:0c.0: PCI bridge to [bus 02]
  329. [ 0.556221] pci 0000:03:00.0: [10de:087d] type 00 class 0x030000
  330. [ 0.556246] pci 0000:03:00.0: reg 10: [mem 0xfb000000-0xfbffffff]
  331. [ 0.556266] pci 0000:03:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
  332. [ 0.556285] pci 0000:03:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit pref]
  333. [ 0.556299] pci 0000:03:00.0: reg 24: [io 0xec00-0xec7f]
  334. [ 0.556313] pci 0000:03:00.0: reg 30: [mem 0xfafe0000-0xfaffffff pref]
  335. [ 0.556482] pci 0000:00:10.0: PCI bridge to [bus 03]
  336. [ 0.556492] pci 0000:00:10.0: bridge window [io 0xe000-0xefff]
  337. [ 0.556501] pci 0000:00:10.0: bridge window [mem 0xfaf00000-0xfbffffff]
  338. [ 0.556511] pci 0000:00:10.0: bridge window [mem 0xe0000000-0xf9ffffff 64bit pref]
  339. [ 0.556713] pci 0000:00:15.0: PCI bridge to [bus 04]
  340. [ 0.556963] pci 0000:05:00.0: [168c:001c] type 00 class 0x020000
  341. [ 0.556993] pci 0000:05:00.0: reg 10: [mem 0xfebf0000-0xfebfffff 64bit]
  342. [ 0.557198] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
  343. [ 0.557220] pci 0000:00:16.0: PCI bridge to [bus 05]
  344. [ 0.557246] pci 0000:00:16.0: bridge window [mem 0xfeb00000-0xfebfffff]
  345. [ 0.557454] pci 0000:00:17.0: PCI bridge to [bus 06]
  346. [ 0.557681] pci 0000:00:18.0: PCI bridge to [bus 07]
  347. [ 0.557793] pci_bus 0000:00: on NUMA node 0
  348. [ 0.558066] acpi PNP0A03:00: Requesting ACPI _OSC control (0x1d)
  349. [ 0.558690] acpi PNP0A03:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0c
  350. [ 0.558695] ACPI _OSC control for PCIe not granted, disabling ASPM
  351. [ 0.559744] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled.
  352. [ 0.560107] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
  353. [ 0.560458] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
  354. [ 0.560806] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
  355. [ 0.561154] ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *0, disabled.
  356. [ 0.561504] ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *0, disabled.
  357. [ 0.561853] ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled.
  358. [ 0.562202] ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled.
  359. [ 0.562550] ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled.
  360. [ 0.562909] ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled.
  361. [ 0.563259] ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled.
  362. [ 0.563620] ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled.
  363. [ 0.563967] ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *0, disabled.
  364. [ 0.564316] ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled.
  365. [ 0.564665] ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled.
  366. [ 0.565013] ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled.
  367. [ 0.565362] ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *0, disabled.
  368. [ 0.565710] ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled.
  369. [ 0.566059] ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled.
  370. [ 0.566419] ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled.
  371. [ 0.566787] ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *9
  372. [ 0.567136] ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled.
  373. [ 0.567485] ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled.
  374. [ 0.567834] ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled.
  375. [ 0.568183] ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled.
  376. [ 0.568532] ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled.
  377. [ 0.568880] ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled.
  378. [ 0.569229] ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled.
  379. [ 0.569587] ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *0, disabled.
  380. [ 0.569937] ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled.
  381. [ 0.570298] ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled.
  382. [ 0.570646] ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled.
  383. [ 0.571001] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *9
  384. [ 0.571355] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *15
  385. [ 0.571708] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *11
  386. [ 0.572062] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *10
  387. [ 0.572415] ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *7
  388. [ 0.572777] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *10
  389. [ 0.573147] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *11
  390. [ 0.573512] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
  391. [ 0.573903] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
  392. [ 0.574252] ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *0, disabled.
  393. [ 0.574601] ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *0, disabled.
  394. [ 0.574958] ACPI: PCI Interrupt Link [LRP0] (IRQs 20 21 22 23) *10
  395. [ 0.575312] ACPI: PCI Interrupt Link [LRP1] (IRQs 20 21 22 23) *0, disabled.
  396. [ 0.575661] ACPI: PCI Interrupt Link [LRP2] (IRQs 20 21 22 23) *0, disabled.
  397. [ 0.576018] ACPI: PCI Interrupt Link [LRP3] (IRQs 20 21 22 23) *11
  398. [ 0.576390] ACPI: PCI Interrupt Link [LRP4] (IRQs 20 21 22 23) *9
  399. [ 0.576759] ACPI: PCI Interrupt Link [LRP5] (IRQs 20 21 22 23) *15
  400. [ 0.577121] ACPI: PCI Interrupt Link [LRP6] (IRQs 20 21 22 23) *14
  401. [ 0.577423] ACPI: Enabled 1 GPEs in block 00 to 1F
  402. [ 0.577444] acpi root: \_SB_.PCI0 notify handler is installed
  403. [ 0.577586] Found 1 acpi root devices
  404. [ 0.577749] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
  405. [ 0.577749] vgaarb: loaded
  406. [ 0.577749] vgaarb: bridge control possible 0000:03:00.0
  407. [ 0.577749] SCSI subsystem initialized
  408. [ 0.577749] ACPI: bus type ATA registered
  409. [ 0.577749] libata version 3.00 loaded.
  410. [ 0.577749] ACPI: bus type USB registered
  411. [ 0.577749] usbcore: registered new interface driver usbfs
  412. [ 0.577749] usbcore: registered new interface driver hub
  413. [ 0.577749] usbcore: registered new device driver usb
  414. [ 0.577749] pps_core: LinuxPPS API ver. 1 registered
  415. [ 0.577749] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  416. [ 0.577749] PTP clock support registered
  417. [ 0.577749] Advanced Linux Sound Architecture Driver Initialized.
  418. [ 0.577749] PCI: Using ACPI for IRQ routing
  419. [ 0.577749] PCI: pci_cache_line_size set to 64 bytes
  420. [ 0.577749] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
  421. [ 0.577749] e820: reserve RAM buffer [mem 0xbff90000-0xbfffffff]
  422. [ 0.577749] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
  423. [ 0.580039] Switching to clocksource hpet
  424. [ 0.580223] pnp: PnP ACPI init
  425. [ 0.580255] ACPI: bus type PNP registered
  426. [ 0.580411] pnp 00:00: [dma 4]
  427. [ 0.580490] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
  428. [ 0.580566] pnp 00:01: Plug and Play ACPI device, IDs PNP0800 (active)
  429. [ 0.580658] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
  430. [ 0.581668] system 00:03: [io 0x04d0-0x04d1] has been reserved
  431. [ 0.581677] system 00:03: [io 0x0800-0x080f] has been reserved
  432. [ 0.581685] system 00:03: [io 0x4000-0x407f] has been reserved
  433. [ 0.581693] system 00:03: [io 0x4080-0x40ff] has been reserved
  434. [ 0.581701] system 00:03: [io 0x4400-0x447f] has been reserved
  435. [ 0.581708] system 00:03: [io 0x4480-0x44ff] has been reserved
  436. [ 0.581716] system 00:03: [io 0x4800-0x487f] has been reserved
  437. [ 0.581723] system 00:03: [io 0x4880-0x48ff] has been reserved
  438. [ 0.581732] system 00:03: [mem 0x000d0000-0x000d3fff window] has been reserved
  439. [ 0.581740] system 00:03: [mem 0x000d4000-0x000d7fff window] has been reserved
  440. [ 0.581748] system 00:03: [mem 0x000de000-0x000dffff window] has been reserved
  441. [ 0.581757] system 00:03: [mem 0xfefe2000-0xfefe3fff] has been reserved
  442. [ 0.581765] system 00:03: [mem 0xfefe1000-0xfefe1fff] has been reserved
  443. [ 0.581772] system 00:03: [mem 0xfee01000-0xfeefffff] has been reserved
  444. [ 0.581782] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
  445. [ 0.582146] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
  446. [ 0.582268] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
  447. [ 0.582615] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
  448. [ 0.582625] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
  449. [ 0.582634] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
  450. [ 0.582857] system 00:07: [mem 0xfc000000-0xfdffffff] has been reserved
  451. [ 0.582867] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  452. [ 0.583438] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
  453. [ 0.583449] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
  454. [ 0.583457] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
  455. [ 0.583465] system 00:08: [mem 0x00100000-0xcfffffff] could not be reserved
  456. [ 0.583473] system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
  457. [ 0.583482] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
  458. [ 0.585719] pnp: PnP ACPI: found 9 devices
  459. [ 0.585725] ACPI: bus type PNP unregistered
  460. [ 0.627272] pci 0000:00:09.0: PCI bridge to [bus 01]
  461. [ 0.627292] pci 0000:00:0c.0: PCI bridge to [bus 02]
  462. [ 0.627327] pci 0000:00:10.0: PCI bridge to [bus 03]
  463. [ 0.627335] pci 0000:00:10.0: bridge window [io 0xe000-0xefff]
  464. [ 0.627344] pci 0000:00:10.0: bridge window [mem 0xfaf00000-0xfbffffff]
  465. [ 0.627352] pci 0000:00:10.0: bridge window [mem 0xe0000000-0xf9ffffff 64bit pref]
  466. [ 0.627362] pci 0000:00:15.0: PCI bridge to [bus 04]
  467. [ 0.627396] pci 0000:00:16.0: PCI bridge to [bus 05]
  468. [ 0.627412] pci 0000:00:16.0: bridge window [mem 0xfeb00000-0xfebfffff]
  469. [ 0.627436] pci 0000:00:17.0: PCI bridge to [bus 06]
  470. [ 0.627470] pci 0000:00:18.0: PCI bridge to [bus 07]
  471. [ 0.627515] pci 0000:00:09.0: setting latency timer to 64
  472. [ 0.628198] ACPI: PCI Interrupt Link [LRP0] enabled at IRQ 23
  473. [ 0.628241] pci 0000:00:10.0: setting latency timer to 64
  474. [ 0.628855] ACPI: PCI Interrupt Link [LRP3] enabled at IRQ 22
  475. [ 0.629485] ACPI: PCI Interrupt Link [LRP4] enabled at IRQ 21
  476. [ 0.630140] ACPI: PCI Interrupt Link [LRP5] enabled at IRQ 20
  477. [ 0.630772] ACPI: PCI Interrupt Link [LRP6] enabled at IRQ 23
  478. [ 0.630789] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
  479. [ 0.630797] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
  480. [ 0.630804] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
  481. [ 0.630811] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
  482. [ 0.630818] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xfbffffff]
  483. [ 0.630825] pci_bus 0000:00: resource 9 [mem 0xfe000000-0xfebfffff]
  484. [ 0.630832] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7]
  485. [ 0.630839] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff]
  486. [ 0.630846] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
  487. [ 0.630853] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
  488. [ 0.630859] pci_bus 0000:01: resource 8 [mem 0xd0000000-0xfbffffff]
  489. [ 0.630867] pci_bus 0000:01: resource 9 [mem 0xfe000000-0xfebfffff]
  490. [ 0.630874] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
  491. [ 0.630881] pci_bus 0000:03: resource 1 [mem 0xfaf00000-0xfbffffff]
  492. [ 0.630888] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf9ffffff 64bit pref]
  493. [ 0.630895] pci_bus 0000:05: resource 1 [mem 0xfeb00000-0xfebfffff]
  494. [ 0.631047] NET: Registered protocol family 2
  495. [ 0.631429] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  496. [ 0.631493] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  497. [ 0.631552] TCP: Hash tables configured (established 8192 bind 8192)
  498. [ 0.631642] TCP: reno registered
  499. [ 0.631650] UDP hash table entries: 512 (order: 2, 16384 bytes)
  500. [ 0.631669] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  501. [ 0.631853] NET: Registered protocol family 1
  502. [ 0.632150] RPC: Registered named UNIX socket transport module.
  503. [ 0.632156] RPC: Registered udp transport module.
  504. [ 0.632160] RPC: Registered tcp transport module.
  505. [ 0.632163] RPC: Registered tcp NFSv4.1 backchannel transport module.
  506. [ 0.632913] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 22
  507. [ 0.714125] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 21
  508. [ 0.714518] pci 0000:03:00.0: Boot video device
  509. [ 0.714530] PCI: CLS 64 bytes, default 64
  510. [ 0.722203] microcode: CPU0 sig=0x106c2, pf=0x8, revision=0x213
  511. [ 0.722228] microcode: CPU1 sig=0x106c2, pf=0x8, revision=0x213
  512. [ 0.722250] microcode: CPU2 sig=0x106c2, pf=0x8, revision=0x213
  513. [ 0.722271] microcode: CPU3 sig=0x106c2, pf=0x8, revision=0x213
  514. [ 0.722380] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  515. [ 0.723180] bounce pool size: 64 pages
  516. [ 0.724151] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  517. [ 0.724451] NFS: Registering the id_resolver key type
  518. [ 0.724490] Key type id_resolver registered
  519. [ 0.724494] Key type id_legacy registered
  520. [ 0.724842] fuse init (API version 7.22)
  521. [ 0.725030] JFS: nTxBlock = 8192, nTxLock = 65536
  522. [ 0.729722] SGI XFS with security attributes, large block/inode numbers, no debug enabled
  523. [ 0.730548] bio: create slab <bio-1> at 1
  524. [ 0.730906] Btrfs loaded
  525. [ 0.730926] msgmni has been set to 1695
  526. [ 0.733058] alg: No test for stdrng (krng)
  527. [ 0.733141] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  528. [ 0.733149] io scheduler noop registered
  529. [ 0.733192] io scheduler cfq registered (default)
  530. [ 0.734191] intel_idle: MWAIT substates: 0x10
  531. [ 0.734214] intel_idle: v0.4 model 0x1C
  532. [ 0.734219] intel_idle: lapic_timer_reliable_states 0x2
  533. [ 0.734437] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
  534. [ 0.734448] ACPI: Power Button [PWRB]
  535. [ 0.734628] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
  536. [ 0.734637] ACPI: Power Button [PWRF]
  537. [ 0.742940] thermal LNXTHERM:00: registered as thermal_zone0
  538. [ 0.742948] ACPI: Thermal Zone [THRM] (39 C)
  539. [ 0.743189] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  540. [ 0.744150] Linux agpgart interface v0.103
  541. [ 0.744268] [drm] Initialized drm 1.1.0 20060810
  542. [ 0.747745] brd: module loaded
  543. [ 0.747842] loop: module loaded
  544. [ 0.748513] nbd: registered device at major 43
  545. [ 0.751745] Loading iSCSI transport class v2.0-870.
  546. [ 0.752102] iscsi: registered transport (tcp)
  547. [ 0.752331] ahci 0000:00:0b.0: version 3.0
  548. [ 0.753030] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 20
  549. [ 0.753122] ahci 0000:00:0b.0: irq 40 for MSI/MSI-X
  550. [ 0.753149] ahci 0000:00:0b.0: controller can't do PMP, turning off CAP_PMP
  551. [ 0.753324] ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
  552. [ 0.753334] ahci 0000:00:0b.0: flags: 64bit ncq sntf led pio slum part sxs
  553. [ 0.753373] ahci 0000:00:0b.0: setting latency timer to 64
  554. [ 0.755801] scsi0 : ahci
  555. [ 0.756062] scsi1 : ahci
  556. [ 0.756242] scsi2 : ahci
  557. [ 0.756428] scsi3 : ahci
  558. [ 0.756610] scsi4 : ahci
  559. [ 0.756822] scsi5 : ahci
  560. [ 0.757015] ata1: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76100 irq 40
  561. [ 0.757023] ata2: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76180 irq 40
  562. [ 0.757029] ata3: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76200 irq 40
  563. [ 0.757034] ata4: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76280 irq 40
  564. [ 0.757040] ata5: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76300 irq 40
  565. [ 0.757046] ata6: SATA max UDMA/133 abar m8192@0xfae76000 port 0xfae76380 irq 40
  566. [ 0.758261] tun: Universal TUN/TAP device driver, 1.6
  567. [ 0.758267] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  568. [ 0.758437] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
  569. [ 0.758503] Atheros(R) L2 Ethernet Driver - version 2.2.3
  570. [ 0.758508] Copyright (c) 2007 Atheros Corporation.
  571. [ 0.758719] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.16 (Dec 05, 2012)
  572. [ 0.758877] uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29)
  573. [ 0.758924] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
  574. [ 0.758929] e100: Copyright(c) 1999-2006 Intel Corporation
  575. [ 0.758977] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
  576. [ 0.758982] e1000: Copyright (c) 1999-2006 Intel Corporation.
  577. [ 0.759027] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
  578. [ 0.759031] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
  579. [ 0.759087] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.3-k
  580. [ 0.759091] igb: Copyright (c) 2007-2013 Intel Corporation.
  581. [ 0.759172] jme: JMicron JMC2XX ethernet driver version 1.0.8.5-jmmod
  582. [ 0.759250] sky2: driver version 1.30
  583. [ 0.759326] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
  584. [ 0.760082] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23
  585. [ 0.760100] forcedeth 0000:00:0a.0: setting latency timer to 64
  586. [ 0.821191] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 90:fb:a6:2c:39:70
  587. [ 0.821201] forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3
  588. [ 0.821527] PPP generic driver version 2.4.2
  589. [ 0.821684] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  590. [ 0.821689] ehci-pci: EHCI PCI platform driver
  591. [ 0.821917] ehci-pci 0000:00:04.1: setting latency timer to 64
  592. [ 0.821940] ehci-pci 0000:00:04.1: EHCI Host Controller
  593. [ 0.821958] ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 1
  594. [ 0.821977] ehci-pci 0000:00:04.1: debug port 1
  595. [ 0.822021] ehci-pci 0000:00:04.1: cache line size of 64 is not supported
  596. [ 0.822072] ehci-pci 0000:00:04.1: irq 21, io mem 0xfae7ec00
  597. [ 0.830041] ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.00
  598. [ 0.830419] hub 1-0:1.0: USB hub found
  599. [ 0.830434] hub 1-0:1.0: 12 ports detected
  600. [ 0.831416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  601. [ 0.831635] ohci_hcd 0000:00:04.0: setting latency timer to 64
  602. [ 0.831644] ohci_hcd 0000:00:04.0: OHCI Host Controller
  603. [ 0.831660] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
  604. [ 0.831722] ohci_hcd 0000:00:04.0: irq 22, io mem 0xfae7f000
  605. [ 0.885668] hub 2-0:1.0: USB hub found
  606. [ 0.885686] hub 2-0:1.0: 12 ports detected
  607. [ 0.886155] uhci_hcd: USB Universal Host Controller Interface driver
  608. [ 0.886286] usbcore: registered new interface driver usb-storage
  609. [ 0.886395] i8042: PNP: No PS/2 controller found. Probing ports directly.
  610. [ 0.887994] serio: i8042 KBD port at 0x60,0x64 irq 1
  611. [ 0.888011] serio: i8042 AUX port at 0x60,0x64 irq 12
  612. [ 0.888271] mousedev: PS/2 mouse device common for all mice
  613. [ 0.888833] rtc_cmos 00:05: RTC can wake from S4
  614. [ 0.889192] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
  615. [ 0.889260] rtc_cmos 00:05: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
  616. [ 0.889283] i2c /dev entries driver
  617. [ 0.889413] ACPI Warning: 0x00004d00-0x00004d3f SystemIO conflicts with Region \IP2_ 1 (20130328/utaddress-251)
  618. [ 0.889427] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  619. [ 0.889433] ACPI Warning: 0x00004e00-0x00004e3f SystemIO conflicts with Region \_SB_.PCI0.SM00 1 (20130328/utaddress-251)
  620. [ 0.889444] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  621. [ 0.890002] softdog: Software Watchdog Timer: 0.08 initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
  622. [ 0.890135] cpuidle: using governor ladder
  623. [ 0.890278] cpuidle: using governor menu
  624. [ 0.890285] No iBFT detected.
  625. [ 0.890329] hidraw: raw HID events driver (C) Jiri Kosina
  626. [ 0.890986] usbcore: registered new interface driver usbhid
  627. [ 0.890991] usbhid: USB HID core driver
  628. [ 0.891306] zram: Created 1 device(s) ...
  629. [ 0.891447] Netfilter messages via NETLINK v0.30.
  630. [ 0.891478] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  631. [ 0.891666] ctnetlink v0.93: registering with nfnetlink.
  632. [ 0.891756] TCP: cubic registered
  633. [ 0.891891] NET: Registered protocol family 10
  634. [ 0.892375] NET: Registered protocol family 17
  635. [ 0.892443] Key type dns_resolver registered
  636. [ 0.892669] Using IPI No-Shortcut mode
  637. [ 0.894207] rtc_cmos 00:05: setting system clock to 2014-03-11 23:43:59 UTC (1394581439)
  638. [ 0.894306] ondemand governor failed, too long transition latency of HW, fallback to performance governor
  639. [ 0.894344] ondemand governor failed, too long transition latency of HW, fallback to performance governor
  640. [ 0.894352] p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available
  641. [ 0.894467] ALSA device list:
  642. [ 0.894472] No soundcards found.
  643. [ 1.076725] ata1: SATA link down (SStatus 0 SControl 300)
  644. [ 1.076758] ata5: SATA link down (SStatus 0 SControl 300)
  645. [ 1.076786] ata3: SATA link down (SStatus 0 SControl 300)
  646. [ 1.076814] ata4: SATA link down (SStatus 0 SControl 300)
  647. [ 1.076855] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  648. [ 1.076884] ata6: SATA link down (SStatus 0 SControl 300)
  649. [ 1.096048] ata2.00: ATA-8: Hitachi HTS545050B9A300, PB4OC60F, max UDMA/133
  650. [ 1.096056] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
  651. [ 1.097310] ata2.00: configured for UDMA/133
  652. [ 1.097576] scsi 1:0:0:0: Direct-Access ATA Hitachi HTS54505 PB4O PQ: 0 ANSI: 5
  653. [ 1.097915] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
  654. [ 1.098030] sd 1:0:0:0: Attached scsi generic sg0 type 0
  655. [ 1.098098] sd 1:0:0:0: [sda] Write Protect is off
  656. [ 1.098110] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
  657. [ 1.098193] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  658. [ 1.147812] sda: sda1 sda2
  659. [ 1.148564] sd 1:0:0:0: [sda] Attached SCSI disk
  660. [ 1.148704] Freeing unused kernel memory: 3740k freed
  661. [ 1.152089] Write protecting the kernel text: 5864k
  662. [ 1.152244] Write protecting the kernel read-only data: 4736k
  663. [ 1.356484] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
  664. [ 1.356756] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
  665. [ 1.370880] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
  666. [ 1.517984] uvesafb: NVIDIA Corporation, MCP79 Board - hornet-0, Chip Rev , OEM: NVIDIA, VBE v3.0
  667. [ 1.540041] usb 2-1: new low-speed USB device number 2 using ohci_hcd
  668. [ 1.647578] uvesafb: protected mode interface info at c000:cf40
  669. [ 1.647584] uvesafb: pmi: set display start = c00ccfa3, set palette = c00ccffe
  670. [ 1.647588] uvesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
  671. [ 1.718114] uvesafb: VBIOS/hardware doesn't support DDC transfers
  672. [ 1.718119] uvesafb: no monitor limits have been set, default refresh rate will be used
  673. [ 1.719012] uvesafb: scrolling: ypan using protected mode interface, yres_virtual=11468
  674. [ 1.723387] tsc: Refined TSC clocksource calibration: 1599.992 MHz
  675. [ 1.723397] Switching to clocksource tsc
  676. [ 1.746542] input: Chicony 2.4G Multimedia Wireless Kit as /devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.0/input/input2
  677. [ 1.746835] hid-generic 0003:04F2:0963.0001: input,hidraw0: USB HID v1.11 Keyboard [Chicony 2.4G Multimedia Wireless Kit] on usb-0000:00:04.0-1/input0
  678. [ 1.764345] input: Chicony 2.4G Multimedia Wireless Kit as /devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.1/input/input3
  679. [ 1.764882] hid-generic 0003:04F2:0963.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Chicony 2.4G Multimedia Wireless Kit] on usb-0000:00:04.0-1/input1
  680. [ 1.923379] usb 2-3: new low-speed USB device number 3 using ohci_hcd
  681. [ 1.976361] Console: switching to colour frame buffer device 80x30
  682. [ 1.978238] uvesafb: framebuffer at 0xf9000000, mapped to 0xf8580000, using 14336k, total 14336k
  683. [ 1.978242] fb0: VESA VGA frame buffer device
  684. [ 2.127844] aureal 0003:0755:2626.0003: fixing Aureal Cy se W-01RN USB_V3.1 report descriptor.
  685. [ 2.128655] input: Cy se W-01RN USB_V3.1 as /devices/pci0000:00/0000:00:04.0/usb2/2-3/2-3:1.0/input/input4
  686. [ 2.128953] aureal 0003:0755:2626.0003: input,hidraw2: USB HID v1.10 Keyboard [Cy se W-01RN USB_V3.1] on usb-0000:00:04.0-3/input0
  687. [ 2.137230] input: Cy se W-01RN USB_V3.1 as /devices/pci0000:00/0000:00:04.0/usb2/2-3/2-3:1.1/input/input5
  688. [ 2.137601] aureal 0003:0755:2626.0004: input,hidraw3: USB HID v1.10 Mouse [Cy se W-01RN USB_V3.1] on usb-0000:00:04.0-3/input1
  689. [ 2.491180] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities
  690. [ 2.491435] EXT4-fs (sda2): couldn't mount as ext2 due to feature incompatibilities
  691. [ 3.881108] EXT4-fs (sda2): recovery complete
  692. [ 3.902102] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  693. [ 6.577338] systemd-udevd[228]: starting version 208
  694. [ 6.754318] wmi: Mapper loaded
  695. [ 6.853641] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 22
  696. [ 6.853663] hda_intel: Disabling MSI
  697. [ 6.853746] snd_hda_intel 0000:00:08.0: setting latency timer to 64
  698. [ 7.021069] cfg80211: Calling CRDA to update world regulatory domain
  699. [ 7.126986] ACPI: PCI Interrupt Link [LN4A] enabled at IRQ 19
  700. [ 7.127206] ath5k 0000:05:00.0: registered as 'phy0'
  701. [ 7.260239] input: eventlircd as /devices/virtual/input/input6
  702. [ 7.452763] Bluetooth: Core ver 2.16
  703. [ 7.452832] NET: Registered protocol family 31
  704. [ 7.452839] Bluetooth: HCI device and connection manager initialized
  705. [ 7.452863] Bluetooth: HCI socket layer initialized
  706. [ 7.452876] Bluetooth: L2CAP socket layer initialized
  707. [ 7.452899] Bluetooth: SCO socket layer initialized
  708. [ 7.472133] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  709. [ 7.472145] Bluetooth: BNEP filters: protocol multicast
  710. [ 7.472177] Bluetooth: BNEP socket layer initialized
  711. [ 7.541768] ip_tables: (C) 2000-2006 Netfilter Core Team
  712. [ 7.794895] ath: EEPROM regdomain: 0x65
  713. [ 7.794905] ath: EEPROM indicates we should expect a direct regpair map
  714. [ 7.794915] ath: Country alpha2 being used: 00
  715. [ 7.794920] ath: Regpair used: 0x65
  716. [ 7.795291] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  717. [ 7.796536] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
  718. [ 7.811353] nvidia: module license 'NVIDIA' taints kernel.
  719. [ 7.811367] Disabling lock debugging due to kernel taint
  720. [ 8.340297] input: HDA NVidia HDMI/DP,pcm=3 Phantom as /devices/pci0000:00/0000:00:08.0/sound/card0/input7
  721. [ 8.340636] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/sound/card0/input8
  722. [ 8.340947] input: HDA NVidia Mic as /devices/pci0000:00/0000:00:08.0/sound/card0/input9
  723. [ 8.342911] ACPI: PCI Interrupt Link [LPMU] enabled at IRQ 21
  724. [ 8.343571] ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 20
  725. [ 8.343595] nvidia 0000:03:00.0: setting latency timer to 64
  726. [ 8.343606] vgaarb: device changed decodes: PCI:0000:03:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
  727. [ 8.344227] NVRM: loading NVIDIA UNIX x86 Kernel Module 304.108 Wed Jul 31 20:03:20 PDT 2013
  728. [ 11.611300] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
  729. [ 11.784910] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=0
  730. [ 80.611897] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  731. [ 92.094702] wlan0: authenticate with 00:03:d8:59:d9:f2
  732. [ 92.097598] wlan0: send auth to 00:03:d8:59:d9:f2 (try 1/3)
  733. [ 92.100897] wlan0: authenticated
  734. [ 92.103429] wlan0: associate with 00:03:d8:59:d9:f2 (try 1/3)
  735. [ 92.106473] wlan0: RX AssocResp from 00:03:d8:59:d9:f2 (capab=0x431 status=0 aid=7)
  736. [ 92.107342] wlan0: associated
  737. [ 92.107373] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement