[ create a new paste ] login | about

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

Plain Text, pasted on Sep 24:
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
[    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/disk/by-uuid/7b035700-0773-413f-ad11-4cfaf4343440 rootflags=,relatime,attr2,delaylog,noquota rootfstype=xfs cryptdevice=/dev/disk/by-uuid/e5424b67-cfdc-4f49-b710-60225c9db46a:root ro lang=de hpet=force pcie_aspm=force pcie_aspm.policy=powersave pcie_port=native add_efi_memmap cgroup_disable=memory edd=off radeon.agpmode=8 radeon.audio=1 loglevel=0 quiet radeon.pcie_gen2=1 nmi_watchdog=0 initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a7b58fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7b59000-0x00000000a7baffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7bb0000-0x00000000a7ce3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7ce4000-0x00000000a7cf4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7cf5000-0x00000000a7d18fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7d19000-0x00000000a7d19fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7d1a000-0x00000000a7d1afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7d1b000-0x00000000a7d1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7d1d000-0x00000000a7d23fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7d24000-0x00000000a7d4afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7d4b000-0x00000000a7d8dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7d8e000-0x00000000a7efffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000013effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: ASUSTeK Computer INC. 1215B/1215B, BIOS 0401 06/17/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 = 0x13f000 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 write-through
[    0.000000]   C0000-CEFFF write-protect
[    0.000000]   CF000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 0A7F00000 mask FFFF00000 uncachable
[    0.000000]   2 base 0A8000000 mask FF8000000 uncachable
[    0.000000]   3 base 0B0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000013f000000 aka 5104M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xa7f00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xa7f00 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcd30-0x000fcd3f] mapped at [ffff8800000fcd30]
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0xa7efffff]
[    0.000000]  [mem 0x00000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xa7dfffff] page 2M
[    0.000000]  [mem 0xa7e00000-0xa7efffff] page 4k
[    0.000000] kernel direct mapping tables up to 0xa7efffff @ [mem 0x1fbfd000-0x1fffffff]
[    0.000000] init_memory_mapping: [mem 0x100000000-0x13effffff]
[    0.000000]  [mem 0x100000000-0x13effffff] page 2M
[    0.000000] kernel direct mapping tables up to 0x13effffff @ [mem 0xa7efe000-0xa7efffff]
[    0.000000] RAMDISK: [mem 0x7fcd3000-0x7fffefff]
[    0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 00000000a7ba2068 00054 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000a7baa410 000F4 (v04 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20120320/tbfadt-579)
[    0.000000] ACPI: DSDT 00000000a7ba2150 082BD (v02 ALASKA    A M I 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 00000000a7d23f80 00040
[    0.000000] ACPI: APIC 00000000a7baa508 00062 (v03 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 00000000a7baa570 0003C (v01 ALASKA    A M I 01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 00000000a7baa5b0 00038 (v01 ALASKA    A M I 01072009 AMI  00000004)
[    0.000000] ACPI: SSDT 00000000a7baa5e8 00406 (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 00000000a7baa9f0 0168E (v02    AMD     ALIB 00000001 MSFT 04000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013effffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x13effffff]
[    0.000000]   NODE_DATA [mem 0x13effc000-0x13effffff]
[    0.000000]  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013ac00000-ffff88013e5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13effffff]
[    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-0xa7b58fff]
[    0.000000]   node   0: [mem 0xa7d19000-0xa7d19fff]
[    0.000000]   node   0: [mem 0xa7d8e000-0xa7efffff]
[    0.000000]   node   0: [mem 0x100001000-0x13effffff]
[    0.000000] On node 0 totalpages: 945241
[    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: 666892 pages, LIFO batch:31
[    0.000000]   Normal zone: 4032 pages used for memmap
[    0.000000]   Normal zone: 254015 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[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 33, 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 low 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: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 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: 00000000a7b59000 - 00000000a7bb0000
[    0.000000] PM: Registered nosave memory: 00000000a7bb0000 - 00000000a7ce4000
[    0.000000] PM: Registered nosave memory: 00000000a7ce4000 - 00000000a7cf5000
[    0.000000] PM: Registered nosave memory: 00000000a7cf5000 - 00000000a7d19000
[    0.000000] PM: Registered nosave memory: 00000000a7d1a000 - 00000000a7d1b000
[    0.000000] PM: Registered nosave memory: 00000000a7d1b000 - 00000000a7d1d000
[    0.000000] PM: Registered nosave memory: 00000000a7d1d000 - 00000000a7d24000
[    0.000000] PM: Registered nosave memory: 00000000a7d24000 - 00000000a7d4b000
[    0.000000] PM: Registered nosave memory: 00000000a7d4b000 - 00000000a7d8e000
[    0.000000] PM: Registered nosave memory: 00000000a7f00000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
[    0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
[    0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000
[    0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed61000
[    0.000000] PM: Registered nosave memory: 00000000fed61000 - 00000000fed71000
[    0.000000] PM: Registered nosave memory: 00000000fed71000 - 00000000fed80000
[    0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000
[    0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fef00000
[    0.000000] PM: Registered nosave memory: 00000000fef00000 - 0000000100000000
[    0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100001000
[    0.000000] e820: [mem 0xa7f00000-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:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013ec00000 s83392 r8192 d23104 u1048576
[    0.000000] pcpu-alloc: s83392 r8192 d23104 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 924819
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/disk/by-uuid/7b035700-0773-413f-ad11-4cfaf4343440 rootflags=,relatime,attr2,delaylog,noquota rootfstype=xfs cryptdevice=/dev/disk/by-uuid/e5424b67-cfdc-4f49-b710-60225c9db46a:root ro lang=de hpet=force pcie_aspm=force pcie_aspm.policy=powersave pcie_port=native add_efi_memmap cgroup_disable=memory edd=off radeon.agpmode=8 radeon.audio=1 loglevel=0 quiet radeon.pcie_gen2=1 nmi_watchdog=0 initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[    0.000000] PCIe ASPM is forcibly enabled
[    0.000000] Disabling memory control group subsystem
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    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: 3640820k/5226496k available (4645k kernel code, 1445532k absent, 140144k reserved, 4207k data, 760k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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:512 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.003333] Detected 1646.427 MHz processor.
[    0.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3294.05 BogoMIPS (lpj=5488090)
[    0.000011] pid_max: default: 32768 minimum: 301
[    0.000056] Security Framework initialized
[    0.000064] AppArmor: AppArmor disabled by boot time parameter
[    0.000583] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.003115] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004246] Mount-cache hash table entries: 256
[    0.004618] Initializing cgroup subsys cpuacct
[    0.004627] Initializing cgroup subsys memory
[    0.004644] Initializing cgroup subsys devices
[    0.004647] Initializing cgroup subsys freezer
[    0.004649] Initializing cgroup subsys net_cls
[    0.004652] Initializing cgroup subsys blkio
[    0.004698] tseg: 00a7f00000
[    0.004702] CPU: Physical Processor ID: 0
[    0.004704] CPU: Processor Core ID: 0
[    0.004707] mce: CPU supports 6 MCE banks
[    0.006861] ACPI: Core revision 20120320
[    0.161250] ftrace: allocating 17970 entries in 71 pages
[    0.177865] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.210831] CPU0: AMD E-450 APU with Radeon(tm) HD Graphics stepping 00
[    0.315604] Performance Events: AMD PMU driver.
[    0.315611] ... version:                0
[    0.315613] ... bit width:              48
[    0.315615] ... generic registers:      4
[    0.315618] ... value mask:             0000ffffffffffff
[    0.315620] ... max period:             00007fffffffffff
[    0.315622] ... fixed-purpose events:   0
[    0.315624] ... event mask:             000000000000000f
[    0.349125] Booting Node   0, Processors  #1 Ok.
[    0.362318] Brought up 2 CPUs
[    0.362324] Total of 2 processors activated (6588.11 BogoMIPS).
[    0.363594] devtmpfs: initialized
[    0.366520] PM: Registering ACPI NVS region [mem 0xa7b59000-0xa7baffff] (356352 bytes)
[    0.366547] PM: Registering ACPI NVS region [mem 0xa7ce4000-0xa7cf4fff] (69632 bytes)
[    0.366552] PM: Registering ACPI NVS region [mem 0xa7d1a000-0xa7d1afff] (4096 bytes)
[    0.366555] PM: Registering ACPI NVS region [mem 0xa7d1d000-0xa7d23fff] (28672 bytes)
[    0.366558] PM: Registering ACPI NVS region [mem 0xa7d4b000-0xa7d8dfff] (274432 bytes)
[    0.368520] NET: Registered protocol family 16
[    0.369070] ACPI: bus type pci registered
[    0.369222] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.369227] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.397862] PCI: Using configuration type 1 for base access
[    0.399342] bio: create slab <bio-0> at 0
[    0.399731] ACPI: Added _OSI(Module Device)
[    0.399739] ACPI: Added _OSI(Processor Device)
[    0.399741] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.399744] ACPI: Added _OSI(Processor Aggregator Device)
[    0.401833] ACPI: EC: Look up EC in DSDT
[    0.404080] ACPI: Executed 3 blocks of module-level executable AML code
[    0.408960] ACPI: Interpreter enabled
[    0.408974] ACPI: (supports S0 S3 S4 S5)
[    0.409011] ACPI: Using IOAPIC for interrupt routing
[    0.418695] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
[    0.419044] ACPI: No dock devices found.
[    0.419054] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.419287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.419653] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.419658] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.419663] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.419667] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000dffff]
[    0.419671] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xffffffff]
[    0.419680] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000c8000-0x000dffff] (conflicts with Video ROM [mem 0x000c0000-0x000ce3ff])
[    0.419742] PCI host bridge to bus 0000:00
[    0.419748] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.419752] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.419756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.419760] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.419777] pci 0000:00:00.0: [1022:1510] type 00 class 0x060000
[    0.419841] pci 0000:00:01.0: [1002:9806] type 00 class 0x030000
[    0.419856] pci 0000:00:01.0: reg 10: [mem 0xc0000000-0xcfffffff pref]
[    0.419866] pci 0000:00:01.0: reg 14: [io  0xf000-0xf0ff]
[    0.419876] pci 0000:00:01.0: reg 18: [mem 0xfeb00000-0xfeb3ffff]
[    0.419938] pci 0000:00:01.0: supports D1 D2
[    0.419963] pci 0000:00:01.1: [1002:1314] type 00 class 0x040300
[    0.419976] pci 0000:00:01.1: reg 10: [mem 0xfeb44000-0xfeb47fff]
[    0.420048] pci 0000:00:01.1: supports D1 D2
[    0.420128] pci 0000:00:04.0: [1022:1512] type 01 class 0x060400
[    0.420205] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.420237] pci 0000:00:05.0: [1022:1513] type 01 class 0x060400
[    0.420314] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.420366] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.420392] pci 0000:00:11.0: reg 10: [io  0xf140-0xf147]
[    0.420406] pci 0000:00:11.0: reg 14: [io  0xf130-0xf133]
[    0.420420] pci 0000:00:11.0: reg 18: [io  0xf120-0xf127]
[    0.420434] pci 0000:00:11.0: reg 1c: [io  0xf110-0xf113]
[    0.420447] pci 0000:00:11.0: reg 20: [io  0xf100-0xf10f]
[    0.420462] pci 0000:00:11.0: reg 24: [mem 0xfeb4c000-0xfeb4c3ff]
[    0.420543] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.420562] pci 0000:00:12.0: reg 10: [mem 0xfeb4b000-0xfeb4bfff]
[    0.420658] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.420684] pci 0000:00:12.2: reg 10: [mem 0xfeb4a000-0xfeb4a0ff]
[    0.420793] pci 0000:00:12.2: supports D1 D2
[    0.420797] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.420831] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.420850] pci 0000:00:13.0: reg 10: [mem 0xfeb49000-0xfeb49fff]
[    0.420949] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.420975] pci 0000:00:13.2: reg 10: [mem 0xfeb48000-0xfeb480ff]
[    0.421085] pci 0000:00:13.2: supports D1 D2
[    0.421089] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.421123] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.421229] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.421259] pci 0000:00:14.2: reg 10: [mem 0xfeb40000-0xfeb43fff 64bit]
[    0.421347] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.421369] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.421472] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.421543] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.421649] pci 0000:00:15.0: supports D1 D2
[    0.421688] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
[    0.421797] pci 0000:00:15.2: supports D1 D2
[    0.421839] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
[    0.421890] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
[    0.421934] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
[    0.421980] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
[    0.422038] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
[    0.422081] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
[    0.422136] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
[    0.422180] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
[    0.422347] pci 0000:01:00.0: [14e4:4727] type 00 class 0x028000
[    0.422373] pci 0000:01:00.0: reg 10: [mem 0xfea00000-0xfea03fff 64bit]
[    0.422500] pci 0000:01:00.0: supports D1 D2
[    0.422504] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.429043] pci 0000:00:04.0: PCI bridge to [bus 01-01]
[    0.429064] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.429164] pci 0000:02:00.0: [1969:2062] type 00 class 0x020000
[    0.429196] pci 0000:02:00.0: reg 10: [mem 0xfe900000-0xfe93ffff 64bit]
[    0.429211] pci 0000:02:00.0: reg 18: [io  0xe000-0xe07f]
[    0.429327] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.435658] pci 0000:00:05.0: PCI bridge to [bus 02-02]
[    0.435683] pci 0000:00:05.0:   bridge window [io  0xe000-0xefff]
[    0.435694] pci 0000:00:05.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.435790] pci 0000:00:14.4: PCI bridge to [bus 03-03] (subtractive decode)
[    0.435804] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.435808] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.435812] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.435816] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.435886] pci 0000:00:15.0: PCI bridge to [bus 04-06]
[    0.435895] pci 0000:00:15.0:   bridge window [io  0xd000-0xdfff]
[    0.435901] pci 0000:00:15.0:   bridge window [mem 0xfde00000-0xfe7fffff]
[    0.435910] pci 0000:00:15.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.436019] pci 0000:07:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.436064] pci 0000:07:00.0: reg 10: [mem 0xfe800000-0xfe807fff 64bit]
[    0.436274] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    0.442319] pci 0000:00:15.2: PCI bridge to [bus 07-07]
[    0.442348] pci 0000:00:15.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.442404] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.442699] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE20._PRT]
[    0.442758] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE22._PRT]
[    0.442826] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR14._PRT]
[    0.442869] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR15._PRT]
[    0.442923]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.442929]  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    0.442931] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.453009] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    0.453124] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    0.453238] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    0.453351] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
[    0.453443] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[    0.453517] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[    0.453591] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    0.453664] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.454010] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.454035] vgaarb: loaded
[    0.454038] vgaarb: bridge control possible 0000:00:01.0
[    0.454145] PCI: Using ACPI for IRQ routing
[    0.464944] PCI: pci_cache_line_size set to 64 bytes
[    0.465110] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.465114] e820: reserve RAM buffer [mem 0xa7b59000-0xa7ffffff]
[    0.465119] e820: reserve RAM buffer [mem 0xa7d1a000-0xa7ffffff]
[    0.465123] e820: reserve RAM buffer [mem 0xa7f00000-0xa7ffffff]
[    0.465125] e820: reserve RAM buffer [mem 0x13f000000-0x13fffffff]
[    0.465311] NetLabel: Initializing
[    0.465314] NetLabel:  domain hash size = 128
[    0.465316] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.465338] NetLabel:  unlabeled traffic allowed by default
[    0.465461] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.465469] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.467495] Switching to clocksource hpet
[    0.478864] pnp: PnP ACPI init
[    0.478900] ACPI: bus type pnp registered
[    0.479217] pnp 00:00: [bus 00-ff]
[    0.479223] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.479227] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.479231] pnp 00:00: [io  0x0d00-0xffff window]
[    0.479236] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.479240] pnp 00:00: [mem 0x000c8000-0x000dffff window]
[    0.479243] pnp 00:00: [mem 0xc0000000-0xffffffff window]
[    0.479247] pnp 00:00: [mem 0x00000000 window]
[    0.479366] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.479434] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.479520] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.479527] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.480542] pnp 00:02: [io  0x040b]
[    0.480546] pnp 00:02: [io  0x04d6]
[    0.480550] pnp 00:02: [io  0x0c00-0x0c01]
[    0.480553] pnp 00:02: [io  0x0c14]
[    0.480556] pnp 00:02: [io  0x0c50-0x0c51]
[    0.480560] pnp 00:02: [io  0x0c52]
[    0.480563] pnp 00:02: [io  0x0c6c]
[    0.480566] pnp 00:02: [io  0x0c6f]
[    0.480569] pnp 00:02: [io  0x0cd0-0x0cd1]
[    0.480572] pnp 00:02: [io  0x0cd2-0x0cd3]
[    0.480575] pnp 00:02: [io  0x0cd4-0x0cd5]
[    0.480578] pnp 00:02: [io  0x0cd6-0x0cd7]
[    0.480582] pnp 00:02: [io  0x0cd8-0x0cdf]
[    0.480585] pnp 00:02: [io  0x0800-0x089f]
[    0.480589] pnp 00:02: [io  0x0000-0xffffffffffffffff disabled]
[    0.480592] pnp 00:02: [io  0x0000-0x000f]
[    0.480595] pnp 00:02: [io  0x0b20-0x0b3f]
[    0.480599] pnp 00:02: [io  0x0900-0x090f]
[    0.480602] pnp 00:02: [io  0x0910-0x091f]
[    0.480605] pnp 00:02: [io  0xfe00-0xfefe]
[    0.480609] pnp 00:02: [io  0x0060-0x005f disabled]
[    0.480616] pnp 00:02: [io  0x0064-0x0063 disabled]
[    0.480620] pnp 00:02: [mem 0xfec00000-0xfec00fff]
[    0.480624] pnp 00:02: [mem 0xfee00000-0xfee00fff]
[    0.480627] pnp 00:02: [mem 0xfed80000-0xfed8ffff]
[    0.480630] pnp 00:02: [mem 0xfed61000-0xfed70fff]
[    0.480634] pnp 00:02: [mem 0xfec10000-0xfec10fff]
[    0.480637] pnp 00:02: [mem 0xfed00000-0xfed00fff]
[    0.480641] pnp 00:02: [mem 0xffe00000-0xffffffff]
[    0.480741] system 00:02: [io  0x040b] has been reserved
[    0.480746] system 00:02: [io  0x04d6] has been reserved
[    0.480750] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    0.480754] system 00:02: [io  0x0c14] has been reserved
[    0.480758] system 00:02: [io  0x0c50-0x0c51] has been reserved
[    0.480762] system 00:02: [io  0x0c52] has been reserved
[    0.480766] system 00:02: [io  0x0c6c] has been reserved
[    0.480770] system 00:02: [io  0x0c6f] has been reserved
[    0.480773] system 00:02: [io  0x0cd0-0x0cd1] has been reserved
[    0.480777] system 00:02: [io  0x0cd2-0x0cd3] has been reserved
[    0.480781] system 00:02: [io  0x0cd4-0x0cd5] has been reserved
[    0.480785] system 00:02: [io  0x0cd6-0x0cd7] has been reserved
[    0.480789] system 00:02: [io  0x0cd8-0x0cdf] has been reserved
[    0.480793] system 00:02: [io  0x0800-0x089f] has been reserved
[    0.480797] system 00:02: [io  0x0b20-0x0b3f] has been reserved
[    0.480801] system 00:02: [io  0x0900-0x090f] has been reserved
[    0.480805] system 00:02: [io  0x0910-0x091f] has been reserved
[    0.480809] system 00:02: [io  0xfe00-0xfefe] has been reserved
[    0.480815] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.480820] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.480824] system 00:02: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.480829] system 00:02: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.480833] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.480837] system 00:02: [mem 0xfed00000-0xfed00fff] has been reserved
[    0.480841] system 00:02: [mem 0xffe00000-0xffffffff] has been reserved
[    0.480848] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.481010] pnp 00:03: [irq 12]
[    0.481056] pnp 00:03: Plug and Play ACPI device, IDs SYN0a13 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.481098] pnp 00:04: [io  0x0060]
[    0.481102] pnp 00:04: [io  0x0064]
[    0.481111] pnp 00:04: [irq 1]
[    0.481157] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.481189] pnp 00:05: [dma 4]
[    0.481193] pnp 00:05: [io  0x0000-0x000f]
[    0.481196] pnp 00:05: [io  0x0081-0x0083]
[    0.481199] pnp 00:05: [io  0x0087]
[    0.481202] pnp 00:05: [io  0x0089-0x008b]
[    0.481205] pnp 00:05: [io  0x008f]
[    0.481209] pnp 00:05: [io  0x00c0-0x00df]
[    0.481249] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.481267] pnp 00:06: [io  0x0070-0x0071]
[    0.481322] pnp 00:06: [irq 8]
[    0.481367] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.481383] pnp 00:07: [io  0x0061]
[    0.481423] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.481675] pnp 00:08: [io  0x0010-0x001f]
[    0.481679] pnp 00:08: [io  0x0022-0x003f]
[    0.481683] pnp 00:08: [io  0x0062-0x0063]
[    0.481686] pnp 00:08: [io  0x0065-0x006f]
[    0.481689] pnp 00:08: [io  0x0072-0x007f]
[    0.481692] pnp 00:08: [io  0x0080]
[    0.481695] pnp 00:08: [io  0x0084-0x0086]
[    0.481698] pnp 00:08: [io  0x0088]
[    0.481701] pnp 00:08: [io  0x008c-0x008e]
[    0.481705] pnp 00:08: [io  0x0090-0x009f]
[    0.481708] pnp 00:08: [io  0x00a2-0x00bf]
[    0.481711] pnp 00:08: [io  0x00b1]
[    0.481714] pnp 00:08: [io  0x00e0-0x00ef]
[    0.481717] pnp 00:08: [io  0x04d0-0x04d1]
[    0.481720] pnp 00:08: [io  0x040b]
[    0.481723] pnp 00:08: [io  0x04d6]
[    0.481727] pnp 00:08: [io  0x0c00-0x0c01]
[    0.481730] pnp 00:08: [io  0x0c14]
[    0.481733] pnp 00:08: [io  0x0c50-0x0c51]
[    0.481736] pnp 00:08: [io  0x0c52]
[    0.481743] pnp 00:08: [io  0x0c6c]
[    0.481746] pnp 00:08: [io  0x0c6f]
[    0.481749] pnp 00:08: [io  0x0cd0-0x0cd1]
[    0.481752] pnp 00:08: [io  0x0cd2-0x0cd3]
[    0.481755] pnp 00:08: [io  0x0cd4-0x0cd5]
[    0.481759] pnp 00:08: [io  0x0cd6-0x0cd7]
[    0.481762] pnp 00:08: [io  0x0cd8-0x0cdf]
[    0.481765] pnp 00:08: [io  0x0b00-0x0b3f]
[    0.481768] pnp 00:08: [io  0x0800-0x089f]
[    0.481772] pnp 00:08: [io  0x0000-0xffffffffffffffff disabled]
[    0.481775] pnp 00:08: [io  0x0b00-0x0b0f]
[    0.481778] pnp 00:08: [io  0x0b20-0x0b3f]
[    0.481781] pnp 00:08: [io  0x0900-0x090f]
[    0.481785] pnp 00:08: [io  0x0910-0x091f]
[    0.481788] pnp 00:08: [io  0xfe00-0xfefe]
[    0.481791] pnp 00:08: [io  0x0060-0x005f disabled]
[    0.481795] pnp 00:08: [io  0x0064-0x0063 disabled]
[    0.481799] pnp 00:08: [mem 0x00000000-0xffffffffffffffff disabled]
[    0.481802] pnp 00:08: [mem 0xffb80000-0xffbfffff]
[    0.481805] pnp 00:08: [mem 0xfec10000-0xfec1001f]
[    0.481809] pnp 00:08: [mem 0xfed40000-0xfed44fff]
[    0.481812] pnp 00:08: [mem 0xfed80000-0xfed80fff]
[    0.481816] pnp 00:08: [mem 0x00000000-0xffffffffffffffff disabled]
[    0.481942] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    0.481946] system 00:08: [io  0x040b] has been reserved
[    0.481951] system 00:08: [io  0x04d6] has been reserved
[    0.481955] system 00:08: [io  0x0c00-0x0c01] has been reserved
[    0.481959] system 00:08: [io  0x0c14] has been reserved
[    0.481963] system 00:08: [io  0x0c50-0x0c51] has been reserved
[    0.481967] system 00:08: [io  0x0c52] has been reserved
[    0.481971] system 00:08: [io  0x0c6c] has been reserved
[    0.481975] system 00:08: [io  0x0c6f] has been reserved
[    0.481979] system 00:08: [io  0x0cd0-0x0cd1] has been reserved
[    0.481983] system 00:08: [io  0x0cd2-0x0cd3] has been reserved
[    0.481990] system 00:08: [io  0x0cd4-0x0cd5] has been reserved
[    0.481994] system 00:08: [io  0x0cd6-0x0cd7] has been reserved
[    0.481998] system 00:08: [io  0x0cd8-0x0cdf] has been reserved
[    0.482003] system 00:08: [io  0x0b00-0x0b3f] could not be reserved
[    0.482007] system 00:08: [io  0x0800-0x089f] has been reserved
[    0.482011] system 00:08: [io  0x0b00-0x0b0f] has been reserved
[    0.482015] system 00:08: [io  0x0b20-0x0b3f] has been reserved
[    0.482019] system 00:08: [io  0x0900-0x090f] has been reserved
[    0.482023] system 00:08: [io  0x0910-0x091f] has been reserved
[    0.482028] system 00:08: [io  0xfe00-0xfefe] has been reserved
[    0.482034] system 00:08: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.482038] system 00:08: [mem 0xfec10000-0xfec1001f] has been reserved
[    0.482043] system 00:08: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.482047] system 00:08: [mem 0xfed80000-0xfed80fff] has been reserved
[    0.482054] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.482071] pnp 00:09: [io  0x00f0-0x00ff]
[    0.482098] pnp 00:09: [irq 13]
[    0.482140] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.482241] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.482487] pnp 00:0b: [mem 0xa8000000-0xbfffffff]
[    0.482587] system 00:0b: [mem 0xa8000000-0xbfffffff] has been reserved
[    0.482593] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.482831] pnp 00:0c: [mem 0xfed00000-0xfed003ff]
[    0.482906] pnp 00:0c: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.482919] pnp: PnP ACPI: found 13 devices
[    0.482921] ACPI: ACPI bus type pnp unregistered
[    0.493757] pci 0000:00:04.0: PCI bridge to [bus 01-01]
[    0.493771] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.493781] pci 0000:00:05.0: PCI bridge to [bus 02-02]
[    0.493786] pci 0000:00:05.0:   bridge window [io  0xe000-0xefff]
[    0.493793] pci 0000:00:05.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.493803] pci 0000:00:14.4: PCI bridge to [bus 03-03]
[    0.493821] pci 0000:00:15.0: PCI bridge to [bus 04-06]
[    0.493826] pci 0000:00:15.0:   bridge window [io  0xd000-0xdfff]
[    0.493834] pci 0000:00:15.0:   bridge window [mem 0xfde00000-0xfe7fffff]
[    0.493841] pci 0000:00:15.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.493851] pci 0000:00:15.2: PCI bridge to [bus 07-07]
[    0.493859] pci 0000:00:15.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.493935] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.493939] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.493943] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.493947] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xffffffff]
[    0.493951] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.493955] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.493960] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.493964] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.493967] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.493972] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.493975] pci_bus 0000:03: resource 7 [mem 0xc0000000-0xffffffff]
[    0.493979] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.493983] pci_bus 0000:04: resource 1 [mem 0xfde00000-0xfe7fffff]
[    0.493987] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.493991] pci_bus 0000:07: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.494048] NET: Registered protocol family 2
[    0.494270] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.495937] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.500379] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.500993] TCP: Hash tables configured (established 524288 bind 65536)
[    0.500999] TCP: reno registered
[    0.501026] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.501078] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.501255] NET: Registered protocol family 1
[    0.501287] pci 0000:00:01.0: Boot video device
[    1.187077] PCI: CLS 64 bytes, default 64
[    1.187176] Unpacking initramfs...
[    1.910776] Freeing initrd memory: 3248k freed
[    1.912569] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.912578] software IO TLB [mem 0xa3b59000-0xa7b58fff] (64MB) mapped at [ffff8800a3b59000-ffff8800a7b58fff]
[    1.913270] LVT offset 0 assigned for vector 0x400
[    1.913322] perf: AMD IBS detected (0x000000ff)
[    1.913881] audit: initializing netlink socket (disabled)
[    1.913907] type=2000 audit(1348468834.659:1): initialized
[    1.933440] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.937358] VFS: Disk quotas dquot_6.5.2
[    1.937448] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.937623] msgmni has been set to 7117
[    1.938147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.938198] io scheduler noop registered
[    1.938201] io scheduler deadline registered
[    1.938305] io scheduler cfq registered (default)
[    1.938975] GHES: HEST is not enabled!
[    1.939139] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.939968] Linux agpgart interface v0.103
[    1.940100] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.958029] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.958067] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.958455] mousedev: PS/2 mouse device common for all mice
[    1.958584] rtc_cmos 00:06: RTC can wake from S4
[    1.959452] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.959484] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.959499] cpuidle: using governor ladder
[    1.959502] cpuidle: using governor menu
[    1.959767] drop_monitor: Initializing network drop monitor service
[    1.959890] TCP: cubic registered
[    1.960068] NET: Registered protocol family 10
[    1.960360] NET: Registered protocol family 17
[    1.960383] Key type dns_resolver registered
[    1.961204] PM: Hibernation image not present or could not be loaded.
[    1.961233] registered taskstats version 1
[    1.962281] rtc_cmos 00:06: setting system clock to 2012-09-24 06:40:35 UTC (1348468835)
[    1.964632] Freeing unused kernel memory: 760k freed
[    1.965036] Write protecting the kernel read-only data: 8192k
[    1.973998] Freeing unused kernel memory: 1488k freed
[    1.976908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.979873] Freeing unused kernel memory: 612k freed
[    2.000339] systemd-udevd[38]: starting version 189
[    2.005532] [drm] Initialized drm 1.1.0 20060810
[    2.015045] [drm] radeon defaulting to kernel modesetting.
[    2.015053] [drm] radeon kernel modesetting enabled.
[    2.016399] [drm] initializing kernel modesetting (PALM 0x1002:0x9806 0x1043:0x84E3).
[    2.016486] [drm] register mmio base: 0xFEB00000
[    2.016489] [drm] register mmio size: 262144
[    2.016599] ATOM BIOS: AMD
[    2.016652] radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
[    2.016657] radeon 0000:00:01.0: GTT: 512M 0x0000000018000000 - 0x0000000037FFFFFF
[    2.016668] mtrr: type mismatch for c0000000,10000000 old: write-back new: write-combining
[    2.016672] [drm] Detected VRAM RAM=384M, BAR=256M
[    2.016675] [drm] RAM width 32bits DDR
[    2.016821] [TTM] Zone  kernel: Available graphics memory: 1823464 kiB
[    2.016824] [TTM] Initializing pool allocator
[    2.016832] [TTM] Initializing DMA pool allocator
[    2.016886] [drm] radeon: 384M of VRAM memory ready
[    2.016889] [drm] radeon: 512M of GTT memory ready.
[    2.016924] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    2.016926] [drm] Driver supports precise vblank timestamp query.
[    2.016985] radeon 0000:00:01.0: irq 40 for MSI/MSI-X
[    2.017002] radeon 0000:00:01.0: radeon: using MSI.
[    2.017051] [drm] radeon: irq initialized.
[    2.017060] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    2.019029] [drm] Loading PALM Microcode
[    2.024876] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[    2.025081] radeon 0000:00:01.0: WB enabled
[    2.025088] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0xffff880138e50c00
[    2.042295] [drm] ring test on 0 succeeded in 1 usecs
[    2.043078] [drm] ib test on ring 0 succeeded in 0 usecs
[    2.043089] [drm] Enabling audio support
[    2.043796] [drm] Radeon Display Connectors
[    2.043800] [drm] Connector 0:
[    2.043802] [drm]   LVDS-1
[    2.043804] [drm]   HPD1
[    2.043808] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    2.043810] [drm]   Encoders:
[    2.043812] [drm]     LCD1: INTERNAL_UNIPHY
[    2.043815] [drm] Connector 1:
[    2.043817] [drm]   HDMI-A-1
[    2.043818] [drm]   HPD2
[    2.043821] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    2.043823] [drm]   Encoders:
[    2.043825] [drm]     DFP1: INTERNAL_UNIPHY
[    2.043827] [drm] Connector 2:
[    2.043829] [drm]   VGA-1
[    2.043832] [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
[    2.043834] [drm]   Encoders:
[    2.043836] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    2.043901] [drm] Internal thermal controller without fan control
[    2.043986] [drm] radeon: power management initialized
[    2.470553] [drm] fb mappable at 0xC0142000
[    2.470560] [drm] vram apper at 0xC0000000
[    2.470563] [drm] size 4325376
[    2.470565] [drm] fb depth is 24
[    2.470567] [drm]    pitch is 5632
[    2.470854] fbcon: radeondrmfb (fb0) is primary device
[    2.914195] Refined TSC clocksource calibration: 1646.494 MHz.
[    2.914209] Switching to clocksource tsc
[    3.033322] Console: switching to colour frame buffer device 170x48
[    3.039166] fb0: radeondrmfb frame buffer device
[    3.039169] drm: registered panic notifier
[    3.039181] [drm] Initialized radeon 2.18.0 20080528 for 0000:00:01.0 on minor 0
[    3.109901] ACPI: bus type usb registered
[    3.109956] usbcore: registered new interface driver usbfs
[    3.109976] usbcore: registered new interface driver hub
[    3.110170] usbcore: registered new device driver usb
[    3.113962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.114109] ehci_hcd 0000:00:12.2: EHCI Host Controller
[    3.114125] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[    3.114141] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    3.114192] QUIRK: Enable AMD PLL fix
[    3.114210] ehci_hcd 0000:00:12.2: debug port 1
[    3.114252] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfeb4a000
[    3.116408] SCSI subsystem initialized
[    3.117754] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.117859] xhci_hcd 0000:07:00.0: xHCI Host Controller
[    3.117878] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 2
[    3.120008] libata version 3.00 loaded.
[    3.123684] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    3.124102] hub 1-0:1.0: USB hub found
[    3.124111] hub 1-0:1.0: 5 ports detected
[    3.124478] ehci_hcd 0000:00:13.2: EHCI Host Controller
[    3.124491] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 3
[    3.124504] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    3.124541] ehci_hcd 0000:00:13.2: debug port 1
[    3.124567] ehci_hcd 0000:00:13.2: irq 17, io mem 0xfeb48000
[    3.125113] xhci_hcd 0000:07:00.0: irq 18, io mem 0xfe800000
[    3.125219] xhci_hcd 0000:07:00.0: irq 41 for MSI/MSI-X
[    3.125231] xhci_hcd 0000:07:00.0: irq 42 for MSI/MSI-X
[    3.125241] xhci_hcd 0000:07:00.0: irq 43 for MSI/MSI-X
[    3.125648] xHCI xhci_add_endpoint called for root hub
[    3.125651] xHCI xhci_check_bandwidth called for root hub
[    3.125703] hub 2-0:1.0: USB hub found
[    3.125764] hub 2-0:1.0: 2 ports detected
[    3.125883] xhci_hcd 0000:07:00.0: xHCI Host Controller
[    3.125895] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 4
[    3.130377] xHCI xhci_add_endpoint called for root hub
[    3.130384] xHCI xhci_check_bandwidth called for root hub
[    3.130489] hub 4-0:1.0: USB hub found
[    3.130550] hub 4-0:1.0: 2 ports detected
[    3.133744] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    3.134117] hub 3-0:1.0: USB hub found
[    3.134126] hub 3-0:1.0: 5 ports detected
[    3.134748] ohci_hcd 0000:00:12.0: OHCI Host Controller
[    3.134762] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 5
[    3.134805] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfeb4b000
[    3.191684] hub 5-0:1.0: USB hub found
[    3.191747] hub 5-0:1.0: 5 ports detected
[    3.191897] ahci 0000:00:11.0: version 3.0
[    3.192090] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
[    3.192097] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    3.192467] scsi0 : ahci
[    3.192642] ata1: SATA max UDMA/133 abar m1024@0xfeb4c000 port 0xfeb4c100 irq 19
[    3.192832] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    3.192848] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 6
[    3.192883] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfeb49000
[    3.248239] hub 6-0:1.0: USB hub found
[    3.248301] hub 6-0:1.0: 5 ports detected
[    3.440097] usb 3-4: new high-speed USB device number 2 using ehci_hcd
[    3.676458] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.678760] ata1.00: ATA-8: ST9500325AS, 0003SDM1, max UDMA/133
[    3.678773] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    3.681133] ata1.00: configured for UDMA/133
[    3.681664] scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      0003 PQ: 0 ANSI: 5
[    3.685254] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    3.685430] sd 0:0:0:0: [sda] Write Protect is off
[    3.685440] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.685483] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.696977]  sda: sda1 sda2 sda3
[    3.697625] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.699875] device-mapper: uevent: version 1.0.3
[    3.700091] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[   11.761986] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[   11.765015] XFS (dm-0): delaylog is the default now, option is deprecated.
[   11.766913] XFS (dm-0): Mounting Filesystem
[   12.248482] XFS (dm-0): Ending clean mount
[   13.206815] systemd[1]: systemd 191 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
[   13.497371] systemd[1]: Inserted module 'autofs4'
[   13.514659] systemd[1]: Set hostname to <Archlinux>.
[   14.412590] 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.
[   14.425215] systemd[1]: Starting Replay Read-Ahead Data...
[   14.444083] systemd[1]: Starting Collect Read-Ahead Data...
[   14.450645] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[   14.450789] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   14.450832] systemd[1]: Starting Remote File Systems.
[   14.450857] systemd[1]: Reached target Remote File Systems.
[   14.450885] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[   14.450940] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   14.450956] systemd[1]: Starting Delayed Shutdown Socket.
[   14.451020] systemd[1]: Listening on Delayed Shutdown Socket.
[   14.451148] systemd[1]: Starting udev Kernel Socket.
[   14.451200] systemd[1]: Listening on udev Kernel Socket.
[   14.451306] systemd[1]: Starting udev Control Socket.
[   14.451360] systemd[1]: Listening on udev Control Socket.
[   14.451438] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[   14.451625] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   14.451667] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[   14.451750] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   14.451766] systemd[1]: Starting Swap.
[   14.451785] systemd[1]: Reached target Swap.
[   14.451811] systemd[1]: Expecting device dev-sda1.device...
[   14.451838] systemd[1]: Expecting device dev-sda3.device...
[   14.451858] systemd[1]: Expecting device dev-mapper-home.device...
[   14.451893] systemd[1]: Starting Journal Socket.
[   14.452001] systemd[1]: Listening on Journal Socket.
[   14.452045] systemd[1]: Mounting Huge Pages File System...
[   14.457082] systemd[1]: Mounting POSIX Message Queue File System...
[   14.461554] systemd[1]: Starting udev Coldplug all Devices...
[   14.464006] systemd[1]: Mounting Debug File System...
[   14.467234] systemd[1]: Starting udev Kernel Device Manager...
[   14.470710] systemd[1]: Starting Journal Service...
[   14.475610] systemd[1]: Started Journal Service.
[   14.800549] systemd-udevd[140]: starting version 191
[   15.515877] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. (To see the over-mounted files, please manually mount the underlying file system to a secondary location.)
[   16.804987] atl1c 0000:02:00.0: version 1.0.1.0-NAPI
[   17.067375] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[   17.067473] ACPI: Power Button [PWRB]
[   17.068545] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[   17.069978] ACPI: acpi_idle registered with cpuidle
[   17.074197] ACPI: Lid Switch [LID]
[   17.074360] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[   17.074585] ACPI: Sleep Button [SLPB]
[   17.074731] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[   17.074949] ACPI: Power Button [PWRF]
[   17.114867] wmi: Mapper loaded
[   17.404096] bcma: Found chip with id 0x4313, rev 0x01 and package 0x08
[   17.404124] bcma: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x24, class 0x0)
[   17.404143] bcma: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x18, class 0x0)
[   17.404184] bcma: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x11, class 0x0)
[   17.432126] bcma: Bus registered
[   17.442459] ACPI: Battery Slot [BAT0] (battery absent)
[   17.443362] ACPI: AC Adapter [AC0] (on-line)
[   17.461946] acpi device:44: registered as cooling_device2
[   17.461981] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   17.462062] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5
[   17.521102] kvm: Nested Virtualization enabled
[   17.521111] kvm: Nested Paging enabled
[   17.649585] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \_SB_.PCI0.SBRG.SMRG 1 (20120320/utaddress-251)
[   17.649600] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   17.827591] cfg80211: Calling CRDA to update world regulatory domain
[   18.018467] snd_hda_intel 0000:00:01.1: irq 44 for MSI/MSI-X
[   18.170408] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   18.197577] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card1/input6
[   18.239460] input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[   18.239729] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[   18.386822] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 16
[   18.177241] asus_wmi: ASUS WMI generic driver loaded
[   18.397505] asus_wmi: Initialization: 0x0
[   18.397560] asus_wmi: BIOS WMI version: 0.9
[   18.397650] asus_wmi: SFUN value: 0x0
[   18.398371] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input9
[   18.401454] asus_wmi: Backlight controlled by ACPI video driver
[   18.451449] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0400
[   18.523527] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
[   18.553594] powernow-k8: Found 1 AMD E-450 APU with Radeon(tm) HD Graphics (2 cpu cores) (version 2.20.00)
[   18.553740] powernow-k8:    0 : pstate 0 (1650 MHz)
[   18.553743] powernow-k8:    1 : pstate 1 (1320 MHz)
[   18.553746] powernow-k8:    2 : pstate 2 (825 MHz)
[   18.575743] microcode: CPU0: patch_level=0x05000101
[   19.105978] microcode: CPU0: new patch_level=0x0500010d
[   19.106461] microcode: CPU1: patch_level=0x05000101
[   19.119923] microcode: CPU1: new patch_level=0x0500010d
[   19.120482] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   19.219424] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   20.065895] Linux media interface: v0.10
[   20.162541] Linux video capture interface: v2.00
[   20.229918] uvcvideo: Found UVC 1.00 device USB 2.0 UVC VGA WebCam (13d3:5711)
[   20.249675] input: USB 2.0 UVC VGA WebCam as /devices/pci0000:00/0000:00:13.2/usb3/3-4/3-4:1.0/input/input11
[   20.250726] usbcore: registered new interface driver uvcvideo
[   20.250735] USB Video Class driver (1.1.1)
[   20.535802] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[   20.543879] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[   21.603118] XFS (dm-1): Mounting Filesystem
[   22.254595] XFS (dm-1): Ending clean mount
[   22.341375] systemd-journald[141]: Received SIGUSR1
[   23.371200] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[   23.371285] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement)
[   23.372290] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   24.389506] wlan0: authenticate with 00:19:07:07:9a:60
[   24.392266] wlan0: send auth to 00:19:07:07:9a:60 (try 1/3)
[   24.398517] wlan0: authenticated
[   24.401860] wlan0: associate with 00:19:07:07:9a:60 (try 1/3)
[   24.405271] wlan0: RX AssocResp from 00:19:07:07:9a:60 (capab=0x11 status=0 aid=2)
[   24.405954] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated
[   24.406024] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement)
[   24.406091] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: true (implement)
[   24.406154] wlan0: associated
[   24.407390] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   26.336230] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[   54.351417] wlan0: deauthenticated from 00:19:07:07:9a:60 (Reason: 23)
[   54.351625] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: disassociated
[   54.351644] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled false, count 0 (implement)
[   54.351653] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[   54.353861] cfg80211: Calling CRDA to update world regulatory domain
[   54.634726] wlan0: authenticate with 00:23:04:5c:83:20
[   54.636573] wlan0: send auth to 00:23:04:5c:83:20 (try 1/3)
[   54.638288] wlan0: authenticated
[   54.639829] wlan0: associate with 00:23:04:5c:83:20 (try 1/3)
[   54.645021] wlan0: RX AssocResp from 00:23:04:5c:83:20 (capab=0x11 status=0 aid=1)
[   54.646114] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated
[   54.646127] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement)
[   54.646135] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: true (implement)
[   54.647958] wlan0: associated
[   67.045475] wlan0: deauthenticating from 00:23:04:5c:83:20 by local choice (reason=3)
[   67.070129] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: disassociated
[   67.070159] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled false, count 0 (implement)
[   67.070167] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[   67.072834] cfg80211: Calling CRDA to update world regulatory domain
[   69.487491] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[   69.487509] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement)
[   69.488498] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   70.497806] wlan0: authenticate with 00:19:07:07:9a:60
[   70.499814] wlan0: send auth to 00:19:07:07:9a:60 (try 1/3)
[   70.501434] wlan0: authenticated
[   70.502681] wlan0: associate with 00:19:07:07:9a:60 (try 1/3)
[   70.505930] wlan0: RX AssocResp from 00:19:07:07:9a:60 (capab=0x11 status=0 aid=2)
[   70.506843] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated
[   70.506857] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement)
[   70.506865] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: true (implement)
[   70.506885] wlan0: associated
[   70.508538] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   76.082561] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement)



Create a new paste based on this one


Comments: