ubuntuusers.de

dmesg

Autor:
necrophant
Datum:
23. Januar 2015 15:50
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
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.0-29-generic (buildd@roseapple) (gcc version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ) #39-Ubuntu SMP Mon Dec 15 22:28:14 UTC 2014 (Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000002ffcffff] usable
[    0.000000] BIOS-e820: [mem 0x000000002ffd0000-0x000000002ffddfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000002ffde000-0x000000002fffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fecc0000-0x00000000fecc0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff80000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: FUJITSU SIEMENS Amilo A1667G Serie/P50CA, BIOS 1.06C   01/13/2006
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x2ffd0 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFE0000000 write-back
[    0.000000]   1 base 0020000000 mask FFF0000000 write-back
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    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] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x021fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x2fc00000-0x2fdfffff]
[    0.000000]  [mem 0x2fc00000-0x2fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x2c000000-0x2fbfffff]
[    0.000000]  [mem 0x2c000000-0x2fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x2bffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x2bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x2fe00000-0x2ffcffff]
[    0.000000]  [mem 0x2fe00000-0x2ffcffff] page 4k
[    0.000000] BRK [0x01c06000, 0x01c06fff] PGTABLE
[    0.000000] BRK [0x01c07000, 0x01c07fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x2df9a000-0x2f2b3fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000F9470 000024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 0x2FFD0100 000044 (v01 A M I  OEMXSDT  01000613 MSFT 00000097)
[    0.000000] ACPI: FACP 0x2FFD0290 0000F4 (v03 A M I  OEMFACP  01000613 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x2FFD0430 004650 (v01 P50CA  F20_____ 00000001 INTL 02002026)
[    0.000000] ACPI: FACS 0x2FFDE000 000040
[    0.000000] ACPI: APIC 0x2FFD0390 000060 (v01 A M I  OEMAPIC  01000613 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x2FFD03F0 00003C (v01 A M I  OEMMCFG  01000613 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x2FFDE040 00005B (v01 A M I  AMI_OEM  01000613 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 767MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 2ffd0000
[    0.000000]   low ram: 0 - 2ffd0000
[    0.000000] BRK [0x01c08000, 0x01c08fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x2ffcffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x2ffcffff]
[    0.000000] On node 0 totalpages: 196462
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1504 pages used for memmap
[    0.000000]   Normal zone: 192464 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 3, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfecc0000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 2, version 3, address 0xfecc0000, GSI 24-47
[    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] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 64
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0x30000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @ef7a7000 s36544 r0 d20800 u57344
[    0.000000] pcpu-alloc: s36544 r0 d20800 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 194926
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic root=UUID=10331691-760d-4dfc-a9d1-76c53998aa3b ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 744740K/785848K available (6939K kernel code, 692K rwdata, 2908K rodata, 852K init, 796K bss, 41108K reserved, 0K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xfff15000 - 0xfffff000   ( 936 kB)
    pkmap   : 0xff800000 - 0xffa00000   (2048 kB)
    vmalloc : 0xf07d0000 - 0xff7fe000   ( 240 MB)
    lowmem  : 0xc0000000 - 0xeffd0000   ( 767 MB)
      .init : 0xc1a4f000 - 0xc1b24000   ( 852 kB)
      .data : 0xc16c7130 - 0xc1a4d240   (3608 kB)
      .text : 0xc1000000 - 0xc16c7130   (6940 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS:2304 nr_irqs:256 16
[    0.000000] CPU 0 irqstacks, hard=ed808000 soft=ed80a000
[    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 2097152 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 799.978 MHz processor
[    0.004027] Calibrating delay loop (skipped), value calculated using timer frequency.. 1599.95 BogoMIPS (lpj=3199912)
[    0.004038] pid_max: default: 32768 minimum: 301
[    0.004072] ACPI: Core revision 20140424
[    0.020944] ACPI: All ACPI Tables successfully acquired
[    0.021582] Security Framework initialized
[    0.021621] AppArmor: AppArmor initialized
[    0.021625] Yama: becoming mindful.
[    0.021779] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.021787] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.022546] Initializing cgroup subsys memory
[    0.022653] Initializing cgroup subsys devices
[    0.022682] Initializing cgroup subsys freezer
[    0.022697] Initializing cgroup subsys net_cls
[    0.022717] Initializing cgroup subsys blkio
[    0.022736] Initializing cgroup subsys perf_event
[    0.022746] Initializing cgroup subsys net_prio
[    0.022775] Initializing cgroup subsys hugetlb
[    0.022838] mce: CPU supports 5 MCE banks
[    0.022862] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
tlb_flushall_shift: 6
[    0.049986] Freeing SMP alternatives memory: 36K (c1b24000 - c1b2d000)
[    0.052654] ftrace: allocating 28633 entries in 56 pages
[    0.072198] Enabling APIC mode:  Flat.  Using 2 I/O APICs
[    0.073494] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.112783] smpboot: CPU0: Mobile AMD Athlon(tm) 64 Processor 3400+ (fam: 0f, model: 24, stepping: 02)
[    0.116000] Performance Events: AMD PMU driver.
[    0.116000] ... version:                0
[    0.116000] ... bit width:              48
[    0.116000] ... generic registers:      4
[    0.116000] ... value mask:             0000ffffffffffff
[    0.116000] ... max period:             00007fffffffffff
[    0.116000] ... fixed-purpose events:   0
[    0.116000] ... event mask:             000000000000000f
[    0.116991] x86: Booted up 1 node, 1 CPUs
[    0.116999] smpboot: Total of 1 processors activated (1599.95 BogoMIPS)
[    0.117937] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.118335] devtmpfs: initialized
[    0.119235] evm: security.selinux
[    0.119240] evm: security.SMACK64
[    0.119245] evm: security.SMACK64EXEC
[    0.119248] evm: security.SMACK64TRANSMUTE
[    0.119252] evm: security.SMACK64MMAP
[    0.119256] evm: security.ima
[    0.119260] evm: security.capability
[    0.119467] PM: Registering ACPI NVS region [mem 0x2ffde000-0x2fffffff] (139264 bytes)
[    0.123720] pinctrl core: initialized pinctrl subsystem
[    0.124029] regulator-dummy: no parameters
[    0.124129] RTC time: 14:44:56, date: 01/23/15
[    0.124277] NET: Registered protocol family 16
[    0.124940] EISA bus registered
[    0.124951] cpuidle: using governor ladder
[    0.124961] cpuidle: using governor menu
[    0.124976] node 0 link 0: io port [1000, ffffff]
[    0.124985] TOM: 0000000030000000 aka 768M
[    0.124995] node 0 link 0: mmio [a0000, bffff]
[    0.125003] node 0 link 0: mmio [30000000, ffffffff]
[    0.125011] bus: [bus 00-ff] on node 0 link 0
[    0.125017] bus: 00 [io  0x0000-0xffff]
[    0.125023] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.125029] bus: 00 [mem 0x30000000-0xfcffffffff]
[    0.125249] ACPI: bus type PCI registered
[    0.125256] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.125513] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.125521] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.125525] PCI: Using MMCONFIG for extended config space
[    0.125530] PCI: Using configuration type 1 for base access
[    0.132224] ACPI: Added _OSI(Module Device)
[    0.132230] ACPI: Added _OSI(Processor Device)
[    0.132235] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.132240] ACPI: Added _OSI(Processor Aggregator Device)
[    0.135561] ACPI: Executed 1 blocks of module-level executable AML code
[    0.140676] ACPI: Interpreter enabled
[    0.140676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    0.140676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.140676] ACPI: (supports S0 S3 S4 S5)
[    0.140676] ACPI: Using IOAPIC for interrupt routing
[    0.140676] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.154448] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.154464] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.154479] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.154770] acpi PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.154779] acpi PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.154787] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.154794] acpi PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
[    0.154801] acpi PNP0A03:00: host bridge window [mem 0x30000000-0xfff7ffff] (ignored)
[    0.154807] PCI: root bus 00: hardware-probed resources
[    0.155304] PCI host bridge to bus 0000:00
[    0.155314] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.155322] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.155329] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.155337] pci_bus 0000:00: root bus resource [mem 0x30000000-0xfcffffffff]
[    0.155369] pci 0000:00:00.0: [1106:0238] type 00 class 0x060000
[    0.155714] pci 0000:00:00.1: [1106:1238] type 00 class 0x060000
[    0.156012] pci 0000:00:00.2: [1106:2238] type 00 class 0x060000
[    0.156297] pci 0000:00:00.3: [1106:3238] type 00 class 0x060000
[    0.156587] pci 0000:00:00.4: [1106:4238] type 00 class 0x060000
[    0.156876] pci 0000:00:00.5: [1106:5238] type 00 class 0x080020
[    0.157182] pci 0000:00:00.7: [1106:7238] type 00 class 0x060000
[    0.157476] pci 0000:00:01.0: [1106:b999] type 01 class 0x060400
[    0.157766] pci 0000:00:02.0: [1106:a238] type 01 class 0x060400
[    0.157888] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.158179] pci 0000:00:03.0: [1106:c238] type 01 class 0x060400
[    0.158289] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.158578] pci 0000:00:03.2: [1106:e238] type 01 class 0x060400
[    0.158688] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    0.158988] pci 0000:00:08.0: [104c:8023] type 00 class 0x0c0010
[    0.159017] pci 0000:00:08.0: reg 0x10: [mem 0xfebff800-0xfebfffff]
[    0.159035] pci 0000:00:08.0: reg 0x14: [mem 0xfebf8000-0xfebfbfff]
[    0.159125] pci 0000:00:08.0: supports D1 D2
[    0.159131] pci 0000:00:08.0: PME# supported from D0 D1 D2 D3hot
[    0.159403] pci 0000:00:09.0: [10ec:8169] type 00 class 0x020000
[    0.159430] pci 0000:00:09.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.159447] pci 0000:00:09.0: reg 0x14: [mem 0xfebff400-0xfebff4ff]
[    0.159503] pci 0000:00:09.0: reg 0x30: [mem 0xfebc0000-0xfebdffff pref]
[    0.159544] pci 0000:00:09.0: supports D1 D2
[    0.159550] pci 0000:00:09.0: PME# supported from D1 D2 D3hot D3cold
[    0.159669] pci 0000:00:09.0: System wakeup disabled by ACPI
[    0.159839] pci 0000:00:0a.0: [8086:4220] type 00 class 0x028000
[    0.159867] pci 0000:00:0a.0: reg 0x10: [mem 0xfebfe000-0xfebfefff]
[    0.159967] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.160094] pci 0000:00:0a.0: System wakeup disabled by ACPI
[    0.160276] pci 0000:00:0f.0: [1106:3149] type 00 class 0x01018f
[    0.160303] pci 0000:00:0f.0: reg 0x10: [io  0xec00-0xec07]
[    0.160321] pci 0000:00:0f.0: reg 0x14: [io  0xe480-0xe483]
[    0.160338] pci 0000:00:0f.0: reg 0x18: [io  0xe400-0xe407]
[    0.160355] pci 0000:00:0f.0: reg 0x1c: [io  0xe080-0xe083]
[    0.160372] pci 0000:00:0f.0: reg 0x20: [io  0xe000-0xe00f]
[    0.160389] pci 0000:00:0f.0: reg 0x24: [io  0xd800-0xd8ff]
[    0.160683] pci 0000:00:0f.1: [1106:0571] type 00 class 0x01018a
[    0.160749] pci 0000:00:0f.1: reg 0x20: [io  0xfc00-0xfc0f]
[    0.160780] pci 0000:00:0f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.160787] pci 0000:00:0f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.160794] pci 0000:00:0f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.160801] pci 0000:00:0f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.161085] pci 0000:00:10.0: [1106:3038] type 00 class 0x0c0300
[    0.161148] pci 0000:00:10.0: reg 0x20: [io  0xdc00-0xdc1f]
[    0.161206] pci 0000:00:10.0: supports D1 D2
[    0.161213] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.161491] pci 0000:00:10.1: [1106:3038] type 00 class 0x0c0300
[    0.161554] pci 0000:00:10.1: reg 0x20: [io  0xd480-0xd49f]
[    0.161612] pci 0000:00:10.1: supports D1 D2
[    0.161619] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.161899] pci 0000:00:10.2: [1106:3038] type 00 class 0x0c0300
[    0.161962] pci 0000:00:10.2: reg 0x20: [io  0xd400-0xd41f]
[    0.162020] pci 0000:00:10.2: supports D1 D2
[    0.162027] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.162307] pci 0000:00:10.3: [1106:3038] type 00 class 0x0c0300
[    0.162370] pci 0000:00:10.3: reg 0x20: [io  0xd080-0xd09f]
[    0.162428] pci 0000:00:10.3: supports D1 D2
[    0.162435] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.162717] pci 0000:00:10.4: [1106:3104] type 00 class 0x0c0320
[    0.162744] pci 0000:00:10.4: reg 0x10: [mem 0xfebff000-0xfebff0ff]
[    0.162839] pci 0000:00:10.4: supports D1 D2
[    0.162845] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.163123] pci 0000:00:11.0: [1106:3227] type 00 class 0x060100
[    0.163206] HPET not enabled in BIOS. You might try hpet=force boot option
[    0.163495] pci 0000:00:11.5: [1106:3059] type 00 class 0x040100
[    0.163522] pci 0000:00:11.5: reg 0x10: [io  0xee00-0xeeff]
[    0.163621] pci 0000:00:11.5: supports D1 D2
[    0.163873] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[    0.164140] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[    0.164393] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[    0.164653] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[    0.165049] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.165232] pci 0000:02:00.0: [1002:5653] type 00 class 0x030000
[    0.165265] pci 0000:02:00.0: reg 0x10: [mem 0xb0000000-0xb7ffffff 64bit pref]
[    0.165289] pci 0000:02:00.0: reg 0x18: [mem 0xfeaf0000-0xfeafffff 64bit]
[    0.165306] pci 0000:02:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.165333] pci 0000:02:00.0: reg 0x30: [mem 0xfeac0000-0xfeadffff pref]
[    0.165396] pci 0000:02:00.0: supports D1 D2
[    0.165554] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.165572] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.165582] pci 0000:00:02.0:   bridge window [io  0xa000-0xcfff]
[    0.165593] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.165603] pci 0000:00:02.0:   bridge window [mem 0xaff00000-0xbfefffff pref]
[    0.165742] pci 0000:00:03.0: PCI bridge to [bus 03-04]
[    0.165752] pci 0000:00:03.0:   bridge window [io  0xb000-0xbfff]
[    0.165762] pci 0000:00:03.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.165896] pci 0000:00:03.2: PCI bridge to [bus 05]
[    0.165909] pci 0000:00:03.2:   bridge window [mem 0x00000000-0x000fffff]
[    0.165948] pci_bus 0000:00: on NUMA node 0
[    0.166836] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.166836] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.168013] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.168156] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.168306] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.168450] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.168593] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.168738] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.168991] ACPI : EC: GPE = 0x0, I/O: command/status = 0x66, data = 0x62
[    0.169348] vgaarb: setting as boot device: PCI:0000:02:00.0
[    0.169355] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.169359] vgaarb: loaded
[    0.169364] vgaarb: bridge control possible 0000:02:00.0
[    0.170386] SCSI subsystem initialized
[    0.170510] libata version 3.00 loaded.
[    0.170625] ACPI: bus type USB registered
[    0.170713] usbcore: registered new interface driver usbfs
[    0.170763] usbcore: registered new interface driver hub
[    0.170831] usbcore: registered new device driver usb
[    0.171331] PCI: Using ACPI for IRQ routing
[    0.181839] PCI: pci_cache_line_size set to 64 bytes
[    0.181855] pci 0000:00:03.0: can't claim BAR 13 [io  0xb000-0xbfff]: address conflict with PCI Bus 0000:02 [io  0xa000-0xcfff]
[    0.181866] pci 0000:00:03.0: can't claim BAR 14 [mem 0xfea00000-0xfeafffff]: address conflict with PCI Bus 0000:02 [mem 0xfea00000-0xfeafffff]
[    0.181965] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.181973] e820: reserve RAM buffer [mem 0x2ffd0000-0x2fffffff]
[    0.182423] NetLabel: Initializing
[    0.182428] NetLabel:  domain hash size = 128
[    0.182432] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.182467] NetLabel:  unlabeled traffic allowed by default
[    0.182863] Switched to clocksource refined-jiffies
[    0.205645] AppArmor: AppArmor Filesystem Enabled
[    0.205754] pnp: PnP ACPI init
[    0.205813] ACPI: bus type PNP registered
[    0.206045] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.206244] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.206691] system 00:02: [io  0x03e0-0x03e7] has been reserved
[    0.206700] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.206709] system 00:02: [io  0x0800-0x087f] could not be reserved
[    0.206717] system 00:02: [io  0x0400-0x041f] has been reserved
[    0.206727] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.206978] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.206988] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.206997] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.207202] pnp 00:04: Plug and Play ACPI device, IDs SYN0802 SYN0800 PNP0f13 (active)
[    0.207416] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.207426] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.208449] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.208459] system 00:06: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.208467] system 00:06: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.208476] system 00:06: [mem 0x00100000-0x2fffffff] could not be reserved
[    0.208484] system 00:06: [mem 0xfff80000-0xffffffff] has been reserved
[    0.208493] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.208819] pnp: PnP ACPI: found 7 devices
[    0.208823] ACPI: bus type PNP unregistered
[    0.208836] PnPBIOS: Disabled by ACPI PNP
[    0.250136] Switched to clocksource acpi_pm
[    0.250193] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.250215] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.250224] pci 0000:00:02.0:   bridge window [io  0xa000-0xcfff]
[    0.250236] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.250247] pci 0000:00:02.0:   bridge window [mem 0xaff00000-0xbfefffff pref]
[    0.250260] pci 0000:00:03.0: PCI bridge to [bus 03-04]
[    0.250280] pci 0000:00:03.2: PCI bridge to [bus 05]
[    0.250302] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.250310] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[    0.250318] pci_bus 0000:00: resource 6 [mem 0x30000000-0xfcffffffff]
[    0.250326] pci_bus 0000:02: resource 0 [io  0xa000-0xcfff]
[    0.250334] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.250342] pci_bus 0000:02: resource 2 [mem 0xaff00000-0xbfefffff pref]
[    0.250415] NET: Registered protocol family 2
[    0.251009] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.251066] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.251172] TCP: Hash tables configured (established 8192 bind 8192)
[    0.251255] TCP: reno registered
[    0.251262] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.251293] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.251429] NET: Registered protocol family 1
[    0.251496] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[    0.251509] pci 0000:00:02.0: MSI quirk detected; subordinate MSI disabled
[    0.251509] pci 0000:02:00.0: Video device with shadowed ROM
[    0.251509] PCI: CLS 64 bytes, default 64
[    0.251509] Trying to unpack rootfs image as initramfs...
[    1.464678] Freeing initrd memory: 19560K (edf9a000 - ef2b4000)
[    1.465093] microcode: AMD CPU family 0xf not supported
[    1.465225] Scanning for low memory corruption every 60 seconds
[    1.466104] futex hash table entries: 256 (order: 2, 16384 bytes)
[    1.466149] Initialise system trusted keyring
[    1.466214] audit: initializing netlink subsys (disabled)
[    1.466268] audit: type=2000 audit(1422024297.463:1): initialized
[    1.467220] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.476213] zpool: loaded
[    1.476222] zbud: loaded
[    1.476438] VFS: Disk quotas dquot_6.5.2
[    1.476600] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.478724] fuse init (API version 7.23)
[    1.479123] msgmni has been set to 1492
[    1.479364] Key type big_key registered
[    1.480159] Key type asymmetric registered
[    1.480169] Asymmetric key parser 'x509' registered
[    1.480234] bounce: pool size: 64 pages
[    1.480269] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.480374] io scheduler noop registered
[    1.480386] io scheduler deadline registered (default)
[    1.480637] io scheduler cfq registered
[    1.481304] pcieport 0000:00:02.0: irq 64 for MSI/MSI-X
[    1.481634] pcieport 0000:00:03.0: irq 65 for MSI/MSI-X
[    1.481953] pcieport 0000:00:03.2: irq 66 for MSI/MSI-X
[    1.482224] ioapic: probe of 0000:00:00.5 failed with error -22
[    1.482269] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.482347] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.482576] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.482581] vesafb: scrolling: redraw
[    1.482588] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    1.482643] vesafb: framebuffer at 0xb0000000, mapped to 0xf0800000, using 3072k, total 3072k
[    1.482980] Console: switching to colour frame buffer device 128x48
[    1.483052] fb0: VESA VGA frame buffer device
[    1.487902] ACPI: AC Adapter [AC0] (off-line)
[    1.488286] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/PNP0C0D:00/input/input0
[    1.488325] ACPI: Lid Switch [LID]
[    1.488504] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.488514] ACPI: Sleep Button [SLPB]
[    1.488695] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    1.488703] ACPI: Power Button [PWRB]
[    1.488886] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.488894] ACPI: Power Button [PWRF]
[    1.489223] tsc: Marking TSC unstable due to TSC halts in idle
[    1.489235] ACPI: acpi_idle registered with cpuidle
[    1.490112] thermal LNXTHERM:00: registered as thermal_zone0
[    1.490119] ACPI: Thermal Zone [THRM] (50 C)
[    1.490295] GHES: HEST is not enabled!
[    1.490686] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.492671] isapnp: Scanning for PnP cards...
[    1.633734] Linux agpgart interface v0.103
[    1.639839] brd: module loaded
[    1.642545] loop: module loaded
[    1.643470] libphy: Fixed MDIO Bus: probed
[    1.643480] tun: Universal TUN/TAP device driver, 1.6
[    1.643485] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.643631] PPP generic driver version 2.4.2
[    1.643769] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.643783] ehci-pci: EHCI PCI platform driver
[    1.644059] ehci-pci 0000:00:10.4: EHCI Host Controller
[    1.644079] ehci-pci 0000:00:10.4: new USB bus registered, assigned bus number 1
[    1.644205] ehci-pci 0000:00:10.4: irq 21, io mem 0xfebff000
[    1.687941] ehci-pci 0000:00:10.4: USB 2.0 started, EHCI 1.00
[    1.688096] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.688104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.688111] usb usb1: Product: EHCI Host Controller
[    1.688118] usb usb1: Manufacturer: Linux 3.16.0-29-generic ehci_hcd
[    1.688124] usb usb1: SerialNumber: 0000:00:10.4
[    1.688587] hub 1-0:1.0: USB hub found
[    1.688612] hub 1-0:1.0: 8 ports detected
[    1.689327] ehci-platform: EHCI generic platform driver
[    1.689366] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.689380] ohci-pci: OHCI PCI platform driver
[    1.689428] ohci-platform: OHCI generic platform driver
[    1.689469] uhci_hcd: USB Universal Host Controller Interface driver
[    1.689668] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    1.689685] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    1.689701] uhci_hcd 0000:00:10.0: detected 2 ports
[    1.689730] uhci_hcd 0000:00:10.0: irq 21, io base 0x0000dc00
[    1.689865] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.689873] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.689880] usb usb2: Product: UHCI Host Controller
[    1.689887] usb usb2: Manufacturer: Linux 3.16.0-29-generic uhci_hcd
[    1.689893] usb usb2: SerialNumber: 0000:00:10.0
[    1.690277] hub 2-0:1.0: USB hub found
[    1.690299] hub 2-0:1.0: 2 ports detected
[    1.690776] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    1.690792] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    1.690805] uhci_hcd 0000:00:10.1: detected 2 ports
[    1.690838] uhci_hcd 0000:00:10.1: irq 21, io base 0x0000d480
[    1.690974] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.690982] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.690989] usb usb3: Product: UHCI Host Controller
[    1.690996] usb usb3: Manufacturer: Linux 3.16.0-29-generic uhci_hcd
[    1.691002] usb usb3: SerialNumber: 0000:00:10.1
[    1.735016] hub 3-0:1.0: USB hub found
[    1.735038] hub 3-0:1.0: 2 ports detected
[    1.735499] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    1.735515] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[    1.735528] uhci_hcd 0000:00:10.2: detected 2 ports
[    1.735556] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000d400
[    1.779195] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.779203] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.779210] usb usb4: Product: UHCI Host Controller
[    1.779217] usb usb4: Manufacturer: Linux 3.16.0-29-generic uhci_hcd
[    1.779223] usb usb4: SerialNumber: 0000:00:10.2
[    1.779615] hub 4-0:1.0: USB hub found
[    1.779636] hub 4-0:1.0: 2 ports detected
[    1.780117] uhci_hcd 0000:00:10.3: UHCI Host Controller
[    1.780134] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
[    1.780147] uhci_hcd 0000:00:10.3: detected 2 ports
[    1.780175] uhci_hcd 0000:00:10.3: irq 21, io base 0x0000d080
[    1.780306] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.780314] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.780320] usb usb5: Product: UHCI Host Controller
[    1.780327] usb usb5: Manufacturer: Linux 3.16.0-29-generic uhci_hcd
[    1.780334] usb usb5: SerialNumber: 0000:00:10.3
[    1.780716] hub 5-0:1.0: USB hub found
[    1.780736] hub 5-0:1.0: 2 ports detected
[    1.781305] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.787005] i8042: Detected active multiplexing controller, rev 1.0
[    1.788024] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.788094] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.788219] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.788330] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.788447] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.788894] mousedev: PS/2 mouse device common for all mice
[    1.790124] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    1.790192] rtc_cmos 00:00: alarms up to one year, y3k, 114 bytes nvram
[    1.790400] device-mapper: uevent: version 1.0.3
[    1.790693] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    1.790798] platform eisa.0: Probing EISA bus 0
[    1.790808] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.790816] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.790824] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.790832] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.790840] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.790848] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.790855] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.790863] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.790871] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.790878] platform eisa.0: EISA: Detected 0 cards
[    1.790936] cpufreq-nforce2: No nForce2 chipset.
[    1.790959] ledtrig-cpu: registered to indicate activity on CPUs
[    1.791389] TCP: cubic registered
[    1.792229] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.792602] NET: Registered protocol family 10
[    1.793496] NET: Registered protocol family 17
[    1.793539] Key type dns_resolver registered
[    1.794007] Using IPI No-Shortcut mode
[    1.794343] Loading compiled-in X.509 certificates
[    1.805519] Loaded X.509 cert 'Magrathea: Glacier signing key: 2d4ed64152ce189c2abe3436ec34941bc8a45c33'
[    1.805573] registered taskstats version 1
[    1.811830] Key type trusted registered
[    1.816895] Key type encrypted registered
[    1.863060] isapnp: No Plug & Play device found
[    1.866131] AppArmor: AppArmor sha1 policy hashing enabled
[    1.866143] ima: No TPM chip found, activating TPM-bypass!
[    1.866191] evm: HMAC attrs: 0x1
[    1.866977]   Magic number: 15:864:738
[    1.867187] rtc_cmos 00:00: setting system clock to 2015-01-23 14:44:58 UTC (1422024298)
[    1.883260] powernow_k8: fid 0xe (2200 MHz), vid 0xa
[    1.883266] powernow_k8: fid 0xc (2000 MHz), vid 0xa
[    1.883270] powernow_k8: fid 0xa (1800 MHz), vid 0xc
[    1.883274] powernow_k8: fid 0x8 (1600 MHz), vid 0xe
[    1.883279] powernow_k8: fid 0x0 (800 MHz), vid 0x18
[    1.883569] powernow_k8: Found 1 Mobile AMD Athlon(tm) 64 Processor 3400+ (1 cpu cores) (version 2.20.00)
[    1.883600] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.883604] EDD information not available.
[    1.883828] PM: Hibernation image not present or could not be loaded.
[    1.890637] ACPI: Battery Slot [BAT1] (battery present)
[    1.891629] Freeing unused kernel memory: 852K (c1a4f000 - c1b24000)
[    1.891748] Write protecting the kernel text: 6944k
[    1.891968] Write protecting the kernel read-only data: 2912k
[    1.891972] NX-protecting the kernel data: 5344k
[    1.924402] systemd-udevd[91]: starting version 208
[    1.926025] random: systemd-udevd urandom read with 3 bits of entropy available
[    2.102314] pata_via 0000:00:0f.1: version 0.3.4
[    2.284344] scsi0 : pata_via
[    2.290206] scsi1 : pata_via
[    2.290427] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfc00 irq 14
[    2.290435] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfc08 irq 15
[    2.290744] sata_via 0000:00:0f.0: version 2.6
[    2.291021] sata_via 0000:00:0f.0: routed to hard irq line 3
[    2.322361] scsi2 : sata_via
[    2.328384] scsi3 : sata_via
[    2.328643] ata3: SATA max UDMA/133 cmd 0xec00 ctl 0xe480 bmdma 0xe000 irq 20
[    2.328650] ata4: SATA max UDMA/133 cmd 0xe400 ctl 0xe080 bmdma 0xe008 irq 20
[    2.334396] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.334650] r8169 0000:00:09.0: PCI: Disallowing DAC for device
[    2.334676] r8169 0000:00:09.0 (unregistered net_device): not PCI Express
[    2.335341] r8169 0000:00:09.0 eth0: RTL8169sb/8110sb at 0xf07e2400, 00:03:0d:35:9f:75, XID 10000000 IRQ 17
[    2.335350] r8169 0000:00:09.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
[    2.452603] ata1.00: ATA-6: FUJITSU MHV2080AH, 00000096, max UDMA/100
[    2.452616] ata1.00: 156301488 sectors, multi 16: LBA 
[    2.456117] firewire_ohci 0000:00:08.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[    2.468495] ata1.00: configured for UDMA/100
[    2.468725] scsi 0:0:0:0: Direct-Access     ATA      FUJITSU MHV2080A 0096 PQ: 0 ANSI: 5
[    2.469457] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    2.469589] sd 0:0:0:0: [sda] Write Protect is off
[    2.469599] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.469658] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.470417] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.532038] ata3: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
[    2.542906]  sda: sda1 sda2 < sda5 >
[    2.544079] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.632478] ata2.00: ATAPI: _NEC DVD+/-RW ND-6650A, 1.42, max UDMA/33
[    2.648341] ata2.00: configured for UDMA/33
[    2.666011] scsi 1:0:0:0: CD-ROM            _NEC     DVD+-RW ND-6650A 1.42 PQ: 0 ANSI: 5
[    2.687740] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    2.687746] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.688566] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.688980] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.892041] ata4: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
[    2.956565] firewire_core 0000:00:08.0: created device fw0: GUID 00030d5651c04437, S400
[    3.081126] psmouse serio2: synaptics: Touchpad model: 1, fw: 5.9, id: 0x6eb1, caps: 0xa04711/0x40a/0x0, board id: 3655, fw id: 25282
[    3.122059] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input10
[    3.334416] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.517649] random: nonblocking pool is initialized
[    5.555768] init: plymouth-upstart-bridge main process (156) terminated with status 1
[    5.555807] init: plymouth-upstart-bridge main process ended, respawning
[    5.562191] init: plymouth-upstart-bridge main process (172) terminated with status 1
[    5.562228] init: plymouth-upstart-bridge main process ended, respawning
[    5.574045] init: plymouth-upstart-bridge main process (174) terminated with status 1
[    5.574082] init: plymouth-upstart-bridge main process ended, respawning
[    5.589009] init: plymouth-upstart-bridge main process (176) terminated with status 1
[    5.589046] init: plymouth-upstart-bridge main process ended, respawning
[    5.600766] init: plymouth-upstart-bridge main process (178) terminated with status 1
[    5.600803] init: plymouth-upstart-bridge main process ended, respawning
[    5.612620] init: plymouth-upstart-bridge main process (180) terminated with status 1
[    5.612657] init: plymouth-upstart-bridge main process ended, respawning
[    5.624354] init: plymouth-upstart-bridge main process (182) terminated with status 1
[    5.624390] init: plymouth-upstart-bridge main process ended, respawning
[   13.630423] Adding 784380k swap on /dev/sda5.  Priority:-1 extents:1 across:784380k FS
[   14.507006] systemd-udevd[295]: starting version 208
[   14.875975] lp: driver loaded but no devices found
[   14.891075] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   14.995416] ppdev: user-space parallel port driver
[   15.936296] ACPI: Video Device [PEG] (multi-head: yes  rom: no  post: no)
[   16.211768] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:1b/LNXVIDEO:00/input/input13
[   16.318965] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.043604] [drm] Initialized drm 1.1.0 20060810
[   17.118606] audit: type=1400 audit(1422024313.747:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=437 comm="apparmor_parser"
[   17.118628] audit: type=1400 audit(1422024313.747:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=437 comm="apparmor_parser"
[   17.118643] audit: type=1400 audit(1422024313.747:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=437 comm="apparmor_parser"
[   17.165987] audit: type=1400 audit(1422024313.795:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=439 comm="apparmor_parser"
[   17.827767] audit: type=1400 audit(1422024314.455:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=464 comm="apparmor_parser"
[   17.827792] audit: type=1400 audit(1422024314.455:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=464 comm="apparmor_parser"
[   17.827807] audit: type=1400 audit(1422024314.455:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="third_party" pid=464 comm="apparmor_parser"
[   18.238293] Bluetooth: Core ver 2.19
[   18.238414] NET: Registered protocol family 31
[   18.238421] Bluetooth: HCI device and connection manager initialized
[   18.238440] Bluetooth: HCI socket layer initialized
[   18.238449] Bluetooth: L2CAP socket layer initialized
[   18.238474] Bluetooth: SCO socket layer initialized
[   18.344066] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.344077] Bluetooth: BNEP filters: protocol multicast
[   18.344097] Bluetooth: BNEP socket layer initialized
[   18.370056] Bluetooth: RFCOMM TTY layer initialized
[   18.370080] Bluetooth: RFCOMM socket layer initialized
[   18.370100] Bluetooth: RFCOMM ver 1.11
[   18.511922] cfg80211: Calling CRDA to update world regulatory domain
[   18.539970] lib80211: common routines for IEEE802.11 drivers
[   18.539982] lib80211_crypt: registered algorithm 'NULL'
[   18.555534] [drm] radeon kernel modesetting enabled.
[   18.555767] checking generic (b0000000 300000) vs hw (b0000000 8000000)
[   18.555773] fb: switching to radeondrmfb from VESA VGA
[   18.555842] Console: switching to colour dummy device 80x25
[   18.556966] [drm] initializing kernel modesetting (RV410 0x1002:0x5653 0x1734:0x1093).
[   18.556980] radeon 0000:02:00.0: PCI: Disallowing DAC for device
[   18.556984] radeon: No suitable DMA available.
[   18.557007] [drm] register mmio base: 0xFEAF0000
[   18.557012] [drm] register mmio size: 65536
[   18.558717] ATOM BIOS: Uniwill
[   18.558769] [drm] Generation 2 PCI interface, using max accessible memory
[   18.558782] radeon 0000:02:00.0: VRAM: 128M 0x00000000B0000000 - 0x00000000B7FFFFFF (128M used)
[   18.558791] radeon 0000:02:00.0: GTT: 512M 0x0000000090000000 - 0x00000000AFFFFFFF
[   18.558832] [drm] Detected VRAM RAM=128M, BAR=128M
[   18.558836] [drm] RAM width 128bits DDR
[   18.569733] libipw: 802.11 data/management/control stack, git-1.1.13
[   18.569742] libipw: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   18.586845] [TTM] Zone  kernel: Available graphics memory: 382594 kiB
[   18.586852] [TTM] Initializing pool allocator
[   18.586871] [TTM] Initializing DMA pool allocator
[   18.586934] [drm] radeon: 128M of VRAM memory ready
[   18.586939] [drm] radeon: 512M of GTT memory ready.
[   18.586979] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   18.590252] [drm] radeon: power management initialized
[   18.597296] [drm] PCIE GART of 512M enabled (table at 0x00000000B0040000).
[   18.597312] [drm] radeon: 2 quad pipes, 1 z pipes initialized.
[   18.636097] radeon 0000:02:00.0: WB enabled
[   18.636116] radeon 0000:02:00.0: fence driver on ring 0 use gpu addr 0x0000000090000000 and cpu addr 0xef373000
[   18.636124] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   18.636128] [drm] Driver supports precise vblank timestamp query.
[   18.636183] [drm] radeon: irq initialized.
[   18.636209] [drm] Loading R400 Microcode
[   18.640746] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[   18.640752] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[   18.641231] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[   18.942273] [drm] radeon: ring at 0x0000000090001000
[   18.942307] [drm] ring test succeeded in 0 usecs
[   18.942606] [drm] ib test succeeded in 0 usecs
[   18.961454] [drm] Radeon Display Connectors
[   18.961464] [drm] Connector 0:
[   18.961468] [drm]   VGA-1
[   18.961476] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[   18.961480] [drm]   Encoders:
[   18.961484] [drm]     CRT1: INTERNAL_DAC1
[   18.961488] [drm] Connector 1:
[   18.961492] [drm]   LVDS-1
[   18.961499] [drm]   DDC: 0x1a8 0x1a8 0x1ac 0x1ac 0x1b0 0x1b0 0x1b4 0x1b4
[   18.961502] [drm]   Encoders:
[   18.961506] [drm]     LCD1: INTERNAL_LVDS
[   18.961510] [drm] Connector 2:
[   18.961514] [drm]   SVIDEO-1
[   18.961517] [drm]   Encoders:
[   18.961521] [drm]     TV1: INTERNAL_DAC2
[   18.961525] [drm] Connector 3:
[   18.961529] [drm]   DVI-D-1
[   18.961533] [drm]   HPD1
[   18.961539] [drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[   18.961542] [drm]   Encoders:
[   18.961546] [drm]     DFP1: INTERNAL_TMDS1
[   20.620740] ipw2200: Radio Frequency Kill Switch is On:
Kill switch must be turned off for wireless networking to work.
[   20.726956] ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a channels)
[   20.842126] init: failsafe main process (537) killed by TERM signal
[   21.351633] [drm] fb mappable at 0xB00C0000
[   21.351643] [drm] vram apper at 0xB0000000
[   21.351648] [drm] size 4096000
[   21.351652] [drm] fb depth is 24
[   21.351656] [drm]    pitch is 5120
[   21.352570] fbcon: radeondrmfb (fb0) is primary device
[   21.352793] Console: switching to colour frame buffer device 160x50
[   21.352894] radeon 0000:02:00.0: fb0: radeondrmfb frame buffer device
[   21.352901] radeon 0000:02:00.0: registered panic notifier
[   21.352919] [drm] Initialized radeon 2.39.0 20080528 for 0000:02:00.0 on minor 0
[   21.437688] cfg80211: World regulatory domain updated:
[   21.437699] cfg80211:  DFS Master region: unset
[   21.437704] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   21.437714] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   21.437722] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   21.437729] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[   21.437736] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   21.437743] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   22.634812] audit: type=1400 audit(1422024319.263:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=712 comm="apparmor_parser"
[   22.634838] audit: type=1400 audit(1422024319.263:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=712 comm="apparmor_parser"
[   22.656002] audit: type=1400 audit(1422024319.283:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=712 comm="apparmor_parser"
[   22.656073] audit: type=1400 audit(1422024319.287:12): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=712 comm="apparmor_parser"
[   22.656090] audit: type=1400 audit(1422024319.287:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=712 comm="apparmor_parser"
[   22.834350] audit: type=1400 audit(1422024319.463:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=712 comm="apparmor_parser"
[   22.834375] audit: type=1400 audit(1422024319.463:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="sanitized_helper" pid=712 comm="apparmor_parser"
[   22.834390] audit: type=1400 audit(1422024319.463:16): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=712 comm="apparmor_parser"
[   22.834404] audit: type=1400 audit(1422024319.463:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="sanitized_helper" pid=712 comm="apparmor_parser"
[   22.834419] audit: type=1400 audit(1422024319.463:18): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=712 comm="apparmor_parser"
[   24.346899] systemd-logind[788]: New seat seat0.
[   24.374530] systemd-logind[788]: Watching system buttons on /dev/input/event3 (Power Button)
[   24.374753] systemd-logind[788]: Watching system buttons on /dev/input/event0 (Lid Switch)
[   24.374974] systemd-logind[788]: Watching system buttons on /dev/input/event6 (Video Bus)
[   24.375186] systemd-logind[788]: Watching system buttons on /dev/input/event2 (Power Button)
[   24.375396] systemd-logind[788]: Watching system buttons on /dev/input/event1 (Sleep Button)
[   24.532496] r8169 0000:00:09.0 eth0: link down
[   24.532566] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.962360] init: plymouth-upstart-bridge main process ended, respawning
[   31.000132] init: plymouth-upstart-bridge main process (1289) terminated with status 1
[   31.000172] init: plymouth-upstart-bridge main process ended, respawning
[   31.203375] systemd-logind[788]: Failed to start unit user@106.service: Unknown unit: user@106.service
[   31.203398] systemd-logind[788]: Failed to start user service: Unknown unit: user@106.service
[   31.246448] systemd-logind[788]: New session c1 of user lightdm.
[   31.246516] systemd-logind[788]: Linked /tmp/.X11-unix/X0 to /run/user/106/X11-display.
[   42.701429] systemd-logind[788]: Failed to start unit user@1000.service: Unknown unit: user@1000.service
[   42.701452] systemd-logind[788]: Failed to start user service: Unknown unit: user@1000.service
[   42.718135] systemd-logind[788]: New session c2 of user m.
[   42.718196] systemd-logind[788]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.
[   54.436216] init: anacron main process (1022) killed by TERM signal
           CPU0       
  0:       1710   IO-APIC-edge      timer
  1:         58   IO-APIC-edge      i8042
  7:          1   IO-APIC-edge    
  8:          0   IO-APIC-edge      rtc0
  9:        247   IO-APIC-fasteoi   acpi
 12:       8534   IO-APIC-edge      i8042
 14:       5939   IO-APIC-edge      pata_via
 15:        172   IO-APIC-edge      pata_via
 16:          2   IO-APIC-fasteoi   firewire_ohci
 17:          1   IO-APIC-fasteoi   eth0
 18:          1   IO-APIC-fasteoi   ipw2200
 20:          0   IO-APIC-fasteoi   sata_via
 21:          0   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb2, uhci_hcd:usb3, uhci_hcd:usb4, uhci_hcd:usb5
 22:          0   IO-APIC-fasteoi   snd_via82xx
 24:        394   IO-APIC-fasteoi   radeon
NMI:          3   Non-maskable interrupts
LOC:      12111   Local timer interrupts
SPU:          0   Spurious interrupts
PMI:          3   Performance monitoring interrupts
IWI:          0   IRQ work interrupts
RTR:          0   APIC ICR read retries
RES:          0   Rescheduling interrupts
CAL:          0   Function call interrupts
TLB:          0   TLB shootdowns
TRM:          0   Thermal event interrupts
THR:          0   Threshold APIC interrupts
MCE:          0   Machine check exceptions
MCP:          1   Machine check polls
THR:          0   Hypervisor callback interrupts
ERR:          1
MIS:          0
           CPU0       
  0:       3389   IO-APIC-edge      timer
  1:        106   IO-APIC-edge      i8042
  7:          1   IO-APIC-edge    
  8:          0   IO-APIC-edge      rtc0
  9:        267   IO-APIC-fasteoi   acpi
 12:      13634   IO-APIC-edge      i8042
 14:       6070   IO-APIC-edge      pata_via
 15:        204   IO-APIC-edge      pata_via
 16:          2   IO-APIC-fasteoi   firewire_ohci
 17:          1   IO-APIC-fasteoi   eth0
 18:          1   IO-APIC-fasteoi   ipw2200
 20:          0   IO-APIC-fasteoi   sata_via
 21:          0   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb2, uhci_hcd:usb3, uhci_hcd:usb4, uhci_hcd:usb5
 22:          0   IO-APIC-fasteoi   snd_via82xx
 24:        431   IO-APIC-fasteoi   radeon
NMI:          4   Non-maskable interrupts
LOC:      12774   Local timer interrupts
SPU:          0   Spurious interrupts
PMI:          4   Performance monitoring interrupts
IWI:          0   IRQ work interrupts
RTR:          0   APIC ICR read retries
RES:          0   Rescheduling interrupts
CAL:          0   Function call interrupts
TLB:          0   TLB shootdowns
TRM:          0   Thermal event interrupts
THR:          0   Threshold APIC interrupts
MCE:          0   Machine check exceptions
MCP:          1   Machine check polls
THR:          0   Hypervisor callback interrupts
ERR:          1
MIS:          0