ubuntuusers.de

kern.log

Autor:
unbekannt1984
Datum:
25. Februar 2016 09:56
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.3.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 5.3.1 20160121 (Debian 5.3.1-7) ) #1 SMP Debian 4.3.5-1 (2016-02-06)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-1-amd64 root=UUID=5babc341-2e0a-49a0-b04a-4a97233ecb95 ro
[    0.000000] tseg: 009f000000
[    0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009d336fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009d337000-0x000000009d366fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009d367000-0x000000009d3a2fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009d3a3000-0x000000009d461fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009d462000-0x000000009e42efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009e42f000-0x000000009e42ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009e430000-0x000000009e437fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009e438000-0x000000009e871fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009e872000-0x000000009eff2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009eff3000-0x000000009effffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: MSI MS-7865/AM1M (MS-7865), BIOS V17.3 01/27/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x13f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CEFFF write-protect
[    0.000000]   CF000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 base 0080000000 mask FFE0000000 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] TOM2: 000000013f000000 aka 5104M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT
[    0.000000] e820: update [mem 0xa0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x9f000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd730-0x000fd73f] mapped at [ffff8800000fd730]
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01d24000, 0x01d24fff] PGTABLE
[    0.000000] BRK [0x01d25000, 0x01d25fff] PGTABLE
[    0.000000] BRK [0x01d26000, 0x01d26fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13ee00000-0x13effffff]
[    0.000000]  [mem 0x13ee00000-0x13effffff] page 2M
[    0.000000] BRK [0x01d27000, 0x01d27fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x120000000-0x13edfffff]
[    0.000000]  [mem 0x120000000-0x13edfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x11fffffff]
[    0.000000]  [mem 0x100000000-0x11fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x9d336fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0x9d1fffff] page 2M
[    0.000000]  [mem 0x9d200000-0x9d336fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x9d367000-0x9d3a2fff]
[    0.000000]  [mem 0x9d367000-0x9d3a2fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x9e42f000-0x9e42ffff]
[    0.000000]  [mem 0x9e42f000-0x9e42ffff] page 4k
[    0.000000] BRK [0x01d28000, 0x01d28fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x9e438000-0x9e871fff]
[    0.000000]  [mem 0x9e438000-0x9e5fffff] page 4k
[    0.000000]  [mem 0x9e600000-0x9e7fffff] page 2M
[    0.000000]  [mem 0x9e800000-0x9e871fff] page 4k
[    0.000000] BRK [0x01d29000, 0x01d29fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x9eff3000-0x9effffff]
[    0.000000]  [mem 0x9eff3000-0x9effffff] page 4k
[    0.000000] RAMDISK: [mem 0x35ba6000-0x36dcafff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000009D428078 00006C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000009D42D288 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20150818/tbfadt-654)
[    0.000000] ACPI: DSDT 0x000000009D428178 00510B (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000009D458D80 000040
[    0.000000] ACPI: APIC 0x000000009D42D398 00007E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000009D42D418 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000009D42D460 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x000000009D42D4A0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x000000009D42D4D8 000E58 (v01 AMD    AGESA    00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000009D42E330 0046B7 (v02 AMD    AGESA    00000002 MSFT 04000000)
[    0.000000] ACPI: CRAT 0x000000009D4329E8 0003A8 (v01 AMD    AGESA    00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000009D432D90 001204 (v01 AMD    CPMCMN   00000001 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x13eff9000-0x13effcfff]
[    0.000000]  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013ae00000-ffff88013e5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000013effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000009d336fff]
[    0.000000]   node   0: [mem 0x000000009d367000-0x000000009d3a2fff]
[    0.000000]   node   0: [mem 0x000000009e42f000-0x000000009e42ffff]
[    0.000000]   node   0: [mem 0x000000009e438000-0x000000009e871fff]
[    0.000000]   node   0: [mem 0x000000009eff3000-0x000000009effffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000013effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013effffff]
[    0.000000] On node 0 totalpages: 903000
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 10015 pages used for memmap
[    0.000000]   DMA32 zone: 640955 pages, LIFO batch:31
[    0.000000]   Normal zone: 4032 pages used for memmap
[    0.000000]   Normal zone: 258048 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
[    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: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    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] PM: Registered nosave memory: [mem 0x9d337000-0x9d366fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9d3a3000-0x9d461fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9d462000-0x9e42efff]
[    0.000000] PM: Registered nosave memory: [mem 0x9e430000-0x9e437fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9e872000-0x9eff2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9f000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x9f000000-0xfebfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff88013ec00000 s93016 r8192 d29864 u524288
[    0.000000] pcpu-alloc: s93016 r8192 d29864 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 888868
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-1-amd64 root=UUID=5babc341-2e0a-49a0-b04a-4a97233ecb95 ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3455668K/3612000K available (5676K kernel code, 1050K rwdata, 2796K rodata, 1296K init, 836K bss, 156332K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:33024 nr_irqs:1000 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2046.209 MHz processor
[    0.000042] Calibrating delay loop (skipped), value calculated using timer frequency.. 4092.41 BogoMIPS (lpj=8184836)
[    0.000137] pid_max: default: 32768 minimum: 301
[    0.000195] ACPI: Core revision 20150818
[    0.016089] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.016246] Security Framework initialized
[    0.016294] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.016355] AppArmor: AppArmor disabled by boot time parameter
[    0.016922] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.018660] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.019496] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.019565] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.019986] Initializing cgroup subsys io
[    0.020042] Initializing cgroup subsys memory
[    0.020095] Initializing cgroup subsys devices
[    0.020145] Initializing cgroup subsys freezer
[    0.020194] Initializing cgroup subsys net_cls
[    0.020245] Initializing cgroup subsys perf_event
[    0.020294] Initializing cgroup subsys net_prio
[    0.020375] CPU: Physical Processor ID: 0
[    0.020420] CPU: Processor Core ID: 0
[    0.020466] mce: CPU supports 6 MCE banks
[    0.020520] LVT offset 1 assigned for vector 0xf9
[    0.020570] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.020617] Last level dTLB entries: 4KB 512, 2MB 256, 4MB 128, 1GB 0
[    0.021073] Freeing SMP alternatives memory: 20K (ffffffff81c4c000 - ffffffff81c51000)
[    0.025967] ftrace: allocating 23625 entries in 93 pages
[    0.039839] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.187195] smpboot: CPU0: AMD Athlon(tm) 5350 APU with Radeon(tm) R3 (family: 0x16, model: 0x0, stepping: 0x1)
[    0.187393] Performance Events: AMD PMU driver.
[    0.187476] ... version:                0
[    0.187522] ... bit width:              48
[    0.187566] ... generic registers:      4
[    0.187611] ... value mask:             0000ffffffffffff
[    0.187657] ... max period:             00007fffffffffff
[    0.187703] ... fixed-purpose events:   0
[    0.187748] ... event mask:             000000000000000f
[    0.188567] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.188783] x86: Booting SMP configuration:
[    0.188829] .... node  #0, CPUs:      #1 #2 #3
[    0.196167] x86: Booted up 1 node, 4 CPUs
[    0.196262] smpboot: Total of 4 processors activated (16369.67 BogoMIPS)
[    0.197246] devtmpfs: initialized
[    0.204351] PM: Registering ACPI NVS region [mem 0x9d3a3000-0x9d461fff] (782336 bytes)
[    0.206691] PM: Registering ACPI NVS region [mem 0x9e430000-0x9e437fff] (32768 bytes)
[    0.206874] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.207063] pinctrl core: initialized pinctrl subsystem
[    0.207350] NET: Registered protocol family 16
[    0.219325] cpuidle: using governor ladder
[    0.231306] cpuidle: using governor menu
[    0.231543] ACPI: bus type PCI registered
[    0.231592] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.231795] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.231855] PCI: not using MMCONFIG
[    0.231900] PCI: Using configuration type 1 for base access
[    0.231947] PCI: Using configuration type 1 for extended access
[    0.232386] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.232433] mtrr: probably your BIOS does not setup all CPUs.
[    0.232479] mtrr: corrected configuration.
[    0.244080] ACPI: Added _OSI(Module Device)
[    0.244134] ACPI: Added _OSI(Processor Device)
[    0.244180] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.244227] ACPI: Added _OSI(Processor Aggregator Device)
[    0.247332] ACPI: Executed 1 blocks of module-level executable AML code
[    0.254676] ACPI: Interpreter enabled
[    0.254731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150818/hwxface-580)
[    0.254861] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-580)
[    0.255007] ACPI: (supports S0 S3 S4 S5)
[    0.255053] ACPI: Using IOAPIC for interrupt routing
[    0.255163] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.255296] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.255374] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.264834] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.264890] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.265254] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
[    0.265450] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.265511] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[    0.265568] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    0.265625] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.266171] PCI host bridge to bus 0000:00
[    0.266221] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.266270] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.266319] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.266369] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.266418] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.266467] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.266525] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.266582] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[    0.266648] pci 0000:00:00.0: [1022:1536] type 00 class 0x060000
[    0.266815] pci 0000:00:01.0: [1002:9830] type 00 class 0x030000
[    0.266843] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.266855] pci 0000:00:01.0: reg 0x18: [mem 0xd0000000-0xd07fffff 64bit pref]
[    0.266864] pci 0000:00:01.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.266873] pci 0000:00:01.0: reg 0x24: [mem 0xfeb00000-0xfeb3ffff]
[    0.266881] pci 0000:00:01.0: reg 0x30: [mem 0xfeb40000-0xfeb5ffff pref]
[    0.266909] pci 0000:00:01.0: supports D1 D2
[    0.266912] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
[    0.267045] pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
[    0.267072] pci 0000:00:01.1: reg 0x10: [mem 0xfeb64000-0xfeb67fff 64bit]
[    0.267128] pci 0000:00:01.1: supports D1 D2
[    0.267245] pci 0000:00:02.0: [1022:1538] type 00 class 0x060000
[    0.267393] pci 0000:00:02.3: [1022:1439] type 01 class 0x060400
[    0.267460] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    0.267533] pci 0000:00:02.3: System wakeup disabled by ACPI
[    0.267654] pci 0000:00:02.4: [1022:1439] type 01 class 0x060400
[    0.267721] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.267792] pci 0000:00:02.4: System wakeup disabled by ACPI
[    0.267937] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
[    0.267975] pci 0000:00:10.0: reg 0x10: [mem 0xfeb68000-0xfeb69fff 64bit]
[    0.268048] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.268125] pci 0000:00:10.0: System wakeup disabled by ACPI
[    0.268253] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[    0.268282] pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
[    0.268291] pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
[    0.268301] pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
[    0.268310] pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
[    0.268319] pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
[    0.268329] pci 0000:00:11.0: reg 0x24: [mem 0xfeb6e000-0xfeb6e3ff]
[    0.268360] pci 0000:00:11.0: PME# supported from D3hot
[    0.268489] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[    0.268505] pci 0000:00:12.0: reg 0x10: [mem 0xfeb6d000-0xfeb6dfff]
[    0.268617] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.268735] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[    0.268759] pci 0000:00:12.2: reg 0x10: [mem 0xfeb6c000-0xfeb6c0ff]
[    0.268820] pci 0000:00:12.2: supports D1 D2
[    0.268823] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.268891] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.269009] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[    0.269025] pci 0000:00:13.0: reg 0x10: [mem 0xfeb6b000-0xfeb6bfff]
[    0.269138] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.269256] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[    0.269280] pci 0000:00:13.2: reg 0x10: [mem 0xfeb6a000-0xfeb6a0ff]
[    0.269340] pci 0000:00:13.2: supports D1 D2
[    0.269343] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.269410] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.269531] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[    0.269697] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[    0.269722] pci 0000:00:14.2: reg 0x10: [mem 0xfeb60000-0xfeb63fff 64bit]
[    0.269775] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.269844] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.269957] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[    0.270138] pci 0000:00:18.0: [1022:1530] type 00 class 0x060000
[    0.270264] pci 0000:00:18.1: [1022:1531] type 00 class 0x060000
[    0.270386] pci 0000:00:18.2: [1022:1532] type 00 class 0x060000
[    0.270512] pci 0000:00:18.3: [1022:1533] type 00 class 0x060000
[    0.270639] pci 0000:00:18.4: [1022:1534] type 00 class 0x060000
[    0.270761] pci 0000:00:18.5: [1022:1535] type 00 class 0x060000
[    0.270972] pci 0000:01:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.271015] pci 0000:01:00.0: reg 0x10: [mem 0xfea00000-0xfea07fff 64bit]
[    0.271122] pci 0000:01:00.0: PME# supported from D3cold
[    0.279194] pci 0000:00:02.3: PCI bridge to [bus 01]
[    0.279259] pci 0000:00:02.3:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.279388] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.279429] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.279457] pci 0000:02:00.0: reg 0x18: [mem 0xfe900000-0xfe900fff 64bit]
[    0.279475] pci 0000:02:00.0: reg 0x20: [mem 0xd0800000-0xd0803fff 64bit pref]
[    0.279549] pci 0000:02:00.0: supports D1 D2
[    0.279553] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.287204] pci 0000:00:02.4: PCI bridge to [bus 02]
[    0.287266] pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
[    0.287271] pci 0000:00:02.4:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.287278] pci 0000:00:02.4:   bridge window [mem 0xd0800000-0xd08fffff 64bit pref]
[    0.287926] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 *11 14 15)
[    0.288402] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 *5 7 10 11 14 15)
[    0.288877] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 *5 7 10 11 14 15)
[    0.289349] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 *10 11 14 15)
[    0.289802] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 *11 14 15)
[    0.290236] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 *10 11 14 15)
[    0.290669] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.291146] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.292085] vgaarb: setting as boot device: PCI:0000:00:01.0
[    0.292134] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.292194] vgaarb: loaded
[    0.292238] vgaarb: bridge control possible 0000:00:01.0
[    0.292538] PCI: Using ACPI for IRQ routing
[    0.299551] PCI: pci_cache_line_size set to 64 bytes
[    0.299609] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    0.299613] e820: reserve RAM buffer [mem 0x9d337000-0x9fffffff]
[    0.299616] e820: reserve RAM buffer [mem 0x9d3a3000-0x9fffffff]
[    0.299619] e820: reserve RAM buffer [mem 0x9e430000-0x9fffffff]
[    0.299621] e820: reserve RAM buffer [mem 0x9e872000-0x9fffffff]
[    0.299623] e820: reserve RAM buffer [mem 0x9f000000-0x9fffffff]
[    0.299626] e820: reserve RAM buffer [mem 0x13f000000-0x13fffffff]
[    0.299878] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.300063] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.302172] clocksource: Switched to clocksource hpet
[    0.312654] pnp: PnP ACPI init
[    0.312936] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.312990] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.313138] system 00:01: [mem 0xa0000000-0xbfffffff] has been reserved
[    0.313189] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.313413] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    0.313463] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    0.313513] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.313800] pnp 00:03: [dma 0 disabled]
[    0.313884] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.313957] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314014] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.314114] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.314184] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314668] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.314718] system 00:07: [io  0x040b] has been reserved
[    0.314766] system 00:07: [io  0x04d6] has been reserved
[    0.314814] system 00:07: [io  0x0c00-0x0c01] has been reserved
[    0.314863] system 00:07: [io  0x0c14] has been reserved
[    0.314910] system 00:07: [io  0x0c50-0x0c51] has been reserved
[    0.314958] system 00:07: [io  0x0c52] has been reserved
[    0.315006] system 00:07: [io  0x0c6c] has been reserved
[    0.315054] system 00:07: [io  0x0c6f] has been reserved
[    0.315101] system 00:07: [io  0x0cd0-0x0cd1] has been reserved
[    0.315150] system 00:07: [io  0x0cd2-0x0cd3] has been reserved
[    0.315198] system 00:07: [io  0x0cd4-0x0cd5] has been reserved
[    0.315246] system 00:07: [io  0x0cd6-0x0cd7] has been reserved
[    0.315294] system 00:07: [io  0x0cd8-0x0cdf] has been reserved
[    0.315343] system 00:07: [io  0x0800-0x089f] could not be reserved
[    0.315392] system 00:07: [io  0x0b20-0x0b3f] has been reserved
[    0.315440] system 00:07: [io  0x0900-0x090f] has been reserved
[    0.315488] system 00:07: [io  0x0910-0x091f] has been reserved
[    0.315537] system 00:07: [io  0xfe00-0xfefe] has been reserved
[    0.315587] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.315636] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.315686] system 00:07: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.315735] system 00:07: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.315785] system 00:07: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.315834] system 00:07: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.315884] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.315934] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.316284] pnp: PnP ACPI: found 8 devices
[    0.324757] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.324846] pci 0000:00:02.3: PCI bridge to [bus 01]
[    0.324898] pci 0000:00:02.3:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.324952] pci 0000:00:02.4: PCI bridge to [bus 02]
[    0.325000] pci 0000:00:02.4:   bridge window [io  0xe000-0xefff]
[    0.325050] pci 0000:00:02.4:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.325101] pci 0000:00:02.4:   bridge window [mem 0xd0800000-0xd08fffff 64bit pref]
[    0.325161] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.325165] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.325168] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.325171] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.325174] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.325178] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.325181] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
[    0.325185] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.325188] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.325191] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.325194] pci_bus 0000:02: resource 2 [mem 0xd0800000-0xd08fffff 64bit pref]
[    0.325324] NET: Registered protocol family 2
[    0.325650] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.325840] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.326034] TCP: Hash tables configured (established 32768 bind 32768)
[    0.326132] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.326218] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.326397] NET: Registered protocol family 1
[    0.326470] pci 0000:00:01.0: Video device with shadowed ROM
[    0.486282] PCI: CLS 64 bytes, default 64
[    0.486395] Unpacking initramfs...
[    0.979873] Freeing initrd memory: 18580K (ffff880035ba6000 - ffff880036dcb000)
[    0.979951] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.980001] software IO TLB [mem 0x99337000-0x9d337000] (64MB) mapped at [ffff880099337000-ffff88009d336fff]
[    0.980156] perf: AMD NB counters detected
[    0.980204] perf: AMD L2I counters detected
[    0.980429] microcode: CPU0: patch_level=0x0700010f
[    0.980484] microcode: CPU1: patch_level=0x0700010f
[    0.980542] microcode: CPU2: patch_level=0x0700010f
[    0.980600] microcode: CPU3: patch_level=0x0700010f
[    0.980756] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.980819] LVT offset 0 assigned for vector 0x400
[    0.980886] perf: AMD IBS detected (0x000000ff)
[    0.981481] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.981623] audit: initializing netlink subsys (disabled)
[    0.981707] audit: type=2000 audit(1456389204.876:1): initialized
[    0.982393] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.982473] zbud: loaded
[    0.982744] VFS: Disk quotas dquot_6.6.0
[    0.982819] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.983651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.983769] io scheduler noop registered
[    0.983818] io scheduler deadline registered
[    0.983885] io scheduler cfq registered (default)
[    0.984352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.984414] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.984534] GHES: HEST is not enabled!
[    0.984683] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.005103] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.005839] Linux agpgart interface v0.103
[    1.007474] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.007523] AMD IOMMUv2 functionality not available on this system
[    1.008291] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.008703] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.008756] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.009050] mousedev: PS/2 mouse device common for all mice
[    1.009171] rtc_cmos 00:05: RTC can wake from S4
[    1.009364] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.011712] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.011788] ledtrig-cpu: registered to indicate activity on CPUs
[    1.012553] NET: Registered protocol family 10
[    1.012904] mip6: Mobile IPv6
[    1.012954] NET: Registered protocol family 17
[    1.013009] mpls_gso: MPLS GSO support
[    1.013657] registered taskstats version 1
[    1.013747] zswap: loaded using pool lzo/zbud
[    1.014295] rtc_cmos 00:05: setting system clock to 2016-02-25 08:33:25 UTC (1456389205)
[    1.014492] PM: Hibernation image not present or could not be loaded.
[    1.015065] Freeing unused kernel memory: 1296K (ffffffff81b08000 - ffffffff81c4c000)
[    1.015126] Write protecting the kernel read-only data: 10240k
[    1.015557] Freeing unused kernel memory: 456K (ffff88000158e000 - ffff880001600000)
[    1.016188] Freeing unused kernel memory: 1300K (ffff8800018bb000 - ffff880001a00000)
[    1.149304] random: systemd-udevd urandom read with 4 bits of entropy available
[    1.193786] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.193854] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.195495] ACPI: bus type USB registered
[    1.195614] usbcore: registered new interface driver usbfs
[    1.195690] usbcore: registered new interface driver hub
[    1.195728] SCSI subsystem initialized
[    1.195852] usbcore: registered new device driver usb
[    1.196990] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.197777] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.198211] ehci-pci: EHCI PCI platform driver
[    1.198412] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.198476] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[    1.198730] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x00000410
[    1.199093] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.199144] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.199202] usb usb1: Product: xHCI Host Controller
[    1.199251] usb usb1: Manufacturer: Linux 4.3.0-1-amd64 xhci-hcd
[    1.199303] usb usb1: SerialNumber: 0000:00:10.0
[    1.199764] libata version 3.00 loaded.
[    1.199824] hub 1-0:1.0: USB hub found
[    1.199894] hub 1-0:1.0: 2 ports detected
[    1.200135] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.200189] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    1.202138] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.202255] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.202307] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.202365] usb usb2: Product: xHCI Host Controller
[    1.202423] usb usb2: Manufacturer: Linux 4.3.0-1-amd64 xhci-hcd
[    1.202473] usb usb2: SerialNumber: 0000:00:10.0
[    1.202710] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0xffffc90000016000, d8:cb:8a:15:f6:60, XID 0c000800 IRQ 32
[    1.202775] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.203234] hub 2-0:1.0: USB hub found
[    1.203299] hub 2-0:1.0: 2 ports detected
[    1.204019] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.204078] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 3
[    1.204140] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.204208] ehci-pci 0000:00:12.2: debug port 1
[    1.204305] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb6c000
[    1.213379] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.213540] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.213592] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.213651] usb usb3: Product: EHCI Host Controller
[    1.213698] usb usb3: Manufacturer: Linux 4.3.0-1-amd64 ehci_hcd
[    1.213749] usb usb3: SerialNumber: 0000:00:12.2
[    1.214210] hub 3-0:1.0: USB hub found
[    1.214272] hub 3-0:1.0: 4 ports detected
[    1.214599] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.214658] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 4
[    1.224691] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    1.275254] xhci_hcd 0000:01:00.0: hcc params 0x0200e081 hci version 0x100 quirks 0x00000010
[    1.275620] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    1.275671] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.275728] usb usb4: Product: xHCI Host Controller
[    1.275775] usb usb4: Manufacturer: Linux 4.3.0-1-amd64 xhci-hcd
[    1.275823] usb usb4: SerialNumber: 0000:01:00.0
[    1.276103] hub 4-0:1.0: USB hub found
[    1.276163] hub 4-0:1.0: 2 ports detected
[    1.276381] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.276387] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.276397] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 5
[    1.276403] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.276413] ehci-pci 0000:00:13.2: debug port 1
[    1.276456] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb6a000
[    1.276684] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 6
[    1.276789] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.276878] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[    1.276927] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.276983] usb usb6: Product: xHCI Host Controller
[    1.277030] usb usb6: Manufacturer: Linux 4.3.0-1-amd64 xhci-hcd
[    1.277078] usb usb6: SerialNumber: 0000:01:00.0
[    1.277308] hub 6-0:1.0: USB hub found
[    1.277367] hub 6-0:1.0: 2 ports detected
[    1.285444] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.285687] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.285738] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.285794] usb usb5: Product: EHCI Host Controller
[    1.285841] usb usb5: Manufacturer: Linux 4.3.0-1-amd64 ehci_hcd
[    1.285889] usb usb5: SerialNumber: 0000:00:13.2
[    1.286195] hub 5-0:1.0: USB hub found
[    1.286261] hub 5-0:1.0: 4 ports detected
[    1.286721] ahci 0000:00:11.0: version 3.0
[    1.286925] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.286966] ohci-pci: OHCI PCI platform driver
[    1.287033] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pmp pio
[    1.287643] scsi host0: ahci
[    1.287869] scsi host1: ahci
[    1.288002] ata1: SATA max UDMA/133 abar m1024@0xfeb6e000 port 0xfeb6e100 irq 26
[    1.288060] ata2: SATA max UDMA/133 abar m1024@0xfeb6e000 port 0xfeb6e180 irq 26
[    1.288271] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.288330] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 7
[    1.288422] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb6d000
[    1.345469] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.345526] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.345583] usb usb7: Product: OHCI PCI host controller
[    1.345631] usb usb7: Manufacturer: Linux 4.3.0-1-amd64 ohci_hcd
[    1.345679] usb usb7: SerialNumber: 0000:00:12.0
[    1.346034] hub 7-0:1.0: USB hub found
[    1.346094] hub 7-0:1.0: 4 ports detected
[    1.346507] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.346562] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 8
[    1.346650] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb6b000
[    1.405402] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.405460] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.405517] usb usb8: Product: OHCI PCI host controller
[    1.405564] usb usb8: Manufacturer: Linux 4.3.0-1-amd64 ohci_hcd
[    1.405612] usb usb8: SerialNumber: 0000:00:13.0
[    1.405974] hub 8-0:1.0: USB hub found
[    1.406034] hub 8-0:1.0: 4 ports detected
[    1.605178] ata2: SATA link down (SStatus 0 SControl 300)
[    1.777024] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.784614] ata1.00: ATA-8: SAMSUNG HM251JI, 2SS00_01, max UDMA7
[    1.784671] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.784975] usb 7-1: new full-speed USB device number 2 using ohci-pci
[    1.784977] usb 3-4: new high-speed USB device number 3 using ehci-pci
[    1.792522] ata1.00: configured for UDMA/133
[    1.793467] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HM251JI  0_01 PQ: 0 ANSI: 5
[    1.796151] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.796338] sd 0:0:0:0: [sda] Write Protect is off
[    1.796388] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.796442] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.824039]  sda: sda1 sda2 sda3
[    1.824921] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.928651] usb 3-4: New USB device found, idVendor=05e3, idProduct=0745
[    1.928730] usb 3-4: New USB device strings: Mfr=0, Product=1, SerialNumber=2
[    1.928782] usb 3-4: Product: USB Storage
[    1.928829] usb 3-4: SerialNumber: 000000000903
[    1.932414] usb-storage 3-4:1.0: USB Mass Storage device detected
[    1.932621] scsi host2: usb-storage 3-4:1.0
[    1.932819] usbcore: registered new interface driver usb-storage
[    1.933311] usbcore: registered new interface driver uas
[    1.957939] usb 7-1: New USB device found, idVendor=046d, idProduct=c52b
[    1.957997] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.958048] usb 7-1: Product: USB Receiver
[    1.958094] usb 7-1: Manufacturer: Logitech
[    1.963947] hidraw: raw HID events driver (C) Jiri Kosina
[    1.976787] tsc: Refined TSC clocksource calibration: 2046.162 MHz
[    1.976880] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1d7e85ac54d, max_idle_ns: 440795255456 ns
[    1.976999] usbcore: registered new interface driver usbhid
[    1.977048] usbhid: USB HID core driver
[    1.982010] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:12.0-1/input2
[    2.104004] input: Logitech K400 as /devices/pci0000:00/0000:00:12.0/usb7/7-1/7-1:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input3
[    2.104440] logitech-hidpp-device 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:00:12.0-1:1
[    2.330508] platform microcode: firmware: direct-loading firmware amd-ucode/microcode_amd_fam16h.bin
[    2.400310] raid6: sse2x1   gen()  2480 MB/s
[    2.468256] raid6: sse2x1   xor()  2167 MB/s
[    2.536197] raid6: sse2x2   gen()  3673 MB/s
[    2.604123] raid6: sse2x2   xor()  2717 MB/s
[    2.672070] raid6: sse2x4   gen()  4460 MB/s
[    2.740009] raid6: sse2x4   xor()  3022 MB/s
[    2.740055] raid6: using algorithm sse2x4 gen() 4460 MB/s
[    2.740101] raid6: .... xor() 3022 MB/s, rmw enabled
[    2.740147] raid6: using ssse3x2 recovery algorithm
[    2.740560] xor: automatically using best checksumming function:
[    2.779965]    avx       :  6079.000 MB/sec
[    2.787395] Btrfs loaded
[    2.838371] PM: Starting manual resume from disk
[    2.838428] PM: Hibernation image partition 8:1 present
[    2.838430] PM: Looking for hibernation image.
[    2.838730] PM: Image not found (code -22)
[    2.838733] PM: Hibernation image not present or could not be loaded.
[    2.934411] scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0903 PQ: 0 ANSI: 6
[    2.938741] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    2.976052] clocksource: Switched to clocksource tsc
[    3.012081] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.939929] random: nonblocking pool is initialized
[    4.289300] systemd[1]: systemd 228 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    4.289691] systemd[1]: Detected architecture x86-64.
[    4.357512] systemd[1]: Set hostname to <debian>.
[    6.438614] systemd[1]: Listening on Journal Socket.
[    6.439277] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.439621] systemd[1]: Reached target User and Group Name Lookups.
[    6.439940] systemd[1]: Reached target Encrypted Volumes.
[    6.440274] systemd[1]: Listening on fsck to fsckd communication Socket.
[    6.440626] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    6.441001] systemd[1]: Listening on udev Control Socket.
[    6.441455] systemd[1]: Created slice User and Session Slice.
[    6.441820] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.442192] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.442552] systemd[1]: Listening on LVM2 poll daemon socket.
[    6.442965] systemd[1]: Listening on Journal Audit Socket.
[    6.443303] systemd[1]: Listening on Syslog Socket.
[    6.443647] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.443986] systemd[1]: Listening on udev Kernel Socket.
[    6.444403] systemd[1]: Created slice System Slice.
[    6.445359] systemd[1]: Mounting POSIX Message Queue File System...
[    6.445793] systemd[1]: Created slice system-getty.slice.
[    6.502153] systemd[1]: Mounting Huge Pages File System...
[    6.502491] systemd[1]: Reached target Slices.
[    6.503631] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    6.504799] systemd[1]: Mounting Debug File System...
[    6.505250] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    6.506340] systemd[1]: Starting Journal Service...
[    6.506723] systemd[1]: Listening on LVM2 metadata daemon socket.
[    6.507103] systemd[1]: Reached target Remote File Systems (Pre).
[    6.507434] systemd[1]: Reached target Remote File Systems.
[    6.508467] systemd[1]: Starting LSB: Set console font and keymap...
[    6.540096] systemd[1]: Starting Load Kernel Modules...
[    6.540510] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    6.541590] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    6.628269] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    6.629769] systemd[1]: Starting Create Static Device Nodes in /dev...
[    7.348618] systemd[1]: Mounted POSIX Message Queue File System.
[    7.349039] systemd[1]: Mounted Huge Pages File System.
[    7.349372] systemd[1]: Mounted Debug File System.
[    7.652744] systemd[1]: Started LVM2 metadata daemon.
[    7.699332] systemd[1]: Started Create Static Device Nodes in /dev.
[    7.700740] systemd[1]: Starting udev Kernel Device Manager...
[    7.736570] lp: driver loaded but no devices found
[    7.890279] ppdev: user-space parallel port driver
[    8.086012] systemd[1]: Started Journal Service.
[    9.717904] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    9.854342] systemd-journald[192]: Received request to flush runtime journal from PID 1
[    9.967833] ACPI: acpi_idle registered with cpuidle
[   10.022382] acpi-cpufreq: overriding BIOS provided _PSD data
[   10.149879] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[   10.149947] ACPI: Power Button [PWRB]
[   10.150079] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[   10.150136] ACPI: Power Button [PWRF]
[   10.251954] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   10.286989] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   10.287146] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   10.370832] [drm] Initialized drm 1.1.0 20060810
[   10.461655] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   10.461832] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   10.471285] wmi: Mapper loaded
[   10.738456] EDAC MC: Ver: 3.0.0
[   10.850437] MCE: In-kernel MCE decoding enabled.
[   10.961575] input: PC Speaker as /devices/platform/pcspkr/input/input6
[   11.058122] [drm] radeon kernel modesetting enabled.
[   11.167922] AMD64 EDAC driver v3.4.0
[   11.168055] EDAC amd64: DRAM ECC disabled.
[   11.168124] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   11.308038] Found CRAT image with size=936
[   11.308106] Parsing CRAT table with 1 nodes
[   11.308163] Found CU entry in CRAT table with proximity_domain=0 caps=0
[   11.308221] CU CPU: cores=4 id_base=0
[   11.308275] Found memory entry in CRAT table with proximity_domain=0
[   11.308354] Found memory entry in CRAT table with proximity_domain=0
[   11.308413] Found cache entry in CRAT table with processor_id=0
[   11.308471] Found cache entry in CRAT table with processor_id=0
[   11.308533] Found cache entry in CRAT table with processor_id=0
[   11.308595] Found cache entry in CRAT table with processor_id=1
[   11.308656] Found cache entry in CRAT table with processor_id=1
[   11.308716] Found cache entry in CRAT table with processor_id=1
[   11.308776] Found cache entry in CRAT table with processor_id=2
[   11.308833] Found cache entry in CRAT table with processor_id=2
[   11.308889] Found cache entry in CRAT table with processor_id=2
[   11.308945] Found cache entry in CRAT table with processor_id=3
[   11.309002] Found cache entry in CRAT table with processor_id=3
[   11.309059] Found cache entry in CRAT table with processor_id=3
[   11.309115] Creating topology SYSFS entries
[   11.309248] Finished initializing topology ret=0
[   11.309400] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[   11.311074] kfd kfd: Initialized module
[   11.412899] [drm] initializing kernel modesetting (KABINI 0x1002:0x9830 0x1462:0x7865).
[   11.412995] [drm] register mmio base: 0xFEB00000
[   11.413046] [drm] register mmio size: 262144
[   11.413105] [drm] doorbell mmio base: 0xD0000000
[   11.413155] [drm] doorbell mmio size: 8388608
[   11.413263] ATOM BIOS: AMD
[   11.413389] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[   11.413456] radeon 0000:00:01.0: GTT: 2048M 0x0000000020000000 - 0x000000009FFFFFFF
[   11.413518] [drm] Detected VRAM RAM=512M, BAR=256M
[   11.413568] [drm] RAM width 128bits DDR
[   11.413769] [TTM] Zone  kernel: Available graphics memory: 1738660 kiB
[   11.413825] [TTM] Initializing pool allocator
[   11.413887] [TTM] Initializing DMA pool allocator
[   11.413986] [drm] radeon: 512M of VRAM memory ready
[   11.414040] [drm] radeon: 2048M of GTT memory ready.
[   11.414123] [drm] Loading kabini Microcode
[   11.510482] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/kabini_pfp.bin
[   11.530602] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/kabini_me.bin
[   11.559863] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/kabini_ce.bin
[   11.587028] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/kabini_mec.bin
[   11.614417] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/kabini_rlc.bin
[   11.647186] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/kabini_sdma.bin
[   11.647324] [drm] Internal thermal controller without fan control
[   11.648509] [drm] radeon: dpm initialized
[   11.714144] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/BONAIRE_uvd.bin
[   11.780581] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/BONAIRE_vce.bin
[   11.785430] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[   11.785547] [drm] GART: num cpu pages 524288, num gpu pages 524288
[   11.808756] [drm] PCIE GART of 2048M enabled (table at 0x0000000000324000).
[   11.809007] radeon 0000:00:01.0: WB enabled
[   11.809069] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff8800965d5c00
[   11.809129] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000020000c04 and cpu addr 0xffff8800965d5c04
[   11.809188] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000020000c08 and cpu addr 0xffff8800965d5c08
[   11.809246] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff8800965d5c0c
[   11.809304] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000020000c10 and cpu addr 0xffff8800965d5c10
[   11.810274] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000076c98 and cpu addr 0xffffc90000c36c98
[   11.810661] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000020000c18 and cpu addr 0xffff8800965d5c18
[   11.810719] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000020000c1c and cpu addr 0xffff8800965d5c1c
[   11.810778] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   11.810824] [drm] Driver supports precise vblank timestamp query.
[   11.811023] radeon 0000:00:01.0: radeon: using MSI.
[   11.811107] [drm] radeon: irq initialized.
[   11.815055] [drm] ring test on 0 succeeded in 2 usecs
[   11.815197] [drm] ring test on 1 succeeded in 3 usecs
[   11.815262] [drm] ring test on 2 succeeded in 3 usecs
[   11.815518] [drm] ring test on 3 succeeded in 4 usecs
[   11.815569] [drm] ring test on 4 succeeded in 4 usecs
[   11.824276] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   11.824343] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.824400] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   11.824455] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   11.824502] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   11.824550] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[   11.824597] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[   11.824644] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[   11.861521] [drm] ring test on 5 succeeded in 1 usecs
[   11.861688] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input7
[   11.862122] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input8
[   11.862234] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
[   11.862348] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
[   11.862460] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
[   11.862574] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
[   11.881479] [drm] UVD initialized successfully.
[   11.990738] [drm] ring test on 6 succeeded in 16 usecs
[   11.990804] [drm] ring test on 7 succeeded in 3 usecs
[   11.990849] [drm] VCE initialized successfully.
[   11.993889] [drm] ib test on ring 0 succeeded in 0 usecs
[   12.118216] AVX version of gcm_enc/dec engaged.
[   12.118283] AES CTR mode by8 optimization enabled
[   12.247026] Adding 1951860k swap on /dev/sda1.  Priority:-1 extents:1 across:1951860k FS
[   12.491487] [drm] ib test on ring 1 succeeded in 0 usecs
[   12.491635] [drm] ib test on ring 2 succeeded in 0 usecs
[   12.491807] [drm] ib test on ring 3 succeeded in 0 usecs
[   12.491948] [drm] ib test on ring 4 succeeded in 0 usecs
[   12.635946] sha256_ssse3: Using AVX optimized SHA-256 implementation
[   13.010957] [drm] ib test on ring 5 succeeded
[   13.031679] [drm] ib test on ring 6 succeeded
[   13.032327] [drm] ib test on ring 7 succeeded
[   13.033053] [drm] Radeon Display Connectors
[   13.033102] [drm] Connector 0:
[   13.033146] [drm]   DVI-D-1
[   13.033192] [drm]   HPD1
[   13.033237] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[   13.033291] [drm]   Encoders:
[   13.033335] [drm]     DFP1: INTERNAL_UNIPHY
[   13.033380] [drm] Connector 1:
[   13.033423] [drm]   HDMI-A-1
[   13.033466] [drm]   HPD2
[   13.033510] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[   13.033564] [drm]   Encoders:
[   13.033607] [drm]     DFP2: INTERNAL_UNIPHY
[   13.033651] [drm] Connector 2:
[   13.033694] [drm]   VGA-1
[   13.033738] [drm]   DDC: 0x65c0 0x65c0 0x65c4 0x65c4 0x65c8 0x65c8 0x65cc 0x65cc
[   13.033792] [drm]   Encoders:
[   13.033836] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   13.076515] [drm] fb mappable at 0xC0728000
[   13.076566] [drm] vram apper at 0xC0000000
[   13.076609] [drm] size 8294400
[   13.076651] [drm] fb depth is 24
[   13.076692] [drm]    pitch is 7680
[   13.076883] fbcon: radeondrmfb (fb0) is primary device
[   13.107883] Console: switching to colour frame buffer device 240x67
[   13.127784] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[   13.150186] [drm] Initialized radeon 2.43.0 20080528 for 0000:00:01.0 on minor 0
[   13.252076] kvm: Nested Virtualization enabled
[   13.252194] kvm: Nested Paging enabled
[   14.167416] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[   24.752771] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   24.974840] r8169 0000:02:00.0: firmware: direct-loading firmware rtl_nic/rtl8168g-2.fw
[   25.014653] r8169 0000:02:00.0 enp2s0: link down
[   25.014670] r8169 0000:02:00.0 enp2s0: link down
[   25.014976] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   27.525562] r8169 0000:02:00.0 enp2s0: link up
[   27.525597] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready