Trouble with Ubuntu Arduino IDE 2.3.4: No ports discovered

Hello-

I've trawled through some other related posts and attempted a few things suggested to others, but I'm unsure if anything I'm seeing could be the problem. I'm 95% sure this isn't a USB cable not being a data cable issue, as I'm using a cable that came with an older Android phone that should be data-capable, but I have one coming in tomorrow that I know is for sure data capable just in case this one is somehow not in that category.

In the meantime, I've tried the following: I've done lsusb, made sure I'm a member of dialout as well as a dmesg check. Nothing yet pops out at me as the problem, I'm hoping maybe someone here can tell me what is going on. I'll post the full log of all of the above steps below, apologies for the wall of text incoming:

tboone@tboone-work-laptop:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 05c8:03d2 Cheng Uei Precision Industry Co., Ltd (Foxlink) HP TrueVision HD Camera
Bus 001 Device 003: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 001 Device 005: ID 0bda:b00c Realtek Semiconductor Corp. Bluetooth Radio
Bus 001 Device 007: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
tboone@tboone-work-laptop:~$ sudo adduser $USER dialout
[sudo] password for tboone: 
The user `tboone' is already a member of `dialout'.
tboone@tboone-work-laptop:~$ dmesg
dmesg: read kernel buffer failed: Operation not permitted
tboone@tboone-work-laptop:~$ sudo dmesg
[    0.000000] microcode: microcode updated early to revision 0xc6, date = 2024-02-15
[    0.000000] Linux version 5.13.19-051319-generic (kernel@gloin) (gcc (Ubuntu 11.2.0-3ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.37) #202109181232 SMP Sat Sep 18 12:56:56 UTC 2021
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.13.19-051319-generic root=UUID=a743312c-ac8f-4460-8df9-2a68babaeed5 ro quiet splash i8042.nomux i8024.noloop vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    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 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000033f21fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000033f22000-0x0000000033f22fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000033f23000-0x0000000033f78fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000033f79000-0x0000000033f79fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000033f7a000-0x0000000042a2efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000042a2f000-0x000000004518efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004518f000-0x0000000045f7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000045f7f000-0x0000000045ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000045fff000-0x0000000045ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000046000000-0x0000000049ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004a200000-0x000000004a3fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004b000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fc800000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff400000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000002afbfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x45ffe000 ACPI 2.0=0x45ffe014 TPMFinalLog=0x45f52000 ESRT=0x44393a98 SMBIOS=0x43bf0000 SMBIOS 3.0=0x43bee000 MEMATTR=0x317e8018 MOKvar=0x43bef000 RNG=0x43bec818 TPMEventLog=0x317dc018 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: HP HP 250 G7 Notebook PC/86C1, BIOS F.36 02/03/2021
[    0.000000] tsc: Detected 1200.000 MHz processor
[    0.000000] tsc: Detected 1190.400 MHz TSC
[    0.000007] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000013] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000024] last_pfn = 0x2afc00 max_arch_pfn = 0x400000000
[    0.000270] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001861] last_pfn = 0x46000 max_arch_pfn = 0x400000000
[    0.015758] esrt: Reserving ESRT space from 0x0000000044393a98 to 0x0000000044393ad0.
[    0.015778] Using GB pages for direct mapping
[    0.016895] Secure boot disabled
[    0.016896] RAMDISK: [mem 0x2d6ea000-0x31136fff]
[    0.016904] ACPI: Early table checksum verification disabled
[    0.016909] ACPI: RSDP 0x0000000045FFE014 000024 (v02 HPQOEM)
[    0.016915] ACPI: XSDT 0x0000000045FD1188 00013C (v01 HPQOEM SLIC-MPC 00000002 HP   01000013)
[    0.016923] ACPI: FACP 0x0000000045FFD000 00010C (v05 HPQOEM SLIC-MPC 00000002 HP   00040000)
[    0.016931] ACPI: DSDT 0x0000000045F91000 03BF33 (v02 HPQOEM 86C1     00000002 HP   00040000)
[    0.016936] ACPI: FACS 0x0000000045F2F000 000040
[    0.016940] ACPI: UEFI 0x0000000045F7E000 000236 (v01 HPQOEM 86C1     00000001 HP   00040000)
[    0.016945] ACPI: SSDT 0x0000000045FF9000 003CE7 (v02 HPQOEM 86C1     00001000 HP   00040000)
[    0.016950] ACPI: SSDT 0x0000000045FF7000 001B60 (v02 HPQOEM 86C1     00003000 HP   00040000)
[    0.016954] ACPI: SSDT 0x0000000045FF6000 000100 (v02 HPQOEM 86C1     00003000 HP   00040000)
[    0.016959] ACPI: SSDT 0x0000000045FF2000 003389 (v02 HPQOEM 86C1     00003000 HP   00040000)
[    0.016963] ACPI: SSDT 0x0000000045FE6000 00B259 (v02 HPQOEM 86C1     00001000 HP   00040000)
[    0.016968] ACPI: SSDT 0x0000000045FE5000 000781 (v01 HPQOEM 86C1     00001000 HP   00040000)
[    0.016972] ACPI: TPM2 0x0000000045FE4000 000034 (v04 HPQOEM 86C1     00000002 HP   00040000)
[    0.016977] ACPI: SSDT 0x0000000045FE3000 000179 (v01 HPQOEM 86C1     00001000 HP   00040000)
[    0.016981] ACPI: SSDT 0x0000000045FDB000 00787C (v01 HPQOEM 86C1     00001000 HP   00040000)
[    0.016986] ACPI: MSDM 0x0000000045FDA000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
[    0.016990] ACPI: LPIT 0x0000000045FD9000 000094 (v01 HPQOEM 86C1     00000002 HP   00040000)
[    0.016995] ACPI: WSMT 0x0000000045FD8000 000028 (v01 HPQOEM 86C1     00000002 HP   00040000)
[    0.016999] ACPI: SSDT 0x0000000045FD7000 000B70 (v02 HPQOEM 86C1     00001000 HP   00040000)
[    0.017004] ACPI: DBGP 0x0000000045FD6000 000034 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
[    0.017009] ACPI: DBG2 0x0000000045FD5000 000054 (v00 HPQOEM 86C1     00000002 HP   00040000)
[    0.017013] ACPI: SSDT 0x0000000045FD4000 0007EA (v02 HPQOEM 86C1     00001000 HP   00040000)
[    0.017018] ACPI: NHLT 0x0000000045FD3000 0002DF (v00 HPQOEM 86C1     00000002 HP   00040000)
[    0.017022] ACPI: ECDT 0x0000000045FD2000 000069 (v01 HPQOEM 86C1     00000002 HP   00040000)
[    0.017027] ACPI: HPET 0x0000000045FD0000 000038 (v01 HPQOEM 86C1     00000002 HP   00040000)
[    0.017031] ACPI: APIC 0x0000000045FCF000 00012C (v03 HPQOEM 86C1     00000002 HP   00040000)
[    0.017036] ACPI: MCFG 0x0000000045FCE000 00003C (v01 HPQOEM 86C1     00000002 HP   00040000)
[    0.017040] ACPI: SLIC 0x0000000045FCD000 000176 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
[    0.017045] ACPI: SSDT 0x0000000045F90000 0000F5 (v01 HPQOEM 86C1     00000002 HP   00040000)
[    0.017049] ACPI: SSDT 0x0000000045F8F000 000CA8 (v02 HPQOEM 86C1     00000002 HP   00040000)
[    0.017054] ACPI: SSDT 0x0000000045F8D000 00005C (v02 HPQOEM 86C1     00001000 HP   00040000)
[    0.017058] ACPI: SSDT 0x0000000045F8C000 000976 (v02 HPQOEM 86C1     00001000 HP   00040000)
[    0.017063] ACPI: DMAR 0x0000000045F8E000 0000A8 (v02 HPQOEM 86C1     00000002 HP   00040000)
[    0.017068] ACPI: SSDT 0x0000000045F8B000 000164 (v01 HPQOEM 86C1     00001000 HP   00040000)
[    0.017072] ACPI: SSDT 0x0000000045F8A000 00082C (v02 HPQOEM 86C1     00003000 HP   00040000)
[    0.017077] ACPI: UEFI 0x000000004579D000 00063A (v01 HPQOEM 86C1     00000000 HP   00040000)
[    0.017082] ACPI: UEFI 0x000000004579C000 00005C (v01 HPQOEM 86C1     00000000 HP   00040000)
[    0.017086] ACPI: FPDT 0x0000000045F89000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
[    0.017091] ACPI: BGRT 0x0000000045F88000 000038 (v01 HPQOEM 86C1     00000001 HP   00040000)
[    0.017094] ACPI: Reserving FACP table memory at [mem 0x45ffd000-0x45ffd10b]
[    0.017097] ACPI: Reserving DSDT table memory at [mem 0x45f91000-0x45fccf32]
[    0.017099] ACPI: Reserving FACS table memory at [mem 0x45f2f000-0x45f2f03f]
[    0.017100] ACPI: Reserving UEFI table memory at [mem 0x45f7e000-0x45f7e235]
[    0.017101] ACPI: Reserving SSDT table memory at [mem 0x45ff9000-0x45ffcce6]
[    0.017103] ACPI: Reserving SSDT table memory at [mem 0x45ff7000-0x45ff8b5f]
[    0.017104] ACPI: Reserving SSDT table memory at [mem 0x45ff6000-0x45ff60ff]
[    0.017105] ACPI: Reserving SSDT table memory at [mem 0x45ff2000-0x45ff5388]
[    0.017107] ACPI: Reserving SSDT table memory at [mem 0x45fe6000-0x45ff1258]
[    0.017108] ACPI: Reserving SSDT table memory at [mem 0x45fe5000-0x45fe5780]
[    0.017109] ACPI: Reserving TPM2 table memory at [mem 0x45fe4000-0x45fe4033]
[    0.017111] ACPI: Reserving SSDT table memory at [mem 0x45fe3000-0x45fe3178]
[    0.017112] ACPI: Reserving SSDT table memory at [mem 0x45fdb000-0x45fe287b]
[    0.017113] ACPI: Reserving MSDM table memory at [mem 0x45fda000-0x45fda054]
[    0.017115] ACPI: Reserving LPIT table memory at [mem 0x45fd9000-0x45fd9093]
[    0.017116] ACPI: Reserving WSMT table memory at [mem 0x45fd8000-0x45fd8027]
[    0.017117] ACPI: Reserving SSDT table memory at [mem 0x45fd7000-0x45fd7b6f]
[    0.017119] ACPI: Reserving DBGP table memory at [mem 0x45fd6000-0x45fd6033]
[    0.017120] ACPI: Reserving DBG2 table memory at [mem 0x45fd5000-0x45fd5053]
[    0.017121] ACPI: Reserving SSDT table memory at [mem 0x45fd4000-0x45fd47e9]
[    0.017123] ACPI: Reserving NHLT table memory at [mem 0x45fd3000-0x45fd32de]
[    0.017124] ACPI: Reserving ECDT table memory at [mem 0x45fd2000-0x45fd2068]
[    0.017125] ACPI: Reserving HPET table memory at [mem 0x45fd0000-0x45fd0037]
[    0.017127] ACPI: Reserving APIC table memory at [mem 0x45fcf000-0x45fcf12b]
[    0.017128] ACPI: Reserving MCFG table memory at [mem 0x45fce000-0x45fce03b]
[    0.017130] ACPI: Reserving SLIC table memory at [mem 0x45fcd000-0x45fcd175]
[    0.017131] ACPI: Reserving SSDT table memory at [mem 0x45f90000-0x45f900f4]
[    0.017132] ACPI: Reserving SSDT table memory at [mem 0x45f8f000-0x45f8fca7]
[    0.017134] ACPI: Reserving SSDT table memory at [mem 0x45f8d000-0x45f8d05b]
[    0.017135] ACPI: Reserving SSDT table memory at [mem 0x45f8c000-0x45f8c975]
[    0.017137] ACPI: Reserving DMAR table memory at [mem 0x45f8e000-0x45f8e0a7]
[    0.017138] ACPI: Reserving SSDT table memory at [mem 0x45f8b000-0x45f8b163]
[    0.017140] ACPI: Reserving SSDT table memory at [mem 0x45f8a000-0x45f8a82b]
[    0.017141] ACPI: Reserving UEFI table memory at [mem 0x4579d000-0x4579d639]
[    0.017143] ACPI: Reserving UEFI table memory at [mem 0x4579c000-0x4579c05b]
[    0.017144] ACPI: Reserving FPDT table memory at [mem 0x45f89000-0x45f89043]
[    0.017146] ACPI: Reserving BGRT table memory at [mem 0x45f88000-0x45f88037]
[    0.017176] ACPI: Local APIC address 0xfee00000
[    0.017357] No NUMA configuration found
[    0.017359] Faking a node at [mem 0x0000000000000000-0x00000002afbfffff]
[    0.017370] NODE_DATA(0) allocated [mem 0x2afbd6000-0x2afbfffff]
[    0.017875] Zone ranges:
[    0.017876]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.017879]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.017881]   Normal   [mem 0x0000000100000000-0x00000002afbfffff]
[    0.017883]   Device   empty
[    0.017885] Movable zone start for each node
[    0.017887] Early memory node ranges
[    0.017888]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.017890]   node   0: [mem 0x0000000000100000-0x0000000033f21fff]
[    0.017892]   node   0: [mem 0x0000000033f23000-0x0000000033f78fff]
[    0.017893]   node   0: [mem 0x0000000033f7a000-0x0000000042a2efff]
[    0.017894]   node   0: [mem 0x0000000045fff000-0x0000000045ffffff]
[    0.017896]   node   0: [mem 0x0000000100000000-0x00000002afbfffff]
[    0.017898] Initmem setup node 0 [mem 0x0000000000001000-0x00000002afbfffff]
[    0.017901] On node 0 totalpages: 2041292
[    0.017903]   DMA zone: 64 pages used for memmap
[    0.017904]   DMA zone: 158 pages reserved
[    0.017905]   DMA zone: 3998 pages, LIFO batch:0
[    0.017907]   DMA32 zone: 4201 pages used for memmap
[    0.017909]   DMA32 zone: 268846 pages, LIFO batch:63
[    0.017910]   Normal zone: 27632 pages used for memmap
[    0.017911]   Normal zone: 1768448 pages, LIFO batch:63
[    0.017915] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.017951] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.019829] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.020351] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.020520] On node 0, zone DMA32: 13776 pages in unavailable ranges
[    0.035920] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.035933] On node 0, zone Normal: 1024 pages in unavailable ranges
[    0.035957] Reserving Intel graphics memory at [mem 0x4c800000-0x503fffff]
[    0.036234] ACPI: PM-Timer IO Port: 0x1808
[    0.036237] ACPI: Local APIC address 0xfee00000
[    0.036245] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.036247] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.036249] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.036250] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.036251] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.036252] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.036253] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.036254] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.036255] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.036256] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.036257] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.036258] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.036259] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.036260] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.036261] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.036262] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.036297] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.036301] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.036303] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.036306] ACPI: IRQ0 used by override.
[    0.036308] ACPI: IRQ9 used by override.
[    0.036311] Using ACPI (MADT) for SMP configuration information
[    0.036312] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.036322] e820: update [mem 0x3186c000-0x3187ffff] usable ==> reserved
[    0.036335] TSC deadline timer available
[    0.036336] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.036368] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.036372] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.036375] PM: hibernation: Registered nosave memory: [mem 0x3186c000-0x3187ffff]
[    0.036378] PM: hibernation: Registered nosave memory: [mem 0x33f22000-0x33f22fff]
[    0.036381] PM: hibernation: Registered nosave memory: [mem 0x33f79000-0x33f79fff]
[    0.036384] PM: hibernation: Registered nosave memory: [mem 0x42a2f000-0x4518efff]
[    0.036385] PM: hibernation: Registered nosave memory: [mem 0x4518f000-0x45f7efff]
[    0.036386] PM: hibernation: Registered nosave memory: [mem 0x45f7f000-0x45ffefff]
[    0.036388] PM: hibernation: Registered nosave memory: [mem 0x46000000-0x49ffffff]
[    0.036390] PM: hibernation: Registered nosave memory: [mem 0x4a000000-0x4a1fffff]
[    0.036391] PM: hibernation: Registered nosave memory: [mem 0x4a200000-0x4a3fffff]
[    0.036392] PM: hibernation: Registered nosave memory: [mem 0x4a400000-0x4affffff]
[    0.036393] PM: hibernation: Registered nosave memory: [mem 0x4b000000-0xcfffffff]
[    0.036394] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfc7fffff]
[    0.036395] PM: hibernation: Registered nosave memory: [mem 0xfc800000-0xfe7fffff]
[    0.036396] PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.036397] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.036398] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.036399] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.036400] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.036401] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
[    0.036402] PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed1ffff]
[    0.036403] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.036404] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed9ffff]
[    0.036405] PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
[    0.036406] PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xfedfffff]
[    0.036407] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.036408] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff3fffff]
[    0.036409] PM: hibernation: Registered nosave memory: [mem 0xff400000-0xffffffff]
[    0.036411] [mem 0xd0000000-0xfc7fffff] available for PCI devices
[    0.036413] Booting paravirtualized kernel on bare hardware
[    0.036416] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.036426] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.036670] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u524288
[    0.036680] pcpu-alloc: s196608 r8192 d28672 u524288 alloc=1*2097152
[    0.036684] pcpu-alloc: [0] 0 1 2 3 
[    0.036721] Built 1 zonelists, mobility grouping on.  Total pages: 2009237
[    0.036723] Policy zone: Normal
[    0.036725] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.13.19-051319-generic root=UUID=a743312c-ac8f-4460-8df9-2a68babaeed5 ro quiet splash i8042.nomux i8024.noloop vt.handoff=7
[    0.037380] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.037648] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.037709] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.065422] Memory: 7782800K/8165168K available (16393K kernel code, 3507K rwdata, 10488K rodata, 2852K init, 5776K bss, 382108K reserved, 0K cma-reserved)
[    0.065430] random: get_random_u64 called from kmem_cache_open+0x25/0x330 with crng_init=1
[    0.065602] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.065625] ftrace: allocating 49688 entries in 195 pages
[    0.091454] ftrace: allocated 195 pages with 4 groups
[    0.091584] rcu: Hierarchical RCU implementation.
[    0.091586] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.091588] 	Rude variant of Tasks RCU enabled.
[    0.091589] 	Tracing variant of Tasks RCU enabled.
[    0.091590] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.091592] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.097074] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.097817] random: crng done (trusting CPU's manufacturer)
[    0.097858] Console: colour dummy device 80x25
[    0.097905] printk: console [tty0] enabled
[    0.097929] ACPI: Core revision 20210331
[    0.098491] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.098599] APIC: Switch to symmetric I/O mode setup
[    0.098601] DMAR: Host address width 39
[    0.098603] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.098610] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e
[    0.098613] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.098620] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.098623] DMAR: RMRR base: 0x00000044fc1000 end: 0x00000044fe0fff
[    0.098625] DMAR: RMRR base: 0x0000004c000000 end: 0x000000503fffff
[    0.098628] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.098630] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.098631] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.098632] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.100340] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.100342] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.104924] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.122549] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1128af0325d, max_idle_ns: 440795261011 ns
[    0.122559] Calibrating delay loop (skipped), value calculated using timer frequency.. 2380.80 BogoMIPS (lpj=4761600)
[    0.122564] pid_max: default: 32768 minimum: 301
[    0.127954] LSM: Security Framework initializing
[    0.127978] Yama: becoming mindful.
[    0.128018] AppArmor: AppArmor initialized
[    0.128070] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.128088] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.128510] x86/cpu: SGX disabled by BIOS.
[    0.128528] CPU0: Thermal monitoring enabled (TM1)
[    0.128532] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.128670] process: using mwait in idle threads
[    0.128673] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.128675] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.128682] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.128685] Spectre V2 : Mitigation: Enhanced IBRS
[    0.128687] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.128689] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.128692] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.139563] Freeing SMP alternatives memory: 40K
[    0.142663] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2901
[    0.142688] smpboot: CPU0: Intel(R) Core(TM) i3-1005G1 CPU @ 1.20GHz (family: 0x6, model: 0x7e, stepping: 0x5)
[    0.142980] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.143000] ... version:                5
[    0.143002] ... bit width:              48
[    0.143003] ... generic registers:      8
[    0.143004] ... value mask:             0000ffffffffffff
[    0.143005] ... max period:             00007fffffffffff
[    0.143006] ... fixed-purpose events:   4
[    0.143007] ... event mask:             0001000f000000ff
[    0.143160] rcu: Hierarchical SRCU implementation.
[    0.144196] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.144279] smp: Bringing up secondary CPUs ...
[    0.144403] x86: Booting SMP configuration:
[    0.144405] .... node  #0, CPUs:      #1 #2 #3
[    0.151802] smp: Brought up 1 node, 4 CPUs
[    0.151802] smpboot: Max logical packages: 1
[    0.151802] smpboot: Total of 4 processors activated (9523.20 BogoMIPS)
[    0.154961] devtmpfs: initialized
[    0.154961] x86/mm: Memory block size: 128MB
[    0.155445] PM: Registering ACPI NVS region [mem 0x33f22000-0x33f22fff] (4096 bytes)
[    0.155445] PM: Registering ACPI NVS region [mem 0x4518f000-0x45f7efff] (14614528 bytes)
[    0.155445] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.155445] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.155445] pinctrl core: initialized pinctrl subsystem
[    0.155445] PM: RTC time: 15:02:24, date: 2025-02-17
[    0.155505] NET: Registered protocol family 16
[    0.155747] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.155869] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.155984] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.155994] audit: initializing netlink subsys (disabled)
[    0.156008] audit: type=2000 audit(1739804544.056:1): state=initialized audit_enabled=0 res=1
[    0.156008] thermal_sys: Registered thermal governor 'fair_share'
[    0.156008] thermal_sys: Registered thermal governor 'bang_bang'
[    0.156008] thermal_sys: Registered thermal governor 'step_wise'
[    0.156008] thermal_sys: Registered thermal governor 'user_space'
[    0.156008] thermal_sys: Registered thermal governor 'power_allocator'
[    0.156008] EISA bus registered
[    0.156008] cpuidle: using governor ladder
[    0.156008] cpuidle: using governor menu
[    0.156008] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.156008] ACPI: bus type PCI registered
[    0.156008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.156008] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.156008] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.156008] PCI: Using configuration type 1 for base access
[    0.156008] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.160156] Kprobes globally optimized
[    0.160162] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.160162] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.160162] fbcon: Taking over console
[    0.160162] ACPI: Added _OSI(Module Device)
[    0.160162] ACPI: Added _OSI(Processor Device)
[    0.160162] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.160162] ACPI: Added _OSI(Processor Aggregator Device)
[    0.160162] ACPI: Added _OSI(Linux-Dell-Video)
[    0.160162] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.160162] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.260457] ACPI: 17 ACPI AML tables successfully acquired and loaded
[    0.262753] ACPI: EC: EC started
[    0.262754] ACPI: EC: interrupt blocked
[    0.264885] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.264887] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.275815] ACPI: Dynamic OEM Table Load:
[    0.275834] ACPI: SSDT 0xFFFF9C9601124A00 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
[    0.277376] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.280111] ACPI: Dynamic OEM Table Load:
[    0.280123] ACPI: SSDT 0xFFFF9C9601167400 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.281804] ACPI: Dynamic OEM Table Load:
[    0.281815] ACPI: SSDT 0xFFFF9C9601167000 000371 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.283526] ACPI: Dynamic OEM Table Load:
[    0.283537] ACPI: SSDT 0xFFFF9C9600D5C400 00012C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.285032] ACPI: Dynamic OEM Table Load:
[    0.285044] ACPI: SSDT 0xFFFF9C9601172800 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.287021] ACPI: Dynamic OEM Table Load:
[    0.287033] ACPI: SSDT 0xFFFF9C9601173000 0005FC (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.288806] ACPI: Dynamic OEM Table Load:
[    0.288816] ACPI: SSDT 0xFFFF9C9601165400 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.290578] ACPI: Dynamic OEM Table Load:
[    0.290590] ACPI: SSDT 0xFFFF9C9600073000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160422)
[    0.293245] ACPI: Dynamic OEM Table Load:
[    0.293256] ACPI: SSDT 0xFFFF9C9601164800 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.297672] ACPI: Interpreter enabled
[    0.297756] ACPI: (supports S0 S3 S4 S5)
[    0.297758] ACPI: Using IOAPIC for interrupt routing
[    0.297812] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.299708] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.312073] ACPI: PM: Power Resource [PCRP] (on)
[    0.312128] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.DGPV], AE_NOT_FOUND (20210331/psargs-330)

