[ create a new paste ] login | about

Link: http://codepad.org/aHN8uN7w    [ raw code | fork ]

Plain Text, pasted on Nov 9:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.29 (root@hive64) (gcc version 4.7.1 (GCC) ) #1 SMP Mon Sep 17 13:38:05 CDT 2012
[    0.000000] Command line: BOOT_IMAGE=Linux ro root=801 vt.default_utf8=0
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007fe90000 (usable)
[    0.000000]  BIOS-e820: 000000007fe90000 - 000000007fe9e000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fe9e000 - 000000007fed0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fed0000 - 000000007fee0000 (reserved)
[    0.000000]  BIOS-e820: 000000007fee8000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffa00000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI present.
[    0.000000] DMI: MICRO-STAR INTERNATIONAL CO., LTD MS-7469/MS-7469, BIOS A7469IMS.110 03/15/2010
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x7fe90 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07FF00000 mask FFFF00000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-000000007fe90000
[    0.000000]  0000000000 - 007fe00000 page 2M
[    0.000000]  007fe00000 - 007fe90000 page 4k
[    0.000000] kernel direct mapping tables up to 7fe90000 @ 1fffc000-20000000
[    0.000000] RAMDISK: 7fa35000 - 7fe90000
[    0.000000] ACPI: RSDP 00000000000f9890 00024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 000000007fe90100 00054 (v01 MSI_NB MEGABOOK 20100315 MSFT 00000097)
[    0.000000] ACPI: FACP 000000007fe90290 000F4 (v03 031510 FACP1344 20100315 MSFT 00000097)
[    0.000000] ACPI: DSDT 000000007fe905c0 0453E (v01  A7469 A7469110 00000110 INTL 20051117)
[    0.000000] ACPI: FACS 000000007fe9e000 00040
[    0.000000] ACPI: APIC 000000007fe90390 0006C (v01 031510 APIC1344 20100315 MSFT 00000097)
[    0.000000] ACPI: MCFG 000000007fe90400 0003C (v01 031510 OEMMCFG  20100315 MSFT 00000097)
[    0.000000] ACPI: SLIC 000000007fe90440 00176 (v01 MSI_NB MEGABOOK 20100315 MSFT 00000097)
[    0.000000] ACPI: OEMB 000000007fe9e040 00072 (v01 031510 OEMB1344 20100315 MSFT 00000097)
[    0.000000] ACPI: HPET 000000007fe9a5c0 00038 (v01 031510 OEMHPET  20100315 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d200000-ffff88007f1fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007fe90
[    0.000000] On node 0 totalpages: 523807
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3914 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8123 pages used for memmap
[    0.000000]   DMA32 zone: 511701 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed01000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff88007f800000 s75264 r8192 d23040 u524288
[    0.000000] pcpu-alloc: s75264 r8192 d23040 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 515615
[    0.000000] Kernel command line: BOOT_IMAGE=Linux ro root=801 vt.default_utf8=0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 2043884k/2095680k available (5150k kernel code, 452k absent, 51344k reserved, 3561k data, 680k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] NR_IRQS:4352 nr_irqs:712 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16777216 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1662.851 MHz processor.
[    0.001006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3325.70 BogoMIPS (lpj=1662851)
[    0.002008] pid_max: default: 32768 minimum: 301
[    0.002184] Security Framework initialized
[    0.002334] Mount-cache hash table entries: 256
[    0.002711] Initializing cgroup subsys cpuacct
[    0.002832] Initializing cgroup subsys memory
[    0.002952] Initializing cgroup subsys devices
[    0.003011] Initializing cgroup subsys freezer
[    0.003120] Initializing cgroup subsys net_cls
[    0.003228] Initializing cgroup subsys blkio
[    0.003346] Initializing cgroup subsys perf_event
[    0.003509] CPU: Physical Processor ID: 0
[    0.003617] CPU: Processor Core ID: 0
[    0.003723] mce: CPU supports 5 MCE banks
[    0.003836] CPU0: Thermal monitoring enabled (TM1)
[    0.004009] using mwait in idle threads.
[    0.004162] ACPI: Core revision 20110623
[    0.010047] ftrace: allocating 20583 entries in 81 pages
[    0.012492] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.022718] CPU0: Intel(R) Atom(TM) CPU D510   @ 1.66GHz stepping 0a
[    0.022998] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[    0.022998] ... version:                3
[    0.022998] ... bit width:              40
[    0.022998] ... generic registers:      2
[    0.022998] ... value mask:             000000ffffffffff
[    0.022998] ... max period:             000000007fffffff
[    0.022998] ... fixed-purpose events:   3
[    0.022998] ... event mask:             0000000700000003
[    0.023464] Booting Node   0, Processors  #1
[    0.023578] smpboot cpu 1: start_ip = 9a000
[    0.001999] Disabled fast string operations
[    0.095229]  #2
[    0.095392] smpboot cpu 2: start_ip = 9a000
[    0.001999] Disabled fast string operations
[    0.167223]  #3 Ok.
[    0.167434] smpboot cpu 3: start_ip = 9a000
[    0.001999] Disabled fast string operations
[    0.238995] Brought up 4 CPUs
[    0.239207] Total of 4 processors activated (13301.46 BogoMIPS).
[    0.241052] devtmpfs: initialized
[    0.244274] PM: Registering ACPI NVS region at 7fe9e000 (204800 bytes)
[    0.244274] xor: automatically using best checksumming function: generic_sse
[    0.248977]    generic_sse:  5076.000 MB/sec
[    0.249085] xor: using function: generic_sse (5076.000 MB/sec)
[    0.249202] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.249350] print_constraints: dummy: 
[    0.250053] NET: Registered protocol family 16
[    0.250261] ACPI: bus type pci registered
[    0.251110] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.251167] PCI: not using MMCONFIG
[    0.251272] PCI: Using configuration type 1 for base access
[    0.270142] bio: create slab <bio-0> at 0
[    0.287953] raid6: int64x1    316 MB/s
[    0.304831] raid6: int64x2    511 MB/s
[    0.321856] raid6: int64x4    554 MB/s
[    0.338892] raid6: int64x8    632 MB/s
[    0.355880] raid6: sse2x1     597 MB/s
[    0.372832] raid6: sse2x2    1105 MB/s
[    0.389815] raid6: sse2x4    1953 MB/s
[    0.389922] raid6: using algorithm sse2x4 (1953 MB/s)
[    0.390243] ACPI: Added _OSI(Module Device)
[    0.390243] ACPI: Added _OSI(Processor Device)
[    0.390243] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.390307] ACPI: Added _OSI(Processor Aggregator Device)
[    0.392300] ACPI: EC: Detected MSI hardware, enabling workarounds.
[    0.392307] ACPI: EC: Look up EC in DSDT
[    0.394127] ACPI: Executed 1 blocks of module-level executable AML code
[    0.398590] ACPI: Interpreter enabled
[    0.398706] ACPI: (supports S0 S3 S4 S5)
[    0.399055] ACPI: Using IOAPIC for interrupt routing
[    0.399232] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.400944] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.451168] ACPI: No dock devices found.
[    0.451283] HEST: Table not found.
[    0.451953] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.452360] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.453099] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.453216] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.453330] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.453490] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    0.453650] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xdfffffff]
[    0.453812] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    0.453968] pci 0000:00:00.0: [8086:a000] type 0 class 0x000600
[    0.454058] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
[    0.454079] pci 0000:00:1b.0: reg 10: [mem 0xfe8fc000-0xfe8fffff 64bit]
[    0.454158] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.454166] pci 0000:00:1b.0: PME# disabled
[    0.454192] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
[    0.454272] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.454279] pci 0000:00:1c.0: PME# disabled
[    0.454306] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604
[    0.454386] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.454393] pci 0000:00:1c.1: PME# disabled
[    0.454420] pci 0000:00:1c.2: [8086:27d4] type 1 class 0x000604
[    0.454499] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.454506] pci 0000:00:1c.2: PME# disabled
[    0.454533] pci 0000:00:1c.3: [8086:27d6] type 1 class 0x000604
[    0.454612] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.454619] pci 0000:00:1c.3: PME# disabled
[    0.454647] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
[    0.454693] pci 0000:00:1d.0: reg 20: [io  0xbc00-0xbc1f]
[    0.454734] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
[    0.454782] pci 0000:00:1d.1: reg 20: [io  0xb880-0xb89f]
[    0.454825] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
[    0.454871] pci 0000:00:1d.2: reg 20: [io  0xb800-0xb81f]
[    0.454957] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
[    0.455003] pci 0000:00:1d.3: reg 20: [io  0xb480-0xb49f]
[    0.455061] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
[    0.455085] pci 0000:00:1d.7: reg 10: [mem 0xfe8fbc00-0xfe8fbfff]
[    0.455176] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.455184] pci 0000:00:1d.7: PME# disabled
[    0.455208] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.455284] pci 0000:00:1f.0: [8086:27bc] type 0 class 0x000601
[    0.455367] pci 0000:00:1f.0: [Firmware Bug]: TigerPoint LPC.BM_STS cleared
[    0.455533] pci 0000:00:1f.2: [8086:27c1] type 0 class 0x000106
[    0.455555] pci 0000:00:1f.2: reg 10: [io  0xb400-0xb407]
[    0.455567] pci 0000:00:1f.2: reg 14: [io  0xb080-0xb083]
[    0.455578] pci 0000:00:1f.2: reg 18: [io  0xb000-0xb007]
[    0.455590] pci 0000:00:1f.2: reg 1c: [io  0xac00-0xac03]
[    0.455602] pci 0000:00:1f.2: reg 20: [io  0xa880-0xa89f]
[    0.455614] pci 0000:00:1f.2: reg 24: [mem 0xfe8fb800-0xfe8fbbff]
[    0.455663] pci 0000:00:1f.2: PME# supported from D3hot
[    0.455670] pci 0000:00:1f.2: PME# disabled
[    0.455694] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
[    0.455750] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    0.455839] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.456014] pci 0000:02:00.0: [1002:9552] type 0 class 0x000300
[    0.456037] pci 0000:02:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[    0.456053] pci 0000:02:00.0: reg 14: [io  0xc000-0xc0ff]
[    0.456069] pci 0000:02:00.0: reg 18: [mem 0xfe9f0000-0xfe9fffff]
[    0.456116] pci 0000:02:00.0: reg 30: [mem 0xfe9c0000-0xfe9dffff pref]
[    0.456177] pci 0000:02:00.0: supports D1 D2
[    0.456216] pci 0000:02:00.1: [1002:aa38] type 0 class 0x000403
[    0.456237] pci 0000:02:00.1: reg 10: [mem 0xfe9ec000-0xfe9effff]
[    0.456358] pci 0000:02:00.1: supports D1 D2
[    0.457965] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.458079] pci 0000:00:1c.1:   bridge window [io  0xc000-0xcfff]
[    0.458086] pci 0000:00:1c.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.458096] pci 0000:00:1c.1:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.458167] pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
[    0.458189] pci 0000:03:00.0: reg 10: [io  0xd800-0xd8ff]
[    0.458222] pci 0000:03:00.0: reg 18: [mem 0xfeaff000-0xfeafffff 64bit]
[    0.458245] pci 0000:03:00.0: reg 20: [mem 0xfdffc000-0xfdffffff 64bit pref]
[    0.458262] pci 0000:03:00.0: reg 30: [mem 0xfeac0000-0xfeadffff pref]
[    0.458335] pci 0000:03:00.0: supports D1 D2
[    0.458341] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.458349] pci 0000:03:00.0: PME# disabled
[    0.459964] pci 0000:00:1c.2: PCI bridge to [bus 03-03]
[    0.460077] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.460084] pci 0000:00:1c.2:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.460094] pci 0000:00:1c.2:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.460164] pci 0000:04:00.0: [10ec:8171] type 0 class 0x000280
[    0.460186] pci 0000:04:00.0: reg 10: [io  0xe800-0xe8ff]
[    0.460202] pci 0000:04:00.0: reg 14: [mem 0xfebfc000-0xfebfffff]
[    0.460317] pci 0000:04:00.0: supports D1 D2
[    0.460322] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot
[    0.460331] pci 0000:04:00.0: PME# disabled
[    0.461982] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
[    0.462101] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.462109] pci 0000:00:1c.3:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.462193] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[    0.462316] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.462322] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.462329] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.462335] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.462342] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff] (subtractive decode)
[    0.462348] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    0.462379] pci_bus 0000:00: on NUMA node 0
[    0.462392] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.462591] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.462698] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    0.462778] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[    0.462864] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    0.462953] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
[    0.463093]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.463209]  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    0.463371] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.477989] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.478764] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 *11 12 14 15)
[    0.479509] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.480297] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 *15)
[    0.481055] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.482036] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.483976] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.484894] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 *14 15)
[    0.486061] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.486134] vgaarb: loaded
[    0.486237] vgaarb: bridge control possible 0000:02:00.0
[    0.486984] SCSI subsystem initialized
[    0.487101] libata version 3.00 loaded.
[    0.487101] usbcore: registered new interface driver usbfs
[    0.487946] usbcore: registered new interface driver hub
[    0.488063] usbcore: registered new device driver usb
[    0.488129] PCI: Using ACPI for IRQ routing
[    0.495147] PCI: pci_cache_line_size set to 64 bytes
[    0.495254] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    0.495261] reserve RAM buffer: 000000007fe90000 - 000000007fffffff 
[    0.495461] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.495944] hpet0: at MMIO 0xfed01000, IRQs 2, 8, 0
[    0.496252] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.501043] Switching to clocksource hpet
[    0.504393] pnp: PnP ACPI init
[    0.504538] ACPI: bus type pnp registered
[    0.504922] pnp 00:00: [bus 00-ff]
[    0.504929] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.504935] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.504941] pnp 00:00: [io  0x0d00-0xffff window]
[    0.504947] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.504957] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.504963] pnp 00:00: [mem 0x80000000-0xdfffffff window]
[    0.504968] pnp 00:00: [mem 0xf0000000-0xfed8ffff window]
[    0.505216] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.505250] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[    0.505256] pnp 00:01: [mem 0xfed90000-0xfed93fff]
[    0.505450] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.505569] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.505686] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.505775] pnp 00:02: [dma 4]
[    0.505780] pnp 00:02: [io  0x0000-0x000f]
[    0.505785] pnp 00:02: [io  0x0081-0x0083]
[    0.505790] pnp 00:02: [io  0x0087]
[    0.505795] pnp 00:02: [io  0x0089-0x008b]
[    0.505799] pnp 00:02: [io  0x008f]
[    0.505804] pnp 00:02: [io  0x00c0-0x00df]
[    0.505963] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.505997] pnp 00:03: [io  0x0070-0x0071]
[    0.506034] pnp 00:03: [irq 8]
[    0.506192] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.506327] pnp 00:04: [io  0x0061]
[    0.506482] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.506513] pnp 00:05: [io  0x00f0-0x00ff]
[    0.506529] pnp 00:05: [irq 13]
[    0.506692] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.506940] pnp 00:06: [io  0x0000-0xffffffffffffffff disabled]
[    0.506947] pnp 00:06: [io  0x0a00-0x0a0f]
[    0.506952] pnp 00:06: [io  0x0a10-0x0a1f]
[    0.507176] system 00:06: [io  0x0a00-0x0a0f] has been reserved
[    0.507294] system 00:06: [io  0x0a10-0x0a1f] has been reserved
[    0.507409] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.507626] pnp 00:07: [io  0x0010-0x001f]
[    0.507632] pnp 00:07: [io  0x0022-0x003f]
[    0.507637] pnp 00:07: [io  0x0044-0x005f]
[    0.507642] pnp 00:07: [io  0x0062-0x0063]
[    0.507646] pnp 00:07: [io  0x0065-0x006f]
[    0.507651] pnp 00:07: [io  0x0072-0x007f]
[    0.507656] pnp 00:07: [io  0x0080]
[    0.507660] pnp 00:07: [io  0x0084-0x0086]
[    0.507665] pnp 00:07: [io  0x0088]
[    0.507670] pnp 00:07: [io  0x008c-0x008e]
[    0.507674] pnp 00:07: [io  0x0090-0x009f]
[    0.507679] pnp 00:07: [io  0x00a2-0x00bf]
[    0.507684] pnp 00:07: [io  0x00e0-0x00ef]
[    0.507689] pnp 00:07: [io  0x04d0-0x04d1]
[    0.507694] pnp 00:07: [io  0x0778-0x077a]
[    0.507698] pnp 00:07: [io  0x0800-0x087f]
[    0.507704] pnp 00:07: [io  0x0000-0xffffffffffffffff disabled]
[    0.507709] pnp 00:07: [io  0x0480-0x04bf]
[    0.507715] pnp 00:07: [mem 0xfed1c000-0xfed1ffff]
[    0.507720] pnp 00:07: [mem 0xfed20000-0xfed8ffff]
[    0.507957] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.508094] system 00:07: [io  0x0778-0x077a] has been reserved
[    0.508207] system 00:07: [io  0x0800-0x087f] has been reserved
[    0.508319] system 00:07: [io  0x0480-0x04bf] has been reserved
[    0.508432] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.508547] system 00:07: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.508663] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.508828] pnp 00:08: [mem 0xfed01000-0xfed013ff]
[    0.508997] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.509249] pnp 00:09: [io  0x0060]
[    0.509255] pnp 00:09: [io  0x0064]
[    0.509260] pnp 00:09: [mem 0xfec00000-0xfec00fff]
[    0.509265] pnp 00:09: [mem 0xfee00000-0xfee00fff]
[    0.509475] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.509597] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.509714] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.509818] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[    0.510029] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[    0.510150] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.510551] pnp 00:0b: [mem 0x00000000-0x0009ffff]
[    0.510558] pnp 00:0b: [mem 0x000c0000-0x000cffff]
[    0.510563] pnp 00:0b: [mem 0x000e0000-0x000fffff]
[    0.510568] pnp 00:0b: [mem 0x00100000-0x7fffffff]
[    0.510574] pnp 00:0b: [mem 0xfed90000-0xffffffff]
[    0.510799] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.510919] system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.511056] system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.511171] system 00:0b: [mem 0x00100000-0x7fffffff] could not be reserved
[    0.511285] system 00:0b: [mem 0xfed90000-0xffffffff] could not be reserved
[    0.511403] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.512229] pnp: PnP ACPI: found 12 devices
[    0.512344] ACPI: ACPI bus type pnp unregistered
[    0.530500] PCI: max bus depth: 1 pci_try_num: 2
[    0.530562] pci 0000:00:1c.3: BAR 9: assigned [mem 0x80000000-0x801fffff 64bit pref]
[    0.530733] pci 0000:00:1c.0: BAR 8: assigned [mem 0x80200000-0x803fffff]
[    0.530848] pci 0000:00:1c.0: BAR 9: assigned [mem 0x80400000-0x805fffff 64bit pref]
[    0.531031] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    0.531145] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.531255] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.531369] pci 0000:00:1c.0:   bridge window [mem 0x80200000-0x803fffff]
[    0.531484] pci 0000:00:1c.0:   bridge window [mem 0x80400000-0x805fffff 64bit pref]
[    0.531650] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.531760] pci 0000:00:1c.1:   bridge window [io  0xc000-0xcfff]
[    0.531873] pci 0000:00:1c.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.531988] pci 0000:00:1c.1:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.532171] pci 0000:00:1c.2: PCI bridge to [bus 03-03]
[    0.532282] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.532396] pci 0000:00:1c.2:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.532511] pci 0000:00:1c.2:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.532675] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
[    0.532785] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.532898] pci 0000:00:1c.3:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.533027] pci 0000:00:1c.3:   bridge window [mem 0x80000000-0x801fffff 64bit pref]
[    0.533194] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[    0.533320] pci 0000:00:1c.0: enabling device (0104 -> 0107)
[    0.533455] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.533571] pci 0000:00:1c.0: setting latency timer to 64
[    0.533595] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.533710] pci 0000:00:1c.1: setting latency timer to 64
[    0.533731] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.533846] pci 0000:00:1c.2: setting latency timer to 64
[    0.533872] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.533987] pci 0000:00:1c.3: setting latency timer to 64
[    0.533999] pci 0000:00:1e.0: setting latency timer to 64
[    0.534022] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.534028] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.534034] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.534040] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.534046] pci_bus 0000:00: resource 8 [mem 0x80000000-0xdfffffff]
[    0.534052] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    0.534058] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.534064] pci_bus 0000:01: resource 1 [mem 0x80200000-0x803fffff]
[    0.534070] pci_bus 0000:01: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
[    0.534076] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.534082] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.534088] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.534094] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.534100] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.534106] pci_bus 0000:03: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.534112] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.534118] pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.534124] pci_bus 0000:04: resource 2 [mem 0x80000000-0x801fffff 64bit pref]
[    0.534131] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.534136] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.534142] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.534148] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
[    0.534154] pci_bus 0000:05: resource 8 [mem 0x80000000-0xdfffffff]
[    0.534159] pci_bus 0000:05: resource 9 [mem 0xf0000000-0xfed8ffff]
[    0.534225] NET: Registered protocol family 2
[    0.534416] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.534971] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.537746] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.538508] TCP: Hash tables configured (established 262144 bind 65536)
[    0.538628] TCP reno registered
[    0.538741] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.538880] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.539220] NET: Registered protocol family 1
[    0.539557] RPC: Registered named UNIX socket transport module.
[    0.539672] RPC: Registered udp transport module.
[    0.539779] RPC: Registered tcp transport module.
[    0.539886] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.540088] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.540218] pci 0000:00:1d.0: PCI INT A disabled
[    0.540338] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.540465] pci 0000:00:1d.1: PCI INT B disabled
[    0.540583] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.540709] pci 0000:00:1d.2: PCI INT C disabled
[    0.540828] pci 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    0.540954] pci 0000:00:1d.3: PCI INT D disabled
[    0.541093] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.541238] pci 0000:00:1d.7: PCI INT A disabled
[    0.541368] pci 0000:02:00.0: Boot video device
[    0.541386] PCI: CLS 32 bytes, default 64
[    0.541525] Trying to unpack rootfs image as initramfs...
[    0.729691] Freeing initrd memory: 4460k freed
[    0.736113] Intel AES-NI instructions are not detected.
[    0.736965] audit: initializing netlink socket (disabled)
[    0.737118] type=2000 audit(1352480389.736:1): initialized
[    0.749272] VFS: Disk quotas dquot_6.5.2
[    0.749592] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.750594] ROMFS MTD (C) 2007 Red Hat, Inc.
[    0.750871] msgmni has been set to 4000
[    0.754491] async_tx: api initialized (async)
[    0.754928] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.755190] io scheduler noop registered
[    0.755306] io scheduler deadline registered
[    0.755613] io scheduler cfq registered (default)
[    0.755985] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.756066] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.756263] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.756315] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.756497] pcieport 0000:00:1c.2: setting latency timer to 64
[    0.756548] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[    0.756730] pcieport 0000:00:1c.3: setting latency timer to 64
[    0.756781] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[    0.757417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.758157] intel_idle: MWAIT substates: 0x10
[    0.758180] intel_idle: v0.4 model 0x1C
[    0.758184] intel_idle: lapic_timer_reliable_states 0x2
[    0.758738] ERST: Table is not found!
[    0.758849] GHES: HEST is not enabled!
[    0.769922] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.034175] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.736142] Refined TSC clocksource calibration: 1662.681 MHz.
[    1.736264] Switching to clocksource tsc
[    4.112135] floppy0: no floppy controllers found
[    4.118927] brd: module loaded
[    4.120591] ahci 0000:00:1f.2: version 3.0
[    4.120616] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    4.120806] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[    4.120896] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[    4.121106] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part 
[    4.121222] ahci 0000:00:1f.2: setting latency timer to 64
[    4.123547] scsi0 : ahci
[    4.124041] scsi1 : ahci
[    4.124502] scsi2 : ahci
[    4.124946] scsi3 : ahci
[    4.125538] ata1: SATA max UDMA/133 abar m1024@0xfe8fb800 port 0xfe8fb900 irq 44
[    4.125703] ata2: SATA max UDMA/133 abar m1024@0xfe8fb800 port 0xfe8fb980 irq 44
[    4.125864] ata3: SATA max UDMA/133 abar m1024@0xfe8fb800 port 0xfe8fba00 irq 44
[    4.126038] ata4: SATA max UDMA/133 abar m1024@0xfe8fb800 port 0xfe8fba80 irq 44
[    4.135218] scsi4 : pata_legacy
[    4.135621] ata5: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[    4.431042] ata4: SATA link down (SStatus 0 SControl 300)
[    4.431187] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.431326] ata3: SATA link down (SStatus 0 SControl 300)
[    4.431469] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.431616] ata2.00: ATAPI: ATAPI   DVD A  DH24AAS, BP5P, max UDMA/100
[    4.432339] ata1.00: ATA-8: WDC WD3200AAJS-22L7A0, 01.03E01, max UDMA/133
[    4.432458] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.432597] ata2.00: configured for UDMA/100
[    4.434144] ata1.00: configured for UDMA/133
[    4.434496] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200AAJS-2 01.0 PQ: 0 ANSI: 5
[    4.435435] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    4.435837] sd 0:0:0:0: [sda] Write Protect is off
[    4.435961] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.436080] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.436933] scsi 1:0:0:0: CD-ROM            ATAPI    DVD A  DH24AAS   BP5P PQ: 0 ANSI: 5
[    4.440684] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.440852] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.441450] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    4.472939]  sda: sda1 sda2 sda3
[    4.474241] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.476226] scsi5 : pata_legacy
[    4.476606] ata6: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[    4.628915] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    4.631638] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.631768] serio: i8042 AUX port at 0x60,0x64 irq 12
[    4.632514] mousedev: PS/2 mouse device common for all mice
[    4.632789] rtc_cmos 00:03: RTC can wake from S4
[    4.633184] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    4.633333] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.633551] md: linear personality registered for level -1
[    4.633662] md: raid0 personality registered for level 0
[    4.633771] md: raid1 personality registered for level 1
[    4.633880] md: raid10 personality registered for level 10
[    4.633989] md: raid6 personality registered for level 6
[    4.634121] md: raid5 personality registered for level 5
[    4.634230] md: raid4 personality registered for level 4
[    4.634339] md: multipath personality registered for level -4
[    4.634791] device-mapper: uevent: version 1.0.3
[    4.635286] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    4.636518] cpuidle: using governor ladder
[    4.639133] cpuidle: using governor menu
[    4.639530] TCP cubic registered
[    4.639638] Initializing XFRM netlink socket
[    4.639768] NET: Registered protocol family 17
[    4.639902] Registering the dns_resolver key type
[    4.676172] registered taskstats version 1
[    4.676939] rtc_cmos 00:03: setting system clock to 2012-11-09 16:59:53 UTC (1352480393)
[    4.679985] Freeing unused kernel memory: 680k freed
[    4.680435] Write protecting the kernel read-only data: 8192k
[    4.688184] Freeing unused kernel memory: 976k freed
[    4.691806] Freeing unused kernel memory: 368k freed
[    4.724242] udevd[950]: starting version 182
[    5.158768] usbcore: registered new interface driver usbhid
[    5.158892] usbhid: USB HID core driver
[    5.162836] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.163077] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    5.163240] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    5.163251] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    5.163667] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    5.163896] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    5.164048] ehci_hcd 0000:00:1d.7: debug port 1
[    5.168053] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    5.168097] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfe8fbc00
[    5.178022] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.178180] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.178294] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.178454] usb usb1: Product: EHCI Host Controller
[    5.178562] usb usb1: Manufacturer: Linux 3.2.29 ehci_hcd
[    5.178671] usb usb1: SerialNumber: 0000:00:1d.7
[    5.179714] hub 1-0:1.0: USB hub found
[    5.179837] hub 1-0:1.0: 8 ports detected
[    5.184314] uhci_hcd: USB Universal Host Controller Interface driver
[    5.184535] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    5.184677] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    5.184688] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.185119] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    5.185350] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000bc00
[    5.185581] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    5.185707] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.185880] usb usb2: Product: UHCI Host Controller
[    5.185999] usb usb2: Manufacturer: Linux 3.2.29 uhci_hcd
[    5.186178] usb usb2: SerialNumber: 0000:00:1d.0
[    5.186839] hub 2-0:1.0: USB hub found
[    5.186965] hub 2-0:1.0: 2 ports detected
[    5.187274] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    5.187402] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    5.187409] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.187764] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    5.188043] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b880
[    5.188268] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.188395] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.188569] usb usb3: Product: UHCI Host Controller
[    5.188689] usb usb3: Manufacturer: Linux 3.2.29 uhci_hcd
[    5.188813] usb usb3: SerialNumber: 0000:00:1d.1
[    5.189974] hub 3-0:1.0: USB hub found
[    5.190115] hub 3-0:1.0: 2 ports detected
[    5.190435] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.190580] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    5.190591] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.191054] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    5.191309] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b800
[    5.191525] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    5.191647] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.191814] usb usb4: Product: UHCI Host Controller
[    5.191929] usb usb4: Manufacturer: Linux 3.2.29 uhci_hcd
[    5.192114] usb usb4: SerialNumber: 0000:00:1d.2
[    5.192891] hub 4-0:1.0: USB hub found
[    5.193044] hub 4-0:1.0: 2 ports detected
[    5.193394] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    5.193535] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    5.193545] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    5.193953] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    5.194231] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000b480
[    5.194448] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    5.194570] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.194744] usb usb5: Product: UHCI Host Controller
[    5.194867] usb usb5: Manufacturer: Linux 3.2.29 uhci_hcd
[    5.194991] usb usb5: SerialNumber: 0000:00:1d.3
[    5.196497] hub 5-0:1.0: USB hub found
[    5.196633] hub 5-0:1.0: 2 ports detected
[    5.789037] usb 3-2: new full-speed USB device number 2 using uhci_hcd
[    5.959251] usb 3-2: New USB device found, idVendor=046d, idProduct=c52e
[    5.959372] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.959487] usb 3-2: Product: USB Receiver
[    5.959593] usb 3-2: Manufacturer: Logitech
[    5.967845] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input0
[    5.968313] generic-usb 0003:046D:C52E.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.1-2/input0
[    5.972369] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/input/input1
[    5.973786] generic-usb 0003:046D:C52E.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.1-2/input1
[    6.180037] usb 4-1: new full-speed USB device number 2 using uhci_hcd
[    6.353511] usb 4-1: New USB device found, idVendor=046d, idProduct=c52b
[    6.353632] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.353746] usb 4-1: Product: USB Receiver
[    6.353853] usb 4-1: Manufacturer: Logitech
[    6.366738] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    7.443182] loop: module loaded
[    7.670305] udevd[1164]: starting version 182
[    8.475883] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    8.476094] ACPI: Power Button [PWRB]
[    8.476389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    8.476565] ACPI: Power Button [PWRF]
[    8.678781] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.679061] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    8.679109] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    8.709604] hda_codec: ALC888: BIOS auto-probing.
[    8.721988] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[    8.722451] snd_hda_intel 0000:02:00.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[    8.722717] snd_hda_intel 0000:02:00.1: irq 46 for MSI/MSI-X
[    8.722766] snd_hda_intel 0000:02:00.1: setting latency timer to 64
[    8.749505] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    8.869592] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    8.869760] r8169 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    8.869941] r8169 0000:03:00.0: setting latency timer to 64
[    8.870049] r8169 0000:03:00.0: irq 47 for MSI/MSI-X
[    8.870392] r8169 0000:03:00.0: eth0: RTL8168d/8111d at 0xffffc90010992000, 6c:62:6d:75:88:a2, XID 081000c0 IRQ 47
[    8.870576] r8169 0000:03:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    8.938885] Linux agpgart interface v0.103
[    8.967071] [drm] Initialized drm 1.1.0 20060810
[    9.075189] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0
[    9.075619] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1c.1/0000:02:00.1/sound/card1/input5
[    9.640289] [drm] radeon defaulting to kernel modesetting.
[    9.640407] [drm] radeon kernel modesetting enabled.
[    9.640642] radeon 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    9.640761] radeon 0000:02:00.0: setting latency timer to 64
[    9.641292] [drm] initializing kernel modesetting (RV710 0x1002:0x9552 0x1462:0x7469).
[    9.641503] [drm] register mmio base: 0xFE9F0000
[    9.641612] [drm] register mmio size: 65536
[    9.641965] ATOM BIOS: 113
[    9.642135] radeon 0000:02:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
[    9.642301] radeon 0000:02:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
[    9.642984] [drm] Detected VRAM RAM=256M, BAR=256M
[    9.643135] [drm] RAM width 64bits DDR
[    9.643431] [TTM] Zone  kernel: Available graphics memory: 1025184 kiB.
[    9.643560] [TTM] Initializing pool allocator.
[    9.643739] [drm] radeon: 256M of VRAM memory ready
[    9.643861] [drm] radeon: 512M of GTT memory ready.
[    9.644057] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    9.644182] [drm] Driver supports precise vblank timestamp query.
[    9.644389] radeon 0000:02:00.0: irq 48 for MSI/MSI-X
[    9.644407] radeon 0000:02:00.0: radeon: using MSI.
[    9.644602] [drm] radeon: irq initialized.
[    9.644728] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    9.649087] [drm] Loading RV710 Microcode
[   10.037783] logitech-djreceiver 0003:046D:C52B.0005: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.2-1/input2
[   10.042237] input: Logitech Unifying Device. Wireless PID:400a as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.2/0003:046D:C52B.0005/input/input6
[   10.042801] logitech-djdevice 0003:046D:C52B.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:400a] on usb-0000:00:1d.2-1:1
[   10.170503] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[   10.170787] radeon 0000:02:00.0: WB enabled
[   10.217983] [drm] ring test succeeded in 1 usecs
[   10.218449] [drm] radeon: ib pool ready.
[   10.218782] [drm] ib test succeeded in 0 usecs
[   10.220832] [drm] Radeon Display Connectors
[   10.220958] [drm] Connector 0:
[   10.221100] [drm]   HDMI-A
[   10.221218] [drm]   HPD2
[   10.221339] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[   10.221526] [drm]   Encoders:
[   10.221645] [drm]     DFP2: INTERNAL_UNIPHY
[   10.221766] [drm] Connector 1:
[   10.221882] [drm]   VGA
[   10.222002] [drm]   DDC: 0x7fa0 0x7fa0 0x7fa4 0x7fa4 0x7fa8 0x7fa8 0x7fac 0x7fac
[   10.222204] [drm]   Encoders:
[   10.222322] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   10.222445] [drm] Connector 2:
[   10.222564] [drm]   DVI-D
[   10.222676] [drm]   HPD3
[   10.222791] [drm]   DDC: 0x7f10 0x7f10 0x7f14 0x7f14 0x7f18 0x7f18 0x7f1c 0x7f1c
[   10.222963] [drm]   Encoders:
[   10.223086] [drm]     DFP1: INTERNAL_UNIPHY
[   10.223286] [drm] radeon: power management initialized
[   10.313694] [drm] fb mappable at 0xD0142000
[   10.313805] [drm] vram apper at 0xD0000000
[   10.313910] [drm] size 4325376
[   10.314023] [drm] fb depth is 24
[   10.314127] [drm]    pitch is 5632
[   10.314400] fbcon: radeondrmfb (fb0) is primary device
[   10.742391] Console: switching to colour frame buffer device 170x48
[   10.765766] fb0: radeondrmfb frame buffer device
[   10.765940] drm: registered panic notifier
[   10.766136] [drm] Initialized radeon 2.12.0 20080528 for 0000:02:00.0 on minor 0
[   10.905653] Adding 4897788k swap on /dev/sda2.  Priority:-1 extents:1 across:4897788k 
[   11.012494] fuse init (API version 7.17)
[   12.001695] EXT4-fs (sda1): re-mounted. Opts: (null)
[   12.444192] cfg80211: Calling CRDA to update world regulatory domain
[   12.475329] rtl8192se 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   12.475619] rtl8192se 0000:04:00.0: setting latency timer to 64
[   12.488015] rtl8192se: rtl8192ce: FW Power Save off (module option)
[   12.488415] rtl8192se: Driver for Realtek RTL8192SE/RTL8191SE
[   12.488419] Loading firmware rtlwifi/rtl8192sefw.bin
[   12.628565] cfg80211: World regulatory domain updated:
[   12.636429] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   12.644334] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.652318] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.660287] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.668182] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.676086] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.692164] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   12.707114] coretemp coretemp.0: Using relative temperature scale!
[   12.715124] coretemp coretemp.0: Using relative temperature scale!
[   12.748668] parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
[   12.756566] parport0: irq 7 detected
[   12.778865] ppdev: user-space parallel port driver
[   12.861366] lp0: using parport0 (polling).
[   12.869357] lp0: console ready
[   20.601236] NET: Registered protocol family 10
[   31.525514] r8169 0000:03:00.0: eth0: link down
[   31.526418] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   31.686551] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  105.902481] r8169 0000:03:00.0: eth0: link down
[  105.903379] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  106.063318] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  125.817632] ata1.00: configured for UDMA/133
[  125.817643] ata1: EH complete
[  126.594783] EXT4-fs (sda1): re-mounted. Opts: commit=0
[  142.340790] wlan0: authenticate with e0:46:9a:8b:f8:1a (try 1)
[  142.342459] wlan0: authenticated
[  142.503873] wlan0: associate with e0:46:9a:8b:f8:1a (try 1)
[  142.507634] wlan0: RX AssocResp from e0:46:9a:8b:f8:1a (capab=0x411 status=0 aid=1)
[  142.507645] wlan0: associated
[  142.519597] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  153.362039] wlan0: no IPv6 routers present
[ 3863.598225] cfg80211: Calling CRDA to update world regulatory domain
[ 3863.699369] cfg80211: World regulatory domain updated:
[ 3863.699378] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3863.699386] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3863.699392] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3863.699398] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3863.699405] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3863.699411] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3864.811214] wlan0: authenticate with e0:46:9a:8b:f8:1a (try 1)
[ 3864.813194] wlan0: authenticated
[ 3864.813755] wlan0: associate with e0:46:9a:8b:f8:1a (try 1)
[ 3864.817268] wlan0: RX ReassocResp from e0:46:9a:8b:f8:1a (capab=0x411 status=0 aid=1)
[ 3864.817277] wlan0: associated
[ 3872.813988] wlan0: deauthenticated from e0:46:9a:8b:f8:1a (Reason: 15)
[ 3872.834140] cfg80211: Calling CRDA to update world regulatory domain
[ 3872.838577] cfg80211: World regulatory domain updated:
[ 3872.838585] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3872.838592] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3872.838598] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3872.838604] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3872.838610] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3872.838617] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3874.025461] wlan0: authenticate with e0:46:9a:8b:f8:1a (try 1)
[ 3874.027233] wlan0: authenticated
[ 3874.029170] wlan0: associate with e0:46:9a:8b:f8:1a (try 1)
[ 3874.032857] wlan0: RX ReassocResp from e0:46:9a:8b:f8:1a (capab=0x411 status=0 aid=1)
[ 3874.032869] wlan0: associated
[ 3878.718387] wlan0: deauthenticating from e0:46:9a:8b:f8:1a by local choice (reason=3)
[ 3878.728798] cfg80211: Calling CRDA to update world regulatory domain
[ 3878.745429] cfg80211: World regulatory domain updated:
[ 3878.745442] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3878.745452] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3878.745460] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3878.745468] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3878.745476] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3878.745485] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3879.923080] wlan0: authenticate with e0:46:9a:8b:f8:1a (try 1)
[ 3879.924674] wlan0: authenticated
[ 3879.925152] wlan0: associate with e0:46:9a:8b:f8:1a (try 1)
[ 3879.931189] wlan0: RX ReassocResp from e0:46:9a:8b:f8:1a (capab=0x411 status=0 aid=1)
[ 3879.931200] wlan0: associated
[ 3887.925254] wlan0: deauthenticated from e0:46:9a:8b:f8:1a (Reason: 15)
[ 3887.952133] cfg80211: Calling CRDA to update world regulatory domain
[ 3887.956537] cfg80211: World regulatory domain updated:
[ 3887.956545] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3887.956552] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3887.956559] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3887.956565] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3887.956571] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3887.956577] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3889.143200] wlan0: authenticate with e0:46:9a:8b:f8:1a (try 1)
[ 3889.146795] wlan0: authenticated
[ 3889.147478] wlan0: associate with e0:46:9a:8b:f8:1a (try 1)
[ 3889.151294] wlan0: RX ReassocResp from e0:46:9a:8b:f8:1a (capab=0x411 status=0 aid=1)
[ 3889.151303] wlan0: associated
[ 3897.147464] wlan0: deauthenticated from e0:46:9a:8b:f8:1a (Reason: 15)
[ 3897.172121] cfg80211: Calling CRDA to update world regulatory domain
[ 3897.176544] cfg80211: World regulatory domain updated:
[ 3897.176552] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3897.176559] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3897.176565] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3897.176571] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3897.176577] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3897.176583] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3898.364174] wlan0: authenticate with e0:46:9a:8b:f8:1a (try 1)
[ 3898.365765] wlan0: authenticated
[ 3898.366547] wlan0: associate with e0:46:9a:8b:f8:1a (try 1)
[ 3898.370123] wlan0: RX ReassocResp from e0:46:9a:8b:f8:1a (capab=0x411 status=0 aid=1)
[ 3898.370133] wlan0: associated
[ 3903.337454] wlan0: deauthenticating from e0:46:9a:8b:f8:1a by local choice (reason=3)
[ 3903.343148] cfg80211: Calling CRDA to update world regulatory domain
[ 3903.362788] cfg80211: World regulatory domain updated:
[ 3903.362800] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3903.362811] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3903.362820] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3903.362828] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3903.362837] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3903.362846] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3903.376919] rtl8192se 0000:04:00.0: PCI INT A disabled
[ 3906.945274] rtl8192se 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 3906.945291] rtl8192se 0000:04:00.0: setting latency timer to 64
[ 3906.957896] rtl8192se: rtl8192ce: FW Power Save off (module option)
[ 3906.958180] rtl8192se: Driver for Realtek RTL8192SE/RTL8191SE
[ 3906.958193] Loading firmware rtlwifi/rtl8192sefw.bin
[ 3906.972294] ieee80211 phy1: Selected rate control algorithm 'rtl_rc'
[ 3907.150422] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3909.136220] wlan0: authenticate with e0:46:9a:8b:f8:1a (try 1)
[ 3909.138432] wlan0: authenticated
[ 3909.158655] wlan0: associate with e0:46:9a:8b:f8:1a (try 1)
[ 3909.162342] wlan0: RX AssocResp from e0:46:9a:8b:f8:1a (capab=0x411 status=0 aid=1)
[ 3909.162352] wlan0: associated
[ 3909.174311] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 3919.370011] wlan0: no IPv6 routers present


Create a new paste based on this one


Comments: