ubuntuusers.de

LibreOffice3

Autor:
Torri
Datum:
12. Juni 2011 21:45
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
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.38-8-generic (buildd@allspice) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 (Ubuntu 2.6.38-8.42-generic 2.6.38.2)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=2c1bb2d4-a4af-4f99-83ef-e3a0750a2ac3 ro quiet splash vt.handoff=7
[    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: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000d7be0000 (usable)
[    0.000000]  BIOS-e820: 00000000d7be0000 - 00000000d7be3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000d7be3000 - 00000000d7bf0000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000d7bf0000 - 00000000d7c00000 (reserved)
[    0.000000]  BIOS-e820: 00000000f4000000 - 00000000f8000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000118000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.4 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. H55M-UD2H/H55M-UD2H, BIOS F8 02/12/2010
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x118000 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-CDFFF write-protect
[    0.000000]   CE000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   2 base 0D8000000 mask FF8000000 uncachable
[    0.000000]   3 base 100000000 mask FE0000000 write-back
[    0.000000]   4 base 118000000 mask FF8000000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000d8000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xd7be0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000f56c0] f56c0
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000d7be0000
[    0.000000]  0000000000 - 00d7a00000 page 2M
[    0.000000]  00d7a00000 - 00d7be0000 page 4k
[    0.000000] kernel direct mapping tables up to d7be0000 @ 1fffa000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000118000000
[    0.000000]  0100000000 - 0118000000 page 2M
[    0.000000] kernel direct mapping tables up to 118000000 @ d7bda000-d7be0000
[    0.000000] RAMDISK: 366e2000 - 37369000
[    0.000000] ACPI: RSDP 00000000000f7080 00014 (v00 GBT   )
[    0.000000] ACPI: RSDT 00000000d7be3040 00040 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: FACP 00000000d7be30c0 00074 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: DSDT 00000000d7be3180 054D2 (v01 GBT    GBTUACPI 00001000 MSFT 0100000C)
[    0.000000] ACPI: FACS 00000000d7be0000 00040
[    0.000000] ACPI: HPET 00000000d7be87c0 00038 (v01 GBT    GBTUACPI 42302E31 GBTU 00000098)
[    0.000000] ACPI: MCFG 00000000d7be8840 0003C (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: EUDS 00000000d7be8880 004D0 (v01 GBT             00000000      00000000)
[    0.000000] ACPI: TAMG 00000000d7be8d50 00A4A (v01 GBT    GBT   B0 5455312E BG?? 53450101)
[    0.000000] ACPI: APIC 00000000d7be86c0 000BC (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: SSDT 00000000d7be97a0 0172C (v01  INTEL PPM RCM  80000001 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000118000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000118000000
[    0.000000]   NODE_DATA [0000000117ffb000 - 0000000117ffffff]
[    0.000000]  [ffffea0000000000-ffffea0003dfffff] PMD -> [ffff880114200000-ffff8801177fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00118000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x000d7be0
[    0.000000]     0: 0x00100000 -> 0x00118000
[    0.000000] On node 0 totalpages: 981871
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3921 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 865304 pages, LIFO batch:31
[    0.000000]   Normal zone: 1344 pages used for memmap
[    0.000000]   Normal zone: 96960 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000d7be0000 - 00000000d7be3000
[    0.000000] PM: Registered nosave memory: 00000000d7be3000 - 00000000d7bf0000
[    0.000000] PM: Registered nosave memory: 00000000d7bf0000 - 00000000d7c00000
[    0.000000] PM: Registered nosave memory: 00000000d7c00000 - 00000000f4000000
[    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000f8000000
[    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at d7c00000 (gap: d7c00000:1c400000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800d7800000 s84416 r8192 d22080 u262144
[    0.000000] pcpu-alloc: s84416 r8192 d22080 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 966185
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=2c1bb2d4-a4af-4f99-83ef-e3a0750a2ac3 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: 3778972k/4587520k available (5940k kernel code, 660036k absent, 148512k reserved, 5017k data, 956k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] NR_IRQS:16640 nr_irqs:744 16
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 39321600 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.010000] Detected 3199.776 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6399.55 BogoMIPS (lpj=31997760)
[    0.000005] pid_max: default: 32768 minimum: 301
[    0.000025] Security Framework initialized
[    0.000036] AppArmor: AppArmor initialized
[    0.000037] Yama: becoming mindful.
[    0.000322] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001426] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001930] Mount-cache hash table entries: 256
[    0.002028] Initializing cgroup subsys ns
[    0.002031] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.002033] Initializing cgroup subsys cpuacct
[    0.002036] Initializing cgroup subsys memory
[    0.002041] Initializing cgroup subsys devices
[    0.002043] Initializing cgroup subsys freezer
[    0.002044] Initializing cgroup subsys net_cls
[    0.002046] Initializing cgroup subsys blkio
[    0.002068] CPU: Physical Processor ID: 0
[    0.002069] CPU: Processor Core ID: 0
[    0.002073] mce: CPU supports 9 MCE banks
[    0.002082] CPU0: Thermal monitoring enabled (TM1)
[    0.002088] using mwait in idle threads.
[    0.003642] ACPI: Core revision 20110112
[    0.007600] ftrace: allocating 24314 entries in 96 pages
[    0.013453] Setting APIC routing to flat
[    0.013767] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.113766] CPU0: Intel(R) Core(TM) i3 CPU         550  @ 3.20GHz stepping 05
[    0.229668] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.229673] ... version:                3
[    0.229674] ... bit width:              48
[    0.229675] ... generic registers:      4
[    0.229676] ... value mask:             0000ffffffffffff
[    0.229677] ... max period:             000000007fffffff
[    0.229678] ... fixed-purpose events:   3
[    0.229678] ... event mask:             000000070000000f
[    0.230028] Booting Node   0, Processors  #1 #2 #3
[    0.769741] Brought up 4 CPUs
[    0.769744] Total of 4 processors activated (25599.36 BogoMIPS).
[    0.771218] devtmpfs: initialized
[    0.771929] print_constraints: dummy: 
[    0.771952] Time: 18:45:10  Date: 06/12/11
[    0.771977] NET: Registered protocol family 16
[    0.772056] Trying to unpack rootfs image as initramfs...
[    0.772058] ACPI: bus type pci registered
[    0.772110] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf4000000-0xf7ffffff] (base 0xf4000000)
[    0.772112] PCI: MMCONFIG at [mem 0xf4000000-0xf7ffffff] reserved in E820
[    0.777986] PCI: Using configuration type 1 for base access
[    0.778510] bio: create slab <bio-0> at 0
[    0.779220] ACPI: EC: Look up EC in DSDT
[    0.781789] ACPI Warning: Incorrect checksum in table [TAMG] - 0xFA, should be 0xF9 (20110112/tbutils-314)
[    0.782225] ACPI: Interpreter enabled
[    0.782228] ACPI: (supports S0 S3 S4 S5)
[    0.782240] ACPI: Using IOAPIC for interrupt routing
[    0.785235] ACPI: No dock devices found.
[    0.785236] HEST: Table not found.
[    0.785239] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.785276] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.785350] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.785352] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
[    0.785353] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.785355] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
[    0.785356] pci_root PNP0A03:00: host bridge window [mem 0xd7c00000-0xfebfffff]
[    0.785366] pci 0000:00:00.0: [8086:0040] type 0 class 0x000600
[    0.785381] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.785396] pci 0000:00:02.0: [8086:0042] type 0 class 0x000300
[    0.785404] pci 0000:00:02.0: reg 10: [mem 0xfb400000-0xfb7fffff 64bit]
[    0.785409] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.785412] pci 0000:00:02.0: reg 20: [io  0xff00-0xff07]
[    0.785450] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
[    0.785468] pci 0000:00:16.0: reg 10: [mem 0xfbfff000-0xfbfff00f 64bit]
[    0.785526] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.785530] pci 0000:00:16.0: PME# disabled
[    0.785550] pci 0000:00:1a.0: [8086:3b3b] type 0 class 0x000c03
[    0.785584] pci 0000:00:1a.0: reg 20: [io  0xfe00-0xfe1f]
[    0.785617] pci 0000:00:1a.1: [8086:3b3e] type 0 class 0x000c03
[    0.785650] pci 0000:00:1a.1: reg 20: [io  0xfd00-0xfd1f]
[    0.785683] pci 0000:00:1a.2: [8086:3b3f] type 0 class 0x000c03
[    0.785715] pci 0000:00:1a.2: reg 20: [io  0xfc00-0xfc1f]
[    0.785754] pci 0000:00:1a.7: [8086:3b3c] type 0 class 0x000c03
[    0.785770] pci 0000:00:1a.7: reg 10: [mem 0xfbffe000-0xfbffe3ff]
[    0.785827] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.785831] pci 0000:00:1a.7: PME# disabled
[    0.785848] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    0.785859] pci 0000:00:1b.0: reg 10: [mem 0xfbff8000-0xfbffbfff 64bit]
[    0.785899] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.785902] pci 0000:00:1b.0: PME# disabled
[    0.785916] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    0.785957] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.785959] pci 0000:00:1c.0: PME# disabled
[    0.785976] pci 0000:00:1c.4: [8086:3b4a] type 1 class 0x000604
[    0.786017] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.786019] pci 0000:00:1c.4: PME# disabled
[    0.786033] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
[    0.786073] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.786076] pci 0000:00:1c.5: PME# disabled
[    0.786093] pci 0000:00:1d.0: [8086:3b36] type 0 class 0x000c03
[    0.786125] pci 0000:00:1d.0: reg 20: [io  0xfb00-0xfb1f]
[    0.786158] pci 0000:00:1d.1: [8086:3b37] type 0 class 0x000c03
[    0.786190] pci 0000:00:1d.1: reg 20: [io  0xfa00-0xfa1f]
[    0.786223] pci 0000:00:1d.2: [8086:3b38] type 0 class 0x000c03
[    0.786256] pci 0000:00:1d.2: reg 20: [io  0xf900-0xf91f]
[    0.786295] pci 0000:00:1d.7: [8086:3b34] type 0 class 0x000c03
[    0.786311] pci 0000:00:1d.7: reg 10: [mem 0xfbffd000-0xfbffd3ff]
[    0.786368] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.786371] pci 0000:00:1d.7: PME# disabled
[    0.786385] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.786428] pci 0000:00:1f.0: [8086:3b06] type 0 class 0x000601
[    0.786519] pci 0000:00:1f.2: [8086:3b20] type 0 class 0x000101
[    0.786529] pci 0000:00:1f.2: reg 10: [io  0xf800-0xf807]
[    0.786535] pci 0000:00:1f.2: reg 14: [io  0xf700-0xf703]
[    0.786541] pci 0000:00:1f.2: reg 18: [io  0xf600-0xf607]
[    0.786547] pci 0000:00:1f.2: reg 1c: [io  0xf500-0xf503]
[    0.786552] pci 0000:00:1f.2: reg 20: [io  0xf400-0xf40f]
[    0.786558] pci 0000:00:1f.2: reg 24: [io  0xf300-0xf30f]
[    0.786584] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    0.786595] pci 0000:00:1f.3: reg 10: [mem 0xfbffc000-0xfbffc0ff 64bit]
[    0.786611] pci 0000:00:1f.3: reg 20: [io  0x0500-0x051f]
[    0.786634] pci 0000:00:1f.5: [8086:3b26] type 0 class 0x000101
[    0.786645] pci 0000:00:1f.5: reg 10: [io  0xf100-0xf107]
[    0.786651] pci 0000:00:1f.5: reg 14: [io  0xf000-0xf003]
[    0.786657] pci 0000:00:1f.5: reg 18: [io  0xef00-0xef07]
[    0.786663] pci 0000:00:1f.5: reg 1c: [io  0xee00-0xee03]
[    0.786669] pci 0000:00:1f.5: reg 20: [io  0xed00-0xed0f]
[    0.786674] pci 0000:00:1f.5: reg 24: [io  0xec00-0xec0f]
[    0.786726] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.786729] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.786732] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.786736] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.786780] pci 0000:02:00.0: [197b:2368] type 0 class 0x000101
[    0.786806] pci 0000:02:00.0: reg 10: [io  0xdf00-0xdf07]
[    0.786818] pci 0000:02:00.0: reg 14: [io  0xde00-0xde03]
[    0.786830] pci 0000:02:00.0: reg 18: [io  0xdd00-0xdd07]
[    0.786841] pci 0000:02:00.0: reg 1c: [io  0xdc00-0xdc03]
[    0.786853] pci 0000:02:00.0: reg 20: [io  0xdb00-0xdb0f]
[    0.786917] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.786926] pci 0000:00:1c.4: PCI bridge to [bus 02-02]
[    0.786928] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.786931] pci 0000:00:1c.4:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.786935] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.786978] pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
[    0.786992] pci 0000:03:00.0: reg 10: [io  0xce00-0xceff]
[    0.787016] pci 0000:03:00.0: reg 18: [mem 0xfbeff000-0xfbefffff 64bit pref]
[    0.787031] pci 0000:03:00.0: reg 20: [mem 0xfbef8000-0xfbefbfff 64bit pref]
[    0.787041] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.787074] pci 0000:03:00.0: supports D1 D2
[    0.787075] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.787079] pci 0000:03:00.0: PME# disabled
[    0.799691] pci 0000:00:1c.5: PCI bridge to [bus 03-03]
[    0.799695] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
[    0.799698] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.799702] pci 0000:00:1c.5:   bridge window [mem 0xfbe00000-0xfbefffff 64bit pref]
[    0.799738] pci 0000:04:07.0: [104c:8024] type 0 class 0x000c00
[    0.799754] pci 0000:04:07.0: reg 10: [mem 0xfbcff000-0xfbcff7ff]
[    0.799762] pci 0000:04:07.0: reg 14: [mem 0xfbcf8000-0xfbcfbfff]
[    0.799813] pci 0000:04:07.0: supports D1 D2
[    0.799814] pci 0000:04:07.0: PME# supported from D0 D1 D2 D3hot
[    0.799818] pci 0000:04:07.0: PME# disabled
[    0.799846] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
[    0.799849] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.799851] pci 0000:00:1e.0:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.799856] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.799858] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.799859] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.799861] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.799863] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.799864] pci 0000:00:1e.0:   bridge window [mem 0xd7c00000-0xfebfffff] (subtractive decode)
[    0.799882] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.800056] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    0.800085] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[    0.800115] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
[    0.800141] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.800222]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.807752] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.807784] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
[    0.807815] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[    0.807845] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.807875] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.807909] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.807940] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.807970] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[    0.808043] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.808050] vgaarb: loaded
[    0.808171] SCSI subsystem initialized
[    0.808227] libata version 3.00 loaded.
[    0.808264] usbcore: registered new interface driver usbfs
[    0.808271] usbcore: registered new interface driver hub
[    0.808293] usbcore: registered new device driver usb
[    0.808367] wmi: Mapper loaded
[    0.808368] PCI: Using ACPI for IRQ routing
[    0.808370] PCI: pci_cache_line_size set to 64 bytes
[    0.808431] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
[    0.808433] reserve RAM buffer: 00000000d7be0000 - 00000000d7ffffff 
[    0.808508] NetLabel: Initializing
[    0.808509] NetLabel:  domain hash size = 128
[    0.808510] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.808519] NetLabel:  unlabeled traffic allowed by default
[    0.808549] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.808553] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.810569] Switching to clocksource hpet
[    0.815057] AppArmor: AppArmor Filesystem Enabled
[    0.815081] pnp: PnP ACPI init
[    0.815096] ACPI: bus type pnp registered
[    0.815176] pnp 00:00: [bus 00-3f]
[    0.815178] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.815180] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.815181] pnp 00:00: [io  0x0d00-0xffff window]
[    0.815182] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.815184] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[    0.815185] pnp 00:00: [mem 0xd7c00000-0xfebfffff window]
[    0.815242] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.815305] pnp 00:01: [io  0x0010-0x001f]
[    0.815306] pnp 00:01: [io  0x0022-0x003f]
[    0.815307] pnp 00:01: [io  0x0044-0x005f]
[    0.815308] pnp 00:01: [io  0x0062-0x0063]
[    0.815311] pnp 00:01: [io  0x0065-0x006f]
[    0.815312] pnp 00:01: [io  0x0074-0x007f]
[    0.815313] pnp 00:01: [io  0x0091-0x0093]
[    0.815314] pnp 00:01: [io  0x00a2-0x00bf]
[    0.815315] pnp 00:01: [io  0x00e0-0x00ef]
[    0.815317] pnp 00:01: [io  0x04d0-0x04d1]
[    0.815318] pnp 00:01: [io  0x0290-0x029f]
[    0.815319] pnp 00:01: [io  0x0800-0x087f]
[    0.815320] pnp 00:01: [io  0x0290-0x0294]
[    0.815321] pnp 00:01: [io  0x0880-0x088f]
[    0.815375] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.815377] system 00:01: [io  0x0290-0x029f] has been reserved
[    0.815378] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.815380] system 00:01: [io  0x0290-0x0294] has been reserved
[    0.815381] system 00:01: [io  0x0880-0x088f] has been reserved
[    0.815383] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.815392] pnp 00:02: [dma 4]
[    0.815393] pnp 00:02: [io  0x0000-0x000f]
[    0.815394] pnp 00:02: [io  0x0080-0x0090]
[    0.815395] pnp 00:02: [io  0x0094-0x009f]
[    0.815396] pnp 00:02: [io  0x00c0-0x00df]
[    0.815415] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.815450] pnp 00:03: [irq 0 disabled]
[    0.815458] pnp 00:03: [irq 8]
[    0.815460] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.815482] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.815500] pnp 00:04: [io  0x0070-0x0073]
[    0.815520] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.815526] pnp 00:05: [io  0x0061]
[    0.815545] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.815550] pnp 00:06: [io  0x00f0-0x00ff]
[    0.815554] pnp 00:06: [irq 13]
[    0.815575] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.815655] pnp 00:07: [io  0x03f0-0x03f5]
[    0.815657] pnp 00:07: [io  0x03f7]
[    0.815661] pnp 00:07: [irq 6]
[    0.815662] pnp 00:07: [dma 2]
[    0.815694] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.815811] pnp 00:08: [io  0x03f8-0x03ff]
[    0.815815] pnp 00:08: [irq 4]
[    0.815858] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.815897] pnp 00:09: [io  0x0400-0x04cf]
[    0.815898] pnp 00:09: [io  0x04d2-0x04ff]
[    0.815931] system 00:09: [io  0x0400-0x04cf] has been reserved
[    0.815932] system 00:09: [io  0x04d2-0x04ff] has been reserved
[    0.815934] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.816062] pnp 00:0a: [mem 0xf4000000-0xf7ffffff]
[    0.816103] system 00:0a: [mem 0xf4000000-0xf7ffffff] has been reserved
[    0.816105] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.816204] pnp 00:0b: [mem 0x000ce400-0x000cffff]
[    0.816205] pnp 00:0b: [mem 0x000f0000-0x000f7fff]
[    0.816207] pnp 00:0b: [mem 0x000f8000-0x000fbfff]
[    0.816208] pnp 00:0b: [mem 0x000fc000-0x000fffff]
[    0.816209] pnp 00:0b: [mem 0xd7be0000-0xd7bfffff]
[    0.816210] pnp 00:0b: [mem 0x00000000-0x0009ffff]
[    0.816211] pnp 00:0b: [mem 0x00100000-0xd7bdffff]
[    0.816213] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
[    0.816214] pnp 00:0b: [mem 0xfed10000-0xfed1dfff]
[    0.816215] pnp 00:0b: [mem 0xfed20000-0xfed8ffff]
[    0.816216] pnp 00:0b: [mem 0xfee00000-0xfee00fff]
[    0.816217] pnp 00:0b: [mem 0xffb00000-0xffb7ffff]
[    0.816219] pnp 00:0b: [mem 0xfff00000-0xffffffff]
[    0.816220] pnp 00:0b: [mem 0x000e0000-0x000effff]
[    0.816267] system 00:0b: [mem 0x000ce400-0x000cffff] has been reserved
[    0.816269] system 00:0b: [mem 0x000f0000-0x000f7fff] could not be reserved
[    0.816270] system 00:0b: [mem 0x000f8000-0x000fbfff] could not be reserved
[    0.816272] system 00:0b: [mem 0x000fc000-0x000fffff] could not be reserved
[    0.816274] system 00:0b: [mem 0xd7be0000-0xd7bfffff] could not be reserved
[    0.816275] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.816277] system 00:0b: [mem 0x00100000-0xd7bdffff] could not be reserved
[    0.816279] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.816280] system 00:0b: [mem 0xfed10000-0xfed1dfff] has been reserved
[    0.816282] system 00:0b: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.816284] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.816285] system 00:0b: [mem 0xffb00000-0xffb7ffff] has been reserved
[    0.816287] system 00:0b: [mem 0xfff00000-0xffffffff] has been reserved
[    0.816288] system 00:0b: [mem 0x000e0000-0x000effff] has been reserved
[    0.816290] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.816304] pnp 00:0c: [mem 0xffb80000-0xffbfffff]
[    0.816333] pnp 00:0c: Plug and Play ACPI device, IDs INT0800 (active)
[    0.816337] pnp: PnP ACPI: found 13 devices
[    0.816338] ACPI: ACPI bus type pnp unregistered
[    0.819673] Switched to NOHz mode on CPU #0
[    0.819719] Switched to NOHz mode on CPU #2
[    0.819739] Switched to NOHz mode on CPU #3
[    0.819765] Switched to NOHz mode on CPU #1
[    0.821928] pci 0000:00:1c.0: BAR 14: assigned [mem 0xd7c00000-0xd7dfffff]
[    0.821931] pci 0000:00:1c.0: BAR 15: assigned [mem 0xd7e00000-0xd7ffffff 64bit pref]
[    0.821933] pci 0000:00:1c.4: BAR 15: assigned [mem 0xd8000000-0xd81fffff 64bit pref]
[    0.821935] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.821937] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.821939] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.821943] pci 0000:00:1c.0:   bridge window [mem 0xd7c00000-0xd7dfffff]
[    0.821945] pci 0000:00:1c.0:   bridge window [mem 0xd7e00000-0xd7ffffff 64bit pref]
[    0.821950] pci 0000:00:1c.4: PCI bridge to [bus 02-02]
[    0.821951] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.821955] pci 0000:00:1c.4:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.821958] pci 0000:00:1c.4:   bridge window [mem 0xd8000000-0xd81fffff 64bit pref]
[    0.821963] pci 0000:03:00.0: BAR 6: assigned [mem 0xfbe00000-0xfbe1ffff pref]
[    0.821964] pci 0000:00:1c.5: PCI bridge to [bus 03-03]
[    0.821966] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
[    0.821970] pci 0000:00:1c.5:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.821972] pci 0000:00:1c.5:   bridge window [mem 0xfbe00000-0xfbefffff 64bit pref]
[    0.821977] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
[    0.821978] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.821981] pci 0000:00:1e.0:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.821984] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.821991] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[    0.822001] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.822004] pci 0000:00:1c.0: setting latency timer to 64
[    0.822008] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.822011] pci 0000:00:1c.4: setting latency timer to 64
[    0.822018] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.822020] pci 0000:00:1c.5: setting latency timer to 64
[    0.822025] pci 0000:00:1e.0: setting latency timer to 64
[    0.822027] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.822029] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.822030] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.822031] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[    0.822033] pci_bus 0000:00: resource 8 [mem 0xd7c00000-0xfebfffff]
[    0.822034] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.822036] pci_bus 0000:01: resource 1 [mem 0xd7c00000-0xd7dfffff]
[    0.822037] pci_bus 0000:01: resource 2 [mem 0xd7e00000-0xd7ffffff 64bit pref]
[    0.822039] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.822040] pci_bus 0000:02: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    0.822041] pci_bus 0000:02: resource 2 [mem 0xd8000000-0xd81fffff 64bit pref]
[    0.822043] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    0.822044] pci_bus 0000:03: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    0.822046] pci_bus 0000:03: resource 2 [mem 0xfbe00000-0xfbefffff 64bit pref]
[    0.822047] pci_bus 0000:04: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    0.822049] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7]
[    0.822050] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff]
[    0.822051] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
[    0.822053] pci_bus 0000:04: resource 7 [mem 0x000c0000-0x000dffff]
[    0.822054] pci_bus 0000:04: resource 8 [mem 0xd7c00000-0xfebfffff]
[    0.822079] NET: Registered protocol family 2
[    0.822190] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.822895] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.824992] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.825258] TCP: Hash tables configured (established 524288 bind 65536)
[    0.825260] TCP reno registered
[    0.825267] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.825293] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.825391] NET: Registered protocol family 1
[    0.825406] pci 0000:00:02.0: Boot video device
[    0.860714] PCI: CLS 64 bytes, default 64
[    0.860717] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.860719] Placing 64MB software IO TLB between ffff8800d3800000 - ffff8800d7800000
[    0.860721] software IO TLB at phys 0xd3800000 - 0xd7800000
[    0.861097] audit: initializing netlink socket (disabled)
[    0.861106] type=2000 audit(1307904310.720:1): initialized
[    0.870407] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.871612] VFS: Disk quotas dquot_6.5.2
[    0.871652] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.872090] fuse init (API version 7.16)
[    0.872149] msgmni has been set to 7380
[    0.872323] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.872343] io scheduler noop registered
[    0.872345] io scheduler deadline registered
[    0.872372] io scheduler cfq registered (default)
[    0.872548] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.872563] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.872593] intel_idle: MWAIT substates: 0x1120
[    0.872595] intel_idle: v0.4 model 0x25
[    0.872596] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.872688] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.872691] ACPI: Power Button [PWRB]
[    0.872725] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.872727] ACPI: Power Button [PWRF]
[    0.872862] ACPI: acpi_idle yielding to intel_idle
[    0.882199] ERST: Table is not found!
[    0.882276] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.902815] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.948226] Freeing initrd memory: 12828k freed
[    1.092381] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.092632] Linux agpgart interface v0.103
[    1.092689] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    1.092759] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.093617] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    1.093737] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    1.094460] brd: module loaded
[    1.094782] loop: module loaded
[    1.094846] i2c-core: driver [adp5520] using legacy suspend method
[    1.094848] i2c-core: driver [adp5520] using legacy resume method
[    1.094926] ata_piix 0000:00:1f.2: version 2.13
[    1.094945] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.094948] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.094977] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.095178] scsi0 : ata_piix
[    1.095236] scsi1 : ata_piix
[    1.095592] ata1: SATA max UDMA/133 cmd 0xf800 ctl 0xf700 bmdma 0xf400 irq 19
[    1.095596] ata2: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf408 irq 19
[    1.095613] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.095617] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.095643] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.095772] scsi2 : ata_piix
[    1.095812] scsi3 : ata_piix
[    1.096071] ata3: SATA max UDMA/133 cmd 0xf100 ctl 0xf000 bmdma 0xed00 irq 19
[    1.096074] ata4: SATA max UDMA/133 cmd 0xef00 ctl 0xee00 bmdma 0xed08 irq 19
[    1.096109] pata_acpi 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.096130] pata_acpi 0000:02:00.0: setting latency timer to 64
[    1.096143] pata_acpi 0000:02:00.0: PCI INT A disabled
[    1.096322] Fixed MDIO Bus: probed
[    1.096339] PPP generic driver version 2.4.2
[    1.096368] tun: Universal TUN/TAP device driver, 1.6
[    1.096370] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.096420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.096434] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.096448] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.096451] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.096480] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.096523] ehci_hcd 0000:00:1a.7: debug port 2
[    1.100418] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    1.100428] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfbffe000
[    1.120669] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.120803] hub 1-0:1.0: USB hub found
[    1.120806] hub 1-0:1.0: 6 ports detected
[    1.120863] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.120872] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.120874] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.120904] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.130713] ehci_hcd 0000:00:1d.7: debug port 2
[    1.134601] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    1.134611] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfbffd000
[    1.150673] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.150797] hub 2-0:1.0: USB hub found
[    1.150801] hub 2-0:1.0: 6 ports detected
[    1.150847] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.150854] uhci_hcd: USB Universal Host Controller Interface driver
[    1.150888] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.150892] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.150894] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.150920] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.150961] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000fe00
[    1.151036] hub 3-0:1.0: USB hub found
[    1.151039] hub 3-0:1.0: 2 ports detected
[    1.151083] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.151087] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.151089] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.151113] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.151152] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fd00
[    1.151226] hub 4-0:1.0: USB hub found
[    1.151229] hub 4-0:1.0: 2 ports detected
[    1.151269] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.151273] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.151275] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.151300] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.160716] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000fc00
[    1.160817] hub 5-0:1.0: USB hub found
[    1.160819] hub 5-0:1.0: 2 ports detected
[    1.160861] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.160865] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.160867] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.160891] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.160924] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fb00
[    1.160999] hub 6-0:1.0: USB hub found
[    1.161001] hub 6-0:1.0: 2 ports detected
[    1.161042] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.161046] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.161048] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.161072] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.161104] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fa00
[    1.161180] hub 7-0:1.0: USB hub found
[    1.161182] hub 7-0:1.0: 2 ports detected
[    1.161222] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.161226] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.161228] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.161253] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.161286] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000f900
[    1.161362] hub 8-0:1.0: USB hub found
[    1.161365] hub 8-0:1.0: 2 ports detected
[    1.161436] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.194030] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[    1.194032] i8042: If AUX port is really absent please use the 'i8042.noaux' option
[    1.440766] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.440833] mousedev: PS/2 mouse device common for all mice
[    1.440924] rtc_cmos 00:04: RTC can wake from S4
[    1.451427] ata4: SATA link down (SStatus 0 SControl 300)
[    1.460757] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.460784] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    1.460848] device-mapper: uevent: version 1.0.3
[    1.460898] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
[    1.460935] device-mapper: multipath: version 1.2.0 loaded
[    1.460937] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.461070] cpuidle: using governor ladder
[    1.461163] cpuidle: using governor menu
[    1.461325] TCP cubic registered
[    1.461402] NET: Registered protocol family 10
[    1.461729] NET: Registered protocol family 17
[    1.461739] Registering the dns_resolver key type
[    1.463041] PM: Hibernation image not present or could not be loaded.
[    1.463050] registered taskstats version 1
[    1.463271]   Magic number: 15:47:797
[    1.463400] rtc_cmos 00:04: setting system clock to 2011-06-12 18:45:11 UTC (1307904311)
[    1.463402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.463402] EDD information not available.
[    1.600762] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.621255] ata3.00: ATA-8: ST3500320AS, SD1A, max UDMA/133
[    1.621260] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.661267] ata3.00: configured for UDMA/133
[    1.720726] usb 3-1: new low speed USB device using uhci_hcd and address 2
[    1.860715] Refined TSC clocksource calibration: 3199.960 MHz.
[    1.860720] Switching to clocksource tsc
[    1.950761] ata2.00: SATA link down (SStatus 0 SControl 300)
[    1.950776] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.961564] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.961576] ata1.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.981744] ata2.01: ATA-8: WDC WD5000AACS-00G8B1, 05.04C05, max UDMA/133
[    1.981749] ata2.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.020720] usb 2-2: new high speed USB device using ehci_hcd and address 2
[    2.020911] ata1.00: ATA-8: OCZ-VERTEX2, 1.11, max UDMA/133
[    2.020914] ata1.00: 117231408 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.020919] ata1.01: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN02, max UDMA/100
[    2.021796] ata2.01: configured for UDMA/133
[    2.080858] ata1.00: configured for UDMA/133
[    2.120832] ata1.01: configured for UDMA/100
[    2.126534] scsi 0:0:0:0: Direct-Access     ATA      OCZ-VERTEX2      1.11 PQ: 0 ANSI: 5
[    2.126704] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.128654] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
[    2.130244] scsi 0:0:1:0: CD-ROM            HL-DT-ST DVDRAM GH22NS50  TN02 PQ: 0 ANSI: 5
[    2.130333] sd 0:0:0:0: [sda] Write Protect is off
[    2.130336] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.137388] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.140173] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.140180] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.140315] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    2.140365] sr 0:0:1:0: Attached scsi generic sg1 type 5
[    2.140449] scsi 1:0:1:0: Direct-Access     ATA      WDC WD5000AACS-0 05.0 PQ: 0 ANSI: 5
[    2.140522] sd 1:0:1:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.140545] sd 1:0:1:0: Attached scsi generic sg2 type 0
[    2.140609] sd 1:0:1:0: [sdb] Write Protect is off
[    2.140612] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    2.140626] scsi 2:0:0:0: Direct-Access     ATA      ST3500320AS      SD1A PQ: 0 ANSI: 5
[    2.140631] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.140753] sd 2:0:0:0: Attached scsi generic sg3 type 0
[    2.140820] sd 2:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.140859] sd 2:0:0:0: [sdc] Write Protect is off
[    2.140860] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.140881] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.142978]  sda: sda1 sda2 < sda5 sda6 >
[    2.143459] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.149241]  sdc: sdc1 < sdc5 >
[    2.149512] sd 2:0:0:0: [sdc] Attached SCSI disk
[    2.158679]  sdb: sdb1 < sdb5 >
[    2.159046] sd 1:0:1:0: [sdb] Attached SCSI disk
[    2.160502] Freeing unused kernel memory: 956k freed
[    2.160653] Write protecting the kernel read-only data: 10240k
[    2.161359] Freeing unused kernel memory: 184k freed
[    2.165178] Freeing unused kernel memory: 1444k freed
[    2.181483] <30>udev[80]: starting version 167
[    2.210107] Floppy drive(s): fd0 is 1.44M
[    2.217051] pata_jmicron 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.217081] pata_jmicron 0000:02:00.0: setting latency timer to 64
[    2.217436] scsi4 : pata_jmicron
[    2.217554] scsi5 : pata_jmicron
[    2.218125] ata5: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 16
[    2.218128] ata6: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 16
[    2.222823] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.222845] r8169 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    2.222886] r8169 0000:03:00.0: setting latency timer to 64
[    2.222955] r8169 0000:03:00.0: irq 40 for MSI/MSI-X
[    2.223393] r8169 0000:03:00.0: eth0: RTL8168d/8111d at 0xffffc90000660000, 1c:6f:65:23:fa:51, XID 083000c0 IRQ 40
[    2.224367] FDC 0 is a post-1991 82077
[    2.268976] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.290747] usb 2-3: new high speed USB device using ehci_hcd and address 3
[    2.487108] EXT4-fs (sda1): warning: maximal mount count reached, running e2fsck is recommended
[    2.490046] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    2.850712] usb 4-2: new low speed USB device using uhci_hcd and address 2
[    3.369655] Adding 1023996k swap on /dev/sda5.  Priority:-1 extents:1 across:1023996k SS
[    3.376948] EXT4-fs (sda6): warning: maximal mount count reached, running e2fsck is recommended
[    3.377231] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    3.684717] <30>udev[451]: starting version 167
[    3.819068] type=1400 audit(1307904313.845:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=602 comm="apparmor_parser"
[    3.819600] type=1400 audit(1307904313.845:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=602 comm="apparmor_parser"
[    3.819937] type=1400 audit(1307904313.845:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=602 comm="apparmor_parser"
[    4.024720] lp: driver loaded but no devices found
[    4.042613] [drm] Initialized drm 1.1.0 20060810
[    4.048038] usbcore: registered new interface driver uas
[    4.051030] firewire_ohci 0000:04:07.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    4.056495] Initializing USB Mass Storage driver...
[    4.056703] scsi6 : usb-storage 2-3:1.0
[    4.056954] usbcore: registered new interface driver usb-storage
[    4.056956] USB Mass Storage support registered.
[    4.075500] input: Microsoft Microsoft IntelliMouse® Explorer as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input2
[    4.075836] generic-usb 0003:045E:001E.0001: input,hidraw0: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse® Explorer] on usb-0000:00:1a.0-1/input0
[    4.088233] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.088237] i915 0000:00:02.0: setting latency timer to 64
[    4.101733] cfg80211: Calling CRDA to update world regulatory domain
[    4.107355] cfg80211: World regulatory domain updated:
[    4.107358] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    4.107361] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.107364] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.107367] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.107369] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.107390] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.110812] firewire_ohci: Added fw-ohci device 0000:04:07.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
[    4.124177] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[    4.124180] [drm] MTRR allocation failed.  Graphics performance may suffer.
[    4.125151] i915 0000:00:02.0: irq 41 for MSI/MSI-X
[    4.125155] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    4.125157] [drm] Driver supports precise vblank timestamp query.
[    4.138237] EXT4-fs (sdc5): warning: maximal mount count reached, running e2fsck is recommended
[    4.140838] EXT4-fs (sdc5): mounted filesystem with ordered data mode. Opts: (null)
[    4.191240] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.192704] EXT4-fs (sdb5): warning: maximal mount count reached, running e2fsck is recommended
[    4.194852] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[    4.220816] input: HID 046a:0011 as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input3
[    4.220905] generic-usb 0003:046A:0011.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 046a:0011] on usb-0000:00:1a.1-2/input0
[    4.220926] usbcore: registered new interface driver usbhid
[    4.220928] usbhid: USB HID core driver
[    4.250724] usb 2-2: reset high speed USB device using ehci_hcd and address 2
[    4.326661] Console: switching to colour frame buffer device 210x65
[    4.326693] fb0: inteldrmfb frame buffer device
[    4.326694] drm: registered panic notifier
[    4.326860] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    4.327031] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    4.327085] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[    4.327109] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    4.401420] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[    4.401424] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401425] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[    4.401428] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401429] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[    4.401432] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401433] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[    4.401435] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401437] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[    4.401439] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401440] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[    4.401442] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401444] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[    4.401446] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401448] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[    4.401450] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401451] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[    4.401453] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401455] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[    4.401456] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401458] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[    4.401460] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401462] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[    4.401464] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401466] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[    4.401468] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.401469] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
[    4.401471] cfg80211: 2474000 KHz - 2494000 KHz @  KHz), (300 mBi, 2000 mBm)
[    4.405967] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.406354] zd1211rw 2-2:1.0: phy0
[    4.406377] usbcore: registered new interface driver zd1211rw
[    4.610856] firewire_core: created device fw0: GUID 00bba4a5006cf049, S400
[    4.631833] ppdev: user-space parallel port driver
[    4.730683] type=1400 audit(1307904314.765:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=980 comm="apparmor_parser"
[    4.731268] type=1400 audit(1307904314.765:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=980 comm="apparmor_parser"
[    4.816670] r8169 0000:03:00.0: eth0: link down
[    4.817030] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.936330] zd1211rw 2-2:1.0: firmware version 4725
[    4.976360] zd1211rw 2-2:1.0: zd1211b chip 0586:3410 v4810 high 00-23-f8 AL2230_RF pa0 g--NS
[    4.978747] cfg80211: Calling CRDA for country: DE
[    4.981327] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[    4.981330] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981332] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[    4.981335] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981337] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[    4.981340] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981342] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[    4.981345] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981347] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[    4.981350] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981352] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[    4.981355] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981357] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[    4.981360] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981362] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[    4.981365] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981367] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[    4.981370] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981372] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[    4.981375] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981377] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[    4.981380] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981382] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[    4.981385] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981387] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[    4.981390] cfg80211: 2400000 KHz - 2483500 KHz @  KHz), (N/A mBi, 2000 mBm)
[    4.981392] cfg80211: Disabling freq 2484 MHz
[    4.981395] cfg80211: Regulatory domain changed to country: DE
[    4.981396] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    4.981399] cfg80211:     (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    4.981401] cfg80211:     (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    4.981404] cfg80211:     (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    4.981406] cfg80211:     (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
[    4.998192] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    5.051348] scsi 6:0:0:0: Direct-Access     Generic  Storage Device   0.00 PQ: 0 ANSI: 2
[    5.052082] sd 6:0:0:0: Attached scsi generic sg4 type 0
[    5.054629] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[    5.079691] type=1400 audit(1307904315.105:7): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=1099 comm="apparmor_parser"
[    5.080275] type=1400 audit(1307904315.105:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1100 comm="apparmor_parser"
[    5.080887] type=1400 audit(1307904315.115:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1100 comm="apparmor_parser"
[    5.081259] type=1400 audit(1307904315.115:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1100 comm="apparmor_parser"