[    0.312142] No Local Variables are initialized for Method [_ON_]

[    0.312144] No Arguments are initialized for method [_ON_]

[    0.312146] ACPI Error: Aborting method \_SB.PCI0.RP05.PCRP._ON due to previous error (AE_NOT_FOUND) (20210331/psparse-529)
[    0.321615] ACPI: PM: Power Resource [V0PR] (on)
[    0.321852] ACPI: PM: Power Resource [V1PR] (on)
[    0.322077] ACPI: PM: Power Resource [V2PR] (on)
[    0.329175] ACPI: PM: Power Resource [WRST] (on)
[    0.329510] acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
[    0.332174] ACPI: PM: Power Resource [TBT0] (on)
[    0.332280] ACPI: PM: Power Resource [TBT1] (on)
[    0.346882] ACPI: PM: Power Resource [FN00] (off)
[    0.347015] ACPI: PM: Power Resource [FN01] (off)
[    0.347138] ACPI: PM: Power Resource [FN02] (off)
[    0.347289] ACPI: PM: Power Resource [FN03] (off)
[    0.347421] ACPI: PM: Power Resource [FN04] (off)
[    0.348112] ACPI: PM: Power Resource [PIN] (off)
[    0.348849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.348866] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.349253] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.349620] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.349621] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.354650] PCI host bridge to bus 0000:00
[    0.354653] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.354656] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.354657] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.354659] pci_bus 0000:00: root bus resource [mem 0x50400000-0xbfffffff window]
[    0.354661] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.354662] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.354692] pci 0000:00:00.0: [8086:8a02] type 00 class 0x060000
[    0.356696] pci 0000:00:02.0: [8086:8a56] type 00 class 0x030000
[    0.356710] pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit]
[    0.356720] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.356726] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.356752] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.356753] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.358732] pci 0000:00:04.0: [8086:8a03] type 00 class 0x118000
[    0.358756] pci 0000:00:04.0: reg 0x10: [mem 0x6001100000-0x600110ffff 64bit]
[    0.361037] pci 0000:00:14.0: [8086:34ed] type 00 class 0x0c0330
[    0.361062] pci 0000:00:14.0: reg 0x10: [mem 0x50700000-0x5070ffff 64bit]
[    0.361188] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.363415] pci 0000:00:14.2: [8086:34ef] type 00 class 0x050000
[    0.363446] pci 0000:00:14.2: reg 0x10: [mem 0x6001114000-0x6001115fff 64bit]
[    0.363467] pci 0000:00:14.2: reg 0x18: [mem 0x6001118000-0x6001118fff 64bit]
[    0.365397] pci 0000:00:16.0: [8086:34e0] type 00 class 0x078000
[    0.365426] pci 0000:00:16.0: reg 0x10: [mem 0x6001117000-0x6001117fff 64bit]
[    0.365535] pci 0000:00:16.0: PME# supported from D3hot
[    0.367977] pci 0000:00:17.0: [8086:282a] type 00 class 0x010400
[    0.368004] pci 0000:00:17.0: reg 0x10: [mem 0x50710000-0x50711fff]
[    0.368018] pci 0000:00:17.0: reg 0x14: [mem 0x50714000-0x507140ff]
[    0.368033] pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
[    0.368046] pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
[    0.368059] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    0.368072] pci 0000:00:17.0: reg 0x24: [mem 0x50713000-0x507137ff]
[    0.368141] pci 0000:00:17.0: PME# supported from D3hot
[    0.370300] pci 0000:00:1d.0: [8086:34b0] type 01 class 0x060400
[    0.370430] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.370475] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.372881] pci 0000:00:1d.1: [8086:34b1] type 01 class 0x060400
[    0.373010] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
[    0.373053] pci 0000:00:1d.1: PTM enabled (root), 4ns granularity
[    0.375469] pci 0000:00:1d.4: [8086:34b4] type 01 class 0x060400
[    0.375652] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    0.375700] pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
[    0.378130] pci 0000:00:1f.0: [8086:3482] type 00 class 0x060100
[    0.380359] pci 0000:00:1f.3: [8086:34c8] type 00 class 0x040380
[    0.380426] pci 0000:00:1f.3: reg 0x10: [mem 0x6001110000-0x6001113fff 64bit]
[    0.380509] pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit]
[    0.380700] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.383026] pci 0000:00:1f.4: [8086:34a3] type 00 class 0x0c0500
[    0.383063] pci 0000:00:1f.4: reg 0x10: [mem 0x6001116000-0x60011160ff 64bit]
[    0.383111] pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
[    0.385123] pci 0000:00:1f.5: [8086:34a4] type 00 class 0x0c8000
[    0.385147] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.387028] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.387052] pci 0000:01:00.0: reg 0x10: [io  0x4000-0x40ff]
[    0.387080] pci 0000:01:00.0: reg 0x18: [mem 0x50604000-0x50604fff 64bit]
[    0.387099] pci 0000:01:00.0: reg 0x20: [mem 0x50600000-0x50603fff 64bit]
[    0.387235] pci 0000:01:00.0: supports D1 D2
[    0.387237] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.387449] pci 0000:00:1d.0: PCI bridge to [bus 01]
[    0.387454] pci 0000:00:1d.0:   bridge window [io  0x4000-0x4fff]
[    0.387458] pci 0000:00:1d.0:   bridge window [mem 0x50600000-0x506fffff]
[    0.387560] pci 0000:02:00.0: [10ec:c822] type 00 class 0x028000
[    0.387587] pci 0000:02:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.387646] pci 0000:02:00.0: reg 0x18: [mem 0x50500000-0x5050ffff 64bit]
[    0.387812] pci 0000:02:00.0: supports D1 D2
[    0.387813] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.388019] pci 0000:00:1d.1: PCI bridge to [bus 02]
[    0.388023] pci 0000:00:1d.1:   bridge window [io  0x3000-0x3fff]
[    0.388027] pci 0000:00:1d.1:   bridge window [mem 0x50500000-0x505fffff]
[    0.388305] pci 0000:03:00.0: [1e0f:0001] type 00 class 0x010802
[    0.388335] pci 0000:03:00.0: reg 0x10: [mem 0x50400000-0x50403fff 64bit]
[    0.388500] pci 0000:03:00.0: PME# supported from D0 D3hot
[    0.388676] pci 0000:00:1d.4: PCI bridge to [bus 03]
[    0.388682] pci 0000:00:1d.4:   bridge window [mem 0x50400000-0x504fffff]
[    0.402171] acpi LNXPOWER:0c: Turning OFF
[    0.402178] acpi LNXPOWER:04: Turning OFF
[    0.402251] ACPI: EC: interrupt unblocked
[    0.402252] ACPI: EC: event unblocked
[    0.402277] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.402278] ACPI: EC: GPE=0x6e
[    0.402280] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete
[    0.402282] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.402371] iommu: Default domain type: Translated 
[    0.402371] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.402371] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.402371] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.402371] vgaarb: loaded
[    0.402694] SCSI subsystem initialized
[    0.402701] libata version 3.00 loaded.
[    0.402701] ACPI: bus type USB registered
[    0.402701] usbcore: registered new interface driver usbfs
[    0.402701] usbcore: registered new interface driver hub
[    0.402701] usbcore: registered new device driver usb
[    0.402701] pps_core: LinuxPPS API ver. 1 registered
[    0.402701] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.402701] PTP clock support registered
[    0.402701] EDAC MC: Ver: 3.0.0
[    0.402701] Registered efivars operations
[    0.402751] NetLabel: Initializing
[    0.402752] NetLabel:  domain hash size = 128
[    0.402753] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.402772] NetLabel:  unlabeled traffic allowed by default
[    0.402786] PCI: Using ACPI for IRQ routing
[    0.430312] PCI: pci_cache_line_size set to 64 bytes
[    0.430371] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.430414] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.430416] e820: reserve RAM buffer [mem 0x3186c000-0x33ffffff]
[    0.430418] e820: reserve RAM buffer [mem 0x33f22000-0x33ffffff]
[    0.430419] e820: reserve RAM buffer [mem 0x33f79000-0x33ffffff]
[    0.430421] e820: reserve RAM buffer [mem 0x42a2f000-0x43ffffff]
[    0.430422] e820: reserve RAM buffer [mem 0x46000000-0x47ffffff]
[    0.430423] e820: reserve RAM buffer [mem 0x2afc00000-0x2afffffff]
[    0.432509] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.432518] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.434594] clocksource: Switched to clocksource tsc-early
[    0.444480] VFS: Disk quotas dquot_6.6.0
[    0.444495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.444618] AppArmor: AppArmor Filesystem Enabled
[    0.444676] pnp: PnP ACPI init
[    0.445037] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.445041] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.445043] system 00:00: [io  0xfd60-0xfd63] has been reserved
[    0.445051] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.445228] system 00:01: [io  0x1854-0x1857] has been reserved
[    0.445233] system 00:01: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.445282] pnp 00:02: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[    0.445338] pnp 00:03: Plug and Play ACPI device, IDs SYN3286 PNP0f13 (active)
[    0.446387] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.446390] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.446392] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.446394] system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
[    0.446397] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.446399] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.446401] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.446405] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.447867] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.447870] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.447872] system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.447873] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.447875] system 00:05: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.447877] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.447879] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[    0.447883] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.448370] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.448375] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.448699] system 00:07: [mem 0xfd6e0000-0xfd6effff] has been reserved
[    0.448702] system 00:07: [mem 0xfd6d0000-0xfd6dffff] has been reserved
[    0.448703] system 00:07: [mem 0xfd6a0000-0xfd6affff] has been reserved
[    0.448705] system 00:07: [mem 0xfd690000-0xfd69ffff] has been reserved
[    0.448710] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.449006] system 00:08: [mem 0xfe038000-0xfe038fff] has been reserved
[    0.449010] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.449592] pnp: PnP ACPI: found 9 devices
[    0.455499] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.455593] NET: Registered protocol family 2
[    0.455731] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.457231] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.457292] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.457484] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.457595] TCP: Hash tables configured (established 65536 bind 65536)
[    0.457674] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.457713] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.457742] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.457797] NET: Registered protocol family 1
[    0.457802] NET: Registered protocol family 44
[    0.457819] pci 0000:00:1f.5: BAR 0: no space for [mem size 0x00001000]
[    0.457824] pci 0000:00:1f.5: BAR 0: trying firmware assignment [mem 0xfe010000-0xfe010fff]
[    0.457827] pci 0000:00:1f.5: BAR 0: [mem 0xfe010000-0xfe010fff] conflicts with Reserved [mem 0xfc800000-0xfe7fffff]
[    0.457830] pci 0000:00:1f.5: BAR 0: failed to assign [mem size 0x00001000]
[    0.457833] pci 0000:00:1d.0: PCI bridge to [bus 01]
[    0.457838] pci 0000:00:1d.0:   bridge window [io  0x4000-0x4fff]
[    0.457844] pci 0000:00:1d.0:   bridge window [mem 0x50600000-0x506fffff]
[    0.457855] pci 0000:00:1d.1: PCI bridge to [bus 02]
[    0.457857] pci 0000:00:1d.1:   bridge window [io  0x3000-0x3fff]
[    0.457863] pci 0000:00:1d.1:   bridge window [mem 0x50500000-0x505fffff]
[    0.457873] pci 0000:00:1d.4: PCI bridge to [bus 03]
[    0.457878] pci 0000:00:1d.4:   bridge window [mem 0x50400000-0x504fffff]
[    0.457888] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.457890] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.457892] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.457894] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.457896] pci_bus 0000:00: resource 7 [mem 0x50400000-0xbfffffff window]
[    0.457898] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.457900] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.457901] pci_bus 0000:01: resource 1 [mem 0x50600000-0x506fffff]
[    0.457903] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.457905] pci_bus 0000:02: resource 1 [mem 0x50500000-0x505fffff]
[    0.457907] pci_bus 0000:03: resource 1 [mem 0x50400000-0x504fffff]
[    0.458216] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.460254] PCI: CLS 64 bytes, default 64
[    0.460291] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.460292] software IO TLB: mapped [mem 0x000000003e055000-0x0000000042055000] (64MB)
[    0.460323] Trying to unpack rootfs image as initramfs...
[    0.470894] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1128af0325d, max_idle_ns: 440795261011 ns
[    0.470939] clocksource: Switched to clocksource tsc
[    0.470976] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.471508] Initialise system trusted keyrings
[    0.471534] Key type blacklist registered
[    0.471598] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.472967] zbud: loaded
[    0.473310] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.473478] fuse: init (API version 7.34)
[    0.473669] integrity: Platform Keyring initialized
[    0.490619] Key type asymmetric registered
[    0.490622] Asymmetric key parser 'x509' registered
[    0.490635] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.490674] io scheduler mq-deadline registered
[    0.491596] pcieport 0000:00:1d.0: AER: enabled with IRQ 122
[    0.491659] pcieport 0000:00:1d.0: DPC: enabled with IRQ 122
[    0.491663] pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.492069] pcieport 0000:00:1d.1: AER: enabled with IRQ 123
[    0.492123] pcieport 0000:00:1d.1: DPC: enabled with IRQ 123
[    0.492126] pcieport 0000:00:1d.1: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.492511] pcieport 0000:00:1d.4: AER: enabled with IRQ 124
[    0.492570] pcieport 0000:00:1d.4: DPC: enabled with IRQ 124
[    0.492572] pcieport 0000:00:1d.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.492721] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.492787] efifb: probing for efifb
[    0.492808] efifb: showing boot graphics
[    0.493884] efifb: framebuffer at 0x4000000000, using 8100k, total 8100k
[    0.493887] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.493889] efifb: scrolling: redraw
[    0.493889] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.493993] Console: switching to colour frame buffer device 240x67
[    0.498463] fb0: EFI VGA frame buffer device
[    0.498865] Monitor-Mwait will be used to enter C-1 state
[    0.498878] Monitor-Mwait will be used to enter C-2 state
[    0.498885] Monitor-Mwait will be used to enter C-3 state
[    0.498890] ACPI: \_SB_.PR00: Found 3 idle states
[    0.499553] ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.499635] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/PNP0C0D:00/input/input0
[    0.499659] ACPI: button: Lid Switch [LID0]
[    0.499712] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.499754] ACPI: button: Power Button [PWRB]
[    0.499792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.499820] ACPI: button: Power Button [PWRF]
[    0.500436] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2901
[    0.501931] thermal LNXTHERM:00: registered as thermal_zone0
[    0.501934] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.502031] thermal LNXTHERM:01: registered as thermal_zone1
[    0.502033] ACPI: thermal: Thermal Zone [TZ02] (10 C)
[    0.502312] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.503810] ACPI: battery: Slot [BAT1] (battery present)
[    0.504996] Linux agpgart interface v0.103
[    0.678651] loop: module loaded
[    0.679096] libphy: Fixed MDIO Bus: probed
[    0.679098] tun: Universal TUN/TAP device driver, 1.6
[    0.679195] PPP generic driver version 2.4.2
[    0.679349] VFIO - User Level meta-driver version: 0.3
[    0.679468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.679474] ehci-pci: EHCI PCI platform driver
[    0.679484] ehci-platform: EHCI generic platform driver
[    0.679492] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.679494] ohci-pci: OHCI PCI platform driver
[    0.679500] ohci-platform: OHCI generic platform driver
[    0.679507] uhci_hcd: USB Universal Host Controller Interface driver
[    0.679568] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.684170] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.684177] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.684302] mousedev: PS/2 mouse device common for all mice
[    0.684469] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.685177] rtc_cmos rtc_cmos: registered as rtc0
[    0.685332] rtc_cmos rtc_cmos: setting system clock to 2025-02-17T15:02:25 UTC (1739804545)
[    0.685355] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.685362] i2c /dev entries driver
[    0.685471] device-mapper: uevent: version 1.0.3
[    0.685564] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.685582] platform eisa.0: Probing EISA bus 0
[    0.685588] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.685590] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.685591] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.685592] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.685594] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.685595] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.685596] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.685597] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.685599] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.685600] platform eisa.0: EISA: Detected 0 cards
[    0.685603] intel_pstate: Intel P-state driver initializing
[    0.685911] intel_pstate: HWP enabled
[    0.686091] ledtrig-cpu: registered to indicate activity on CPUs
[    0.686095] EFI Variables Facility v0.08 2004-May-17
[    0.695194] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.737340] intel_pmc_core INT33A1:00:  initialized
[    0.737410] drop_monitor: Initializing network drop monitor service
[    0.737531] NET: Registered protocol family 10
[    0.832798] Freeing initrd memory: 59700K
[    0.836434] Segment Routing with IPv6
[    0.836457] NET: Registered protocol family 17
[    0.836502] Key type dns_resolver registered
[    0.836729] microcode: sig=0x706e5, pf=0x80, revision=0xc6
[    0.836755] microcode: Microcode Update Driver: v2.2.
[    0.836758] IPI shorthand broadcast: enabled
[    0.836767] sched_clock: Marking stable (835635330, 1117859)->(839099618, -2346429)
[    0.836881] registered taskstats version 1
[    0.836893] Loading compiled-in X.509 certificates
[    0.837410] Loaded X.509 cert 'Build time autogenerated kernel key: f9e3e159f4e0f942d3740be74aa57f62265f858e'
[    0.837866] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.838316] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.838317] blacklist: Loading compiled-in revocation X.509 certificates
[    0.838332] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.838426] zswap: loaded using pool lzo/zbud
[    0.838564] Key type ._fscrypt registered
[    0.838566] Key type .fscrypt registered
[    0.838566] Key type fscrypt-provisioning registered
[    0.838668] Key type trusted registered
[    0.840375] Key type encrypted registered
[    0.840378] AppArmor: AppArmor sha1 policy hashing enabled
[    0.842590] integrity: Loading X.509 certificate: UEFI:db
[    0.842623] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.842624] integrity: Loading X.509 certificate: UEFI:db
[    0.842639] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.842639] integrity: Loading X.509 certificate: UEFI:db
[    0.842653] integrity: Loaded X.509 cert 'HP Inc.: HP UEFI Secure Boot DB 2017: d9c01b50cfcae89d3b05345c163aa76e5dd589e7'
[    0.849044] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.849287] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.849295] Loading compiled-in module X.509 certificates
[    0.849740] Loaded X.509 cert 'Build time autogenerated kernel key: f9e3e159f4e0f942d3740be74aa57f62265f858e'
[    0.849741] ima: Allocated hash algorithm: sha1
[    0.881356] ima: No architecture policies found
[    0.881375] evm: Initialising EVM extended attributes:
[    0.881376] evm: security.selinux
[    0.881377] evm: security.SMACK64
[    0.881378] evm: security.SMACK64EXEC
[    0.881379] evm: security.SMACK64TRANSMUTE
[    0.881379] evm: security.SMACK64MMAP
[    0.881380] evm: security.apparmor
[    0.881381] evm: security.ima
[    0.881381] evm: security.capability
[    0.881382] evm: HMAC attrs: 0x1
[    0.881791] PM:   Magic number: 13:803:32
[    0.882021] RAS: Correctable Errors collector initialized.
[    0.895702] Freeing unused decrypted memory: 2036K
[    0.896102] Freeing unused kernel image (initmem) memory: 2852K
[    0.902725] Write protecting the kernel read-only data: 30720k
[    0.903375] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.903785] Freeing unused kernel image (rodata/data gap) memory: 1800K
[    0.914930] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.914935] Run /init as init process
[    0.914936]   with arguments:
[    0.914937]     /init
[    0.914937]     splash
[    0.914938]   with environment:
[    0.914938]     HOME=/
[    0.914939]     TERM=linux
[    0.914939]     BOOT_IMAGE=/boot/vmlinuz-5.13.19-051319-generic
[    1.017217] hid: raw HID events driver (C) Jiri Kosina
[    1.017589] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.017758] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    1.017819] wmi_bus wmi_bus-PNP0C14:03: WQBJ data block query control method not found
[    1.020980] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.020988] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.021173] ahci 0000:00:17.0: version 3.0
[    1.021409] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl RAID mode
[    1.021412] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds 
[    1.022090] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
[    1.023204] scsi host0: ahci
[    1.024030] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    1.024035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.024036] usb usb1: Product: xHCI Host Controller
[    1.024038] usb usb1: Manufacturer: Linux 5.13.19-051319-generic xhci-hcd
[    1.024040] usb usb1: SerialNumber: 0000:00:14.0
[    1.024286] scsi host1: ahci
[    1.024348] ata1: SATA max UDMA/133 abar m2048@0x50713000 port 0x50713100 irq 125
[    1.024353] ata2: SATA max UDMA/133 abar m2048@0x50713000 port 0x50713180 irq 125
[    1.025117] hub 1-0:1.0: USB hub found
[    1.025136] hub 1-0:1.0: 12 ports detected
[    1.026758] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.026764] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.026767] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.026802] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.026813] r8169 0000:01:00.0: enabling device (0000 -> 0003)
[    1.026815] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    1.026818] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.026819] usb usb2: Product: xHCI Host Controller
[    1.026821] usb usb2: Manufacturer: Linux 5.13.19-051319-generic xhci-hcd
[    1.026822] usb usb2: SerialNumber: 0000:00:14.0
[    1.041490] hub 2-0:1.0: USB hub found
[    1.041760] hub 2-0:1.0: 6 ports detected
[    1.043830] usb: port power management may be unreliable
[    1.056616] nvme nvme0: pci function 0000:03:00.0
[    1.064607] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.066793] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.071344] nvme nvme0: allocated 61 MiB host memory buffer.
[    1.076922] libphy: r8169: probed
[    1.077160] r8169 0000:01:00.0 eth0: RTL8168h/8111h, 14:cb:19:cb:c6:4c, XID 541, IRQ 128
[    1.077164] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.081132] i2c i2c-0: 1/2 memory slots populated (from DMI)
[    1.083599] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.092330] r8169 0000:01:00.0 eno1: renamed from eth0
[    1.222454] nvme nvme0: 4/0/0 default/read/poll queues
[    1.224919]  nvme0n1: p1 p2 p3 p4 p5
[    1.282653] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[    1.342319] ata2: SATA link down (SStatus 4 SControl 300)
[    1.342354] ata1: SATA link down (SStatus 4 SControl 300)
[    1.436372] usb 1-1: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=49.20
[    1.436379] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.436381] usb 1-1: Product: USB Keyboard
[    1.436383] usb 1-1: Manufacturer: Logitech
[    1.570573] usb 1-2: new low-speed USB device number 3 using xhci_hcd
[    1.722691] usb 1-2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    1.722698] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.722700] usb 1-2: Product: USB Optical Mouse
[    1.722702] usb 1-2: Manufacturer: Logitech
[    1.806011] psmouse serio1: synaptics: queried max coordinates: x [..5648], y [..4826]
[    1.836676] psmouse serio1: synaptics: queried min coordinates: x [1292..], y [1026..]
[    1.836687] psmouse serio1: synaptics: Your touchpad (PNP: SYN3286 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    1.850582] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[    1.896229] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.16, id: 0x1e2b1, caps: 0xf00323/0x840300/0x2e800/0x400000, board id: 3320, fw id: 2659795
[    1.933019] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    2.009491] usb 1-5: New USB device found, idVendor=05c8, idProduct=03d2, bcdDevice= 0.05
[    2.009499] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.009502] usb 1-5: Product: HP TrueVision HD Camera
[    2.009504] usb 1-5: Manufacturer: SunplusIT Inc
[    2.138622] usb 1-10: new full-speed USB device number 5 using xhci_hcd
[    2.288436] usb 1-10: New USB device found, idVendor=0bda, idProduct=b00c, bcdDevice= 0.00
[    2.288457] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.288460] usb 1-10: Product: Bluetooth Radio
[    2.288462] usb 1-10: Manufacturer: Realtek
[    2.288464] usb 1-10: SerialNumber: 00e04c000001
[    2.306243] usbcore: registered new interface driver usbhid
[    2.306249] usbhid: USB HID core driver
[    2.311507] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C31C.0001/input/input6
[    2.371140] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-1/input0
[    2.371465] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C31C.0002/input/input7
[    2.430815] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C31C.0002/input/input8
[    2.431121] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-1/input1
[    2.431363] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C077.0003/input/input9
[    2.431719] hid-generic 0003:046D:C077.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-2/input0
[    2.499876] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    2.613094] systemd[1]: Inserted module 'autofs4'
[    2.729441] systemd[1]: systemd 249.11-0ubuntu3.12 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 -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    2.746872] systemd[1]: Detected architecture x86-64.
[    2.747745] systemd[1]: Hostname set to <tboone-work-laptop>.
[    2.855930] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[    2.870916] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[    2.922508] systemd[1]: Queued start job for default target Graphical Interface.
[    2.923469] systemd[1]: Created slice Slice /system/modprobe.
[    2.923676] systemd[1]: Created slice Slice /system/systemd-fsck.
[    2.923824] systemd[1]: Created slice User and Session Slice.
[    2.923872] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.923984] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.924035] systemd[1]: Reached target User and Group Name Lookups.
[    2.924055] systemd[1]: Reached target Slice Units.
[    2.924071] systemd[1]: Reached target Mounting snaps.
[    2.924094] systemd[1]: Reached target Local Verity Protected Volumes.
[    2.926700] systemd[1]: Listening on RPCbind Server Activation Socket.
[    2.926825] systemd[1]: Listening on Syslog Socket.
[    2.926911] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.926950] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.927070] systemd[1]: Listening on Journal Audit Socket.
[    2.927123] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.927195] systemd[1]: Listening on Journal Socket.
[    2.927284] systemd[1]: Listening on udev Control Socket.
[    2.927334] systemd[1]: Listening on udev Kernel Socket.
[    2.927792] systemd[1]: Mounting Huge Pages File System...
[    2.928253] systemd[1]: Mounting POSIX Message Queue File System...
[    2.928906] systemd[1]: Mounting Kernel Debug File System...
[    2.929591] systemd[1]: Mounting Kernel Trace File System...
[    2.930888] systemd[1]: Starting Journal Service...
[    2.930987] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[    2.931820] systemd[1]: Starting Set the console keyboard layout...
[    2.932621] systemd[1]: Starting Create List of Static Device Nodes...
[    2.933545] systemd[1]: Starting Load Kernel Module configfs...
[    2.934388] systemd[1]: Starting Load Kernel Module drm...
[    2.935274] systemd[1]: Starting Load Kernel Module efi_pstore...
[    2.936151] systemd[1]: Starting Load Kernel Module fuse...
[    2.936316] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.938016] systemd[1]: Starting Load Kernel Modules...
[    2.939174] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.939811] systemd[1]: Starting Coldplug All udev Devices...
[    2.940958] systemd[1]: Mounted Huge Pages File System.
[    2.941032] systemd[1]: Mounted POSIX Message Queue File System.
[    2.941074] systemd[1]: Mounted Kernel Debug File System.
[    2.941139] systemd[1]: Mounted Kernel Trace File System.
[    2.941364] systemd[1]: Finished Create List of Static Device Nodes.
[    2.941648] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    2.941807] systemd[1]: Finished Load Kernel Module configfs.
[    2.941991] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    2.942093] systemd[1]: Finished Load Kernel Module fuse.
[    2.942770] systemd[1]: Mounting FUSE Control File System...
[    2.943321] systemd[1]: Mounting Kernel Configuration File System...
[    2.948047] systemd[1]: Mounted Kernel Configuration File System.
[    2.949743] systemd[1]: Mounted FUSE Control File System.
[    2.951702] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.951880] systemd[1]: Finished Load Kernel Module drm.
[    2.954596] EXT4-fs (nvme0n1p5): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    2.956475] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.957817] systemd[1]: Activating swap /swapfile...
[    2.959026] systemd[1]: Starting Load/Save Random Seed...
[    2.960231] systemd[1]: Starting Create System Users...
[    2.982209] lp: driver loaded but no devices found
[    2.984537] systemd[1]: Finished Load/Save Random Seed.
[    2.984677] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    2.986769] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k SSFS
[    2.987127] systemd[1]: Activated swap /swapfile.
[    2.987195] systemd[1]: Reached target Swaps.
[    2.992416] ppdev: user-space parallel port driver
[    3.002442] systemd[1]: Finished Load Kernel Modules.
[    3.003638] systemd[1]: Finished Create System Users.
[    3.004740] systemd[1]: Starting Apply Kernel Variables...
[    3.005655] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.009357] systemd[1]: Started Journal Service.
[    3.021694] systemd-journald[390]: Received client request to flush runtime journal.
[    3.029268] pstore: Using crash dump compression: deflate
[    3.029290] pstore: Registered efi as persistent store backend
[    3.032985] loop0: detected capacity change from 0 to 8
[    3.037443] loop1: detected capacity change from 0 to 20648
[    3.037499] loop2: detected capacity change from 0 to 21976
[    3.039529] loop3: detected capacity change from 0 to 357136
[    3.042443] loop4: detected capacity change from 0 to 361592
[    3.043889] loop5: detected capacity change from 0 to 212976
[    3.044589] loop6: detected capacity change from 0 to 213384
[    3.049331] loop7: detected capacity change from 0 to 113992
[    3.098721] loop8: detected capacity change from 0 to 113384
[    3.142780] loop9: detected capacity change from 0 to 138768
[    3.216765] loop10: detected capacity change from 0 to 560488
[    3.264011] loop11: detected capacity change from 0 to 4280128
[    3.296417] input: HP Wireless hotkeys as /devices/virtual/input/input10
[    3.328818] loop12: detected capacity change from 0 to 2400
[    3.375191] loop13: detected capacity change from 0 to 1440
[    3.421404] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    3.426832] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.445550] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.445773] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.447909] loop14: detected capacity change from 0 to 3196536
[    3.487132] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[    3.487284] intel_rapl_common: Found RAPL domain package
[    3.497337] loop15: detected capacity change from 0 to 187776
[    3.501055] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[    3.501059] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.501060] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.510871] cryptd: max_cpu_qlen set to 1000
[    3.551831] AVX2 version of gcm_enc/dec engaged.
[    3.551863] AES CTR mode by8 optimization enabled
[    3.553020] loop16: detected capacity change from 0 to 91008
[    3.558627] Bluetooth: Core ver 2.22
[    3.558651] NET: Registered protocol family 31
[    3.558652] Bluetooth: HCI device and connection manager initialized
[    3.558655] Bluetooth: HCI socket layer initialized
[    3.558658] Bluetooth: L2CAP socket layer initialized
[    3.558661] Bluetooth: SCO socket layer initialized
[    3.570479] mc: Linux media interface: v0.10
[    3.600982] checking generic (4000000000 7e9000) vs hw (6000000000 1000000)
[    3.600986] checking generic (4000000000 7e9000) vs hw (4000000000 10000000)
[    3.600987] fb0: switching to inteldrmfb from EFI VGA
[    3.603161] Console: switching to colour dummy device 80x25
[    3.603214] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.610414] loop17: detected capacity change from 0 to 528368
[    3.612477] videodev: Linux video capture interface: v2.00
[    3.621068] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.628879] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9)
[    3.636749] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.641050] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.641605] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[    3.643782] fbcon: i915drmfb (fb0) is primary device
[    3.644391] rtw_8822ce 0000:02:00.0: enabling device (0000 -> 0003)
[    3.647362] usbcore: registered new interface driver btusb
[    3.649380] rtw_8822ce 0000:02:00.0: Firmware version 9.9.11, H2C version 15
[    3.651895] Console: switching to colour frame buffer device 240x67
[    3.651998] rtw_8822ce 0000:02:00.0: Firmware version 9.9.4, H2C version 15
[    3.652331] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[    3.653319] Bluetooth: hci0: RTL: rom_version status=0 version=3
[    3.653322] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[    3.656757] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[    3.657089] loop18: detected capacity change from 0 to 1034424
[    3.657560] Bluetooth: hci0: RTL: cfg_sz 6, total sz 35086
[    3.675281] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.707146] loop19: detected capacity change from 0 to 24984
[    3.712427] usb 1-5: Found UVC 1.00 device HP TrueVision HD Camera (05c8:03d2)
[    3.735860] input: HP TrueVision HD Camera: HP Tru as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input13
[    3.735927] usbcore: registered new interface driver uvcvideo
[    3.739234] intel_tcc_cooling: Programmable TCC Offset detected
[    3.754718] loop20: detected capacity change from 0 to 447264
[    3.771674] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    3.774380] intel_rapl_common: Found RAPL domain package
[    3.774389] intel_rapl_common: Found RAPL domain core
[    3.774390] intel_rapl_common: Found RAPL domain uncore
[    3.802879] loop21: detected capacity change from 0 to 130448
[    3.823917] rtw_8822ce 0000:02:00.0 wlo1: renamed from wlan0
[    3.845276] loop22: detected capacity change from 0 to 90720
[    3.846340] Bluetooth: hci0: RTL: fw version 0x19b76d7d
[    3.867975] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    3.868020] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    3.868239] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.883097] loop23: detected capacity change from 0 to 1456
[    3.902921] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC236: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    3.902927] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.902928] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    3.902930] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.902931] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.902933] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[    3.902934] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    3.934878] loop24: detected capacity change from 0 to 225744
[    3.934899] input: HP WMI hotkeys as /devices/virtual/input/input11
[    3.964017] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    3.964084] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    3.964139] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    3.964188] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    3.964235] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    3.964294] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    3.964351] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    3.964400] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    3.964451] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    3.983111] loop25: detected capacity change from 0 to 151288
[    4.026743] loop26: detected capacity change from 0 to 131016
[    4.066742] loop27: detected capacity change from 0 to 135624
[    4.098792] loop28: detected capacity change from 0 to 166424
[    4.134968] loop29: detected capacity change from 0 to 135512
[    4.194719] loop30: detected capacity change from 0 to 897608
[    4.254759] loop31: detected capacity change from 0 to 249416
[    4.306806] loop32: detected capacity change from 0 to 151328
[    4.338741] loop33: detected capacity change from 0 to 249424
[    4.395120] loop34: detected capacity change from 0 to 1056784
[    4.463054] loop35: detected capacity change from 0 to 716176
[    4.503092] loop36: detected capacity change from 0 to 26472
[    4.579087] loop37: detected capacity change from 0 to 907728
[    4.627053] loop38: detected capacity change from 0 to 716168
[    4.695131] loop39: detected capacity change from 0 to 3343640
[    4.735089] loop40: detected capacity change from 0 to 447264
[    4.775024] loop41: detected capacity change from 0 to 225744
[    4.843149] loop42: detected capacity change from 0 to 4262376
[    4.903170] loop43: detected capacity change from 0 to 2416
[    4.923675] hp_wmi: query 0x4c returned error 0x6
[    4.959178] loop44: detected capacity change from 0 to 138776
[    5.003010] audit: type=1400 audit(1739804549.815:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1579 comm="apparmor_parser"
[    5.003307] audit: type=1400 audit(1739804549.815:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1580 comm="apparmor_parser"
[    5.003311] audit: type=1400 audit(1739804549.815:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1580 comm="apparmor_parser"
[    5.005837] audit: type=1400 audit(1739804549.815:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu_pro_apt_news" pid=1582 comm="apparmor_parser"
[    5.009728] audit: type=1400 audit(1739804549.819:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1581 comm="apparmor_parser"
[    5.009734] audit: type=1400 audit(1739804549.819:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1581 comm="apparmor_parser"
[    5.009737] audit: type=1400 audit(1739804549.819:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1581 comm="apparmor_parser"
[    5.009740] audit: type=1400 audit(1739804549.819:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=1581 comm="apparmor_parser"
[    5.010380] audit: type=1400 audit(1739804549.819:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1586 comm="apparmor_parser"
[    5.042246] RPC: Registered named UNIX socket transport module.
[    5.042249] RPC: Registered udp transport module.
[    5.042250] RPC: Registered tcp transport module.
[    5.042250] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.346580] kauditd_printk_skb: 30 callbacks suppressed
[    5.346583] audit: type=1400 audit(1739804550.155:41): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.canonical-livepatch" pid=1622 comm="apparmor_parser"
[    5.348143] audit: type=1400 audit(1739804550.159:42): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/23258/usr/lib/snapd/snap-confine" pid=1620 comm="apparmor_parser"
[    5.348147] audit: type=1400 audit(1739804550.159:43): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/23258/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1620 comm="apparmor_parser"
[    5.348256] audit: type=1400 audit(1739804550.159:44): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/17200/usr/lib/snapd/snap-confine" pid=1619 comm="apparmor_parser"
[    5.348259] audit: type=1400 audit(1739804550.159:45): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/17200/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1619 comm="apparmor_parser"
[    5.349248] audit: type=1400 audit(1739804550.159:46): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1621 comm="apparmor_parser"
[    5.349252] audit: type=1400 audit(1739804550.159:47): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/23545/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1621 comm="apparmor_parser"
[    5.350531] audit: type=1400 audit(1739804550.159:48): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.core" pid=1624 comm="apparmor_parser"
[    5.352438] audit: type=1400 audit(1739804550.163:49): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.cups" pid=1625 comm="apparmor_parser"
[    5.369388] audit: type=1400 audit(1739804550.179:50): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.discord" pid=1626 comm="apparmor_parser"
[    5.920457] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.920461] Bluetooth: BNEP filters: protocol multicast
[    5.920464] Bluetooth: BNEP socket layer initialized
[    5.937788] NET: Registered protocol family 38
[    6.195744] Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
[    6.400889] r8169 0000:01:00.0 eno1: Link is Down
[    7.344860] rtw_8822ce 0000:02:00.0: start vif 80:d2:1d:c3:51:fd on port 0
[    7.895531] Bluetooth: RFCOMM TTY layer initialized
[    7.895539] Bluetooth: RFCOMM socket layer initialized
[    7.895545] Bluetooth: RFCOMM ver 1.11
[    9.379755] rfkill: input handler disabled
[   11.597819] wlo1: authenticate with 80:cc:9c:13:26:6e
[   12.089159] wlo1: send auth to 80:cc:9c:13:26:6e (try 1/3)
[   12.094618] wlo1: authenticated
[   12.102719] wlo1: associate with 80:cc:9c:13:26:6e (try 1/3)
[   12.112096] wlo1: RX AssocResp from 80:cc:9c:13:26:6e (capab=0x1411 status=0 aid=51)
[   12.112122] rtw_8822ce 0000:02:00.0: sta 80:cc:9c:13:26:6e joined with macid 0
[   12.112350] wlo1: associated
[   12.182733] wlo1: Limiting TX power to 30 (30 - 0) dBm as advertised by 80:cc:9c:13:26:6e
[   12.214701] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[   12.504764] kauditd_printk_skb: 94 callbacks suppressed
[   12.504768] audit: type=1400 audit(1739804557.315:145): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=2843 comm="cups-browsed" capability=23  capname="sys_nice"
[   12.848105] audit: type=1400 audit(1739804557.659:146): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2769 comm="snap-confine" capability=12  capname="net_admin"
[   12.848111] audit: type=1400 audit(1739804557.659:147): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2769 comm="snap-confine" capability=38  capname="perfmon"
[   12.850266] audit: type=1400 audit(1739804557.659:148): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1854 comm="snap-confine" capability=12  capname="net_admin"
[   12.850277] audit: type=1400 audit(1739804557.659:149): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1854 comm="snap-confine" capability=38  capname="perfmon"
[   12.851538] audit: type=1400 audit(1739804557.663:150): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1856 comm="snap-confine" capability=12  capname="net_admin"
[   12.851544] audit: type=1400 audit(1739804557.663:151): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1856 comm="snap-confine" capability=38  capname="perfmon"
[   12.864854] audit: type=1400 audit(1739804557.675:152): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2769 comm="snap-confine" capability=4  capname="fsetid"
[   14.665038] audit: type=1400 audit(1739804559.475:153): apparmor="DENIED" operation="open" profile="snap-update-ns.canonical-livepatch" name="/usr/local/" pid=2921 comm="5" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   14.665203] audit: type=1400 audit(1739804559.475:154): apparmor="DENIED" operation="sendmsg" profile="snap-update-ns.canonical-livepatch" pid=2921 comm="5" family="unix" sock_type="stream" protocol=0 requested_mask="send" denied_mask="send"
[   16.394704] loop45: detected capacity change from 0 to 8
[   18.965029] kauditd_printk_skb: 3 callbacks suppressed
[   18.965032] audit: type=1326 audit(1739804563.775:158): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==snap.cups.cupsd (enforce) pid=3125 comm="cupsd" exe="/snap/cups/1067/sbin/cupsd" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f63ee62da9b code=0x50000
[   19.954616] audit: type=1326 audit(1739804564.767:159): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==snap.cups.cupsd (enforce) pid=3126 comm="cups-proxyd" exe="/snap/cups/1067/sbin/cups-proxyd" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fa23e13688d code=0x50000
[   20.531235] audit: type=1326 audit(1739804565.343:160): auid=4294967295 uid=0 gid=0 ses=4294967295 subj==snap.cups.cupsd (enforce) pid=3125 comm="cupsd" exe="/snap/cups/1067/sbin/cupsd" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f63ee62da9b code=0x50000
[   22.832230] audit: type=1400 audit(1739804567.643:161): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/appstream.conf" pid=2769 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   31.876366] audit: type=1326 audit(1739804576.687:162): auid=1000 uid=1000 gid=1000 ses=2 subj==snap.snap-store.ubuntu-software (enforce) pid=2769 comm="pool-org.gnome." exe="/snap/snap-store/1216/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fa330e2ca9b code=0x50000
[   74.998316] audit: type=1400 audit(1739804618.128:163): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=4907 comm="snap-confine" capability=12  capname="net_admin"
[   74.998324] audit: type=1400 audit(1739804618.128:164): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=4907 comm="snap-confine" capability=38  capname="perfmon"
[   89.013557] audit: type=1400 audit(1739804632.130:165): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=5085 comm="snap-confine" capability=4  capname="fsetid"
[   89.085216] audit: type=1400 audit(1739804632.198:166): apparmor="DENIED" operation="open" profile="snap-update-ns.firefox" name="/usr/local/share/" pid=5111 comm="5" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   89.085262] audit: type=1400 audit(1739804632.198:167): apparmor="DENIED" operation="sendmsg" profile="snap-update-ns.firefox" pid=5111 comm="5" family="unix" sock_type="stream" protocol=0 requested_mask="send" denied_mask="send"
[   89.089481] audit: type=1400 audit(1739804632.202:168): apparmor="DENIED" operation="sendmsg" profile="snap-update-ns.firefox" pid=5111 comm="5" family="unix" sock_type="stream" protocol=0 requested_mask="send" denied_mask="send"
[   89.090208] audit: type=1400 audit(1739804632.206:169): apparmor="DENIED" operation="sendmsg" profile="snap-update-ns.firefox" pid=5111 comm="5" family="unix" sock_type="stream" protocol=0 requested_mask="send" denied_mask="send"
[   89.091250] audit: type=1400 audit(1739804632.206:170): apparmor="DENIED" operation="sendmsg" profile="snap-update-ns.firefox" pid=5111 comm="5" family="unix" sock_type="stream" protocol=0 requested_mask="send" denied_mask="send"
[  655.152227] clocksource: timekeeping watchdog on CPU1: hpet retried 2 times before success
[ 3258.683519] clocksource: timekeeping watchdog on CPU0: hpet retried 2 times before success
[ 4370.243571] clocksource: timekeeping watchdog on CPU3: hpet retried 2 times before success
[ 4550.139874] perf: interrupt took too long (2613 > 2500), lowering kernel.perf_event_max_sample_rate to 76500
[ 9506.997961] perf: interrupt took too long (3283 > 3266), lowering kernel.perf_event_max_sample_rate to 60750
[19569.386837] clocksource: timekeeping watchdog on CPU1: hpet retried 2 times before success
[21665.429066] clocksource: timekeeping watchdog on CPU1: hpet retried 2 times before success
[23055.423571] clocksource: timekeeping watchdog on CPU1: hpet retried 2 times before success
[28028.942929] clocksource: timekeeping watchdog on CPU0: hpet retried 2 times before success
[32888.567119] clocksource: timekeeping watchdog on CPU3: hpet retried 2 times before success
[37040.706143] clocksource: timekeeping watchdog on CPU3: hpet retried 2 times before success
[37041.730262] clocksource: timekeeping watchdog on CPU1: hpet retried 2 times before success
[48195.677428] clocksource: timekeeping watchdog on CPU1: hpet retried 2 times before success
[50259.275444] audit: type=1400 audit(1739854801.886:171): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=52652 comm="cupsd" capability=12  capname="net_admin"
[50259.435372] audit: type=1400 audit(1739854802.046:172): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=52687 comm="cups-browsed" capability=23  capname="sys_nice"
[50467.042496] perf: interrupt took too long (4107 > 4103), lowering kernel.perf_event_max_sample_rate to 48500
[54069.671986] audit: type=1400 audit(1739858612.204:173): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=55546 comm="snap-confine" capability=12  capname="net_admin"
[54069.704717] audit: type=1400 audit(1739858612.236:174): apparmor="DENIED" operation="capable" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=55578 comm="snap-confine" capability=12  capname="net_admin"
[57684.800673] audit: type=1326 audit(1739862227.326:175): auid=1000 uid=1000 gid=1000 ses=2 subj==snap.snap-store.ubuntu-software (enforce) pid=2769 comm="pool-org.gnome." exe="/snap/snap-store/1216/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fa330e2ca9b code=0x50000
[65256.646517] perf: interrupt took too long (5306 > 5133), lowering kernel.perf_event_max_sample_rate to 37500
[72090.962137] audit: type=1326 audit(1739876633.327:176): auid=1000 uid=1000 gid=1000 ses=2 subj==snap.snap-store.ubuntu-software (enforce) pid=2769 comm="pool-org.gnome." exe="/snap/snap-store/1216/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fa330e2ca9b code=0x50000
[74187.937781] clocksource: timekeeping watchdog on CPU1: hpet retried 2 times before success
[74329.962398] clocksource: timekeeping watchdog on CPU1: hpet retried 2 times before success
[75626.497063] loop45: detected capacity change from 0 to 130552
[75916.978312] clocksource: timekeeping watchdog on CPU3: hpet retried 2 times before success
[76335.810605] audit: type=1326 audit(1739880878.114:177): auid=1000 uid=1000 gid=1000 ses=2 subj==snap.firefox.firefox (enforce) pid=5747 comm="firefox" exe="/snap/firefox/5701/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=310 compat=0 ip=0x7f838416b3ce code=0x50000
[76335.810622] audit: type=1400 audit(1739880878.114:178): apparmor="DENIED" operation="open" profile="snap.firefox.firefox" name="/proc/20263/mem" pid=5747 comm="firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[76335.811966] audit: type=1326 audit(1739880878.114:179): auid=1000 uid=1000 gid=1000 ses=2 subj==snap.firefox.firefox (enforce) pid=5747 comm="firefox" exe="/snap/firefox/5701/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=310 compat=0 ip=0x7f838416b3ce code=0x50000
[76335.811973] audit: type=1400 audit(1739880878.114:180): apparmor="DENIED" operation="open" profile="snap.firefox.firefox" name="/proc/20279/mem" pid=5747 comm="firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[76335.813436] audit: type=1326 audit(1739880878.118:181): auid=1000 uid=1000 gid=1000 ses=2 subj==snap.firefox.firefox (enforce) pid=5747 comm="firefox" exe="/snap/firefox/5701/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=310 compat=0 ip=0x7f838416b3ce code=0x50000
[76335.813453] audit: type=1400 audit(1739880878.118:182): apparmor="DENIED" operation="open" profile="snap.firefox.firefox" name="/proc/20280/mem" pid=5747 comm="firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[76335.814922] audit: type=1326 audit(1739880878.118:183): auid=1000 uid=1000 gid=1000 ses=2 subj==snap.firefox.firefox (enforce) pid=5747 comm="firefox" exe="/snap/firefox/5701/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=310 compat=0 ip=0x7f838416b3ce code=0x50000
[76335.814929] audit: type=1400 audit(1739880878.118:184): apparmor="DENIED" operation="open" profile="snap.firefox.firefox" name="/proc/20281/mem" pid=5747 comm="firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[76335.816045] audit: type=1326 audit(1739880878.118:185): auid=1000 uid=1000 gid=1000 ses=2 subj==snap.firefox.firefox (enforce) pid=5747 comm="firefox" exe="/snap/firefox/5701/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=310 compat=0 ip=0x7f838416b3ce code=0x50000
[76335.816060] audit: type=1400 audit(1739880878.118:186): apparmor="DENIED" operation="open" profile="snap.firefox.firefox" name="/proc/20282/mem" pid=5747 comm="firefox" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[80325.040673] clocksource: timekeeping watchdog on CPU3: hpet retried 2 times before success
[84722.933965] x86/split lock detection: #AC: CHTTPClientThre/78993 took a split_lock trap at address: 0x5684f1af
[86485.113597] kauditd_printk_skb: 1034 callbacks suppressed
[86485.113602] audit: type=1326 audit(1739891027.328:1220): auid=1000 uid=1000 gid=1000 ses=2 subj==snap.snap-store.ubuntu-software (enforce) pid=2769 comm="pool-org.gnome." exe="/snap/snap-store/1216/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fa330e2ca9b code=0x50000
[91359.628383] clocksource: timekeeping watchdog on CPU0: hpet retried 3 times before success
[92093.136460] clocksource: timekeeping watchdog on CPU3: hpet retried 2 times before success
[109227.849749] clocksource: timekeeping watchdog on CPU0: hpet retried 2 times before success
[112855.061807] usb 1-1: USB disconnect, device number 2
[112855.507507] usb 1-1: new low-speed USB device number 6 using xhci_hcd
[112855.661589] usb 1-1: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=49.20
[112855.661597] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[112855.661600] usb 1-1: Product: USB Keyboard
[112855.661602] usb 1-1: Manufacturer: Logitech
[112855.667706] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C31C.0004/input/input23
[112855.728310] hid-generic 0003:046D:C31C.0004: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-1/input0
[112855.734517] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C31C.0005/input/input24
[112855.791695] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C31C.0005/input/input25
[112855.792115] hid-generic 0003:046D:C31C.0005: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-1/input1
[112860.564663] usb 1-1: USB disconnect, device number 6
[112861.014791] usb 1-1: new low-speed USB device number 7 using xhci_hcd
[112861.169829] usb 1-1: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=49.20
[112861.169838] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[112861.169841] usb 1-1: Product: USB Keyboard
[112861.169843] usb 1-1: Manufacturer: Logitech
[112861.177144] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C31C.0006/input/input26
[112861.236119] hid-generic 0003:046D:C31C.0006: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-1/input0
[112861.242163] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C31C.0007/input/input27
[112861.303207] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C31C.0007/input/input28
[112861.303708] hid-generic 0003:046D:C31C.0007: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-1/input1
[113660.254206] atkbd serio0: Unknown key released (translated set 2, code 0xe0 on isa0060/serio0).
[113660.254217] atkbd serio0: Use 'setkeycodes e060 <keycode>' to make it known.
[113660.254363] atkbd serio0: Unknown key pressed (translated set 2, code 0x5b on isa0060/serio0).
[113660.254371] atkbd serio0: Use 'setkeycodes 5b <keycode>' to make it known.
tboone@tboone-work-laptop:~$ 

Hi @tboone0042. Please add a reply here on this forum thread to tell us which Arduino board you are using.

Please be as specific as possible, as some Arduino boards with similar names have significant differences and the forum helpers can only provide effective assistance if we are aware of which one is being used.

If you aren't sure how to describe which board you are using, you can provide the link to the online product listing you bought the board from and we'll proceed based on the information found there.

That was wise. The lsusb results tell us that the board isn't being recognized at the operating system level. So we can eliminate Arduino IDE and its helper tools as being the cause of the problem.

Although it is necessary for your user to have write permissions for the port, a lack of such permissions will not cause the symptoms you are experiencing. The port will be visible in Arduino IDE and the device visible in the lsusb output even if your user account doesn't have write permissions. The lack of write permissions will only cause uploads to fail.

Same here. My mistake was trying to run 1.8 version on the same computer hoping to decode a backtrace. Now my port is gone. Is there a document I'm missing?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.