[ create a new paste ] login | about

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

Plain Text, pasted on Oct 12:
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
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.5.4-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Sep 15 08:12:04 CEST 2012
[    0.000000] Command line: root=/dev/sda3 init=/bin/systemd ro
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000aac0cfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000aac0d000-0x00000000aad8dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aad8e000-0x00000000aad94fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000aad95000-0x00000000aad95fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aad96000-0x00000000aad96fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000aad97000-0x00000000aadb7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aadb8000-0x00000000aadc5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000aadc6000-0x00000000aade7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aade8000-0x00000000aaf22fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000aaf23000-0x00000000aafe7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000aafe8000-0x00000000aaffcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000aaffd000-0x00000000aaffffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ab000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff980000-0x00000000ffbfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001cf7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: ASUSTeK Computer Inc. N53SV/N53SV, BIOS N53SV.213 07/15/2011
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x1cf800 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-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FE0000000 write-back
[    0.000000]   2 base 0A0000000 mask FF8000000 write-back
[    0.000000]   3 base 0A8000000 mask FFC000000 write-back
[    0.000000]   4 base 0AB000000 mask FFF000000 uncachable
[    0.000000]   5 base 100000000 mask F00000000 write-back
[    0.000000]   6 base 1E0000000 mask FE0000000 uncachable
[    0.000000]   7 base 1D0000000 mask FF0000000 uncachable
[    0.000000]   8 base 1CF800000 mask FFF800000 uncachable
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xab000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xaaffd max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcc70-0x000fcc7f] mapped at [ffff8800000fcc70]
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0xaaffcfff]
[    0.000000]  [mem 0x00000000-0xaadfffff] page 2M
[    0.000000]  [mem 0xaae00000-0xaaffcfff] page 4k
[    0.000000] kernel direct mapping tables up to 0xaaffcfff @ [mem 0x1f7a6000-0x1fd01fff]
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1cf7fffff]
[    0.000000]  [mem 0x100000000-0x1cf7fffff] page 2M
[    0.000000] kernel direct mapping tables up to 0x1cf7fffff @ [mem 0xaaff4000-0xaaffcfff]
[    0.000000] RAMDISK: [mem 0x1fd02000-0x1ffeffff]
[    0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 00000000aaffee18 00074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: FACP 00000000aaf9ad98 000F4 (v04 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20120320/tbfadt-378)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xAAFE4E40/0x00000000AAFE4D40, using 32 (20120320/tbfadt-502)
[    0.000000] ACPI: DSDT 00000000aaf86018 13833 (v01 _ASUS_ Notebook 00000000 INTL 20091112)
[    0.000000] ACPI: FACS 00000000aafe4e40 00040
[    0.000000] ACPI: APIC 00000000aaffdf18 000CC (v02 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: DBGP 00000000aaffff18 00034 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: ECDT 00000000aafe4b18 000C1 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.000000] ACPI: SLIC 00000000aaf9be18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
[    0.000000] ACPI: HPET 00000000aafe5d18 00038 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.000000] ACPI: MCFG 00000000aafe5c98 0003C (v01 _ASUS_ Notebook 06222004 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000aaf85818 007C9 (v01  PmRef  Cpu0Ist 00003000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000aaf84018 00996 (v01  PmRef    CpuPm 00003000 INTL 20091112)
[    0.000000] ACPI: ASF! 00000000aafe4a18 000A0 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000001cf7fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x1cf7fffff]
[    0.000000]   NODE_DATA [mem 0x1cf7fc000-0x1cf7fffff]
[    0.000000]  [ffffea0000000000-ffffea00073fffff] PMD -> [ffff8801c8e00000-ffff8801cedfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x1cf7fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x3fffffff]
[    0.000000]   node   0: [mem 0x40200000-0xaac0cfff]
[    0.000000]   node   0: [mem 0xaad8e000-0xaad94fff]
[    0.000000]   node   0: [mem 0xaad96000-0xaad96fff]
[    0.000000]   node   0: [mem 0xaadb8000-0xaadc5fff]
[    0.000000]   node   0: [mem 0xaade8000-0xaaf22fff]
[    0.000000]   node   0: [mem 0xaafe8000-0xaaffcfff]
[    0.000000]   node   0: [mem 0x100000000-0x1cf7fffff]
[    0.000000] On node 0 totalpages: 1548545
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3912 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 678323 pages, LIFO batch:31
[    0.000000]   Normal zone: 13280 pages used for memmap
[    0.000000]   Normal zone: 836640 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    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: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 16 CPUs, 12 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    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] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[    0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[    0.000000] PM: Registered nosave memory: 00000000aac0d000 - 00000000aad8e000
[    0.000000] PM: Registered nosave memory: 00000000aad95000 - 00000000aad96000
[    0.000000] PM: Registered nosave memory: 00000000aad97000 - 00000000aadb8000
[    0.000000] PM: Registered nosave memory: 00000000aadc6000 - 00000000aade8000
[    0.000000] PM: Registered nosave memory: 00000000aaf23000 - 00000000aafe8000
[    0.000000] PM: Registered nosave memory: 00000000aaffd000 - 00000000ab000000
[    0.000000] PM: Registered nosave memory: 00000000ab000000 - 00000000b0000000
[    0.000000] PM: Registered nosave memory: 00000000b0000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
[    0.000000] PM: Registered nosave memory: 00000000e4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff980000
[    0.000000] PM: Registered nosave memory: 00000000ff980000 - 00000000ffc00000
[    0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffd80000
[    0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
[    0.000000] e820: [mem 0xb0000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff8801cf400000 s83392 r8192 d23104 u131072
[    0.000000] pcpu-alloc: s83392 r8192 d23104 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1518875
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/sda3 init=/bin/systemd ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 6013788k/7593984k available (4645k kernel code, 1399804k absent, 180392k reserved, 4207k data, 760k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] NR_IRQS:4352 nr_irqs:808 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 25165824 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.003333] Detected 2294.772 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.77 BogoMIPS (lpj=7649240)
[    0.000005] pid_max: default: 32768 minimum: 301
[    0.000030] Security Framework initialized
[    0.000034] AppArmor: AppArmor disabled by boot time parameter
[    0.000535] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.002226] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.002958] Mount-cache hash table entries: 256
[    0.003131] Initializing cgroup subsys cpuacct
[    0.003133] Initializing cgroup subsys memory
[    0.003140] Initializing cgroup subsys devices
[    0.003142] Initializing cgroup subsys freezer
[    0.003143] Initializing cgroup subsys net_cls
[    0.003144] Initializing cgroup subsys blkio
[    0.003168] CPU: Physical Processor ID: 0
[    0.003169] CPU: Processor Core ID: 0
[    0.003173] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.003175] mce: CPU supports 7 MCE banks
[    0.003186] CPU0: Thermal monitoring enabled (TM1)
[    0.003192] using mwait in idle threads.
[    0.004457] ACPI: Core revision 20120320
[    0.176798] ftrace: allocating 17970 entries in 71 pages
[    0.185873] Switched APIC routing to physical flat.
[    0.186288] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.219275] CPU0: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz stepping 07
[    0.323081] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[    0.323086] PEBS disabled due to CPU errata.
[    0.323088] ... version:                3
[    0.323089] ... bit width:              48
[    0.323090] ... generic registers:      4
[    0.323091] ... value mask:             0000ffffffffffff
[    0.323092] ... max period:             000000007fffffff
[    0.323093] ... fixed-purpose events:   3
[    0.323094] ... event mask:             000000070000000f
[    0.343285] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.356416] Booting Node   0, Processors  #1 #2 #3
[    0.416223] Brought up 4 CPUs
[    0.416226] Total of 4 processors activated (18365.10 BogoMIPS).
[    0.419623] devtmpfs: initialized
[    0.420698] PM: Registering ACPI NVS region [mem 0xaaf23000-0xaafe7fff] (806912 bytes)
[    0.421484] NET: Registered protocol family 16
[    0.421598] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.421600] ACPI: bus type pci registered
[    0.421664] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.421667] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.430455] PCI: Using configuration type 1 for base access
[    0.430960] bio: create slab <bio-0> at 0
[    0.431009] ACPI: Added _OSI(Module Device)
[    0.431011] ACPI: Added _OSI(Processor Device)
[    0.431012] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.431013] ACPI: Added _OSI(Processor Aggregator Device)
[    0.433237] ACPI: EC: EC description table is found, configuring boot EC
[    0.433241] ACPI: EC: Look up EC in DSDT
[    0.435610] ACPI: Executed 1 blocks of module-level executable AML code
[    0.438806] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.543598] ACPI: SSDT 00000000aadca798 0073F (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
[    0.544154] ACPI: Dynamic OEM Table Load:
[    0.544156] ACPI: SSDT           (null) 0073F (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
[    0.544400] ACPI: SSDT 00000000aadcba98 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
[    0.544983] ACPI: Dynamic OEM Table Load:
[    0.544985] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
[    0.545100] ACPI: SSDT 00000000aadc9d98 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
[    0.545649] ACPI: Dynamic OEM Table Load:
[    0.545651] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
[    0.546178] ACPI: Interpreter enabled
[    0.546182] ACPI: (supports S0 S3 S4 S5)
[    0.546204] ACPI: Using IOAPIC for interrupt routing
[    0.651664] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.651871] ACPI: No dock devices found.
[    0.651875] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.652297] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.652642] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.652644] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.652646] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.652648] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.652650] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.652651] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.652653] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.652655] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[    0.652656] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
[    0.652658] pci_root PNP0A08:00: host bridge window [mem 0xb0000000-0xfeafffff]
[    0.652660] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[    0.652690] PCI host bridge to bus 0000:00
[    0.652693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.652694] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.652696] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.652698] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.652699] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.652701] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.652703] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.652704] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.652706] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.652708] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfeafffff]
[    0.652709] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.652717] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.652755] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[    0.652787] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.652806] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[    0.652817] pci 0000:00:02.0: reg 10: [mem 0xdc400000-0xdc7fffff 64bit]
[    0.652826] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.652831] pci 0000:00:02.0: reg 20: [io  0xe000-0xe03f]
[    0.652886] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.652910] pci 0000:00:16.0: reg 10: [mem 0xdf00b000-0xdf00b00f 64bit]
[    0.652987] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.653021] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.653043] pci 0000:00:1a.0: reg 10: [mem 0xdf008000-0xdf0083ff]
[    0.653135] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.653162] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.653177] pci 0000:00:1b.0: reg 10: [mem 0xdf000000-0xdf003fff 64bit]
[    0.653247] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.653270] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.653351] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.653376] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.653456] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.653485] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    0.653566] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.653595] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[    0.653675] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.653708] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.653730] pci 0000:00:1d.0: reg 10: [mem 0xdf007000-0xdf0073ff]
[    0.653822] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.653849] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[    0.653976] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.653996] pci 0000:00:1f.2: reg 10: [io  0xe0b0-0xe0b7]
[    0.654004] pci 0000:00:1f.2: reg 14: [io  0xe0a0-0xe0a3]
[    0.654012] pci 0000:00:1f.2: reg 18: [io  0xe090-0xe097]
[    0.654020] pci 0000:00:1f.2: reg 1c: [io  0xe080-0xe083]
[    0.654029] pci 0000:00:1f.2: reg 20: [io  0xe060-0xe07f]
[    0.654037] pci 0000:00:1f.2: reg 24: [mem 0xdf006000-0xdf0067ff]
[    0.654084] pci 0000:00:1f.2: PME# supported from D3hot
[    0.654103] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.654119] pci 0000:00:1f.3: reg 10: [mem 0xdf005000-0xdf0050ff 64bit]
[    0.654140] pci 0000:00:1f.3: reg 20: [io  0xe040-0xe05f]
[    0.654204] pci 0000:01:00.0: [10de:0df4] type 00 class 0x030000
[    0.654216] pci 0000:01:00.0: reg 10: [mem 0xdb000000-0xdbffffff]
[    0.654229] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.654242] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.654251] pci 0000:01:00.0: reg 24: [io  0xd000-0xd07f]
[    0.654260] pci 0000:01:00.0: reg 30: [mem 0xdc000000-0xdc07ffff pref]
[    0.662842] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.662850] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.662858] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    0.662867] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.662970] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.662974] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.662978] pci 0000:00:1c.0:   bridge window [mem 0xde600000-0xdeffffff]
[    0.662985] pci 0000:00:1c.0:   bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
[    0.663052] pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
[    0.663080] pci 0000:03:00.0: reg 10: [mem 0xddc00000-0xddc0ffff 64bit]
[    0.663211] pci 0000:03:00.0: supports D1
[    0.663213] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.672840] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.672850] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    0.672859] pci 0000:00:1c.1:   bridge window [mem 0xddc00000-0xde5fffff]
[    0.672873] pci 0000:00:1c.1:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
[    0.672994] pci 0000:04:00.0: [1b73:1000] type 00 class 0x0c0330
[    0.673016] pci 0000:04:00.0: reg 10: [mem 0xdd200000-0xdd20ffff]
[    0.673174] pci 0000:04:00.0: PME# supported from D0 D3hot
[    0.682835] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
[    0.682844] pci 0000:00:1c.3:   bridge window [io  0xa000-0xafff]
[    0.682854] pci 0000:00:1c.3:   bridge window [mem 0xdd200000-0xddbfffff]
[    0.682867] pci 0000:00:1c.3:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
[    0.683044] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[    0.683106] pci 0000:05:00.0: reg 10: [io  0x9000-0x90ff]
[    0.683226] pci 0000:05:00.0: reg 18: [mem 0xd2104000-0xd2104fff 64bit pref]
[    0.683300] pci 0000:05:00.0: reg 20: [mem 0xd2100000-0xd2103fff 64bit pref]
[    0.683630] pci 0000:05:00.0: supports D1 D2
[    0.683631] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.692853] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
[    0.692862] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
[    0.692872] pci 0000:00:1c.5:   bridge window [mem 0xdc800000-0xdd1fffff]
[    0.692886] pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
[    0.692938] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.693050] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
[    0.693116] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.693144] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.693175] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    0.693205] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[    0.693383]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.693657]  pci0000:00: ACPI _OSC control (0x1d) granted
[    1.439659] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    1.439702] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
[    1.439741] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 12)
[    1.439780] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
[    1.439819] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.439859] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.439898] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    1.439937] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 12)
[    1.440012] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.440018] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    1.440020] vgaarb: loaded
[    1.440021] vgaarb: bridge control possible 0000:01:00.0
[    1.440022] vgaarb: no bridge control possible 0000:00:02.0
[    1.440054] PCI: Using ACPI for IRQ routing
[    1.441587] PCI: pci_cache_line_size set to 64 bytes
[    1.441665] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    1.441667] e820: reserve RAM buffer [mem 0xaac0d000-0xabffffff]
[    1.441670] e820: reserve RAM buffer [mem 0xaad95000-0xabffffff]
[    1.441672] e820: reserve RAM buffer [mem 0xaad97000-0xabffffff]
[    1.441674] e820: reserve RAM buffer [mem 0xaadc6000-0xabffffff]
[    1.441676] e820: reserve RAM buffer [mem 0xaaf23000-0xabffffff]
[    1.441678] e820: reserve RAM buffer [mem 0xaaffd000-0xabffffff]
[    1.441679] e820: reserve RAM buffer [mem 0x1cf800000-0x1cfffffff]
[    1.441761] NetLabel: Initializing
[    1.441762] NetLabel:  domain hash size = 128
[    1.441763] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.441774] NetLabel:  unlabeled traffic allowed by default
[    1.441787] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.441793] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.443808] Switching to clocksource hpet
[    1.448628] pnp: PnP ACPI init
[    1.448643] ACPI: bus type pnp registered
[    1.448863] pnp 00:00: [bus 00-3e]
[    1.448866] pnp 00:00: [io  0x0000-0x0cf7 window]
[    1.448868] pnp 00:00: [io  0x0cf8-0x0cff]
[    1.448870] pnp 00:00: [io  0x0d00-0xffff window]
[    1.448871] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    1.448873] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    1.448875] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    1.448876] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    1.448878] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    1.448880] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    1.448881] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    1.448883] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    1.448885] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    1.448886] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    1.448888] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    1.448889] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    1.448891] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    1.448893] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    1.448894] pnp 00:00: [mem 0xb0000000-0xfeafffff window]
[    1.448896] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    1.448962] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    1.497331] pnp 00:01: [io  0x0000-0x001f]
[    1.497336] pnp 00:01: [io  0x0081-0x0091]
[    1.497347] pnp 00:01: [io  0x0093-0x009f]
[    1.497348] pnp 00:01: [io  0x00c0-0x00df]
[    1.497350] pnp 00:01: [dma 4]
[    1.497372] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.497379] pnp 00:02: [mem 0xff000000-0xffffffff]
[    1.497400] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    1.497473] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    1.497494] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.497502] pnp 00:04: [io  0x00f0]
[    1.497512] pnp 00:04: [irq 13]
[    1.497533] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.497542] pnp 00:05: [io  0x002e-0x002f]
[    1.497545] pnp 00:05: [io  0x004e-0x004f]
[    1.497547] pnp 00:05: [io  0x0061]
[    1.497548] pnp 00:05: [io  0x0063]
[    1.497550] pnp 00:05: [io  0x0065]
[    1.497551] pnp 00:05: [io  0x0067]
[    1.497552] pnp 00:05: [io  0x0070]
[    1.497554] pnp 00:05: [io  0x0080]
[    1.497555] pnp 00:05: [io  0x0092]
[    1.497557] pnp 00:05: [io  0x00b2-0x00b3]
[    1.497558] pnp 00:05: [io  0x0680-0x069f]
[    1.497560] pnp 00:05: [io  0x1000-0x100f]
[    1.497561] pnp 00:05: [io  0xffff]
[    1.497563] pnp 00:05: [io  0xffff]
[    1.497564] pnp 00:05: [io  0x0400-0x0453]
[    1.497566] pnp 00:05: [io  0x0458-0x047f]
[    1.497567] pnp 00:05: [io  0x0500-0x057f]
[    1.497569] pnp 00:05: [io  0x164e-0x164f]
[    1.497610] system 00:05: [io  0x0680-0x069f] has been reserved
[    1.497612] system 00:05: [io  0x1000-0x100f] has been reserved
[    1.497614] system 00:05: [io  0xffff] has been reserved
[    1.497616] system 00:05: [io  0xffff] has been reserved
[    1.497618] system 00:05: [io  0x0400-0x0453] has been reserved
[    1.497620] system 00:05: [io  0x0458-0x047f] has been reserved
[    1.497622] system 00:05: [io  0x0500-0x057f] has been reserved
[    1.497623] system 00:05: [io  0x164e-0x164f] has been reserved
[    1.497626] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.497633] pnp 00:06: [io  0x0070-0x0077]
[    1.497638] pnp 00:06: [irq 8]
[    1.497661] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.497677] pnp 00:07: [io  0x0454-0x0457]
[    1.497709] system 00:07: [io  0x0454-0x0457] has been reserved
[    1.497711] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.497722] pnp 00:08: [io  0x0240-0x0259]
[    1.497752] system 00:08: [io  0x0240-0x0259] has been reserved
[    1.497755] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.497785] pnp 00:09: [irq 12]
[    1.497810] pnp 00:09: Plug and Play ACPI device, IDs ETD0001 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    1.497825] pnp 00:0a: [io  0x0060]
[    1.497826] pnp 00:0a: [io  0x0064]
[    1.497831] pnp 00:0a: [irq 1]
[    1.497854] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    1.498032] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
[    1.498034] pnp 00:0b: [mem 0xfed10000-0xfed17fff]
[    1.498035] pnp 00:0b: [mem 0xfed18000-0xfed18fff]
[    1.498037] pnp 00:0b: [mem 0xfed19000-0xfed19fff]
[    1.498039] pnp 00:0b: [mem 0xe0000000-0xe3ffffff]
[    1.498040] pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
[    1.498042] pnp 00:0b: [mem 0xfed90000-0xfed93fff]
[    1.498043] pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
[    1.498045] pnp 00:0b: [mem 0xff000000-0xffffffff]
[    1.498046] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
[    1.498048] pnp 00:0b: [mem 0x00000000-0xffffffffffffffff disabled]
[    1.498100] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.498102] system 00:0b: [mem 0xfed10000-0xfed17fff] could not be reserved
[    1.498104] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.498106] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.498108] system 00:0b: [mem 0xe0000000-0xe3ffffff] has been reserved
[    1.498110] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.498111] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.498113] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.498115] system 00:0b: [mem 0xff000000-0xffffffff] could not be reserved
[    1.498117] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.498120] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.498161] pnp 00:0c: [mem 0xd4c00000-0xd4c00fff]
[    1.498204] system 00:0c: [mem 0xd4c00000-0xd4c00fff] has been reserved
[    1.498207] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.498303] pnp 00:0d: [mem 0x20000000-0x201fffff]
[    1.498304] pnp 00:0d: [mem 0x40000000-0x401fffff]
[    1.498351] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
[    1.498353] system 00:0d: [mem 0x40000000-0x401fffff] has been reserved
[    1.498356] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.498376] pnp: PnP ACPI: found 14 devices
[    1.498377] ACPI: ACPI bus type pnp unregistered
[    1.504636] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.504639] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    1.504643] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    1.504645] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.504649] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    1.504652] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    1.504657] pci 0000:00:1c.0:   bridge window [mem 0xde600000-0xdeffffff]
[    1.504661] pci 0000:00:1c.0:   bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
[    1.504668] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    1.504671] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    1.504676] pci 0000:00:1c.1:   bridge window [mem 0xddc00000-0xde5fffff]
[    1.504680] pci 0000:00:1c.1:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
[    1.504687] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
[    1.504690] pci 0000:00:1c.3:   bridge window [io  0xa000-0xafff]
[    1.504695] pci 0000:00:1c.3:   bridge window [mem 0xdd200000-0xddbfffff]
[    1.504700] pci 0000:00:1c.3:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
[    1.504706] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
[    1.504709] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
[    1.504715] pci 0000:00:1c.5:   bridge window [mem 0xdc800000-0xdd1fffff]
[    1.504719] pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
[    1.504764] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.504766] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.504768] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.504770] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    1.504771] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    1.504773] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    1.504775] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    1.504776] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    1.504778] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    1.504780] pci_bus 0000:00: resource 13 [mem 0xb0000000-0xfeafffff]
[    1.504781] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
[    1.504783] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    1.504785] pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff]
[    1.504786] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.504788] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    1.504790] pci_bus 0000:02: resource 1 [mem 0xde600000-0xdeffffff]
[    1.504792] pci_bus 0000:02: resource 2 [mem 0xd4200000-0xd4bfffff 64bit pref]
[    1.504794] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    1.504795] pci_bus 0000:03: resource 1 [mem 0xddc00000-0xde5fffff]
[    1.504797] pci_bus 0000:03: resource 2 [mem 0xd3700000-0xd40fffff 64bit pref]
[    1.504799] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
[    1.504800] pci_bus 0000:04: resource 1 [mem 0xdd200000-0xddbfffff]
[    1.504802] pci_bus 0000:04: resource 2 [mem 0xd2c00000-0xd35fffff 64bit pref]
[    1.504804] pci_bus 0000:05: resource 0 [io  0x9000-0x9fff]
[    1.504805] pci_bus 0000:05: resource 1 [mem 0xdc800000-0xdd1fffff]
[    1.504807] pci_bus 0000:05: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
[    1.504835] NET: Registered protocol family 2
[    1.504997] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    1.505680] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.506866] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.506992] TCP: Hash tables configured (established 524288 bind 65536)
[    1.506993] TCP: reno registered
[    1.507004] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.507033] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.507122] NET: Registered protocol family 1
[    1.507136] pci 0000:00:02.0: Boot video device
[    1.753937] PCI: CLS 64 bytes, default 64
[    1.753977] Unpacking initramfs...
[    1.807804] Freeing initrd memory: 3000k freed
[    1.808172] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.808177] software IO TLB [mem 0xa6c0d000-0xaac0cfff] (64MB) mapped at [ffff8800a6c0d000-ffff8800aac0cfff]
[    1.808636] audit: initializing netlink socket (disabled)
[    1.808649] type=2000 audit(1350046982.539:1): initialized
[    1.820144] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.821731] VFS: Disk quotas dquot_6.5.2
[    1.821775] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.821863] msgmni has been set to 11751
[    1.822038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.822065] io scheduler noop registered
[    1.822067] io scheduler deadline registered
[    1.822108] io scheduler cfq registered (default)
[    1.822204] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    1.822296] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    1.822400] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[    1.822504] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[    1.822606] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
[    1.822682] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    1.822684] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.822686] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    1.822703] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    1.822708] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    1.822726] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    1.822727] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    1.822732] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[    1.822749] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    1.822751] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    1.822756] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    1.822772] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    1.822773] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    1.822778] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    1.822846] intel_idle: MWAIT substates: 0x21120
[    1.822847] intel_idle: v0.4 model 0x2A
[    1.822848] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.822880] GHES: HEST is not enabled!
[    1.822926] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.823331] Linux agpgart interface v0.103
[    1.823396] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.824965] i8042: Detected active multiplexing controller, rev 1.1
[    1.825755] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.825765] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.825767] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.825769] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.825770] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.825916] mousedev: PS/2 mouse device common for all mice
[    1.825946] rtc_cmos 00:06: RTC can wake from S4
[    1.826078] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.826106] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    1.826185] cpuidle: using governor ladder
[    1.826284] cpuidle: using governor menu
[    1.826382] drop_monitor: Initializing network drop monitor service
[    1.826448] TCP: cubic registered
[    1.826533] NET: Registered protocol family 10
[    1.826686] NET: Registered protocol family 17
[    1.826696] Key type dns_resolver registered
[    1.826790] PM: Hibernation image not present or could not be loaded.
[    1.826798] registered taskstats version 1
[    1.827454] rtc_cmos 00:06: setting system clock to 2012-10-12 13:03:02 UTC (1350046982)
[    1.828659] Freeing unused kernel memory: 760k freed
[    1.828748] Write protecting the kernel read-only data: 8192k
[    1.832574] Freeing unused kernel memory: 1488k freed
[    1.834344] Freeing unused kernel memory: 612k freed
[    1.841379] systemd-udevd[47]: starting version 194
[    1.859724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.867859] ACPI: bus type usb registered
[    1.867882] usbcore: registered new interface driver usbfs
[    1.867892] usbcore: registered new interface driver hub
[    1.868000] usbcore: registered new device driver usb
[    1.868271] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.868323] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.868326] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    1.868332] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.868358] ehci_hcd 0000:00:1a.0: debug port 2
[    1.872258] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    1.872277] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xdf008000
[    1.873494] SCSI subsystem initialized
[    1.873940] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.873950] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[    1.875123] libata version 3.00 loaded.
[    1.880378] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.880897] hub 1-0:1.0: USB hub found
[    1.880902] hub 1-0:1.0: 2 ports detected
[    1.881157] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.881163] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    1.881172] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    1.881216] ehci_hcd 0000:00:1d.0: debug port 2
[    1.885126] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    1.885146] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xdf007000
[    1.893688] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.893902] hub 3-0:1.0: USB hub found
[    1.893907] hub 3-0:1.0: 2 ports detected
[    1.894174] ahci 0000:00:1f.2: version 3.0
[    1.894266] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[    1.894515] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    1.894519] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    1.894525] ahci 0000:00:1f.2: setting latency timer to 64
[    1.901062] scsi0 : ahci
[    1.901182] scsi1 : ahci
[    1.901288] scsi2 : ahci
[    1.901376] scsi3 : ahci
[    1.901461] scsi4 : ahci
[    1.901550] scsi5 : ahci
[    1.901819] ata1: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006100 irq 45
[    1.901821] ata2: DUMMY
[    1.901824] ata3: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006200 irq 45
[    1.901825] ata4: DUMMY
[    1.901826] ata5: DUMMY
[    1.901827] ata6: DUMMY
[    2.006013] xhci_hcd 0000:04:00.0: irq 19, io mem 0xdd200000
[    2.006153] xHCI xhci_add_endpoint called for root hub
[    2.006155] xHCI xhci_check_bandwidth called for root hub
[    2.006179] hub 2-0:1.0: USB hub found
[    2.006185] hub 2-0:1.0: 1 port detected
[    2.006241] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    2.006245] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[    2.006334] xHCI xhci_add_endpoint called for root hub
[    2.006336] xHCI xhci_check_bandwidth called for root hub
[    2.006356] hub 4-0:1.0: USB hub found
[    2.006362] hub 4-0:1.0: 1 port detected
[    2.186982] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    2.220292] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.220372] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.223067] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.223078] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.223854] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.223901] ata3.00: ATAPI: Slimtype BD  E  DS4E1S, EA2B, max UDMA/100
[    2.224044] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.224054] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.225846] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.225856] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.226524] ata3.00: configured for UDMA/100
[    2.227576] ata1.00: ATA-8: WDC WD6400BPVT-80HXZT1, 01.01A01, max UDMA/133
[    2.227579] ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.232007] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.232194] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.232204] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.236113] ata1.00: configured for UDMA/133
[    2.236373] scsi 0:0:0:0: Direct-Access     ATA      WDC WD6400BPVT-8 01.0 PQ: 0 ANSI: 5
[    2.239737] scsi 2:0:0:0: CD-ROM            Slimtype BD  E  DS4E1S    EA2B PQ: 0 ANSI: 5
[    2.245469] sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
[    2.245472] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.245543] sd 0:0:0:0: [sda] Write Protect is off
[    2.245546] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.245569] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.249930] sr0: scsi3-mmc drive: 24x/1x writer dvd-ram cd/rw xa/form2 cdda pop-up
[    2.249936] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.250178] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.272630]  sda: sda1 sda2 sda3
[    2.272953] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.311052] hub 1-1:1.0: USB hub found
[    2.311096] hub 1-1:1.0: 6 ports detected
[    2.416777] usb 3-1: new high-speed USB device number 2 using ehci_hcd
[    2.540706] hub 3-1:1.0: USB hub found
[    2.540896] hub 3-1:1.0: 6 ports detected
[    2.606904] usb 1-1.1: new full-speed USB device number 3 using ehci_hcd
[    2.756787] usb 1-1.2: new high-speed USB device number 4 using ehci_hcd
[    2.809974] Refined TSC clocksource calibration: 2294.787 MHz.
[    2.809988] Switching to clocksource tsc
[    3.229947] usb 3-1.2: new full-speed USB device number 3 using ehci_hcd
[    3.323954] usbcore: registered new interface driver usbhid
[    3.323956] usbhid: USB HID core driver
[    3.324825] input: Logitech Logitech USB Headset as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.2/3-1.2:1.3/input/input1
[    3.324883] hid-generic 0003:046D:0A0C.0001: input,hidraw0: USB HID v1.00 Device [Logitech Logitech USB Headset] on usb-0000:00:1d.0-1.2/input3
[    3.386497] usb 3-1.3: new full-speed USB device number 4 using ehci_hcd
[    3.493582] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    3.539755] usb 3-1.4: new full-speed USB device number 5 using ehci_hcd
[    3.628377] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.4/3-1.4:1.0/input/input2
[    3.628535] hid-generic 0003:046D:C52F.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.4/input0
[    3.630427] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.4/3-1.4:1.1/input/input3
[    3.630589] hid-generic 0003:046D:C52F.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.4/input1
[    4.479646] systemd[1]: systemd 194 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
[    4.920278] systemd[1]: Inserted module 'autofs4'
[    4.936903] systemd[1]: Set hostname to <optimus>.
[    6.207977] systemd[1]: Cannot add dependency job for unit syslog-ng.service, ignoring: Unit syslog-ng.service failed to load: No such file or directory. See system logs and 'systemctl status syslog-ng.service' for details.
[    6.208003] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[    6.208218] systemd[1]: Starting Login Prompts.
[    6.208553] systemd[1]: Reached target Login Prompts.
[    6.208564] systemd[1]: Starting Arch Daemons.
[    6.208873] systemd[1]: Reached target Arch Daemons.
[    6.208882] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    6.208927] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.208936] systemd[1]: Starting Remote File Systems.
[    6.209247] systemd[1]: Reached target Remote File Systems.
[    6.209256] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    6.209576] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    6.209584] systemd[1]: Starting Delayed Shutdown Socket.
[    6.209911] systemd[1]: Listening on Delayed Shutdown Socket.
[    6.209920] systemd[1]: Starting Encrypted Volumes.
[    6.210224] systemd[1]: Reached target Encrypted Volumes.
[    6.210238] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    6.210264] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.210291] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    6.210673] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.210731] systemd[1]: Starting udev Kernel Socket.
[    6.211052] systemd[1]: Listening on udev Kernel Socket.
[    6.211095] systemd[1]: Starting udev Control Socket.
[    6.211423] systemd[1]: Listening on udev Control Socket.
[    6.211431] systemd[1]: Starting Swap.
[    6.211746] systemd[1]: Reached target Swap.
[    6.211756] systemd[1]: Starting Journal Socket.
[    6.212096] systemd[1]: Listening on Journal Socket.
[    6.212142] systemd[1]: Starting udev Kernel Device Manager...
[    6.269173] systemd[1]: Starting Apply Kernel Variables...
[    6.275298] systemd[1]: Starting Setup Virtual Console...
[    6.278583] systemd[1]: Mounting Huge Pages File System...
[    6.584202] systemd[1]: Starting Load Kernel Modules...
[    6.592104] systemd[1]: Mounting Debug File System...
[    6.603357] systemd[1]: Starting udev Coldplug all Devices...
[    6.666701] systemd[1]: Starting Set Up Additional Binary Formats...
[    6.674819] systemd[1]: Mounting POSIX Message Queue File System...
[    6.694891] systemd[1]: Starting Journal Service...
[    6.698484] systemd[1]: Started Journal Service.
[    6.698530] systemd[1]: Started File System Check on Root Device.
[    6.698546] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.708822] systemd[1]: Started Apply Kernel Variables.
[    7.373584] usbip_core: module is from the staging directory, the quality is unknown, you have been warned.
[    7.373759] usbip_core: USB/IP Core v1.0.0
[    7.429778] systemd-udevd[117]: starting version 194
[    7.465221] usbip_host: module is from the staging directory, the quality is unknown, you have been warned.
[    7.465482] usbip-host 1-1.1:1.0: 1-1.1 is not in match_busid table... skip!
[    7.465492] usbip-host 1-1.1:1.1: 1-1.1 is not in match_busid table... skip!
[    7.465498] usbip-host 1-1.2:1.0: 1-1.2 is not in match_busid table... skip!
[    7.465504] usbip-host 1-1.2:1.1: 1-1.2 is not in match_busid table... skip!
[    7.465510] usbip-host 3-1.2:1.0: 3-1.2 is not in match_busid table... skip!
[    7.465515] usbip-host 3-1.2:1.1: 3-1.2 is not in match_busid table... skip!
[    7.465520] usbip-host 3-1.2:1.2: 3-1.2 is not in match_busid table... skip!
[    7.465526] usbip-host 3-1.3:1.0: 3-1.3 is not in match_busid table... skip!
[    7.465539] usbcore: registered new interface driver usbip-host
[    7.465540] usbip_host: USB/IP Host Driver v1.0.0
[    7.490961] EXT4-fs (sda3): re-mounted. Opts: (null)
[    7.966296] systemd-journald[130]: Received SIGUSR1
[   10.318485] wmi: Mapper loaded
[   10.569420] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   10.592724] ACPI: AC Adapter [AC0] (on-line)
[   10.756697] thermal LNXTHERM:00: registered as thermal_zone0
[   10.756701] ACPI: Thermal Zone [THRM] (43 C)
[   10.768925] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
[   10.769385] ACPI: Battery Slot [BAT0] (battery present)
[   10.779353] ACPI: Lid Switch [LID]
[   10.779416] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6
[   10.779467] ACPI: Sleep Button [SLPB]
[   10.779540] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[   10.779980] ACPI: Power Button [PWRF]
[   10.907129] ACPI: Requesting acpi_cpufreq
[   11.101584] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[   11.101723] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[   11.102752] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[   11.102859] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
[   11.130209] ACPI Warning: 0x000000000000e040-0x000000000000e05f SystemIO conflicts with Region \SMB0 1 (20120320/utaddress-251)
[   11.130216] ACPI Warning: 0x000000000000e040-0x000000000000e05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 2 (20120320/utaddress-251)
[   11.130219] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.145974] Bluetooth: Core ver 2.16
[   11.145988] NET: Registered protocol family 31
[   11.145990] Bluetooth: HCI device and connection manager initialized
[   11.145991] Bluetooth: HCI socket layer initialized
[   11.145993] Bluetooth: L2CAP socket layer initialized
[   11.145996] Bluetooth: SCO socket layer initialized
[   11.153477] usbcore: registered new interface driver btusb
[   11.177844] mei 0000:00:16.0: setting latency timer to 64
[   11.177924] mei 0000:00:16.0: irq 46 for MSI/MSI-X
[   11.187885] mei 0000:00:16.0: wd: failed to find the client
[   11.229875] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GPIS 1 (20120320/utaddress-251)
[   11.229883] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 2 (20120320/utaddress-251)
[   11.229889] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.229893] ACPI Warning: 0x0000000000000500-0x000000000000057f SystemIO conflicts with Region \GPIO 1 (20120320/utaddress-251)
[   11.229898] ACPI Warning: 0x0000000000000500-0x000000000000057f SystemIO conflicts with Region \GP01 2 (20120320/utaddress-251)
[   11.229903] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.229905] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   11.231560] iTCO_vendor_support: vendor-support=0
[   11.232072] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[   11.232107] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[   11.232175] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.299237] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   11.383275] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   11.383743] r8169 0000:05:00.0: irq 47 for MSI/MSI-X
[   11.383922] r8169 0000:05:00.0: eth0: RTL8168e/8111e at 0xffffc90005874000, f4:6d:04:59:89:fd, XID 0c200000 IRQ 47
[   11.383924] r8169 0000:05:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   11.410333] cfg80211: Calling CRDA to update world regulatory domain
[   11.544142] asus_wmi: ASUS WMI generic driver loaded
[   11.571388] asus_wmi: Initialization: 0x1
[   11.571421] asus_wmi: BIOS WMI version: 7.6
[   11.571480] asus_wmi: SFUN value: 0x1a0877
[   11.571911] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input8
[   11.614906] Linux media interface: v0.10
[   11.627307] asus_wmi: Backlight controlled by ACPI video driver
[   11.651781] Linux video capture interface: v2.00
[   11.731546] [drm] Initialized drm 1.1.0 20060810
[   11.858719] psmouse serio4: elantech: assuming hardware version 2 (with firmware version 0x040201)
[   11.888852] psmouse serio4: elantech: Synaptics capabilities query result 0x78, 0x14, 0x0b.
[   11.994825] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input9
[   12.213214] uvcvideo: Found UVC 1.00 device USB Video Device (174f:1718)
[   12.229793] input: USB Video Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input10
[   12.229872] usbcore: registered new interface driver uvcvideo
[   12.229873] USB Video Class driver (1.1.1)
[   12.263646] ath: EEPROM regdomain: 0x60
[   12.263648] ath: EEPROM indicates we should expect a direct regpair map
[   12.263650] ath: Country alpha2 being used: 00
[   12.263651] ath: Regpair used: 0x60
[   12.459468] i915 0000:00:02.0: setting latency timer to 64
[   12.493937] i915 0000:00:02.0: irq 48 for MSI/MSI-X
[   12.493944] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   12.493945] [drm] Driver supports precise vblank timestamp query.
[   12.494108] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   12.494110] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[   12.669583] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1a
[   12.682421] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[   12.682591] Registered led device: ath9k-phy0
[   12.682603] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90005d80000, irq=17
[   12.718307] Registered led device: xpad0
[   12.718419] input: Generic X-Box pad as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input11
[   12.718605] usbcore: registered new interface driver xpad
[   12.802896] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1a
[   12.803367] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1a
[   12.803842] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1a
[   12.804316] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   12.810534] usbcore: registered new interface driver snd-usb-audio
[   12.958973] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[   13.090899] fbcon: inteldrmfb (fb0) is primary device
[   13.337195] Console: switching to colour frame buffer device 240x67
[   13.343214] fb0: inteldrmfb frame buffer device
[   13.343214] drm: registered panic notifier
[   13.344317] ACPI Warning: _BQC returned an invalid level (20120320/video-472)
[   13.344640] acpi device:04: registered as cooling_device4
[   13.344667] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[   13.344726] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input12
[   13.352286] ACPI Warning: _BQC returned an invalid level (20120320/video-472)
[   13.352556] acpi device:48: registered as cooling_device5
[   13.352991] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   13.353032] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input13
[   13.353147] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   13.353260] snd_hda_intel 0000:00:1b.0: irq 49 for MSI/MSI-X
[   14.505090] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[   14.505223] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
[   14.505289] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[   17.787326] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   17.982748] r8169 0000:05:00.0: eth0: link down
[   17.983198] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   21.277633] wlan0: authenticate with 90:f6:52:80:e0:d0
[   21.290111] wlan0: send auth to 90:f6:52:80:e0:d0 (try 1/3)
[   21.292574] wlan0: authenticated
[   21.300387] wlan0: associate with 90:f6:52:80:e0:d0 (try 1/3)
[   21.304352] wlan0: RX AssocResp from 90:f6:52:80:e0:d0 (capab=0x421 status=0 aid=3)
[   21.304888] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   21.304959] wlan0: associated
[   25.738533] bbswitch: version 0.4.2
[   25.738549] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[   25.738565] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.GFX0
[   25.738724] bbswitch: detected an Optimus _DSM function
[   25.738728] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[   25.834342] bbswitch: disabling discrete graphics
[   25.834480] bbswitch: Result of Optimus _DSM call: 01000059
[   25.844921] pci 0000:01:00.0: Refused to change power state, currently in D0
[   25.881722] pci 0000:01:00.0: power state changed by ACPI to D3
[   30.402305] EXT4-fs (sda3): re-mounted. Opts: commit=0
[   33.287505] delay: estimated 0, actual 384
[   33.295501] delay: estimated 384, actual 768
[   54.804404] fuse init (API version 7.19)
[   55.569921] delay: estimated 0, actual 384
[   55.577901] delay: estimated 384, actual 768
[   76.508015] delay: estimated 0, actual 384
[   76.516015] delay: estimated 384, actual 768
[  160.493321] delay: estimated 0, actual 384
[  160.501357] delay: estimated 384, actual 768
[  217.813654] delay: estimated 0, actual 384
[  217.821649] delay: estimated 384, actual 768



Create a new paste based on this one


Comments: