You are not logged in.

#1 2022-01-18 09:38:31

legdeg
Member
Registered: 2020-01-26
Posts: 10

[HW error] Webcam not found

EDIT: This turned out to be a hardware issue unrelated to Arch or any software. See https://bbs.archlinux.org/viewtopic.php … 9#p2016649.

My Acer Swift laptop's camera had worked fine under Linux, but recently stopped being found. I imagine this must have been after a recent Arch update (I doubt this is a physical hardware issue as my laptop has not sustained any damage that would have been likely to internally disconnect the webcam or anything of that sort). There are no /dev/video* devices, all applications that would use a camera report not finding a device. This has persisted between system reboots. There is no webcam hardware switch for me to toggle that could have initially disabled it.

lsusb reports no camera devices:

$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 028: ID 1c7a:0570 LighTuning Technology Inc. EgisTec Touch Fingerprint Sensor
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

I did find mentions of a webcam in dmesg, but despite it being recognized as a UVC device and the uvcvideo module being loaded (as verified by lsmod | grep uvcvideo), the webcam is never registered:

$ sudo dmesg | grep -i webcam
[15855.183878] usb 1-7: Product: HD WebCam
[15858.203606] usb 1-7: Product: HD WebCam
[15858.335098] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[15858.354147] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input36
[15859.713660] usb 1-7: Product: HD WebCam
[15859.719001] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[15859.740703] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input37
[15862.983073] usb 1-7: Product: HD WebCam
[15862.985635] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[15863.003373] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input38
[15865.382984] usb 1-7: Product: HD WebCam
[15865.385404] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[15865.403034] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input39
[15866.272986] usb 1-7: Product: HD WebCam
[15866.276144] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[15866.293836] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input40
[33173.763169] usb 1-7: Product: HD WebCam
[33173.768121] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[33173.791176] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input41
[35162.126976] usb 1-7: Product: HD WebCam
[35162.130538] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[35162.154757] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input42

Any help much appreciated.

Last edited by legdeg (2022-01-19 14:47:37)

Offline

#2 2022-01-18 10:14:56

seth
Member
Registered: 2012-09-03
Posts: 51,205

Re: [HW error] Webcam not found

Dont't filter the dmesg, there's probably a bus error for the device that can tell you more.

Online

#3 2022-01-18 10:38:23

legdeg
Member
Registered: 2020-01-26
Posts: 10

Re: [HW error] Webcam not found

seth wrote:

Dont't filter the dmesg, there's probably a bus error for the device that can tell you more.

Should I post the whole output here (>2000 lines)? Digging around in it a bit, I'm not seeing anything particularly informative that seems to be related to the webcam. Anything else I should check to diagnose this problem?

Offline

#4 2022-01-18 10:40:11

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,728

Re: [HW error] Webcam not found

Yes post the entire thing, you'll notice the real use of code tags that way and it helps others look at the problem with all/most relevant context intact. If you really feel it's too much or the board actually preventing you from posting due to size constraints there's also: https://wiki.archlinux.org/title/List_o … n_services

Last edited by V1del (2022-01-18 10:40:58)

Offline

#5 2022-01-18 10:44:50

legdeg
Member
Registered: 2020-01-26
Posts: 10

Re: [HW error] Webcam not found

redacted

Last edited by legdeg (2022-01-18 12:55:28)

Offline

#6 2022-01-18 12:53:50

legdeg
Member
Registered: 2020-01-26
Posts: 10

Re: [HW error] Webcam not found

Apologies, my fault for not trying another system update since the problems started - problem went away after a pacman -Syu.

Offline

#7 2022-01-19 00:36:50

legdeg
Member
Registered: 2020-01-26
Posts: 10

Re: [HW error] Webcam not found

Actually, not [SOLVED]. The webcam again became unrecognized after some time of it working. It worked during a Zoom call, at a later time noticed there again was no /dev/video0. I don't know if the problem returned immediately after the Zoom call nor if there's any causal link with it, but mentioning it just in case it helps someone help me troubleshoot.

Here's the dmesg, which encompasses the time after a reboot since the most recent pacman -Syu, the time of the Zoom call, and the time when I again noticed /dev/video0 missing.

[    0.000000] microcode: microcode updated early to revision 0xea, date = 2021-01-05
[    0.000000] Linux version 5.15.14-1-lts (linux-lts@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Tue, 11 Jan 2022 15:37:45 +0000
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts.img root=PARTUUID=2d7d053c-09b2-41e6-8db0-30394d789cba
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 2032
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007192afff] usable
[    0.000000] BIOS-e820: [mem 0x000000007192b000-0x000000007192bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007192c000-0x000000007192cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007192d000-0x0000000073387fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000073388000-0x0000000073c87fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000073c88000-0x0000000089e9dfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000089e9e000-0x000000008a88dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008a88e000-0x000000008af7dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008af7e000-0x000000008affdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008affe000-0x000000008affefff] usable
[    0.000000] BIOS-e820: [mem 0x000000008afff000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x716e0018-0x716f0057] usable ==> usable
[    0.000000] e820: update [mem 0x716e0018-0x716f0057] usable ==> usable
[    0.000000] e820: update [mem 0x716d2018-0x716df657] usable ==> usable
[    0.000000] e820: update [mem 0x716d2018-0x716df657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000716d2017] usable
[    0.000000] reserve setup_data: [mem 0x00000000716d2018-0x00000000716df657] usable
[    0.000000] reserve setup_data: [mem 0x00000000716df658-0x00000000716e0017] usable
[    0.000000] reserve setup_data: [mem 0x00000000716e0018-0x00000000716f0057] usable
[    0.000000] reserve setup_data: [mem 0x00000000716f0058-0x000000007192afff] usable
[    0.000000] reserve setup_data: [mem 0x000000007192b000-0x000000007192bfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007192c000-0x000000007192cfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007192d000-0x0000000073387fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000073388000-0x0000000073c87fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000073c88000-0x0000000089e9dfff] usable
[    0.000000] reserve setup_data: [mem 0x0000000089e9e000-0x000000008a88dfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008a88e000-0x000000008af7dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000008af7e000-0x000000008affdfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000008affe000-0x000000008affefff] usable
[    0.000000] reserve setup_data: [mem 0x000000008afff000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000026effffff] usable
[    0.000000] efi: EFI v2.50 by INSYDE Corp.
[    0.000000] efi: ACPI 2.0=0x8affd014 SMBIOS=0x8a112000 SMBIOS 3.0=0x8a110000 ESRT=0x8a10e0d8 MEMATTR=0x7a85c018 RNG=0x8a39d0d8 TPMEventLog=0x73c97018 
[    0.000000] efi: seeding entropy pool
[    0.000000] TPM Final Events table not present
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Acer Swift SF314-52/Suntory_KL, BIOS V1.06 07/18/2017
[    0.000000] tsc: Detected 2700.000 MHz processor
[    0.000000] tsc: Detected 2699.909 MHz TSC
[    0.001020] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001024] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001032] last_pfn = 0x26f000 max_arch_pfn = 0x400000000
[    0.001213] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002354] last_pfn = 0x8afff max_arch_pfn = 0x400000000
[    0.017763] esrt: Reserving ESRT space from 0x000000008a10e0d8 to 0x000000008a10e188.
[    0.017773] Using GB pages for direct mapping
[    0.018540] Secure boot disabled
[    0.018540] RAMDISK: [mem 0x70522000-0x71263fff]
[    0.018545] ACPI: Early table checksum verification disabled
[    0.018548] ACPI: RSDP 0x000000008AFFD014 000024 (v02 ACRSYS)
[    0.018553] ACPI: XSDT 0x000000008AFB7188 0000EC (v01 ACRSYS ACRPRDCT 00000000      01000013)
[    0.018560] ACPI: FACP 0x000000008AFE8000 00010C (v05 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.018566] ACPI: DSDT 0x000000008AFBB000 0285AB (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.018570] ACPI: FACS 0x000000008AF50000 000040
[    0.018573] ACPI: UEFI 0x000000008AFFC000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.018576] ACPI: UEFI 0x000000008AFFB000 000042 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.018579] ACPI: SSDT 0x000000008AFF5000 005535 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.018583] ACPI: MSDM 0x000000008AFF4000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.018586] ACPI: SSDT 0x000000008AFF3000 0004C3 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.018590] ACPI: SSDT 0x000000008AFF2000 000046 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.018593] ACPI: TPM2 0x000000008AFF1000 000034 (v03 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.018596] ACPI: ECDT 0x000000008AFF0000 0000C1 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.018599] ACPI: SSDT 0x000000008AFEC000 003101 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.018603] ACPI: SSDT 0x000000008AFEB000 00081E (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.018606] ACPI: ASPT 0x000000008AFEA000 000034 (v07 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.018609] ACPI: BOOT 0x000000008AFE9000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.018613] ACPI: HPET 0x000000008AFE7000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.018616] ACPI: APIC 0x000000008AFE6000 0000BC (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.018619] ACPI: MCFG 0x000000008AFE5000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.018622] ACPI: SSDT 0x000000008AFBA000 000517 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.018626] ACPI: DBGP 0x000000008AFB9000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.018629] ACPI: DBG2 0x000000008AFB8000 000054 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.018632] ACPI: SSDT 0x000000008AFB5000 0010B0 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.018636] ACPI: SSDT 0x000000008AFB4000 000EDE (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.018639] ACPI: DMAR 0x000000008AFE4000 0000F0 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.018642] ACPI: NHLT 0x000000008AFB3000 00002D (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.018645] ACPI: FPDT 0x000000008AFB2000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[    0.018649] ACPI: BGRT 0x000000008AFB1000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.018651] ACPI: Reserving FACP table memory at [mem 0x8afe8000-0x8afe810b]
[    0.018653] ACPI: Reserving DSDT table memory at [mem 0x8afbb000-0x8afe35aa]
[    0.018655] ACPI: Reserving FACS table memory at [mem 0x8af50000-0x8af5003f]
[    0.018656] ACPI: Reserving UEFI table memory at [mem 0x8affc000-0x8affc235]
[    0.018657] ACPI: Reserving UEFI table memory at [mem 0x8affb000-0x8affb041]
[    0.018658] ACPI: Reserving SSDT table memory at [mem 0x8aff5000-0x8affa534]
[    0.018659] ACPI: Reserving MSDM table memory at [mem 0x8aff4000-0x8aff4054]
[    0.018660] ACPI: Reserving SSDT table memory at [mem 0x8aff3000-0x8aff34c2]
[    0.018661] ACPI: Reserving SSDT table memory at [mem 0x8aff2000-0x8aff2045]
[    0.018662] ACPI: Reserving TPM2 table memory at [mem 0x8aff1000-0x8aff1033]
[    0.018663] ACPI: Reserving ECDT table memory at [mem 0x8aff0000-0x8aff00c0]
[    0.018664] ACPI: Reserving SSDT table memory at [mem 0x8afec000-0x8afef100]
[    0.018665] ACPI: Reserving SSDT table memory at [mem 0x8afeb000-0x8afeb81d]
[    0.018666] ACPI: Reserving ASPT table memory at [mem 0x8afea000-0x8afea033]
[    0.018667] ACPI: Reserving BOOT table memory at [mem 0x8afe9000-0x8afe9027]
[    0.018668] ACPI: Reserving HPET table memory at [mem 0x8afe7000-0x8afe7037]
[    0.018669] ACPI: Reserving APIC table memory at [mem 0x8afe6000-0x8afe60bb]
[    0.018670] ACPI: Reserving MCFG table memory at [mem 0x8afe5000-0x8afe503b]
[    0.018671] ACPI: Reserving SSDT table memory at [mem 0x8afba000-0x8afba516]
[    0.018672] ACPI: Reserving DBGP table memory at [mem 0x8afb9000-0x8afb9033]
[    0.018674] ACPI: Reserving DBG2 table memory at [mem 0x8afb8000-0x8afb8053]
[    0.018675] ACPI: Reserving SSDT table memory at [mem 0x8afb5000-0x8afb60af]
[    0.018676] ACPI: Reserving SSDT table memory at [mem 0x8afb4000-0x8afb4edd]
[    0.018677] ACPI: Reserving DMAR table memory at [mem 0x8afe4000-0x8afe40ef]
[    0.018678] ACPI: Reserving NHLT table memory at [mem 0x8afb3000-0x8afb302c]
[    0.018679] ACPI: Reserving FPDT table memory at [mem 0x8afb2000-0x8afb2043]
[    0.018680] ACPI: Reserving BGRT table memory at [mem 0x8afb1000-0x8afb1037]
[    0.018807] No NUMA configuration found
[    0.018808] Faking a node at [mem 0x0000000000000000-0x000000026effffff]
[    0.018813] NODE_DATA(0) allocated [mem 0x26effc000-0x26effffff]
[    0.018839] Zone ranges:
[    0.018839]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.018842]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.018844]   Normal   [mem 0x0000000100000000-0x000000026effffff]
[    0.018845]   Device   empty
[    0.018847] Movable zone start for each node
[    0.018848] Early memory node ranges
[    0.018848]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.018850]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.018851]   node   0: [mem 0x0000000000100000-0x000000007192afff]
[    0.018852]   node   0: [mem 0x000000007192d000-0x0000000073387fff]
[    0.018853]   node   0: [mem 0x0000000073c88000-0x0000000089e9dfff]
[    0.018854]   node   0: [mem 0x000000008affe000-0x000000008affefff]
[    0.018855]   node   0: [mem 0x0000000100000000-0x000000026effffff]
[    0.018857] Initmem setup node 0 [mem 0x0000000000001000-0x000000026effffff]
[    0.018861] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.018863] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.018885] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.022422] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.023135] On node 0, zone DMA32: 2304 pages in unavailable ranges
[    0.023180] On node 0, zone DMA32: 4448 pages in unavailable ranges
[    0.034933] On node 0, zone Normal: 20481 pages in unavailable ranges
[    0.034976] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.034990] Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff]
[    0.035429] ACPI: PM-Timer IO Port: 0x1808
[    0.035436] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.035438] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.035439] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.035440] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.035441] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.035442] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.035442] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.035443] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.035473] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.035477] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.035479] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.035483] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.035484] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.035491] e820: update [mem 0x7a54b000-0x7a63efff] usable ==> reserved
[    0.035502] TSC deadline timer available
[    0.035503] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.035534] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.035537] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.035539] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.035541] PM: hibernation: Registered nosave memory: [mem 0x716d2000-0x716d2fff]
[    0.035543] PM: hibernation: Registered nosave memory: [mem 0x716df000-0x716dffff]
[    0.035544] PM: hibernation: Registered nosave memory: [mem 0x716e0000-0x716e0fff]
[    0.035546] PM: hibernation: Registered nosave memory: [mem 0x716f0000-0x716f0fff]
[    0.035548] PM: hibernation: Registered nosave memory: [mem 0x7192b000-0x7192bfff]
[    0.035549] PM: hibernation: Registered nosave memory: [mem 0x7192c000-0x7192cfff]
[    0.035551] PM: hibernation: Registered nosave memory: [mem 0x73388000-0x73c87fff]
[    0.035553] PM: hibernation: Registered nosave memory: [mem 0x7a54b000-0x7a63efff]
[    0.035556] PM: hibernation: Registered nosave memory: [mem 0x89e9e000-0x8a88dfff]
[    0.035556] PM: hibernation: Registered nosave memory: [mem 0x8a88e000-0x8af7dfff]
[    0.035557] PM: hibernation: Registered nosave memory: [mem 0x8af7e000-0x8affdfff]
[    0.035559] PM: hibernation: Registered nosave memory: [mem 0x8afff000-0x8fffffff]
[    0.035560] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[    0.035561] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.035562] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.035563] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.035564] PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.035564] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.035565] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.035566] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.035567] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.035568] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.035568] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.035569] PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.035570] PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.035571] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.035572] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[    0.035572] PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[    0.035574] [mem 0x90000000-0xdfffffff] available for PCI devices
[    0.035575] Booting paravirtualized kernel on bare hardware
[    0.035578] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.041550] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.041706] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
[    0.041715] pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
[    0.041718] pcpu-alloc: [0] 0 1 2 3 
[    0.041744] Built 1 zonelists, mobility grouping on.  Total pages: 2033286
[    0.041746] Policy zone: Normal
[    0.041747] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-lts.img root=PARTUUID=2d7d053c-09b2-41e6-8db0-30394d789cba
[    0.042237] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.042456] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.042640] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.074692] Memory: 7958128K/8262884K available (14344K kernel code, 2068K rwdata, 10752K rodata, 2000K init, 3740K bss, 304496K reserved, 0K cma-reserved)
[    0.074699] random: get_random_u64 called from __kmem_cache_create+0x2a/0x540 with crng_init=0
[    0.074857] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.074873] Kernel/User page tables isolation: enabled
[    0.074892] ftrace: allocating 44230 entries in 173 pages
[    0.091320] ftrace: allocated 173 pages with 5 groups
[    0.091417] rcu: Hierarchical RCU implementation.
[    0.091418] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.091420] 	Rude variant of Tasks RCU enabled.
[    0.091420] 	Tracing variant of Tasks RCU enabled.
[    0.091421] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.091422] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.095801] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.096215] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.096458] Console: colour dummy device 80x25
[    0.096477] printk: console [tty0] enabled
[    0.096497] ACPI: Core revision 20210730
[    0.096755] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.096757] APIC: Switch to symmetric I/O mode setup
[    0.096759] DMAR: Host address width 39
[    0.096760] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.096768] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.096771] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.096775] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.096777] DMAR: RMRR base: 0x0000008a78a000 end: 0x0000008a7a9fff
[    0.096779] DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
[    0.096780] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.096782] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.096784] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.096786] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.096787] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.098551] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.098553] x2apic enabled
[    0.098567] Switched APIC routing to cluster x2apic.
[    0.102425] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26eae8729ef, max_idle_ns: 440795235156 ns
[    0.102432] Calibrating delay loop (skipped), value calculated using timer frequency.. 5399.81 BogoMIPS (lpj=26999090)
[    0.102434] pid_max: default: 32768 minimum: 301
[    0.105329] LSM: Security Framework initializing
[    0.105340] landlock: Up and running.
[    0.105342] Yama: becoming mindful.
[    0.105349] LSM support for eBPF active
[    0.105372] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.105385] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.105657] CPU0: Thermal monitoring enabled (TM1)
[    0.105719] process: using mwait in idle threads
[    0.105721] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.105723] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.105729] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.105731] Spectre V2 : Mitigation: Full generic retpoline
[    0.105732] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.105733] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.105734] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.105735] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.105736] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.105742] SRBDS: Mitigation: Microcode
[    0.105743] MDS: Mitigation: Clear CPU buffers
[    0.111006] Freeing SMP alternatives memory: 36K
[    0.111992] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1175
[    0.111998] smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.112132] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.112145] ... version:                4
[    0.112145] ... bit width:              48
[    0.112146] ... generic registers:      4
[    0.112147] ... value mask:             0000ffffffffffff
[    0.112148] ... max period:             00007fffffffffff
[    0.112149] ... fixed-purpose events:   3
[    0.112150] ... event mask:             000000070000000f
[    0.112257] rcu: Hierarchical SRCU implementation.
[    0.112429] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.112429] smp: Bringing up secondary CPUs ...
[    0.112429] x86: Booting SMP configuration:
[    0.112429] .... node  #0, CPUs:      #1 #2
[    0.112429] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.112429]  #3
[    0.112429] smp: Brought up 1 node, 4 CPUs
[    0.112429] smpboot: Max logical packages: 1
[    0.112429] smpboot: Total of 4 processors activated (21599.27 BogoMIPS)
[    0.112429] devtmpfs: initialized
[    0.112429] x86/mm: Memory block size: 128MB
[    0.112429] ACPI: PM: Registering ACPI NVS region [mem 0x7192b000-0x7192bfff] (4096 bytes)
[    0.112429] ACPI: PM: Registering ACPI NVS region [mem 0x8a88e000-0x8af7dfff] (7274496 bytes)
[    0.112429] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.112429] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.112429] pinctrl core: initialized pinctrl subsystem
[    0.112429] PM: RTC time: 12:50:21, date: 2022-01-18
[    0.112429] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.112429] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.112429] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.112429] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.112429] audit: initializing netlink subsys (disabled)
[    0.112429] audit: type=2000 audit(1642510221.000:1): state=initialized audit_enabled=0 res=1
[    0.112429] thermal_sys: Registered thermal governor 'fair_share'
[    0.112429] thermal_sys: Registered thermal governor 'bang_bang'
[    0.112429] thermal_sys: Registered thermal governor 'step_wise'
[    0.112429] thermal_sys: Registered thermal governor 'user_space'
[    0.112429] thermal_sys: Registered thermal governor 'power_allocator'
[    0.112429] cpuidle: using governor ladder
[    0.112429] cpuidle: using governor menu
[    0.112429] Simple Boot Flag at 0x44 set to 0x1
[    0.112429] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.112429] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.112429] ACPI: bus type PCI registered
[    0.112429] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.112429] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.112429] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.112429] PCI: Using configuration type 1 for base access
[    0.112429] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.113520] Kprobes globally optimized
[    0.113525] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.113525] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.113525] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.113525] ACPI: Added _OSI(Module Device)
[    0.113525] ACPI: Added _OSI(Processor Device)
[    0.113525] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.113525] ACPI: Added _OSI(Processor Aggregator Device)
[    0.113525] ACPI: Added _OSI(Linux-Dell-Video)
[    0.113525] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.113525] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.154940] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.156421] ACPI: EC: EC started
[    0.156422] ACPI: EC: interrupt blocked
[    0.157907] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.157908] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.159139] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.316415] ACPI: Dynamic OEM Table Load:
[    0.316415] ACPI: SSDT 0xFFFF9E3541135800 0006B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.316415] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.316484] ACPI: Dynamic OEM Table Load:
[    0.316492] ACPI: SSDT 0xFFFF9E35412CB800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.323128] ACPI: Dynamic OEM Table Load:
[    0.323134] ACPI: SSDT 0xFFFF9E3540E24200 000115 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.324352] ACPI: Dynamic OEM Table Load:
[    0.324358] ACPI: SSDT 0xFFFF9E3540E25200 0001A4 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.326011] ACPI: Dynamic OEM Table Load:
[    0.326020] ACPI: SSDT 0xFFFF9E3541133000 00065C (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.327776] ACPI: Dynamic OEM Table Load:
[    0.327782] ACPI: SSDT 0xFFFF9E3540E25600 000197 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.329131] ACPI: Dynamic OEM Table Load:
[    0.329136] ACPI: SSDT 0xFFFF9E3540E24A00 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.331940] ACPI: Interpreter enabled
[    0.331993] ACPI: PM: (supports S0 S3 S4 S5)
[    0.331994] ACPI: Using IOAPIC for interrupt routing
[    0.332042] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.332820] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.339725] ACPI: PM: Power Resource [WRST]
[    0.340112] ACPI: PM: Power Resource [WRST]
[    0.340499] ACPI: PM: Power Resource [WRST]
[    0.340885] ACPI: PM: Power Resource [WRST]
[    0.341277] ACPI: PM: Power Resource [WRST]
[    0.341661] ACPI: PM: Power Resource [WRST]
[    0.342048] ACPI: PM: Power Resource [WRST]
[    0.342425] ACPI: PM: Power Resource [WRST]
[    0.342805] ACPI: PM: Power Resource [WRST]
[    0.343185] ACPI: PM: Power Resource [WRST]
[    0.343567] ACPI: PM: Power Resource [WRST]
[    0.343951] ACPI: PM: Power Resource [WRST]
[    0.344314] ACPI: PM: Power Resource [WRST]
[    0.344678] ACPI: PM: Power Resource [WRST]
[    0.345040] ACPI: PM: Power Resource [WRST]
[    0.345407] ACPI: PM: Power Resource [WRST]
[    0.345775] ACPI: PM: Power Resource [WRST]
[    0.346138] ACPI: PM: Power Resource [WRST]
[    0.346503] ACPI: PM: Power Resource [WRST]
[    0.346868] ACPI: PM: Power Resource [WRST]
[    0.357997] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.358005] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.361660] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.361662] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.364253] PCI host bridge to bus 0000:00
[    0.364255] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.364258] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.364259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.364261] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.364262] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.364264] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.364265] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.364266] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.364268] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.364269] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.364270] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.364272] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.364273] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.364274] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.364276] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.364277] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.364278] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.364280] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.364281] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.365195] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    0.367956] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[    0.367968] pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb0ffffff 64bit]
[    0.367975] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.367981] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.367999] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.370033] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.370054] pci 0000:00:14.0: reg 0x10: [mem 0xb1210000-0xb121ffff 64bit]
[    0.370127] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.371786] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.371808] pci 0000:00:14.2: reg 0x10: [mem 0xb1228000-0xb1228fff 64bit]
[    0.374751] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.374961] pci 0000:00:15.0: reg 0x10: [mem 0xb1229000-0xb1229fff 64bit]
[    0.377995] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[    0.378205] pci 0000:00:15.1: reg 0x10: [mem 0xb122a000-0xb122afff 64bit]
[    0.381126] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.381150] pci 0000:00:16.0: reg 0x10: [mem 0xb122b000-0xb122bfff 64bit]
[    0.381231] pci 0000:00:16.0: PME# supported from D3hot
[    0.383489] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.383580] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.386039] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[    0.386131] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.388595] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.388677] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.391125] pci 0000:00:1d.2: [8086:9d1a] type 01 class 0x060400
[    0.391207] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[    0.393676] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    0.395856] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.395874] pci 0000:00:1f.2: reg 0x10: [mem 0xb1224000-0xb1227fff]
[    0.397987] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
[    0.398014] pci 0000:00:1f.3: reg 0x10: [mem 0xb1220000-0xb1223fff 64bit]
[    0.398050] pci 0000:00:1f.3: reg 0x20: [mem 0xb1200000-0xb120ffff 64bit]
[    0.398103] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.400721] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.400782] pci 0000:00:1f.4: reg 0x10: [mem 0xb122c000-0xb122c0ff 64bit]
[    0.400856] pci 0000:00:1f.4: reg 0x20: [io  0x3040-0x305f]
[    0.401259] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.401597] pci 0000:02:00.0: [8086:f1a5] type 00 class 0x010802
[    0.401622] pci 0000:02:00.0: reg 0x10: [mem 0xb1100000-0xb1103fff 64bit]
[    0.401959] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.401964] pci 0000:00:1c.4:   bridge window [mem 0xb1100000-0xb11fffff]
[    0.402238] pci 0000:03:00.0: [8086:095a] type 00 class 0x028000
[    0.402324] pci 0000:03:00.0: reg 0x10: [mem 0xb1000000-0xb1001fff 64bit]
[    0.402777] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.403329] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.403334] pci 0000:00:1d.0:   bridge window [mem 0xb1000000-0xb10fffff]
[    0.403380] pci 0000:00:1d.2: PCI bridge to [bus 04]
[    0.406074] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.406154] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.406232] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.406309] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.406386] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.406463] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    0.406540] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.406616] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.407200] ACPI: EC: interrupt unblocked
[    0.407202] ACPI: EC: event unblocked
[    0.407216] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.407217] ACPI: EC: GPE=0x50
[    0.407219] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete
[    0.407221] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.407299] iommu: Default domain type: Translated 
[    0.407300] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.407317] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.407317] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.407317] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.407317] vgaarb: loaded
[    0.407317] SCSI subsystem initialized
[    0.407317] libata version 3.00 loaded.
[    0.407317] ACPI: bus type USB registered
[    0.407317] usbcore: registered new interface driver usbfs
[    0.407317] usbcore: registered new interface driver hub
[    0.407317] usbcore: registered new device driver usb
[    0.407317] pps_core: LinuxPPS API ver. 1 registered
[    0.407317] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.407317] PTP clock support registered
[    0.407317] EDAC MC: Ver: 3.0.0
[    0.407317] Registered efivars operations
[    0.407317] NetLabel: Initializing
[    0.407317] NetLabel:  domain hash size = 128
[    0.407317] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.407317] NetLabel:  unlabeled traffic allowed by default
[    0.407317] PCI: Using ACPI for IRQ routing
[    0.435685] PCI: pci_cache_line_size set to 64 bytes
[    0.436163] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.436184] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.436185] e820: reserve RAM buffer [mem 0x716d2018-0x73ffffff]
[    0.436187] e820: reserve RAM buffer [mem 0x716e0018-0x73ffffff]
[    0.436188] e820: reserve RAM buffer [mem 0x7192b000-0x73ffffff]
[    0.436189] e820: reserve RAM buffer [mem 0x73388000-0x73ffffff]
[    0.436190] e820: reserve RAM buffer [mem 0x7a54b000-0x7bffffff]
[    0.436191] e820: reserve RAM buffer [mem 0x89e9e000-0x8bffffff]
[    0.436192] e820: reserve RAM buffer [mem 0x8afff000-0x8bffffff]
[    0.436193] e820: reserve RAM buffer [mem 0x26f000000-0x26fffffff]
[    0.442437] clocksource: Switched to clocksource tsc-early
[    0.451257] VFS: Disk quotas dquot_6.6.0
[    0.451271] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.451359] pnp: PnP ACPI init
[    0.451598] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.451602] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.451605] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.451607] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.451609] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.451611] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.451613] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.451990] system 00:01: [io  0x2000-0x20fe] has been reserved
[    0.452155] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.452157] system 00:02: [io  0xffff] has been reserved
[    0.452159] system 00:02: [io  0xffff] has been reserved
[    0.452160] system 00:02: [io  0xffff] has been reserved
[    0.452162] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.452163] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.452326] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.454045] system 00:06: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.454049] system 00:06: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.454051] system 00:06: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.454877] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.454880] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.454882] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.454885] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.454888] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.454890] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.454891] system 00:07: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.454893] system 00:07: [mem 0xff000000-0xffffffff] could not be reserved
[    0.454895] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.454897] system 00:07: [mem 0x90000000-0x9001ffff] has been reserved
[    0.455375] pnp: PnP ACPI: found 8 devices
[    0.461060] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.461117] NET: Registered PF_INET protocol family
[    0.461203] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.462232] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.462272] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.462391] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.462485] TCP: Hash tables configured (established 65536 bind 65536)
[    0.462540] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.462574] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.462597] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.462646] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.462651] NET: Registered PF_XDP protocol family
[    0.462657] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.462662] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.462665] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.462679] pci 0000:00:1c.0: BAR 14: assigned [mem 0x90100000-0x902fffff]
[    0.462691] pci 0000:00:1c.0: BAR 15: assigned [mem 0x90300000-0x904fffff 64bit pref]
[    0.462694] pci 0000:00:1c.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.462696] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.462704] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.462709] pci 0000:00:1c.0:   bridge window [mem 0x90100000-0x902fffff]
[    0.462712] pci 0000:00:1c.0:   bridge window [mem 0x90300000-0x904fffff 64bit pref]
[    0.462717] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.462723] pci 0000:00:1c.4:   bridge window [mem 0xb1100000-0xb11fffff]
[    0.462730] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.462733] pci 0000:00:1d.0:   bridge window [mem 0xb1000000-0xb10fffff]
[    0.462739] pci 0000:00:1d.2: PCI bridge to [bus 04]
[    0.462748] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.462750] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.462751] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.462753] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.462754] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.462755] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.462757] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.462758] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.462760] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.462761] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.462762] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.462764] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.462765] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.462766] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.462768] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.462769] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.462771] pci_bus 0000:00: resource 20 [mem 0x90000000-0xdfffffff window]
[    0.462772] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[    0.462774] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.462775] pci_bus 0000:01: resource 1 [mem 0x90100000-0x902fffff]
[    0.462776] pci_bus 0000:01: resource 2 [mem 0x90300000-0x904fffff 64bit pref]
[    0.462778] pci_bus 0000:02: resource 1 [mem 0xb1100000-0xb11fffff]
[    0.462780] pci_bus 0000:03: resource 1 [mem 0xb1000000-0xb10fffff]
[    0.462989] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.465213] PCI: CLS 64 bytes, default 64
[    0.465237] DMAR: ACPI device "device:71" under DMAR at fed91000 as 00:15.0
[    0.465241] DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.1
[    0.465265] Trying to unpack rootfs image as initramfs...
[    0.465274] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.465275] software IO TLB: mapped [mem 0x00000000858ed000-0x00000000898ed000] (64MB)
[    0.483691] Initialise system trusted keyrings
[    0.483710] Key type blacklist registered
[    0.483759] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.485898] zbud: loaded
[    0.495488] Key type asymmetric registered
[    0.495491] Asymmetric key parser 'x509' registered
[    0.495514] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.495551] io scheduler mq-deadline registered
[    0.495553] io scheduler kyber registered
[    0.495604] io scheduler bfq registered
[    0.496296] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[    0.496339] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.496745] pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
[    0.496822] pcieport 0000:00:1c.4: AER: enabled with IRQ 123
[    0.497143] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
[    0.497205] pcieport 0000:00:1d.0: AER: enabled with IRQ 124
[    0.497515] pcieport 0000:00:1d.2: PME: Signaling with IRQ 125
[    0.497578] pcieport 0000:00:1d.2: AER: enabled with IRQ 125
[    0.497694] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.498308] ACPI: AC: AC Adapter [AC0] (on-line)
[    0.498400] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.498426] ACPI: button: Lid Switch [LID]
[    0.498469] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.498501] ACPI: button: Power Button [PWRB]
[    0.498539] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.498563] ACPI: button: Sleep Button [SLPB]
[    0.498792] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1175
[    0.500994] thermal LNXTHERM:00: registered as thermal_zone0
[    0.500997] ACPI: thermal: Thermal Zone [THRM] (39 C)
[    0.501228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.503157] hpet_acpi_add: no address or irqs in _CRS
[    0.503212] Non-volatile memory driver v1.3
[    0.503214] Linux agpgart interface v0.103
[    0.503216] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.503925] nvme nvme0: pci function 0000:02:00.0
[    0.503998] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.504002] ehci-pci: EHCI PCI platform driver
[    0.504015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.504017] ohci-pci: OHCI PCI platform driver
[    0.504026] uhci_hcd: USB Universal Host Controller Interface driver
[    0.504066] usbcore: registered new interface driver usbserial_generic
[    0.504071] usbserial: USB Serial support registered for generic
[    0.504219] rtc_cmos 00:03: RTC can wake from S4
[    0.504955] rtc_cmos 00:03: registered as rtc0
[    0.505100] rtc_cmos 00:03: setting system clock to 2022-01-18T12:50:21 UTC (1642510221)
[    0.505124] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
[    0.505371] intel_pstate: Intel P-state driver initializing
[    0.505605] intel_pstate: HWP enabled
[    0.505703] ledtrig-cpu: registered to indicate activity on CPUs
[    0.505866] efifb: probing for efifb
[    0.505878] efifb: framebuffer at 0xa0000000, using 8100k, total 8100k
[    0.505880] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.505882] efifb: scrolling: redraw
[    0.505883] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.505967] fbcon: Deferring console take-over
[    0.505968] fb0: EFI VGA frame buffer device
[    0.506010] hid: raw HID events driver (C) Jiri Kosina
[    0.506073] intel_pmc_core INT33A1:00:  initialized
[    0.506150] drop_monitor: Initializing network drop monitor service
[    0.506217] Initializing XFRM netlink socket
[    0.506341] NET: Registered PF_INET6 protocol family
[    0.514066] nvme nvme0: 4/0/0 default/read/poll queues
[    0.516397]  nvme0n1: p1 p2
[    0.552954] ACPI: battery: Slot [BAT0] (battery present)
[    0.594737] Freeing initrd memory: 13576K
[    0.599444] Segment Routing with IPv6
[    0.599446] RPL Segment Routing with IPv6
[    0.599458] In-situ OAM (IOAM) with IPv6
[    0.599480] NET: Registered PF_PACKET protocol family
[    0.599811] microcode: sig=0x806e9, pf=0x80, revision=0xea
[    0.599865] microcode: Microcode Update Driver: v2.2.
[    0.599869] IPI shorthand broadcast: enabled
[    0.599879] sched_clock: Marking stable (593466948, 6297265)->(609875820, -10111607)
[    0.600045] registered taskstats version 1
[    0.600133] Loading compiled-in X.509 certificates
[    0.602957] Loaded X.509 cert 'Build time autogenerated kernel key: 9b21f1b5bd3a64c9ef135dbbbdf32ca92cc7139e'
[    0.603088] zswap: loaded using pool lz4/z3fold
[    0.603211] Key type ._fscrypt registered
[    0.603212] Key type .fscrypt registered
[    0.603212] Key type fscrypt-provisioning registered
[    0.603469] PM:   Magic number: 6:381:835
[    0.603614] RAS: Correctable Errors collector initialized.
[    0.604336] Freeing unused decrypted memory: 2036K
[    0.604600] Freeing unused kernel image (initmem) memory: 2000K
[    0.652895] Write protecting the kernel read-only data: 28672k
[    0.653442] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.653715] Freeing unused kernel image (rodata/data gap) memory: 1536K
[    0.717736] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.717740] rodata_test: all tests were successful
[    0.717741] x86/mm: Checking user space page tables
[    0.765871] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.765886] Run /init as init process
[    0.765887]   with arguments:
[    0.765888]     /init
[    0.765889]   with environment:
[    0.765890]     HOME=/
[    0.765891]     TERM=linux
[    0.843056] fbcon: Taking over console
[    0.843111] Console: switching to colour frame buffer device 240x67
[    0.944528] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.944943] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.946043] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    0.946654] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.946662] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.946664] usb usb1: Product: xHCI Host Controller
[    0.946666] usb usb1: Manufacturer: Linux 5.15.14-1-lts xhci-hcd
[    0.946668] usb usb1: SerialNumber: 0000:00:14.0
[    0.951554] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.951558] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.951613] hub 1-0:1.0: USB hub found
[    0.951639] hub 1-0:1.0: 12 ports detected
[    0.952379] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.957827] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.957843] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.957847] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.957915] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    0.957929] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.957931] usb usb2: Product: xHCI Host Controller
[    0.957933] usb usb2: Manufacturer: Linux 5.15.14-1-lts xhci-hcd
[    0.957935] usb usb2: SerialNumber: 0000:00:14.0
[    0.958100] hub 2-0:1.0: USB hub found
[    0.958114] hub 2-0:1.0: 6 ports detected
[    0.959164] usb: port power management may be unreliable
[    0.982832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.165268] random: fast init done
[    1.234381] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.252506] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    1.393064] random: crng init done
[    1.393105] systemd[1]: Successfully credited entropy passed from boot loader.
[    1.395491] systemd[1]: systemd 250.2-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.423100] systemd[1]: Detected architecture x86-64.
[    1.426299] systemd[1]: Hostname set to <arch>.
[    1.445013] usb 1-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.01
[    1.445019] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.445021] usb 1-1: Product: USB Receiver
[    1.445023] usb 1-1: Manufacturer: Logitech
[    1.532542] tsc: Refined TSC clocksource calibration: 2712.005 MHz
[    1.532567] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x27178b08c6b, max_idle_ns: 440795285792 ns
[    1.533027] clocksource: Switched to clocksource tsc
[    1.599135] systemd[1]: Queued start job for default target Graphical Interface.
[    1.600260] systemd[1]: Created slice Slice /system/getty.
[    1.600616] systemd[1]: Created slice Slice /system/modprobe.
[    1.600911] systemd[1]: Created slice Slice /system/netctl.
[    1.601176] systemd[1]: Created slice Slice /system/systemd-fsck.
[    1.601406] systemd[1]: Created slice User and Session Slice.
[    1.601520] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.601622] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.601802] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.601905] systemd[1]: Reached target Local Encrypted Volumes.
[    1.601960] systemd[1]: Reached target Local Integrity Protected Volumes.
[    1.602014] systemd[1]: Reached target Path Units.
[    1.602057] systemd[1]: Reached target Remote File Systems.
[    1.602104] systemd[1]: Reached target Slice Units.
[    1.602150] systemd[1]: Reached target Swaps.
[    1.602191] systemd[1]: Reached target Local Verity Protected Volumes.
[    1.602281] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.602445] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    1.602619] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.603659] systemd[1]: Listening on Process Core Dump Socket.
[    1.603850] systemd[1]: Listening on Journal Audit Socket.
[    1.603978] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.604113] systemd[1]: Listening on Journal Socket.
[    1.604446] systemd[1]: Listening on udev Control Socket.
[    1.604553] systemd[1]: Listening on udev Kernel Socket.
[    1.605266] systemd[1]: Mounting Huge Pages File System...
[    1.605961] systemd[1]: Mounting POSIX Message Queue File System...
[    1.606733] systemd[1]: Mounting Kernel Debug File System...
[    1.607824] systemd[1]: Mounting Kernel Trace File System...
[    1.609153] systemd[1]: Mounting Temporary Directory /tmp...
[    1.610068] systemd[1]: Starting Create List of Static Device Nodes...
[    1.610928] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.612117] systemd[1]: Starting Load Kernel Module configfs...
[    1.613241] systemd[1]: Starting Load Kernel Module drm...
[    1.614439] systemd[1]: Starting Load Kernel Module fuse...
[    1.615565] systemd[1]: Starting File System Check on Root Device...
[    1.617597] systemd[1]: Starting Journal Service...
[    1.621728] systemd[1]: Starting Load Kernel Modules...
[    1.621994] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    1.622976] systemd[1]: Starting Coldplug All udev Devices...
[    1.624964] systemd[1]: Mounted Huge Pages File System.
[    1.625126] systemd[1]: Mounted POSIX Message Queue File System.
[    1.625262] systemd[1]: Mounted Kernel Debug File System.
[    1.625384] systemd[1]: Mounted Kernel Trace File System.
[    1.625502] systemd[1]: Mounted Temporary Directory /tmp.
[    1.625759] systemd[1]: Finished Create List of Static Device Nodes.
[    1.626130] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.626262] systemd[1]: Finished Load Kernel Module configfs.
[    1.626576] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    1.627022] systemd[1]: Finished Load Kernel Module drm.
[    1.628105] systemd[1]: Mounting Kernel Configuration File System...
[    1.629927] fuse: init (API version 7.34)
[    1.630449] systemd[1]: Mounted Kernel Configuration File System.
[    1.630793] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.630979] systemd[1]: Finished Load Kernel Module fuse.
[    1.632706] systemd[1]: Mounting FUSE Control File System...
[    1.635725] systemd[1]: Mounted FUSE Control File System.
[    1.642381] systemd[1]: Finished Load Kernel Modules.
[    1.643519] audit: type=1130 audit(1642510222.627:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.644588] systemd[1]: Starting Apply Kernel Variables...
[    1.653236] systemd[1]: Finished File System Check on Root Device.
[    1.653890] audit: type=1130 audit(1642510222.637:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.654904] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.655747] systemd[1]: Finished Apply Kernel Variables.
[    1.656362] audit: type=1130 audit(1642510222.637:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.663048] EXT4-fs (nvme0n1p2): re-mounted. Opts: data=ordered. Quota mode: none.
[    1.664759] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.666014] audit: type=1130 audit(1642510222.647:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.666138] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    1.667061] systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
[    1.668114] systemd[1]: Starting Load/Save Random Seed...
[    1.670359] systemd[1]: Starting Create System Users...
[    1.677107] systemd[1]: Started Journal Service.
[    1.678296] audit: type=1130 audit(1642510222.657:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.685066] systemd-journald[220]: Received client request to flush runtime journal.
[    1.686205] audit: type=1130 audit(1642510222.667:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.728364] audit: type=1130 audit(1642510222.707:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.740204] audit: type=1130 audit(1642510222.717:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.744266] audit: type=1130 audit(1642510222.727:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.783927] usb 1-6: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
[    1.783946] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.942450] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    1.998620] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.089251] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    2.089581] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    2.097347] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    2.097670] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    2.107093] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.140283] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[    2.140287] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.140289] usb 1-7: Product: HD WebCam
[    2.140290] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[    2.282473] usb 1-8: new high-speed USB device number 5 using xhci_hcd
[    2.292398] input: SYNA7DB5:00 06CB:7DB7 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA7DB5:00/0018:06CB:7DB7.0001/input/input4
[    2.304696] input: SYNA7DB5:00 06CB:7DB7 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA7DB5:00/0018:06CB:7DB7.0001/input/input5
[    2.304884] hid-generic 0018:06CB:7DB7.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA7DB5:00 06CB:7DB7] on i2c-SYNA7DB5:00
[    2.423876] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.424481] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    2.432671] checking generic (a0000000 7e9000) vs hw (b0000000 1000000)
[    2.432676] checking generic (a0000000 7e9000) vs hw (a0000000 10000000)
[    2.432678] fb0: switching to i915 from EFI VGA
[    2.433574] Console: switching to colour dummy device 80x25
[    2.433618] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.434865] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.435418] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.436669] i2c i2c-2: 2/2 memory slots populated (from DMI)
[    2.438228] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.438234] cfg80211: failed to load regulatory.db
[    2.445449] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.447848] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    2.459834] Intel(R) Wireless WiFi driver for Linux
[    2.466453] usb 1-8: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    2.466458] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.466461] usb 1-8: Product: USB2.0-CRW
[    2.466462] usb 1-8: Manufacturer: Generic
[    2.466464] usb 1-8: SerialNumber: 20100201396000000
[    2.475394] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    2.475398] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.475400] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.475401] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.475402] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.495356] cryptd: max_cpu_qlen set to 1000
[    2.499273] iwlwifi 0000:03:00.0: Found debug destination: EXTERNAL_DRAM
[    2.499279] iwlwifi 0000:03:00.0: Found debug configuration: 0
[    2.499569] iwlwifi 0000:03:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
[    2.512972] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[    2.529178] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    2.532224] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.532739] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    2.537909] fbcon: i915drmfb (fb0) is primary device
[    2.545121] Console: switching to colour frame buffer device 240x67
[    2.564775] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.642574] usb 1-9: new full-speed USB device number 6 using xhci_hcd
[    2.720741] acer_wmi: Acer Laptop ACPI-WMI Extras
[    2.720775] acer_wmi: Function bitmap for Communication Button: 0x801
[    2.733279] input: Acer WMI hotkeys as /devices/virtual/input/input9
[    2.787365] iTCO_vendor_support: vendor-support=0
[    2.836944] usb 1-9: New USB device found, idVendor=1c7a, idProduct=0570, bcdDevice=10.41
[    2.836950] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.836952] usb 1-9: Product: EgisTec Touch Fingerprint Sensor
[    2.836954] usb 1-9: Manufacturer: EgisTec
[    2.836955] usb 1-9: SerialNumber: 0702CB07
[    2.839176] AVX2 version of gcm_enc/dec engaged.
[    2.839222] AES CTR mode by8 optimization enabled
[    2.847781] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    2.944515] mc: Linux media interface: v0.10
[    2.963296] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C52B.0002/input/input10
[    2.980595] input: SYNA7DB5:00 06CB:7DB7 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA7DB5:00/0018:06CB:7DB7.0001/input/input11
[    2.996768] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[    2.997694] usbcore: registered new interface driver rtsx_usb
[    3.005761] thermal thermal_zone2: failed to read out thermal zone (-61)
[    3.013825] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[    3.015251] iwlwifi 0000:03:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    3.024411] iwlwifi 0000:03:00.0: base HW address: 00:e1:8c:83:46:9a
[    3.043794] hid-generic 0003:046D:C52B.0002: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
[    3.044143] input: SYNA7DB5:00 06CB:7DB7 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA7DB5:00/0018:06CB:7DB7.0001/input/input12
[    3.045602] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    3.045907] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    3.046856] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0003/input/input14
[    3.046681] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.055474] hid-multitouch 0018:06CB:7DB7.0001: input,hidraw1: I2C HID v1.00 Mouse [SYNA7DB5:00 06CB:7DB7] on i2c-SYNA7DB5:00
[    3.055676] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0003/input/input15
[    3.058175] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.091684] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    3.100696] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[    3.114047] videodev: Linux video capture interface: v2.00
[    3.132708] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0003/input/input16
[    3.133213] hid-generic 0003:046D:C52B.0003: input,hiddev96,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
[    3.141034] hid-generic 0003:046D:C52B.0004: hiddev97,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[    3.141169] usbcore: registered new interface driver usbhid
[    3.141175] usbhid: USB HID core driver
[    3.184006] mousedev: PS/2 mouse device common for all mice
[    3.198747] Bluetooth: Core ver 2.22
[    3.198770] NET: Registered PF_BLUETOOTH protocol family
[    3.198771] Bluetooth: HCI device and connection manager initialized
[    3.198775] Bluetooth: HCI socket layer initialized
[    3.198777] Bluetooth: L2CAP socket layer initialized
[    3.198780] Bluetooth: SCO socket layer initialized
[    3.244728] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    3.244734] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.244737] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    3.244740] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.244742] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.244743] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    3.244746] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    3.299267] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[    3.379246] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[    3.380810] iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
[    3.718735] usbcore: registered new interface driver btusb
[    3.738785] Bluetooth: hci0: Legacy ROM 2.5 revision 1.0 build 3 week 17 2014
[    3.740069] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[    3.751854] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[    3.765339] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    3.787709] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input24
[    3.927805] intel_tcc_cooling: Programmable TCC Offset detected
[    3.982956] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    4.113451] usbcore: registered new interface driver uvcvideo
[    4.113614] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    4.113955] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    4.114153] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    4.114410] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    4.115341] logitech-djreceiver 0003:046D:C52B.0004: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[    4.162496] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[    4.180582] Bluetooth: hci0: Intel BT fw patch 0x32 completed & activated
[    4.216115] intel_rapl_common: Found RAPL domain package
[    4.216126] intel_rapl_common: Found RAPL domain core
[    4.216132] intel_rapl_common: Found RAPL domain uncore
[    4.216138] intel_rapl_common: Found RAPL domain dram
[    4.268061] input: Logitech Wireless Device PID:400a Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0004/0003:046D:400A.0005/input/input25
[    4.268460] hid-generic 0003:046D:400A.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:400a] on usb-0000:00:14.0-1/input2:1
[    4.269753] input: Logitech Wireless Device PID:4016 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0004/0003:046D:4016.0006/input/input29
[    4.270367] hid-generic 0003:046D:4016.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4016] on usb-0000:00:14.0-1/input2:2
[    4.610717] input: Logitech M325 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0004/0003:046D:400A.0005/input/input33
[    4.611172] logitech-hidpp-device 0003:046D:400A.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech M325] on usb-0000:00:14.0-1/input2:1
[    4.851176] input: Logitech K330 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0004/0003:046D:4016.0006/input/input34
[    4.851599] logitech-hidpp-device 0003:046D:4016.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech K330] on usb-0000:00:14.0-1/input2:2
[    7.040296] wlp3s0: authenticate with 80:c6:ab:2c:b7:c2
[    7.048185] wlp3s0: send auth to 80:c6:ab:2c:b7:c2 (try 1/3)
[    7.062574] wlp3s0: authenticated
[    7.072588] wlp3s0: associate with 80:c6:ab:2c:b7:c2 (try 1/3)
[    7.077336] wlp3s0: RX AssocResp from 80:c6:ab:2c:b7:c2 (capab=0x411 status=0 aid=3)
[    7.096021] wlp3s0: associated
[    7.099704] wlp3s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 80:c6:ab:2c:b7:c2
[    7.335610] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[    7.427053] 8021q: 802.1Q VLAN Support v1.8
[    7.650571] kauditd_printk_skb: 27 callbacks suppressed
[    7.650578] audit: type=1100 audit(1642510228.627:38): pid=450 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="martx" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
[    7.653245] audit: type=1101 audit(1642510228.637:39): pid=450 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="martx" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
[    7.655777] audit: type=1103 audit(1642510228.637:40): pid=450 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="martx" exe="/usr/bin/login" hostname=arch addr=? terminal=/dev/tty1 res=success'
[    7.655939] audit: type=1006 audit(1642510228.637:41): pid=450 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[    7.655948] audit: type=1300 audit(1642510228.637:41): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffdcffea740 a2=4 a3=3e8 items=0 ppid=1 pid=450 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[    7.655967] audit: type=1327 audit(1642510228.637:41): proctitle=2F62696E2F6C6F67696E002D70002D2D
[    7.680337] audit: type=1130 audit(1642510228.657:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.685799] audit: type=1101 audit(1642510228.667:43): pid=612 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="martx" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.685829] audit: type=1103 audit(1642510228.667:44): pid=612 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="martx" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    7.685873] audit: type=1006 audit(1642510228.667:45): pid=612 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   98.749189] kauditd_printk_skb: 11 callbacks suppressed
[   98.749192] audit: type=1334 audit(1642510319.727:53): prog-id=21 op=LOAD
[   98.750709] audit: type=1334 audit(1642510319.727:54): prog-id=22 op=LOAD
[   98.896668] audit: type=1130 audit(1642510319.877:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  325.739074] audit: type=1130 audit(1642510547.089:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  325.803940] audit: type=1130 audit(1642510547.159:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  543.472832] usb 1-2: new full-speed USB device number 7 using xhci_hcd
[  543.656785] usb 1-2: New USB device found, idVendor=b58e, idProduct=9e84, bcdDevice= 1.00
[  543.656795] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  543.656800] usb 1-2: Product: Yeti Stereo Microphone
[  543.656803] usb 1-2: Manufacturer: Blue Microphones
[  543.656806] usb 1-2: SerialNumber: REV8
[  543.659453] input: Blue Microphones Yeti Stereo Microphone Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.3/0003:B58E:9E84.0007/input/input35
[  543.723266] hid-generic 0003:B58E:9E84.0007: input,hiddev97,hidraw4: USB HID v1.00 Device [Blue Microphones Yeti Stereo Microphone] on usb-0000:00:14.0-2/input3
[  543.789191] usbcore: registered new interface driver snd-usb-audio
[  621.289459] usb 1-7: USB disconnect, device number 4
[  621.289877] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  621.293840] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  621.297839] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  621.301842] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  621.305839] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  621.802281] usb 1-7: new high-speed USB device number 8 using xhci_hcd
[  622.010091] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[  622.010097] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  622.010100] usb 1-7: Product: HD WebCam
[  622.010102] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[  622.013103] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[  622.030319] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input37
[  824.807928] usb 1-7: USB disconnect, device number 8
[  824.811054] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  824.814976] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  824.818970] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  824.822983] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  824.826968] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  825.251082] usb 1-7: new high-speed USB device number 9 using xhci_hcd
[  825.438900] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[  825.438908] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  825.438912] usb 1-7: Product: HD WebCam
[  825.438914] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[  825.442122] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[  825.459353] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input38
[  825.823250] usb 1-7: USB disconnect, device number 9
[  826.481073] usb 1-7: new high-speed USB device number 10 using xhci_hcd
[  826.668934] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[  826.668941] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  826.668944] usb 1-7: Product: HD WebCam
[  826.668947] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[  826.672024] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[  826.691008] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input39
[  833.111322] usb 1-7: reset high-speed USB device number 10 using xhci_hcd
[  837.591186] usb 1-7: reset high-speed USB device number 10 using xhci_hcd
[  928.976684] audit: type=1130 audit(1642511150.330:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  928.976696] audit: type=1131 audit(1642511150.330:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2428.232108] logitech-hidpp-device 0003:046D:400A.0005: HID++ 2.0 device connected.
[ 2527.258068] usb 1-7: reset high-speed USB device number 10 using xhci_hcd
[ 2724.796874] usb 1-2: USB disconnect, device number 7
[ 3572.211075] usb 1-7: USB disconnect, device number 10
[ 4696.152704] audit: type=1100 audit(1642514917.525:60): pid=4729 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="martx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 4696.153243] audit: type=1101 audit(1642514917.525:61): pid=4729 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="martx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 4696.155587] audit: type=1110 audit(1642514917.535:62): pid=4729 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 4696.159319] audit: type=1105 audit(1642514917.535:63): pid=4729 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 5364.355961] perf: interrupt took too long (2516 > 2500), lowering kernel.perf_event_max_sample_rate to 79400
[ 7392.660942] perf: interrupt took too long (3148 > 3145), lowering kernel.perf_event_max_sample_rate to 63500
[ 8248.824019] PM: suspend entry (deep)
[ 8248.829002] Filesystems sync: 0.004 seconds
[ 8248.829350] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 8248.830890] OOM killer disabled.
[ 8248.830891] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 8248.832023] printk: Suspending console(s) (use no_console_suspend to debug)
[ 8248.832238] wlp3s0: deauthenticating from 80:c6:ab:2c:b7:c2 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 8249.302758] ACPI: EC: interrupt blocked
[ 8249.372786] ACPI: PM: Preparing to enter system sleep state S3
[ 8249.373789] ACPI: EC: event blocked
[ 8249.373791] ACPI: EC: EC stopped
[ 8249.373792] ACPI: PM: Saving platform NVS memory
[ 8249.373877] Disabling non-boot CPUs ...
[ 8249.375586] smpboot: CPU 1 is now offline
[ 8249.378676] smpboot: CPU 2 is now offline
[ 8249.381658] smpboot: CPU 3 is now offline
[ 8249.384925] ACPI: PM: Low-level resume complete
[ 8249.384977] ACPI: EC: EC started
[ 8249.384978] ACPI: PM: Restoring platform NVS memory
[ 8249.387476] Enabling non-boot CPUs ...
[ 8249.387545] x86: Booting SMP configuration:
[ 8249.387546] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 8249.390135] CPU1 is up
[ 8249.390163] smpboot: Booting Node 0 Processor 2 APIC 0x1
[ 8249.390924] CPU2 is up
[ 8249.390952] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 8249.391682] CPU3 is up
[ 8249.393158] ACPI: PM: Waking up from system sleep state S3
[ 8249.484706] ACPI: EC: interrupt unblocked
[ 8249.548703] ACPI: EC: event unblocked
[ 8249.551283] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 8249.551292] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 8249.560407] nvme nvme0: 4/0/0 default/read/poll queues
[ 8249.564754] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[ 8249.643450] iwlwifi 0000:03:00.0: Applying debug destination EXTERNAL_DRAM
[ 8249.644955] iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
[ 8249.855802] usb 1-8: reset high-speed USB device number 5 using xhci_hcd
[ 8250.186020] usb 1-6: reset full-speed USB device number 3 using xhci_hcd
[ 8250.371362] OOM killer enabled.
[ 8250.371369] Restarting tasks ... 
[ 8250.377291] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[ 8250.377756] done.
[ 8250.378413] Bluetooth: hci0: Legacy ROM 2.5 revision 1.0 build 3 week 17 2014
[ 8250.378421] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[ 8250.435715] PM: suspend exit
[ 8250.439118] audit: type=1130 audit(1642522659.040:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8250.439125] audit: type=1131 audit(1642522659.040:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8250.679511] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[ 8250.697627] Bluetooth: hci0: Intel BT fw patch 0x32 completed & activated
[ 8251.375336] usb usb1-port7: Cannot enable. Maybe the USB cable is bad?
[ 8252.205429] usb 1-9: USB disconnect, device number 6
[ 8252.565151] usb 1-9: new full-speed USB device number 13 using xhci_hcd
[ 8252.748276] usb 1-9: New USB device found, idVendor=1c7a, idProduct=0570, bcdDevice=10.41
[ 8252.748289] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8252.748294] usb 1-9: Product: EgisTec Touch Fingerprint Sensor
[ 8252.748298] usb 1-9: Manufacturer: EgisTec
[ 8252.748302] usb 1-9: SerialNumber: 0702CB07
[ 8253.011722] audit: type=1130 audit(1642522661.610:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8253.940619] wlp3s0: authenticate with 80:c6:ab:2c:b7:c2
[ 8253.945038] wlp3s0: send auth to 80:c6:ab:2c:b7:c2 (try 1/3)
[ 8253.951250] wlp3s0: authenticated
[ 8253.955044] wlp3s0: associate with 80:c6:ab:2c:b7:c2 (try 1/3)
[ 8253.964343] wlp3s0: RX AssocResp from 80:c6:ab:2c:b7:c2 (capab=0x411 status=0 aid=3)
[ 8253.988754] wlp3s0: associated
[ 8254.065919] wlp3s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 80:c6:ab:2c:b7:c2
[ 8258.016014] audit: type=1131 audit(1642522666.620:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8273.686088] pcieport 0000:00:1d.0: AER: Multiple Corrected error received: 0000:00:1d.0
[ 8273.686246] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 8273.686250] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000041/00002000
[ 8273.686255] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[ 8273.686259] pcieport 0000:00:1d.0:    [ 6] BadTLP                
[ 8475.915053] logitech-hidpp-device 0003:046D:4016.0006: HID++ 2.0 device connected.
[ 8646.667445] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[ 8646.667473] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 8646.667477] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[ 8646.667481] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[ 8657.173443] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[ 8657.173456] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 8657.173458] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[ 8657.173464] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[ 8767.830440] perf: interrupt took too long (4000 > 3935), lowering kernel.perf_event_max_sample_rate to 50000
[ 9302.662477] acer_wmi: Unknown function number - 8 - 0
[ 9526.102503] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[ 9526.102516] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 9526.102517] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[ 9526.102519] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[ 9683.734666] acer_wmi: Unknown function number - 2 - 99
[ 9718.740766] perf: interrupt took too long (5035 > 5000), lowering kernel.perf_event_max_sample_rate to 39700
[ 9753.901294] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[ 9753.901308] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 9753.901311] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[ 9753.901314] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[10183.614847] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[10183.614871] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[10183.614874] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[10183.614877] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[11534.480970] acer_wmi: Unknown function number - 8 - 1
[11714.235484] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[11714.235502] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[11714.235507] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[11714.235512] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[11945.688962] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[11945.688981] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[11945.688986] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[11945.688991] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[12265.687919] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[12265.687945] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[12265.687952] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[12265.687960] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[12274.126610] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[12274.126619] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[12274.126621] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[12274.126624] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[12410.399125] wlp3s0: authenticate with 80:c6:ab:2c:b7:c2
[12410.406635] wlp3s0: send auth to 80:c6:ab:2c:b7:c2 (try 1/3)
[12410.414428] wlp3s0: authenticated
[12410.417576] wlp3s0: associate with 80:c6:ab:2c:b7:c2 (try 1/3)
[12410.426867] wlp3s0: RX AssocResp from 80:c6:ab:2c:b7:c2 (capab=0x411 status=0 aid=3)
[12410.443460] wlp3s0: associated
[12410.517748] wlp3s0: Connection to AP 80:c6:ab:2c:b7:c2 lost
[12422.527009] wlp3s0: authenticate with 80:c6:ab:2c:b7:c2
[12422.532242] wlp3s0: send auth to 80:c6:ab:2c:b7:c2 (try 1/3)
[12422.540831] wlp3s0: authenticated
[12422.547516] wlp3s0: associate with 80:c6:ab:2c:b7:c2 (try 1/3)
[12422.553719] wlp3s0: RX AssocResp from 80:c6:ab:2c:b7:c2 (capab=0x411 status=0 aid=3)
[12422.556610] wlp3s0: associated
[12422.668133] wlp3s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 80:c6:ab:2c:b7:c2
[12461.941507] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[12461.941521] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[12461.941523] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[12461.941527] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[12503.000424] audit: type=1334 audit(1642526912.311:68): prog-id=23 op=LOAD
[12503.000438] audit: type=1334 audit(1642526912.311:69): prog-id=24 op=LOAD
[12503.000441] audit: type=1334 audit(1642526912.311:70): prog-id=25 op=LOAD
[12503.052635] audit: type=1130 audit(1642526912.361:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[12533.120081] audit: type=1131 audit(1642526942.431:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[12533.287107] audit: type=1334 audit(1642526942.601:73): prog-id=0 op=UNLOAD
[12533.287125] audit: type=1334 audit(1642526942.601:74): prog-id=0 op=UNLOAD
[12533.287131] audit: type=1334 audit(1642526942.601:75): prog-id=0 op=UNLOAD
[12554.941592] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[12554.941599] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[12554.941601] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[12554.941603] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[12677.072146] audit: type=1334 audit(1642527086.381:76): prog-id=26 op=LOAD
[12677.072619] audit: type=1334 audit(1642527086.381:77): prog-id=27 op=LOAD
[12677.072629] audit: type=1334 audit(1642527086.381:78): prog-id=28 op=LOAD
[12677.118926] audit: type=1130 audit(1642527086.431:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[12705.635080] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[12705.635109] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[12705.635118] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[12705.635128] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[12707.180722] audit: type=1131 audit(1642527116.492:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[12707.346487] audit: type=1334 audit(1642527116.662:81): prog-id=0 op=UNLOAD
[12707.346507] audit: type=1334 audit(1642527116.662:82): prog-id=0 op=UNLOAD
[12707.346518] audit: type=1334 audit(1642527116.662:83): prog-id=0 op=UNLOAD
[12975.684156] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[12975.684185] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[12975.684193] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[12975.684202] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[13516.953422] pcieport 0000:00:1d.0: AER: Multiple Corrected error received: 0000:00:1d.0
[13516.953573] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[13516.953575] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000041/00002000
[13516.953577] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[13516.953578] pcieport 0000:00:1d.0:    [ 6] BadTLP                
[13600.150867] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[13600.150883] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[13600.150885] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[13600.150888] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[13770.527866] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[13770.527893] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[13770.527903] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[13770.527914] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[13877.426787] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[13877.426799] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[13877.426801] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[13877.426803] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[14101.808336] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[14101.808364] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[14101.808373] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[14101.808384] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[14193.277637] wlp3s0: authenticate with 80:c6:ab:2c:b7:c2
[14193.284949] wlp3s0: send auth to 80:c6:ab:2c:b7:c2 (try 1/3)
[14193.290681] wlp3s0: authenticated
[14193.298351] wlp3s0: associate with 80:c6:ab:2c:b7:c2 (try 1/3)
[14193.328826] wlp3s0: RX AssocResp from 80:c6:ab:2c:b7:c2 (capab=0x411 status=0 aid=3)
[14193.331697] wlp3s0: associated
[14193.349043] wlp3s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 80:c6:ab:2c:b7:c2
[14434.922587] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[14434.922620] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[14434.922630] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[14434.922643] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[17113.221895] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[17113.221917] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[17113.221922] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[17113.221929] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[17356.818215] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[17356.818226] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[17356.818228] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[17356.818230] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[17568.928650] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[17568.928675] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[17568.928681] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[17568.928687] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[17572.508558] usb 1-7: new high-speed USB device number 14 using xhci_hcd
[17572.668492] usb 1-7: Device not responding to setup address.
[17572.898575] usb 1-7: Device not responding to setup address.
[17573.118595] usb 1-7: device not accepting address 14, error -71
[17573.488439] usb 1-7: new high-speed USB device number 15 using xhci_hcd
[17573.638533] usb 1-7: Device not responding to setup address.
[17573.858588] usb 1-7: Device not responding to setup address.
[17574.078602] usb 1-7: device not accepting address 15, error -71
[17574.078868] usb usb1-port7: attempt power cycle
[17576.178413] usb 1-2: new full-speed USB device number 17 using xhci_hcd
[17576.361814] usb 1-2: New USB device found, idVendor=b58e, idProduct=9e84, bcdDevice= 1.00
[17576.361831] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[17576.361839] usb 1-2: Product: Yeti Stereo Microphone
[17576.361846] usb 1-2: Manufacturer: Blue Microphones
[17576.361852] usb 1-2: SerialNumber: REV8
[17576.377002] input: Blue Microphones Yeti Stereo Microphone Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.3/0003:B58E:9E84.0008/input/input40
[17576.438854] hid-generic 0003:B58E:9E84.0008: input,hiddev97,hidraw4: USB HID v1.00 Device [Blue Microphones Yeti Stereo Microphone] on usb-0000:00:14.0-2/input3
[17722.918629] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[17722.918669] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[17722.918677] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[17722.918691] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[18006.304070] pcieport 0000:00:1d.0: AER: Corrected error received: 0000:00:1d.0
[18006.304100] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[18006.304111] pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
[18006.304124] pcieport 0000:00:1d.0:    [ 0] RxErr                  (First)
[18036.713171] audit: type=1106 audit(1642532446.042:84): pid=4729 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18036.713219] audit: type=1104 audit(1642532446.042:85): pid=4729 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[18053.438025] audit: type=1100 audit(1642532462.772:86): pid=13620 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="martx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[18053.438167] audit: type=1101 audit(1642532462.772:87): pid=13620 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="martx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[18053.438859] audit: type=1110 audit(1642532462.772:88): pid=13620 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'
[18053.439446] audit: type=1105 audit(1642532462.772:89): pid=13620 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/4 res=success'

Offline

#8 2022-01-19 07:01:39

seth
Member
Registered: 2012-09-03
Posts: 51,205

Re: [HW error] Webcam not found

[    1.942450] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    2.140283] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[    2.140287] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.140289] usb 1-7: Product: HD WebCam
[    2.140290] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[    3.751854] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[  621.289459] usb 1-7: USB disconnect, device number 4
[  621.802281] usb 1-7: new high-speed USB device number 8 using xhci_hcd
[  622.010091] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[  622.010097] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  622.010100] usb 1-7: Product: HD WebCam
[  622.010102] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[  622.013103] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[  824.807928] usb 1-7: USB disconnect, device number 8
[  825.251082] usb 1-7: new high-speed USB device number 9 using xhci_hcd
[  825.438900] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[  825.438908] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  825.438912] usb 1-7: Product: HD WebCam
[  825.438914] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[  825.442122] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[  825.823250] usb 1-7: USB disconnect, device number 9
[  826.481073] usb 1-7: new high-speed USB device number 10 using xhci_hcd
[  826.668934] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[  826.668941] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  826.668944] usb 1-7: Product: HD WebCam
[  826.668947] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[  826.672024] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[  833.111322] usb 1-7: reset high-speed USB device number 10 using xhci_hcd
[  837.591186] usb 1-7: reset high-speed USB device number 10 using xhci_hcd
[ 2527.258068] usb 1-7: reset high-speed USB device number 10 using xhci_hcd
[ 3572.211075] usb 1-7: USB disconnect, device number 10
[17572.508558] usb 1-7: new high-speed USB device number 14 using xhci_hcd
[17572.668492] usb 1-7: Device not responding to setup address.
[17572.898575] usb 1-7: Device not responding to setup address.
[17573.118595] usb 1-7: device not accepting address 14, error -71
[17573.488439] usb 1-7: new high-speed USB device number 15 using xhci_hcd
[17573.638533] usb 1-7: Device not responding to setup address.
[17573.858588] usb 1-7: Device not responding to setup address.
[17574.078602] usb 1-7: device not accepting address 15, error -71
[  621.289459] usb 1-7: USB disconnect, device number 4
[  621.289877] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  621.293840] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  621.297839] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  621.301842] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  621.305839] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  621.802281] usb 1-7: new high-speed USB device number 8 using xhci_hcd
[  622.010091] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[  622.010097] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  622.010100] usb 1-7: Product: HD WebCam
[  622.010102] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[  622.013103] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[  622.030319] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input37
[  824.807928] usb 1-7: USB disconnect, device number 8
[  824.811054] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  824.814976] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  824.818970] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  824.822983] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  824.826968] uvcvideo 1-7:1.1: Failed to resubmit video URB (-19).
[  825.251082] usb 1-7: new high-speed USB device number 9 using xhci_hcd
[  825.438900] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[  825.438908] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  825.438912] usb 1-7: Product: HD WebCam
[  825.438914] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[  825.442122] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[  825.459353] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input38
[  825.823250] usb 1-7: USB disconnect, device number 9
[  826.481073] usb 1-7: new high-speed USB device number 10 using xhci_hcd
[  826.668934] usb 1-7: New USB device found, idVendor=04f2, idProduct=b5f7, bcdDevice=92.26
[  826.668941] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  826.668944] usb 1-7: Product: HD WebCam
[  826.668947] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[  826.672024] usb 1-7: Found UVC 1.00 device HD WebCam (04f2:b5f7)
[  826.691008] input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input39
[  833.111322] usb 1-7: reset high-speed USB device number 10 using xhci_hcd
[  837.591186] usb 1-7: reset high-speed USB device number 10 using xhci_hcd

