ubuntuusers.de

dmesg.txt

Autor:
amp3s
Datum:
2. April 2018 16:45
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
[    0.000000] random: get_random_bytes called from start_kernel+0x42/0x50d with crng_init=0
[    0.000000] Linux version 4.13.0-37-generic (buildd@lcy01-amd64-012) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)) #42~16.04.1-Ubuntu SMP Wed Mar 7 16:03:28 UTC 2018 (Ubuntu 4.13.0-37.42~16.04.1-generic 4.13.13)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-37-generic root=UUID=01bca00c-ad94-484f-a28b-50885845b2cc ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    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-0x00000000bff9ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bffa0000-0x00000000bffadfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bffae000-0x00000000bffeffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bfff0000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MSI MS-7592/G41TM-E43 (MS-7592), BIOS V4.1 07/13/2009
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Using PIT calibration value
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FC0000000 write-back
[    0.000000]   2 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] total RAM covered: 4096M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64K 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbffa0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8f72000ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff8f7200099000] 99000 size 24576
[    0.000000] BRK [0x69b2a000, 0x69b2afff] PGTABLE
[    0.000000] BRK [0x69b2b000, 0x69b2bfff] PGTABLE
[    0.000000] BRK [0x69b2c000, 0x69b2cfff] PGTABLE
[    0.000000] BRK [0x69b2d000, 0x69b2dfff] PGTABLE
[    0.000000] BRK [0x69b2e000, 0x69b2efff] PGTABLE
[    0.000000] RAMDISK: [mem 0x320e0000-0x35067fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F9A70 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x00000000BFFA0000 000040 (v01 7592MS A7592400 20090713 MSFT 00000097)
[    0.000000] ACPI: FACP 0x00000000BFFA0200 000084 (v01 7592MS A7592400 20090713 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x00000000BFFA0440 0061B5 (v01 A7592  A7592400 00000400 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BFFAE000 000040
[    0.000000] ACPI: APIC 0x00000000BFFA0390 00006C (v01 7592MS A7592400 20090713 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x00000000BFFA0400 00003C (v01 7592MS OEMMCFG  20090713 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x00000000BFFAE040 000072 (v01 7592MS A7592400 20090713 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000BFFA8440 000038 (v01 7592MS OEMHPET  20090713 MSFT 00000097)
[    0.000000] ACPI: GSCI 0x00000000BFFAE0C0 002024 (v01 7592MS GMCHSCI  20090713 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x00000000BFFB0AF0 000A7C (v01 DpgPmm CpuPm    00000012 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x13ffd2000-0x13fffcfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bff9ffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[    0.000000] On node 0 totalpages: 1048382
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12223 pages used for memmap
[    0.000000]   DMA32 zone: 782240 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0xffffffff 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 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 0xbffa0000-0xbffadfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbffae000-0xbffeffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfff0000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfff00000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xfedfffff] 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:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 45 pages/cpu @ffff8f733fc00000 s146520 r8192 d29608 u524288
[    0.000000] pcpu-alloc: s146520 r8192 d29608 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: 1031978
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-37-generic root=UUID=01bca00c-ad94-484f-a28b-50885845b2cc ro quiet splash vt.handoff=7
[    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: 3986460K/4193528K available (12300K kernel code, 2481K rwdata, 4008K rodata, 2364K init, 2368K bss, 207068K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 37832 entries in 148 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration failed
[    0.004000] tsc: PIT calibration matches HPET. 1 loops
[    0.004000] tsc: Detected 2399.971 MHz processor
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4799.94 BogoMIPS (lpj=9599884)
[    0.004000] pid_max: default: 32768 minimum: 301
[    0.004000] ACPI: Core revision 20170531
[    0.008991] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.009020] Security Framework initialized
[    0.009022] Yama: becoming mindful.
[    0.009044] AppArmor: AppArmor initialized
[    0.010525] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.012014] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.012073] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.012106] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.012394] FEATURE SPEC_CTRL Not Present
[    0.012396] CPU: Physical Processor ID: 0
[    0.012396] CPU: Processor Core ID: 0
[    0.012398] mce: CPU supports 6 MCE banks
[    0.012405] CPU0: Thermal monitoring enabled (TM2)
[    0.012408] process: using mwait in idle threads
[    0.012413] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.012414] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.012416] Spectre V2 mitigation: Mitigation: Full generic retpoline
[    0.012417] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported
[    0.012568] Freeing SMP alternatives memory: 36K
[    0.014549] smpboot: Max logical packages: 1
[    0.014938] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.056000] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz (family: 0x6, model: 0xf, stepping: 0xb)
[    0.056000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.056000] core: PEBS disabled due to CPU errata
[    0.056000] ... version:                2
[    0.056000] ... bit width:              40
[    0.056000] ... generic registers:      2
[    0.056000] ... value mask:             000000ffffffffff
[    0.056000] ... max period:             000000007fffffff
[    0.056000] ... fixed-purpose events:   3
[    0.056000] ... event mask:             0000000700000003
[    0.056000] Hierarchical SRCU implementation.
[    0.056000] smp: Bringing up secondary CPUs ...
[    0.056000] x86: Booting SMP configuration:
[    0.056000] .... node  #0, CPUs:      #1
[    0.056010] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.056150]  #2 #3
[    0.060094] smp: Brought up 1 node, 4 CPUs
[    0.060094] smpboot: Total of 4 processors activated (19199.76 BogoMIPS)
[    0.064342] devtmpfs: initialized
[    0.064342] x86/mm: Memory block size: 128MB
[    0.064699] evm: security.selinux
[    0.064700] evm: security.SMACK64
[    0.064701] evm: security.SMACK64EXEC
[    0.064702] evm: security.SMACK64TRANSMUTE
[    0.064702] evm: security.SMACK64MMAP
[    0.064703] evm: security.ima
[    0.064704] evm: security.capability
[    0.064738] PM: Registering ACPI NVS region [mem 0xbffae000-0xbffeffff] (270336 bytes)
[    0.064738] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.064738] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.064738] pinctrl core: initialized pinctrl subsystem
[    0.064738] RTC time: 14:30:09, date: 04/02/18
[    0.064738] NET: Registered protocol family 16
[    0.064738] cpuidle: using governor ladder
[    0.064738] cpuidle: using governor menu
[    0.064738] PCCT header not found.
[    0.064738] ACPI: bus type PCI registered
[    0.064738] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.064738] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.064738] PCI: not using MMCONFIG
[    0.064738] PCI: Using configuration type 1 for base access
[    0.069158] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.069158] ACPI: Added _OSI(Module Device)
[    0.069158] ACPI: Added _OSI(Processor Device)
[    0.069158] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.069158] ACPI: Added _OSI(Processor Aggregator Device)
[    0.069158] ACPI: Executed 1 blocks of module-level executable AML code
[    0.072002] ACPI: Dynamic OEM Table Load:
[    0.072002] ACPI: SSDT 0xFFFF8F733A67E400 000277 (v01 DpgPmm P001Ist  00000011 INTL 20051117)
[    0.072002] ACPI: Dynamic OEM Table Load:
[    0.072002] ACPI: SSDT 0xFFFF8F733A67F400 000277 (v01 DpgPmm P002Ist  00000012 INTL 20051117)
[    0.072002] ACPI: Dynamic OEM Table Load:
[    0.072002] ACPI: SSDT 0xFFFF8F733A67F000 000277 (v01 DpgPmm P003Ist  00000012 INTL 20051117)
[    0.072002] ACPI: Dynamic OEM Table Load:
[    0.072002] ACPI: SSDT 0xFFFF8F733A67EC00 000277 (v01 DpgPmm P004Ist  00000012 INTL 20051117)
[    0.072002] ACPI: Interpreter enabled
[    0.072002] ACPI: (supports S0 S1 S4 S5)
[    0.072002] ACPI: Using IOAPIC for interrupt routing
[    0.072002] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.072002] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.072002] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.072002] ACPI: GPE 0x1B active on init
[    0.072011] ACPI: Enabled 12 GPEs in block 00 to 1F
[    0.079367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.079372] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.079377] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.079630] PCI host bridge to bus 0000:00
[    0.079633] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.079635] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.079637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.079638] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.079640] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.079642] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window]
[    0.079644] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.079653] pci 0000:00:00.0: [8086:2e30] type 00 class 0x060000
[    0.079677] DMAR: Forcing write-buffer flush capability
[    0.079678] DMAR: Disabling IOMMU for graphics on this chipset
[    0.079762] pci 0000:00:01.0: [8086:2e31] type 01 class 0x060400
[    0.079803] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.079915] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    0.079935] pci 0000:00:1b.0: reg 0x10: [mem 0xfcffc000-0xfcffffff 64bit]
[    0.080006] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.080095] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    0.080161] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.080257] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[    0.080328] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.080419] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
[    0.080485] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.080582] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.080623] pci 0000:00:1d.0: reg 0x20: [io  0xcc00-0xcc1f]
[    0.080722] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.080762] pci 0000:00:1d.1: reg 0x20: [io  0xc880-0xc89f]
[    0.080863] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.080903] pci 0000:00:1d.2: reg 0x20: [io  0xc800-0xc81f]
[    0.081002] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    0.081042] pci 0000:00:1d.3: reg 0x20: [io  0xc480-0xc49f]
[    0.081147] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.081167] pci 0000:00:1d.7: reg 0x10: [mem 0xfcffbc00-0xfcffbfff]
[    0.081241] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.081325] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.081449] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[    0.081528] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    0.081532] pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH6 GPIO
[    0.081535] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
[    0.081539] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0a00 (mask 0017)
[    0.081542] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 00ff)
[    0.081640] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[    0.081657] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.081666] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.081674] pci 0000:00:1f.1: reg 0x18: [io  0x08f0-0x08f7]
[    0.081682] pci 0000:00:1f.1: reg 0x1c: [io  0x08f8-0x08fb]
[    0.081690] pci 0000:00:1f.1: reg 0x20: [io  0xffa0-0xffaf]
[    0.081713] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.081715] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.081716] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.081720] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.081804] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
[    0.081819] pci 0000:00:1f.2: reg 0x10: [io  0xc400-0xc407]
[    0.081826] pci 0000:00:1f.2: reg 0x14: [io  0xc080-0xc083]
[    0.081834] pci 0000:00:1f.2: reg 0x18: [io  0xc000-0xc007]
[    0.081841] pci 0000:00:1f.2: reg 0x1c: [io  0xbc00-0xbc03]
[    0.081848] pci 0000:00:1f.2: reg 0x20: [io  0xb880-0xb88f]
[    0.081881] pci 0000:00:1f.2: PME# supported from D3hot
[    0.081964] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[    0.082016] pci 0000:00:1f.3: reg 0x20: [io  0x0400-0x041f]
[    0.082151] pci 0000:01:00.0: [10de:1c03] type 00 class 0x030000
[    0.082171] pci 0000:01:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
[    0.082182] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.082193] pci 0000:01:00.0: reg 0x1c: [mem 0xce000000-0xcfffffff 64bit pref]
[    0.082201] pci 0000:01:00.0: reg 0x24: [io  0xdc00-0xdc7f]
[    0.082208] pci 0000:01:00.0: reg 0x30: [mem 0xfea80000-0xfeafffff pref]
[    0.082316] pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
[    0.082332] pci 0000:01:00.1: reg 0x10: [mem 0xfea7c000-0xfea7ffff]
[    0.082481] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.082484] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.082487] pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfeafffff]
[    0.082490] pci 0000:00:01.0:   bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[    0.082532] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.082596] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.082623] pci 0000:03:00.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.082650] pci 0000:03:00.0: reg 0x18: [mem 0xfbfff000-0xfbffffff 64bit pref]
[    0.082666] pci 0000:03:00.0: reg 0x20: [mem 0xfbff8000-0xfbffbfff 64bit pref]
[    0.082678] pci 0000:03:00.0: reg 0x30: [mem 0xfebe0000-0xfebfffff pref]
[    0.082755] pci 0000:03:00.0: supports D1 D2
[    0.082757] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.096024] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.096029] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.096033] pci 0000:00:1c.1:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.096040] pci 0000:00:1c.1:   bridge window [mem 0xfbf00000-0xfbffffff 64bit pref]
[    0.096099] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.096185] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[    0.096193] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.096195] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.096197] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.096199] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.096201] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff window] (subtractive decode)
[    0.096203] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xffffffff window] (subtractive decode)
[    0.096961] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.097021] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.097079] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.097138] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.097196] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.097255] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.097314] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.097373] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 7 10 11 12 14 15)
[    0.100002] SCSI subsystem initialized
[    0.100026] libata version 3.00 loaded.
[    0.100033] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.100033] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.100033] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.100033] vgaarb: loaded
[    0.100062] ACPI: bus type USB registered
[    0.100079] usbcore: registered new interface driver usbfs
[    0.100089] usbcore: registered new interface driver hub
[    0.100114] usbcore: registered new device driver usb
[    0.100161] EDAC MC: Ver: 3.0.0
[    0.100161] PCI: Using ACPI for IRQ routing
[    0.103853] PCI: pci_cache_line_size set to 64 bytes
[    0.103897] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.103899] e820: reserve RAM buffer [mem 0xbffa0000-0xbfffffff]
[    0.104012] NetLabel: Initializing
[    0.104013] NetLabel:  domain hash size = 128
[    0.104014] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.104032] NetLabel:  unlabeled traffic allowed by default
[    0.108021] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.108024] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.108029] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.110045] clocksource: Switched to clocksource hpet
[    0.124499] VFS: Disk quotas dquot_6.6.0
[    0.124526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.125130] AppArmor: AppArmor Filesystem Enabled
[    0.125195] pnp: PnP ACPI init
[    0.125304] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.125306] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.125311] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.125388] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.125604] pnp 00:02: [dma 0 disabled]
[    0.125672] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.125975] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.125977] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.125980] system 00:03: [io  0x0480-0x04bf] has been reserved
[    0.125982] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.125984] system 00:03: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.125988] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.126091] system 00:04: [mem 0xffc00000-0xffefffff] has been reserved
[    0.126095] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.126208] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.126211] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.126214] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.126359] system 00:06: [io  0x0a00-0x0adf] has been reserved
[    0.126362] system 00:06: [io  0x0ae0-0x0aef] has been reserved
[    0.126365] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.126445] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.126448] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.126629] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.126632] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.126634] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.126636] system 00:08: [mem 0x00100000-0xbfffffff] could not be reserved
[    0.126639] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.126766] pnp: PnP ACPI: found 9 devices
[    0.134779] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.134798] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.134801] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.134804] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.134816] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.134818] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[    0.134821] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[    0.134837] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
[    0.134842] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.134845] pci 0000:00:1c.2: BAR 14: assigned [mem 0xc0400000-0xc05fffff]
[    0.134849] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[    0.134852] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.134855] pci 0000:00:1c.2: BAR 13: assigned [io  0x2000-0x2fff]
[    0.134859] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.134862] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.134865] pci 0000:00:01.0:   bridge window [mem 0xfd000000-0xfeafffff]
[    0.134868] pci 0000:00:01.0:   bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[    0.134871] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.134874] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.134878] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc01fffff]
[    0.134881] pci 0000:00:1c.0:   bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.134886] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.134889] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.134893] pci 0000:00:1c.1:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.134896] pci 0000:00:1c.1:   bridge window [mem 0xfbf00000-0xfbffffff 64bit pref]
[    0.134901] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.134904] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    0.134908] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff]
[    0.134911] pci 0000:00:1c.2:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[    0.134917] pci 0000:00:1e.0: PCI bridge to [bus 05]
[    0.134927] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.134928] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.134930] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.134932] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.134934] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff window]
[    0.134936] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff window]
[    0.134937] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.134939] pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfeafffff]
[    0.134941] pci_bus 0000:01: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
[    0.134943] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    0.134944] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
[    0.134946] pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.134948] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.134950] pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.134952] pci_bus 0000:03: resource 2 [mem 0xfbf00000-0xfbffffff 64bit pref]
[    0.134953] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.134955] pci_bus 0000:04: resource 1 [mem 0xc0400000-0xc05fffff]
[    0.134957] pci_bus 0000:04: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[    0.134959] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
[    0.134961] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
[    0.134962] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.134964] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.134966] pci_bus 0000:05: resource 8 [mem 0xc0000000-0xdfffffff window]
[    0.134968] pci_bus 0000:05: resource 9 [mem 0xf0000000-0xffffffff window]
[    0.135046] NET: Registered protocol family 2
[    0.135273] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.135380] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.135535] TCP: Hash tables configured (established 32768 bind 32768)
[    0.135588] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.135612] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.135674] NET: Registered protocol family 1
[    0.136416] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.136427] PCI: CLS 32 bytes, default 64
[    0.136482] Unpacking initramfs...
[    1.014420] Freeing initrd memory: 48672K
[    1.014427] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.014431] software IO TLB [mem 0xbbfa0000-0xbffa0000] (64MB) mapped at [ffff8f72bbfa0000-ffff8f72bff9ffff]
[    1.014655] Scanning for low memory corruption every 60 seconds
[    1.014986] audit: initializing netlink subsys (disabled)
[    1.015118] audit: type=2000 audit(1522679410.015:1): state=initialized audit_enabled=0 res=1
[    1.015446] Initialise system trusted keyrings
[    1.015458] Key type blacklist registered
[    1.015523] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.017353] zbud: loaded
[    1.017946] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.018158] fuse init (API version 7.26)
[    1.020428] Key type asymmetric registered
[    1.020431] Asymmetric key parser 'x509' registered
[    1.020502] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.020556] io scheduler noop registered
[    1.020558] io scheduler deadline registered
[    1.020609] io scheduler cfq registered (default)
[    1.020959] pcieport 0000:00:1c.0: enabling device (0104 -> 0107)
[    1.021251] pcieport 0000:00:1c.2: enabling device (0104 -> 0107)
[    1.021496] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    1.021497] vesafb: scrolling: redraw
[    1.021499] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.021512] vesafb: framebuffer at 0xcf000000, mapped to 0xffffb78001000000, using 8128k, total 8128k
[    1.021630] Console: switching to colour frame buffer device 240x67
[    1.021681] fb0: VESA VGA frame buffer device
[    1.021694] intel_idle: does not run on family 6 model 15
[    1.021800] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.021829] ACPI: Power Button [PWRB]
[    1.021879] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.021911] ACPI: Power Button [PWRF]
[    1.022209] GHES: HEST is not enabled!
[    1.022308] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.042722] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.044312] Linux agpgart interface v0.103
[    1.046322] loop: module loaded
[    1.046457] ata_piix 0000:00:1f.1: version 2.13
[    1.047545] scsi host0: ata_piix
[    1.047675] scsi host1: ata_piix
[    1.047743] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    1.047746] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    1.047886] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.049016] scsi host2: ata_piix
[    1.049156] scsi host3: ata_piix
[    1.049213] ata3: SATA max UDMA/133 cmd 0xc400 ctl 0xc080 bmdma 0xb880 irq 19
[    1.049215] ata4: SATA max UDMA/133 cmd 0xc000 ctl 0xbc00 bmdma 0xb888 irq 19
[    1.049353] libphy: Fixed MDIO Bus: probed
[    1.049354] tun: Universal TUN/TAP device driver, 1.6
[    1.049406] PPP generic driver version 2.4.2
[    1.049456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.049459] ehci-pci: EHCI PCI platform driver
[    1.049562] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.049570] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.049582] ehci-pci 0000:00:1d.7: debug port 1
[    1.053498] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[    1.053531] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfcffbc00
[    1.072034] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.072122] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.072128] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.072130] usb usb1: Product: EHCI Host Controller
[    1.072133] usb usb1: Manufacturer: Linux 4.13.0-37-generic ehci_hcd
[    1.072135] usb usb1: SerialNumber: 0000:00:1d.7
[    1.072287] hub 1-0:1.0: USB hub found
[    1.072295] hub 1-0:1.0: 8 ports detected
[    1.072518] ehci-platform: EHCI generic platform driver
[    1.072531] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.072535] ohci-pci: OHCI PCI platform driver
[    1.072546] ohci-platform: OHCI generic platform driver
[    1.072553] uhci_hcd: USB Universal Host Controller Interface driver
[    1.072629] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.072637] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.072643] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.072660] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000cc00
[    1.072706] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.072708] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.072710] usb usb2: Product: UHCI Host Controller
[    1.072711] usb usb2: Manufacturer: Linux 4.13.0-37-generic uhci_hcd
[    1.072713] usb usb2: SerialNumber: 0000:00:1d.0
[    1.072814] hub 2-0:1.0: USB hub found
[    1.072820] hub 2-0:1.0: 2 ports detected
[    1.072970] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.072975] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.072981] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.072997] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c880
[    1.073047] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.073049] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.073051] usb usb3: Product: UHCI Host Controller
[    1.073053] usb usb3: Manufacturer: Linux 4.13.0-37-generic uhci_hcd
[    1.073055] usb usb3: SerialNumber: 0000:00:1d.1
[    1.073151] hub 3-0:1.0: USB hub found
[    1.073157] hub 3-0:1.0: 2 ports detected
[    1.073302] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.073307] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.073313] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.073337] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c800
[    1.073389] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.073391] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.073392] usb usb4: Product: UHCI Host Controller
[    1.073394] usb usb4: Manufacturer: Linux 4.13.0-37-generic uhci_hcd
[    1.073396] usb usb4: SerialNumber: 0000:00:1d.2
[    1.073503] hub 4-0:1.0: USB hub found
[    1.073509] hub 4-0:1.0: 2 ports detected
[    1.073659] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.073665] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    1.073670] uhci_hcd 0000:00:1d.3: detected 2 ports
[    1.073694] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000c480
[    1.073739] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.073741] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.073743] usb usb5: Product: UHCI Host Controller
[    1.073744] usb usb5: Manufacturer: Linux 4.13.0-37-generic uhci_hcd
[    1.073746] usb usb5: SerialNumber: 0000:00:1d.3
[    1.073841] hub 5-0:1.0: USB hub found
[    1.073847] hub 5-0:1.0: 2 ports detected
[    1.073980] i8042: PNP: No PS/2 controller found.
[    1.073981] i8042: Probing ports directly.
[    1.074351] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.074357] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.074535] mousedev: PS/2 mouse device common for all mice
[    1.074702] rtc_cmos 00:01: RTC can wake from S4
[    1.074807] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.074828] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.074835] i2c /dev entries driver
[    1.074891] device-mapper: uevent: version 1.0.3
[    1.074972] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    1.075031] ledtrig-cpu: registered to indicate activity on CPUs
[    1.075555] NET: Registered protocol family 10
[    1.080721] Segment Routing with IPv6
[    1.080740] NET: Registered protocol family 17
[    1.080750] Key type dns_resolver registered
[    1.081082] RAS: Correctable Errors collector initialized.
[    1.081126] microcode: sig=0x6fb, pf=0x10, revision=0xb6
[    1.081178] microcode: Microcode Update Driver: v2.2.
[    1.081190] sched_clock: Marking stable (1081171309, 0)->(1186089107, -104917798)
[    1.081401] registered taskstats version 1
[    1.081419] Loading compiled-in X.509 certificates
[    1.084896] Loaded X.509 cert 'Build time autogenerated kernel key: 039842e4c5826cfde4aee35bb7ba969e0b39b60f'
[    1.084919] zswap: loaded using pool lzo/zbud
[    1.089139] Key type big_key registered
[    1.089144] Key type trusted registered
[    1.091525] Key type encrypted registered
[    1.091528] AppArmor: AppArmor sha1 policy hashing enabled
[    1.091531] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    1.091550] evm: HMAC attrs: 0x1
[    1.091772]   Magic number: 14:99:535
[    1.091802] tty ttyS15: hash matches
[    1.091905] rtc_cmos 00:01: setting system clock to 2018-04-02 14:30:10 UTC (1522679410)
[    1.092713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.092713] EDD information not available.
[    1.092748] PM: Hibernation image not present or could not be loaded.
[    1.242501] ata3.00: ATA-10: ADATA SU800, P0801A, max UDMA/133
[    1.242505] ata3.00: 500118192 sectors, multi 2: LBA48 NCQ (depth 0/32)
[    1.242721] ata3.01: ATAPI: LITE-ON DVDRW LH-20A1S, 9L08, max UDMA/100
[    1.245382] ata3.00: configured for UDMA/133
[    1.268139] ata3.01: configured for UDMA/100
[    1.269039] scsi 2:0:0:0: Direct-Access     ATA      ADATA SU800      1A   PQ: 0 ANSI: 5
[    1.269271] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    1.269291] sd 2:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    1.269293] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    1.269308] sd 2:0:0:0: [sda] Write Protect is off
[    1.269310] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.269333] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.270545] scsi 2:0:1:0: CD-ROM            LITE-ON  DVDRW LH-20A1S   9L08 PQ: 0 ANSI: 5
[    1.294235] sr 2:0:1:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.294237] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.294401] sr 2:0:1:0: Attached scsi CD-ROM sr0
[    1.294461] sr 2:0:1:0: Attached scsi generic sg1 type 5
[    1.295286]  sda: sda1 sda2 < sda5 >
[    1.295782] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.299060] Freeing unused kernel memory: 2364K
[    1.299062] Write protecting the kernel read-only data: 18432k
[    1.299951] Freeing unused kernel memory: 2024K
[    1.300287] Freeing unused kernel memory: 88K
[    1.302948] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.302948] x86/mm: Checking user space page tables
[    1.305330] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.400286] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.400296] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.400738] r8169 0000:03:00.0 eth0: RTL8168d/8111d at 0xffffb78000655000, 00:24:21:b5:fb:5c, XID 081000c0 IRQ 24
[    1.400741] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.435160] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    1.480711] checking generic (cf000000 7f0000) vs hw (d0000000 10000000)
[    1.480713] checking generic (cf000000 7f0000) vs hw (ce000000 2000000)
[    1.480714] fb: switching to nouveaufb from VESA VGA
[    1.480747] Console: switching to colour dummy device 80x25
[    1.480955] nouveau 0000:01:00.0: NVIDIA GP106 (136000a1)
[    1.544018] usb 2-1: new low-speed USB device number 2 using uhci_hcd
[    1.592649] nouveau 0000:01:00.0: bios: version 86.06.45.00.3c
[    1.594457] nouveau 0000:01:00.0: fb: 6144 MiB GDDR5
[    1.595617] [TTM] Zone  kernel: Available graphics memory: 2019822 kiB
[    1.595618] [TTM] Initializing pool allocator
[    1.595625] [TTM] Initializing DMA pool allocator
[    1.595648] nouveau 0000:01:00.0: DRM: VRAM: 6144 MiB
[    1.595649] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[    1.595652] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    1.595654] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    1.595656] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    1.595658] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    1.595661] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000f42 04620030
[    1.595663] nouveau 0000:01:00.0: DRM: DCB outp 01: 04811f96 04600020
[    1.595665] nouveau 0000:01:00.0: DRM: DCB outp 02: 04011f92 04620020
[    1.595667] nouveau 0000:01:00.0: DRM: DCB outp 03: 04822f86 04600010
[    1.595669] nouveau 0000:01:00.0: DRM: DCB outp 04: 04022f82 04620010
[    1.595671] nouveau 0000:01:00.0: DRM: DCB outp 06: 02033f72 04620020
[    1.595673] nouveau 0000:01:00.0: DRM: DCB outp 07: 02844f66 04600010
[    1.595675] nouveau 0000:01:00.0: DRM: DCB outp 08: 02044f62 00020010
[    1.595677] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001031
[    1.595679] nouveau 0000:01:00.0: DRM: DCB conn 01: 02000146
[    1.595680] nouveau 0000:01:00.0: DRM: DCB conn 02: 01000246
[    1.595682] nouveau 0000:01:00.0: DRM: DCB conn 03: 00020361
[    1.595684] nouveau 0000:01:00.0: DRM: DCB conn 04: 00010446
[    1.595686] nouveau 0000:01:00.0: DRM: Pointer to flat panel table invalid
[    1.682606] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.682607] [drm] Driver supports precise vblank timestamp query.
[    1.737060] usb 2-1: New USB device found, idVendor=0e6a, idProduct=02c0
[    1.737062] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.737064] usb 2-1: Product: PS/2+USB Keyboard
[    1.737066] usb 2-1: Manufacturer: dakai
[    1.740007] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    1.745190] hidraw: raw HID events driver (C) Jiri Kosina
[    1.774283] usbcore: registered new interface driver usbhid
[    1.774284] usbhid: USB HID core driver
[    1.776345] input: dakai PS/2+USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/0003:0E6A:02C0.0001/input/input5
[    1.836137] hid-generic 0003:0E6A:02C0.0001: input,hidraw0: USB HID v1.11 Keyboard [dakai PS/2+USB Keyboard] on usb-0000:00:1d.0-1/input0
[    1.836438] input: dakai PS/2+USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/0003:0E6A:02C0.0002/input/input6
[    1.896142] hid-generic 0003:0E6A:02C0.0002: input,hidraw1: USB HID v1.11 Device [dakai PS/2+USB Keyboard] on usb-0000:00:1d.0-1/input1
[    2.044034] tsc: Refined TSC clocksource calibration: 2399.970 MHz
[    2.044046] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22981b2070c, max_idle_ns: 440795245529 ns
[    2.067551] nouveau 0000:01:00.0: timeout
[    2.067571] ------------[ cut here ]------------
[    2.067631] WARNING: CPU: 0 PID: 186 at /build/linux-hwe-qx9Tq0/linux-hwe-4.13.0/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ls_ucode_msgqueue.c:184 acr_ls_sec2_post_run+0x26f/0x280 [nouveau]
[    2.067631] Modules linked in: hid_generic usbhid hid nouveau(+) mxm_wmi wmi video i2c_algo_bit ttm psmouse drm_kms_helper syscopyarea sysfillrect pata_acpi sysimgblt fb_sys_fops drm r8169 mii floppy(+)
[    2.067649] CPU: 0 PID: 186 Comm: systemd-udevd Not tainted 4.13.0-37-generic #42~16.04.1-Ubuntu
[    2.067650] Hardware name: MSI MS-7592/G41TM-E43 (MS-7592), BIOS V4.1 07/13/2009
[    2.067651] task: ffff8f7330bc5800 task.stack: ffffb78000bd4000
[    2.067692] RIP: 0010:acr_ls_sec2_post_run+0x26f/0x280 [nouveau]
[    2.067693] RSP: 0018:ffffb78000bd7350 EFLAGS: 00010282
[    2.067695] RAX: 000000000000001d RBX: ffff8f733a6d23f0 RCX: ffffffff9f2611c8
[    2.067696] RDX: 0000000000000000 RSI: 0000000000000096 RDI: 0000000000000202
[    2.067698] RBP: ffffb78000bd7388 R08: 0000000000000001 R09: 00000000000002aa
[    2.067699] R10: ffffb78000bd7340 R11: 00000000000002aa R12: ffff8f732fdb2780
[    2.067700] R13: 0000000000000040 R14: ffff8f73308c28a0 R15: 000000007b2cf1c0
[    2.067702] FS:  00007f7905bfb8c0(0000) GS:ffff8f733fc00000(0000) knlGS:0000000000000000
[    2.067703] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    2.067705] CR2: 000055f332d990b8 CR3: 0000000130bba000 CR4: 00000000000006f0
[    2.067706] Call Trace:
[    2.067749]  acr_r352_bootstrap+0x21c/0x280 [nouveau]
[    2.067790]  acr_r352_reset+0x35/0x230 [nouveau]
[    2.067833]  ? gf100_gr_zbc_clear_depth+0x81/0x90 [nouveau]
[    2.067873]  nvkm_secboot_reset+0x6a/0x70 [nouveau]
[    2.067915]  gf100_gr_init_ctxctl_ext+0x65/0x790 [nouveau]
[    2.067958]  gf100_gr_init_ctxctl+0x1f5/0x290 [nouveau]
[    2.068000]  gp100_gr_init+0x766/0x7a0 [nouveau]
[    2.068043]  gf100_gr_init_+0x5b/0x60 [nouveau]
[    2.068085]  nvkm_gr_init+0x1d/0x20 [nouveau]
[    2.068115]  nvkm_engine_init+0x13b/0x1f0 [nouveau]
[    2.068145]  nvkm_subdev_init+0x9a/0x200 [nouveau]
[    2.068175]  nvkm_engine_ref+0x52/0x70 [nouveau]
[    2.068205]  nvkm_ioctl_new+0x122/0x290 [nouveau]
[    2.068247]  ? nvkm_fifo_chan_dtor+0xd0/0xd0 [nouveau]
[    2.068289]  ? gf100_gr_chsw_load+0x50/0x50 [nouveau]
[    2.068320]  nvkm_ioctl+0x12f/0x250 [nouveau]
[    2.068362]  nvkm_client_ioctl+0x12/0x20 [nouveau]
[    2.068392]  nvif_object_ioctl+0x47/0x50 [nouveau]
[    2.068421]  nvif_object_init+0xc2/0x130 [nouveau]
[    2.068463]  nvc0_fbcon_accel_init+0x57/0x920 [nouveau]
[    2.068505]  nouveau_fbcon_create+0x527/0x5c0 [nouveau]
[    2.068509]  ? dev_printk_emit+0x4a/0x70
[    2.068521]  drm_fb_helper_initial_config+0x20a/0x3f0 [drm_kms_helper]
[    2.068563]  nouveau_fbcon_init+0x106/0x160 [nouveau]
[    2.068605]  nouveau_drm_load+0x253/0x8c0 [nouveau]
[    2.068609]  ? sysfs_do_create_link_sd.isra.2+0x70/0xb0
[    2.068629]  drm_dev_register+0x149/0x1e0 [drm]
[    2.068640]  drm_get_pci_dev+0x9d/0x160 [drm]
[    2.068683]  nouveau_drm_probe+0x1e5/0x250 [nouveau]
[    2.068686]  local_pci_probe+0x4a/0xa0
[    2.068688]  pci_device_probe+0x159/0x1a0
[    2.068691]  driver_probe_device+0x2a7/0x450
[    2.068693]  __driver_attach+0xe2/0xf0
[    2.068695]  ? driver_probe_device+0x450/0x450
[    2.068696]  bus_for_each_dev+0x72/0xc0
[    2.068698]  driver_attach+0x1e/0x20
[    2.068700]  bus_add_driver+0x1f4/0x270
[    2.068701]  ? 0xffffffffc05f6000
[    2.068703]  driver_register+0x60/0xe0
[    2.068705]  ? 0xffffffffc05f6000
[    2.068707]  __pci_register_driver+0x4c/0x50
[    2.068718]  drm_pci_init+0xeb/0x100 [drm]
[    2.068719]  ? 0xffffffffc05f6000
[    2.068720]  ? 0xffffffffc05f6000
[    2.068750]  nouveau_drm_init+0x1e0/0x1000 [nouveau]
[    2.068753]  do_one_initcall+0x55/0x1b0
[    2.068756]  ? __vunmap+0x81/0xb0
[    2.068758]  ? kmem_cache_alloc_trace+0x154/0x1b0
[    2.068760]  ? kfree+0x165/0x170
[    2.068764]  do_init_module+0x5f/0x209
[    2.068766]  load_module+0x1996/0x1da0
[    2.068769]  SYSC_finit_module+0xe5/0x120
[    2.068771]  ? SYSC_finit_module+0xe5/0x120
[    2.068773]  SyS_finit_module+0xe/0x10
[    2.068776]  entry_SYSCALL_64_fastpath+0x24/0xab
[    2.068778] RIP: 0033:0x7f7904a704d9
[    2.068779] RSP: 002b:00007ffe0af94bf8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    2.068781] RAX: ffffffffffffffda RBX: 000055f332d515d0 RCX: 00007f7904a704d9
[    2.068782] RDX: 0000000000000000 RSI: 00007f7904f66e23 RDI: 0000000000000016
[    2.068783] RBP: 00007f7904f66e23 R08: 0000000000000000 R09: 0000000000000000
[    2.068784] R10: 0000000000000016 R11: 0000000000000246 R12: 0000000000000000
[    2.068786] R13: 000055f332d51a20 R14: 0000000000020000 R15: 000000000aba9500
[    2.068787] Code: 8b 45 d0 48 8b 78 10 48 8b 5f 50 48 85 db 75 04 48 8b 5f 10 e8 03 24 13 de 48 89 da 48 89 c6 48 c7 c7 f9 fa 59 c0 e8 d2 0e c3 dd <0f> ff e9 42 fe ff ff 66 2e 0f 1f 84 00 00 00 00 00 66 66 66 66 
[    2.068823] ---[ end trace 236c934de9efb65a ]---
[    2.164032] usb 1-2: new high-speed USB device number 3 using ehci-pci
[    2.317576] usb 1-2: New USB device found, idVendor=090c, idProduct=1000
[    2.317579] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.317582] usb 1-2: Product: Intenso Speed Line
[    2.317584] usb 1-2: Manufacturer: SMI Technology
[    2.317590] usb 1-2: SerialNumber: 17092500088070
[    2.572025] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[    2.759089] usb 3-1: New USB device found, idVendor=046d, idProduct=c077
[    2.759092] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.759094] usb 3-1: Product: USB Optical Mouse
[    2.759097] usb 3-1: Manufacturer: Logitech
[    2.774488] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:046D:C077.0003/input/input7
[    2.774591] hid-generic 0003:046D:C077.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-1/input0
[    3.068105] clocksource: Switched to clocksource tsc
[    3.180028] usb 1-4: new high-speed USB device number 5 using ehci-pci
[    3.336083] usb 1-4: New USB device found, idVendor=13fe, idProduct=3600
[    3.336086] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.336089] usb 1-4: Product: DISK
[    3.336091] usb 1-4: Manufacturer: USB2.0
[    3.336094] usb 1-4: SerialNumber: 7FB80300FFAF181B
[    3.628192] usb-storage 1-2:1.0: USB Mass Storage device detected
[    3.628351] scsi host4: usb-storage 1-2:1.0
[    3.628453] usb-storage 1-4:1.0: USB Mass Storage device detected
[    3.628530] usb-storage 1-4:1.0: Quirks match for vid 13fe pid 3600: 4000
[    3.628563] scsi host5: usb-storage 1-4:1.0
[    3.628641] usbcore: registered new interface driver usb-storage
[    3.630253] usbcore: registered new interface driver uas
[    4.124026] nouveau 0000:01:00.0: secboot: error during falcon reset: -110
[    4.124035] nouveau 0000:01:00.0: gr: init failed, -110
[    4.126785] nouveau 0000:01:00.0: DRM: allocated 1920x1080 fb: 0x60000, bo ffff8f7330086000
[    4.126906] fbcon: nouveaufb (fb0) is primary device
[    4.127048] Console: switching to colour frame buffer device 240x67
[    4.127100] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[    4.280111] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[    4.572050] floppy0: no floppy controllers found
[    4.822125] scsi 5:0:0:0: Direct-Access     USB2.0   DISK             DL11 PQ: 0 ANSI: 0 CCS
[    4.835592] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.887632] scsi 4:0:0:0: Direct-Access     Intenso  Speed Line            PQ: 0 ANSI: 6
[    4.887993] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    4.888287] sd 5:0:0:0: Attached scsi generic sg3 type 0
[    4.888738] sd 4:0:0:0: [sdb] 30310400 512-byte logical blocks: (15.5 GB/14.5 GiB)
[    4.889362] sd 4:0:0:0: [sdb] Write Protect is off
[    4.889364] sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    4.889508] sd 5:0:0:0: [sdc] 7905280 512-byte logical blocks: (4.05 GB/3.77 GiB)
[    4.889756] sd 5:0:0:0: [sdc] Write Protect is off
[    4.889759] sd 5:0:0:0: [sdc] Mode Sense: 23 00 00 00
[    4.889924] sd 5:0:0:0: [sdc] No Caching mode page found
[    4.889936] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[    4.889959] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.894634]  sdb: sdb1
[    4.895116]  sdc: sdc1
[    4.897142] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    4.897430] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[    4.984307] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    4.984504] systemd[1]: Detected architecture x86-64.
[    4.984726] systemd[1]: Set hostname to <76241>.
[    5.093553] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.093681] systemd[1]: Listening on Journal Socket.
[    5.093718] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.093781] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.093955] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.094074] systemd[1]: Created slice User and Session Slice.
[    5.094129] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[    5.151738] lp: driver loaded but no devices found
[    5.156619] ppdev: user-space parallel port driver
[    5.272443] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    5.289405] systemd-journald[273]: Received request to flush runtime journal from PID 1
[    5.448551] audit: type=1400 audit(1522679414.856:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=499 comm="apparmor_parser"
[    5.448558] audit: type=1400 audit(1522679414.856:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=499 comm="apparmor_parser"
[    5.448563] audit: type=1400 audit(1522679414.856:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=499 comm="apparmor_parser"
[    5.448566] audit: type=1400 audit(1522679414.856:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=499 comm="apparmor_parser"
[    5.460167] audit: type=1400 audit(1522679414.868:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=503 comm="apparmor_parser"
[    5.469460] audit: type=1400 audit(1522679414.877:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=502 comm="apparmor_parser"
[    5.469464] audit: type=1400 audit(1522679414.877:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=502 comm="apparmor_parser"
[    5.469466] audit: type=1400 audit(1522679414.877:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//snap_update_ns" pid=502 comm="apparmor_parser"
[    5.471843] audit: type=1400 audit(1522679414.879:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=507 comm="apparmor_parser"
[    5.496987] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.597790] intel_rng: FWH not detected
[    5.658158] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000084F (\PMRG) (20170531/utaddress-247)
[    5.658165] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.658206] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    5.659884] leds_ss4200: no LED devices found
[    5.691573] snd_hda_intel 0000:01:00.1: Disabling MSI
[    5.691581] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.734054] coretemp coretemp.0: Using relative temperature scale!
[    5.735462] coretemp coretemp.0: Using relative temperature scale!
[    5.735513] coretemp coretemp.0: Using relative temperature scale!
[    5.735575] coretemp coretemp.0: Using relative temperature scale!
[    5.737529] intel_powerclamp: No package C-state available
[    5.808785] random: crng init done
[    5.977688] gpio_ich: GPIO from 462 to 511 on gpio_ich
[    6.186047] Adding 4192252k swap on /dev/sda5.  Priority:-1 extents:1 across:4192252k SSFS
[    6.828564] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    6.905372] r8169 0000:03:00.0 enp3s0: link down
[    6.905375] r8169 0000:03:00.0 enp3s0: link down
[    6.905439] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    7.775363] nouveau 0000:01:00.0: gr: FECS falcon already acquired by gr!
[    7.775369] nouveau 0000:01:00.0: gr: init failed, -16
[    8.545792] r8169 0000:03:00.0 enp3s0: link up
[    8.545803] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[    8.672094] floppy0: no floppy controllers found
[    8.736069] snd_hda_intel 0000:00:1b.0: azx_get_response timeout, switching to polling mode: last cmd=0x100f0000
[    9.019112] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    9.019211] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
[    9.019292] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[    9.019368] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[    9.744036] snd_hda_intel 0000:00:1b.0: No response from codec, disabling MSI: last cmd=0x100f0000
[   10.756036] snd_hda_intel 0000:00:1b.0: Codec #1 probe error; disabling it...
[   10.771476] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC889: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   10.771478] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.771481] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   10.771482] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   10.771484] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   10.771486] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   10.771488] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   10.771490] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   10.771492] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   10.786516] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   10.786631] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   10.786723] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   10.786818] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   10.788133] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[   10.788231] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[   10.788319] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[   10.788404] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
tsc hpet acpi_pm 
           CPU0       CPU1       CPU2       CPU3       
  0:         40          0          0          0   IO-APIC   2-edge      timer
  1:          2          0          0          1   IO-APIC   1-edge      i8042
  8:          0          0          1          0   IO-APIC   8-edge      rtc0
  9:          0          0          0          0   IO-APIC   9-fasteoi   acpi
 12:          1          2          1          0   IO-APIC  12-edge      i8042
 14:          1          0          0          0   IO-APIC  14-edge      ata_piix
 15:          0          0          0          0   IO-APIC  15-edge      ata_piix
 16:        212        214        265        262   IO-APIC  16-fasteoi   uhci_hcd:usb5, snd_hda_intel:card0
 17:        220        637        216        212   IO-APIC  17-fasteoi   snd_hda_intel:card1
 18:          0          0          0          0   IO-APIC  18-fasteoi   uhci_hcd:usb4
 19:       1332       1339       1331      20139   IO-APIC  19-fasteoi   ata_piix, uhci_hcd:usb3
 23:       5526     190647       5534       5514   IO-APIC  23-fasteoi   ehci_hcd:usb1, uhci_hcd:usb2
 24:         29       2350         30         28   PCI-MSI 1572864-edge      enp3s0
 25:        131        386        130        188   PCI-MSI 524288-edge      nvkm
