ubuntuusers.de

F5_dmesg

Autor:
uududde
Datum:
6. September 2018 22:17
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
[    0.000000] microcode: microcode updated early to revision 0x28, date = 2018-05-22
[    0.000000] Linux version 4.18.6-041806-generic (kernel@kathleen) (gcc version 8.2.0 (Ubuntu 8.2.0-4ubuntu1)) #201809050847 SMP Wed Sep 5 08:49:36 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.18.6-041806-generic root=UUID=56d1892e-11f4-4c36-a951-31489c9d0864 ro quiet splash vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000003dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000003e000-0x000000000003ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000040000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000012151000-0x00000000770d5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000770d6000-0x000000007996dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007996e000-0x0000000079990fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000079991000-0x00000000799f0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000799f1000-0x0000000079d58fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079d59000-0x0000000079e00fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000079e01000-0x000000007a753fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a754000-0x000000007a7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a800000-0x000000007abfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ac00000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.60 by TECLAST
[    0.000000] efi:  ACPI 2.0=0x79975000  ACPI=0x79975000  SMBIOS=0x79c12000  SMBIOS 3.0=0x79c11000  ESRT=0x76211098  MEMATTR=0x74195018 
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: TECLAST F5/F5, BIOS tPAD 3.05 06/06/2018
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x280000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00FF800000 mask 7FFF800000 write-combining
[    0.000000]   1 base 0000000000 mask 7F80000000 write-back
[    0.000000]   2 base 007B000000 mask 7FFF000000 uncachable
[    0.000000]   3 base 007C000000 mask 7FFC000000 uncachable
[    0.000000]   4 base 0100000000 mask 7F00000000 write-back
[    0.000000]   5 base 0200000000 mask 7F80000000 write-back
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0x7ac00 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x0000000076211098 to 0x00000000762110d0.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [(____ptrval____)] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x215d5b000, 0x215d5bfff] PGTABLE
[    0.000000] BRK [0x215d5c000, 0x215d5cfff] PGTABLE
[    0.000000] BRK [0x215d5d000, 0x215d5dfff] PGTABLE
[    0.000000] BRK [0x215d5e000, 0x215d5efff] PGTABLE
[    0.000000] BRK [0x215d5f000, 0x215d5ffff] PGTABLE
[    0.000000] BRK [0x215d60000, 0x215d60fff] PGTABLE
[    0.000000] BRK [0x215d61000, 0x215d61fff] PGTABLE
[    0.000000] BRK [0x215d62000, 0x215d62fff] PGTABLE
[    0.000000] BRK [0x215d63000, 0x215d63fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x317cf000-0x34bdefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x0000000079975000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000799750C0 0000EC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000079981EC0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x0000000079975250 00CC67 (v02 ALASKA A M I    01072009 INTL 20160930)
[    0.000000] ACPI: FACS 0x00000000799F0080 000040
[    0.000000] ACPI: FPDT 0x0000000079981FE0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x0000000079982030 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MSDM 0x00000000799820D0 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x0000000079982130 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: DBG2 0x0000000079982170 000072 (v00 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.000000] ACPI: DBGP 0x00000000799821F0 000034 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.000000] ACPI: HPET 0x0000000079982230 000038 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.000000] ACPI: LPIT 0x0000000079982270 00005C (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.000000] ACPI: APIC 0x00000000799822D0 000084 (v03 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.000000] ACPI: NPKT 0x0000000079982360 000065 (v01 INTEL  GLK-SOC  00000003 BRXT 0100000D)
[    0.000000] ACPI: SSDT 0x00000000799823D0 003E49 (v02 INTEL  DptfTab  00000003 BRXT 0100000D)
[    0.000000] ACPI: SSDT 0x0000000079986220 004B01 (v02 INTEL  RVPRtd3  00000003 BRXT 0100000D)
[    0.000000] ACPI: SSDT 0x000000007998AD30 000C84 (v02 INTEL  UsbCTabl 00000003 BRXT 0100000D)
[    0.000000] ACPI: SSDT 0x000000007998B9C0 00153E (v01 Intel_ Platform 00001000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007998CF00 0000B1 (v01 Intel_ ADebTabl 00001000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007998CFC0 000430 (v02 PmRef  Cpu0Ist  00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007998D3F0 000775 (v02 CpuRef CpuSsdt  00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007998DB70 00035F (v02 PmRef  Cpu0Tst  00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007998DED0 0001E6 (v02 PmRef  ApTst    00003000 INTL 20160930)
[    0.000000] ACPI: SSDT 0x000000007998E0C0 002ABB (v02 SaSsdt SaSsdt   00003000 INTL 20160930)
[    0.000000] ACPI: UEFI 0x0000000079990B80 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: WDAT 0x0000000079990BD0 000104 (v01                 00000000      00000000)
[    0.000000] ACPI: NHLT 0x0000000079990CE0 00002D (v00 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: WSMT 0x0000000079990D10 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000027fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x27ffd5000-0x27fffffff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000003dfff]
[    0.000000]   node   0: [mem 0x0000000000040000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[    0.000000]   node   0: [mem 0x0000000012151000-0x00000000770d5fff]
[    0.000000]   node   0: [mem 0x0000000079e01000-0x000000007a753fff]
[    0.000000]   node   0: [mem 0x000000007a800000-0x000000007abfffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000] Reserved but unavailable: 41869 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[    0.000000] On node 0 totalpages: 2055283
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 23 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7476 pages used for memmap
[    0.000000]   DMA32 zone: 478424 pages, LIFO batch:31
[    0.000000]   Normal zone: 24576 pages used for memmap
[    0.000000]   Normal zone: 1572864 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[    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: 0x8086a701 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 0x0003e000-0x0003ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x10000000-0x12150fff]
[    0.000000] PM: Registered nosave memory: [mem 0x770d6000-0x7996dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7996e000-0x79990fff]
[    0.000000] PM: Registered nosave memory: [mem 0x79991000-0x799f0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x799f1000-0x79d58fff]
[    0.000000] PM: Registered nosave memory: [mem 0x79d59000-0x79e00fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a754000-0x7a7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ac00000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xcfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xd0ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd1000000-0xd3708fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd3709000-0xd3709fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd370a000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe041fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe042000-0xfe044fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe045000-0xfe8fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe900000-0xfe902fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe903000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.000000] [mem 0x80000000-0xcfffffff] 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] random: get_random_bytes called from start_kernel+0x99/0x55a with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2023144
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.18.6-041806-generic root=UUID=56d1892e-11f4-4c36-a951-31489c9d0864 ro quiet splash vt.handoff=1
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7916328K/8221132K available (12300K kernel code, 2633K rwdata, 4352K rodata, 2436K init, 2336K bss, 304804K 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 40876 entries in 160 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: 1024, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180531
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.000000] hpet clockevent registered
[    0.004000] APIC: Switch to symmetric I/O mode setup
[    0.004000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.028000] tsc: Fast TSC calibration using PIT
[    0.032000] tsc: Detected 1094.400 MHz processor
[    0.032000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    0.032000] Calibrating delay loop (skipped), value calculated using timer frequency.. 2188.80 BogoMIPS (lpj=4377600)
[    0.032000] pid_max: default: 32768 minimum: 301
[    0.036105] Security Framework initialized
[    0.036108] Yama: becoming mindful.
[    0.036153] AppArmor: AppArmor initialized
[    0.039052] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.040903] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.040993] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.041041] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.041592] x86/cpu: Activated the Intel User Mode Instruction Prevention (UMIP) CPU feature
[    0.041607] mce: CPU supports 7 MCE banks
[    0.041639] CPU0: Thermal monitoring enabled (TM1)
[    0.041700] process: using mwait in idle threads
[    0.041705] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.041707] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.041711] Spectre V2 : Mitigation: Full generic retpoline
[    0.041713] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.041715] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.041716] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.041719] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.061403] Freeing SMP alternatives memory: 36K
[    0.065830] TSC deadline timer enabled
[    0.065842] smpboot: CPU0: Intel(R) Celeron(R) N4100 CPU @ 1.10GHz (family: 0x6, model: 0x7a, stepping: 0x1)
[    0.066147] Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.066188] ... version:                4
[    0.066189] ... bit width:              48
[    0.066191] ... generic registers:      4
[    0.066193] ... value mask:             0000ffffffffffff
[    0.066195] ... max period:             00007fffffffffff
[    0.066196] ... fixed-purpose events:   3
[    0.066197] ... event mask:             000000070000000f
[    0.066288] Hierarchical SRCU implementation.
[    0.068000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.068000] smp: Bringing up secondary CPUs ...
[    0.068000] x86: Booting SMP configuration:
[    0.068000] .... node  #0, CPUs:      #1
[    0.004000] x86/cpu: Activated the Intel User Mode Instruction Prevention (UMIP) CPU feature
[    0.069525]  #2
[    0.004000] x86/cpu: Activated the Intel User Mode Instruction Prevention (UMIP) CPU feature
[    0.072387]  #3
[    0.004000] x86/cpu: Activated the Intel User Mode Instruction Prevention (UMIP) CPU feature
[    0.074805] smp: Brought up 1 node, 4 CPUs
[    0.074805] smpboot: Max logical packages: 1
[    0.074805] smpboot: Total of 4 processors activated (8755.20 BogoMIPS)
[    0.076993] devtmpfs: initialized
[    0.076993] x86/mm: Memory block size: 128MB
[    0.078001] PM: Registering ACPI NVS region [mem 0x79991000-0x799f0fff] (393216 bytes)
[    0.078001] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.078001] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.078001] pinctrl core: initialized pinctrl subsystem
[    0.080173] RTC time: 20:13:29, date: 09/06/18
[    0.082744] NET: Registered protocol family 16
[    0.082956] audit: initializing netlink subsys (disabled)
[    0.082971] audit: type=2000 audit(1536264809.080:1): state=initialized audit_enabled=0 res=1
[    0.082971] cpuidle: using governor ladder
[    0.082971] cpuidle: using governor menu
[    0.082971] ACPI: bus type PCI registered
[    0.082971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.082971] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.082971] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.082971] PCI: Using configuration type 1 for base access
[    0.087364] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.087364] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.088239] ACPI: Added _OSI(Module Device)
[    0.088242] ACPI: Added _OSI(Processor Device)
[    0.088244] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.088246] ACPI: Added _OSI(Processor Aggregator Device)
[    0.088250] ACPI: Added _OSI(Linux-Dell-Video)
[    0.129680] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.151000] ACPI: Dynamic OEM Table Load:
[    0.151017] ACPI: SSDT 0xFFFF913E35D4CC00 000190 (v02 PmRef  Cpu0Cst  00003001 INTL 20160930)
[    0.151743] ACPI: Dynamic OEM Table Load:
[    0.151743] ACPI: SSDT 0xFFFF913E35DDEE00 0001E6 (v02 PmRef  ApIst    00003000 INTL 20160930)
[    0.152372] ACPI: Dynamic OEM Table Load:
[    0.152386] ACPI: SSDT 0xFFFF913E35E2A100 0000C9 (v02 PmRef  ApCst    00003000 INTL 20160930)
[    0.153910] ACPI: EC: EC started
[    0.153913] ACPI: EC: interrupt blocked
[    0.268219] ACPI: \_SB_.PCI0.SBRG.H_EC: Used as first EC
[    0.268225] ACPI: \_SB_.PCI0.SBRG.H_EC: GPE=0x26, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.268229] ACPI: \_SB_.PCI0.SBRG.H_EC: Used as boot DSDT EC to handle transactions
[    0.268231] ACPI: Interpreter enabled
[    0.268302] ACPI: (supports S0 S3 S4 S5)
[    0.268305] ACPI: Using IOAPIC for interrupt routing
[    0.268399] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.269533] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.274252] ACPI: Power Resource [SPPR] (on)
[    0.274786] ACPI: Power Resource [SPPR] (on)
[    0.275569] ACPI: Power Resource [UPPR] (on)
[    0.276032] ACPI: Power Resource [BTPR] (off)
[    0.276308] ACPI: Power Resource [UPPR] (on)
[    0.276679] ACPI: Power Resource [UPPR] (on)
[    0.277285] ACPI: Power Resource [PX07] (on)
[    0.277285] ACPI: Power Resource [BTPR] (on)
[    0.280352] ACPI: Power Resource [UPPR] (on)
[    0.280814] ACPI: Power Resource [UPPR] (on)
[    0.281190] ACPI: Power Resource [UPPR] (on)
[    0.281713] ACPI: Power Resource [USBC] (on)
[    0.282051] ACPI: Power Resource [LSPR] (on)
[    0.289172] ACPI: Power Resource [SDPR] (on)
[    0.312617] ACPI: Power Resource [PXP] (off)
[    0.313039] ACPI: Power Resource [DRST] (on)
[    0.313047] ACPI: Power Resource [PXP] (off)
[    0.316894] ACPI: Power Resource [DRST] (on)
[    0.317544] ACPI: Power Resource [PXP] (on)
[    0.341069] ACPI: Power Resource [DRST] (on)
[    0.341523] ACPI: Power Resource [PXP] (off)
[    0.342767] ACPI: Power Resource [DRST] (on)
[    0.343416] ACPI: Power Resource [PXP] (off)
[    0.345054] ACPI: Power Resource [DRST] (on)
[    0.345736] ACPI: Power Resource [PXP] (on)
[    0.489078] ACPI: Power Resource [DRST] (on)
[    0.490459] ACPI: Power Resource [WRST] (on)
[    0.491274] ACPI: Power Resource [PAUD] (on)
[    0.503768] ACPI: Power Resource [FN00] (on)
[    0.505950] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.505967] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.509050] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.509516] acpi PNP0A08:00: host bridge window [mem 0x1000000010000 window] (ignored, not CPU addressable)
[    0.511583] PCI host bridge to bus 0000:00
[    0.511589] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.511593] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.511597] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.511601] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.511605] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.511608] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.511612] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.511616] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
[    0.511626] pci_bus 0000:00: root bus resource [mem 0x80000000-0xbfffffff window]
[    0.511629] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[    0.511633] pci_bus 0000:00: root bus resource [mem 0xfea00000-0xfeafffff window]
[    0.511637] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
[    0.511640] pci_bus 0000:00: root bus resource [mem 0xfed01000-0xfed01fff window]
[    0.511644] pci_bus 0000:00: root bus resource [mem 0xfed03000-0xfed03fff window]
[    0.511647] pci_bus 0000:00: root bus resource [mem 0xfed06000-0xfed06fff window]
[    0.511651] pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed09fff window]
[    0.511655] pci_bus 0000:00: root bus resource [mem 0xfed80000-0xfedbffff window]
[    0.511658] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1cfff window]
[    0.511662] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xfeefffff window]
[    0.511666] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.511689] pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000
[    0.512612] pci 0000:00:00.1: [8086:318c] type 00 class 0x118000
[    0.512661] pci 0000:00:00.1: reg 0x10: [mem 0x80000000-0x80007fff 64bit]
[    0.513630] pci 0000:00:02.0: [8086:3185] type 00 class 0x030000
[    0.513657] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[    0.513671] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.513681] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.513716] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.514667] pci 0000:00:0e.0: [8086:3198] type 00 class 0x040380
[    0.514710] pci 0000:00:0e.0: reg 0x10: [mem 0xa1110000-0xa1113fff 64bit]
[    0.514751] pci 0000:00:0e.0: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[    0.514852] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[    0.516479] pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000
[    0.516540] pci 0000:00:0f.0: reg 0x10: [mem 0xa1139000-0xa1139fff 64bit]
[    0.516757] pci 0000:00:0f.0: PME# supported from D3hot
[    0.517619] pci 0000:00:12.0: [8086:31e3] type 00 class 0x010601
[    0.517657] pci 0000:00:12.0: reg 0x10: [mem 0xa1114000-0xa1115fff]
[    0.517671] pci 0000:00:12.0: reg 0x14: [mem 0xa1138000-0xa11380ff]
[    0.517686] pci 0000:00:12.0: reg 0x18: [io  0xf090-0xf097]
[    0.517701] pci 0000:00:12.0: reg 0x1c: [io  0xf080-0xf083]
[    0.517713] pci 0000:00:12.0: reg 0x20: [io  0xf060-0xf07f]
[    0.517727] pci 0000:00:12.0: reg 0x24: [mem 0xa1137000-0xa11377ff]
[    0.517808] pci 0000:00:12.0: PME# supported from D3hot
[    0.518681] pci 0000:00:13.0: [8086:31d8] type 01 class 0x060400
[    0.518859] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[    0.519727] pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330
[    0.519769] pci 0000:00:15.0: reg 0x10: [mem 0xa1100000-0xa110ffff 64bit]
[    0.519887] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    0.520739] pci 0000:00:16.0: [8086:31ac] type 00 class 0x118000
[    0.520786] pci 0000:00:16.0: reg 0x10: [mem 0xa1136000-0xa1136fff 64bit]
[    0.520810] pci 0000:00:16.0: reg 0x18: [mem 0xa1135000-0xa1135fff 64bit]
[    0.521705] pci 0000:00:16.1: [8086:31ae] type 00 class 0x118000
[    0.521752] pci 0000:00:16.1: reg 0x10: [mem 0xa1134000-0xa1134fff 64bit]
[    0.521777] pci 0000:00:16.1: reg 0x18: [mem 0xa1133000-0xa1133fff 64bit]
[    0.522673] pci 0000:00:16.2: [8086:31b0] type 00 class 0x118000
[    0.522722] pci 0000:00:16.2: reg 0x10: [mem 0xa1132000-0xa1132fff 64bit]
[    0.522745] pci 0000:00:16.2: reg 0x18: [mem 0xa1131000-0xa1131fff 64bit]
[    0.523656] pci 0000:00:16.3: [8086:31b2] type 00 class 0x118000
[    0.523724] pci 0000:00:16.3: reg 0x10: [mem 0xa1130000-0xa1130fff 64bit]
[    0.523749] pci 0000:00:16.3: reg 0x18: [mem 0xa112f000-0xa112ffff 64bit]
[    0.524670] pci 0000:00:17.0: [8086:31b4] type 00 class 0x118000
[    0.524716] pci 0000:00:17.0: reg 0x10: [mem 0xa112e000-0xa112efff 64bit]
[    0.524758] pci 0000:00:17.0: reg 0x18: [mem 0xa112d000-0xa112dfff 64bit]
[    0.525664] pci 0000:00:17.1: [8086:31b6] type 00 class 0x118000
[    0.525713] pci 0000:00:17.1: reg 0x10: [mem 0xa112c000-0xa112cfff 64bit]
[    0.525739] pci 0000:00:17.1: reg 0x18: [mem 0xa112b000-0xa112bfff 64bit]
[    0.526654] pci 0000:00:17.2: [8086:31b8] type 00 class 0x118000
[    0.526702] pci 0000:00:17.2: reg 0x10: [mem 0xa112a000-0xa112afff 64bit]
[    0.526725] pci 0000:00:17.2: reg 0x18: [mem 0xa1129000-0xa1129fff 64bit]
[    0.527636] pci 0000:00:17.3: [8086:31ba] type 00 class 0x118000
[    0.527685] pci 0000:00:17.3: reg 0x10: [mem 0xa1128000-0xa1128fff 64bit]
[    0.527709] pci 0000:00:17.3: reg 0x18: [mem 0xa1127000-0xa1127fff 64bit]
[    0.528629] pci 0000:00:18.0: [8086:31bc] type 00 class 0x118000
[    0.528677] pci 0000:00:18.0: reg 0x10: [mem 0xa1126000-0xa1126fff 64bit]
[    0.528701] pci 0000:00:18.0: reg 0x18: [mem 0xa1125000-0xa1125fff 64bit]
[    0.529598] pci 0000:00:18.1: [8086:31be] type 00 class 0x118000
[    0.529647] pci 0000:00:18.1: reg 0x10: [mem 0xa1124000-0xa1124fff 64bit]
[    0.529669] pci 0000:00:18.1: reg 0x18: [mem 0xa1123000-0xa1123fff 64bit]
[    0.530567] pci 0000:00:18.2: [8086:31c0] type 00 class 0x118000
[    0.530613] pci 0000:00:18.2: reg 0x10: [mem 0xfea10000-0xfea10fff 64bit]
[    0.530637] pci 0000:00:18.2: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[    0.531554] pci 0000:00:18.3: [8086:31ee] type 00 class 0x118000
[    0.531599] pci 0000:00:18.3: reg 0x10: [mem 0xa1122000-0xa1122fff 64bit]
[    0.531623] pci 0000:00:18.3: reg 0x18: [mem 0xa1121000-0xa1121fff 64bit]
[    0.532545] pci 0000:00:19.0: [8086:31c2] type 00 class 0x118000
[    0.532605] pci 0000:00:19.0: reg 0x10: [mem 0xa1120000-0xa1120fff 64bit]
[    0.532628] pci 0000:00:19.0: reg 0x18: [mem 0xa111f000-0xa111ffff 64bit]
[    0.533528] pci 0000:00:19.1: [8086:31c4] type 00 class 0x118000
[    0.533577] pci 0000:00:19.1: reg 0x10: [mem 0xa111e000-0xa111efff 64bit]
[    0.533600] pci 0000:00:19.1: reg 0x18: [mem 0xa111d000-0xa111dfff 64bit]
[    0.534516] pci 0000:00:19.2: [8086:31c6] type 00 class 0x118000
[    0.534562] pci 0000:00:19.2: reg 0x10: [mem 0xa111c000-0xa111cfff 64bit]
[    0.534584] pci 0000:00:19.2: reg 0x18: [mem 0xa111b000-0xa111bfff 64bit]
[    0.535538] pci 0000:00:1c.0: [8086:31cc] type 00 class 0x080501
[    0.535584] pci 0000:00:1c.0: reg 0x10: [mem 0xa111a000-0xa111afff 64bit]
[    0.535608] pci 0000:00:1c.0: reg 0x18: [mem 0xa1119000-0xa1119fff 64bit]
[    0.536595] pci 0000:00:1e.0: [8086:31d0] type 00 class 0x080501
[    0.536641] pci 0000:00:1e.0: reg 0x10: [mem 0xa1118000-0xa1118fff 64bit]
[    0.536661] pci 0000:00:1e.0: reg 0x18: [mem 0xa1117000-0xa1117fff 64bit]
[    0.537573] pci 0000:00:1f.0: [8086:31e8] type 00 class 0x060100
[    0.538715] pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500
[    0.538798] pci 0000:00:1f.1: reg 0x10: [mem 0xa1116000-0xa11160ff 64bit]
[    0.538904] pci 0000:00:1f.1: reg 0x20: [io  0xf040-0xf05f]
[    0.539911] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.548505] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.548757] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.549006] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.549258] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 *6 10 11 12 14 15)
[    0.549515] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *7
[    0.549763] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *9
[    0.550010] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.550257] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.553121] ACPI Warning: GPE type mismatch (level/edge) (20180531/evxface-792)
[    0.553129] ACPI: EC: interrupt unblocked
[    0.553156] ACPI: EC: event unblocked
[    0.553217] ACPI: \_SB_.PCI0.SBRG.H_EC: GPE=0x26, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.553221] ACPI: \_SB_.PCI0.SBRG.H_EC: Used as boot DSDT EC to handle transactions and events
[    0.553453] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.553453] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.553453] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.553453] vgaarb: loaded
[    0.553453] SCSI subsystem initialized
[    0.553453] libata version 3.00 loaded.
[    0.553453] ACPI: bus type USB registered
[    0.553453] usbcore: registered new interface driver usbfs
[    0.553453] usbcore: registered new interface driver hub
[    0.553453] usbcore: registered new device driver usb
[    0.553453] pps_core: LinuxPPS API ver. 1 registered
[    0.553453] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.553453] PTP clock support registered
[    0.553453] EDAC MC: Ver: 3.0.0
[    0.553453] Registered efivars operations
[    0.577315] PCI: Using ACPI for IRQ routing
[    0.603571] PCI: pci_cache_line_size set to 64 bytes
[    0.603739] e820: reserve RAM buffer [mem 0x0003e000-0x0003ffff]
[    0.603743] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.603745] e820: reserve RAM buffer [mem 0x770d6000-0x77ffffff]
[    0.603748] e820: reserve RAM buffer [mem 0x7a754000-0x7bffffff]
[    0.603750] e820: reserve RAM buffer [mem 0x7ac00000-0x7bffffff]
[    0.604019] NetLabel: Initializing
[    0.604022] NetLabel:  domain hash size = 128
[    0.604023] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.604056] NetLabel:  unlabeled traffic allowed by default
[    0.609188] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.609203] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.611286] clocksource: Switched to clocksource tsc-early
[    0.640210] VFS: Disk quotas dquot_6.6.0
[    0.640248] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.640540] AppArmor: AppArmor Filesystem Enabled
[    0.640621] pnp: PnP ACPI init
[    0.641014] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.641020] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.641024] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.641028] system 00:00: [io  0x0600-0x061f] has been reserved
[    0.641033] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.641049] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.646717] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.646722] system 00:01: [mem 0xfea00000-0xfeafffff] could not be reserved
[    0.646727] system 00:01: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.646732] system 00:01: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.646736] system 00:01: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.646740] system 00:01: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.646745] system 00:01: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.646749] system 00:01: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.646754] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.646766] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.646869] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.647521] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.648715] pnp: PnP ACPI: found 4 devices
[    0.657186] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.657247] pci 0000:00:18.2: BAR 2: assigned [mem 0x80008000-0x80008fff 64bit]
[    0.657269] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.657292] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.657297] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.657300] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.657304] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.657308] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.657312] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.657315] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.657319] pci_bus 0000:00: resource 11 [mem 0x7c000001-0x7fffffff window]
[    0.657323] pci_bus 0000:00: resource 12 [mem 0x80000000-0xbfffffff window]
[    0.657327] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xefffffff window]
[    0.657330] pci_bus 0000:00: resource 14 [mem 0xfea00000-0xfeafffff window]
[    0.657334] pci_bus 0000:00: resource 15 [mem 0xfed00000-0xfed003ff window]
[    0.657338] pci_bus 0000:00: resource 16 [mem 0xfed01000-0xfed01fff window]
[    0.657341] pci_bus 0000:00: resource 17 [mem 0xfed03000-0xfed03fff window]
[    0.657345] pci_bus 0000:00: resource 18 [mem 0xfed06000-0xfed06fff window]
[    0.657349] pci_bus 0000:00: resource 19 [mem 0xfed08000-0xfed09fff window]
[    0.657352] pci_bus 0000:00: resource 20 [mem 0xfed80000-0xfedbffff window]
[    0.657356] pci_bus 0000:00: resource 21 [mem 0xfed1c000-0xfed1cfff window]
[    0.657360] pci_bus 0000:00: resource 22 [mem 0xfee00000-0xfeefffff window]
[    0.657695] NET: Registered protocol family 2
[    0.658114] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.658191] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.658474] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.659220] TCP: Hash tables configured (established 65536 bind 65536)
[    0.659298] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.659355] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.659474] NET: Registered protocol family 1
[    0.659485] NET: Registered protocol family 44
[    0.659513] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.660271] PCI: CLS 64 bytes, default 64
[    0.660377] Unpacking initramfs...
[    2.611656] Freeing initrd memory: 53312K
[    2.611740] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.611748] software IO TLB [mem 0x70195000-0x74195000] (64MB) mapped at [(____ptrval____)-(____ptrval____)]
[    2.611862] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    2.611898] clocksource: Switched to clocksource tsc
[    2.612127] Scanning for low memory corruption every 60 seconds
[    2.613762] Initialise system trusted keyrings
[    2.613798] Key type blacklist registered
[    2.613878] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    2.617214] zbud: loaded
[    2.618581] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.619056] fuse init (API version 7.27)
[    2.619204] pstore: using deflate compression
[    2.622782] Key type asymmetric registered
[    2.622785] Asymmetric key parser 'x509' registered
[    2.622878] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    2.622966] io scheduler noop registered
[    2.622968] io scheduler deadline registered
[    2.623077] io scheduler cfq registered (default)
[    2.624096] pcieport 0000:00:13.0: Signaling PME with IRQ 120
[    2.624169] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.624318] efifb: probing for efifb
[    2.624354] efifb: framebuffer at 0x90000000, using 8128k, total 8128k
[    2.624357] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    2.624358] efifb: scrolling: redraw
[    2.624362] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.636101] Console: switching to colour frame buffer device 240x67
[    2.647521] fb0: EFI VGA frame buffer device
[    2.647545] intel_idle: MWAIT substates: 0x11242020
[    2.647548] intel_idle: v0.4.1 model 0x7A
[    2.648063] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.651443] ACPI: AC Adapter [ADP1] (on-line)
[    2.651610] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/PNP0C09:00/PNP0C0D:00/input/input0
[    2.651637] ACPI: Lid Switch [LID0]
[    2.651760] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.651777] ACPI: Power Button [PWRB]
[    2.651863] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.651882] ACPI: Power Button [PWRF]
[    2.659059] thermal LNXTHERM:00: registered as thermal_zone0
[    2.659062] ACPI: Thermal Zone [TZ01] (36 C)
[    2.659421] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.664354] Linux agpgart interface v0.103
[    2.669340] loop: module loaded
[    2.671063] libphy: Fixed MDIO Bus: probed
[    2.671065] tun: Universal TUN/TAP device driver, 1.6
[    2.671583] PPP generic driver version 2.4.2
[    2.671748] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.671758] ehci-pci: EHCI PCI platform driver
[    2.671783] ehci-platform: EHCI generic platform driver
[    2.671804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.671809] ohci-pci: OHCI PCI platform driver
[    2.671836] ohci-platform: OHCI generic platform driver
[    2.671853] uhci_hcd: USB Universal Host Controller Interface driver
[    2.672893] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    2.672908] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[    2.674486] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    2.674498] xhci_hcd 0000:00:15.0: cache line size of 64 is not supported
[    2.674875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    2.674880] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.674884] usb usb1: Product: xHCI Host Controller
[    2.674888] usb usb1: Manufacturer: Linux 4.18.6-041806-generic xhci-hcd
[    2.674891] usb usb1: SerialNumber: 0000:00:15.0
[    2.677186] hub 1-0:1.0: USB hub found
[    2.677213] hub 1-0:1.0: 9 ports detected
[    2.681893] ACPI: Battery Slot [BAT0] (battery present)
[    2.684967] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    2.684976] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[    2.684984] xhci_hcd 0000:00:15.0: Host supports USB 3.0  SuperSpeed
[    2.685064] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    2.685069] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.685072] usb usb2: Product: xHCI Host Controller
[    2.685076] usb usb2: Manufacturer: Linux 4.18.6-041806-generic xhci-hcd
[    2.685079] usb usb2: SerialNumber: 0000:00:15.0
[    2.685325] hub 2-0:1.0: USB hub found
[    2.685346] hub 2-0:1.0: 7 ports detected
[    2.689004] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.689006] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.692433] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.692698] mousedev: PS/2 mouse device common for all mice
[    2.693180] rtc_cmos 00:03: RTC can wake from S4
[    2.693794] rtc_cmos 00:03: registered as rtc0
[    2.693835] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.693849] i2c /dev entries driver
[    2.693963] device-mapper: uevent: version 1.0.3
[    2.694144] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    2.694159] intel_pstate: Intel P-state driver initializing
[    2.694761] ledtrig-cpu: registered to indicate activity on CPUs
[    2.694767] EFI Variables Facility v0.08 2004-May-17
[    2.702410] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.719423] NET: Registered protocol family 10
[    2.724957] Segment Routing with IPv6
[    2.724981] NET: Registered protocol family 17
[    2.725095] Key type dns_resolver registered
[    2.725705] intel_rdt: Intel RDT L2 allocation detected
[    2.725706] intel_rdt: Intel RDT L2DATA allocation detected
[    2.725707] intel_rdt: Intel RDT L2CODE allocation detected
[    2.725727] RAS: Correctable Errors collector initialized.
[    2.725793] microcode: sig=0x706a1, pf=0x1, revision=0x28
[    2.725925] microcode: Microcode Update Driver: v2.2.
[    2.725941] sched_clock: Marking stable (2725919315, 0)->(2707149325, 18769990)
[    2.726240] registered taskstats version 1
[    2.726257] Loading compiled-in X.509 certificates
[    2.729854] Loaded X.509 cert 'Build time autogenerated kernel key: 29296707ea3bb1c36ddd870a4f9986fdcc3e8d24'
[    2.729887] zswap: loaded using pool lzo/zbud
[    2.734891] Key type big_key registered
[    2.734895] Key type trusted registered
[    2.737257] Key type encrypted registered
[    2.737261] AppArmor: AppArmor sha1 policy hashing enabled
[    2.737270] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.737279] ima: Allocated hash algorithm: sha1
[    2.737300] evm: Initialising EVM extended attributes:
[    2.737301] evm: security.selinux
[    2.737302] evm: security.SMACK64
[    2.737302] evm: security.SMACK64EXEC
[    2.737303] evm: security.SMACK64TRANSMUTE
[    2.737303] evm: security.SMACK64MMAP
[    2.737304] evm: security.apparmor
[    2.737305] evm: security.ima
[    2.737306] evm: security.capability
[    2.737306] evm: HMAC attrs: 0x1
[    2.738632]   Magic number: 2:758:244
[    2.738939] rtc_cmos 00:03: setting system clock to 2018-09-06 20:13:32 UTC (1536264812)
[    3.020059] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    3.170362] usb 1-1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    3.170364] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.170366] usb 1-1: Product: USB2.0 Hub
[    3.170368] usb 1-1: Manufacturer: VIA Labs, Inc.
[    3.171341] hub 1-1:1.0: USB hub found
[    3.172201] hub 1-1:1.0: 4 ports detected
[    3.337471] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    3.352506] Freeing unused kernel image memory: 2436K
[    3.372368] Write protecting the kernel read-only data: 20480k
[    3.374476] Freeing unused kernel image memory: 2008K
[    3.375037] Freeing unused kernel image memory: 1792K
[    3.389314] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.389315] x86/mm: Checking user space page tables
[    3.402888] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.441261] usb 2-1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    3.441264] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.441266] usb 2-1: Product: USB3.0 Hub
[    3.441268] usb 2-1: Manufacturer: VIA Labs, Inc.
[    3.443391] hub 2-1:1.0: USB hub found
[    3.443611] hub 2-1:1.0: 4 ports detected
[    3.540635] hidraw: raw HID events driver (C) Jiri Kosina
[    3.548527] ahci 0000:00:12.0: version 3.0
[    3.551171] sdhci: Secure Digital Host Controller Interface driver
[    3.551172] sdhci: Copyright(c) Pierre Ossman
[    3.558956] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    3.558961] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst 
[    3.563217] scsi host0: ahci
[    3.564028] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    3.568091] scsi host1: ahci
[    3.568161] ata1: SATA max UDMA/133 abar m2048@0xa1137000 port 0xa1137100 irq 122
[    3.568165] ata2: SATA max UDMA/133 abar m2048@0xa1137000 port 0xa1137180 irq 122
[    3.594991] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:31cc] (rev 3)
[    3.595532] mmc0: CQHCI version 5.10
[    3.595772] mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[    3.595805] sdhci-pci 0000:00:1e.0: SDHCI controller found [8086:31d0] (rev 3)
[    3.595816] sdhci-pci 0000:00:1e.0: enabling device (0000 -> 0002)
[    3.596275] mmc1: SDHCI controller on PCI [0000:00:1e.0] using ADMA 64-bit
[    3.635757] [drm] GuC: No firmware known for this platform!
[    3.635760] [drm] HuC: No firmware known for this platform!
[    3.636194] checking generic (90000000 7f0000) vs hw (90000000 10000000)
[    3.636196] fb: switching to inteldrmfb from EFI VGA
[    3.636230] Console: switching to colour dummy device 80x25
[    3.636511] [drm] Replacing VGA console driver
[    3.636625] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.636626] [drm] Driver supports precise vblank timestamp query.
[    3.636729] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.637282] [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
[    3.645427] [drm] Initialized i915 1.6.0 20180514 for 0000:00:02.0 on minor 0
[    3.647331] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.647816] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    3.650035] fbcon: inteldrmfb (fb0) is primary device
[    3.676376] random: fast init done
[    3.712888] usb 1-3: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    3.712890] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.712892] usb 1-3: Product: USB2.0-CRW
[    3.712894] usb 1-3: Manufacturer: Generic
[    3.712896] usb 1-3: SerialNumber: 20100201396000000
[    3.804295] usb 1-1.2: new high-speed USB device number 4 using xhci_hcd
[    3.883062] ata2: SATA link down (SStatus 4 SControl 300)
[    3.944930] usb 1-1.2: New USB device found, idVendor=2109, idProduct=0101, bcdDevice= 2.03
[    3.944935] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.944938] usb 1-1.2: Product: USB 2.0 BILLBOARD             
[    3.944941] usb 1-1.2: Manufacturer: VIA Technologies Inc.         
[    3.944944] usb 1-1.2: SerialNumber: 0000000000000001
[    4.044309] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.051696] ata1.00: ATA-9: TEAM TM4PS5512G, R0517A0, max UDMA/133
[    4.051700] ata1.00: 1000215216 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    4.056359] usb 1-4: new full-speed USB device number 5 using xhci_hcd
[    4.062651] ata1.00: configured for UDMA/133
[    4.063151] scsi 0:0:0:0: Direct-Access     ATA      TEAM TM4PS5512G  7A0  PQ: 0 ANSI: 5
[    4.063746] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[    4.063782] sd 0:0:0:0: [sda] Write Protect is off
[    4.063785] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.063802] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.063806] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.066490]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    4.067245] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.206616] usb 1-4: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
[    4.206620] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.284545] usb 2-1.1: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    4.305719] usb 2-1.1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[    4.305722] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[    4.305724] usb 2-1.1: Product: USB 10/100/1000 LAN
[    4.305726] usb 2-1.1: Manufacturer: Realtek
[    4.305727] usb 2-1.1: SerialNumber: 000001000000
[    4.432294] usb 1-7: new high-speed USB device number 6 using xhci_hcd
[    4.613917] usb 1-7: New USB device found, idVendor=0bda, idProduct=5830, bcdDevice= 1.03
[    4.613921] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    4.613924] usb 1-7: Product: USB Camera
[    4.613927] usb 1-7: Manufacturer: Generic
[    4.613930] usb 1-7: SerialNumber: 20180417
[    4.624307] usbcore: registered new interface driver rtsx_usb
[    5.671559] Console: switching to colour frame buffer device 240x67
[    5.693537] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.966478] random: plymouthd: uninitialized urandom read (8 bytes read)
[    5.966659] random: plymouthd: uninitialized urandom read (8 bytes read)
[    6.048137] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    6.298110] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    6.316682] systemd[1]: Detected architecture x86-64.
[    6.322384] systemd[1]: Set hostname to <f5>.
[    6.437305] random: systemd: uninitialized urandom read (16 bytes read)
[    6.437330] systemd[1]: Reached target Remote File Systems.
[    6.437426] systemd[1]: Reached target User and Group Name Lookups.
[    6.437716] systemd[1]: Created slice User and Session Slice.
[    6.438042] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.438250] systemd[1]: Created slice System Slice.
[    6.438284] systemd[1]: Reached target Slices.
[    6.438397] systemd[1]: Listening on udev Control Socket.
[    6.475885] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[    6.482368] lp: driver loaded but no devices found
[    6.508638] ppdev: user-space parallel port driver
[    6.581306] systemd-journald[321]: Received request to flush runtime journal from PID 1
[    6.599392] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k SSFS
[    6.718829] input: Intel HID events as /devices/platform/INT33D5:00/input/input5
[    6.720026] intel-hid INT33D5:00: platform supports 5 button array
[    6.720072] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input6
[    6.795088] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    6.802380] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    6.814178] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    6.824424] idma64 idma64.3: Found Intel integrated DMA 64-bit
[    6.848015] idma64 idma64.4: Found Intel integrated DMA 64-bit
[    6.854272] Goodix-TS i2c-GDIX1001:00: i2c test failed attempt 1: -121
[    6.861971] Bluetooth: Core ver 2.22
[    6.862011] NET: Registered protocol family 31
[    6.862012] Bluetooth: HCI device and connection manager initialized
[    6.862016] Bluetooth: HCI socket layer initialized
[    6.862020] Bluetooth: L2CAP socket layer initialized
[    6.862028] Bluetooth: SCO socket layer initialized
[    6.880102] Goodix-TS i2c-GDIX1001:00: i2c test failed attempt 2: -121
[    6.880493] usbcore: registered new interface driver btusb
[    6.894840] media: Linux media interface: v0.10
[    6.903175] Bluetooth: hci0: read Intel version: 370810011003110e25
[    6.903179] Bluetooth: hci0: Intel device is already patched. patch num: 25
[    6.904432] videodev: Linux video capture interface: v2.00
[    6.908120] Goodix-TS i2c-GDIX1001:00: I2C communication failure: -121
[    6.908198] Goodix-TS: probe of i2c-GDIX1001:00 failed with error -121
[    6.910414] idma64 idma64.5: Found Intel integrated DMA 64-bit
[    6.919234] usbcore: registered new interface driver r8152
[    6.919516] idma64 idma64.6: Found Intel integrated DMA 64-bit
[    6.925840] idma64 idma64.7: Found Intel integrated DMA 64-bit
[    6.931920] usbcore: registered new interface driver cdc_ether
[    6.935040] uvcvideo: Found UVC 1.00 device USB Camera (0bda:5830)
[    6.938303] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, using dummy regulator
[    6.942285] uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not initialized!
[    6.942288] uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not initialized!
[    6.942290] uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not initialized!
[    6.942385] input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:15.0/usb1/1-7/1-7:1.0/input/input7
[    6.942479] usbcore: registered new interface driver uvcvideo
[    6.942481] USB Video Class driver (1.1.1)
[    6.950442] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    6.998581] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC282: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:speaker
[    6.998586] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.998588] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    6.998590] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.998591] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.998594] snd_hda_codec_realtek hdaudioC0D0:      Dock Mic=0x19
[    6.998595] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    7.000271] usb 2-1.1: reset SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    7.027713] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:0e.0/sound/card0/input8
[    7.027792] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:0e.0/sound/card0/input9
[    7.027860] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input10
[    7.027928] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input11
[    7.027996] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input12
[    7.028184] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input13
[    7.028250] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input14
[    7.053135] r8152 2-1.1:1.0 eth0: v1.09.9
[    7.093875] random: crng init done
[    7.093878] random: 7 urandom warning(s) missed due to ratelimiting
[    7.098468] idma64 idma64.8: Found Intel integrated DMA 64-bit
[    7.098915] idma64 idma64.9: Found Intel integrated DMA 64-bit
[    7.100050] idma64 idma64.12: Found Intel integrated DMA 64-bit
[    7.100405] idma64 idma64.13: Found Intel integrated DMA 64-bit
[    7.100773] idma64 idma64.14: Found Intel integrated DMA 64-bit
[    7.172640] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    7.172643] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.172644] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.172644] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    7.172645] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    7.191508] cryptd: max_cpu_qlen set to 1000
[    7.216427] SSE version of gcm_enc/dec engaged.
[    7.250254] audit: type=1400 audit(1536264817.007:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=539 comm="apparmor_parser"
[    7.251825] audit: type=1400 audit(1536264817.007:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=538 comm="apparmor_parser"
[    7.251830] audit: type=1400 audit(1536264817.007:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=538 comm="apparmor_parser"
[    7.251833] audit: type=1400 audit(1536264817.007:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=538 comm="apparmor_parser"
[    7.254652] audit: type=1400 audit(1536264817.011:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=540 comm="apparmor_parser"
[    7.254658] audit: type=1400 audit(1536264817.011:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc//sanitized_helper" pid=540 comm="apparmor_parser"
[    7.256695] audit: type=1400 audit(1536264817.015:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=544 comm="apparmor_parser"
[    7.256933] audit: type=1400 audit(1536264817.015:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=536 comm="apparmor_parser"
[    7.256938] audit: type=1400 audit(1536264817.015:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=536 comm="apparmor_parser"
[    7.256941] audit: type=1400 audit(1536264817.015:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=536 comm="apparmor_parser"
[    7.454831] intel_telemetry_core Init
[    7.522817] r8152 2-1.1:1.0 enx34298f80a73c: renamed from eth0
[    7.531883] intel_rapl: Found RAPL domain package
[    7.531887] intel_rapl: Found RAPL domain core
[    7.531889] intel_rapl: Found RAPL domain uncore
[    7.531891] intel_rapl: Found RAPL domain dram
[    7.570395] input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0001/input/input15
[    7.571892] input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0001/input/input16
[    7.572738] hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
[    7.664762] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.664765] Bluetooth: BNEP filters: protocol multicast
[    7.664771] Bluetooth: BNEP socket layer initialized
[    7.697452] dw-apb-uart.8: ttyS4 at MMIO 0xa1126000 (irq = 4, base_baud = 115200) is a 16550A
[    7.701408] input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0001/input/input18
[    7.701608] hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
[    7.799128] NET: Registered protocol family 38
[    7.824487] dw-apb-uart.9: ttyS5 at MMIO 0xa1124000 (irq = 5, base_baud = 115200) is a 16550A
[    7.936336] IPv6: ADDRCONF(NETDEV_UP): enx34298f80a73c: link is not ready
[    7.940746] IPv6: ADDRCONF(NETDEV_UP): enx34298f80a73c: link is not ready
[    7.955058] dw-apb-uart.10: ttyS6 at MMIO 0xfea10000 (irq = 6, base_baud = 115200) is a 16550A
[    8.080504] dw-apb-uart.11: ttyS7 at MMIO 0xa1122000 (irq = 7, base_baud = 115200) is a 16550A
[    8.551159] input: MX Master Keyboard as /devices/virtual/misc/uhid/0005:046D:B017.0002/input/input19
[    8.551291] input: MX Master Mouse as /devices/virtual/misc/uhid/0005:046D:B017.0002/input/input20
[    8.551411] hid-generic 0005:046D:B017.0002: input,hidraw1: BLUETOOTH HID v0.18 Keyboard [MX Master] on 60:F6:77:25:1D:B2
[   10.653530] IPv6: ADDRCONF(NETDEV_CHANGE): enx34298f80a73c: link becomes ready
[   10.654317] r8152 2-1.1:1.0 enx34298f80a73c: carrier on
[   11.731908] Bluetooth: RFCOMM TTY layer initialized
[   11.731952] Bluetooth: RFCOMM socket layer initialized
[   11.731964] Bluetooth: RFCOMM ver 1.11