The camera reconnects all the time and at some point stops responding altogether.
Power saving? Do you use sth. like TLP? Except the camera.

Last edited by seth (2022-01-19 07:01:51)

Online

#9 2022-01-19 11:23:12

legdeg
Member
Registered: 2020-01-26
Posts: 10

Re: [HW error] Webcam not found

seth wrote:

Do you use sth. like TLP?

Nothing of the sort that I remember setting up manually. In particular

$ systemctl status tlp
Unit tlp.service could not be found.

Any other services you're familiar with that could be causing something similar?

Last edited by legdeg (2022-01-19 11:23:47)

Offline

#10 2022-01-19 12:07:47

seth
Member
Registered: 2012-09-03
Posts: 51,205

Re: [HW error] Webcam not found

You could try to disable https://wiki.archlinux.org/title/Power_ … utosuspend
And the big DEs (Gnome/KDE) bring their own power management configuration.

Online

#11 2022-01-19 13:00:20

legdeg
Member
Registered: 2020-01-26
Posts: 10

Re: [HW error] Webcam not found

Tried adding an autosuspend blacklist, which seemed to again work for a moment, but again /dev/video0 disappeared during a Zoom call.
Worst part is, at this point I think the most likely explanation is literal physical damage to internal connections (possibly a worn out cable at the monitor hinge?). I noticed this time the camera stopped working as I adjusted my laptop screen's angle, and now that I think back, the same happened during the previous Zoom call where the camera failed.
Thanks for all your help, seth.

EDIT: yep, this probably confirms it's hardware. Tried to open up the laptop to see if there's any visible wear. Didn't quite manage to open it due to how laptop is built and not wanting to damage it, but the bit of wrangling I did attempt must have been the last straw on the webcam cable's back. Was greeted with the following in dmesg after a reboot:

[    2.473310] usb usb1-port7: Cannot enable. Maybe the USB cable is bad?
[    3.535315] usb usb1-port7: Cannot enable. Maybe the USB cable is bad?
[    3.535558] usb usb1-port7: attempt power cycle
[    4.603109] usb usb1-port7: Cannot enable. Maybe the USB cable is bad?
[    5.563268] usb usb1-port7: Cannot enable. Maybe the USB cable is bad?
[    5.563490] usb usb1-port7: unable to enumerate USB device

I'll edit the top post. Anything I should tag the topic with with such a resolution? Feel free to close, or whatever the forum policy would be.

Last edited by legdeg (2022-01-19 13:16:52)

Offline

#12 2022-01-19 13:32:05

seth
Member
Registered: 2012-09-03
Posts: 51,205

Re: [HW error] Webcam not found

Blast. My advice would have been to run "dmesg -w" and wiggle the display a bit and see whether the kernel responds.
Do your zoom family a favor, get a real camera and a tripod - since this thread is absolutely not an excuse to not have to participate in all those awesome zoom calls… wink

You could relabel the thread as "[HW error]" or so

Online

Board footer

Powered by FluxBB