ubuntuusers.de

/var/log/dmesg

Datum:
12. März 2012 17:13
Code:
  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
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.0-16-generic (buildd@roseapple) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #29-Ubuntu SMP Tue Feb 14 12:48:51 UTC 2012 (Ubuntu 3.0.0-16.29-generic 3.0.20)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic root=UUID=dae76d30-b34c-4c25-bb20-19fdba8a2795 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000dfb3f000 (usable)
[    0.000000]  BIOS-e820: 00000000dfb3f000 - 00000000dfbbf000 (reserved)
[    0.000000]  BIOS-e820: 00000000dfbbf000 - 00000000dfebf000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000dfebf000 - 00000000dfef5000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000dfef5000 - 00000000dff00000 (usable)
[    0.000000]  BIOS-e820: 00000000dff00000 - 00000000e0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000107000000 (usable)
[    0.000000]  BIOS-e820: 0000000107000000 - 000000011f000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP 635 Notebook PC              /3577, BIOS F.34 07/27/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x107000 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-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0C0000000 mask FE0000000 write-back
[    0.000000]   3 base 0DFEBD000 mask FFFFFF000 uncachable
[    0.000000]   4 base 0FFE00000 mask FFFE00000 write-protect
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000011f000000 aka 4592M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] last_pfn = 0xdff00 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000fe1b0] fe1b0
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000dff00000
[    0.000000]  0000000000 - 00c0000000 page 1G
[    0.000000]  00c0000000 - 00dfe00000 page 2M
[    0.000000]  00dfe00000 - 00dff00000 page 4k
[    0.000000] kernel direct mapping tables up to dff00000 @ 1fffd000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000107000000
[    0.000000]  0100000000 - 0107000000 page 2M
[    0.000000] kernel direct mapping tables up to 107000000 @ dfefe000-dff00000
[    0.000000] RAMDISK: 365ba000 - 372d5000
[    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 00000000dfef4120 00074 (v01 HPQOEM SLIC-MPC 00000001      01000013)
[    0.000000] ACPI: FACP 00000000dfef3000 000F4 (v04 HPQOEM SLIC-MPC 00000001 ACPI 00040000)
[    0.000000] ACPI: DSDT 00000000dfee0000 0E509 (v01 HP     INSYDE   F0000000 ACPI 00040000)
[    0.000000] ACPI: FACS 00000000dfc96000 00040
[    0.000000] ACPI: HPET 00000000dfef2000 00038 (v01 HP     INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: APIC 00000000dfef1000 00084 (v02 HP     INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: MCFG 00000000dfef0000 0003C (v01 HP     INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: ASF! 00000000dfeef000 000A5 (v32 HP     INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: BOOT 00000000dfedf000 00028 (v01 HP     INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: SLIC 00000000dfede000 00176 (v01 HPQOEM SLIC-MPC 00000001 ACPI 00040000)
[    0.000000] ACPI: MSDM 00000000dfedd000 00055 (v03 HP     INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 00000000dfedc000 003DE (v01 HP     INSYDE   00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 00000000dfeda000 0168E (v02 HP     INSYDE   00000001 MSFT 04000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000107000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000107000000
[    0.000000]   NODE_DATA [0000000106ffb000 - 0000000106ffffff]
[    0.000000]  [ffffea0000000000-ffffea00039fffff] PMD -> [ffff880102c00000-ffff880105ffffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00107000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000dfb3f
[    0.000000]     0: 0x000dfef5 -> 0x000dff00
[    0.000000]     0: 0x00100000 -> 0x00107000
[    0.000000] On node 0 totalpages: 944857
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3922 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 897922 pages, LIFO batch:31
[    0.000000]   Normal zone: 392 pages used for memmap
[    0.000000]   Normal zone: 28280 pages, LIFO batch:7
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, 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: 0x43538210 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000dfb3f000 - 00000000dfbbf000
[    0.000000] PM: Registered nosave memory: 00000000dfbbf000 - 00000000dfebf000
[    0.000000] PM: Registered nosave memory: 00000000dfebf000 - 00000000dfef5000
[    0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
[    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[    0.000000] PM: Registered nosave memory: 00000000fc000000 - 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 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000
[    0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880106c00000 s79616 r8192 d22784 u524288
[    0.000000] pcpu-alloc: s79616 r8192 d22784 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 930124
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic root=UUID=dae76d30-b34c-4c25-bb20-19fdba8a2795 ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    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: 3630748k/4308992k available (6140k kernel code, 529564k absent, 148680k reserved, 6894k data, 988k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16640 nr_irqs:712 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 30408704 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1596.625 MHz processor.
[    0.004007] Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.25 BogoMIPS (lpj=6386500)
[    0.004015] pid_max: default: 32768 minimum: 301
[    0.004066] Security Framework initialized
[    0.004100] AppArmor: AppArmor initialized
[    0.004104] Yama: becoming mindful.
[    0.004909] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.010343] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.011612] Mount-cache hash table entries: 256
[    0.011875] Initializing cgroup subsys cpuacct
[    0.011888] Initializing cgroup subsys memory
[    0.011905] Initializing cgroup subsys devices
[    0.011909] Initializing cgroup subsys freezer
[    0.011913] Initializing cgroup subsys net_cls
[    0.011916] Initializing cgroup subsys blkio
[    0.011930] Initializing cgroup subsys perf_event
[    0.012026] tseg: 00dff00000
[    0.012031] CPU: Physical Processor ID: 0
[    0.012033] CPU: Processor Core ID: 0
[    0.012037] mce: CPU supports 6 MCE banks
[    0.016453] ACPI: Core revision 20110413
[    0.032045] ftrace: allocating 25748 entries in 101 pages
[    0.036604] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.076506] CPU0: AMD E-350 Processor stepping 00
[    0.080004] Performance Events: AMD PMU driver.
[    0.080004] ... version:                0
[    0.080004] ... bit width:              48
[    0.080004] ... generic registers:      4
[    0.080004] ... value mask:             0000ffffffffffff
[    0.080004] ... max period:             00007fffffffffff
[    0.080004] ... fixed-purpose events:   0
[    0.080004] ... event mask:             000000000000000f
[    0.080004] Booting Node   0, Processors  #1
[    0.080004] smpboot cpu 1: start_ip = 9a000
[    0.168030] Brought up 2 CPUs
[    0.168035] Total of 2 processors activated (6386.44 BogoMIPS).
[    0.168612] devtmpfs: initialized
[    0.168612] PM: Registering ACPI NVS region at dfbbf000 (3145728 bytes)
[    0.172788] print_constraints: dummy: 
[    0.172837] Time: 16:02:29  Date: 03/12/12
[    0.172912] NET: Registered protocol family 16
[    0.173060] Trying to unpack rootfs image as initramfs...
[    0.173331] Extended Config Space enabled on 0 nodes
[    0.173367] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.173372] ACPI: bus type pci registered
[    0.173539] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.173546] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.184579] PCI: Using configuration type 1 for base access
[    0.188343] bio: create slab <bio-0> at 0
[    0.191240] ACPI: EC: Look up EC in DSDT
[    0.194429] ACPI: Executed 1 blocks of module-level executable AML code
[    0.200872] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.312513] ACPI: Interpreter enabled
[    0.312526] ACPI: (supports S0 S3 S4 S5)
[    0.312572] ACPI: Using IOAPIC for interrupt routing
[    0.356976] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
[    0.357330] ACPI: No dock devices found.
[    0.357334] HEST: Table not found.
[    0.357341] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.357748] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.358067] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.358072] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.358077] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.358082] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000c3fff]
[    0.358086] pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000c7fff]
[    0.358091] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000cbfff]
[    0.358095] pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff]
[    0.358099] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.358104] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.358108] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.358112] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.358116] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[    0.358120] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
[    0.358124] pci_root PNP0A08:00: host bridge window [mem 0x000e8000-0x000ebfff]
[    0.358129] pci_root PNP0A08:00: host bridge window [mem 0x000ec000-0x000effff]
[    0.358133] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xf7ffffff]
[    0.358137] pci_root PNP0A08:00: host bridge window [mem 0xfc000000-0xfed3ffff]
[    0.358141] pci_root PNP0A08:00: host bridge window [mem 0xfed45000-0xffffffff]
[    0.358154] pci_root PNP0A08:00: address space collision: host bridge window [mem 0x000cc000-0x000cffff] conflicts with Video ROM [mem 0x000c0000-0x000ce5ff]
[    0.358174] pci 0000:00:00.0: [1022:1510] type 0 class 0x000600
[    0.358235] pci 0000:00:01.0: [1002:9802] type 0 class 0x000300
[    0.358250] pci 0000:00:01.0: reg 10: [mem 0xe0000000-0xefffffff pref]
[    0.358261] pci 0000:00:01.0: reg 14: [io  0x4000-0x40ff]
[    0.358271] pci 0000:00:01.0: reg 18: [mem 0xf0400000-0xf043ffff]
[    0.358334] pci 0000:00:01.0: supports D1 D2
[    0.358364] pci 0000:00:01.1: [1002:1314] type 0 class 0x000403
[    0.358378] pci 0000:00:01.1: reg 10: [mem 0xf0444000-0xf0447fff]
[    0.358453] pci 0000:00:01.1: supports D1 D2
[    0.358580] pci 0000:00:11.0: [1002:4391] type 0 class 0x000106
[    0.358607] pci 0000:00:11.0: reg 10: [io  0x4118-0x411f]
[    0.358621] pci 0000:00:11.0: reg 14: [io  0x4124-0x4127]
[    0.358636] pci 0000:00:11.0: reg 18: [io  0x4110-0x4117]
[    0.358650] pci 0000:00:11.0: reg 1c: [io  0x4120-0x4123]
[    0.358664] pci 0000:00:11.0: reg 20: [io  0x4100-0x410f]
[    0.358678] pci 0000:00:11.0: reg 24: [mem 0xf044d000-0xf044d3ff]
[    0.358761] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
[    0.358780] pci 0000:00:12.0: reg 10: [mem 0xf044c000-0xf044cfff]
[    0.358879] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
[    0.359523] pci 0000:00:12.2: reg 10: [mem 0xf044b000-0xf044b0ff]
[    0.362967] pci 0000:00:12.2: supports D1 D2
[    0.362978] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.362987] pci 0000:00:12.2: PME# disabled
[    0.363031] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
[    0.363144] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
[    0.363177] pci 0000:00:14.2: reg 10: [mem 0xf0440000-0xf0443fff 64bit]
[    0.363268] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.363274] pci 0000:00:14.2: PME# disabled
[    0.363295] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
[    0.363400] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
[    0.363476] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03
[    0.363496] pci 0000:00:14.5: reg 10: [mem 0xf044a000-0xf044afff]
[    0.363596] pci 0000:00:15.0: [1002:43a0] type 1 class 0x000604
[    0.363706] pci 0000:00:15.0: supports D1 D2
[    0.363743] pci 0000:00:15.1: [1002:43a1] type 1 class 0x000604
[    0.363851] pci 0000:00:15.1: supports D1 D2
[    0.363890] pci 0000:00:15.3: [1002:43a3] type 1 class 0x000604
[    0.364119] pci 0000:00:15.3: supports D1 D2
[    0.364157] pci 0000:00:16.0: [1002:4397] type 0 class 0x000c03
[    0.364177] pci 0000:00:16.0: reg 10: [mem 0xf0449000-0xf0449fff]
[    0.364276] pci 0000:00:16.2: [1002:4396] type 0 class 0x000c03
[    0.364887] pci 0000:00:16.2: reg 10: [mem 0xf0448000-0xf04480ff]
[    0.368391] pci 0000:00:16.2: supports D1 D2
[    0.368401] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.368409] pci 0000:00:16.2: PME# disabled
[    0.368454] pci 0000:00:18.0: [1022:1700] type 0 class 0x000600
[    0.368508] pci 0000:00:18.1: [1022:1701] type 0 class 0x000600
[    0.368569] pci 0000:00:18.2: [1022:1702] type 0 class 0x000600
[    0.368618] pci 0000:00:18.3: [1022:1703] type 0 class 0x000600
[    0.368678] pci 0000:00:18.4: [1022:1704] type 0 class 0x000600
[    0.368723] pci 0000:00:18.5: [1022:1718] type 0 class 0x000600
[    0.368768] pci 0000:00:18.6: [1022:1716] type 0 class 0x000600
[    0.368813] pci 0000:00:18.7: [1022:1719] type 0 class 0x000600
[    0.368982] pci 0000:00:14.4: PCI bridge to [bus 01-01] (subtractive decode)
[    0.368991] pci 0000:00:14.4:   bridge window [io  0xf000-0x0000] (disabled)
[    0.368999] pci 0000:00:14.4:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.369007] pci 0000:00:14.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.369014] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.369018] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.369023] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.369028] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
[    0.369033] pci 0000:00:14.4:   bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
[    0.369037] pci 0000:00:14.4:   bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
[    0.369047] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.369052] pci 0000:00:14.4:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.369057] pci 0000:00:14.4:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.369061] pci 0000:00:14.4:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.369066] pci 0000:00:14.4:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[    0.369071] pci 0000:00:14.4:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[    0.369075] pci 0000:00:14.4:   bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
[    0.369080] pci 0000:00:14.4:   bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
[    0.369084] pci 0000:00:14.4:   bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
[    0.369089] pci 0000:00:14.4:   bridge window [mem 0xfc000000-0xfed3ffff] (subtractive decode)
[    0.369093] pci 0000:00:14.4:   bridge window [mem 0xfed45000-0xffffffff] (subtractive decode)
[    0.369234] pci 0000:02:00.0: [10ec:5209] type 0 class 0x00ff00
[    0.369260] pci 0000:02:00.0: reg 10: [mem 0xf0300000-0xf0300fff]
[    0.369426] pci 0000:02:00.0: supports D1 D2
[    0.369430] pci 0000:02:00.0: PME# supported from D1 D2 D3hot
[    0.369438] pci 0000:02:00.0: PME# disabled
[    0.376169] pci 0000:00:15.0: PCI bridge to [bus 02-05]
[    0.376185] pci 0000:00:15.0:   bridge window [io  0x3000-0x3fff]
[    0.376193] pci 0000:00:15.0:   bridge window [mem 0xf0300000-0xf03fffff]
[    0.376203] pci 0000:00:15.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.376312] pci 0000:06:00.0: [10ec:8136] type 0 class 0x000200
[    0.376342] pci 0000:06:00.0: reg 10: [io  0x2000-0x20ff]
[    0.376384] pci 0000:06:00.0: reg 18: [mem 0xf0104000-0xf0104fff 64bit pref]
[    0.376411] pci 0000:06:00.0: reg 20: [mem 0xf0100000-0xf0103fff 64bit pref]
[    0.376522] pci 0000:06:00.0: supports D1 D2
[    0.376526] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.376535] pci 0000:06:00.0: PME# disabled
[    0.384164] pci 0000:00:15.1: PCI bridge to [bus 06-06]
[    0.384180] pci 0000:00:15.1:   bridge window [io  0x2000-0x2fff]
[    0.384189] pci 0000:00:15.1:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.384200] pci 0000:00:15.1:   bridge window [mem 0xf0100000-0xf01fffff 64bit pref]
[    0.384323] pci 0000:07:00.0: [168c:002b] type 0 class 0x000280
[    0.384361] pci 0000:07:00.0: reg 10: [mem 0xf0200000-0xf020ffff 64bit]
[    0.384515] pci 0000:07:00.0: supports D1
[    0.384519] pci 0000:07:00.0: PME# supported from D0 D1 D3hot
[    0.384528] pci 0000:07:00.0: PME# disabled
[    0.392158] pci 0000:00:15.3: PCI bridge to [bus 07-07]
[    0.392173] pci 0000:00:15.3:   bridge window [io  0xfffffffffffff000-0x0000] (disabled)
[    0.392182] pci 0000:00:15.3:   bridge window [mem 0xf0200000-0xf02fffff]
[    0.392193] pci 0000:00:15.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.392239] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.392496] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SPB0._PRT]
[    0.392569] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SPB1._PRT]
[    0.392642] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SPB3._PRT]
[    0.392776] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[    0.393115]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.393422]  pci0000:00: ACPI _OSC control (0x1d) granted
[    0.408318] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.408464] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.408664] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.408829] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.408919] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.409009] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.409098] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.409187] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    0.409420] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.409444] vgaarb: loaded
[    0.409447] vgaarb: bridge control possible 0000:00:01.0
[    0.409783] SCSI subsystem initialized
[    0.409929] libata version 3.00 loaded.
[    0.410011] usbcore: registered new interface driver usbfs
[    0.410031] usbcore: registered new interface driver hub
[    0.410087] usbcore: registered new device driver usb
[    0.410249] PCI: Using ACPI for IRQ routing
[    0.412978] PCI: pci_cache_line_size set to 64 bytes
[    0.413127] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
[    0.413132] reserve RAM buffer: 00000000dfb3f000 - 00000000dfffffff 
[    0.413137] reserve RAM buffer: 00000000dff00000 - 00000000dfffffff 
[    0.413140] reserve RAM buffer: 0000000107000000 - 0000000107ffffff 
[    0.413323] NetLabel: Initializing
[    0.413327] NetLabel:  domain hash size = 128
[    0.413330] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.413358] NetLabel:  unlabeled traffic allowed by default
[    0.413484] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.413492] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.415526] Switching to clocksource hpet
[    0.415735] Switched to NOHz mode on CPU #0
[    0.415594] Switched to NOHz mode on CPU #1
[    0.423731] AppArmor: AppArmor Filesystem Enabled
[    0.423799] pnp: PnP ACPI init
[    0.423831] ACPI: bus type pnp registered
[    0.424210] pnp 00:00: [bus 00-ff]
[    0.424215] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.424219] pnp 00:00: [io  0x0d00-0xffff window]
[    0.424224] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.424228] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.424232] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.424236] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.424240] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.424244] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.424248] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.424251] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.424255] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.424259] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.424263] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.424267] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.424271] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.424274] pnp 00:00: [mem 0xe0000000-0xf7ffffff window]
[    0.424278] pnp 00:00: [mem 0xfc000000-0xfed3ffff window]
[    0.424282] pnp 00:00: [mem 0xfed45000-0xffffffff window]
[    0.424286] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.424403] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.424497] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[    0.424502] pnp 00:01: [mem 0xfee00000-0xfee00fff]
[    0.424603] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.424608] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.424615] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.424884] pnp 00:02: [irq 0 disabled]
[    0.424943] pnp 00:02: [irq 8]
[    0.424947] pnp 00:02: [mem 0xfed00000-0xfed003ff]
[    0.424995] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.425070] pnp 00:03: [io  0x0000-0x000f]
[    0.425074] pnp 00:03: [io  0x0081-0x008f]
[    0.425078] pnp 00:03: [io  0x00c0-0x00df]
[    0.425082] pnp 00:03: [dma 4]
[    0.425133] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.425151] pnp 00:04: [io  0x00f0-0x00fe]
[    0.425199] pnp 00:04: [irq 13]
[    0.425257] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.425361] pnp 00:05: [io  0x0070-0x0071]
[    0.425414] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.425430] pnp 00:06: [io  0x0061]
[    0.425487] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.425511] pnp 00:07: [io  0x0010-0x001f]
[    0.425515] pnp 00:07: [io  0x002e-0x002f]
[    0.425518] pnp 00:07: [io  0x0072-0x0073]
[    0.425522] pnp 00:07: [io  0x0080]
[    0.425530] pnp 00:07: [io  0x00b0-0x00b1]
[    0.425534] pnp 00:07: [io  0x0092]
[    0.425537] pnp 00:07: [io  0x0400-0x04cf]
[    0.425541] pnp 00:07: [io  0x04d0-0x04d1]
[    0.425544] pnp 00:07: [io  0x04d6]
[    0.425547] pnp 00:07: [io  0x0680-0x06ff]
[    0.425551] pnp 00:07: [io  0x077a]
[    0.425554] pnp 00:07: [io  0x0c00-0x0c01]
[    0.425557] pnp 00:07: [io  0x0c14]
[    0.425560] pnp 00:07: [io  0x0c50-0x0c52]
[    0.425563] pnp 00:07: [io  0x0c6c]
[    0.425567] pnp 00:07: [io  0x0c6f]
[    0.425570] pnp 00:07: [io  0x0cd0-0x0cdb]
[    0.425667] system 00:07: [io  0x0400-0x04cf] has been reserved
[    0.425672] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.425676] system 00:07: [io  0x04d6] has been reserved
[    0.425681] system 00:07: [io  0x0680-0x06ff] has been reserved
[    0.425686] system 00:07: [io  0x077a] has been reserved
[    0.425690] system 00:07: [io  0x0c00-0x0c01] has been reserved
[    0.425695] system 00:07: [io  0x0c14] has been reserved
[    0.425699] system 00:07: [io  0x0c50-0x0c52] has been reserved
[    0.425704] system 00:07: [io  0x0c6c] has been reserved
[    0.425708] system 00:07: [io  0x0c6f] has been reserved
[    0.425712] system 00:07: [io  0x0cd0-0x0cdb] has been reserved
[    0.425719] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.425808] pnp 00:08: [mem 0x000e0000-0x000fffff]
[    0.425812] pnp 00:08: [mem 0xffffffb0-0xfffffffe]
[    0.425816] pnp 00:08: [mem 0xffffff00-0xfffffffe]
[    0.425820] pnp 00:08: [mem 0xffe00000-0xffffffff]
[    0.425905] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.425911] system 00:08: [mem 0xffffffb0-0xfffffffe] has been reserved
[    0.425916] system 00:08: [mem 0xffffff00-0xfffffffe] could not be reserved
[    0.425922] system 00:08: [mem 0xffe00000-0xffffffff] could not be reserved
[    0.425928] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.440973] pnp 00:09: [io  0x0060]
[    0.440980] pnp 00:09: [io  0x0064]
[    0.441068] pnp 00:09: [irq 1]
[    0.441188] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.441212] pnp 00:0a: [irq 12]
[    0.441271] pnp 00:0a: Plug and Play ACPI device, IDs SYN1e4b SYN1e00 SYN0002 PNP0f13 (active)
[    0.441993] pnp: PnP ACPI: found 11 devices
[    0.441997] ACPI: ACPI bus type pnp unregistered
[    0.449801] PCI: max bus depth: 1 pci_try_num: 2
[    0.449896] pci 0000:00:14.4: PCI bridge to [bus 01-01]
[    0.449900] pci 0000:00:14.4:   bridge window [io  disabled]
[    0.449908] pci 0000:00:14.4:   bridge window [mem disabled]
[    0.449914] pci 0000:00:14.4:   bridge window [mem pref disabled]
[    0.449925] pci 0000:00:15.0: PCI bridge to [bus 02-05]
[    0.449931] pci 0000:00:15.0:   bridge window [io  0x3000-0x3fff]
[    0.449940] pci 0000:00:15.0:   bridge window [mem 0xf0300000-0xf03fffff]
[    0.449947] pci 0000:00:15.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.449957] pci 0000:00:15.1: PCI bridge to [bus 06-06]
[    0.449962] pci 0000:00:15.1:   bridge window [io  0x2000-0x2fff]
[    0.449969] pci 0000:00:15.1:   bridge window [mem disabled]
[    0.449976] pci 0000:00:15.1:   bridge window [mem 0xf0100000-0xf01fffff 64bit pref]
[    0.449986] pci 0000:00:15.3: PCI bridge to [bus 07-07]
[    0.449989] pci 0000:00:15.3:   bridge window [io  disabled]
[    0.449996] pci 0000:00:15.3:   bridge window [mem 0xf0200000-0xf02fffff]
[    0.450002] pci 0000:00:15.3:   bridge window [mem pref disabled]
[    0.450050] pci 0000:00:15.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.450057] pci 0000:00:15.0: setting latency timer to 64
[    0.450069] pci 0000:00:15.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.450075] pci 0000:00:15.1: setting latency timer to 64
[    0.450086] pci 0000:00:15.3: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.450092] pci 0000:00:15.3: setting latency timer to 64
[    0.450099] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.450104] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.450108] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.450113] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.450117] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.450121] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.450125] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
[    0.450129] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
[    0.450133] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
[    0.450137] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
[    0.450141] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
[    0.450145] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
[    0.450149] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
[    0.450153] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
[    0.450157] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff]
[    0.450162] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff]
[    0.450166] pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff]
[    0.450170] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7]
[    0.450174] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff]
[    0.450178] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
[    0.450182] pci_bus 0000:01: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.450186] pci_bus 0000:01: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.450190] pci_bus 0000:01: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.450195] pci_bus 0000:01: resource 10 [mem 0x000d0000-0x000d3fff]
[    0.450199] pci_bus 0000:01: resource 11 [mem 0x000d4000-0x000d7fff]
[    0.450203] pci_bus 0000:01: resource 12 [mem 0x000d8000-0x000dbfff]
[    0.450207] pci_bus 0000:01: resource 13 [mem 0x000dc000-0x000dffff]
[    0.450211] pci_bus 0000:01: resource 14 [mem 0x000e0000-0x000e3fff]
[    0.450215] pci_bus 0000:01: resource 15 [mem 0x000e4000-0x000e7fff]
[    0.450219] pci_bus 0000:01: resource 16 [mem 0x000e8000-0x000ebfff]
[    0.450223] pci_bus 0000:01: resource 17 [mem 0x000ec000-0x000effff]
[    0.450228] pci_bus 0000:01: resource 18 [mem 0xe0000000-0xf7ffffff]
[    0.450232] pci_bus 0000:01: resource 19 [mem 0xfc000000-0xfed3ffff]
[    0.450236] pci_bus 0000:01: resource 20 [mem 0xfed45000-0xffffffff]
[    0.450240] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.450244] pci_bus 0000:02: resource 1 [mem 0xf0300000-0xf03fffff]
[    0.450249] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
[    0.450253] pci_bus 0000:06: resource 0 [io  0x2000-0x2fff]
[    0.450258] pci_bus 0000:06: resource 2 [mem 0xf0100000-0xf01fffff 64bit pref]
[    0.450262] pci_bus 0000:07: resource 1 [mem 0xf0200000-0xf02fffff]
[    0.450335] NET: Registered protocol family 2
[    0.450721] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.453897] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.459384] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.460132] TCP: Hash tables configured (established 524288 bind 65536)
[    0.460140] TCP reno registered
[    0.460190] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.460263] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.460496] NET: Registered protocol family 1
[    0.460527] pci 0000:00:01.0: Boot video device
[    1.083276] Freeing initrd memory: 13420k freed
[    1.160341] PCI: CLS 64 bytes, default 64
[    1.160349] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.160354] Placing 64MB software IO TLB between ffff8800dbb3f000 - ffff8800dfb3f000
[    1.160359] software IO TLB at phys 0xdbb3f000 - 0xdfb3f000
[    1.160474] Simple Boot Flag at 0x44 set to 0x1
[    1.161100] audit: initializing netlink socket (disabled)
[    1.161123] type=2000 audit(1331568149.160:1): initialized
[    1.212708] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.244186] VFS: Disk quotas dquot_6.5.2
[    1.244295] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.245871] fuse init (API version 7.16)
[    1.246101] msgmni has been set to 7117
[    1.248391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.248617] io scheduler noop registered
[    1.248624] io scheduler deadline registered
[    1.248763] io scheduler cfq registered (default)
[    1.249053] pcieport 0000:00:15.0: setting latency timer to 64
[    1.249140] pcieport 0000:00:15.0: irq 40 for MSI/MSI-X
[    1.249256] pcieport 0000:00:15.1: setting latency timer to 64
[    1.249326] pcieport 0000:00:15.1: irq 41 for MSI/MSI-X
[    1.249424] pcieport 0000:00:15.3: setting latency timer to 64
[    1.249494] pcieport 0000:00:15.3: irq 42 for MSI/MSI-X
[    1.249640] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[    1.249645] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    1.249652] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[    1.249683] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
[    1.249687] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[    1.249694] pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
[    1.249724] pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
[    1.249728] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[    1.249735] pcie_pme 0000:00:15.3:pcie01: service driver pcie_pme loaded
[    1.249768] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.249816] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.250953] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.251665] ACPI: AC Adapter [AC] (on-line)
[    1.251978] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.253266] ACPI: Lid Switch [LID]
[    1.253387] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    1.253397] ACPI: Power Button [PWRB]
[    1.253472] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.253478] ACPI: Power Button [PWRF]
[    1.253608] ACPI: acpi_idle registered with cpuidle
[    1.277384] thermal LNXTHERM:00: registered as thermal_zone0
[    1.277392] ACPI: Thermal Zone [TSZ0] (41 C)
[    1.277473] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.277513] ERST: Table is not found!
[    1.277676] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.331310] ACPI: Battery Slot [BAT0] (battery present)
[    1.369246] Linux agpgart interface v0.103
[    1.371128] brd: module loaded
[    1.372134] loop: module loaded
[    1.372946] Fixed MDIO Bus: probed
[    1.372990] PPP generic driver version 2.4.2
[    1.373079] tun: Universal TUN/TAP device driver, 1.6
[    1.373083] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.373226] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.373351] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.373479] ehci_hcd 0000:00:12.2: EHCI Host Controller
[    1.373554] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.373606] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.373640] QUIRK: Enable AMD PLL fix
[    1.373658] ehci_hcd 0000:00:12.2: debug port 1
[    1.373698] ehci_hcd 0000:00:12.2: irq 17, io mem 0xf044b000
[    1.384278] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.384570] hub 1-0:1.0: USB hub found
[    1.384579] hub 1-0:1.0: 5 ports detected
[    1.384818] ehci_hcd 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.384899] ehci_hcd 0000:00:16.2: EHCI Host Controller
[    1.384969] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 2
[    1.385024] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.385060] ehci_hcd 0000:00:16.2: debug port 1
[    1.385084] ehci_hcd 0000:00:16.2: irq 17, io mem 0xf0448000
[    1.396276] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    1.396578] hub 2-0:1.0: USB hub found
[    1.396587] hub 2-0:1.0: 4 ports detected
[    1.396784] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.396906] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.396987] ohci_hcd 0000:00:12.0: OHCI Host Controller
[    1.397057] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
[    1.397150] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf044c000
[    1.456532] hub 3-0:1.0: USB hub found
[    1.456615] hub 3-0:1.0: 5 ports detected
[    1.456825] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.456907] ohci_hcd 0000:00:14.5: OHCI Host Controller
[    1.456984] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 4
[    1.457058] ohci_hcd 0000:00:14.5: irq 18, io mem 0xf044a000
[    1.516536] hub 4-0:1.0: USB hub found
[    1.516619] hub 4-0:1.0: 2 ports detected
[    1.516817] ohci_hcd 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.516900] ohci_hcd 0000:00:16.0: OHCI Host Controller
[    1.516975] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 5
[    1.517049] ohci_hcd 0000:00:16.0: irq 18, io mem 0xf0449000
[    1.576577] hub 5-0:1.0: USB hub found
[    1.576659] hub 5-0:1.0: 4 ports detected
[    1.576828] uhci_hcd: USB Universal Host Controller Interface driver
[    1.576959] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.585308] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.585318] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.585525] mousedev: PS/2 mouse device common for all mice
[    1.585871] rtc_cmos 00:05: RTC can wake from S4
[    1.585999] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.586071] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
[    1.586272] device-mapper: uevent: version 1.0.3
[    1.586430] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    1.586551] cpuidle: using governor ladder
[    1.586733] cpuidle: using governor menu
[    1.586737] EFI Variables Facility v0.08 2004-May-17
[    1.587110] TCP cubic registered
[    1.587343] NET: Registered protocol family 10
[    1.588290] NET: Registered protocol family 17
[    1.588335] Registering the dns_resolver key type
[    1.588569] PM: Hibernation image not present or could not be loaded.
[    1.588590] registered taskstats version 1
[    1.605635] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.623436]   Magic number: 4:540:34
[    1.623680] rtc_cmos 00:05: setting system clock to 2012-03-12 16:02:30 UTC (1331568150)
[    1.623703] powernow-k8: Found 1 AMD E-350 Processor (2 cpu cores) (version 2.20.00)
[    1.623765] powernow-k8:    0 : pstate 0 (1600 MHz)
[    1.623769] powernow-k8:    1 : pstate 1 (1280 MHz)
[    1.623772] powernow-k8:    2 : pstate 2 (800 MHz)
[    1.624187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.624193] EDD information not available.
[    1.627546] Freeing unused kernel memory: 988k freed
[    1.628227] Write protecting the kernel read-only data: 12288k
[    1.641712] Freeing unused kernel memory: 2032k freed
[    1.652124] Freeing unused kernel memory: 1388k freed
[    1.701465] udevd[80]: starting version 173
[    1.807691] ahci 0000:00:11.0: version 3.0
[    1.807777] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.807988] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.807995] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc 
[    1.826785] scsi0 : ahci
[    1.831294] scsi1 : ahci
[    1.831889] ata1: SATA max UDMA/133 abar m1024@0xf044d000 port 0xf044d100 irq 19
[    1.831897] ata2: SATA max UDMA/133 abar m1024@0xf044d000 port 0xf044d180 irq 19
[    1.879992] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.880143] r8169 0000:06:00.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    1.880212] r8169 0000:06:00.0: setting latency timer to 64
[    1.880291] r8169 0000:06:00.0: irq 43 for MSI/MSI-X
[    1.881069] r8169 0000:06:00.0: eth0: RTL8105e at 0xffffc9000066c000, 9c:8e:99:48:69:ec, XID 00a00000 IRQ 43
[    1.908062] usb 3-3: new low speed USB device number 2 using ohci_hcd
[    2.160330] Refined TSC clocksource calibration: 1596.599 MHz.
[    2.160343] Switching to clocksource tsc
[    2.192333] usb 2-2: new high speed USB device number 2 using ehci_hcd
[    2.324299] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.324350] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.326137] ata1.00: ATA-8: WDC WD3200BEVT-60A23T0, 02.01A02, max UDMA/100
[    2.326151] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.327657] ata2.00: ATAPI: hp      DVD A  DS8A5LH, 1H68, max UDMA/100
[    2.328064] ata1.00: configured for UDMA/100
[    2.328570] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEVT-6 02.0 PQ: 0 ANSI: 5
[    2.328934] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.328945] ata2.00: configured for UDMA/100
[    2.329225] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    2.329835] sd 0:0:0:0: [sda] Write Protect is off
[    2.329846] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.330009] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.336303] scsi 1:0:0:0: CD-ROM            hp       DVD A  DS8A5LH   1H68 PQ: 0 ANSI: 5
[    2.342873] sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.342885] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.343134] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.343269] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.404344]  sda: sda1 sda2 < sda5 sda6 >
[    2.405083] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.415634] input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input4
[    2.415855] generic-usb 0003:045E:0039.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:12.0-3/input0
[    2.415893] usbcore: registered new interface driver usbhid
[    2.415897] usbhid: USB HID core driver
[    2.524131] usb 4-2: new full speed USB device number 2 using ohci_hcd
[    2.909657] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    5.666002] Adding 3998716k swap on /dev/sda1.  Priority:-1 extents:1 across:3998716k 
[    5.917302] udevd[311]: starting version 173
[    6.877958] lp: driver loaded but no devices found
[    7.755771] wmi: Mapper loaded
[    7.776832] acpi device:01: registered as cooling_device2
[    7.777098] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    7.777436] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    7.898615] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    7.985924] [drm] Initialized drm 1.1.0 20060810
[    8.046336] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
[    8.046508] SP5100 TCO timer: mmio address 0xb80430 already in use
[    8.305878] cfg80211: Calling CRDA to update world regulatory domain
[    8.411524] rts_pstor: module is from the staging directory, the quality is unknown, you have been warned.
[    8.413631] Initializing Realtek PCIE storage driver...
[    8.413788] rts_pstor 0000:02:00.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    8.413922] Resource length: 0x1000
[    8.413954] Original address: 0xf0300000, remapped address: 0xffffc90000670000
[    8.413962] pci->irq = 20
[    8.413966] rtsx_acquire_irq: chip->msi_en = 0, pci->irq = 20
[    8.414073] rts_pstor 0000:02:00.0: setting latency timer to 64
[    8.414081] scsi2 : SCSI emulation for PCI-Express Mass Storage devices
[    8.616629] rts_pstor: waiting for device to settle before scanning
[    8.751723] Bluetooth: Core ver 2.16
[    8.751782] NET: Registered protocol family 31
[    8.751785] Bluetooth: HCI device and connection manager initialized
[    8.751791] Bluetooth: HCI socket layer initialized
[    8.751794] Bluetooth: L2CAP socket layer initialized
[    8.751935] Bluetooth: SCO socket layer initialized
[    8.925683] [drm] radeon defaulting to kernel modesetting.
[    8.925691] [drm] radeon kernel modesetting enabled.
[    8.925787] radeon 0000:00:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    8.925795] radeon 0000:00:01.0: setting latency timer to 64
[    8.926139] [drm] initializing kernel modesetting (PALM 0x1002:0x9802 0x103C:0x3577).
[    8.926221] [drm] register mmio base: 0xF0400000
[    8.926224] [drm] register mmio size: 262144
[    8.927105] ATOM BIOS: HP
[    8.927149] radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
[    8.927155] radeon 0000:00:01.0: GTT: 512M 0x0000000018000000 - 0x0000000037FFFFFF
[    8.927368] [drm] Detected VRAM RAM=384M, BAR=256M
[    8.927376] [drm] RAM width 32bits DDR
[    8.927647] [TTM] Zone  kernel: Available graphics memory: 1824288 kiB.
[    8.927654] [TTM] Initializing pool allocator.
[    8.927719] [drm] radeon: 384M of VRAM memory ready
[    8.927723] [drm] radeon: 512M of GTT memory ready.
[    8.927751] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    8.927754] [drm] Driver supports precise vblank timestamp query.
[    8.927818] radeon 0000:00:01.0: irq 44 for MSI/MSI-X
[    8.927827] radeon 0000:00:01.0: radeon: using MSI.
[    8.927876] [drm] radeon: irq initialized.
[    8.927885] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    8.929863] [drm] Loading PALM Microcode
[    9.150311] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    9.150392] usbcore: registered new interface driver btusb
[    9.214272] type=1400 audit(1331568158.086:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=535 comm="apparmor_parser"
[    9.214359] type=1400 audit(1331568158.086:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=538 comm="apparmor_parser"
[    9.214713] type=1400 audit(1331568158.086:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=535 comm="apparmor_parser"
[    9.214833] type=1400 audit(1331568158.086:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=538 comm="apparmor_parser"
[    9.215004] type=1400 audit(1331568158.086:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=535 comm="apparmor_parser"
[    9.215136] type=1400 audit(1331568158.086:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=538 comm="apparmor_parser"
[    9.293360] Bluetooth: Atheros AR30xx firmware driver ver 1.0
[    9.620507] rts_pstor: device scan complete
[    9.620735] scsi 2:0:0:0: Direct-Access     Generic- xD/SD/M.S.       1.00 PQ: 0 ANSI: 0 CCS
[    9.620788] Bad LUN (0:1)
[    9.632742] Bad target number (1:0)
[    9.644467] Bad target number (2:0)
[    9.656584] Bad target number (3:0)
[    9.672479] Bad target number (4:0)
[    9.685298] Bad target number (5:0)
[    9.700751] Bad target number (6:0)
[    9.712575] Bad target number (7:0)
[    9.720632] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    9.723127] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    9.808299] ath9k 0000:07:00.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    9.808319] ath9k 0000:07:00.0: setting latency timer to 64
[    9.857972] ath: EEPROM regdomain: 0x60
[    9.857977] ath: EEPROM indicates we should expect a direct regpair map
[    9.857983] ath: Country alpha2 being used: 00
[    9.857986] ath: Regpair used: 0x60
[    9.858090] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[    9.858095] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858099] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[    9.858104] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858107] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[    9.858112] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858116] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[    9.858120] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858124] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[    9.858128] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858132] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[    9.858136] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858139] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[    9.858144] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858147] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[    9.858152] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858155] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[    9.858160] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858163] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[    9.858168] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858171] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[    9.858176] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858179] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[    9.858184] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858187] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[    9.858192] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.858195] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
[    9.858200] cfg80211: 2474000 KHz - 2494000 KHz @  KHz), (N/A mBi, 2000 mBm)
[    9.860569] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
[    9.919482] Synaptics Touchpad, model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400
[    9.981979] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[   10.074912] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[   10.076048] Registered led device: ath9k-phy0
[   10.076065] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900051e0000, irq=23
[   10.104684] usbcore: registered new interface driver ath3k
[   10.120960] usb 4-2: USB disconnect, device number 2
[   10.307155] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
[   10.307164] cfg80211: World regulatory domain updated:
[   10.307168] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   10.307173] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   10.307178] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   10.307183] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   10.307187] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   10.307191] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   10.380305] radeon 0000:00:01.0: WB enabled
[   10.396787] [drm] ring test succeeded in 1 usecs
[   10.397001] [drm] radeon: ib pool ready.
[   10.397126] [drm] ib test succeeded in 0 usecs
[   10.407359] [drm] Radeon Display Connectors
[   10.407366] [drm] Connector 0:
[   10.407369] [drm]   LVDS
[   10.407372] [drm]   HPD1
[   10.407377] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   10.407380] [drm]   Encoders:
[   10.407383] [drm]     LCD1: INTERNAL_UNIPHY
[   10.407386] [drm] Connector 1:
[   10.407388] [drm]   HDMI-A
[   10.407390] [drm]   HPD2
[   10.407394] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   10.407397] [drm]   Encoders:
[   10.407399] [drm]     DFP1: INTERNAL_UNIPHY
[   10.407402] [drm] Connector 2:
[   10.407404] [drm]   VGA
[   10.407408] [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
[   10.407411] [drm]   Encoders:
[   10.407414] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   10.463216] [drm] Radeon display connector LVDS-1: Found valid EDID
[   10.473318] [drm] Radeon display connector HDMI-A-1: No monitor connected or invalid EDID
[   10.483408] [drm] Radeon display connector VGA-1: No monitor connected or invalid EDID
[   10.483457] [drm] Internal thermal controller without fan control
[   10.483689] [drm] radeon: power management initialized
[   10.639951] Linux video capture interface: v2.00
[   10.665308] uvcvideo: Found UVC 1.00 device HP Webcam-101 (04f2:b293)
[   10.680982] input: HP Webcam-101 as /devices/pci0000:00/0000:00:16.2/usb2/2-2/2-2:1.0/input/input7
[   10.681115] usbcore: registered new interface driver uvcvideo
[   10.681119] USB Video Class driver (v1.1.0)
[   10.720314] usb 4-2: new full speed USB device number 3 using ohci_hcd
[   10.934813] [drm] fb mappable at 0xE0141000
[   10.934820] [drm] vram apper at 0xE0000000
[   10.934823] [drm] size 4325376
[   10.934825] [drm] fb depth is 24
[   10.934828] [drm]    pitch is 5632
[   10.935208] fbcon: radeondrmfb (fb0) is primary device
[   10.936391] Console: switching to colour frame buffer device 170x48
[   10.936454] fb0: radeondrmfb frame buffer device
[   10.936457] drm: registered panic notifier
[   10.936475] [drm] Initialized radeon 2.10.0 20080528 for 0000:00:01.0 on minor 0
[   11.244391] HDA Intel 0000:00:01.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   11.244486] HDA Intel 0000:00:01.1: irq 45 for MSI/MSI-X
[   11.244524] HDA Intel 0000:00:01.1: setting latency timer to 64
[   11.348530] HDMI status: Pin=3 Presence_Detect=0 ELD_Valid=0
[   11.348737] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input8
[   11.349116] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   11.553040] hda_codec: ALC270: BIOS auto-probing.
[   11.554437] hda_codec: connection list not available for 0x24
[   11.563259] input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
[   11.563390] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
[   14.767741] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[   15.165725] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: user_xattr
[   18.339399] type=1400 audit(1331568167.210:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=983 comm="apparmor_parser"
[   18.351898] type=1400 audit(1331568167.222:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=983 comm="apparmor_parser"
[   18.352372] type=1400 audit(1331568167.226:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=983 comm="apparmor_parser"
[   18.374230] ppdev: user-space parallel port driver
[   18.511581] type=1400 audit(1331568167.382:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=982 comm="apparmor_parser"
[   18.558086] type=1400 audit(1331568167.430:12): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=989 comm="apparmor_parser"
[   18.558953] type=1400 audit(1331568167.430:13): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=989 comm="apparmor_parser"
[   18.603407] type=1400 audit(1331568167.474:14): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=990 comm="apparmor_parser"
[   18.603495] type=1400 audit(1331568167.474:15): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=999 comm="apparmor_parser"
[   18.604043] type=1400 audit(1331568167.474:16): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=990 comm="apparmor_parser"
[   18.604177] type=1400 audit(1331568167.478:17): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=999 comm="apparmor_parser"
[   21.134989] r8169 0000:06:00.0: eth0: link down
[   21.135934] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   21.190070] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   21.267235] init: failsafe main process (924) killed by TERM signal
[   21.421248] init: apport pre-start process (1055) terminated with status 1
[   21.426509] init: apport post-stop process (1090) terminated with status 1