NMI:         37         31         43         34   Non-maskable interrupts
LOC:      35830      34729      22454      18260   Local timer interrupts
SPU:          0          0          0          0   Spurious interrupts
PMI:         37         31         43         34   Performance monitoring interrupts
IWI:       9867       7370       7672       9715   IRQ work interrupts
RTR:          0          0          0          0   APIC ICR read retries
RES:       5126       4796       5801       4163   Rescheduling interrupts
CAL:       9029       6659       8918       5509   Function call interrupts
TLB:       3457       3217       7468       3890   TLB shootdowns
TRM:          0          0          0          0   Thermal event interrupts
THR:          0          0          0          0   Threshold APIC interrupts
DFR:          0          0          0          0   Deferred Error APIC interrupts
MCE:          0          0          0          0   Machine check exceptions
MCP:          3          3          3          3   Machine check polls
ERR:          0
MIS:          0
PIN:          0          0          0          0   Posted-interrupt notification event
NPI:          0          0          0          0   Nested posted-interrupt event
PIW:          0          0          0          0   Posted-interrupt wakeup event
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name           Version      Architektur  Beschreibung
+++-==============-============-============-=================================
un  nvidia-common  <keine>      <keine>      (keine Beschreibung vorhanden)
un  nvidia-prime   <keine>      <keine>      (keine Beschreibung vorhanden)