ubuntuusers.de

dmesg-wg-usbhub

Autor:
uzfH8
Datum:
23. Mai 2020 16:12
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
[    0.000000] microcode: microcode updated early to revision 0xa0b, date = 2010-09-28
[    0.000000] Linux version 5.3.0-53-generic (buildd@lcy01-amd64-011) (gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)) #47-Ubuntu SMP Thu May 7 12:18:16 UTC 2020 (Ubuntu 5.3.0-53.47-generic 5.3.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-53-generic root=UUID=50f193a4-f57f-40e8-957e-3b98e4b2d28e ro quiet splash resume=UUID=16168ee3-f9d1-4f7b-9221-b84f12c76f6f vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    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: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bdbffbff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bdbffc00-0x00000000bdc53bff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdc53c00-0x00000000bdc55bff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bdc55c00-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fed003ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed9ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: Dell Inc. OptiPlex 780                 /0C27VV, BIOS A07 12/20/2010
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2925.953 MHz processor
[    0.003726] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.003727] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.003731] last_pfn = 0xbdbff max_arch_pfn = 0x400000000
[    0.003736] MTRR default type: write-back
[    0.003737] MTRR fixed ranges enabled:
[    0.003738]   00000-9FFFF write-back
[    0.003739]   A0000-BFFFF uncachable
[    0.003740]   C0000-D3FFF write-protect
[    0.003741]   D4000-EFFFF uncachable
[    0.003742]   F0000-FFFFF write-protect
[    0.003742] MTRR variable ranges enabled:
[    0.003744]   0 base 0BDE00000 mask FFFE00000 uncachable
[    0.003745]   1 base 0BE000000 mask FFE000000 uncachable
[    0.003746]   2 base 0BDD00000 mask FFFF00000 uncachable
[    0.003747]   3 base 0C0000000 mask FC0000000 uncachable
[    0.003747]   4 disabled
[    0.003748]   5 disabled
[    0.003749]   6 disabled
[    0.004556] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.014204] found SMP MP-table at [mem 0x000fe710-0x000fe71f]
[    0.025145] check: Scanning 1 areas for low memory corruption
[    0.025151] BRK [0x75801000, 0x75801fff] PGTABLE
[    0.025154] BRK [0x75802000, 0x75802fff] PGTABLE
[    0.025155] BRK [0x75803000, 0x75803fff] PGTABLE
[    0.025194] BRK [0x75804000, 0x75804fff] PGTABLE
[    0.025196] BRK [0x75805000, 0x75805fff] PGTABLE
[    0.025360] BRK [0x75806000, 0x75806fff] PGTABLE
[    0.025389] RAMDISK: [mem 0x2e36b000-0x331acfff]
[    0.025397] ACPI: Early table checksum verification disabled
[    0.025402] ACPI: RSDP 0x00000000000FEC00 000024 (v02 DELL  )
[    0.025405] ACPI: XSDT 0x00000000000FC7E9 00008C (v01 DELL   B10K     00000015 ASL  00000061)
[    0.025411] ACPI: FACP 0x00000000000FC919 0000F4 (v03 DELL   B10K     00000015 ASL  00000061)
[    0.025416] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20190703/tbfadt-564)
[    0.025505] ACPI: DSDT 0x00000000FFE9F98A 005035 (v01 DELL   dt_ex    00001000 INTL 20050624)
[    0.025513] ACPI: FACS 0x00000000BDBFFC00 000040
[    0.025516] ACPI: FACS 0x00000000BDBFFC00 000040
[    0.025613] ACPI: SSDT 0x00000000FFEA4C9D 00009C (v01 DELL   st_ex    00001000 INTL 20050624)
[    0.025617] ACPI: APIC 0x00000000000FCA0D 000092 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.025620] ACPI: BOOT 0x00000000000FCA9F 000028 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.025624] ACPI: ASF! 0x00000000000FCAC7 000096 (v32 DELL   B10K     00000015 ASL  00000061)
[    0.025627] ACPI: MCFG 0x00000000000FCB5D 00003C (v01 DELL   B10K     00000015 ASL  00000061)
[    0.025630] ACPI: HPET 0x00000000000FCB99 000038 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.025633] ACPI: TCPA 0x00000000000FCDF5 000032 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.025637] ACPI: ____ 0x00000000000FCE27 000030 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.025640] ACPI: SLIC 0x00000000000FCBD1 000176 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.025643] ACPI: SSDT 0x00000000BDBFFC40 00027D (v01 DpgPmm Cpu0Ist  00000011 INTL 20050624)
[    0.025647] ACPI: SSDT 0x00000000BDC00049 00027D (v01 DpgPmm Cpu1Ist  00000011 INTL 20050624)
[    0.025650] ACPI: SSDT 0x00000000BDC00452 000190 (v01 DpgPmm CpuPm    00000010 INTL 20050624)
[    0.025876] ACPI: Local APIC address 0xfee00000
[    0.025959] No NUMA configuration found
[    0.025960] Faking a node at [mem 0x0000000000000000-0x00000000bdbfefff]
[    0.025971] NODE_DATA(0) allocated [mem 0xbdbd4000-0xbdbfefff]
[    0.026231] Zone ranges:
[    0.026232]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.026234]   DMA32    [mem 0x0000000001000000-0x00000000bdbfefff]
[    0.026235]   Normal   empty
[    0.026235]   Device   empty
[    0.026236] Movable zone start for each node
[    0.026239] Early memory node ranges
[    0.026240]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.026241]   node   0: [mem 0x0000000000100000-0x00000000bdbfefff]
[    0.026361] Zeroed struct page in unavailable ranges: 9316 pages
[    0.026362] Initmem setup node 0 [mem 0x0000000000001000-0x00000000bdbfefff]
[    0.026364] On node 0 totalpages: 777116
[    0.026365]   DMA zone: 64 pages used for memmap
[    0.026365]   DMA zone: 21 pages reserved
[    0.026366]   DMA zone: 3997 pages, LIFO batch:0
[    0.026429]   DMA32 zone: 12080 pages used for memmap
[    0.026430]   DMA32 zone: 773119 pages, LIFO batch:63
[    0.059539] Reserving Intel graphics memory at [mem 0xbe000000-0xbfffffff]
[    0.059686] ACPI: PM-Timer IO Port: 0x808
[    0.059688] ACPI: Local APIC address 0xfee00000
[    0.059698] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.059710] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.059713] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.059714] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.059716] ACPI: IRQ0 used by override.
[    0.059717] ACPI: IRQ9 used by override.
[    0.059718] Using ACPI (MADT) for SMP configuration information
[    0.059720] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.059727] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.059742] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.059744] PM: Registered nosave memory: [mem 0x0009e000-0x000effff]
[    0.059744] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.059746] [mem 0xc0000000-0xf7ffffff] available for PCI devices
[    0.059747] Booting paravirtualized kernel on bare hardware
[    0.059752] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.059759] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.061022] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.061028] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.061029] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.061062] Built 1 zonelists, mobility grouping on.  Total pages: 764951
[    0.061063] Policy zone: DMA32
[    0.061065] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-53-generic root=UUID=50f193a4-f57f-40e8-957e-3b98e4b2d28e ro quiet splash resume=UUID=16168ee3-f9d1-4f7b-9221-b84f12c76f6f vt.handoff=7
[    0.063035] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.064059] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.064161] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.064165] Calgary: detecting Calgary via BIOS EBDA area
[    0.064167] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.103309] Memory: 2938168K/3108464K available (14339K kernel code, 2387K rwdata, 4728K rodata, 2676K init, 5044K bss, 170296K reserved, 0K cma-reserved)
[    0.103320] random: get_random_u64 called from kmem_cache_open+0x2d/0x410 with crng_init=0
[    0.103574] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.103599] Kernel/User page tables isolation: enabled
[    0.103628] ftrace: allocating 43610 entries in 171 pages
[    0.122216] rcu: Hierarchical RCU implementation.
[    0.122219] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.122220] 	Tasks RCU enabled.
[    0.122221] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.122222] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.125609] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.125858] vt handoff: transparent VT on vt#7
[    0.125868] Console: colour dummy device 80x25
[    0.125873] printk: console [tty0] enabled
[    0.125895] ACPI: Core revision 20190703
[    0.212560] ACPI BIOS Warning (bug): Incorrect checksum in table [TCPA] - 0x00, should be 0x7F (20190703/tbprint-173)
[    0.212617] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.212629] APIC: Switch to symmetric I/O mode setup
[    0.212994] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.232630] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2a2d0806829, max_idle_ns: 440795283055 ns
[    0.232634] Calibrating delay loop (skipped), value calculated using timer frequency.. 5851.90 BogoMIPS (lpj=11703812)
[    0.232636] pid_max: default: 32768 minimum: 301
[    0.232671] LSM: Security Framework initializing
[    0.232682] Yama: becoming mindful.
[    0.232751] AppArmor: AppArmor initialized
[    0.232805] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.232827] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.233021] *** VALIDATE proc ***
[    0.233094] *** VALIDATE cgroup1 ***
[    0.233096] *** VALIDATE cgroup2 ***
[    0.233153] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.233156] process: using mwait in idle threads
[    0.233159] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.233160] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.233163] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.233164] Spectre V2 : Mitigation: Full generic retpoline
[    0.233165] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.233166] Speculative Store Bypass: Vulnerable
[    0.233169] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.233309] Freeing SMP alternatives memory: 36K
[    0.343747] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     E7500  @ 2.93GHz (family: 0x6, model: 0x17, stepping: 0xa)
[    0.343889] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
[    0.343895] ... version:                2
[    0.343896] ... bit width:              40
[    0.343896] ... generic registers:      2
[    0.343897] ... value mask:             000000ffffffffff
[    0.343898] ... max period:             000000007fffffff
[    0.343898] ... fixed-purpose events:   3
[    0.343899] ... event mask:             0000000700000003
[    0.343948] rcu: Hierarchical SRCU implementation.
[    0.344631] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.344631] smp: Bringing up secondary CPUs ...
[    0.344631] x86: Booting SMP configuration:
[    0.344631] .... node  #0, CPUs:      #1
[    0.348701] smp: Brought up 1 node, 2 CPUs
[    0.348701] smpboot: Max logical packages: 4
[    0.348701] smpboot: Total of 2 processors activated (11703.81 BogoMIPS)
[    0.350289] devtmpfs: initialized
[    0.350289] x86/mm: Memory block size: 128MB
[    0.350289] PM: Registering ACPI NVS region [mem 0xbdbffc00-0xbdc53bff] (344064 bytes)
[    0.352643] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.352669] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.352739] pinctrl core: initialized pinctrl subsystem
[    0.352853] PM: RTC time: 03:24:48, date: 2020-05-23
[    0.352983] NET: Registered protocol family 16
[    0.353079] audit: initializing netlink subsys (disabled)
[    0.353088] audit: type=2000 audit(1590204288.140:1): state=initialized audit_enabled=0 res=1
[    0.353088] EISA bus registered
[    0.353088] cpuidle: using governor ladder
[    0.353088] cpuidle: using governor menu
[    0.353088] Simple Boot Flag at 0x7a set to 0x1
[    0.353088] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.353088] ACPI: bus type PCI registered
[    0.353088] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.353088] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.353088] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.353088] PCI: Using configuration type 1 for base access
[    0.354597] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.356741] ACPI: Added _OSI(Module Device)
[    0.356742] ACPI: Added _OSI(Processor Device)
[    0.356743] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.356744] ACPI: Added _OSI(Processor Aggregator Device)
[    0.356745] ACPI: Added _OSI(Linux-Dell-Video)
[    0.356746] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.356747] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.426485] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.437871] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.474826] ACPI: Interpreter enabled
[    0.474846] ACPI: (supports S0 S3 S4 S5)
[    0.474848] ACPI: Using IOAPIC for interrupt routing
[    0.474968] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.475161] ACPI: Enabled 14 GPEs in block 00 to 3F
[    0.711734] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.711740] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.711753] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.721574] PCI host bridge to bus 0000:00
[    0.721576] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.721577] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.721579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.721580] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000effff window]
[    0.721581] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.721582] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfec00000 window]
[    0.721584] pci_bus 0000:00: root bus resource [mem 0xbdd00000-0xf7ffffff window]
[    0.721585] pci_bus 0000:00: root bus resource [mem 0xff980000-0xff980fff window]
[    0.721586] pci_bus 0000:00: root bus resource [mem 0xff97c000-0xff97ffff window]
[    0.721587] pci_bus 0000:00: root bus resource [mem 0xff970000-0xff9707ff window]
[    0.721589] pci_bus 0000:00: root bus resource [mem 0xfed20000-0xfed9ffff window]
[    0.721590] pci_bus 0000:00: root bus resource [mem 0xfeda6000-0xfeda6fff window]
[    0.721591] pci_bus 0000:00: root bus resource [mem 0xfeda7000-0xfeda7fff window]
[    0.721593] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.721603] pci 0000:00:00.0: [8086:2e10] type 00 class 0x060000
[    0.721625] pci 0000:00:00.0: DMAR: Disabling IOMMU for graphics on this chipset
[    0.721626] pci 0000:00:00.0: DMAR: Forcing write-buffer flush capability
[    0.722010] pci 0000:00:02.0: [8086:2e12] type 00 class 0x030000
[    0.722020] pci 0000:00:02.0: reg 0x10: [mem 0xf7c00000-0xf7ffffff 64bit]
[    0.722025] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.722029] pci 0000:00:02.0: reg 0x20: [io  0xecb8-0xecbf]
[    0.722422] pci 0000:00:02.1: [8086:2e13] type 00 class 0x038000
[    0.722431] pci 0000:00:02.1: reg 0x10: [mem 0xf7b00000-0xf7bfffff 64bit]
[    0.722847] pci 0000:00:19.0: [8086:10de] type 00 class 0x020000
[    0.722864] pci 0000:00:19.0: reg 0x10: [mem 0xf7ae0000-0xf7afffff]
[    0.722870] pci 0000:00:19.0: reg 0x14: [mem 0xf7ad9000-0xf7ad9fff]
[    0.722877] pci 0000:00:19.0: reg 0x18: [io  0xece0-0xecff]
[    0.722929] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.723310] pci 0000:00:1a.0: [8086:3a67] type 00 class 0x0c0300
[    0.723349] pci 0000:00:1a.0: reg 0x20: [io  0xff20-0xff3f]
[    0.723761] pci 0000:00:1a.1: [8086:3a68] type 00 class 0x0c0300
[    0.723800] pci 0000:00:1a.1: reg 0x20: [io  0xff00-0xff1f]
[    0.724213] pci 0000:00:1a.2: [8086:3a69] type 00 class 0x0c0300
[    0.724252] pci 0000:00:1a.2: reg 0x20: [io  0xfc00-0xfc1f]
[    0.724671] pci 0000:00:1a.7: [8086:3a6c] type 00 class 0x0c0320
[    0.724690] pci 0000:00:1a.7: reg 0x10: [mem 0xf7ada000-0xf7ada3ff]
[    0.724764] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.725156] pci 0000:00:1b.0: [8086:3a6e] type 00 class 0x040300
[    0.725174] pci 0000:00:1b.0: reg 0x10: [mem 0xf7adc000-0xf7adffff 64bit]
[    0.725238] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.725621] pci 0000:00:1c.0: [8086:3a70] type 01 class 0x060400
[    0.725697] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.726093] pci 0000:00:1c.1: [8086:3a72] type 01 class 0x060400
[    0.726167] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.726567] pci 0000:00:1d.0: [8086:3a64] type 00 class 0x0c0300
[    0.726605] pci 0000:00:1d.0: reg 0x20: [io  0xff80-0xff9f]
[    0.727019] pci 0000:00:1d.1: [8086:3a65] type 00 class 0x0c0300
[    0.727058] pci 0000:00:1d.1: reg 0x20: [io  0xff60-0xff7f]
[    0.727469] pci 0000:00:1d.2: [8086:3a66] type 00 class 0x0c0300
[    0.727508] pci 0000:00:1d.2: reg 0x20: [io  0xff40-0xff5f]
[    0.727926] pci 0000:00:1d.7: [8086:3a6a] type 00 class 0x0c0320
[    0.727945] pci 0000:00:1d.7: reg 0x10: [mem 0xff980000-0xff9803ff]
[    0.728020] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.728401] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.728841] pci 0000:00:1f.0: [8086:3a14] type 00 class 0x060100
[    0.729311] pci 0000:00:1f.2: [8086:3a02] type 00 class 0x010601
[    0.729327] pci 0000:00:1f.2: reg 0x10: [io  0xfe00-0xfe07]
[    0.729333] pci 0000:00:1f.2: reg 0x14: [io  0xfe10-0xfe13]
[    0.729339] pci 0000:00:1f.2: reg 0x18: [io  0xfe20-0xfe27]
[    0.729345] pci 0000:00:1f.2: reg 0x1c: [io  0xfe30-0xfe33]
[    0.729352] pci 0000:00:1f.2: reg 0x20: [io  0xfec0-0xfedf]
[    0.729358] pci 0000:00:1f.2: reg 0x24: [mem 0xff970000-0xff9707ff]
[    0.729394] pci 0000:00:1f.2: PME# supported from D3hot
[    0.729776] pci 0000:00:1f.3: [8086:3a60] type 00 class 0x0c0500
[    0.729792] pci 0000:00:1f.3: reg 0x10: [mem 0xf7adb000-0xf7adb0ff 64bit]
[    0.729809] pci 0000:00:1f.3: reg 0x20: [io  0x0980-0x099f]
[    0.730228] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.730232] pci 0000:00:1c.0:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.730272] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.730276] pci 0000:00:1c.1:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.730293] pci_bus 0000:03: extended config space not accessible
[    0.730342] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
[    0.730349] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.730351] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.730352] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.730353] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000effff window] (subtractive decode)
[    0.730355] pci 0000:00:1e.0:   bridge window [mem 0x000f0000-0x000fffff window] (subtractive decode)
[    0.730356] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfec00000 window] (subtractive decode)
[    0.730357] pci 0000:00:1e.0:   bridge window [mem 0xbdd00000-0xf7ffffff window] (subtractive decode)
[    0.730359] pci 0000:00:1e.0:   bridge window [mem 0xff980000-0xff980fff window] (subtractive decode)
[    0.730360] pci 0000:00:1e.0:   bridge window [mem 0xff97c000-0xff97ffff window] (subtractive decode)
[    0.730361] pci 0000:00:1e.0:   bridge window [mem 0xff970000-0xff9707ff window] (subtractive decode)
[    0.730363] pci 0000:00:1e.0:   bridge window [mem 0xfed20000-0xfed9ffff window] (subtractive decode)
[    0.730364] pci 0000:00:1e.0:   bridge window [mem 0xfeda6000-0xfeda6fff window] (subtractive decode)
[    0.730365] pci 0000:00:1e.0:   bridge window [mem 0xfeda7000-0xfeda7fff window] (subtractive decode)
[    0.762237] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    0.763160] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    0.764098] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    0.765533] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    0.766477] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    0.767412] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    0.768333] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 9 10 11 12 15)
[    0.769262] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    0.769798] SCSI subsystem initialized
[    0.769798] libata version 3.00 loaded.
[    0.769798] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.769798] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.769798] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.769798] vgaarb: loaded
[    0.769798] ACPI: bus type USB registered
[    0.769798] usbcore: registered new interface driver usbfs
[    0.769798] usbcore: registered new interface driver hub
[    0.769798] usbcore: registered new device driver usb
[    0.769798] pps_core: LinuxPPS API ver. 1 registered
[    0.769798] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.769798] PTP clock support registered
[    0.769798] EDAC MC: Ver: 3.0.0
[    0.769798] PCI: Using ACPI for IRQ routing
[    0.769952] PCI: pci_cache_line_size set to 64 bytes
[    0.769991] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.769992] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.769993] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.769994] e820: reserve RAM buffer [mem 0xbdbffc00-0xbfffffff]
[    0.772634] NetLabel: Initializing
[    0.772634] NetLabel:  domain hash size = 128
[    0.772634] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.772634] NetLabel:  unlabeled traffic allowed by default
[    0.773559] hpet: 8 channels of 5 reserved for per-cpu timers
[    0.773562] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 24, 25, 26, 27, 28
[    0.773566] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.775612] clocksource: Switched to clocksource tsc-early
[    0.789762] VFS: Disk quotas dquot_6.6.0
[    0.789786] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.789821] *** VALIDATE hugetlbfs ***
[    0.789939] AppArmor: AppArmor Filesystem Enabled
[    0.789975] pnp: PnP ACPI init
[    0.793375] system 00:00: [io  0x0800-0x085f] has been reserved
[    0.793377] system 00:00: [io  0x0c00-0x0c7f] has been reserved
[    0.793378] system 00:00: [io  0x0860-0x08ff] has been reserved
[    0.793384] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.793628] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.819183] pnp: PnP ACPI: found 2 devices
[    0.820871] thermal_sys: Registered thermal governor 'fair_share'
[    0.820872] thermal_sys: Registered thermal governor 'bang_bang'
[    0.820873] thermal_sys: Registered thermal governor 'step_wise'
[    0.820874] thermal_sys: Registered thermal governor 'user_space'
[    0.820875] thermal_sys: Registered thermal governor 'power_allocator'
[    0.825363] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.825405] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.825408] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.825410] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.825412] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.825425] pci 0000:00:1c.0: BAR 15: assigned [mem 0xfc000000-0xfc1fffff 64bit pref]
[    0.825431] pci 0000:00:1c.1: BAR 15: assigned [mem 0xfc200000-0xfc3fffff 64bit pref]
[    0.825433] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.825435] pci 0000:00:1c.1: BAR 13: assigned [io  0x2000-0x2fff]
[    0.825437] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.825440] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.825443] pci 0000:00:1c.0:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.825446] pci 0000:00:1c.0:   bridge window [mem 0xfc000000-0xfc1fffff 64bit pref]
[    0.825450] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.825452] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    0.825456] pci 0000:00:1c.1:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.825459] pci 0000:00:1c.1:   bridge window [mem 0xfc200000-0xfc3fffff 64bit pref]
[    0.825463] pci 0000:00:1e.0: PCI bridge to [bus 03]
[    0.825472] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.825473] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.825475] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.825476] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000effff window]
[    0.825477] pci_bus 0000:00: resource 8 [mem 0x000f0000-0x000fffff window]
[    0.825478] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfec00000 window]
[    0.825480] pci_bus 0000:00: resource 10 [mem 0xbdd00000-0xf7ffffff window]
[    0.825481] pci_bus 0000:00: resource 11 [mem 0xff980000-0xff980fff window]
[    0.825482] pci_bus 0000:00: resource 12 [mem 0xff97c000-0xff97ffff window]
[    0.825483] pci_bus 0000:00: resource 13 [mem 0xff970000-0xff9707ff window]
[    0.825484] pci_bus 0000:00: resource 14 [mem 0xfed20000-0xfed9ffff window]
[    0.825486] pci_bus 0000:00: resource 15 [mem 0xfeda6000-0xfeda6fff window]
[    0.825487] pci_bus 0000:00: resource 16 [mem 0xfeda7000-0xfeda7fff window]
[    0.825488] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.825489] pci_bus 0000:01: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.825491] pci_bus 0000:01: resource 2 [mem 0xfc000000-0xfc1fffff 64bit pref]
[    0.825492] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.825493] pci_bus 0000:02: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.825494] pci_bus 0000:02: resource 2 [mem 0xfc200000-0xfc3fffff 64bit pref]
[    0.825496] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.825497] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.825498] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.825499] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000effff window]
[    0.825500] pci_bus 0000:03: resource 8 [mem 0x000f0000-0x000fffff window]
[    0.825502] pci_bus 0000:03: resource 9 [mem 0xfc000000-0xfec00000 window]
[    0.825503] pci_bus 0000:03: resource 10 [mem 0xbdd00000-0xf7ffffff window]
[    0.825504] pci_bus 0000:03: resource 11 [mem 0xff980000-0xff980fff window]
[    0.825505] pci_bus 0000:03: resource 12 [mem 0xff97c000-0xff97ffff window]
[    0.825507] pci_bus 0000:03: resource 13 [mem 0xff970000-0xff9707ff window]
[    0.825508] pci_bus 0000:03: resource 14 [mem 0xfed20000-0xfed9ffff window]
[    0.825509] pci_bus 0000:03: resource 15 [mem 0xfeda6000-0xfeda6fff window]
[    0.825510] pci_bus 0000:03: resource 16 [mem 0xfeda7000-0xfeda7fff window]
[    0.825576] NET: Registered protocol family 2
[    0.825768] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.825864] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.826073] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.826135] TCP: Hash tables configured (established 32768 bind 32768)
[    0.826237] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.826267] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.826385] NET: Registered protocol family 1
[    0.826394] NET: Registered protocol family 44
[    0.826405] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.832479] PCI: CLS 64 bytes, default 64
[    0.832554] Trying to unpack rootfs image as initramfs...
[    1.235116] Freeing initrd memory: 80136K
[    1.235365] check: Scanning for low memory corruption every 60 seconds
[    1.235875] Initialise system trusted keyrings
[    1.235890] Key type blacklist registered
[    1.235972] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.237770] zbud: loaded
[    1.238230] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.238437] fuse: init (API version 7.31)
[    1.238587] Platform Keyring initialized
[    1.243872] Key type asymmetric registered
[    1.243873] Asymmetric key parser 'x509' registered
[    1.243889] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.243939] io scheduler mq-deadline registered
[    1.245126] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.245198] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    1.245199] vesafb: scrolling: redraw
[    1.245200] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.245211] vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 1216k, total 1216k
[    1.245257] fbcon: Deferring console take-over
[    1.245258] fb0: VESA VGA frame buffer device
[    1.245271] intel_idle: does not run on family 6 model 23
[    1.245350] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.245367] ACPI: Power Button [VBTN]
[    1.245418] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.245426] ACPI: Power Button [PWRF]
[    1.248305] Monitor-Mwait will be used to enter C-1 state
[    1.248310] tsc: Marking TSC unstable due to TSC halts in idle
[    1.248358] clocksource: Switched to clocksource hpet
[    1.251228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.253480] Linux agpgart interface v0.103
[    1.256283] loop: module loaded
[    1.256566] libphy: Fixed MDIO Bus: probed
[    1.256567] tun: Universal TUN/TAP device driver, 1.6
[    1.256603] PPP generic driver version 2.4.2
[    1.256677] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.256680] ehci-pci: EHCI PCI platform driver
[    1.257167] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.257173] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.257184] ehci-pci 0000:00:1a.7: debug port 1
[    1.261088] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.261105] ehci-pci 0000:00:1a.7: irq 22, io mem 0xf7ada000
[    1.276716] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.276800] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    1.276803] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.276805] usb usb1: Product: EHCI Host Controller
[    1.276808] usb usb1: Manufacturer: Linux 5.3.0-53-generic ehci_hcd
[    1.276810] usb usb1: SerialNumber: 0000:00:1a.7
[    1.276961] hub 1-0:1.0: USB hub found
[    1.276968] hub 1-0:1.0: 6 ports detected
[    1.277536] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.277544] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.277567] ehci-pci 0000:00:1d.7: debug port 1
[    1.281473] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.281482] ehci-pci 0000:00:1d.7: irq 23, io mem 0xff980000
[    1.284706] random: fast init done
[    1.296717] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.296804] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    1.296807] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.296809] usb usb2: Product: EHCI Host Controller
[    1.296811] usb usb2: Manufacturer: Linux 5.3.0-53-generic ehci_hcd
[    1.296814] usb usb2: SerialNumber: 0000:00:1d.7
[    1.296962] hub 2-0:1.0: USB hub found
[    1.296968] hub 2-0:1.0: 6 ports detected
[    1.297127] ehci-platform: EHCI generic platform driver
[    1.297137] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.297140] ohci-pci: OHCI PCI platform driver
[    1.297149] ohci-platform: OHCI generic platform driver
[    1.297155] uhci_hcd: USB Universal Host Controller Interface driver
[    1.297560] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.297565] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.297570] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.297592] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff20
[    1.297642] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[    1.297644] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.297645] usb usb3: Product: UHCI Host Controller
[    1.297646] usb usb3: Manufacturer: Linux 5.3.0-53-generic uhci_hcd
[    1.297648] usb usb3: SerialNumber: 0000:00:1a.0
[    1.297751] hub 3-0:1.0: USB hub found
[    1.297757] hub 3-0:1.0: 2 ports detected
[    1.298224] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.298229] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.298234] uhci_hcd 0000:00:1a.1: detected 2 ports
[    1.298257] uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ff00
[    1.298315] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[    1.298317] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.298318] usb usb4: Product: UHCI Host Controller
[    1.298319] usb usb4: Manufacturer: Linux 5.3.0-53-generic uhci_hcd
[    1.298321] usb usb4: SerialNumber: 0000:00:1a.1
[    1.298422] hub 4-0:1.0: USB hub found
[    1.298428] hub 4-0:1.0: 2 ports detected
[    1.298889] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.298894] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.298899] uhci_hcd 0000:00:1a.2: detected 2 ports
[    1.298914] uhci_hcd 0000:00:1a.2: irq 22, io base 0x0000fc00
[    1.298962] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[    1.298964] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.298965] usb usb5: Product: UHCI Host Controller
[    1.298966] usb usb5: Manufacturer: Linux 5.3.0-53-generic uhci_hcd
[    1.298967] usb usb5: SerialNumber: 0000:00:1a.2
[    1.299066] hub 5-0:1.0: USB hub found
[    1.299072] hub 5-0:1.0: 2 ports detected
[    1.299548] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.299558] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.299562] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.299578] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff80
[    1.299621] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[    1.299622] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.299624] usb usb6: Product: UHCI Host Controller
[    1.299625] usb usb6: Manufacturer: Linux 5.3.0-53-generic uhci_hcd
[    1.299626] usb usb6: SerialNumber: 0000:00:1d.0
[    1.299724] hub 6-0:1.0: USB hub found
[    1.299730] hub 6-0:1.0: 2 ports detected
[    1.300202] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.300206] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.300211] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.300226] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ff60
[    1.300270] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[    1.300271] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.300272] usb usb7: Product: UHCI Host Controller
[    1.300274] usb usb7: Manufacturer: Linux 5.3.0-53-generic uhci_hcd
[    1.300275] usb usb7: SerialNumber: 0000:00:1d.1
[    1.300376] hub 7-0:1.0: USB hub found
[    1.300382] hub 7-0:1.0: 2 ports detected
[    1.300866] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.300873] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.300878] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.300898] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40
[    1.300957] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[    1.300959] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.300960] usb usb8: Product: UHCI Host Controller
[    1.300961] usb usb8: Manufacturer: Linux 5.3.0-53-generic uhci_hcd
[    1.300962] usb usb8: SerialNumber: 0000:00:1d.2
[    1.301052] hub 8-0:1.0: USB hub found
[    1.301058] hub 8-0:1.0: 2 ports detected
[    1.301182] i8042: PNP: No PS/2 controller found.
[    1.301183] i8042: Probing ports directly.
[    1.304024] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.304029] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.304158] mousedev: PS/2 mouse device common for all mice
[    1.304317] rtc_cmos 00:01: RTC can wake from S4
[    1.304454] rtc_cmos 00:01: registered as rtc0
[    1.304474] rtc_cmos 00:01: alarms up to one day, 242 bytes nvram, hpet irqs
[    1.304479] i2c /dev entries driver
[    1.304530] device-mapper: uevent: version 1.0.3
[    1.304600] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[    1.304619] platform eisa.0: Probing EISA bus 0
[    1.304621] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.304622] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.304623] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.304625] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.304626] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.304627] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.304628] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.304630] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.304631] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.304632] platform eisa.0: EISA: Detected 0 cards
[    1.304644] intel_pstate: CPU model not supported
[    1.304670] ledtrig-cpu: registered to indicate activity on CPUs
[    1.304931] NET: Registered protocol family 10
[    1.314697] Segment Routing with IPv6
[    1.314727] NET: Registered protocol family 17
[    1.314781] Key type dns_resolver registered
[    1.314979] RAS: Correctable Errors collector initialized.
[    1.315019] microcode: sig=0x1067a, pf=0x1, revision=0xa0b
[    1.315070] microcode: Microcode Update Driver: v2.2.
[    1.315218] registered taskstats version 1
[    1.315229] Loading compiled-in X.509 certificates
[    1.317798] Loaded X.509 cert 'Build time autogenerated kernel key: 0f7456f411f9d468c33f34c466b2a2f36ba6a894'
[    1.317834] zswap: loaded using pool lzo/zbud
[    1.326954] Key type big_key registered
[    1.331525] Key type encrypted registered
[    1.331530] AppArmor: AppArmor sha1 policy hashing enabled
[    1.331538] ima: No TPM chip found, activating TPM-bypass!
[    1.331544] ima: Allocated hash algorithm: sha1
[    1.331552] No architecture policies found
[    1.331569] evm: Initialising EVM extended attributes:
[    1.331570] evm: security.selinux
[    1.331571] evm: security.SMACK64
[    1.331571] evm: security.SMACK64EXEC
[    1.331572] evm: security.SMACK64TRANSMUTE
[    1.331572] evm: security.SMACK64MMAP
[    1.331573] evm: security.apparmor
[    1.331573] evm: security.ima
[    1.331574] evm: security.capability
[    1.331575] evm: HMAC attrs: 0x1
[    1.331962] PM:   Magic number: 4:412:412
[    1.332087] rtc_cmos 00:01: setting system clock to 2020-05-23T03:24:49 UTC (1590204289)
[    1.390115] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    1.392012] Freeing unused decrypted memory: 2040K
[    1.393100] Freeing unused kernel image memory: 2676K
[    1.393158] Write protecting the kernel read-only data: 22528k
[    1.394259] Freeing unused kernel image memory: 2008K
[    1.394968] Freeing unused kernel image memory: 1416K
[    1.407340] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.407360] x86/mm: Checking user space page tables
[    1.419636] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.419640] Run /init as init process
[    1.432666] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.433498] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.433507] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.503984] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    1.509886] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.509887] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.510395] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.516392] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000828-0x000000000000082D (\GLBC) (20190703/utaddress-204)
[    1.516398] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x000000000000082A-0x000000000000082A (\SACT) (20190703/utaddress-204)
[    1.516401] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000828-0x0000000000000828 (\SSTS) (20190703/utaddress-204)
[    1.516405] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.516407] ACPI Warning: SystemIO range 0x00000000000008B0-0x00000000000008BF conflicts with OpRegion 0x00000000000008B8-0x00000000000008BB (\GIC2) (20190703/utaddress-204)
[    1.516410] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.516411] ACPI Warning: SystemIO range 0x0000000000000880-0x00000000000008AF conflicts with OpRegion 0x000000000000088C-0x000000000000088F (\GIC1) (20190703/utaddress-204)
[    1.516414] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.516440] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.519301] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.527990] ahci 0000:00:1f.2: version 3.0
[    1.544500] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x2f impl SATA mode
[    1.544503] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pio ems sxs 
[    1.583790] pci 0000:00:00.0: Intel Q45/Q43 Chipset
[    1.583833] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.584420] pci 0000:00:00.0: detected 32768K stolen memory
[    1.584458] checking generic (e0000000 130000) vs hw (e0000000 10000000)
[    1.584459] fb0: switching to inteldrmfb from VESA VGA
[    1.584597] gpio_ich gpio_ich.2.auto: GPIO from 440 to 511
[    1.584779] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.592963] scsi host0: ahci
[    1.593339] scsi host1: ahci
[    1.593606] scsi host2: ahci
[    1.594911] scsi host3: ahci
[    1.595501] scsi host4: ahci
[    1.595773] scsi host5: ahci
[    1.595836] ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 32
[    1.595838] ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 32
[    1.595839] ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 32
[    1.595841] ata4: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970280 irq 32
[    1.595841] ata5: DUMMY
[    1.595843] ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 32
[    1.623467] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.623469] [drm] Driver supports precise vblank timestamp query.
[    1.644450] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.754354] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:4d:a2:20:72:f9
[    1.754356] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.754394] e1000e 0000:00:19.0 eth0: MAC: 8, PHY: 8, PBA No: 2011FF-0FF
[    1.755866] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[    1.785346] usb 3-2: new low-speed USB device number 2 using uhci_hcd
[    1.848751] [drm] RC6 disabled, disabling runtime PM support
[    1.849277] [drm] Initialized i915 1.6.0 20190619 for 0000:00:02.0 on minor 0
[    1.899085] fbcon: i915drmfb (fb0) is primary device
[    1.899086] fbcon: Deferring console take-over
[    1.899089] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[    1.911603] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.911623] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.911638] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.911651] ata6: SATA link down (SStatus 4 SControl 300)
[    1.911668] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.912126] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-H653G, DW10, max UDMA/100
[    1.912130] ata2.00: applying bridge limits
[    1.912203] ata4.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[    1.912205] ata4.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    1.912226] ata3.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[    1.912227] ata3.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    1.912442] ata1.00: ATA-8: WDC WD2500AAKX-603CA0, 18.01H18, max UDMA/100
[    1.912444] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    1.912795] ata3.00: configured for UDMA/133
[    1.912808] ata4.00: configured for UDMA/133
[    1.912858] ata2.00: configured for UDMA/100
[    1.913357] ata1.00: configured for UDMA/100
[    1.913577] scsi 0:0:0:0: Direct-Access     ATA      WDC WD2500AAKX-6 1H18 PQ: 0 ANSI: 5
[    1.913874] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    1.913886] sd 0:0:0:0: [sda] Write Protect is off
[    1.913887] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.913905] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.914127] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.914800] scsi 1:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-H653G DW10 PQ: 0 ANSI: 5
[    1.918372]  sda: sda1 sda2
[    1.918820] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.974434] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.974436] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.974737] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.974806] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.974984] scsi 2:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[    1.975119] scsi 2:0:0:0: Attached scsi generic sg2 type 0
[    1.975298] scsi 3:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[    1.975450] scsi 3:0:0:0: Attached scsi generic sg3 type 0
[    1.975622] sd 3:0:0:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    1.975623] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[    1.975647] sd 2:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    1.975649] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    1.975661] sd 3:0:0:0: [sdc] Write Protect is off
[    1.975663] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.975675] sd 2:0:0:0: [sdb] Write Protect is off
[    1.975676] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.975698] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.975720] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.976658] usb 3-2: New USB device found, idVendor=13ba, idProduct=0017, bcdDevice= 0.01
[    1.976661] usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.976664] usb 3-2: Product: Generic USB K/B
[    1.983625] hidraw: raw HID events driver (C) Jiri Kosina
[    2.015951] usbcore: registered new interface driver usbhid
[    2.015952] usbhid: USB HID core driver
[    2.018403] input: Generic USB K/B as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:13BA:0017.0001/input/input5
[    2.027515]  sdc: sdc1 sdc2
[    2.028069] sd 3:0:0:0: [sdc] Attached SCSI disk
[    2.029021]  sdb: sdb1 sdb2 sdb3
[    2.029548] sd 2:0:0:0: [sdb] Attached SCSI disk
[    2.076818] hid-generic 0003:13BA:0017.0001: input,hidraw0: USB HID v1.10 Keyboard [Generic USB K/B] on usb-0000:00:1a.0-2/input0
[    2.077112] input: Generic USB K/B Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.1/0003:13BA:0017.0002/input/input6
[    2.077206] input: Generic USB K/B System Control as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.1/0003:13BA:0017.0002/input/input7
[    2.136821] hid-generic 0003:13BA:0017.0002: input,hidraw1: USB HID v1.10 Mouse [Generic USB K/B] on usb-0000:00:1a.0-2/input1
[    2.576671] usb 4-2: new full-speed USB device number 2 using uhci_hcd
[    2.776706] usb 4-2: New USB device found, idVendor=062a, idProduct=4101, bcdDevice= 1.08
[    2.776710] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.776713] usb 4-2: Product: 2.4G Keyboard Mouse
[    2.776715] usb 4-2: Manufacturer: MOSART Semi.
[    2.783173] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/0003:062A:4101.0003/input/input8
[    2.840819] hid-generic 0003:062A:4101.0003: input,hidraw2: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:1a.1-2/input0
[    2.845627] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/0003:062A:4101.0004/input/input9
[    2.845745] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/0003:062A:4101.0004/input/input10
[    2.904797] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/0003:062A:4101.0004/input/input11
[    2.904881] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/0003:062A:4101.0004/input/input12
[    2.905012] hid-generic 0003:062A:4101.0004: input,hiddev0,hidraw3: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:1a.1-2/input1
[    3.815111] random: crng init done
[    3.815114] random: 7 urandom warning(s) missed due to ratelimiting
[    3.880641] raid6: sse2x4   gen()  8738 MB/s
[    3.928640] raid6: sse2x4   xor()  6715 MB/s
[    3.976649] raid6: sse2x2   gen()  5101 MB/s
[    4.024638] raid6: sse2x2   xor()  5985 MB/s
[    4.072643] raid6: sse2x1   gen()  4479 MB/s
[    4.120641] raid6: sse2x1   xor()  4864 MB/s
[    4.120642] raid6: using algorithm sse2x4 gen() 8738 MB/s
[    4.120642] raid6: .... xor() 6715 MB/s, rmw enabled
[    4.120643] raid6: using ssse3x2 recovery algorithm
[    4.124231] xor: measuring software checksum speed
[    4.160643]    prefetch64-sse: 16196.000 MB/sec
[    4.200642]    generic_sse: 13724.000 MB/sec
[    4.200643] xor: using function: prefetch64-sse (16196.000 MB/sec)
[    4.223786] Btrfs loaded, crc32c=crc32c-generic
[    4.809267] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
[    6.219840] systemd[1]: Inserted module 'autofs4'
[    6.349628] systemd[1]: systemd 242 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.368700] systemd[1]: Detected architecture x86-64.
[    6.370180] systemd[1]: Set hostname to <dell-optiplex-780>.
[    6.370938] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    6.498683] systemd-fstab-generator[339]: Failed to create unit file /run/systemd/generator/dev-disk-by\x2duuid-16168ee3\x2df9d1\x2d4f7b\x2d9221\x2db84f12c76f6f.swap, as it already exists. Duplicate entry in /etc/fstab?
[    8.559022] systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[    8.907947] systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references a path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
[    9.035971] systemd[1]: Reached target User and Group Name Lookups.
[    9.036252] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    9.036377] systemd[1]: Listening on udev Kernel Socket.
[    9.036567] systemd[1]: Listening on Journal Audit Socket.
[    9.318309] EXT4-fs (sdc2): re-mounted. Opts: (null)
[    9.470617] RPC: Registered named UNIX socket transport module.
[    9.470618] RPC: Registered udp transport module.
[    9.470619] RPC: Registered tcp transport module.
[    9.470620] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.684300] lp: driver loaded but no devices found
[    9.734345] ppdev: user-space parallel port driver
[    9.846487] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    9.907807] systemd-journald[370]: Received request to flush runtime journal from PID 1
[   12.108228] audit: type=1400 audit(1590204300.272:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=415 comm="apparmor_parser"
[   12.143318] audit: type=1400 audit(1590204300.308:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=418 comm="apparmor_parser"
[   12.143322] audit: type=1400 audit(1590204300.308:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=418 comm="apparmor_parser"
[   12.218995] audit: type=1400 audit(1590204300.384:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=416 comm="apparmor_parser"
[   12.508405] audit: type=1400 audit(1590204300.672:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=420 comm="apparmor_parser"
[   12.510149] audit: type=1400 audit(1590204300.676:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/haveged" pid=421 comm="apparmor_parser"
[   12.512562] audit: type=1400 audit(1590204300.676:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=422 comm="apparmor_parser"
[   12.512566] audit: type=1400 audit(1590204300.676:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=422 comm="apparmor_parser"
[   12.512568] audit: type=1400 audit(1590204300.676:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=422 comm="apparmor_parser"
[   13.127236] audit: type=1400 audit(1590204301.292:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=423 comm="apparmor_parser"
[   15.220672] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
[   15.255563] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[   15.372307] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input13
[   16.263081] intel_powerclamp: No package C-state available
[   16.292950] intel_powerclamp: No package C-state available
[   17.486145] snd_hda_codec_analog hdaudioC0D2: autoconfig for AD1984A: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:line
[   17.486147] snd_hda_codec_analog hdaudioC0D2:    speaker_outs=1 (0x13/0x0/0x0/0x0/0x0)
[   17.486149] snd_hda_codec_analog hdaudioC0D2:    hp_outs=1 (0x11/0x0/0x0/0x0/0x0)
[   17.486150] snd_hda_codec_analog hdaudioC0D2:    mono: mono_out=0x0
[   17.486151] snd_hda_codec_analog hdaudioC0D2:    inputs:
[   17.486153] snd_hda_codec_analog hdaudioC0D2:      Mic=0x14
[   17.486154] snd_hda_codec_analog hdaudioC0D2:      Line=0x15
[   17.496236] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   17.496295] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   17.496350] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[   17.496410] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[   20.346525] Swap area shorter than signature indicates
[   20.364685] Adding 3107836k swap on /dev/sdb3.  Priority:-2 extents:1 across:3107836k FS
[   24.361223] Bluetooth: Core ver 2.22
[   24.361251] NET: Registered protocol family 31
[   24.361251] Bluetooth: HCI device and connection manager initialized
[   24.361257] Bluetooth: HCI socket layer initialized
[   24.361259] Bluetooth: L2CAP socket layer initialized
[   24.361263] Bluetooth: SCO socket layer initialized
[   30.520703] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   30.520902] NFSD: Using legacy client tracking operations.
[   30.520904] NFSD: starting 90-second grace period (net f0000098)
[   34.537151] e1000e: enp0s25 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[   34.537258] e1000e 0000:00:19.0 enp0s25: 10/100 speed: disabling TSO
[   34.537293] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
[   51.863626] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   51.863628] Bluetooth: BNEP filters: protocol multicast
[   51.863632] Bluetooth: BNEP socket layer initialized
[  119.480664] usb 1-3: new high-speed USB device number 4 using ehci-pci
[  119.509948] usb 1-3: New USB device found, idVendor=1058, idProduct=1001, bcdDevice= 1.05
[  119.509952] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  119.509954] usb 1-3: Product: External HDD    
[  119.509956] usb 1-3: Manufacturer: Western Digital 
[  119.509959] usb 1-3: SerialNumber: 574341553432363034373431
[  119.576130] usb-storage 1-3:1.0: USB Mass Storage device detected
[  119.576284] scsi host6: usb-storage 1-3:1.0
[  119.576384] usbcore: registered new interface driver usb-storage
[  119.582627] usbcore: registered new interface driver uas
[  120.597363] scsi 6:0:0:0: Direct-Access     WD       10EACS External  1.05 PQ: 0 ANSI: 4
[  120.598583] sd 6:0:0:0: Attached scsi generic sg4 type 0
[  120.599219] sd 6:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[  120.600332] sd 6:0:0:0: [sdd] Write Protect is off
[  120.600336] sd 6:0:0:0: [sdd] Mode Sense: 21 00 00 00
[  120.602968] sd 6:0:0:0: [sdd] No Caching mode page found
[  120.602974] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  120.621983]  sdd: sdd1
[  120.625010] sd 6:0:0:0: [sdd] Attached SCSI disk
[  121.362270] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null)
[  205.770593] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[  205.815867] JFS: nTxBlock = 8192, nTxLock = 65536
[  205.875698] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[  205.925494] QNX4 filesystem 0.2.3 registered.
[  605.933294] perf: interrupt took too long (2519 > 2500), lowering kernel.perf_event_max_sample_rate to 79250
[  761.604650] perf: interrupt took too long (3160 > 3148), lowering kernel.perf_event_max_sample_rate to 63250
[ 1349.996660] perf: interrupt took too long (3963 > 3950), lowering kernel.perf_event_max_sample_rate to 50250
[13281.779625] perf: interrupt took too long (4954 > 4953), lowering kernel.perf_event_max_sample_rate to 40250
[19448.617540] usb 1-3: USB disconnect, device number 4
[19468.136723] usb 1-3: new high-speed USB device number 5 using ehci-pci
[19468.165206] usb 1-3: New USB device found, idVendor=058f, idProduct=6254, bcdDevice= 1.00
[19468.165209] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[19468.165502] hub 1-3:1.0: USB hub found
[19468.165576] hub 1-3:1.0: 4 ports detected
[19474.876661] usb 1-3.1: new high-speed USB device number 6 using ehci-pci
[19474.905920] usb 1-3.1: New USB device found, idVendor=152d, idProduct=0539, bcdDevice= 2.06
[19474.905923] usb 1-3.1: New USB device strings: Mfr=10, Product=11, SerialNumber=3
[19474.905926] usb 1-3.1: Product: External USB 3.0
[19474.905928] usb 1-3.1: Manufacturer: Intenso
[19474.905930] usb 1-3.1: SerialNumber: 2012120860121
[19474.906458] usb-storage 1-3.1:1.0: USB Mass Storage device detected
[19474.907989] usb-storage 1-3.1:1.0: Quirks match for vid 152d pid 0539: 4000000
[19474.908038] scsi host6: usb-storage 1-3.1:1.0
[19477.924966] scsi 6:0:0:0: Direct-Access     Intenso  External USB 3.0 0206 PQ: 0 ANSI: 6
[19477.925857] sd 6:0:0:0: Attached scsi generic sg4 type 0
[19477.926549] sd 6:0:0:0: [sdd] 976773120 512-byte logical blocks: (500 GB/466 GiB)
[19477.927552] sd 6:0:0:0: [sdd] Write Protect is off
[19477.927554] sd 6:0:0:0: [sdd] Mode Sense: 27 00 00 00
[19477.928546] sd 6:0:0:0: [sdd] No Caching mode page found
[19477.928550] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[19477.957464]  sdd: sdd1
[19477.960440] sd 6:0:0:0: [sdd] Attached SCSI disk
[19479.163157] EXT4-fs (sdd1): warning: mounting fs with errors, running e2fsck is recommended
[19479.165841] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null)
[19501.629537] usb 1-3.1: USB disconnect, device number 6
[19575.548932] usb 1-3-port2: Cannot enable. Maybe the USB cable is bad?
[19575.628663] usb 1-3.2: new high-speed USB device number 8 using ehci-pci
[19576.052697] usb 1-3.2: device not accepting address 8, error -71
[19576.052808] usb 1-3-port2: attempt power cycle
[19577.240931] usb 1-3-port2: Cannot enable. Maybe the USB cable is bad?
[19578.112930] usb 1-3-port2: Cannot enable. Maybe the USB cable is bad?
[19578.113053] usb 1-3-port2: unable to enumerate USB device
[19611.596865] usb 1-3-port2: Cannot enable. Maybe the USB cable is bad?
[19612.468865] usb 1-3-port2: Cannot enable. Maybe the USB cable is bad?
[19612.468989] usb 1-3-port2: attempt power cycle
[19613.656864] usb 1-3-port2: Cannot enable. Maybe the USB cable is bad?
[19614.528864] usb 1-3-port2: Cannot enable. Maybe the USB cable is bad?
[19614.528988] usb 1-3-port2: unable to enumerate USB device
[19633.748673] usb 1-3.1: new high-speed USB device number 15 using ehci-pci
[19634.172664] usb 1-3.1: device not accepting address 15, error -71
[19635.044923] usb 1-3-port1: Cannot enable. Maybe the USB cable is bad?
[19635.045045] usb 1-3-port1: attempt power cycle
[19636.212923] usb 1-3-port1: Cannot enable. Maybe the USB cable is bad?
[19637.068923] usb 1-3-port1: Cannot enable. Maybe the USB cable is bad?
[19637.069047] usb 1-3-port1: unable to enumerate USB device
[19940.360722] usb 1-1: new high-speed USB device number 19 using ehci-pci
[19940.390245] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63
[19940.390249] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[19940.390251] usb 1-1: Product: USB2.0 Hub
[19940.390724] hub 1-1:1.0: USB hub found
[19940.390993] hub 1-1:1.0: 4 ports detected
[20006.641640] FS-Cache: Loaded
[20006.679550] FS-Cache: Netfs 'nfs' registered for caching
[20006.858787] NFS: Registering the id_resolver key type
[20006.858801] Key type id_resolver registered
[20006.858803] Key type id_legacy registered