staging.inyokaproject.org

udevd Probleme

Autor:
Johannes_12
Datum:
23. August 2021 21:32
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
$ dmesg | egrep 'iwl|hci'
[    2.004818] sdhci: Secure Digital Host Controller Interface driver
[    2.004822] sdhci: Copyright(c) Pierre Ossman
[    2.052936] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.096538] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.135519] ahci 0000:00:13.0: version 3.0
[    2.135910] ahci 0000:00:13.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    2.135915] ahci 0000:00:13.0: flags: 64bit ncq led clo only pio slum part deso sadm sds apst 
[    2.137374] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.150921] scsi host0: ahci
[    2.161390] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.167922] scsi host1: ahci
[    2.168670] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.174451] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.174465] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.175590] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
[    2.175648] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.175984] usb usb1: Manufacturer: Linux 5.10.0-8-amd64 xhci-hcd
[    2.177469] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.178841] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.178852] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.178859] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    2.178974] usb usb2: Manufacturer: Linux 5.10.0-8-amd64 xhci-hcd
[    2.179549] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.181241] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.182252] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.183199] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.212829] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.217723] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    2.432187] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    2.814084] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.117760] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.121919] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.122642] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.158344] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.159068] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.284880] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.311634] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.358731] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.447259] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.521182] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.553045] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.674069] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.790055] iwlwifi 0000:03:00.0: firmware: direct-loading firmware iwlwifi-7265D-29.ucode
[    4.790090] iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
[    4.790092] iwlwifi 0000:03:00.0: Found debug configuration: 0
[    4.791080] iwlwifi 0000:03:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
[    4.791155] iwlwifi 0000:03:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
[    4.796958] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.054516] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[    5.058732] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.069440] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[    5.074202] iwlwifi 0000:03:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    5.079161] iwlwifi 0000:03:00.0: base HW address: 7c:67:a2:41:6f:ef
[    5.099989] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.139529] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.150445] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[    5.151655] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.158917] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.470716] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.502035] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.573904] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    7.854683] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    7.984181] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    8.141506] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    8.272270] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[    8.448925] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    8.539307] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    8.591119] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    8.596218] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    8.736897] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    8.738525] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    8.759250] Bluetooth: hci0: read Intel version: 370810011003110e00
[    8.760903] bluetooth hci0: firmware: direct-loading firmware intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[    8.760913] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[    9.068633] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[    9.087597] Bluetooth: hci0: Intel BT fw patch 0x32 completed & activated
[    9.696391] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)

$ journalctl -k
-- Journal begins at Tue 2021-07-13 19:29:24 CEST, ends at Mon 2021-08-23 21:27:52 CEST. --
Aug 23 21:27:16 110s kernel: Linux version 5.10.0-8-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.46-4 (2021-08-03)
Aug 23 21:27:16 110s kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-8-amd64 root=UUID=3e9f755b-8625-435d-bd9a-c079fb9afdba ro quiet
Aug 23 21:27:16 110s kernel: x86/fpu: x87 FPU will use FXSAVE
Aug 23 21:27:16 110s kernel: BIOS-provided physical RAM map:
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] ACPI NVS
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x0000000020200000-0x000000007653bfff] usable
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x000000007653c000-0x000000007673bfff] type 20
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x000000007673c000-0x000000007743bfff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x000000007743c000-0x000000007758bfff] ACPI NVS
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x000000007758c000-0x00000000775cbfff] ACPI data
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000775cc000-0x0000000077ffffff] usable
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
Aug 23 21:27:16 110s kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Aug 23 21:27:16 110s kernel: NX (Execute Disable) protection: active
Aug 23 21:27:16 110s kernel: efi: EFI v2.31 by Phoenix Technologies Ltd.
Aug 23 21:27:16 110s kernel: efi: ESRT=0x768bf000 ACPI=0x775cb000 ACPI 2.0=0x775cb014 SMBIOS=0x77427000 MOKvar=0x74d6c000 
Aug 23 21:27:16 110s kernel: secureboot: Secure boot could not be determined (mode 0)
Aug 23 21:27:16 110s kernel: SMBIOS 2.7 present.
Aug 23 21:27:16 110s kernel: DMI: LENOVO 80WG/Kant, BIOS 4HCN10WW 02/22/2017
Aug 23 21:27:16 110s kernel: tsc: Detected 1600.000 MHz processor
Aug 23 21:27:16 110s kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 23 21:27:16 110s kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 23 21:27:16 110s kernel: last_pfn = 0x78000 max_arch_pfn = 0x400000000
Aug 23 21:27:16 110s kernel: MTRR default type: uncachable
Aug 23 21:27:16 110s kernel: MTRR fixed ranges enabled:
Aug 23 21:27:16 110s kernel:   00000-9FFFF write-back
Aug 23 21:27:16 110s kernel:   A0000-BFFFF uncachable
Aug 23 21:27:16 110s kernel:   C0000-FFFFF write-protect
Aug 23 21:27:16 110s kernel: MTRR variable ranges enabled:
Aug 23 21:27:16 110s kernel:   0 base 0FFA00000 mask FFFA00000 write-protect
Aug 23 21:27:16 110s kernel:   1 base 000000000 mask F80000000 write-back
Aug 23 21:27:16 110s kernel:   2 base 07E000000 mask FFE000000 uncachable
Aug 23 21:27:16 110s kernel:   3 base 07D000000 mask FFF000000 uncachable
Aug 23 21:27:16 110s kernel:   4 base 07C800000 mask FFF800000 uncachable
Aug 23 21:27:16 110s kernel:   5 base 07C400000 mask FFFC00000 uncachable
Aug 23 21:27:16 110s kernel:   6 disabled
Aug 23 21:27:16 110s kernel:   7 disabled
Aug 23 21:27:16 110s kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 23 21:27:16 110s kernel: esrt: Reserving ESRT space from 0x00000000768bf000 to 0x00000000768bf038.
Aug 23 21:27:16 110s kernel: e820: update [mem 0x74d6c000-0x74d6efff] usable ==> reserved
Aug 23 21:27:16 110s kernel: RAMDISK: [mem 0x3478d000-0x363bdfff]
Aug 23 21:27:16 110s kernel: ACPI: Early table checksum verification disabled
Aug 23 21:27:16 110s kernel: ACPI: RSDP 0x00000000775CB014 000024 (v02 LENOVO)
Aug 23 21:27:16 110s kernel: ACPI: XSDT 0x00000000775CB170 0000A4 (v01 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: FACP 0x00000000775C8000 00010C (v05 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: DSDT 0x00000000775BA000 00926E (v02 LENOVO EDK2     00000003 CHV  0100000D)
Aug 23 21:27:16 110s kernel: ACPI: FACS 0x0000000077531000 000040
Aug 23 21:27:16 110s kernel: ACPI: FACS 0x0000000077531000 000040
Aug 23 21:27:16 110s kernel: ACPI: UEFI 0x00000000775CA000 000042 (v01 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: MCFG 0x00000000775C6000 00003C (v01 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: SSDT 0x00000000775C5000 0005E0 (v01 LENOVO CpuDptf  00000003 CHV  0100000D)
Aug 23 21:27:16 110s kernel: ACPI: SSDT 0x00000000775C4000 000B0B (v01 LENOVO DptfTab  00000003 CHV  0100000D)
Aug 23 21:27:16 110s kernel: ACPI: SSDT 0x00000000775B9000 000763 (v01 LENOVO CpuPm    00003000 INTL 20120711)
Aug 23 21:27:16 110s kernel: ACPI: SSDT 0x00000000775B8000 000290 (v01 LENOVO Cpu0Tst  00003000 INTL 20120711)
Aug 23 21:27:16 110s kernel: ACPI: SSDT 0x00000000775B7000 00017A (v01 LENOVO ApTst    00003000 INTL 20120711)
Aug 23 21:27:16 110s kernel: ACPI: APIC 0x00000000775C7000 000084 (v03 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: UEFI 0x00000000775B6000 000042 (v01 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: MSDM 0x0000000077530000 000055 (v03 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: BATB 0x00000000775B5000 000046 (v01 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: FPDT 0x00000000775B4000 000064 (v01 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: UEFI 0x00000000775B3000 000102 (v01 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: BGRT 0x00000000775B2000 000038 (v01 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: tCSR 0x00000000775C9000 00014C (v00 LENOVO CB-01    00000002 PTEC 00000002)
Aug 23 21:27:16 110s kernel: ACPI: Reserving FACP table memory at [mem 0x775c8000-0x775c810b]
Aug 23 21:27:16 110s kernel: ACPI: Reserving DSDT table memory at [mem 0x775ba000-0x775c326d]
Aug 23 21:27:16 110s kernel: ACPI: Reserving FACS table memory at [mem 0x77531000-0x7753103f]
Aug 23 21:27:16 110s kernel: ACPI: Reserving FACS table memory at [mem 0x77531000-0x7753103f]
Aug 23 21:27:16 110s kernel: ACPI: Reserving UEFI table memory at [mem 0x775ca000-0x775ca041]
Aug 23 21:27:16 110s kernel: ACPI: Reserving MCFG table memory at [mem 0x775c6000-0x775c603b]
Aug 23 21:27:16 110s kernel: ACPI: Reserving SSDT table memory at [mem 0x775c5000-0x775c55df]
Aug 23 21:27:16 110s kernel: ACPI: Reserving SSDT table memory at [mem 0x775c4000-0x775c4b0a]
Aug 23 21:27:16 110s kernel: ACPI: Reserving SSDT table memory at [mem 0x775b9000-0x775b9762]
Aug 23 21:27:16 110s kernel: ACPI: Reserving SSDT table memory at [mem 0x775b8000-0x775b828f]
Aug 23 21:27:16 110s kernel: ACPI: Reserving SSDT table memory at [mem 0x775b7000-0x775b7179]
Aug 23 21:27:16 110s kernel: ACPI: Reserving APIC table memory at [mem 0x775c7000-0x775c7083]
Aug 23 21:27:16 110s kernel: ACPI: Reserving UEFI table memory at [mem 0x775b6000-0x775b6041]
Aug 23 21:27:16 110s kernel: ACPI: Reserving MSDM table memory at [mem 0x77530000-0x77530054]
Aug 23 21:27:16 110s kernel: ACPI: Reserving BATB table memory at [mem 0x775b5000-0x775b5045]
Aug 23 21:27:16 110s kernel: ACPI: Reserving FPDT table memory at [mem 0x775b4000-0x775b4063]
Aug 23 21:27:16 110s kernel: ACPI: Reserving UEFI table memory at [mem 0x775b3000-0x775b3101]
Aug 23 21:27:16 110s kernel: ACPI: Reserving BGRT table memory at [mem 0x775b2000-0x775b2037]
Aug 23 21:27:16 110s kernel: ACPI: Reserving tCSR table memory at [mem 0x775c9000-0x775c914b]
Aug 23 21:27:16 110s kernel: ACPI: Local APIC address 0xfee00000
Aug 23 21:27:16 110s kernel: No NUMA configuration found
Aug 23 21:27:16 110s kernel: Faking a node at [mem 0x0000000000000000-0x0000000077ffffff]
Aug 23 21:27:16 110s kernel: NODE_DATA(0) allocated [mem 0x76151000-0x7617afff]
Aug 23 21:27:16 110s kernel: Zone ranges:
Aug 23 21:27:16 110s kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 23 21:27:16 110s kernel:   DMA32    [mem 0x0000000001000000-0x0000000077ffffff]
Aug 23 21:27:16 110s kernel:   Normal   empty
Aug 23 21:27:16 110s kernel:   Device   empty
Aug 23 21:27:16 110s kernel: Movable zone start for each node
Aug 23 21:27:16 110s kernel: Early memory node ranges
Aug 23 21:27:16 110s kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Aug 23 21:27:16 110s kernel:   node   0: [mem 0x0000000000059000-0x000000000009cfff]
Aug 23 21:27:16 110s kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Aug 23 21:27:16 110s kernel:   node   0: [mem 0x0000000020200000-0x000000007653bfff]
Aug 23 21:27:16 110s kernel:   node   0: [mem 0x00000000775cc000-0x0000000077ffffff]
Aug 23 21:27:16 110s kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000077ffffff]
Aug 23 21:27:16 110s kernel: On node 0 totalpages: 486667
Aug 23 21:27:16 110s kernel:   DMA zone: 64 pages used for memmap
Aug 23 21:27:16 110s kernel:   DMA zone: 23 pages reserved
Aug 23 21:27:16 110s kernel:   DMA zone: 3995 pages, LIFO batch:0
Aug 23 21:27:16 110s kernel:   DMA zone: 28773 pages in unavailable ranges
Aug 23 21:27:16 110s kernel:   DMA32 zone: 7616 pages used for memmap
Aug 23 21:27:16 110s kernel:   DMA32 zone: 482672 pages, LIFO batch:63
Aug 23 21:27:16 110s kernel:   DMA32 zone: 4752 pages in unavailable ranges
Aug 23 21:27:16 110s kernel: Reserving Intel graphics memory at [mem 0x7c800000-0x7e7fffff]
Aug 23 21:27:16 110s kernel: ACPI: PM-Timer IO Port: 0x408
Aug 23 21:27:16 110s kernel: ACPI: Local APIC address 0xfee00000
Aug 23 21:27:16 110s kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
Aug 23 21:27:16 110s kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
Aug 23 21:27:16 110s kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
Aug 23 21:27:16 110s kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
Aug 23 21:27:16 110s kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
Aug 23 21:27:16 110s kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 23 21:27:16 110s kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 23 21:27:16 110s kernel: ACPI: IRQ0 used by override.
Aug 23 21:27:16 110s kernel: ACPI: IRQ9 used by override.
Aug 23 21:27:16 110s kernel: Using ACPI (MADT) for SMP configuration information
Aug 23 21:27:16 110s kernel: e820: update [mem 0x74877000-0x748f2fff] usable ==> reserved
Aug 23 21:27:16 110s kernel: TSC deadline timer available
Aug 23 21:27:16 110s kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x74877000-0x748f2fff]
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x74d6c000-0x74d6efff]
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x7653c000-0x7673bfff]
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x7673c000-0x7743bfff]
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x7743c000-0x7758bfff]
Aug 23 21:27:16 110s kernel: PM: hibernation: Registered nosave memory: [mem 0x7758c000-0x775cbfff]
Aug 23 21:27:16 110s kernel: [mem 0x7e800000-0xdfffffff] available for PCI devices
Aug 23 21:27:16 110s kernel: Booting paravirtualized kernel on bare hardware
Aug 23 21:27:16 110s kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Aug 23 21:27:16 110s kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Aug 23 21:27:16 110s kernel: percpu: Embedded 54 pages/cpu s183960 r8192 d29032 u524288
Aug 23 21:27:16 110s kernel: pcpu-alloc: s183960 r8192 d29032 u524288 alloc=1*2097152
Aug 23 21:27:16 110s kernel: pcpu-alloc: [0] 0 1 2 3 
Aug 23 21:27:16 110s kernel: Built 1 zonelists, mobility grouping on.  Total pages: 478964
Aug 23 21:27:16 110s kernel: Policy zone: DMA32
Aug 23 21:27:16 110s kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-8-amd64 root=UUID=3e9f755b-8625-435d-bd9a-c079fb9afdba ro quiet
Aug 23 21:27:16 110s kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 23 21:27:16 110s kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 23 21:27:16 110s kernel: mem auto-init: stack:off, heap alloc:on, heap free:off
Aug 23 21:27:16 110s kernel: Memory: 261392K/1946668K available (12295K kernel code, 2544K rwdata, 7552K rodata, 2396K init, 3700K bss, 148476K reserved, 0K cma-reserved)
Aug 23 21:27:16 110s kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x540 with crng_init=0
Aug 23 21:27:16 110s kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Aug 23 21:27:16 110s kernel: Kernel/User page tables isolation: enabled
Aug 23 21:27:16 110s kernel: ftrace: allocating 36396 entries in 143 pages
Aug 23 21:27:16 110s kernel: ftrace: allocated 143 pages with 5 groups
Aug 23 21:27:16 110s kernel: rcu: Hierarchical RCU implementation.
Aug 23 21:27:16 110s kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
Aug 23 21:27:16 110s kernel:         Rude variant of Tasks RCU enabled.
Aug 23 21:27:16 110s kernel:         Tracing variant of Tasks RCU enabled.
Aug 23 21:27:16 110s kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Aug 23 21:27:16 110s kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Aug 23 21:27:16 110s kernel: NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
Aug 23 21:27:16 110s kernel: random: crng done (trusting CPU's manufacturer)
Aug 23 21:27:16 110s kernel: Console: colour dummy device 80x25
Aug 23 21:27:16 110s kernel: printk: console [tty0] enabled
Aug 23 21:27:16 110s kernel: ACPI: Core revision 20200925
Aug 23 21:27:16 110s kernel: APIC: Switch to symmetric I/O mode setup
Aug 23 21:27:16 110s kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
Aug 23 21:27:16 110s kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.00 BogoMIPS (lpj=6400000)
Aug 23 21:27:16 110s kernel: pid_max: default: 32768 minimum: 301
Aug 23 21:27:16 110s kernel: LSM: Security Framework initializing
Aug 23 21:27:16 110s kernel: Yama: disabled by default; enable with sysctl kernel.yama.*
Aug 23 21:27:16 110s kernel: AppArmor: AppArmor initialized
Aug 23 21:27:16 110s kernel: TOMOYO Linux initialized
Aug 23 21:27:16 110s kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Aug 23 21:27:16 110s kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Aug 23 21:27:16 110s kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
Aug 23 21:27:16 110s kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Aug 23 21:27:16 110s kernel: process: using mwait in idle threads
Aug 23 21:27:16 110s kernel: Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
Aug 23 21:27:16 110s kernel: Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
Aug 23 21:27:16 110s kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 23 21:27:16 110s kernel: Spectre V2 : Mitigation: Full generic retpoline
Aug 23 21:27:16 110s kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 23 21:27:16 110s kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Aug 23 21:27:16 110s kernel: Freeing SMP alternatives memory: 32K
Aug 23 21:27:16 110s kernel: smpboot: CPU0: Intel(R) Celeron(R) CPU  N3060  @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x4)
Aug 23 21:27:16 110s kernel: Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
Aug 23 21:27:16 110s kernel: ... version:                3
Aug 23 21:27:16 110s kernel: ... bit width:              40
Aug 23 21:27:16 110s kernel: ... generic registers:      2
Aug 23 21:27:16 110s kernel: ... value mask:             000000ffffffffff
Aug 23 21:27:16 110s kernel: ... max period:             0000007fffffffff
Aug 23 21:27:16 110s kernel: ... fixed-purpose events:   3
Aug 23 21:27:16 110s kernel: ... event mask:             0000000700000003
Aug 23 21:27:16 110s kernel: rcu: Hierarchical SRCU implementation.
Aug 23 21:27:16 110s kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 23 21:27:16 110s kernel: smp: Bringing up secondary CPUs ...
Aug 23 21:27:16 110s kernel: x86: Booting SMP configuration:
Aug 23 21:27:16 110s kernel: .... node  #0, CPUs:      #1
Aug 23 21:27:16 110s kernel: smp: Brought up 1 node, 2 CPUs
Aug 23 21:27:16 110s kernel: smpboot: Max logical packages: 2
Aug 23 21:27:16 110s kernel: smpboot: Total of 2 processors activated (6400.00 BogoMIPS)
Aug 23 21:27:16 110s kernel: node 0 deferred pages initialised in 16ms
Aug 23 21:27:16 110s kernel: devtmpfs: initialized
Aug 23 21:27:16 110s kernel: x86/mm: Memory block size: 128MB
Aug 23 21:27:16 110s kernel: PM: Registering ACPI NVS region [mem 0x00058000-0x00058fff] (4096 bytes)
Aug 23 21:27:16 110s kernel: PM: Registering ACPI NVS region [mem 0x7743c000-0x7758bfff] (1376256 bytes)
Aug 23 21:27:16 110s kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Aug 23 21:27:16 110s kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Aug 23 21:27:16 110s kernel: pinctrl core: initialized pinctrl subsystem
Aug 23 21:27:16 110s kernel: NET: Registered protocol family 16
Aug 23 21:27:16 110s kernel: audit: initializing netlink subsys (disabled)
Aug 23 21:27:16 110s kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 23 21:27:16 110s kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 23 21:27:16 110s kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 23 21:27:16 110s kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 23 21:27:16 110s kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 23 21:27:16 110s kernel: cpuidle: using governor ladder
Aug 23 21:27:16 110s kernel: cpuidle: using governor menu
Aug 23 21:27:16 110s kernel: ACPI: bus type PCI registered
Aug 23 21:27:16 110s kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 23 21:27:16 110s kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
Aug 23 21:27:16 110s kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
Aug 23 21:27:16 110s kernel: PCI: Using configuration type 1 for base access
Aug 23 21:27:16 110s kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 23 21:27:16 110s kernel: audit: type=2000 audit(1629746833.020:1): state=initialized audit_enabled=0 res=1
Aug 23 21:27:16 110s kernel: Kprobes globally optimized
Aug 23 21:27:16 110s kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Aug 23 21:27:16 110s kernel: ACPI: Added _OSI(Module Device)
Aug 23 21:27:16 110s kernel: ACPI: Added _OSI(Processor Device)
Aug 23 21:27:16 110s kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 23 21:27:16 110s kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 23 21:27:16 110s kernel: ACPI: Added _OSI(Linux-Dell-Video)
Aug 23 21:27:16 110s kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Aug 23 21:27:16 110s kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Aug 23 21:27:16 110s kernel: ACPI: 6 ACPI AML tables successfully acquired and loaded
Aug 23 21:27:16 110s kernel: ACPI: Dynamic OEM Table Load:
Aug 23 21:27:16 110s kernel: ACPI: SSDT 0xFFFF8F4071232800 0006B8 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
Aug 23 21:27:16 110s kernel: ACPI: Dynamic OEM Table Load:
Aug 23 21:27:16 110s kernel: ACPI: SSDT 0xFFFF8F40AE037800 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
Aug 23 21:27:16 110s kernel: ACPI: Dynamic OEM Table Load:
Aug 23 21:27:16 110s kernel: ACPI: SSDT 0xFFFF8F40B1D63400 00015F (v01 PmRef  ApIst    00003000 INTL 20120711)
Aug 23 21:27:16 110s kernel: ACPI: Dynamic OEM Table Load:
Aug 23 21:27:16 110s kernel: ACPI: SSDT 0xFFFF8F40AE039840 00008D (v01 PmRef  ApCst    00003000 INTL 20120711)
Aug 23 21:27:16 110s kernel: ACPI: EC: EC started
Aug 23 21:27:16 110s kernel: ACPI: EC: interrupt blocked
Aug 23 21:27:16 110s kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 23 21:27:16 110s kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Aug 23 21:27:16 110s kernel: ACPI: Interpreter enabled
Aug 23 21:27:16 110s kernel: ACPI: (supports S0 S3 S4 S5)
Aug 23 21:27:16 110s kernel: ACPI: Using IOAPIC for interrupt routing
Aug 23 21:27:16 110s kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 23 21:27:16 110s kernel: ACPI: Power Resource [USBC] (on)
Aug 23 21:27:16 110s kernel: ACPI: Power Resource [CLK0] (off)
Aug 23 21:27:16 110s kernel: ACPI: Power Resource [CLK1] (off)
Aug 23 21:27:16 110s kernel: ACPI: Power Resource [ID3C] (on)
Aug 23 21:27:16 110s kernel: ACPI: Power Resource [FN00] (off)
Aug 23 21:27:16 110s kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 23 21:27:16 110s kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Aug 23 21:27:16 110s kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Aug 23 21:27:16 110s kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Aug 23 21:27:16 110s kernel: PCI host bridge to bus 0000:00
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 23 21:27:16 110s kernel: pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
Aug 23 21:27:16 110s kernel: pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
Aug 23 21:27:16 110s kernel: pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
Aug 23 21:27:16 110s kernel: pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
Aug 23 21:27:16 110s kernel: pci 0000:00:02.0: reg 0x20: [io  0x1000-0x103f]
Aug 23 21:27:16 110s kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Aug 23 21:27:16 110s kernel: pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
Aug 23 21:27:16 110s kernel: pci 0000:00:0b.0: reg 0x10: [mem 0x91414000-0x91414fff 64bit]
Aug 23 21:27:16 110s kernel: pci 0000:00:12.0: [8086:2296] type 00 class 0x080501
Aug 23 21:27:16 110s kernel: pci 0000:00:12.0: reg 0x10: [mem 0x91415000-0x91415fff]
Aug 23 21:27:16 110s kernel: pci 0000:00:12.0: PME# supported from D0 D3hot
Aug 23 21:27:16 110s kernel: pci 0000:00:13.0: [8086:22a3] type 00 class 0x010601
Aug 23 21:27:16 110s kernel: pci 0000:00:13.0: reg 0x20: [io  0x1060-0x107f]
Aug 23 21:27:16 110s kernel: pci 0000:00:13.0: reg 0x24: [mem 0x9141a000-0x9141a7ff]
Aug 23 21:27:16 110s kernel: pci 0000:00:13.0: PME# supported from D3hot
Aug 23 21:27:16 110s kernel: pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
Aug 23 21:27:16 110s kernel: pci 0000:00:14.0: reg 0x10: [mem 0x91400000-0x9140ffff 64bit]
Aug 23 21:27:16 110s kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 23 21:27:16 110s kernel: pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
Aug 23 21:27:16 110s kernel: pci 0000:00:1a.0: reg 0x10: [mem 0x91300000-0x913fffff]
Aug 23 21:27:16 110s kernel: pci 0000:00:1a.0: reg 0x14: [mem 0x91200000-0x912fffff]
Aug 23 21:27:16 110s kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot
Aug 23 21:27:16 110s kernel: pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
Aug 23 21:27:16 110s kernel: pci 0000:00:1b.0: reg 0x10: [mem 0x91410000-0x91413fff 64bit]
Aug 23 21:27:16 110s kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.1: [8086:22ca] type 01 class 0x060400
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.2: [8086:22cc] type 01 class 0x060400
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Aug 23 21:27:16 110s kernel: pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
Aug 23 21:27:16 110s kernel: pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
Aug 23 21:27:16 110s kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x9141a800-0x9141a81f]
Aug 23 21:27:16 110s kernel: pci 0000:00:1f.3: reg 0x20: [io  0x1040-0x105f]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 23 21:27:16 110s kernel: pci 0000:02:00.0: [10ec:5229] type 00 class 0xff0000
Aug 23 21:27:16 110s kernel: pci 0000:02:00.0: reg 0x10: [mem 0x91100000-0x91100fff]
Aug 23 21:27:16 110s kernel: pci 0000:02:00.0: supports D1 D2
Aug 23 21:27:16 110s kernel: pci 0000:02:00.0: PME# supported from D1 D2 D3hot
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.1:   bridge window [mem 0x91100000-0x911fffff]
Aug 23 21:27:16 110s kernel: pci 0000:03:00.0: [8086:3166] type 00 class 0x028000
Aug 23 21:27:16 110s kernel: pci 0000:03:00.0: reg 0x10: [mem 0x91000000-0x91001fff 64bit]
Aug 23 21:27:16 110s kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.2:   bridge window [mem 0x91000000-0x910fffff]
Aug 23 21:27:16 110s kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Aug 23 21:27:16 110s kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Aug 23 21:27:16 110s kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Aug 23 21:27:16 110s kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Aug 23 21:27:16 110s kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Aug 23 21:27:16 110s kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Aug 23 21:27:16 110s kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Aug 23 21:27:16 110s kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Aug 23 21:27:16 110s kernel: ACPI: EC: interrupt unblocked
Aug 23 21:27:16 110s kernel: ACPI: EC: event unblocked
Aug 23 21:27:16 110s kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 23 21:27:16 110s kernel: ACPI: EC: GPE=0x16
Aug 23 21:27:16 110s kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Aug 23 21:27:16 110s kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Aug 23 21:27:16 110s kernel: iommu: Default domain type: Translated 
Aug 23 21:27:16 110s kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 23 21:27:16 110s kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 23 21:27:16 110s kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 23 21:27:16 110s kernel: vgaarb: loaded
Aug 23 21:27:16 110s kernel: EDAC MC: Ver: 3.0.0
Aug 23 21:27:16 110s kernel: Registered efivars operations
Aug 23 21:27:16 110s kernel: NetLabel: Initializing
Aug 23 21:27:16 110s kernel: NetLabel:  domain hash size = 128
Aug 23 21:27:16 110s kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 23 21:27:16 110s kernel: NetLabel:  unlabeled traffic allowed by default
Aug 23 21:27:16 110s kernel: PCI: Using ACPI for IRQ routing
Aug 23 21:27:16 110s kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 23 21:27:16 110s kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Aug 23 21:27:16 110s kernel: e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
Aug 23 21:27:16 110s kernel: e820: reserve RAM buffer [mem 0x74877000-0x77ffffff]
Aug 23 21:27:16 110s kernel: e820: reserve RAM buffer [mem 0x74d6c000-0x77ffffff]
Aug 23 21:27:16 110s kernel: e820: reserve RAM buffer [mem 0x7653c000-0x77ffffff]
Aug 23 21:27:16 110s kernel: clocksource: Switched to clocksource tsc-early
Aug 23 21:27:16 110s kernel: VFS: Disk quotas dquot_6.6.0
Aug 23 21:27:16 110s kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 23 21:27:16 110s kernel: AppArmor: AppArmor Filesystem Enabled
Aug 23 21:27:16 110s kernel: pnp: PnP ACPI init
Aug 23 21:27:16 110s kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Aug 23 21:27:16 110s kernel: system 00:00: [io  0x0400-0x047f] has been reserved
Aug 23 21:27:16 110s kernel: system 00:00: [io  0x0500-0x05fe] has been reserved
Aug 23 21:27:16 110s kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 23 21:27:16 110s kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
Aug 23 21:27:16 110s kernel: pnp 00:02: Plug and Play ACPI device, IDs ETD0662 ETD0000 PNP0f13 (active)
Aug 23 21:27:16 110s kernel: system 00:03: [mem 0x91418000-0x91418fff] has been reserved
Aug 23 21:27:16 110s kernel: system 00:03: [mem 0x91416000-0x91416fff] has been reserved
Aug 23 21:27:16 110s kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 23 21:27:16 110s kernel: system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
Aug 23 21:27:16 110s kernel: system 00:04: [mem 0xfea00000-0xfeafffff] has been reserved
Aug 23 21:27:16 110s kernel: system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
Aug 23 21:27:16 110s kernel: system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
Aug 23 21:27:16 110s kernel: system 00:04: [mem 0xfed06000-0xfed06fff] has been reserved
Aug 23 21:27:16 110s kernel: system 00:04: [mem 0xfed08000-0xfed09fff] has been reserved
Aug 23 21:27:16 110s kernel: system 00:04: [mem 0xfed80000-0xfedbffff] has been reserved
Aug 23 21:27:16 110s kernel: system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
Aug 23 21:27:16 110s kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
Aug 23 21:27:16 110s kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 23 21:27:16 110s kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 23 21:27:16 110s kernel: pnp: PnP ACPI: found 6 devices
Aug 23 21:27:16 110s kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 23 21:27:16 110s kernel: NET: Registered protocol family 2
Aug 23 21:27:16 110s kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 23 21:27:16 110s kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
Aug 23 21:27:16 110s kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
Aug 23 21:27:16 110s kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
Aug 23 21:27:16 110s kernel: TCP: Hash tables configured (established 16384 bind 16384)
Aug 23 21:27:16 110s kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
Aug 23 21:27:16 110s kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
Aug 23 21:27:16 110s kernel: NET: Registered protocol family 1
Aug 23 21:27:16 110s kernel: NET: Registered protocol family 44
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x91500000-0x916fffff]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x91700000-0x918fffff 64bit pref]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0:   bridge window [mem 0x91500000-0x916fffff]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.0:   bridge window [mem 0x91700000-0x918fffff 64bit pref]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.1:   bridge window [mem 0x91100000-0x911fffff]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Aug 23 21:27:16 110s kernel: pci 0000:00:1c.2:   bridge window [mem 0x91000000-0x910fffff]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
Aug 23 21:27:16 110s kernel: pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
Aug 23 21:27:16 110s kernel: pci_bus 0000:01: resource 1 [mem 0x91500000-0x916fffff]
Aug 23 21:27:16 110s kernel: pci_bus 0000:01: resource 2 [mem 0x91700000-0x918fffff 64bit pref]
Aug 23 21:27:16 110s kernel: pci_bus 0000:02: resource 1 [mem 0x91100000-0x911fffff]
Aug 23 21:27:16 110s kernel: pci_bus 0000:03: resource 1 [mem 0x91000000-0x910fffff]
Aug 23 21:27:16 110s kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 23 21:27:16 110s kernel: PCI: CLS 64 bytes, default 64
Aug 23 21:27:16 110s kernel: Trying to unpack rootfs image as initramfs...
Aug 23 21:27:16 110s kernel: Freeing initrd memory: 28868K
Aug 23 21:27:16 110s kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
Aug 23 21:27:16 110s kernel: clocksource: Switched to clocksource tsc
Aug 23 21:27:16 110s kernel: Initialise system trusted keyrings
Aug 23 21:27:16 110s kernel: Key type blacklist registered
Aug 23 21:27:16 110s kernel: workingset: timestamp_bits=36 max_order=19 bucket_order=0
Aug 23 21:27:16 110s kernel: zbud: loaded
Aug 23 21:27:16 110s kernel: integrity: Platform Keyring initialized
Aug 23 21:27:16 110s kernel: Key type asymmetric registered
Aug 23 21:27:16 110s kernel: Asymmetric key parser 'x509' registered
Aug 23 21:27:16 110s kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Aug 23 21:27:16 110s kernel: io scheduler mq-deadline registered
Aug 23 21:27:16 110s kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 23 21:27:16 110s kernel: efifb: probing for efifb
Aug 23 21:27:16 110s kernel: efifb: framebuffer at 0x80000000, using 4160k, total 4160k
Aug 23 21:27:16 110s kernel: efifb: mode is 1366x768x32, linelength=5504, pages=1
Aug 23 21:27:16 110s kernel: efifb: scrolling: redraw
Aug 23 21:27:16 110s kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 23 21:27:16 110s kernel: Console: switching to colour frame buffer device 170x48
Aug 23 21:27:16 110s kernel: fb0: EFI VGA frame buffer device
Aug 23 21:27:16 110s kernel: intel_idle: MWAIT substates: 0x33000020
Aug 23 21:27:16 110s kernel: intel_idle: v0.5.1 model 0x4C
Aug 23 21:27:16 110s kernel: intel_idle: Local APIC timer is reliable in all C-states
Aug 23 21:27:16 110s kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 23 21:27:16 110s kernel: ACPI: Thermal Zone [TZ01] (27 C)
Aug 23 21:27:16 110s kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Aug 23 21:27:16 110s kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 23 21:27:16 110s kernel: Linux agpgart interface v0.103
Aug 23 21:27:16 110s kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Aug 23 21:27:16 110s kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Aug 23 21:27:16 110s kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Aug 23 21:27:16 110s kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 23 21:27:16 110s kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Aug 23 21:27:16 110s kernel: mousedev: PS/2 mouse device common for all mice
Aug 23 21:27:16 110s kernel: rtc_cmos 00:05: RTC can wake from S4
Aug 23 21:27:16 110s kernel: rtc_cmos 00:05: registered as rtc0
Aug 23 21:27:16 110s kernel: rtc_cmos 00:05: setting system clock to 2021-08-23T19:27:14 UTC (1629746834)
Aug 23 21:27:16 110s kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
Aug 23 21:27:16 110s kernel: intel_pstate: Intel P-state driver initializing
Aug 23 21:27:16 110s kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 23 21:27:16 110s kernel: NET: Registered protocol family 10
Aug 23 21:27:16 110s kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Aug 23 21:27:16 110s kernel: Segment Routing with IPv6
Aug 23 21:27:16 110s kernel: mip6: Mobile IPv6
Aug 23 21:27:16 110s kernel: NET: Registered protocol family 17
Aug 23 21:27:16 110s kernel: mpls_gso: MPLS GSO support
Aug 23 21:27:16 110s kernel: microcode: sig=0x406c4, pf=0x1, revision=0x408
Aug 23 21:27:16 110s kernel: microcode: Microcode Update Driver: v2.2.
Aug 23 21:27:16 110s kernel: IPI shorthand broadcast: enabled
Aug 23 21:27:16 110s kernel: sched_clock: Marking stable (1540902075, 2101050)->(1554177825, -11174700)
Aug 23 21:27:16 110s kernel: registered taskstats version 1
Aug 23 21:27:16 110s kernel: Loading compiled-in X.509 certificates
Aug 23 21:27:16 110s kernel: Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
Aug 23 21:27:16 110s kernel: Loaded X.509 cert 'Debian Secure Boot Signer 2021 - linux: 4b6ef5abca669825178e052c84667ccbc0531f8c'
Aug 23 21:27:16 110s kernel: zswap: loaded using pool lzo/zbud
Aug 23 21:27:16 110s kernel: Key type ._fscrypt registered
Aug 23 21:27:16 110s kernel: Key type .fscrypt registered
Aug 23 21:27:16 110s kernel: Key type fscrypt-provisioning registered
Aug 23 21:27:16 110s kernel: AppArmor: AppArmor sha1 policy hashing enabled
Aug 23 21:27:16 110s kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 23 21:27:16 110s kernel: integrity: Loaded X.509 cert 'E4100S-14IBY: dcffd0ed07337db84419acd22ece5872'
Aug 23 21:27:16 110s kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 23 21:27:16 110s kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 23 21:27:16 110s kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 23 21:27:16 110s kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 23 21:27:16 110s kernel: Freeing unused kernel image (initmem) memory: 2396K
Aug 23 21:27:16 110s kernel: Write protecting the kernel read-only data: 22528k
Aug 23 21:27:16 110s kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Aug 23 21:27:16 110s kernel: Freeing unused kernel image (rodata/data gap) memory: 640K
Aug 23 21:27:16 110s kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 23 21:27:16 110s kernel: x86/mm: Checking user space page tables
Aug 23 21:27:16 110s kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 23 21:27:16 110s kernel: Run /init as init process
Aug 23 21:27:16 110s kernel:   with arguments:
Aug 23 21:27:16 110s kernel:     /init
Aug 23 21:27:16 110s kernel:   with environment:
Aug 23 21:27:16 110s kernel:     HOME=/
Aug 23 21:27:16 110s kernel:     TERM=linux
Aug 23 21:27:16 110s kernel:     BOOT_IMAGE=/boot/vmlinuz-5.10.0-8-amd64
Aug 23 21:27:16 110s kernel: sdhci: Secure Digital Host Controller Interface driver
Aug 23 21:27:16 110s kernel: sdhci: Copyright(c) Pierre Ossman
Aug 23 21:27:16 110s kernel: mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA
Aug 23 21:27:16 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:16 110s kernel: SCSI subsystem initialized
Aug 23 21:27:16 110s kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Aug 23 21:27:16 110s kernel: mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA
Aug 23 21:27:16 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:16 110s kernel: i2c i2c-0: 1/1 memory slots populated (from DMI)
Aug 23 21:27:16 110s kernel: libata version 3.00 loaded.
Aug 23 21:27:16 110s kernel: ahci 0000:00:13.0: version 3.0
Aug 23 21:27:16 110s kernel: ahci 0000:00:13.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Aug 23 21:27:16 110s kernel: ahci 0000:00:13.0: flags: 64bit ncq led clo only pio slum part deso sadm sds apst 
Aug 23 21:27:16 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:16 110s kernel: ACPI: bus type USB registered
Aug 23 21:27:16 110s kernel: usbcore: registered new interface driver usbfs
Aug 23 21:27:16 110s kernel: usbcore: registered new interface driver hub
Aug 23 21:27:16 110s kernel: usbcore: registered new device driver usb
Aug 23 21:27:16 110s kernel: scsi host0: ahci
Aug 23 21:27:16 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:16 110s kernel: scsi host1: ahci
Aug 23 21:27:16 110s kernel: ata1: SATA max UDMA/133 abar m2048@0x9141a000 port 0x9141a100 irq 119
Aug 23 21:27:16 110s kernel: ata2: SATA max UDMA/133 abar m2048@0x9141a000 port 0x9141a180 irq 119
Aug 23 21:27:16 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:16 110s kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 23 21:27:16 110s kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 23 21:27:16 110s kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
Aug 23 21:27:16 110s kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Aug 23 21:27:16 110s kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Aug 23 21:27:17 110s kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 23 21:27:17 110s kernel: usb usb1: Product: xHCI Host Controller
Aug 23 21:27:17 110s kernel: usb usb1: Manufacturer: Linux 5.10.0-8-amd64 xhci-hcd
Aug 23 21:27:17 110s kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 23 21:27:17 110s kernel: hub 1-0:1.0: USB hub found
Aug 23 21:27:17 110s kernel: hub 1-0:1.0: 7 ports detected
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 23 21:27:17 110s kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 23 21:27:17 110s kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Aug 23 21:27:17 110s kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
Aug 23 21:27:17 110s kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 23 21:27:17 110s kernel: usb usb2: Product: xHCI Host Controller
Aug 23 21:27:17 110s kernel: usb usb2: Manufacturer: Linux 5.10.0-8-amd64 xhci-hcd
Aug 23 21:27:17 110s kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: hub 2-0:1.0: USB hub found
Aug 23 21:27:17 110s kernel: hub 2-0:1.0: 6 ports detected
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: mmc1: new HS200 MMC card at address 0001
Aug 23 21:27:17 110s kernel: mmcblk1: mmc1:0001 DF4032 29.1 GiB 
Aug 23 21:27:17 110s kernel: mmcblk1boot0: mmc1:0001 DF4032 partition 1 4.00 MiB
Aug 23 21:27:17 110s kernel: mmcblk1boot1: mmc1:0001 DF4032 partition 2 4.00 MiB
Aug 23 21:27:17 110s kernel: mmcblk1rpmb: mmc1:0001 DF4032 partition 3 4.00 MiB, chardev (250:0)
Aug 23 21:27:17 110s kernel: battery: ACPI: Battery Slot [BAT1] (battery present)
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel:  mmcblk1: p1 p2 p3
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Aug 23 21:27:17 110s kernel: ata2: SATA link down (SStatus 4 SControl 300)
Aug 23 21:27:17 110s kernel: ata1: SATA link down (SStatus 4 SControl 300)
Aug 23 21:27:17 110s kernel: PM: Image not found (code -22)
Aug 23 21:27:17 110s kernel: psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x350f01)
Aug 23 21:27:17 110s kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x48, 0x17, 0x0b.
Aug 23 21:27:17 110s kernel: psmouse serio1: elantech: Elan sample query result 01, 86, 95
Aug 23 21:27:17 110s kernel: EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
Aug 23 21:27:17 110s kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input2
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
Aug 23 21:27:17 110s systemd[1]: Inserted module 'autofs4'
Aug 23 21:27:17 110s systemd[1]: systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
Aug 23 21:27:17 110s systemd[1]: Detected architecture x86-64.
Aug 23 21:27:17 110s systemd[1]: Set hostname to <110s>.
Aug 23 21:27:17 110s systemd[1]: Queued start job for default target Graphical Interface.
Aug 23 21:27:17 110s systemd[1]: Created slice system-getty.slice.
Aug 23 21:27:17 110s systemd[1]: Created slice system-modprobe.slice.
Aug 23 21:27:17 110s systemd[1]: Created slice User and Session Slice.
Aug 23 21:27:17 110s systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 23 21:27:17 110s systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 23 21:27:17 110s systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 23 21:27:17 110s systemd[1]: Reached target Local Encrypted Volumes.
Aug 23 21:27:17 110s systemd[1]: Reached target Remote File Systems.
Aug 23 21:27:17 110s systemd[1]: Reached target Slices.
Aug 23 21:27:17 110s systemd[1]: Listening on Syslog Socket.
Aug 23 21:27:17 110s systemd[1]: Listening on fsck to fsckd communication Socket.
Aug 23 21:27:17 110s systemd[1]: Listening on initctl Compatibility Named Pipe.
Aug 23 21:27:17 110s systemd[1]: Listening on Journal Audit Socket.
Aug 23 21:27:17 110s systemd[1]: Listening on Journal Socket (/dev/log).
Aug 23 21:27:17 110s systemd[1]: Listening on Journal Socket.
Aug 23 21:27:17 110s systemd[1]: Listening on udev Control Socket.
Aug 23 21:27:17 110s systemd[1]: Listening on udev Kernel Socket.
Aug 23 21:27:17 110s systemd[1]: Mounting Huge Pages File System...
Aug 23 21:27:17 110s systemd[1]: Mounting POSIX Message Queue File System...
Aug 23 21:27:17 110s systemd[1]: Mounting Kernel Debug File System...
Aug 23 21:27:17 110s systemd[1]: Mounting Kernel Trace File System...
Aug 23 21:27:17 110s systemd[1]: Starting Set the console keyboard layout...
Aug 23 21:27:17 110s systemd[1]: Starting Create list of static device nodes for the current kernel...
Aug 23 21:27:17 110s systemd[1]: Starting Load Kernel Module configfs...
Aug 23 21:27:17 110s systemd[1]: Starting Load Kernel Module drm...
Aug 23 21:27:17 110s systemd[1]: Starting Load Kernel Module fuse...
Aug 23 21:27:17 110s systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Aug 23 21:27:17 110s systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Aug 23 21:27:17 110s systemd[1]: Starting Journal Service...
Aug 23 21:27:17 110s systemd[1]: Starting Load Kernel Modules...
Aug 23 21:27:17 110s systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 23 21:27:17 110s systemd[1]: Starting Coldplug All udev Devices...
Aug 23 21:27:17 110s systemd[1]: Mounted Huge Pages File System.
Aug 23 21:27:17 110s systemd[1]: Mounted POSIX Message Queue File System.
Aug 23 21:27:17 110s systemd[1]: Mounted Kernel Debug File System.
Aug 23 21:27:17 110s systemd[1]: Mounted Kernel Trace File System.
Aug 23 21:27:17 110s systemd[1]: Finished Create list of static device nodes for the current kernel.
Aug 23 21:27:17 110s systemd[1]: modprobe@configfs.service: Succeeded.
Aug 23 21:27:17 110s systemd[1]: Finished Load Kernel Module configfs.
Aug 23 21:27:17 110s systemd[1]: Mounting Kernel Configuration File System...
Aug 23 21:27:17 110s systemd[1]: Finished Load Kernel Modules.
Aug 23 21:27:17 110s kernel: fuse: init (API version 7.32)
Aug 23 21:27:17 110s systemd[1]: Starting Apply Kernel Variables...
Aug 23 21:27:17 110s kernel: EXT4-fs (mmcblk1p2): re-mounted. Opts: errors=remount-ro
Aug 23 21:27:17 110s systemd[1]: modprobe@fuse.service: Succeeded.
Aug 23 21:27:17 110s systemd[1]: Finished Load Kernel Module fuse.
Aug 23 21:27:17 110s systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 23 21:27:17 110s systemd[1]: Mounted Kernel Configuration File System.
Aug 23 21:27:17 110s systemd[1]: Mounting FUSE Control File System...
Aug 23 21:27:17 110s systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Aug 23 21:27:17 110s systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
Aug 23 21:27:17 110s systemd[1]: Starting Load/Save Random Seed...
Aug 23 21:27:17 110s systemd[1]: Starting Create System Users...
Aug 23 21:27:17 110s systemd[1]: modprobe@drm.service: Succeeded.
Aug 23 21:27:17 110s systemd[1]: Finished Load Kernel Module drm.
Aug 23 21:27:17 110s systemd[1]: Mounted FUSE Control File System.
Aug 23 21:27:17 110s systemd[1]: Finished Apply Kernel Variables.
Aug 23 21:27:17 110s systemd[1]: Finished Create System Users.
Aug 23 21:27:17 110s systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 23 21:27:17 110s systemd[1]: Finished Load/Save Random Seed.
Aug 23 21:27:17 110s systemd[1]: Condition check resulted in First Boot Complete being skipped.
Aug 23 21:27:17 110s systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 23 21:27:17 110s systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 23 21:27:17 110s systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 23 21:27:17 110s systemd[1]: Started Journal Service.
Aug 23 21:27:17 110s kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
Aug 23 21:27:17 110s kernel: ACPI: Lid Switch [LID0]
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: ACPI: AC Adapter [ADP1] (off-line)
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
Aug 23 21:27:17 110s kernel: ACPI: Power Button [PWRB]
Aug 23 21:27:17 110s kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
Aug 23 21:27:17 110s kernel: ACPI: Power Button [PWRF]
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input6
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: proc_thermal 0000:00:0b.0: Creating sysfs group for PROC_THERMAL_PCI
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: pstore: Using crash dump compression: deflate
Aug 23 21:27:17 110s kernel: pstore: Registered efi as persistent store backend
Aug 23 21:27:17 110s kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 23 21:27:17 110s kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Aug 23 21:27:17 110s kernel: iTCO_vendor_support: vendor-support=0
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
Aug 23 21:27:17 110s kernel: cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
Aug 23 21:27:17 110s kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 23 21:27:17 110s kernel: Adding 999420k swap on /dev/mmcblk1p3.  Priority:-2 extents:1 across:999420k SSFS
Aug 23 21:27:17 110s kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Aug 23 21:27:17 110s kernel: iTCO_wdt: Found a Braswell SoC TCO device (Version=3, TCOBASE=0x0460)
Aug 23 21:27:17 110s kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: platform regulatory.0: firmware: direct-loading firmware regulatory.db
Aug 23 21:27:17 110s kernel: platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
Aug 23 21:27:17 110s kernel: Intel(R) Wireless WiFi driver for Linux
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: iwlwifi 0000:03:00.0: firmware: direct-loading firmware iwlwifi-7265D-29.ucode
Aug 23 21:27:17 110s kernel: iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
Aug 23 21:27:17 110s kernel: iwlwifi 0000:03:00.0: Found debug configuration: 0
Aug 23 21:27:17 110s kernel: iwlwifi 0000:03:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
Aug 23 21:27:17 110s kernel: iwlwifi 0000:03:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
Aug 23 21:27:17 110s kernel: firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
Aug 23 21:27:17 110s kernel: intel_rapl_common: Found RAPL domain package
Aug 23 21:27:17 110s kernel: intel_rapl_common: Found RAPL domain core
Aug 23 21:27:17 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:17 110s kernel: cryptd: max_cpu_qlen set to 1000
Aug 23 21:27:17 110s kernel: SSE version of gcm_enc/dec engaged.
Aug 23 21:27:18 110s kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
Aug 23 21:27:18 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:18 110s kernel: iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
Aug 23 21:27:18 110s kernel: iwlwifi 0000:03:00.0: Allocated 0x00400000 bytes for firmware monitor.
Aug 23 21:27:18 110s kernel: iwlwifi 0000:03:00.0: base HW address: 7c:67:a2:41:6f:ef
Aug 23 21:27:18 110s kernel: checking generic (80000000 410000) vs hw (90000000 1000000)
Aug 23 21:27:18 110s kernel: checking generic (80000000 410000) vs hw (80000000 10000000)
Aug 23 21:27:18 110s kernel: fb0: switching to inteldrmfb from EFI VGA
Aug 23 21:27:18 110s kernel: Console: switching to colour dummy device 80x25
Aug 23 21:27:18 110s kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Aug 23 21:27:18 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:18 110s kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Aug 23 21:27:18 110s kernel: [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
Aug 23 21:27:18 110s kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Aug 23 21:27:18 110s kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
Aug 23 21:27:18 110s kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
Aug 23 21:27:18 110s kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Aug 23 21:27:18 110s kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
Aug 23 21:27:18 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:18 110s kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Aug 23 21:27:18 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:18 110s kernel: audit: type=1400 audit(1629746838.164:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=330 comm="apparmor_parser"
Aug 23 21:27:18 110s kernel: audit: type=1400 audit(1629746838.164:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=330 comm="apparmor_parser"
Aug 23 21:27:18 110s kernel: audit: type=1400 audit(1629746838.164:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=331 comm="apparmor_parser"
Aug 23 21:27:18 110s kernel: audit: type=1400 audit(1629746838.184:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=338 comm="apparmor_parser"
Aug 23 21:27:18 110s kernel: audit: type=1400 audit(1629746838.184:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=338 comm="apparmor_parser"
Aug 23 21:27:18 110s kernel: audit: type=1400 audit(1629746838.184:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=338 comm="apparmor_parser"
Aug 23 21:27:18 110s kernel: fbcon: i915drmfb (fb0) is primary device
Aug 23 21:27:18 110s kernel: mei_txe 0000:00:1a.0: wait for readiness failed
Aug 23 21:27:18 110s kernel: mei_txe 0000:00:1a.0: waiting for readiness failed
Aug 23 21:27:18 110s kernel: mei_txe 0000:00:1a.0: hw_start failed ret = -62
Aug 23 21:27:18 110s kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Aug 23 21:27:18 110s kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 23 21:27:18 110s kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
Aug 23 21:27:18 110s kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Aug 23 21:27:18 110s kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Aug 23 21:27:18 110s kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
Aug 23 21:27:18 110s kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Aug 23 21:27:18 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:18 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:18 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:18 110s kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Aug 23 21:27:18 110s kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Aug 23 21:27:18 110s kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Aug 23 21:27:18 110s kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Aug 23 21:27:19 110s kernel: mei_txe 0000:00:1a.0: wait for readiness failed
Aug 23 21:27:19 110s kernel: mei_txe 0000:00:1a.0: waiting for readiness failed
Aug 23 21:27:19 110s kernel: mei_txe 0000:00:1a.0: hw_start failed ret = -62
Aug 23 21:27:19 110s kernel: Console: switching to colour frame buffer device 170x48
Aug 23 21:27:19 110s kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: wait for readiness failed
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: waiting for readiness failed
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: hw_start failed ret = -62
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: reset: reached maximal consecutive resets: disabling the device
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: reset failed ret = -19
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: link layer initialization failed.
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: init hw failure.
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: initialization failed.
Aug 23 21:27:20 110s kernel: usb 1-1: device descriptor read/64, error -110
Aug 23 21:27:20 110s kernel: usb 1-1: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.12
Aug 23 21:27:20 110s kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 23 21:27:20 110s kernel: usb 1-1: Product: Mass Storage
Aug 23 21:27:20 110s kernel: usb 1-1: Manufacturer: Generic
Aug 23 21:27:20 110s kernel: usb 1-1: SerialNumber: EC387025
Aug 23 21:27:20 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:20 110s kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Aug 23 21:27:21 110s kernel: usb 1-3: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
Aug 23 21:27:21 110s kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 23 21:27:21 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:21 110s kernel: usb 1-5: new high-speed USB device number 4 using xhci_hcd
Aug 23 21:27:21 110s kernel: usb 1-5: New USB device found, idVendor=04f2, idProduct=b5a1, bcdDevice=14.04
Aug 23 21:27:21 110s kernel: usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Aug 23 21:27:21 110s kernel: usb 1-5: Product: Lenovo EasyCamera
Aug 23 21:27:21 110s kernel: usb 1-5: Manufacturer: Chicony Electronics Co.,Ltd.
Aug 23 21:27:21 110s kernel: usb 1-5: SerialNumber: 0x0001
Aug 23 21:27:21 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:21 110s kernel: mc: Linux media interface: v0.10
Aug 23 21:27:21 110s kernel: usb-storage 1-1:1.0: USB Mass Storage device detected
Aug 23 21:27:21 110s kernel: scsi host2: usb-storage 1-1:1.0
Aug 23 21:27:21 110s kernel: usbcore: registered new interface driver usb-storage
Aug 23 21:27:21 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:21 110s kernel: alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
Aug 23 21:27:21 110s kernel: usbcore: registered new interface driver uas
Aug 23 21:27:21 110s kernel: videodev: Linux video capture interface: v2.00
Aug 23 21:27:21 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:21 110s kernel: uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (04f2:b5a1)
Aug 23 21:27:21 110s kernel: input: Lenovo EasyCamera: Lenovo EasyC as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input13
Aug 23 21:27:21 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:21 110s kernel: usbcore: registered new interface driver uvcvideo
Aug 23 21:27:21 110s kernel: USB Video Class driver (1.1.1)
Aug 23 21:27:21 110s kernel: Bluetooth: Core ver 2.22
Aug 23 21:27:21 110s kernel: NET: Registered protocol family 31
Aug 23 21:27:21 110s kernel: Bluetooth: HCI device and connection manager initialized
Aug 23 21:27:21 110s kernel: Bluetooth: HCI socket layer initialized
Aug 23 21:27:21 110s kernel: Bluetooth: L2CAP socket layer initialized
Aug 23 21:27:21 110s kernel: Bluetooth: SCO socket layer initialized
Aug 23 21:27:21 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:21 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
Aug 23 21:27:21 110s kernel: usbcore: registered new interface driver btusb
Aug 23 21:27:21 110s kernel: Bluetooth: hci0: read Intel version: 370810011003110e00
Aug 23 21:27:21 110s kernel: bluetooth hci0: firmware: direct-loading firmware intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
Aug 23 21:27:21 110s kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
Aug 23 21:27:21 110s kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Aug 23 21:27:21 110s kernel: Bluetooth: BNEP filters: protocol multicast
Aug 23 21:27:21 110s kernel: Bluetooth: BNEP socket layer initialized
Aug 23 21:27:22 110s kernel: Bluetooth: hci0: unexpected event for opcode 0xfc2f
Aug 23 21:27:22 110s kernel: Bluetooth: hci0: Intel BT fw patch 0x32 completed & activated
Aug 23 21:27:22 110s kernel: NET: Registered protocol family 38
Aug 23 21:27:22 110s kernel: scsi 2:0:0:0: Direct-Access     Generic  Flash Disk       8.00 PQ: 0 ANSI: 4
Aug 23 21:27:22 110s kernel: scsi 2:0:0:0: Attached scsi generic sg0 type 0
Aug 23 21:27:22 110s kernel: sd 2:0:0:0: [sda] 15597568 512-byte logical blocks: (7.99 GB/7.44 GiB)
Aug 23 21:27:22 110s kernel: sd 2:0:0:0: [sda] Write Protect is off
Aug 23 21:27:22 110s kernel: sd 2:0:0:0: [sda] Mode Sense: 23 00 00 00
Aug 23 21:27:22 110s kernel: sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Aug 23 21:27:22 110s kernel:  sda: sda1
Aug 23 21:27:22 110s kernel: sd 2:0:0:0: [sda] Attached SCSI removable disk
Aug 23 21:27:22 110s kernel: sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)

$ journalctl -b -xep 4
-- Journal begins at Tue 2021-07-13 19:29:24 CEST, ends at Mon 2021-08-23 21:27:52 CEST. --
Aug 23 21:27:16 110s kernel: secureboot: Secure boot could not be determined (mode 0)
Aug 23 21:27:16 110s kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
Aug 23 21:27:16 110s kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 23 21:27:17 110s kernel: iwlwifi 0000:03:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
Aug 23 21:27:17 110s kernel: firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
Aug 23 21:27:18 110s kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
Aug 23 21:27:18 110s kernel: mei_txe 0000:00:1a.0: wait for readiness failed
Aug 23 21:27:18 110s kernel: mei_txe 0000:00:1a.0: waiting for readiness failed
Aug 23 21:27:18 110s kernel: mei_txe 0000:00:1a.0: hw_start failed ret = -62
Aug 23 21:27:19 110s kernel: mei_txe 0000:00:1a.0: wait for readiness failed
Aug 23 21:27:19 110s kernel: mei_txe 0000:00:1a.0: waiting for readiness failed
Aug 23 21:27:19 110s kernel: mei_txe 0000:00:1a.0: hw_start failed ret = -62
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: wait for readiness failed
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: waiting for readiness failed
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: hw_start failed ret = -62
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: reset: reached maximal consecutive resets: disabling the device
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: reset failed ret = -19
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: link layer initialization failed.
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: init hw failure.
Aug 23 21:27:20 110s kernel: mei_txe 0000:00:1a.0: initialization failed.
Aug 23 21:27:20 110s kernel: usb 1-1: device descriptor read/64, error -110
Aug 23 21:27:22 110s kernel: Bluetooth: hci0: unexpected event for opcode 0xfc2f
Aug 23 21:27:22 110s bluetoothd[501]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
Aug 23 21:27:22 110s bluetoothd[501]: sap-server: Operation not permitted (1)