Linux error `[DMA Write NO_PASID] Request device [3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set`
Paul Menzel
pmenzel at molgen.mpg.de
Mon Aug 17 14:45:08 PDT 2026
Dear Baolu,
Thank you for your reply, and sorry for the late response.
Am 19.03.26 um 07:06 schrieb Baolu Lu:
> On 3/18/26 20:55, Paul Menzel wrote:
>>
>> Am 18.03.26 um 07:42 schrieb Baolu Lu:
>>> On 3/16/26 22:54, Paul Menzel wrote:
>>>>>> On the Intel Kaby Lake laptop Dell XPS 13 9360, Linux logs the
>>>>>> error below:
>>>>>>
>>>>>> [17959.189315] ACPI: EC: event unblocked
>>>>>> [17959.197876] DMAR: DRHD: handling fault status reg 2
>>>>>> [17959.197882] DMAR: [DMA Write NO_PASID] Request device [3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
>>>>>> [17959.198366] DMAR: DRHD: handling fault status reg 2
>>>>>> [17959.198369] DMAR: [DMA Write NO_PASID] Request device [3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
>>>>>> [17959.198923] DMAR: DRHD: handling fault status reg 2
>>>>>> [17959.201477] nvme nvme0: 4/0/0 default/read/poll queues
>>>>>>
>>>>>> 3c:00.0 is the NVMe controller/device.
>>>>>>
>>>>>> $ lspci -nn -s 3c:00.0
>>>>>> 3c:00.0 Non-Volatile memory controller [0108]: SK hynix PC300 NVMe Solid State Drive 512GB [1c5c:1284]
>>>>>>
>>>>>> This seems to happen only *sometimes* when resuming from ACPI S3.
>>>>>>
>>>>>> To my knowledge, this is *not* a new problem. Please find the log
>>>>>> messages attached. (Ignore the other DMAR error for now.)
>>>>>
>>>>> These IOMMU DMA faults are triggered when the NVMe controller attempts
>>>>> DMA writes to system memory address 0x0. The IOMMU hardware blocked
>>>>> these accesses because the system software has not granted the device
>>>>> permission to write to this specific address. It's unlikely a bug or
>>>>> problem in the iommu driver as far as I can see.
>>>>
>>>> I am seeing the same issue on a Dell XPS 15 7590 with Intel NVMe
>>>> controller:
>>>>
>>>> $ lspci -nn -s 3d:00.0
>>>> 3d:00.0 Non-Volatile memory controller [0108]: Intel Corporation SSD DC P4101/Pro 7600p/760p/E 6100p Series [8086:f1a6] (rev 03)
>>>>
>>>> Logs from Debian’s Linux 6.19.8:
>>>
>>> Did you see this warning with the v6.18 kernel or earlier?
>>
>> Yes, I did see it with earlier Linux versions. For the Dell XPS 13
>> 9360 with SK hynix controller I found logs with Linux 6.16:
>>
>> Okt 14 08:10:02 abreu kernel: Linux version 6.16.11+deb14-amd64 (debian-kernel at lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.3.0-8) 14.3.0, GNU ld (GNU Binutils for Debian) 2.45) #1 SMP PREEMPT_DYNAMIC Debian 6.16.11-1 (2025-10-07)
>> […]
>> Okt 15 21:02:49 abreu kernel: DMAR: DRHD: handling fault status reg 2
>> Okt 15 21:02:49 abreu kernel: DMAR: [DMA Write NO_PASID] Request device [3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
>> Okt 15 21:02:49 abreu kernel: DMAR: DRHD: handling fault status reg 2
>> Okt 15 21:02:49 abreu kernel: DMAR: [DMA Write NO_PASID] Request device [3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
>> Okt 15 21:02:49 abreu kernel: DMAR: DRHD: handling fault status reg 2
>> Okt 15 21:02:49 abreu kernel: nvme nvme0: 4/0/0 default/read/poll queues
>
> The error occurs when the NVMe controller attempts to access system
> memory using IOVA 0. The iommu subsystem reserves IOVA 0 and treats it
> as an invalid address; therefore, the Linux driver is unlikely to
> program a device with IOVA 0 for DMA.
>
> An exception is reserved memory used by firmware, where the regions are
> identity-mapped by the iommu core during the probe process. There was a
> recent fix addressing an issue with identity mapping at address 0:
>
> https://lore.kernel.org/linux-iommu/20260227080638.208693-1-lkml@antheas.dev/
>
> Could you please test if this patch helps? It has already been merged
> into the iommu subsystem tree.
The patch entered Linux v7.0-rc5, and I am seeing this with Debian’s
7.2-rc7 (and before), so unfortunately it did *not* help.
The problem is, I am only able to reproduce it with the packaged Debian
Linux kernel, and not the one I build myself. Additionally the bug is
not manifesting every boot, so I also still have not a real reproducer.
Kind regards,
Paul
-------------- next part --------------
[ 0.000000] Linux version 7.2-amd64 (debian-kernel at lists.debian.org) (x86_64-linux-gnu-gcc-15 (Debian 15.3.0-2) 15.3.0, GNU ld (GNU Binutils for Debian) 2.47) #1 SMP PREEMPT_DYNAMIC Debian 7.2~rc7-1~exp1 (2026-08-11)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-7.2-amd64 root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=16M cryptomgr.notests usbcore.quirks=0cf3:e300:e,04f3:2234:e,0c45:670c:e nvme.quirks=1c5c:1284:simple_suspend
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] System RAM
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] System RAM
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000556aafff] System RAM
[ 0.000000] BIOS-e820: [mem 0x00000000556ab000-0x00000000556abfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000556ac000-0x00000000556acfff] device reserved
[ 0.000000] BIOS-e820: [mem 0x00000000556ad000-0x0000000064df3fff] System RAM
[ 0.000000] BIOS-e820: [mem 0x0000000064df4000-0x000000006517ffff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000065180000-0x00000000651c3fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000651c4000-0x000000006f871fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000006f872000-0x000000006fffefff] device reserved
[ 0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] System RAM
[ 0.000000] BIOS-e820: [mem 0x0000000070000000-0x0000000077ffffff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000078000000-0x00000000785fffff] System RAM
[ 0.000000] BIOS-e820: [mem 0x0000000078600000-0x000000007c7fffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x000000007c800000-0x00000000dfffffff]
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000f0000000-0x00000000fdffffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fe011000-0x00000000febfffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fec01000-0x00000000fedfffff]
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] device reserved
[ 0.000000] BIOS-e820: [gap 0x00000000fee01000-0x00000000feffffff]
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] device reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004817fffff] System RAM
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.4 by American Megatrends
[ 0.000000] efi: ACPI=0x6518d000 ACPI 2.0=0x6518d000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x6f812000 ESRT=0x6fc86698 MEMATTR=0x62675018 INITRD=0x5577d818 TPMEventLog=0x65185018
[ 0.000000] efi: Remove mem36: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] device reserved
[ 0.000000] efi: Not removing mem37: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem38: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem39: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem40: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] device reserved
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] DMI: SMBIOS 3.0.0 present.
[ 0.000000] DMI: Dell Inc. XPS 13 9360/0596KF, BIOS 2.21.0 06/02/2022
[ 0.000000] DMI: Memory slots populated: 2/2
[ 0.000000] tsc: Detected 2900.000 MHz processor
[ 0.000000] tsc: Detected 2899.886 MHz TSC
[ 0.000709] e820: update [mem 0x00000000-0x00000fff] System RAM ==> device reserved
[ 0.000712] e820: remove [mem 0x000a0000-0x000fffff] System RAM
[ 0.000720] last_pfn = 0x481800 max_arch_pfn = 0x400000000
[ 0.000726] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[ 0.000728] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001038] last_pfn = 0x78600 max_arch_pfn = 0x400000000
[ 0.007478] esrt: Reserving ESRT space from 0x000000006fc86698 to 0x000000006fc866d0.
[ 0.007484] Using GB pages for direct mapping
[ 0.022371] printk: log buffer data + meta data: 16777216 + 71303168 = 88080384 bytes
[ 0.022373] printk: early log buf free: 126768(96%)
[ 0.022374] RAMDISK: [mem 0x50a55000-0x51b90fff]
[ 0.022399] ACPI: Early table checksum verification disabled
[ 0.022402] ACPI: RSDP 0x000000006518D000 000024 (v02 DELL )
[ 0.022405] ACPI: XSDT 0x000000006518D0C8 00010C (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.022410] ACPI: FACP 0x00000000651B2A48 00010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.022414] ACPI: DSDT 0x000000006518D260 0257E7 (v02 DELL CBX3 01072009 INTL 20160422)
[ 0.022417] ACPI: FACS 0x000000006F86F180 000040
[ 0.022420] ACPI: APIC 0x00000000651B2B58 000084 (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.022422] ACPI: FPDT 0x00000000651B2BE0 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.022425] ACPI: FIDT 0x00000000651B2C28 0000AC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.022427] ACPI: MCFG 0x00000000651B2CD8 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.022430] ACPI: HPET 0x00000000651B2D18 000038 (v01 DELL CBX3 01072009 AMI. 0005000B)
[ 0.022432] ACPI: SSDT 0x00000000651B2D50 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.022435] ACPI: BOOT 0x00000000651B30B0 000028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.022437] ACPI: SSDT 0x00000000651B30D8 0012CF (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.022440] ACPI: HPET 0x00000000651B43A8 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F)
[ 0.022442] ACPI: SSDT 0x00000000651B43E0 000D84 (v02 INTEL xh_rvp07 00000000 INTL 20160422)
[ 0.022445] ACPI: UEFI 0x00000000651B5168 000042 (v01 00000000 00000000)
[ 0.022447] ACPI: SSDT 0x00000000651B51B0 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.022450] ACPI: LPIT 0x00000000651B6090 000094 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
[ 0.022452] ACPI: WSMT 0x00000000651B6128 000028 (v01 DELL CBX3 00000000 MSFT 0000005F)
[ 0.022455] ACPI: SSDT 0x00000000651B6150 000161 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.022457] ACPI: SSDT 0x00000000651B62B8 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.022460] ACPI: SSDT 0x00000000651B6558 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.022462] ACPI: SSDT 0x00000000651B9560 0000DB (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.022465] ACPI: DBGP 0x00000000651B9640 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.022467] ACPI: DBG2 0x00000000651B9678 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.022470] ACPI: SSDT 0x00000000651B96D0 0007DD (v02 INTEL UsbCTabl 00001000 INTL 20160422)
[ 0.022472] ACPI: SSDT 0x00000000651B9EB0 0084F1 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[ 0.022475] ACPI: SLIC 0x00000000651C23A8 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.022477] ACPI: NHLT 0x00000000651C2520 00002D (v00 INTEL EDK2 00000002 01000013)
[ 0.022480] ACPI: BGRT 0x00000000651C2550 000038 (v00 01072009 AMI 00010013)
[ 0.022482] ACPI: TPM2 0x00000000651C2588 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.022485] ACPI: ASF! 0x00000000651C25C0 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.022487] ACPI: DMAR 0x00000000651C2660 0000F0 (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.022489] ACPI: Reserving FACP table memory at [mem 0x651b2a48-0x651b2b53]
[ 0.022491] ACPI: Reserving DSDT table memory at [mem 0x6518d260-0x651b2a46]
[ 0.022492] ACPI: Reserving FACS table memory at [mem 0x6f86f180-0x6f86f1bf]
[ 0.022492] ACPI: Reserving APIC table memory at [mem 0x651b2b58-0x651b2bdb]
[ 0.022493] ACPI: Reserving FPDT table memory at [mem 0x651b2be0-0x651b2c23]
[ 0.022494] ACPI: Reserving FIDT table memory at [mem 0x651b2c28-0x651b2cd3]
[ 0.022494] ACPI: Reserving MCFG table memory at [mem 0x651b2cd8-0x651b2d13]
[ 0.022495] ACPI: Reserving HPET table memory at [mem 0x651b2d18-0x651b2d4f]
[ 0.022495] ACPI: Reserving SSDT table memory at [mem 0x651b2d50-0x651b30a8]
[ 0.022496] ACPI: Reserving BOOT table memory at [mem 0x651b30b0-0x651b30d7]
[ 0.022497] ACPI: Reserving SSDT table memory at [mem 0x651b30d8-0x651b43a6]
[ 0.022498] ACPI: Reserving HPET table memory at [mem 0x651b43a8-0x651b43df]
[ 0.022498] ACPI: Reserving SSDT table memory at [mem 0x651b43e0-0x651b5163]
[ 0.022499] ACPI: Reserving UEFI table memory at [mem 0x651b5168-0x651b51a9]
[ 0.022499] ACPI: Reserving SSDT table memory at [mem 0x651b51b0-0x651b608d]
[ 0.022500] ACPI: Reserving LPIT table memory at [mem 0x651b6090-0x651b6123]
[ 0.022501] ACPI: Reserving WSMT table memory at [mem 0x651b6128-0x651b614f]
[ 0.022501] ACPI: Reserving SSDT table memory at [mem 0x651b6150-0x651b62b0]
[ 0.022502] ACPI: Reserving SSDT table memory at [mem 0x651b62b8-0x651b6556]
[ 0.022503] ACPI: Reserving SSDT table memory at [mem 0x651b6558-0x651b9559]
[ 0.022503] ACPI: Reserving SSDT table memory at [mem 0x651b9560-0x651b963a]
[ 0.022504] ACPI: Reserving DBGP table memory at [mem 0x651b9640-0x651b9673]
[ 0.022505] ACPI: Reserving DBG2 table memory at [mem 0x651b9678-0x651b96cb]
[ 0.022505] ACPI: Reserving SSDT table memory at [mem 0x651b96d0-0x651b9eac]
[ 0.022506] ACPI: Reserving SSDT table memory at [mem 0x651b9eb0-0x651c23a0]
[ 0.022507] ACPI: Reserving SLIC table memory at [mem 0x651c23a8-0x651c251d]
[ 0.022507] ACPI: Reserving NHLT table memory at [mem 0x651c2520-0x651c254c]
[ 0.022508] ACPI: Reserving BGRT table memory at [mem 0x651c2550-0x651c2587]
[ 0.022509] ACPI: Reserving TPM2 table memory at [mem 0x651c2588-0x651c25bb]
[ 0.022509] ACPI: Reserving ASF! table memory at [mem 0x651c25c0-0x651c265f]
[ 0.022510] ACPI: Reserving DMAR table memory at [mem 0x651c2660-0x651c274f]
[ 0.022713] No NUMA configuration found
[ 0.022714] Faking a node at [mem 0x0000000000000000-0x00000004817fffff]
[ 0.022724] NODE_DATA(0) allocated [mem 0x47c3d5200-0x47c3fffff]
[ 0.022892] Reserving Intel graphics memory at [mem 0x7a800000-0x7c7fffff]
[ 0.023073] ACPI: PM-Timer IO Port: 0x1808
[ 0.023079] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.023080] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.023081] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.023081] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.023108] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.023110] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.023112] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.023115] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.023116] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.023122] e820: update [mem 0x6225f000-0x623ebfff] System RAM ==> device reserved
[ 0.023132] TSC deadline timer available
[ 0.023135] CPU topo: Max. logical packages: 1
[ 0.023136] CPU topo: Max. logical nodes: 1
[ 0.023136] CPU topo: Num. nodes per package: 1
[ 0.023138] CPU topo: Max. logical dies: 1
[ 0.023139] CPU topo: Max. dies per package: 1
[ 0.023143] CPU topo: Max. threads per core: 2
[ 0.023143] CPU topo: Num. cores per package: 2
[ 0.023144] CPU topo: Num. threads per package: 4
[ 0.023144] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[ 0.023160] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.023162] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.023163] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.023165] PM: hibernation: Registered nosave memory: [mem 0x556ab000-0x556acfff]
[ 0.023166] PM: hibernation: Registered nosave memory: [mem 0x6225f000-0x623ebfff]
[ 0.023168] PM: hibernation: Registered nosave memory: [mem 0x64df4000-0x6fffefff]
[ 0.023169] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x77ffffff]
[ 0.023171] PM: hibernation: Registered nosave memory: [mem 0x78600000-0xffffffff]
[ 0.023172] [gap 0x7c800000-0xfdffffff] available for PCI devices
[ 0.023173] Booting paravirtualized kernel on bare hardware
[ 0.023175] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.028853] Zone ranges:
[ 0.028854] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.028855] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.028857] Normal [mem 0x0000000100000000-0x00000004817fffff]
[ 0.028858] Device empty
[ 0.028859] Movable zone start for each node
[ 0.028861] Early memory node ranges
[ 0.028862] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.028863] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.028864] node 0: [mem 0x0000000000100000-0x00000000556aafff]
[ 0.028865] node 0: [mem 0x00000000556ad000-0x0000000064df3fff]
[ 0.028865] node 0: [mem 0x000000006ffff000-0x000000006fffffff]
[ 0.028866] node 0: [mem 0x0000000078000000-0x00000000785fffff]
[ 0.028867] node 0: [mem 0x0000000100000000-0x00000004817fffff]
[ 0.028869] Initmem setup node 0 [mem 0x0000000000001000-0x00000004817fffff]
[ 0.028875] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.028876] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.028904] On node 0, zone DMA: 98 pages in unavailable ranges
[ 0.031248] On node 0, zone DMA32: 2 pages in unavailable ranges
[ 0.031565] On node 0, zone DMA32: 45579 pages in unavailable ranges
[ 0.032182] On node 0, zone Normal: 31232 pages in unavailable ranges
[ 0.032363] On node 0, zone Normal: 26624 pages in unavailable ranges
[ 0.032370] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.032637] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
[ 0.032644] pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
[ 0.032646] pcpu-alloc: [0] 0 1 2 3
[ 0.032663] Kernel command line: BOOT_IMAGE=/vmlinuz-7.2-amd64 root=UUID=32e29882-d94d-4a92-9ee4-4d03002bfa29 ro quiet pci=noaer mem_sleep_default=deep log_buf_len=16M cryptomgr.notests usbcore.quirks=0cf3:e300:e,04f3:2234:e,0c45:670c:e nvme.quirks=1c5c:1284:simple_suspend
[ 0.032789] random: crng init done
[ 0.034269] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.035030] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.035098] software IO TLB: area num 4.
[ 0.047299] Fallback order for Node 0: 0
[ 0.047306] Built 1 zonelists, mobility grouping on. Total pages: 4090767
[ 0.047308] Policy zone: Normal
[ 0.047317] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.054200] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.054226] Kernel/User page tables isolation: enabled
[ 0.062684] ftrace: allocating 49236 entries in 194 pages
[ 0.062686] ftrace: allocated 194 pages with 3 groups
[ 0.063199] Dynamic Preempt: lazy
[ 0.063233] rcu: Preemptible hierarchical RCU implementation.
[ 0.063233] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.063235] Trampoline variant of Tasks RCU enabled.
[ 0.063235] Rude variant of Tasks RCU enabled.
[ 0.063236] Tracing variant of Tasks RCU enabled.
[ 0.063236] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.063237] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.063245] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.063247] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.068425] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[ 0.068636] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.068765] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.068814] Console: colour dummy device 80x25
[ 0.068816] printk: legacy console [tty0] enabled
[ 0.068863] ACPI: Core revision 20260408
[ 0.069009] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.069062] APIC: Switch to symmetric I/O mode setup
[ 0.069065] DMAR: Host address width 39
[ 0.069066] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.069071] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.069073] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.069076] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.069078] DMAR: RMRR base: 0x00000064ec2000 end: 0x00000064ee1fff
[ 0.069080] DMAR: RMRR base: 0x0000007a000000 end: 0x0000007c7fffff
[ 0.069081] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.069082] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.069083] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.069085] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.069086] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.070698] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.070699] x2apic enabled
[ 0.070756] APIC: Switched APIC routing to: cluster x2apic
[ 0.074631] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[ 0.074636] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=11599544)
[ 0.074671] CPU0: Thermal monitoring enabled (TM1)
[ 0.074707] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.074709] Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4
[ 0.074714] process: using mwait in idle threads
[ 0.074717] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 0.074721] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.074722] SRBDS: Mitigation: Microcode
[ 0.074724] Spectre V2 : Mitigation: IBRS
[ 0.074725] RETBleed: Mitigation: IBRS
[ 0.074726] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.074727] MDS: Mitigation: Clear CPU buffers
[ 0.074728] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 0.074728] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.074729] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.074731] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[ 0.074734] Spectre V2 : Enabling IBPB for BPF
[ 0.074735] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.074745] GDS: Mitigation: Microcode
[ 0.074751] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.074753] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.074754] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.074756] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.074757] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.074758] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.074760] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.074762] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.074763] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.078633] pid_max: default: 32768 minimum: 301
[ 0.078633] landlock: Up and running.
[ 0.078633] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.078633] AppArmor: AppArmor initialized
[ 0.078633] TOMOYO Linux initialized
[ 0.078633] LSM support for eBPF active
[ 0.078633] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.078633] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.078633] VFS: Finished mounting rootfs on nullfs
[ 0.078633] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[ 0.078633] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.078633] ... version: 4
[ 0.078633] ... bit width: 48
[ 0.078633] ... generic counters: 4
[ 0.078633] ... generic bitmap: 000000000000000f
[ 0.078633] ... fixed-purpose counters: 3
[ 0.078633] ... fixed-purpose bitmap: 0000000000000007
[ 0.078633] ... value mask: 0000ffffffffffff
[ 0.078633] ... max period: 00007fffffffffff
[ 0.078633] ... global_ctrl mask: 000000070000000f
[ 0.078633] signal: max sigframe size: 2032
[ 0.078633] Estimated ratio of average max frequency by base frequency (times 1024): 1235
[ 0.078633] rcu: Hierarchical SRCU implementation.
[ 0.078633] rcu: Max phase no-delay instances is 1000.
[ 0.078633] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.078633] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.078633] smp: Bringing up secondary CPUs ...
[ 0.078633] smpboot: x86: Booting SMP configuration:
[ 0.078633] .... node #0, CPUs: #1 #2 #3
[ 0.078633] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.078633] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 0.078633] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details.
[ 0.078633] smp: Brought up 1 node, 4 CPUs
[ 0.078633] smpboot: Total of 4 processors activated (23199.08 BogoMIPS)
[ 0.099726] node 0 deferred pages initialised in 20ms
[ 0.099731] Memory: 15795088K/16363068K available (18266K kernel code, 3425K rwdata, 13756K rodata, 4612K init, 5188K bss, 556188K reserved, 0K cma-reserved)
[ 0.099753] devtmpfs: initialized
[ 0.099753] x86/mm: Memory block size: 128MB
[ 0.103127] ACPI: PM: Registering ACPI NVS region [mem 0x556ab000-0x556abfff] (4096 bytes)
[ 0.103127] ACPI: PM: Registering ACPI NVS region [mem 0x651c4000-0x6f871fff] (174776320 bytes)
[ 0.104440] posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.104440] futex hash table entries: 1024 (65536 bytes on 1 NUMA nodes, total 64 KiB, linear).
[ 0.104440] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.104440] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.104440] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.104440] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.104440] audit: initializing netlink subsys (disabled)
[ 0.104440] audit: type=2000 audit(1786863786.028:1): state=initialized audit_enabled=0 res=1
[ 0.118342] thermal_sys: Registered thermal governor 'fair_share'
[ 0.118346] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.118347] thermal_sys: Registered thermal governor 'step_wise'
[ 0.118348] thermal_sys: Registered thermal governor 'user_space'
[ 0.118349] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.118364] cpuidle: using governor ladder
[ 0.118364] cpuidle: using governor menu
[ 0.118364] Simple Boot Flag at 0x47 set to 0x80
[ 0.118364] Freeing SMP alternatives memory: 48K
[ 0.121351] efi: Freeing EFI boot services memory: 44660K
[ 0.121354] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.121356] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.121447] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.121462] PCI: Using configuration type 1 for base access
[ 0.121573] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.121573] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.121573] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.121573] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.121573] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.121573] ACPI: Added _OSI(Module Device)
[ 0.121573] ACPI: Added _OSI(Processor Device)
[ 0.121573] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.151104] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.155601] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.159961] ACPI: \_SB_: platform _OSC: OS support mask [002e7eff]
[ 0.159961] ACPI: \_SB_: platform _OSC: OS control mask [0000003b]
[ 0.159961] ACPI: Dynamic OEM Table Load:
[ 0.159961] ACPI: SSDT 0xFFFF8BB601288800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 0.160319] ACPI: Dynamic OEM Table Load:
[ 0.160325] ACPI: SSDT 0xFFFF8BB6011E9800 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.163221] ACPI: Dynamic OEM Table Load:
[ 0.163226] ACPI: SSDT 0xFFFF8BB6011EB800 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.164393] ACPI: Dynamic OEM Table Load:
[ 0.164397] ACPI: SSDT 0xFFFF8BB600D2FA00 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.166908] ACPI: EC: EC started
[ 0.166910] ACPI: EC: interrupt blocked
[ 0.171631] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.171633] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 0.171635] ACPI: Interpreter enabled
[ 0.171670] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.171672] ACPI: Using IOAPIC for interrupt routing
[ 0.171706] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.171707] PCI: Using E820 reservations for host bridge windows
[ 0.172193] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.177424] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[ 0.177679] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[ 0.177924] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[ 0.178172] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[ 0.178415] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[ 0.178713] ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
[ 0.179637] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[ 0.179986] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[ 0.180169] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[ 0.180169] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[ 0.180169] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[ 0.180169] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[ 0.180169] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[ 0.180169] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[ 0.180169] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[ 0.180262] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[ 0.180508] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[ 0.181504] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[ 0.182853] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[ 0.183097] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[ 0.200876] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.200883] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.201025] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 0.201275] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[ 0.201276] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.202063] PCI host bridge to bus 0000:00
[ 0.202066] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.202069] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.202071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.202073] pci_bus 0000:00: root bus resource [mem 0x7c800000-0xdfffffff window]
[ 0.202074] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.202076] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.202092] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000 conventional PCI endpoint
[ 0.202170] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.202184] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
[ 0.202187] pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
[ 0.202189] pci 0000:00:02.0: BAR 4 [io 0xf000-0xf03f]
[ 0.202202] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.202338] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[ 0.202355] pci 0000:00:04.0: BAR 0 [mem 0xdc420000-0xdc427fff 64bit]
[ 0.202589] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.202623] pci 0000:00:14.0: BAR 0 [mem 0xdc410000-0xdc41ffff 64bit]
[ 0.202661] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.203095] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 conventional PCI endpoint
[ 0.203127] pci 0000:00:14.2: BAR 0 [mem 0xdc434000-0xdc434fff 64bit]
[ 0.203250] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 conventional PCI endpoint
[ 0.203306] pci 0000:00:15.0: BAR 0 [mem 0xdc433000-0xdc433fff 64bit]
[ 0.203611] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 conventional PCI endpoint
[ 0.203653] pci 0000:00:15.1: BAR 0 [mem 0xdc432000-0xdc432fff 64bit]
[ 0.203914] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 conventional PCI endpoint
[ 0.203945] pci 0000:00:16.0: BAR 0 [mem 0xdc431000-0xdc431fff 64bit]
[ 0.203975] pci 0000:00:16.0: PME# supported from D3hot
[ 0.204270] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 PCIe Root Port
[ 0.204287] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 0.204292] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 0.204299] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 0.204344] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.204709] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400 PCIe Root Port
[ 0.204726] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 0.204730] pci 0000:00:1c.4: bridge window [mem 0xdc000000-0xdc1fffff]
[ 0.204781] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.205134] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400 PCIe Root Port
[ 0.205153] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[ 0.205157] pci 0000:00:1c.5: bridge window [mem 0xdc300000-0xdc3fffff]
[ 0.205208] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.206635] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 PCIe Root Port
[ 0.206635] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[ 0.206635] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 0.206635] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.206635] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100 conventional PCI endpoint
[ 0.206635] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 conventional PCI endpoint
[ 0.206635] pci 0000:00:1f.2: BAR 0 [mem 0xdc42c000-0xdc42ffff]
[ 0.206635] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380 conventional PCI endpoint
[ 0.206635] pci 0000:00:1f.3: BAR 0 [mem 0xdc428000-0xdc42bfff 64bit]
[ 0.206635] pci 0000:00:1f.3: BAR 4 [mem 0xdc400000-0xdc40ffff 64bit]
[ 0.206635] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.207094] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.207228] pci 0000:00:1f.4: BAR 0 [mem 0xdc430000-0xdc4300ff 64bit]
[ 0.207238] pci 0000:00:1f.4: BAR 4 [io 0xf040-0xf05f]
[ 0.207497] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 0.207927] pci 0000:3a:00.0: [168c:003e] type 00 class 0x028000 PCIe Endpoint
[ 0.208469] pci 0000:3a:00.0: BAR 0 [mem 0xdc000000-0xdc1fffff 64bit]
[ 0.210635] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[ 0.211065] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 0.211155] pci 0000:3b:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
[ 0.211203] pci 0000:3b:00.0: BAR 1 [mem 0xdc300000-0xdc300fff]
[ 0.211287] pci 0000:3b:00.0: supports D1 D2
[ 0.211288] pci 0000:3b:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.211586] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[ 0.211675] pci 0000:3c:00.0: [1c5c:1284] type 00 class 0x010802 PCIe Endpoint
[ 0.211716] pci 0000:3c:00.0: BAR 0 [mem 0xdc200000-0xdc203fff 64bit]
[ 0.211800] pci 0000:3c:00.0: PME# supported from D0 D1 D3hot
[ 0.212108] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[ 0.216392] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.216392] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.216392] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.216392] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.216392] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 0.216392] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[ 0.216392] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 0.216392] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 0.221677] ACPI: EC: interrupt unblocked
[ 0.221679] ACPI: EC: event unblocked
[ 0.221690] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.221691] ACPI: EC: GPE=0x14
[ 0.221693] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[ 0.221695] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[ 0.221883] iommu: Default domain type: Translated
[ 0.221883] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.221883] pps_core: LinuxPPS API ver. 1 registered
[ 0.221883] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[ 0.221883] PTP clock support registered
[ 0.221883] EDAC MC: Ver: 3.0.0
[ 0.221883] efivars: Registered efivars operations
[ 0.221883] NetLabel: Initializing
[ 0.221883] NetLabel: domain hash size = 128
[ 0.221883] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.221883] NetLabel: unlabeled traffic allowed by default
[ 0.221883] PCI: Using ACPI for IRQ routing
[ 0.246013] PCI: pci_cache_line_size set to 64 bytes
[ 0.246364] e820: register RAM buffer resource [mem 0x00058000-0x0005ffff]
[ 0.246366] e820: register RAM buffer resource [mem 0x0009e000-0x0009ffff]
[ 0.246367] e820: register RAM buffer resource [mem 0x556ab000-0x57ffffff]
[ 0.246368] e820: register RAM buffer resource [mem 0x6225f000-0x63ffffff]
[ 0.246370] e820: register RAM buffer resource [mem 0x64df4000-0x67ffffff]
[ 0.246371] e820: register RAM buffer resource [mem 0x78600000-0x7bffffff]
[ 0.246372] e820: register RAM buffer resource [mem 0x481800000-0x483ffffff]
[ 0.246652] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.246652] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.246652] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.246652] vgaarb: loaded
[ 0.246746] clocksource: Switched to clocksource tsc-early
[ 0.246885] VFS: Disk quotas dquot_6.6.0
[ 0.246896] VFS: Dquot-cache hash table entries: 512 (4096 bytes)
[ 0.246951] AppArmor: AppArmor Filesystem Enabled
[ 0.246982] acpi PNP0C02:00: Skipped [io 0x002e-0x002f]
[ 0.246984] acpi PNP0C02:00: Skipped [io 0x004e-0x004f]
[ 0.246986] acpi PNP0C02:00: Skipped [io 0x0061]
[ 0.246988] acpi PNP0C02:00: Skipped [io 0x0063]
[ 0.246989] acpi PNP0C02:00: Skipped [io 0x0065]
[ 0.246990] acpi PNP0C02:00: Skipped [io 0x0067]
[ 0.246992] acpi PNP0C02:00: Skipped [io 0x0070]
[ 0.246993] acpi PNP0C02:00: Skipped [io 0x0080]
[ 0.246994] acpi PNP0C02:00: Skipped [io 0x0092]
[ 0.246996] acpi PNP0C02:00: Skipped [io 0x00b2-0x00b3]
[ 0.246997] acpi PNP0C02:00: Reserved [io 0x0680-0x069f]
[ 0.246999] acpi PNP0C02:00: Reserved [io 0xffff]
[ 0.247001] acpi PNP0C02:00: Reserved [io 0xffff]
[ 0.247002] acpi PNP0C02:00: Reserved [io 0xffff]
[ 0.247004] acpi PNP0C02:00: Could not reserve [io 0x1800-0x18fe]
[ 0.247006] acpi PNP0C02:00: Reserved [io 0x164e-0x164f]
[ 0.247123] acpi PNP0C02:02: Reserved [mem 0xfed10000-0xfed17fff]
[ 0.247126] acpi PNP0C02:02: Reserved [mem 0xfed18000-0xfed18fff]
[ 0.247127] acpi PNP0C02:02: Reserved [mem 0xfed19000-0xfed19fff]
[ 0.247129] acpi PNP0C02:02: Reserved [mem 0xe0000000-0xefffffff]
[ 0.247131] acpi PNP0C02:02: Reserved [mem 0xfed20000-0xfed3ffff]
[ 0.247133] acpi PNP0C02:02: Could not reserve [mem 0xfed90000-0xfed93fff]
[ 0.247134] acpi PNP0C02:02: Reserved [mem 0xfed45000-0xfed8ffff]
[ 0.247136] acpi PNP0C02:02: Reserved [mem 0xff000000-0xffffffff]
[ 0.247138] acpi PNP0C02:02: Could not reserve [mem 0xfee00000-0xfeefffff]
[ 0.247140] acpi PNP0C02:02: Reserved [mem 0xdffe0000-0xdfffffff]
[ 0.247152] acpi PNP0C02:03: Reserved [mem 0xfd000000-0xfdabffff]
[ 0.247154] acpi PNP0C02:03: Reserved [mem 0xfdad0000-0xfdadffff]
[ 0.247156] acpi PNP0C02:03: Reserved [mem 0xfdb00000-0xfdffffff]
[ 0.247158] acpi PNP0C02:03: Could not reserve [mem 0xfe000000-0xfe01ffff]
[ 0.247160] acpi PNP0C02:03: Reserved [mem 0xfe036000-0xfe03bfff]
[ 0.247162] acpi PNP0C02:03: Reserved [mem 0xfe03d000-0xfe3fffff]
[ 0.247164] acpi PNP0C02:03: Reserved [mem 0xfe410000-0xfe7fffff]
[ 0.247393] acpi PNP0C02:04: Reserved [io 0xff00-0xfffe]
[ 0.248162] acpi PNP0C02:05: Reserved [mem 0xfe029000-0xfe029fff]
[ 0.248165] acpi PNP0C02:05: Reserved [mem 0xfe028000-0xfe028fff]
[ 0.248177] pnp: PnP ACPI init
[ 0.252194] pnp: PnP ACPI: found 2 devices
[ 0.258433] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.258502] NET: Registered PF_INET protocol family
[ 0.258589] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.261129] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.261148] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.261187] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.261344] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.261537] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.261609] MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
[ 0.261662] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.261743] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.261750] NET: Registered PF_XDP protocol family
[ 0.261759] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01-39] add_size 1000
[ 0.261770] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]: assigned
[ 0.261774] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 0.261777] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.261781] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 0.261783] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 0.261788] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 0.261791] pci 0000:00:1c.4: bridge window [mem 0xdc000000-0xdc1fffff]
[ 0.261797] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[ 0.261800] pci 0000:00:1c.5: bridge window [mem 0xdc300000-0xdc3fffff]
[ 0.261805] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[ 0.261808] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 0.261814] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.261816] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.261817] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[ 0.261819] pci_bus 0000:00: resource 7 [mem 0x7c800000-0xdfffffff window]
[ 0.261820] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 0.261822] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.261823] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[ 0.261825] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 0.261826] pci_bus 0000:3a: resource 1 [mem 0xdc000000-0xdc1fffff]
[ 0.261828] pci_bus 0000:3b: resource 1 [mem 0xdc300000-0xdc3fffff]
[ 0.261829] pci_bus 0000:3c: resource 1 [mem 0xdc200000-0xdc2fffff]
[ 0.262495] PCI: CLS 0 bytes, default 64
[ 0.262543] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000 conventional PCI endpoint
[ 0.262681] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[ 0.262838] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[ 0.262841] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.1
[ 0.262851] DMAR: No ATSR found
[ 0.262852] DMAR: No SATC found
[ 0.262853] DMAR: dmar0: Using Queued invalidation
[ 0.262856] DMAR: dmar1: Using Queued invalidation
[ 0.262874] Trying to unpack rootfs image as initramfs...
[ 0.263365] pci 0000:00:02.0: Adding to iommu group 0
[ 0.263374] pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[ 0.263379] pci 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[ 0.263384] pci 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[ 0.263388] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[ 0.263443] pci 0000:00:00.0: Adding to iommu group 1
[ 0.263457] pci 0000:00:04.0: Adding to iommu group 2
[ 0.263476] pci 0000:00:14.0: Adding to iommu group 3
[ 0.263485] pci 0000:00:14.2: Adding to iommu group 3
[ 0.263502] pci 0000:00:15.0: Adding to iommu group 4
[ 0.263511] pci 0000:00:15.1: Adding to iommu group 4
[ 0.263528] pci 0000:00:16.0: Adding to iommu group 5
[ 0.263532] pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[ 0.263544] pci 0000:00:1c.0: Adding to iommu group 6
[ 0.263548] pci 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[ 0.263562] pci 0000:00:1c.4: Adding to iommu group 7
[ 0.263565] pci 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[ 0.263591] pci 0000:00:1c.5: Adding to iommu group 8
[ 0.263595] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[ 0.263608] pci 0000:00:1d.0: Adding to iommu group 9
[ 0.263633] pci 0000:00:1f.0: Adding to iommu group 10
[ 0.263645] pci 0000:00:1f.2: Adding to iommu group 10
[ 0.263656] pci 0000:00:1f.3: Adding to iommu group 10
[ 0.263668] pci 0000:00:1f.4: Adding to iommu group 10
[ 0.263681] pci 0000:3a:00.0: Adding to iommu group 11
[ 0.263694] pci 0000:3b:00.0: Adding to iommu group 12
[ 0.263707] pci 0000:3c:00.0: Adding to iommu group 13
[ 0.264647] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.264653] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.264654] software IO TLB: mapped [mem 0x000000005e25f000-0x000000006225f000] (64MB)
[ 0.264747] sgx: EPC section 0x70200000-0x75f7ffff
[ 0.265344] sgx: SGX disabled: SGX launch control CPU feature is not available, /dev/sgx_enclave disabled.
[ 0.266148] Initialise system trusted keyrings
[ 0.266159] Key type blacklist registered
[ 0.266240] workingset: timestamp_bits=36 (anon: 31) max_order=22 bucket_order=0 (anon: 0)
[ 0.266551] fuse: init (API version 7.45)
[ 0.266714] integrity: Platform Keyring initialized
[ 0.266718] integrity: Machine keyring initialized
[ 0.266739] Key type asymmetric registered
[ 0.266741] Asymmetric key parser 'x509' registered
[ 0.266801] alg: self-tests disabled
[ 0.266872] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.266921] io scheduler mq-deadline registered
[ 0.274100] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.274202] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[ 0.274905] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[ 0.275489] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[ 0.275992] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[ 0.283064] acpi LNXTHERM:00: registered as thermal_zone0
[ 0.283070] ACPI: thermal: Thermal Zone [THM] (25 C)
[ 0.283368] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.284095] hpet_acpi_probe: no address or irqs in _CRS
[ 0.298948] Freeing initrd memory: 17648K
[ 0.305449] tpm_tis MSFT0101:00: 2.0 TPM (vendor-id 0x1050, device-id 0xFE, rev-id 4)
[ 0.345253] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.346936] i8042: Warning: Keylock active
[ 0.349328] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.349341] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.349520] mousedev: PS/2 mouse device common for all mice
[ 0.349557] rtc_cmos PNP0B00:00: RTC can wake from S4
[ 0.350310] rtc_cmos PNP0B00:00: registered as rtc0
[ 0.350436] rtc_cmos PNP0B00:00: setting system clock to 2026-08-16T07:03:06 UTC (1786863786)
[ 0.350474] rtc_cmos PNP0B00:00: alarms up to one month, y3k, 242 bytes nvram
[ 0.350659] intel_pstate: Intel P-state driver initializing
[ 0.350897] intel_pstate: HWP enabled
[ 0.351200] efifb: probing for efifb
[ 0.351212] efifb: framebuffer at 0x90000000, using 22500k, total 22500k
[ 0.351214] efifb: mode is 3200x1800x32, linelength=12800, pages=1
[ 0.351216] efifb: scrolling: redraw
[ 0.351216] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.351300] Console: switching to colour frame buffer device 200x56
[ 0.353820] fb0: EFI VGA frame buffer device
[ 0.353915] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.354058] NET: Registered PF_INET6 protocol family
[ 0.354375] Segment Routing with IPv6
[ 0.354377] RPL Segment Routing with IPv6
[ 0.354384] In-situ OAM (IOAM) with IPv6
[ 0.354400] mip6: Mobile IPv6
[ 0.354404] NET: Registered PF_PACKET protocol family
[ 0.355071] mpls_gso: MPLS GSO support
[ 0.355366] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.355496] microcode: Current revision: 0x000000f6
[ 0.355498] microcode: Updated early from: 0x000000f0
[ 0.355630] IPI shorthand broadcast: enabled
[ 0.357681] sched_clock: Marking stable (349750344, 5868962)->(391434250, -35814944)
[ 0.357857] registered taskstats version 1
[ 0.358128] Loading compiled-in X.509 certificates
[ 0.363924] Loaded X.509 cert 'Build time autogenerated kernel key: e8fc65bcd0bfacc1d4a8d142eae3aa87b1c80632'
[ 0.366211] Demotion targets for Node 0: null
[ 0.366271] Key type .fscrypt registered
[ 0.366273] Key type fscrypt-provisioning registered
[ 0.376886] Key type encrypted registered
[ 0.376891] AppArmor: AppArmor sha256 policy hashing enabled
[ 0.376896] ima: Allocated hash algorithm: sha256
[ 0.467697] ima: No architecture policies found
[ 0.467767] evm: Initialising EVM extended attributes:
[ 0.467771] evm: security.selinux
[ 0.467776] evm: security.SMACK64 (disabled)
[ 0.467780] evm: security.SMACK64EXEC (disabled)
[ 0.467784] evm: security.SMACK64TRANSMUTE (disabled)
[ 0.467787] evm: security.SMACK64MMAP (disabled)
[ 0.467791] evm: security.apparmor
[ 0.467795] evm: security.ima
[ 0.467798] evm: security.capability
[ 0.467801] evm: HMAC attrs: 0x1
[ 0.468210] integrity: Loading X.509 certificate: UEFI:db
[ 0.468297] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[ 0.468303] integrity: Loading X.509 certificate: UEFI:db
[ 0.468374] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.468379] integrity: Loading X.509 certificate: UEFI:db
[ 0.468435] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.470947] RAS: Correctable Errors collector initialized.
[ 0.471888] clk: Disabling unused clocks
[ 0.471895] PM: genpd: Disabling unused power domains
[ 0.476593] Freeing unused decrypted memory: 2028K
[ 0.478959] Freeing unused kernel image (initmem) memory: 4612K
[ 0.479204] Write protecting the kernel read-only data: 32768k
[ 0.480140] Freeing unused kernel image (text/rodata gap) memory: 164K
[ 0.480762] Freeing unused kernel image (rodata/data gap) memory: 580K
[ 0.544595] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.544597] x86/mm: Checking user space page tables
[ 0.586262] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.586267] Run /init as init process
[ 0.586269] with arguments:
[ 0.586270] /init
[ 0.586272] with environment:
[ 0.586273] HOME=/
[ 0.586274] TERM=linux
[ 0.836626] input: Intel HID events as /devices/platform/INT33D5:00/input/input4
[ 0.836780] intel-hid INT33D5:00: platform supports 5 button array
[ 0.837296] input: Lid Switch as /devices/platform/PNP0C0D:00/input/input3
[ 0.837331] ACPI: button: Lid Switch [LID0]
[ 0.837567] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input5
[ 0.838251] input: Power Button as /devices/platform/PNP0C0C:00/input/input6
[ 0.838290] ACPI: button: Power Button [PBTN]
[ 0.838386] input: Sleep Button as /devices/platform/PNP0C0E:00/input/input7
[ 0.838422] ACPI: button: Sleep Button [SBTN]
[ 0.838581] input: Power Button as /devices/platform/LNXPWRBN:00/input/input8
[ 0.838624] ACPI: button: Power Button [PWRF]
[ 0.852820] wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQBC data block query control method not found
[ 0.856566] Key type psk registered
[ 0.862440] input: PC Speaker as /devices/platform/pcspkr/input/input9
[ 0.898253] nvme nvme0: pci function 0000:3c:00.0
[ 0.911740] nvme nvme0: passthrough uses implicit buffer lengths
[ 0.916313] nvme nvme0: 4/0/0 default/read/poll queues
[ 0.922911] nvme0n1: p1 p2 p3 p4
[ 0.936033] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492-3/input/input10
[ 0.965537] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.965571] device-mapper: uevent: version 1.0.3
[ 0.965658] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel at lists.linux.dev
[ 1.290111] tsc: Refined TSC clocksource calibration: 2904.007 MHz
[ 1.290134] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc0c50045, max_idle_ns: 440795208304 ns
[ 1.290488] clocksource: Switched to clocksource tsc
[ 29.301840] PM: Image not found (code -22)
[ 29.498475] EXT4-fs (dm-0): mounted filesystem 32e29882-d94d-4a92-9ee4-4d03002bfa29 ro with ordered data mode. Quota mode: none.
[ 29.528097] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 29.638125] systemd[1]: Inserted module 'autofs4'
[ 30.060397] systemd[1]: systemd 261.2-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +LIBARCHIVE)
[ 30.060407] systemd[1]: Detected architecture x86-64.
[ 30.066433] systemd[1]: Hostname set to <abreu>.
[ 30.172163] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 30.383291] systemd[1]: /usr/lib/systemd/system/knxd-net.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/knxnet → /run/knxnet; please update the unit file accordingly.
[ 30.396414] systemd[1]: Queued start job for default target graphical.target.
[ 30.411855] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 30.412222] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 30.412521] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Encrypted Volume Units Service Slice.
[ 30.412841] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 30.413048] systemd[1]: Created slice user.slice - User and Session Slice.
[ 30.413108] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 30.413154] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 30.413319] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 30.413356] systemd[1]: Expecting device dev-disk-by\x2ddiskseq-1\x2dpart4.device - /dev/disk/by-diskseq/1-part4...
[ 30.413365] systemd[1]: Expecting device dev-disk-by\x2duuid-2d23fd4c\x2d5d03\x2d4e1a\x2d8a42\x2d0e859d1f00d8.device - /dev/disk/by-uuid/2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8...
[ 30.413371] systemd[1]: Expecting device dev-disk-by\x2duuid-61be8f50\x2d69c5\x2d49a5\x2dbcad\x2d3f4521e9c7b5.device - /dev/disk/by-uuid/61be8f50-69c5-49a5-bcad-3f4521e9c7b5...
[ 30.413394] systemd[1]: Reached target imports.target - Image Downloads.
[ 30.413406] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 30.413426] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 30.413441] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 30.413451] systemd[1]: Reached target slices.target - Slice Units.
[ 30.413479] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 30.414537] systemd[1]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
[ 30.415658] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[ 30.416653] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 30.417858] systemd[1]: Listening on systemd-factory-reset.socket - Factory Reset Management.
[ 30.417936] systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket.
[ 30.418030] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 30.418119] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ 30.419765] systemd[1]: Listening on systemd-mute-console.socket - Console Output Muting Service Socket.
[ 30.419896] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[ 30.420528] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-os
[ 30.420542] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
[ 30.420620] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 30.420678] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 30.420744] systemd[1]: Listening on systemd-udevd-varlink.socket - udev Varlink Socket.
[ 30.420815] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[ 30.421999] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 30.422889] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 30.423653] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 30.425499] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 30.428225] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 30.433403] systemd[1]: Starting modprobe at configfs.service - Load Kernel Module configfs...
[ 30.436267] systemd[1]: Starting modprobe at drm.service - Load Kernel Module drm...
[ 30.438712] systemd[1]: Starting modprobe at efi_pstore.service - Load Kernel Module efi_pstore...
[ 30.438865] systemd[1]: modprobe at fuse.service - Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
[ 30.441129] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 30.441359] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root
[ 30.441410] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
[ 30.458290] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 30.469202] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 30.469273] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-os
[ 30.469342] systemd[1]: systemd-pcrosseparator.service - TPM PCR OS Separator skipped, unmet condition check ConditionSecurity=measured-os
[ 30.475274] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 30.477547] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-os
[ 30.477621] systemd[1]: systemd-pcrnvdone.service - TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionPathExists=/etc/initrd-release
[ 30.477670] systemd[1]: systemd-pcrproduct.service - TPM NvPCR Product ID Measurement skipped, unmet condition check ConditionSecurity=measured-os
[ 30.482043] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[ 30.488525] pstore: Using crash dump compression: deflate
[ 30.488561] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 30.499242] pstore: Registered efi_pstore as persistent store backend
[ 30.513743] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 30.536921] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 30.537346] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 30.537827] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 30.538301] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 30.539535] systemd[1]: modprobe at configfs.service: Deactivated successfully.
[ 30.540368] systemd[1]: Finished modprobe at configfs.service - Load Kernel Module configfs.
[ 30.541147] systemd[1]: modprobe at efi_pstore.service: Deactivated successfully.
[ 30.541709] systemd[1]: Finished modprobe at efi_pstore.service - Load Kernel Module efi_pstore.
[ 30.542156] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 30.545139] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[ 30.554048] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 30.561374] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 30.570895] EXT4-fs (dm-0): re-mounted 32e29882-d94d-4a92-9ee4-4d03002bfa29 r/w.
[ 30.573923] systemd-journald[393]: Collecting audit messages is disabled.
[ 30.577824] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 30.585693] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
[ 30.585777] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore
[ 30.606804] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[ 30.606849] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-os
[ 30.616997] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 30.621765] ACPI: bus type drm_connector registered
[ 30.622394] i2c_dev: i2c /dev entries driver
[ 30.625631] systemd[1]: modprobe at drm.service: Deactivated successfully.
[ 30.625912] systemd[1]: Finished modprobe at drm.service - Load Kernel Module drm.
[ 30.630320] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[ 30.630526] systemd[1]: systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met.
[ 30.637463] systemd[1]: Starting systemd-journalctl.socket - Journal Log Access Socket...
[ 30.651275] systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization...
[ 30.654605] lp: driver loaded but no devices found
[ 30.654606] ppdev: user-space parallel port driver
[ 30.658281] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 30.659830] systemd[1]: Listening on systemd-journalctl.socket - Journal Log Access Socket.
[ 30.665336] Asymmetric key parser 'pkcs8' registered
[ 30.665965] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ 30.667687] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 30.669711] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 30.691112] systemd[1]: Starting systemd-userdbd.service - User Database Manager...
[ 30.701731] systemd[1]: Started systemd-journald.service - Journal Service.
[ 30.717297] systemd-journald[393]: Received client request to flush runtime journal.
[ 31.127366] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[ 31.127437] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 31.127461] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 31.127485] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 31.127513] pci 0000:01:00.0: enabling Extended Tags
[ 31.127676] pci 0000:01:00.0: supports D1 D2
[ 31.127682] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 31.127828] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 31.128906] pci 0000:01:00.0: Adding to iommu group 14
[ 31.129398] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[ 31.129458] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 31.129479] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 31.129526] pci 0000:02:00.0: enabling Extended Tags
[ 31.129688] pci 0000:02:00.0: supports D1 D2
[ 31.129695] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 31.130257] pci 0000:02:00.0: Adding to iommu group 15
[ 31.130602] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[ 31.130675] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 31.130701] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 31.130736] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 31.130779] pci 0000:02:01.0: enabling Extended Tags
[ 31.130989] pci 0000:02:01.0: supports D1 D2
[ 31.130999] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 31.131590] pci 0000:02:01.0: Adding to iommu group 16
[ 31.131944] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[ 31.132086] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 31.132117] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 31.132181] pci 0000:02:02.0: enabling Extended Tags
[ 31.132394] pci 0000:02:02.0: supports D1 D2
[ 31.132406] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 31.133009] pci 0000:02:02.0: Adding to iommu group 17
[ 31.133328] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 31.133530] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 31.133714] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 31.134073] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[ 31.134198] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[ 31.134249] pci 0000:39:00.0: enabling Extended Tags
[ 31.134490] pci 0000:39:00.0: supports D1 D2
[ 31.134501] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 31.135165] pci 0000:39:00.0: Adding to iommu group 17
[ 31.135323] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 31.135413] pci_bus 0000:02: Allocating resources
[ 31.135451] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[ 31.135468] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[ 31.135482] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[ 31.135502] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000
[ 31.135519] pci 0000:01:00.0: bridge window [io size 0x2000]: can't assign; no space
[ 31.135530] pci 0000:01:00.0: bridge window [io size 0x2000]: failed to assign
[ 31.135543] pci 0000:01:00.0: bridge window [io size 0x2000]: can't assign; no space
[ 31.135554] pci 0000:01:00.0: bridge window [io size 0x2000]: failed to assign
[ 31.135581] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 31.135595] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 31.135608] pci 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[ 31.135618] pci 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[ 31.135628] pci 0000:02:02.0: bridge window [io size 0x1000]: can't assign; no space
[ 31.135640] pci 0000:02:02.0: bridge window [io size 0x1000]: failed to assign
[ 31.135660] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 31.135671] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 31.135684] pci 0000:02:02.0: bridge window [io size 0x1000]: can't assign; no space
[ 31.135696] pci 0000:02:02.0: bridge window [io size 0x1000]: failed to assign
[ 31.135705] pci 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[ 31.135715] pci 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[ 31.135727] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 31.135744] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 31.135769] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[ 31.135784] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[ 31.135798] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 31.135820] pci 0000:02:02.0: PCI bridge to [bus 39]
[ 31.135836] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[ 31.135859] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[ 31.135874] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 31.135888] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 32.124659] ACPI: AC: AC Adapter [AC] (off-line)
[ 32.169672] ACPI: battery: Slot [BAT0] (battery present)
[ 32.187696] Adding 8387904k swap on /dev/nvme0n1p4. Priority:-1 extents:1 across:8387904k SS
[ 32.225378] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 32.226859] platform idma64.0: Adding to iommu group 18
[ 32.227038] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 32.227092] platform i2c_designware.0: Adding to iommu group 19
[ 32.235580] input: Intel Virtual Buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input22
[ 32.265971] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 32.363035] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 32.363318] platform idma64.1: Adding to iommu group 20
[ 32.363546] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 32.366704] platform i2c_designware.1: Adding to iommu group 21
[ 32.372311] ACPI: bus type USB registered
[ 32.372359] usbcore: registered new interface driver usbfs
[ 32.372377] usbcore: registered new interface driver hub
[ 32.372394] usbcore: registered new device driver usb
[ 32.420397] EXT4-fs (nvme0n1p2): mounted filesystem 2d23fd4c-5d03-4e1a-8a42-0e859d1f00d8 r/w with ordered data mode. Quota mode: none.
[ 32.448163] intel_pmc_core INT33A1:00: initialized
[ 32.493159] hid: raw HID events driver (C) Jiri Kosina
[ 32.526651] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 32.526663] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 32.527792] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 32.529356] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 32.529362] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 32.529367] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 32.529693] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.02
[ 32.529740] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 32.529743] usb usb1: Product: xHCI Host Controller
[ 32.529745] usb usb1: Manufacturer: Linux 7.2-amd64 xhci-hcd
[ 32.529747] usb usb1: SerialNumber: 0000:00:14.0
[ 32.593956] ACPI: bus type thunderbolt registered
[ 32.625100] hub 1-0:1.0: USB hub found
[ 32.625449] hub 1-0:1.0: 12 ports detected
[ 32.636454] audit: type=1400 audit(1786863818.779:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=515 comm="apparmor_parser"
[ 32.636787] audit: type=1400 audit(1786863818.779:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=513 comm="apparmor_parser"
[ 32.636940] audit: type=1400 audit(1786863818.779:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=514 comm="apparmor_parser"
[ 32.638675] audit: type=1400 audit(1786863818.783:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=516 comm="apparmor_parser"
[ 32.641729] audit: type=1400 audit(1786863818.783:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=518 comm="apparmor_parser"
[ 32.643627] audit: type=1400 audit(1786863818.787:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=521 comm="apparmor_parser"
[ 32.644219] audit: type=1400 audit(1786863818.787:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=520 comm="apparmor_parser"
[ 32.644692] audit: type=1400 audit(1786863818.787:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=519 comm="apparmor_parser"
[ 32.645974] audit: type=1400 audit(1786863818.791:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=522 comm="apparmor_parser"
[ 32.648076] audit: type=1400 audit(1786863818.791:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=523 comm="apparmor_parser"
[ 32.658027] rtsx_pci 0000:3b:00.0: enabling device (0000 -> 0002)
[ 32.688742] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.02
[ 32.688787] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 32.688791] usb usb2: Product: xHCI Host Controller
[ 32.688794] usb usb2: Manufacturer: Linux 7.2-amd64 xhci-hcd
[ 32.688796] usb usb2: SerialNumber: 0000:00:14.0
[ 32.693078] hub 2-0:1.0: USB hub found
[ 32.693101] hub 2-0:1.0: 6 ports detected
[ 32.698326] xhci_hcd 0000:39:00.0: xHCI Host Controller
[ 32.698336] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[ 32.699522] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 32.722051] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 32.722070] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 32.785375] xhci_hcd 0000:39:00.0: xHCI Host Controller
[ 32.785432] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[ 32.785476] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 32.787791] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.02
[ 32.788834] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 32.788867] usb usb3: Product: xHCI Host Controller
[ 32.788889] usb usb3: Manufacturer: Linux 7.2-amd64 xhci-hcd
[ 32.788910] usb usb3: SerialNumber: 0000:39:00.0
[ 32.799577] hub 3-0:1.0: USB hub found
[ 32.799696] hub 3-0:1.0: 2 ports detected
[ 32.834580] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.02
[ 32.834672] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 32.834679] usb usb4: Product: xHCI Host Controller
[ 32.834684] usb usb4: Manufacturer: Linux 7.2-amd64 xhci-hcd
[ 32.834689] usb usb4: SerialNumber: 0000:39:00.0
[ 32.835044] hub 4-0:1.0: USB hub found
[ 32.835068] hub 4-0:1.0: 2 ports detected
[ 32.850609] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 32.867624] intel_rapl_common: Found RAPL domain package
[ 32.867631] intel_rapl_common: Found RAPL domain dram
[ 32.872623] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 32.872629] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 32.872631] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 32.872633] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 32.872634] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 32.872636] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 32.941905] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[ 33.073926] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 33.112534] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[ 33.113076] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 33.210914] usb 3-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.e3
[ 33.212651] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 33.212658] usb 3-1: Product: USB2.0 Hub
[ 33.212661] usb 3-1: Manufacturer: VIA Labs, Inc.
[ 33.212663] usb 3-1: SerialNumber: 000000000
[ 33.236241] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[ 33.288742] ACPI: battery: new hook: Dell Primary Battery Extension
[ 33.346006] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 33.372033] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[ 33.381096] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[ 33.381103] usb 1-4: Product: Touchscreen
[ 33.381106] usb 1-4: Manufacturer: ELAN
[ 33.392574] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.e3
[ 33.393963] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 33.393981] usb 4-1: Product: USB3.0 Hub
[ 33.393991] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 33.394001] usb 4-1: SerialNumber: 000000000
[ 33.474349] hub 3-1:1.0: USB hub found
[ 33.474538] hub 3-1:1.0: 5 ports detected
[ 33.590517] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 33.590965] Loaded X.509 cert 'benh at debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 33.591247] Loaded X.509 cert 'romain.perier at gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 33.591524] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 33.591789] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 33.609998] hub 4-1:1.0: USB hub found
[ 33.612358] hub 4-1:1.0: 4 ports detected
[ 33.681360] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[ 33.825989] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[ 33.863664] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input24
[ 33.875817] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input25
[ 33.876211] hid-generic 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[ 33.886241] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 33.886249] usb 1-5: Product: Integrated_Webcam_HD
[ 33.886253] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[ 33.960794] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 33.966051] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 34.193928] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[ 34.238365] input: DLL075B:01 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input27
[ 34.239927] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DLL075B:01/0018:06CB:76AF.0001/input/input28
[ 34.242719] hid-multitouch 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[ 34.357882] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.b4
[ 34.359744] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 34.359748] usb 3-1.1: Product: USB2.0 Hub
[ 34.359751] usb 3-1.1: Manufacturer: VIA Labs, Inc.
[ 34.359753] usb 3-1.1: SerialNumber: 000000000
[ 34.360749] hub 3-1.1:1.0: USB hub found
[ 34.360946] hub 3-1.1:1.0: 4 ports detected
[ 34.454201] usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
[ 34.512027] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.b4
[ 34.514799] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 34.514803] usb 4-1.1: Product: USB3.0 Hub
[ 34.514805] usb 4-1.1: Manufacturer: VIA Labs, Inc.
[ 34.514808] usb 4-1.1: SerialNumber: 000000000
[ 34.519670] hub 4-1.1:1.0: USB hub found
[ 34.519761] hub 4-1.1:1.0: 4 ports detected
[ 34.693930] usb 4-1.4: new SuperSpeed USB device number 4 using xhci_hcd
[ 34.710421] usb 4-1.4: New USB device found, idVendor=058f, idProduct=8468, bcdDevice= 1.00
[ 34.711642] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 34.711646] usb 4-1.4: Product: Mass Storage Device
[ 34.711648] usb 4-1.4: Manufacturer: Generic
[ 34.711650] usb 4-1.4: SerialNumber: 058F84688461
[ 34.954306] i915 0000:00:02.0: [drm] Found kabylake/ult (device ID 5916) integrated display version 9.00 stepping B0
[ 34.955646] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 34.957811] Console: switching to colour dummy device 80x25
[ 34.957846] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 34.957961] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 34.962358] mc: Linux media interface: v0.10
[ 34.994482] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 35.002954] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input30
[ 35.008034] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input31
[ 35.011491] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0002/input/input32
[ 35.019836] hid-multitouch 0003:04F3:2234.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[ 35.019916] usbcore: registered new interface driver usbhid
[ 35.019919] usbhid: USB HID core driver
[ 35.033892] usb 3-1.1.3: new high-speed USB device number 4 using xhci_hcd
[ 35.048481] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io:owns=io+mem
[ 35.104167] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 35.270168] Bluetooth: Core ver 2.22
[ 35.270206] NET: Registered PF_BLUETOOTH protocol family
[ 35.270209] Bluetooth: HCI device and connection manager initialized
[ 35.270215] Bluetooth: HCI socket layer initialized
[ 35.270219] Bluetooth: L2CAP socket layer initialized
[ 35.270224] Bluetooth: SCO socket layer initialized
[ 35.280150] SCSI subsystem initialized
[ 35.307047] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic
[ 35.337964] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[ 35.338717] videodev: Linux video capture interface: v2.00
[ 35.343835] scsi host0: usb-storage 4-1.4:1.0
[ 35.344020] usbcore: registered new interface driver usb-storage
[ 35.346723] intel_rapl_common: Found RAPL domain package
[ 35.346728] intel_rapl_common: Found RAPL domain core
[ 35.346730] intel_rapl_common: Found RAPL domain uncore
[ 35.346732] intel_rapl_common: Found RAPL domain dram
[ 35.346734] intel_rapl_common: Found RAPL domain psys
[ 35.348727] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[ 35.391634] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 35.393790] ath10k_pci 0000:3a:00.0: enabling device (0000 -> 0002)
[ 35.397417] input: Video Bus as /devices/pci0000:00/acpi.video_bus.0/input/input34
[ 35.398469] ath10k_pci 0000:3a:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 35.404254] usbcore: registered new interface driver uas
[ 35.412127] i915 0000:00:02.0: [drm] Allocating fbdev: Stolen memory not preferred.
[ 35.415721] fbcon: i915drmfb (fb0) is primary device
[ 35.460548] usbcore: registered new interface driver btusb
[ 35.468710] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[ 35.468719] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[ 35.472239] Console: switching to colour frame buffer device 200x56
[ 35.490596] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 35.569253] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[ 35.682015] ath10k_pci 0000:3a:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:3a:00.0.bin (-2)
[ 35.682146] ath10k_pci 0000:3a:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:3a:00.0.bin (-2)
[ 35.682228] ath10k_pci 0000:3a:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:3a:00.0.bin (-2)
[ 35.682330] ath10k_pci 0000:3a:00.0: firmware: failed to load ath10k/cal-pci-0000:3a:00.0.bin (-2)
[ 35.682407] ath10k_pci 0000:3a:00.0: firmware: failed to load ath10k/cal-pci-0000:3a:00.0.bin (-2)
[ 35.682483] ath10k_pci 0000:3a:00.0: firmware: failed to load ath10k/cal-pci-0000:3a:00.0.bin (-2)
[ 35.696514] ath10k_pci 0000:3a:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
[ 35.696528] ath10k_pci 0000:3a:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 35.696676] ath10k_pci 0000:3a:00.0: firmware ver WLAN.RM.4.4.1-00309- api 6 features wowlan,ignore-otp,mfp crc32 0793bcf2
[ 35.731821] usbcore: registered new interface driver uvcvideo
[ 35.780106] ath10k_pci 0000:3a:00.0: board_file api 2 bmi_id N/A crc32 d2863f91
[ 35.789966] usb 4-1.1.3: new SuperSpeed USB device number 5 using xhci_hcd
[ 35.807174] usb 4-1.1.3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[ 35.807389] usb 4-1.1.3: Int endpoint with wBytesPerInterval of 8 in config 2 interface 0 altsetting 0 ep 0x83: setting to 16
[ 35.808203] usb 4-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 35.808210] usb 4-1.1.3: Product: USB 10/100/1000 LAN
[ 35.808214] usb 4-1.1.3: Manufacturer: Realtek
[ 35.808217] usb 4-1.1.3: SerialNumber: 000001
[ 35.829689] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[ 35.855665] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 35.922012] ath10k_pci 0000:3a:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 35.926568] usbcore: registered new device driver r8152-cfgselector
[ 36.004218] r8152-cfgselector 4-1.1.3: reset SuperSpeed USB device number 5 using xhci_hcd
[ 36.007292] ath: EEPROM regdomain: 0x6c
[ 36.007318] ath: EEPROM indicates we should expect a direct regpair map
[ 36.007566] ath: Country alpha2 being used: 00
[ 36.007568] ath: Regpair used: 0x6c
[ 36.084145] usbcore: registered new interface driver r8152
[ 36.130055] usbcore: registered new interface driver cdc_ether
[ 36.144160] usbcore: registered new interface driver r8153_ecm
[ 36.144181] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 36.144396] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 36.283174] snd_hda_codec_alc269 hdaudioC0D0: ALC3246: picked fixup (pin match)
[ 36.318439] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 36.318458] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 36.318467] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 36.318475] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0
[ 36.318481] snd_hda_codec_alc269 hdaudioC0D0: inputs:
[ 36.318486] snd_hda_codec_alc269 hdaudioC0D0: Internal Mic=0x12
[ 36.318493] snd_hda_codec_alc269 hdaudioC0D0: Headset Mic=0x19
[ 36.318500] snd_hda_codec_alc269 hdaudioC0D0: Headphone Mic=0x1a
[ 36.346205] PPP generic driver version 2.4.2
[ 36.355162] NET: Registered PF_PPPOX protocol family
[ 36.363179] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6
[ 36.364922] scsi 0:0:0:1: Direct-Access Generic- Micro SD/M2 1.08 PQ: 0 ANSI: 6
[ 36.410644] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 36.412374] scsi 0:0:0:1: Attached scsi generic sg1 type 0
[ 36.417575] Initializing XFRM netlink socket
[ 36.421249] l2tp_core: L2TP core driver, V2.0
[ 36.433848] l2tp_netlink: L2TP netlink interface
[ 36.441716] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 36.476340] sd 0:0:0:0: [sda] Media removed, stopped polling
[ 36.477015] sd 0:0:0:1: [sdb] Media removed, stopped polling
[ 36.490034] sd 0:0:0:1: [sdb] Attached SCSI removable disk
[ 36.490154] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 36.535300] IPsec XFRM device driver
[ 36.637859] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35
[ 36.638897] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36
[ 36.639008] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37
[ 36.639126] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input38
[ 36.639667] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input39
[ 36.669495] r8152 4-1.1.3:1.0 enx00e04ceb9e75: renamed from eth0
[ 37.645899] usb 3-1.5: new high-speed USB device number 5 using xhci_hcd
[ 37.738291] usb 3-1.5: New USB device found, idVendor=2109, idProduct=8817, bcdDevice= 0.01
[ 37.738983] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 37.738991] usb 3-1.5: Product: USB Billboard Device
[ 37.738997] usb 3-1.5: Manufacturer: VIA Labs, Inc.
[ 37.739001] usb 3-1.5: SerialNumber: 0000000000000001
[ 39.458368] r8152 4-1.1.3:1.0 enx00e04ceb9e75: carrier on
[ 40.412620] rfkill: input handler disabled
[ 47.698056] rfkill: input handler enabled
[ 50.691270] rfkill: input handler disabled
[ 653.388180] NOTICE: Automounting of tracing to debugfs is deprecated and will be removed in 2030
[ 3439.816604] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3439.816614] Bluetooth: BNEP filters: protocol multicast
[ 3439.816625] Bluetooth: BNEP socket layer initialized
[ 3439.823240] Bluetooth: MGMT ver 1.23
[ 3439.839634] NET: Registered PF_ALG protocol family
[ 3439.951323] Bluetooth: RFCOMM TTY layer initialized
[ 3439.951332] Bluetooth: RFCOMM socket layer initialized
[ 3439.951339] Bluetooth: RFCOMM ver 1.11
[ 4092.311376] usbcore: deregistering interface driver btusb
[ 4092.311638] Bluetooth: hci0: urb 0000000082843a46 failed to resubmit (2)
[ 4198.587373] btusb 1-3:1.0: probe with driver btusb failed with error -22
[ 4198.587413] btusb 1-3:1.1: probe with driver btusb failed with error -22
[ 4198.587431] usb 1-3: USB disconnect, device number 2
[ 4198.587538] usbcore: registered new interface driver btusb
[ 4198.707329] usb 1-3: new full-speed USB device number 5 using xhci_hcd
[ 4198.845043] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[ 4198.845625] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4198.848482] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 4198.962830] Bluetooth: MGMT ver 1.23
[18228.623763] rfkill: input handler enabled
[18232.146108] rfkill: input handler disabled
[18238.003551] rfkill: input handler enabled
[18240.183826] rfkill: input handler disabled
[20329.451247] rfkill: input handler enabled
[20333.377021] rfkill: input handler disabled
[20340.824701] rfkill: input handler enabled
[20343.112022] rfkill: input handler disabled
[21915.592097] PM: suspend entry (deep)
[21915.786621] Filesystems sync: 0.194 seconds
[21915.801474] Freezing user space processes
[21915.804128] Freezing user space processes completed (elapsed 0.002 seconds)
[21915.804145] OOM killer disabled.
[21915.804151] Freezing remaining freezable tasks
[21915.805982] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[21915.806135] printk: Suspending console(s) (use no_console_suspend to debug)
[21915.848041] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[21916.298839] ACPI: EC: interrupt blocked
[21916.322024] ACPI: PM: Preparing to enter system sleep state S3
[21916.331166] ACPI: EC: event blocked
[21916.331172] ACPI: EC: EC stopped
[21916.331175] ACPI: PM: Saving platform NVS memory
[21916.334495] Disabling non-boot CPUs ...
[21916.338169] smpboot: CPU 3 is now offline
[21916.344632] smpboot: CPU 2 is now offline
[21916.349516] smpboot: CPU 1 is now offline
[21916.358406] ACPI: PM: Low-level resume complete
[21916.358450] ACPI: EC: EC started
[21916.358451] ACPI: PM: Restoring platform NVS memory
[21916.360617] Enabling non-boot CPUs ...
[21916.360644] smpboot: Booting Node 0 Processor 1 APIC 0x2
[21916.361404] CPU1 is up
[21916.361422] smpboot: Booting Node 0 Processor 2 APIC 0x1
[21916.362259] CPU2 is up
[21916.362278] smpboot: Booting Node 0 Processor 3 APIC 0x3
[21916.363029] CPU3 is up
[21916.365913] ACPI: PM: Waking up from system sleep state S3
[21916.672715] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[21916.672733] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[21916.672736] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[21916.672740] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[21916.672823] ACPI: EC: interrupt unblocked
[21916.672974] pcieport 0000:01:00.0: Unable to change power state from unknown to D0, device inaccessible
[21916.678902] pcieport 0000:02:00.0: Unable to change power state from D3hot to D0, device inaccessible
[21916.678905] pcieport 0000:02:01.0: Unable to change power state from unknown to D0, device inaccessible
[21916.678907] pcieport 0000:02:02.0: Unable to change power state from unknown to D0, device inaccessible
[21916.682630] xhci_hcd 0000:39:00.0: Unable to change power state from D3hot to D0, device inaccessible
[21916.749034] ACPI: EC: event unblocked
[21916.749842] xhci_hcd 0000:39:00.0: Unable to change power state from D3cold to D0, device inaccessible
[21916.749897] xhci_hcd 0000:39:00.0: Controller not ready at resume -19
[21916.749901] xhci_hcd 0000:39:00.0: PCI post-resume error -19!
[21916.749904] xhci_hcd 0000:39:00.0: HC died; cleaning up
[21916.749923] xhci_hcd 0000:39:00.0: PM: dpm_run_callback(): pci_pm_resume returns -19
[21916.749934] xhci_hcd 0000:39:00.0: PM: failed to resume async: error -19
[21916.750236] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[21916.759412] nvme nvme0: 4/0/0 default/read/poll queues
[21916.864161] xhci_hcd 0000:39:00.0: remove, state 4
[21916.864168] usb usb4: USB disconnect, device number 1
[21916.864171] usb 4-1: USB disconnect, device number 2
[21916.864173] usb 4-1.1: USB disconnect, device number 3
[21916.864176] r8152-cfgselector 4-1.1.3: USB disconnect, device number 5
[21916.864232] OOM killer enabled.
[21916.864234] Restarting tasks: Starting
[21916.864265] usb 3-1: USB disconnect, device number 2
[21916.864269] usb 3-1.1: USB disconnect, device number 3
[21916.865503] usb 1-3: USB disconnect, device number 5
[21916.867214] Restarting tasks: Done
[21916.867227] efivarfs: resyncing variable state
[21916.881880] usb 3-1.5: USB disconnect, device number 5
[21916.899068] efivarfs: finished resyncing variable state
[21916.899096] random: crng reseeded on system resumption
[21916.923340] usb 4-1.4: USB disconnect, device number 4
[21917.009894] PM: suspend exit
[21917.011222] usb 1-3: new full-speed USB device number 6 using xhci_hcd
[21917.098773] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[21917.098793] xhci_hcd 0000:39:00.0: remove, state 4
[21917.098798] usb usb3: USB disconnect, device number 1
[21917.099252] xhci_hcd 0000:39:00.0: Host halt failed, -19
[21917.099257] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[21917.099608] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[21917.102537] pcieport 0000:02:00.0: Unable to change power state from D3cold to D0, device inaccessible
[21917.108462] pci_bus 0000:03: busn_res: [bus 03] is released
[21917.133718] warning: `atop' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[21917.147790] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[21917.148505] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[21917.211626] pci_bus 0000:04: busn_res: [bus 04-38] is released
[21917.279146] pci_bus 0000:39: busn_res: [bus 39] is released
[21917.285697] pci_bus 0000:02: busn_res: [bus 02-39] is released
[21917.293374] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[21917.293380] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[21917.296340] usb 1-4: USB disconnect, device number 3
[21917.405463] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[21917.590582] usb 1-4: new full-speed USB device number 7 using xhci_hcd
[21917.647949] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[21917.672431] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[21917.727839] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[21917.729041] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[21917.729055] usb 1-4: Product: Touchscreen
[21917.729062] usb 1-4: Manufacturer: ELAN
[21917.743668] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0003/input/input41
[21917.744050] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0003/input/input42
[21917.744263] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0003/input/input43
[21917.744667] hid-multitouch 0003:04F3:2234.0003: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[21917.745034] usb 1-5: USB disconnect, device number 4
[21917.866424] usb 1-5: new high-speed USB device number 8 using xhci_hcd
[21917.987924] Bluetooth: MGMT ver 1.23
[21918.005092] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[21918.062848] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[21918.062857] usb 1-5: Product: Integrated_Webcam_HD
[21918.062861] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[21918.071765] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[21925.108794] usbcore: deregistering interface driver btusb
[26930.257800] ath: EEPROM regdomain: 0x8114
[26930.257809] ath: EEPROM indicates we should expect a country code
[26930.257815] ath: doing EEPROM country->regdmn map search
[26930.257820] ath: country maps to regdmn code: 0x37
[26930.257825] ath: Country alpha2 being used: DE
[26930.257830] ath: Regpair used: 0x37
[26930.257836] ath: regdomain 0x8114 dynamically updated by country element
[27261.658726] ath: EEPROM regdomain: 0x8114
[27261.658737] ath: EEPROM indicates we should expect a country code
[27261.658744] ath: doing EEPROM country->regdmn map search
[27261.658750] ath: country maps to regdmn code: 0x37
[27261.658757] ath: Country alpha2 being used: DE
[27261.658764] ath: Regpair used: 0x37
[27261.658770] ath: regdomain 0x8114 dynamically updated by country element
[27271.952196] ath: EEPROM regdomain: 0x8114
[27271.952212] ath: EEPROM indicates we should expect a country code
[27271.952219] ath: doing EEPROM country->regdmn map search
[27271.952225] ath: country maps to regdmn code: 0x37
[27271.952233] ath: Country alpha2 being used: DE
[27271.952239] ath: Regpair used: 0x37
[27271.952246] ath: regdomain 0x8114 dynamically updated by country element
[27522.982006] ath: EEPROM regdomain: 0x8114
[27522.982025] ath: EEPROM indicates we should expect a country code
[27522.982035] ath: doing EEPROM country->regdmn map search
[27522.982042] ath: country maps to regdmn code: 0x37
[27522.982056] ath: Country alpha2 being used: DE
[27522.982064] ath: Regpair used: 0x37
[27522.982072] ath: regdomain 0x8114 dynamically updated by country element
[27577.477481] PM: suspend entry (deep)
[27577.535216] Filesystems sync: 0.057 seconds
[27577.538978] Freezing user space processes
[27577.540642] Freezing user space processes completed (elapsed 0.001 seconds)
[27577.540647] OOM killer disabled.
[27577.540649] Freezing remaining freezable tasks
[27577.542059] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[27577.542121] printk: Suspending console(s) (use no_console_suspend to debug)
[27577.592162] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[27578.045970] ACPI: EC: interrupt blocked
[27578.068593] ACPI: PM: Preparing to enter system sleep state S3
[27578.075593] ACPI: EC: event blocked
[27578.075599] ACPI: EC: EC stopped
[27578.075602] ACPI: PM: Saving platform NVS memory
[27578.078961] Disabling non-boot CPUs ...
[27578.082332] smpboot: CPU 3 is now offline
[27578.088681] smpboot: CPU 2 is now offline
[27578.093226] smpboot: CPU 1 is now offline
[27578.102516] ACPI: PM: Low-level resume complete
[27578.102560] ACPI: EC: EC started
[27578.102561] ACPI: PM: Restoring platform NVS memory
[27578.104700] Enabling non-boot CPUs ...
[27578.104733] smpboot: Booting Node 0 Processor 1 APIC 0x2
[27578.105652] CPU1 is up
[27578.105670] smpboot: Booting Node 0 Processor 2 APIC 0x1
[27578.106489] CPU2 is up
[27578.106506] smpboot: Booting Node 0 Processor 3 APIC 0x3
[27578.107229] CPU3 is up
[27578.110210] ACPI: PM: Waking up from system sleep state S3
[27578.140238] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[27578.140274] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[27578.140277] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[27578.140282] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[27578.140328] ACPI: EC: interrupt unblocked
[27578.168471] DMAR: DRHD: handling fault status reg 2
[27578.168478] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[27578.170147] ACPI: EC: event unblocked
[27578.172504] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[27578.181948] nvme nvme0: 4/0/0 default/read/poll queues
[27578.408962] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[27578.576005] atkbd serio0: Spurious ACK on isa0060/serio0. Some program might be trying to access hardware directly.
[27578.587819] OOM killer enabled.
[27578.587823] Restarting tasks: Starting
[27578.588712] usb 1-3: USB disconnect, device number 6
[27578.589709] Restarting tasks: Done
[27578.589720] efivarfs: resyncing variable state
[27578.608875] efivarfs: finished resyncing variable state
[27578.609033] random: crng reseeded on system resumption
[27578.712955] usb 1-3: new full-speed USB device number 9 using xhci_hcd
[27578.726228] PM: suspend exit
[27578.857702] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[27578.858228] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[27578.875719] usb 1-4: USB disconnect, device number 7
[27579.092961] usb 1-4: new full-speed USB device number 10 using xhci_hcd
[27579.229861] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[27579.230893] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[27579.230896] usb 1-4: Product: Touchscreen
[27579.230899] usb 1-4: Manufacturer: ELAN
[27579.240441] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0004/input/input46
[27579.240631] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0004/input/input47
[27579.240712] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0004/input/input48
[27579.240894] hid-multitouch 0003:04F3:2234.0004: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[27579.241256] usb 1-5: USB disconnect, device number 8
[27579.368937] usb 1-5: new high-speed USB device number 11 using xhci_hcd
[27579.507501] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[27579.566149] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[27579.566157] usb 1-5: Product: Integrated_Webcam_HD
[27579.566160] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[27579.566022] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[27579.574761] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[27579.991703] usbcore: registered new interface driver btusb
[27579.992897] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[27579.992949] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[27580.350697] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[27580.374825] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[27580.682509] Bluetooth: MGMT ver 1.23
[27599.655869] ath: EEPROM regdomain: 0x8114
[27599.655872] ath: EEPROM indicates we should expect a country code
[27599.655874] ath: doing EEPROM country->regdmn map search
[27599.655875] ath: country maps to regdmn code: 0x37
[27599.655878] ath: Country alpha2 being used: DE
[27599.655879] ath: Regpair used: 0x37
[27599.655881] ath: regdomain 0x8114 dynamically updated by country element
[27624.960307] ath: EEPROM regdomain: 0x8114
[27624.960335] ath: EEPROM indicates we should expect a country code
[27624.960344] ath: doing EEPROM country->regdmn map search
[27624.960361] ath: country maps to regdmn code: 0x37
[27624.960370] ath: Country alpha2 being used: DE
[27624.960387] ath: Regpair used: 0x37
[27624.960394] ath: regdomain 0x8114 dynamically updated by country element
[27713.661185] ath: EEPROM regdomain: 0x8114
[27713.661197] ath: EEPROM indicates we should expect a country code
[27713.661204] ath: doing EEPROM country->regdmn map search
[27713.661210] ath: country maps to regdmn code: 0x37
[27713.661217] ath: Country alpha2 being used: DE
[27713.661225] ath: Regpair used: 0x37
[27713.661231] ath: regdomain 0x8114 dynamically updated by country element
[27726.508073] ath: EEPROM regdomain: 0x8114
[27726.508077] ath: EEPROM indicates we should expect a country code
[27726.508079] ath: doing EEPROM country->regdmn map search
[27726.508081] ath: country maps to regdmn code: 0x37
[27726.508083] ath: Country alpha2 being used: DE
[27726.508084] ath: Regpair used: 0x37
[27726.508086] ath: regdomain 0x8114 dynamically updated by country element
[27750.834866] ath: EEPROM regdomain: 0x8114
[27750.834872] ath: EEPROM indicates we should expect a country code
[27750.834874] ath: doing EEPROM country->regdmn map search
[27750.834876] ath: country maps to regdmn code: 0x37
[27750.834879] ath: Country alpha2 being used: DE
[27750.834881] ath: Regpair used: 0x37
[27750.834883] ath: regdomain 0x8114 dynamically updated by country element
[27789.975752] ath: EEPROM regdomain: 0x8114
[27789.975766] ath: EEPROM indicates we should expect a country code
[27789.975773] ath: doing EEPROM country->regdmn map search
[27789.975779] ath: country maps to regdmn code: 0x37
[27789.975786] ath: Country alpha2 being used: DE
[27789.975794] ath: Regpair used: 0x37
[27789.975802] ath: regdomain 0x8114 dynamically updated by country element
[27836.827958] ath: EEPROM regdomain: 0x8114
[27836.827971] ath: EEPROM indicates we should expect a country code
[27836.827979] ath: doing EEPROM country->regdmn map search
[27836.827985] ath: country maps to regdmn code: 0x37
[27836.827992] ath: Country alpha2 being used: DE
[27836.828000] ath: Regpair used: 0x37
[27836.828007] ath: regdomain 0x8114 dynamically updated by country element
[27871.792413] ath: EEPROM regdomain: 0x8114
[27871.792424] ath: EEPROM indicates we should expect a country code
[27871.792431] ath: doing EEPROM country->regdmn map search
[27871.792436] ath: country maps to regdmn code: 0x37
[27871.792443] ath: Country alpha2 being used: DE
[27871.792449] ath: Regpair used: 0x37
[27871.792455] ath: regdomain 0x8114 dynamically updated by country element
[27922.812200] PM: suspend entry (deep)
[27922.946560] Filesystems sync: 0.134 seconds
[27922.958463] Freezing user space processes
[27922.960719] Freezing user space processes completed (elapsed 0.002 seconds)
[27922.960735] OOM killer disabled.
[27922.960740] Freezing remaining freezable tasks
[27922.962554] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[27922.962682] printk: Suspending console(s) (use no_console_suspend to debug)
[27923.012393] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[27923.467983] ACPI: EC: interrupt blocked
[27923.490185] ACPI: PM: Preparing to enter system sleep state S3
[27923.495151] ACPI: EC: event blocked
[27923.495157] ACPI: EC: EC stopped
[27923.495159] ACPI: PM: Saving platform NVS memory
[27923.498476] Disabling non-boot CPUs ...
[27923.500781] smpboot: CPU 3 is now offline
[27923.506856] smpboot: CPU 2 is now offline
[27923.512135] smpboot: CPU 1 is now offline
[27923.519745] ACPI: PM: Low-level resume complete
[27923.519788] ACPI: EC: EC started
[27923.519789] ACPI: PM: Restoring platform NVS memory
[27923.522085] Enabling non-boot CPUs ...
[27923.522110] smpboot: Booting Node 0 Processor 1 APIC 0x2
[27923.522846] CPU1 is up
[27923.522865] smpboot: Booting Node 0 Processor 2 APIC 0x1
[27923.523678] CPU2 is up
[27923.523697] smpboot: Booting Node 0 Processor 3 APIC 0x3
[27923.524420] CPU3 is up
[27923.527359] ACPI: PM: Waking up from system sleep state S3
[27923.557883] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[27923.557903] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[27923.557904] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[27923.557993] ACPI: EC: interrupt unblocked
[27923.558157] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[27923.593010] DMAR: DRHD: handling fault status reg 2
[27923.593019] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[27923.598193] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[27923.598847] ACPI: EC: event unblocked
[27923.608448] nvme nvme0: 4/0/0 default/read/poll queues
[27923.826564] OOM killer enabled.
[27923.826567] Restarting tasks: Starting
[27923.826885] usb 1-3: USB disconnect, device number 9
[27923.827811] Restarting tasks: Done
[27923.827819] efivarfs: resyncing variable state
[27923.841803] efivarfs: finished resyncing variable state
[27923.841839] random: crng reseeded on system resumption
[27923.856692] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[27923.952656] usb 1-3: new full-speed USB device number 12 using xhci_hcd
[27924.020222] atkbd serio0: Spurious ACK on isa0060/serio0. Some program might be trying to access hardware directly.
[27924.089521] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[27924.090028] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[27924.185327] PM: suspend exit
[27924.186225] usb 1-4: USB disconnect, device number 10
[27924.187905] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[27924.187914] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[27924.512682] usb 1-4: new full-speed USB device number 13 using xhci_hcd
[27924.545753] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[27924.570420] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[27924.664070] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[27924.670758] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[27924.670766] usb 1-4: Product: Touchscreen
[27924.670770] usb 1-4: Manufacturer: ELAN
[27924.684786] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0005/input/input51
[27924.684939] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0005/input/input52
[27924.685018] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0005/input/input53
[27924.685206] hid-multitouch 0003:04F3:2234.0005: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[27924.685367] usb 1-5: USB disconnect, device number 11
[27924.812666] usb 1-5: new high-speed USB device number 14 using xhci_hcd
[27924.839810] Bluetooth: MGMT ver 1.23
[27924.951422] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[27924.981740] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[27925.010090] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[27925.010098] usb 1-5: Product: Integrated_Webcam_HD
[27925.010101] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[27925.019041] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[27933.008666] ath10k_pci 0000:3a:00.0: timed out waiting peer stats info
[27934.098306] ath: EEPROM regdomain: 0x8114
[27934.098321] ath: EEPROM indicates we should expect a country code
[27934.098329] ath: doing EEPROM country->regdmn map search
[27934.098335] ath: country maps to regdmn code: 0x37
[27934.098343] ath: Country alpha2 being used: DE
[27934.098349] ath: Regpair used: 0x37
[27934.098355] ath: regdomain 0x8114 dynamically updated by country element
[27958.413165] PM: suspend entry (deep)
[27958.500071] Filesystems sync: 0.086 seconds
[27958.520413] Freezing user space processes
[27958.522604] Freezing user space processes completed (elapsed 0.002 seconds)
[27958.522620] OOM killer disabled.
[27958.522624] Freezing remaining freezable tasks
[27958.524537] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[27958.524673] printk: Suspending console(s) (use no_console_suspend to debug)
[27958.568566] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[27959.023308] ACPI: EC: interrupt blocked
[27959.046670] ACPI: PM: Preparing to enter system sleep state S3
[27959.052586] ACPI: EC: event blocked
[27959.052592] ACPI: EC: EC stopped
[27959.052595] ACPI: PM: Saving platform NVS memory
[27959.056118] Disabling non-boot CPUs ...
[27959.058633] smpboot: CPU 3 is now offline
[27959.064617] smpboot: CPU 2 is now offline
[27959.069338] smpboot: CPU 1 is now offline
[27959.078619] ACPI: PM: Low-level resume complete
[27959.078663] ACPI: EC: EC started
[27959.078663] ACPI: PM: Restoring platform NVS memory
[27959.080805] Enabling non-boot CPUs ...
[27959.081021] smpboot: Booting Node 0 Processor 1 APIC 0x2
[27959.081757] CPU1 is up
[27959.081778] smpboot: Booting Node 0 Processor 2 APIC 0x1
[27959.082602] CPU2 is up
[27959.082621] smpboot: Booting Node 0 Processor 3 APIC 0x3
[27959.083343] CPU3 is up
[27959.086244] ACPI: PM: Waking up from system sleep state S3
[27959.114795] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[27959.114797] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[27959.114849] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[27959.114969] ACPI: EC: interrupt unblocked
[27959.115038] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[27959.128827] DMAR: DRHD: handling fault status reg 2
[27959.128831] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[27959.130014] ACPI: EC: event unblocked
[27959.132196] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[27959.140139] nvme nvme0: 4/0/0 default/read/poll queues
[27959.355207] OOM killer enabled.
[27959.355210] Restarting tasks: Starting
[27959.358008] Restarting tasks: Done
[27959.358016] efivarfs: resyncing variable state
[27959.360855] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[27959.365996] usb 1-3: USB disconnect, device number 12
[27959.387663] efivarfs: finished resyncing variable state
[27959.387707] random: crng reseeded on system resumption
[27959.488876] usb 1-3: new full-speed USB device number 15 using xhci_hcd
[27959.523741] atkbd serio0: Spurious ACK on isa0060/serio0. Some program might be trying to access hardware directly.
[27959.621605] PM: suspend exit
[27959.625687] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[27959.626186] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[27959.628272] usb 1-4: USB disconnect, device number 13
[27959.630315] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[27959.630321] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[27959.828949] usb 1-4: new full-speed USB device number 16 using xhci_hcd
[27959.966571] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[27959.967947] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[27959.967952] usb 1-4: Product: Touchscreen
[27959.967955] usb 1-4: Manufacturer: ELAN
[27959.981583] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0006/input/input56
[27959.981756] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0006/input/input57
[27959.981840] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0006/input/input58
[27959.982004] hid-multitouch 0003:04F3:2234.0006: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[27959.982367] usb 1-5: USB disconnect, device number 14
[27959.988123] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[27960.010668] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[27960.104858] usb 1-5: new high-speed USB device number 17 using xhci_hcd
[27960.251737] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[27960.309454] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[27960.309469] usb 1-5: Product: Integrated_Webcam_HD
[27960.309477] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[27960.317728] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[27960.423530] Bluetooth: MGMT ver 1.23
[27960.548535] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[27965.774822] ath: EEPROM regdomain: 0x8114
[27965.774841] ath: EEPROM indicates we should expect a country code
[27965.774851] ath: doing EEPROM country->regdmn map search
[27965.774861] ath: country maps to regdmn code: 0x37
[27965.774871] ath: Country alpha2 being used: DE
[27965.774881] ath: Regpair used: 0x37
[27965.774888] ath: regdomain 0x8114 dynamically updated by country element
[27998.436260] usbcore: deregistering interface driver btusb
[29959.140104] PM: suspend entry (deep)
[29959.367140] Filesystems sync: 0.227 seconds
[29959.379401] Freezing user space processes
[29959.382142] Freezing user space processes completed (elapsed 0.002 seconds)
[29959.382158] OOM killer disabled.
[29959.382163] Freezing remaining freezable tasks
[29959.384260] Freezing remaining freezable tasks completed (elapsed 0.002 seconds)
[29959.384436] printk: Suspending console(s) (use no_console_suspend to debug)
[29959.427598] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[29959.880497] ACPI: EC: interrupt blocked
[29959.901619] ACPI: PM: Preparing to enter system sleep state S3
[29959.907213] ACPI: EC: event blocked
[29959.907218] ACPI: EC: EC stopped
[29959.907221] ACPI: PM: Saving platform NVS memory
[29959.910725] Disabling non-boot CPUs ...
[29959.914396] smpboot: CPU 3 is now offline
[29959.921194] smpboot: CPU 2 is now offline
[29959.925763] smpboot: CPU 1 is now offline
[29959.936062] ACPI: PM: Low-level resume complete
[29959.936104] ACPI: EC: EC started
[29959.936104] ACPI: PM: Restoring platform NVS memory
[29959.938353] Enabling non-boot CPUs ...
[29959.938378] smpboot: Booting Node 0 Processor 1 APIC 0x2
[29959.939209] CPU1 is up
[29959.939228] smpboot: Booting Node 0 Processor 2 APIC 0x1
[29959.940048] CPU2 is up
[29959.940067] smpboot: Booting Node 0 Processor 3 APIC 0x3
[29959.940787] CPU3 is up
[29959.943665] ACPI: PM: Waking up from system sleep state S3
[29959.969445] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[29959.969482] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[29959.969501] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[29959.969534] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[29959.969573] ACPI: EC: interrupt unblocked
[29960.032742] DMAR: DRHD: handling fault status reg 2
[29960.032748] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[29960.034157] ACPI: EC: event unblocked
[29960.036557] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[29960.046638] nvme nvme0: 4/0/0 default/read/poll queues
[29960.281369] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[29960.296710] OOM killer enabled.
[29960.296713] Restarting tasks: Starting
[29960.301958] Restarting tasks: Done
[29960.301969] efivarfs: resyncing variable state
[29960.312893] usb 1-3: USB disconnect, device number 15
[29960.321401] efivarfs: finished resyncing variable state
[29960.321444] random: crng reseeded on system resumption
[29960.433349] usb 1-3: new full-speed USB device number 18 using xhci_hcd
[29960.570191] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[29960.571222] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[29960.583480] usb 1-4: USB disconnect, device number 16
[29960.646873] PM: suspend exit
[29960.861396] usb 1-4: new full-speed USB device number 19 using xhci_hcd
[29960.998552] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[29960.999514] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[29960.999527] usb 1-4: Product: Touchscreen
[29960.999530] usb 1-4: Manufacturer: ELAN
[29961.015670] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0007/input/input61
[29961.017422] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0007/input/input62
[29961.017809] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0007/input/input63
[29961.020731] hid-multitouch 0003:04F3:2234.0007: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[29961.020940] usb 1-5: USB disconnect, device number 17
[29961.145352] usb 1-5: new high-speed USB device number 20 using xhci_hcd
[29961.286616] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[29961.345347] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[29961.345356] usb 1-5: Product: Integrated_Webcam_HD
[29961.345359] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[29961.360168] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[29961.391770] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[29961.666167] usbcore: registered new interface driver btusb
[29961.666858] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[29961.666865] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[29962.022910] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[29962.051212] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[29962.297941] Bluetooth: MGMT ver 1.23
[29966.653067] ath: EEPROM regdomain: 0x8114
[29966.653072] ath: EEPROM indicates we should expect a country code
[29966.653074] ath: doing EEPROM country->regdmn map search
[29966.653076] ath: country maps to regdmn code: 0x37
[29966.653078] ath: Country alpha2 being used: DE
[29966.653087] ath: Regpair used: 0x37
[29966.653089] ath: regdomain 0x8114 dynamically updated by country element
[31370.731717] PM: suspend entry (deep)
[31370.777162] Filesystems sync: 0.045 seconds
[31370.780959] Freezing user space processes
[31370.782868] Freezing user space processes completed (elapsed 0.001 seconds)
[31370.782884] OOM killer disabled.
[31370.782888] Freezing remaining freezable tasks
[31370.784677] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[31370.784795] printk: Suspending console(s) (use no_console_suspend to debug)
[31370.833883] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[31371.310961] ACPI: EC: interrupt blocked
[31371.331164] ACPI: PM: Preparing to enter system sleep state S3
[31371.336456] ACPI: EC: event blocked
[31371.336462] ACPI: EC: EC stopped
[31371.336464] ACPI: PM: Saving platform NVS memory
[31371.339912] Disabling non-boot CPUs ...
[31371.342326] smpboot: CPU 3 is now offline
[31371.348070] smpboot: CPU 2 is now offline
[31371.352672] smpboot: CPU 1 is now offline
[31371.361788] ACPI: PM: Low-level resume complete
[31371.361833] ACPI: EC: EC started
[31371.361834] ACPI: PM: Restoring platform NVS memory
[31371.363992] Enabling non-boot CPUs ...
[31371.364019] smpboot: Booting Node 0 Processor 1 APIC 0x2
[31371.364772] CPU1 is up
[31371.364790] smpboot: Booting Node 0 Processor 2 APIC 0x1
[31371.365612] CPU2 is up
[31371.365630] smpboot: Booting Node 0 Processor 3 APIC 0x3
[31371.366386] CPU3 is up
[31371.369247] ACPI: PM: Waking up from system sleep state S3
[31371.388349] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[31371.388453] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[31371.388465] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[31371.388474] ACPI: EC: interrupt unblocked
[31371.388618] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[31371.433586] DMAR: DRHD: handling fault status reg 2
[31371.433592] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[31371.436640] ACPI: EC: event unblocked
[31371.437894] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[31371.447424] nvme nvme0: 4/0/0 default/read/poll queues
[31371.698227] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[31371.705199] OOM killer enabled.
[31371.705201] Restarting tasks: Starting
[31371.710354] Restarting tasks: Done
[31371.710364] efivarfs: resyncing variable state
[31371.719561] usb 1-3: USB disconnect, device number 18
[31371.749169] efivarfs: finished resyncing variable state
[31371.749204] random: crng reseeded on system resumption
[31371.894242] usb 1-3: new full-speed USB device number 21 using xhci_hcd
[31371.928036] PM: suspend exit
[31372.036377] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[31372.036956] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[31372.040631] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[31372.040639] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[31372.041799] usb 1-4: USB disconnect, device number 19
[31372.282201] usb 1-4: new full-speed USB device number 22 using xhci_hcd
[31372.397573] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[31372.420004] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[31372.420037] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[31372.421149] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[31372.421157] usb 1-4: Product: Touchscreen
[31372.421159] usb 1-4: Manufacturer: ELAN
[31372.435039] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0008/input/input66
[31372.435260] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0008/input/input67
[31372.435389] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0008/input/input68
[31372.435580] hid-multitouch 0003:04F3:2234.0008: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[31372.435832] usb 1-5: USB disconnect, device number 20
[31372.558205] usb 1-5: new high-speed USB device number 23 using xhci_hcd
[31372.672371] Bluetooth: MGMT ver 1.23
[31372.697282] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[31372.758246] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[31372.758269] usb 1-5: Product: Integrated_Webcam_HD
[31372.758279] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[31372.767079] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[31372.830248] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[31403.099332] PM: suspend entry (deep)
[31403.158878] Filesystems sync: 0.059 seconds
[31403.164093] Freezing user space processes
[31403.165983] Freezing user space processes completed (elapsed 0.001 seconds)
[31403.165990] OOM killer disabled.
[31403.165992] Freezing remaining freezable tasks
[31403.167417] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[31403.167488] printk: Suspending console(s) (use no_console_suspend to debug)
[31403.202194] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[31403.649170] ACPI: EC: interrupt blocked
[31403.672257] ACPI: PM: Preparing to enter system sleep state S3
[31403.678859] ACPI: EC: event blocked
[31403.678865] ACPI: EC: EC stopped
[31403.678868] ACPI: PM: Saving platform NVS memory
[31403.682635] Disabling non-boot CPUs ...
[31403.685326] smpboot: CPU 3 is now offline
[31403.692107] smpboot: CPU 2 is now offline
[31403.696641] smpboot: CPU 1 is now offline
[31403.707045] ACPI: PM: Low-level resume complete
[31403.707089] ACPI: EC: EC started
[31403.707089] ACPI: PM: Restoring platform NVS memory
[31403.709222] Enabling non-boot CPUs ...
[31403.709267] smpboot: Booting Node 0 Processor 1 APIC 0x2
[31403.710023] CPU1 is up
[31403.710042] smpboot: Booting Node 0 Processor 2 APIC 0x1
[31403.710891] CPU2 is up
[31403.710909] smpboot: Booting Node 0 Processor 3 APIC 0x3
[31403.711632] CPU3 is up
[31403.714517] ACPI: PM: Waking up from system sleep state S3
[31403.742122] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[31403.742129] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[31403.742130] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[31403.742181] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[31403.742285] ACPI: EC: interrupt unblocked
[31403.770181] DMAR: DRHD: handling fault status reg 2
[31403.770190] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[31403.773626] ACPI: EC: event unblocked
[31403.775604] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[31403.784226] nvme nvme0: 4/0/0 default/read/poll queues
[31404.010550] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[31404.069496] OOM killer enabled.
[31404.069499] Restarting tasks: Starting
[31404.070396] usb 1-3: USB disconnect, device number 21
[31404.070744] Restarting tasks: Done
[31404.070754] efivarfs: resyncing variable state
[31404.097567] efivarfs: finished resyncing variable state
[31404.097617] random: crng reseeded on system resumption
[31404.202524] usb 1-3: new full-speed USB device number 24 using xhci_hcd
[31404.300317] PM: suspend exit
[31404.343780] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[31404.344290] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[31404.383964] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[31404.383971] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[31404.386722] usb 1-4: USB disconnect, device number 22
[31404.598519] usb 1-4: new full-speed USB device number 25 using xhci_hcd
[31404.735123] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[31404.736003] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[31404.736007] usb 1-4: Product: Touchscreen
[31404.736009] usb 1-4: Manufacturer: ELAN
[31404.743220] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[31404.745695] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0009/input/input71
[31404.745827] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0009/input/input72
[31404.745894] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0009/input/input73
[31404.746062] hid-multitouch 0003:04F3:2234.0009: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[31404.746338] usb 1-5: USB disconnect, device number 23
[31404.768531] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[31404.866514] usb 1-5: new high-speed USB device number 26 using xhci_hcd
[31405.008370] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[31405.038767] Bluetooth: MGMT ver 1.23
[31405.066180] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[31405.066204] usb 1-5: Product: Integrated_Webcam_HD
[31405.066215] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[31405.079000] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[31405.171852] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[31562.378807] ath: EEPROM regdomain: 0x8114
[31562.378821] ath: EEPROM indicates we should expect a country code
[31562.378830] ath: doing EEPROM country->regdmn map search
[31562.378837] ath: country maps to regdmn code: 0x37
[31562.378844] ath: Country alpha2 being used: DE
[31562.378852] ath: Regpair used: 0x37
[31562.378859] ath: regdomain 0x8114 dynamically updated by country element
[32596.155419] i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=79 end=80) time 173 us, min 1788, max 1799, scanline start 1781, end 1800
[32852.106510] ath: EEPROM regdomain: 0x8114
[32852.106521] ath: EEPROM indicates we should expect a country code
[32852.106528] ath: doing EEPROM country->regdmn map search
[32852.106534] ath: country maps to regdmn code: 0x37
[32852.106539] ath: Country alpha2 being used: DE
[32852.106545] ath: Regpair used: 0x37
[32852.106550] ath: regdomain 0x8114 dynamically updated by country element
[33825.717535] PM: suspend entry (deep)
[33825.765928] Filesystems sync: 0.048 seconds
[33825.770632] Freezing user space processes
[33825.772292] Freezing user space processes completed (elapsed 0.001 seconds)
[33825.772297] OOM killer disabled.
[33825.772299] Freezing remaining freezable tasks
[33825.775665] Freezing remaining freezable tasks completed (elapsed 0.003 seconds)
[33825.775719] printk: Suspending console(s) (use no_console_suspend to debug)
[33825.823628] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[33826.260481] ACPI: EC: interrupt blocked
[33826.282731] ACPI: PM: Preparing to enter system sleep state S3
[33826.288048] ACPI: EC: event blocked
[33826.288054] ACPI: EC: EC stopped
[33826.288056] ACPI: PM: Saving platform NVS memory
[33826.291327] Disabling non-boot CPUs ...
[33826.293767] smpboot: CPU 3 is now offline
[33826.299168] smpboot: CPU 2 is now offline
[33826.306899] smpboot: CPU 1 is now offline
[33826.316678] ACPI: PM: Low-level resume complete
[33826.316721] ACPI: EC: EC started
[33826.316721] ACPI: PM: Restoring platform NVS memory
[33826.318864] Enabling non-boot CPUs ...
[33826.318898] smpboot: Booting Node 0 Processor 1 APIC 0x2
[33826.319642] CPU1 is up
[33826.319662] smpboot: Booting Node 0 Processor 2 APIC 0x1
[33826.320513] CPU2 is up
[33826.320534] smpboot: Booting Node 0 Processor 3 APIC 0x3
[33826.321288] CPU3 is up
[33826.324161] ACPI: PM: Waking up from system sleep state S3
[33831.481872] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[33831.481887] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[33831.481900] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[33831.481948] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[33831.482104] ACPI: EC: interrupt unblocked
[33831.495200] DMAR: DRHD: handling fault status reg 2
[33831.495209] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[33831.500512] ACPI: EC: event unblocked
[33831.501735] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[33831.601763] DMAR: DRHD: handling fault status reg 2
[33831.601770] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[33831.602210] DMAR: DRHD: handling fault status reg 2
[33831.602213] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[33831.602765] DMAR: DRHD: handling fault status reg 2
[33831.605268] nvme nvme0: 4/0/0 default/read/poll queues
[33831.658653] Registered IR keymap rc-cec
[33831.658691] rc rc0: DP-1 as /devices/pci0000:00/0000:00:02.0/rc/rc0
[33831.658738] input: DP-1 as /devices/pci0000:00/0000:00:02.0/rc/rc0/input75
[33832.038465] OOM killer enabled.
[33832.038467] Restarting tasks: Starting
[33832.038954] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[33832.039015] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[33832.039028] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[33832.039047] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[33832.039068] pci 0000:01:00.0: enabling Extended Tags
[33832.039199] pci 0000:01:00.0: supports D1 D2
[33832.039202] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[33832.039399] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[33832.043571] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[33832.045465] Restarting tasks: Done
[33832.045475] efivarfs: resyncing variable state
[33832.056200] pci 0000:01:00.0: Adding to iommu group 14
[33832.056539] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[33832.056604] pci 0000:02:00.0: PCI bridge to [bus 03]
[33832.056629] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[33832.056672] pci 0000:02:00.0: enabling Extended Tags
[33832.056863] pci 0000:02:00.0: supports D1 D2
[33832.056865] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[33832.057200] pci 0000:02:00.0: Adding to iommu group 15
[33832.057381] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[33832.057429] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[33832.057442] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[33832.057459] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[33832.057480] pci 0000:02:01.0: enabling Extended Tags
[33832.058167] pci 0000:02:01.0: supports D1 D2
[33832.058172] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[33832.058716] pci 0000:02:01.0: Adding to iommu group 16
[33832.058975] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[33832.059088] pci 0000:02:02.0: PCI bridge to [bus 39]
[33832.059115] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[33832.059198] pci 0000:02:02.0: enabling Extended Tags
[33832.059535] pci 0000:02:02.0: supports D1 D2
[33832.059538] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[33832.060297] pci 0000:02:02.0: Adding to iommu group 17
[33832.060486] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[33832.060615] pci 0000:02:00.0: PCI bridge to [bus 03]
[33832.060782] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[33832.061319] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[33832.061425] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[33832.061462] pci 0000:39:00.0: enabling Extended Tags
[33832.061657] pci 0000:39:00.0: supports D1 D2
[33832.061660] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[33832.062400] pci 0000:39:00.0: Adding to iommu group 17
[33832.062489] pci 0000:02:02.0: PCI bridge to [bus 39]
[33832.062576] pci_bus 0000:02: Allocating resources
[33832.062600] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[33832.062608] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[33832.062611] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[33832.062617] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000
[33832.062621] pci 0000:01:00.0: bridge window [io size 0x2000]: can't assign; no space
[33832.062626] pci 0000:01:00.0: bridge window [io size 0x2000]: failed to assign
[33832.062629] pci 0000:01:00.0: bridge window [io size 0x2000]: can't assign; no space
[33832.062631] pci 0000:01:00.0: bridge window [io size 0x2000]: failed to assign
[33832.062636] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[33832.062638] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[33832.062641] pci 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[33832.062642] pci 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[33832.062644] pci 0000:02:02.0: bridge window [io size 0x1000]: can't assign; no space
[33832.062646] pci 0000:02:02.0: bridge window [io size 0x1000]: failed to assign
[33832.062650] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[33832.062652] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[33832.062654] pci 0000:02:02.0: bridge window [io size 0x1000]: can't assign; no space
[33832.062656] pci 0000:02:02.0: bridge window [io size 0x1000]: failed to assign
[33832.062658] pci 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[33832.062660] pci 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[33832.062662] pci 0000:02:00.0: PCI bridge to [bus 03]
[33832.062670] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[33832.062680] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[33832.062689] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[33832.062695] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[33832.062705] pci 0000:02:02.0: PCI bridge to [bus 39]
[33832.062712] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[33832.062731] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[33832.062738] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[33832.062746] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[33832.066964] xhci_hcd 0000:39:00.0: xHCI Host Controller
[33832.066976] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[33832.068338] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[33832.068816] efivarfs: finished resyncing variable state
[33832.068848] random: crng reseeded on system resumption
[33832.069074] xhci_hcd 0000:39:00.0: xHCI Host Controller
[33832.069081] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[33832.069085] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[33832.069120] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.02
[33832.069171] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[33832.069175] usb usb3: Product: xHCI Host Controller
[33832.069177] usb usb3: Manufacturer: Linux 7.2-amd64 xhci-hcd
[33832.069180] usb usb3: SerialNumber: 0000:39:00.0
[33832.069428] hub 3-0:1.0: USB hub found
[33832.069445] hub 3-0:1.0: 2 ports detected
[33832.070230] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.02
[33832.070277] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[33832.070281] usb usb4: Product: xHCI Host Controller
[33832.070285] usb usb4: Manufacturer: Linux 7.2-amd64 xhci-hcd
[33832.070287] usb usb4: SerialNumber: 0000:39:00.0
[33832.070483] hub 4-0:1.0: USB hub found
[33832.070500] hub 4-0:1.0: 2 ports detected
[33832.072261] pci_bus 0000:02: Allocating resources
[33832.072265] pcieport 0000:01:00.0: bridge window [io size 0x2000]: can't claim; no address assigned
[33832.072270] pcieport 0000:01:00.0: [io 0x1000-0x2fff] clipped to [io 0x2000-0x2fff]
[33832.072276] pcieport 0000:01:00.0: bridge window [io 0x2000-0x2fff]
[33832.072283] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't claim; no address assigned
[33832.072291] pcieport 0000:02:02.0: bridge window [io size 0x1000]: can't claim; no address assigned
[33832.072299] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't claim; no address assigned
[33832.072324] pcieport 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[33832.072329] pcieport 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[33832.072334] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[33832.072345] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[33832.072349] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[33832.072353] pcieport 0000:02:01.0: bridge window [io 0x2000-0x2fff]: assigned
[33832.072357] pcieport 0000:02:02.0: bridge window [io size 0x1000]: can't assign; no space
[33832.072360] pcieport 0000:02:02.0: bridge window [io size 0x1000]: failed to assign
[33832.072364] pcieport 0000:02:01.0: bridge window [io 0x2000-0x2fff]: releasing
[33832.072369] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[33832.072372] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[33832.072376] pcieport 0000:02:02.0: bridge window [io 0x2000-0x2fff]: assigned
[33832.072380] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[33832.072383] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[33832.156004] usb 1-1: new low-speed USB device number 27 using xhci_hcd
[33832.297117] usb 1-1: New USB device found, idVendor=0bf8, idProduct=101e, bcdDevice= 1.09
[33832.303815] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[33832.303820] usb 1-1: Product: Fujitsu Keyboard
[33832.303824] usb 1-1: Manufacturer: Fujitsu
[33832.309310] input: Fujitsu Fujitsu Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0BF8:101E.000A/input/input77
[33832.316040] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[33832.388442] hid-generic 0003:0BF8:101E.000A: input,hidraw2: USB HID v1.10 Keyboard [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-1/input0
[33832.397769] input: Fujitsu Fujitsu Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0BF8:101E.000B/input/input78
[33832.452391] input: Fujitsu Fujitsu Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0BF8:101E.000B/input/input79
[33832.453011] hid-generic 0003:0BF8:101E.000B: input,hiddev1,hidraw3: USB HID v1.10 Device [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-1/input1
[33832.453180] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63
[33832.454881] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[33832.454901] usb 3-1: Product: USB2.1 Hub
[33832.454914] usb 3-1: Manufacturer: GenesysLogic
[33832.459659] hub 3-1:1.0: USB hub found
[33832.460026] hub 3-1:1.0: 4 ports detected
[33832.576045] usb 1-2: new low-speed USB device number 28 using xhci_hcd
[33832.576205] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[33832.599818] usb 4-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.63
[33832.603860] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[33832.603883] usb 4-1: Product: USB3.1 Hub
[33832.603896] usb 4-1: Manufacturer: GenesysLogic
[33832.611532] hub 4-1:1.0: USB hub found
[33832.612401] hub 4-1:1.0: 4 ports detected
[33832.712768] usb 1-2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[33832.715838] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[33832.715856] usb 1-2: Product: USB Optical Mouse
[33832.715866] usb 1-2: Manufacturer: Logitech
[33832.722309] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C077.000C/input/input80
[33832.723777] hid-generic 0003:046D:C077.000C: input,hidraw4: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-2/input0
[33832.726319] usb 1-3: USB disconnect, device number 24
[33832.776105] usb 3-1.3: new high-speed USB device number 3 using xhci_hcd
[33832.889875] usb 3-1.3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63
[33832.891801] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[33832.891817] usb 3-1.3: Product: USB2.1 Hub
[33832.891826] usb 3-1.3: Manufacturer: GenesysLogic
[33832.894871] hub 3-1.3:1.0: USB hub found
[33832.895220] hub 3-1.3:1.0: 4 ports detected
[33832.961261] usb 4-1.3: new SuperSpeed USB device number 3 using xhci_hcd
[33832.984395] usb 4-1.3: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.63
[33832.990445] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[33832.990462] usb 4-1.3: Product: USB3.1 Hub
[33832.990470] usb 4-1.3: Manufacturer: GenesysLogic
[33833.011934] hub 4-1.3:1.0: USB hub found
[33833.013726] hub 4-1.3:1.0: 4 ports detected
[33833.764046] usb 3-1.3.2: new high-speed USB device number 5 using xhci_hcd
[33834.168078] Bluetooth: hci0: Opcode 0x0c01 failed: -110
[33834.520175] usb 4-1.4: new SuperSpeed USB device number 4 using xhci_hcd
[33834.537120] usb 4-1.4: New USB device found, idVendor=058f, idProduct=8468, bcdDevice= 1.00
[33834.538681] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[33834.538697] usb 4-1.4: Product: Mass Storage Device
[33834.538706] usb 4-1.4: Manufacturer: Generic
[33834.538713] usb 4-1.4: SerialNumber: 058F84688461
[33834.542122] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[33834.545753] scsi host0: usb-storage 4-1.4:1.0
[33834.632087] usb 3-1.3.4: new high-speed USB device number 6 using xhci_hcd
[33834.744332] usb 3-1.3.4: New USB device found, idVendor=1da0, idProduct=2178, bcdDevice= 1.01
[33834.744622] usb 3-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[33834.744639] usb 3-1.3.4: Product: USB2.0 Hub
[33834.744649] usb 3-1.3.4: Manufacturer: Parade Technologies, Inc.
[33834.746573] hub 3-1.3.4:1.0: USB hub found
[33834.748770] hub 3-1.3.4:1.0: 4 ports detected
[33834.817189] usb 4-1.3.2: new SuperSpeed USB device number 5 using xhci_hcd
[33834.832279] usb 4-1.3.2: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[33834.832508] usb 4-1.3.2: Int endpoint with wBytesPerInterval of 8 in config 2 interface 0 altsetting 0 ep 0x83: setting to 16
[33834.832856] usb 4-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[33834.832865] usb 4-1.3.2: Product: USB 10/100/1000 LAN
[33834.832871] usb 4-1.3.2: Manufacturer: Realtek
[33834.832877] usb 4-1.3.2: SerialNumber: 0013000000
[33834.908430] r8152-cfgselector 4-1.3.2: reset SuperSpeed USB device number 5 using xhci_hcd
[33835.070735] r8152 4-1.3.2:1.0 enx00e04cfc7112: renamed from eth0
[33835.304024] usb 3-1.3.4.4: new high-speed USB device number 7 using xhci_hcd
[33835.414751] usb 3-1.3.4.4: New USB device found, idVendor=1da0, idProduct=3188, bcdDevice= 1.01
[33835.425956] usb 3-1.3.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[33835.425977] usb 3-1.3.4.4: Product: Billboard Device
[33835.425994] usb 3-1.3.4.4: Manufacturer: Parade Tech
[33835.577376] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6
[33835.578247] scsi 0:0:0:1: Direct-Access Generic- Micro SD/M2 1.08 PQ: 0 ANSI: 6
[33835.579776] sd 0:0:0:0: Attached scsi generic sg0 type 0
[33835.581289] sd 0:0:0:1: Attached scsi generic sg1 type 0
[33835.581410] sd 0:0:0:0: [sda] Media removed, stopped polling
[33835.582087] sd 0:0:0:1: [sdb] Media removed, stopped polling
[33835.592859] sd 0:0:0:0: [sda] Attached SCSI removable disk
[33835.593021] sd 0:0:0:1: [sdb] Attached SCSI removable disk
[33836.184077] Bluetooth: hci0: Opcode 0x0c1a failed: -110
[33836.184132] PM: suspend exit
[33836.316079] usb 1-3: new full-speed USB device number 29 using xhci_hcd
[33836.460837] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[33836.461315] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[33836.463405] usb 1-4: USB disconnect, device number 25
[33836.464139] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[33836.464144] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[33836.652031] usb 1-4: new full-speed USB device number 30 using xhci_hcd
[33836.788746] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[33836.789811] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[33836.789816] usb 1-4: Product: Touchscreen
[33836.789820] usb 1-4: Manufacturer: ELAN
[33836.800642] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.000D/input/input81
[33836.800884] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.000D/input/input82
[33836.800982] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.000D/input/input83
[33836.801335] hid-multitouch 0003:04F3:2234.000D: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[33836.801841] usb 1-5: USB disconnect, device number 26
[33836.824506] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[33836.849826] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[33836.925136] usb 1-5: new high-speed USB device number 31 using xhci_hcd
[33837.062872] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[33837.121913] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[33837.121923] usb 1-5: Product: Integrated_Webcam_HD
[33837.121927] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[33837.130262] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[33837.274727] Bluetooth: MGMT ver 1.23
[33838.472375] r8152 4-1.3.2:1.0 enx00e04cfc7112: carrier on
[33841.658680] ath: EEPROM regdomain: 0x8114
[33841.658683] ath: EEPROM indicates we should expect a country code
[33841.658693] ath: doing EEPROM country->regdmn map search
[33841.658695] ath: country maps to regdmn code: 0x37
[33841.658697] ath: Country alpha2 being used: DE
[33841.658700] ath: Regpair used: 0x37
[33841.658702] ath: regdomain 0x8114 dynamically updated by country element
[34235.898414] dmar_fault: 41 callbacks suppressed
[34235.898420] DMAR: DRHD: handling fault status reg 2
[34235.898426] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[34235.903403] DMAR: DRHD: handling fault status reg 2
[34235.903410] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[34235.904307] DMAR: DRHD: handling fault status reg 2
[34235.904312] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[34835.895690] DMAR: DRHD: handling fault status reg 2
[34835.895728] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[34835.900749] DMAR: DRHD: handling fault status reg 2
[34835.900779] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[34835.902239] DMAR: DRHD: handling fault status reg 2
[34835.902262] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[34909.395151] DMAR: DRHD: handling fault status reg 2
[34909.395175] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[34909.396055] DMAR: DRHD: handling fault status reg 2
[34909.396070] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[35044.012709] DMAR: DRHD: handling fault status reg 2
[35044.012720] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[35044.126902] DMAR: DRHD: handling fault status reg 2
[35044.126911] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[35137.642096] kauditd_printk_skb: 123 callbacks suppressed
[35137.642101] audit: type=1400 audit(1786956299.796:135): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/evince" pid=68438 comm="apparmor_parser"
[35137.649930] audit: type=1400 audit(1786956299.804:136): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=68438 comm="apparmor_parser"
[35137.650674] audit: type=1400 audit(1786956299.804:137): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/evince//snap_browsers" pid=68438 comm="apparmor_parser"
[35137.655120] audit: type=1400 audit(1786956299.808:138): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/evince-previewer" pid=68438 comm="apparmor_parser"
[35137.669992] audit: type=1400 audit(1786956299.824:139): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=68438 comm="apparmor_parser"
[35137.672027] audit: type=1400 audit(1786956299.824:140): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=68438 comm="apparmor_parser"
[35153.798744] DMAR: DRHD: handling fault status reg 2
[35153.798752] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[35153.859374] DMAR: DRHD: handling fault status reg 2
[35153.859382] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[35435.889492] DMAR: DRHD: handling fault status reg 2
[35435.889503] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[35435.894450] DMAR: DRHD: handling fault status reg 2
[35435.894455] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[35435.895308] DMAR: DRHD: handling fault status reg 2
[35435.895314] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[36035.884480] DMAR: DRHD: handling fault status reg 2
[36035.884487] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[36035.889465] DMAR: DRHD: handling fault status reg 2
[36035.889472] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[36035.890491] DMAR: DRHD: handling fault status reg 2
[36035.890496] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[36257.392283] DMAR: DRHD: handling fault status reg 2
[36257.392294] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[36257.393120] DMAR: DRHD: handling fault status reg 2
[36257.393125] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[36635.840200] DMAR: DRHD: handling fault status reg 2
[36635.840211] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[36635.845183] DMAR: DRHD: handling fault status reg 2
[36635.845189] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[36635.846045] DMAR: DRHD: handling fault status reg 2
[36635.846048] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[37235.874387] DMAR: DRHD: handling fault status reg 2
[37235.874398] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[37235.879373] DMAR: DRHD: handling fault status reg 2
[37235.879377] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[37235.880263] DMAR: DRHD: handling fault status reg 2
[37235.880269] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[37585.908223] DMAR: DRHD: handling fault status reg 2
[37585.908234] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[37585.974300] DMAR: DRHD: handling fault status reg 2
[37585.974307] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[37835.861210] DMAR: DRHD: handling fault status reg 2
[37835.861220] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[37835.866195] DMAR: DRHD: handling fault status reg 2
[37835.866200] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[37835.867059] DMAR: DRHD: handling fault status reg 2
[37835.867063] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[38057.385222] DMAR: DRHD: handling fault status reg 2
[38057.385232] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[38057.386135] DMAR: DRHD: handling fault status reg 2
[38057.386143] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[38435.865019] DMAR: DRHD: handling fault status reg 2
[38435.865030] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[38435.870023] DMAR: DRHD: handling fault status reg 2
[38435.870031] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[38435.872900] DMAR: DRHD: handling fault status reg 2
[38435.872905] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[39035.852236] DMAR: DRHD: handling fault status reg 2
[39035.852249] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[39035.858016] DMAR: DRHD: handling fault status reg 2
[39035.858021] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[39035.858852] DMAR: DRHD: handling fault status reg 2
[39035.858856] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[39635.852431] DMAR: DRHD: handling fault status reg 2
[39635.852441] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[39635.859449] DMAR: DRHD: handling fault status reg 2
[39635.859456] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[39635.860332] DMAR: DRHD: handling fault status reg 2
[39635.860336] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[39857.375513] DMAR: DRHD: handling fault status reg 2
[39857.375522] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[39857.376372] DMAR: DRHD: handling fault status reg 2
[39857.376377] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[40235.844090] DMAR: DRHD: handling fault status reg 2
[40235.844103] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[40235.849084] DMAR: DRHD: handling fault status reg 2
[40235.849093] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[40235.849974] DMAR: DRHD: handling fault status reg 2
[40235.849977] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[40835.841838] DMAR: DRHD: handling fault status reg 2
[40835.841846] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[40835.846827] DMAR: DRHD: handling fault status reg 2
[40835.846831] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[40835.847674] DMAR: DRHD: handling fault status reg 2
[40835.847676] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[41435.837043] DMAR: DRHD: handling fault status reg 2
[41435.837054] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[41435.842036] DMAR: DRHD: handling fault status reg 2
[41435.842041] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[41435.842890] DMAR: DRHD: handling fault status reg 2
[41435.842893] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[41657.366688] DMAR: DRHD: handling fault status reg 2
[41657.366697] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[41657.367555] DMAR: DRHD: handling fault status reg 2
[41657.367562] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[42035.830424] DMAR: DRHD: handling fault status reg 2
[42035.830434] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[42035.835407] DMAR: DRHD: handling fault status reg 2
[42035.835418] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[42035.836343] DMAR: DRHD: handling fault status reg 2
[42035.836348] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[42635.825336] DMAR: DRHD: handling fault status reg 2
[42635.825346] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[42635.830324] DMAR: DRHD: handling fault status reg 2
[42635.830328] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[42635.831183] DMAR: DRHD: handling fault status reg 2
[42635.831187] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[42885.040743] DMAR: DRHD: handling fault status reg 2
[42885.040752] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[42885.081300] DMAR: DRHD: handling fault status reg 2
[42885.081308] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[43235.820754] DMAR: DRHD: handling fault status reg 2
[43235.820765] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[43235.826534] DMAR: DRHD: handling fault status reg 2
[43235.826540] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[43235.827404] DMAR: DRHD: handling fault status reg 2
[43235.827408] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[43450.481630] PM: suspend entry (deep)
[43450.534690] Filesystems sync: 0.053 seconds
[43450.538439] Freezing user space processes
[43450.540120] Freezing user space processes completed (elapsed 0.001 seconds)
[43450.540123] OOM killer disabled.
[43450.540124] Freezing remaining freezable tasks
[43450.541434] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[43450.541486] printk: Suspending console(s) (use no_console_suspend to debug)
[43450.576435] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[43450.581013] DMAR: DRHD: handling fault status reg 2
[43450.581028] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[43450.581251] DMAR: DRHD: handling fault status reg 2
[43450.581259] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[43450.581533] DMAR: DRHD: handling fault status reg 2
[43450.581541] DMAR: [DMA Write NO_PASID] Request device [0000:3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set
[43450.581920] DMAR: DRHD: handling fault status reg 2
[43451.013031] ACPI: EC: interrupt blocked
[43451.035269] ACPI: PM: Preparing to enter system sleep state S3
[43451.041129] ACPI: EC: event blocked
[43451.041135] ACPI: EC: EC stopped
[43451.041138] ACPI: PM: Saving platform NVS memory
[43451.044686] Disabling non-boot CPUs ...
[43451.047081] smpboot: CPU 3 is now offline
[43451.053734] smpboot: CPU 2 is now offline
[43451.059635] smpboot: CPU 1 is now offline
[43451.069015] ACPI: PM: Low-level resume complete
[43451.069060] ACPI: EC: EC started
[43451.069061] ACPI: PM: Restoring platform NVS memory
[43451.071216] Enabling non-boot CPUs ...
[43451.071244] smpboot: Booting Node 0 Processor 1 APIC 0x2
[43451.072006] CPU1 is up
[43451.072025] smpboot: Booting Node 0 Processor 2 APIC 0x1
[43451.072902] CPU2 is up
[43451.072920] smpboot: Booting Node 0 Processor 3 APIC 0x3
[43451.073657] CPU3 is up
[43451.076521] ACPI: PM: Waking up from system sleep state S3
[43451.367399] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[43451.367405] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[43451.367419] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[43451.367516] ACPI: EC: interrupt unblocked
[43451.367795] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[43451.397822] ACPI: EC: event unblocked
[43451.399425] xhci_hcd 0000:39:00.0: xHC error in resume, USBSTS 0x411, Reinit
[43451.399436] usb usb3: root hub lost power or was reset
[43451.399441] usb usb4: root hub lost power or was reset
[43451.400347] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[43451.410616] nvme nvme0: 4/0/0 default/read/poll queues
[43451.876634] usb 1-1: reset low-speed USB device number 27 using xhci_hcd
[43452.412601] usb 1-2: reset low-speed USB device number 28 using xhci_hcd
[43456.784557] xhci_hcd 0000:39:00.0: Timeout while waiting for setup device command
[43462.160530] xhci_hcd 0000:39:00.0: Timeout while waiting for setup device command
[43462.364502] usb 4-1: device not accepting address 2, error -62
[43462.556664] usb 4-1: reset SuperSpeed USB device number 2 using xhci_hcd
[43462.692514] usb 3-1: reset high-speed USB device number 2 using xhci_hcd
[43462.900563] usb 4-1.4: reset SuperSpeed USB device number 4 using xhci_hcd
[43462.988693] usb 4-1.3: reset SuperSpeed USB device number 3 using xhci_hcd
[43463.152507] usb 3-1.3: reset high-speed USB device number 3 using xhci_hcd
[43463.336633] r8152-cfgselector 4-1.3.2: reset SuperSpeed USB device number 5 using xhci_hcd
[43463.357814] r8152 4-1.3.2:1.0: skip request firmware
[43463.584528] usb 3-1.3.4: reset high-speed USB device number 6 using xhci_hcd
[43464.272487] usb 3-1.3.4.4: reset high-speed USB device number 7 using xhci_hcd
[43464.391649] OOM killer enabled.
[43464.391652] Restarting tasks: Starting
[43464.392609] usb 1-3: USB disconnect, device number 29
[43464.394827] Restarting tasks: Done
[43464.394838] efivarfs: resyncing variable state
[43464.396212] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[43464.410942] pci_bus 0000:02: Allocating resources
[43464.410949] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't claim; no address assigned
[43464.410964] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't claim; no address assigned
[43464.410989] pcieport 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[43464.410995] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[43464.411004] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[43464.411007] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[43464.411010] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[43464.411012] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[43464.411016] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[43464.411019] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[43464.411022] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[43464.411024] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[43464.411609] pci_bus 0000:02: Allocating resources
[43464.411613] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't claim; no address assigned
[43464.411619] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't claim; no address assigned
[43464.411639] pcieport 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[43464.411642] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[43464.411649] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[43464.411651] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[43464.411653] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[43464.411655] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[43464.411659] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[43464.411661] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[43464.411663] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[43464.411665] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[43464.421181] efivarfs: finished resyncing variable state
[43464.421209] random: crng reseeded on system resumption
[43464.459350] PM: suspend exit
[43464.516463] usb 1-3: new full-speed USB device number 32 using xhci_hcd
[43464.657482] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[43464.659191] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[43464.663397] usb 1-4: USB disconnect, device number 30
[43464.664659] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[43464.858402] Bluetooth: MGMT ver 1.23
[43465.152508] usb 1-4: new full-speed USB device number 33 using xhci_hcd
[43465.289362] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[43465.290436] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[43465.290442] usb 1-4: Product: Touchscreen
[43465.290446] usb 1-4: Manufacturer: ELAN
[43465.303335] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.000E/input/input86
[43465.303587] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.000E/input/input87
[43465.303847] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.000E/input/input88
[43465.304089] hid-multitouch 0003:04F3:2234.000E: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[43465.304293] usb 1-5: USB disconnect, device number 31
[43465.428487] usb 1-5: new high-speed USB device number 34 using xhci_hcd
[43465.567325] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[43465.625041] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[43465.625049] usb 1-5: Product: Integrated_Webcam_HD
[43465.625052] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[43465.633077] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[43466.892288] r8152 4-1.3.2:1.0 enx00e04cfc7112: carrier on
[45676.760872] PM: suspend entry (deep)
[45676.811269] Filesystems sync: 0.050 seconds
[45676.813720] Freezing user space processes
[45676.815380] Freezing user space processes completed (elapsed 0.001 seconds)
[45676.815385] OOM killer disabled.
[45676.815386] Freezing remaining freezable tasks
[45676.816689] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[45676.816740] printk: Suspending console(s) (use no_console_suspend to debug)
[45676.853698] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[45677.293847] ACPI: EC: interrupt blocked
[45677.316040] ACPI: PM: Preparing to enter system sleep state S3
[45677.320398] ACPI: EC: event blocked
[45677.320403] ACPI: EC: EC stopped
[45677.320404] ACPI: PM: Saving platform NVS memory
[45677.323166] Disabling non-boot CPUs ...
[45677.325221] smpboot: CPU 3 is now offline
[45677.330328] smpboot: CPU 2 is now offline
[45677.334678] smpboot: CPU 1 is now offline
[45677.343901] ACPI: PM: Low-level resume complete
[45677.343944] ACPI: EC: EC started
[45677.343945] ACPI: PM: Restoring platform NVS memory
[45677.346081] Enabling non-boot CPUs ...
[45677.346109] smpboot: Booting Node 0 Processor 1 APIC 0x2
[45677.346875] CPU1 is up
[45677.346894] smpboot: Booting Node 0 Processor 2 APIC 0x1
[45677.347747] CPU2 is up
[45677.347766] smpboot: Booting Node 0 Processor 3 APIC 0x3
[45677.348504] CPU3 is up
[45677.351421] ACPI: PM: Waking up from system sleep state S3
[45677.640710] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[45677.640718] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[45677.640727] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[45677.640783] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[45677.640843] ACPI: EC: interrupt unblocked
[45677.655903] dmar_fault: 17 callbacks suppressed
[45677.655907] DMAR: DRHD: handling fault status reg 2
[45677.655910] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[45677.658767] xhci_hcd 0000:39:00.0: xHC error in resume, USBSTS 0x411, Reinit
[45677.658777] usb usb3: root hub lost power or was reset
[45677.658924] usb usb4: root hub lost power or was reset
[45677.659167] ACPI: EC: event unblocked
[45677.659848] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[45677.669294] nvme nvme0: 4/0/0 default/read/poll queues
[45677.957769] usb 3-1: reset high-speed USB device number 2 using xhci_hcd
[45678.129774] usb 1-2: reset low-speed USB device number 28 using xhci_hcd
[45678.665778] usb 1-1: reset low-speed USB device number 27 using xhci_hcd
[45683.461716] xhci_hcd 0000:39:00.0: Timeout while waiting for setup device command
[45688.837659] xhci_hcd 0000:39:00.0: Timeout while waiting for setup device command
[45689.041644] usb 4-1: device not accepting address 2, error -62
[45689.233795] usb 4-1: reset SuperSpeed USB device number 2 using xhci_hcd
[45689.349682] usb 3-1.3: reset high-speed USB device number 3 using xhci_hcd
[45689.573749] usb 4-1.3: reset SuperSpeed USB device number 3 using xhci_hcd
[45689.661732] usb 4-1.4: reset SuperSpeed USB device number 4 using xhci_hcd
[45689.785670] usb 3-1.3.4: reset high-speed USB device number 6 using xhci_hcd
[45689.969710] r8152-cfgselector 4-1.3.2: reset SuperSpeed USB device number 5 using xhci_hcd
[45689.990823] r8152 4-1.3.2:1.0: skip request firmware
[45690.469629] usb 3-1.3.4.4: reset high-speed USB device number 7 using xhci_hcd
[45690.588894] OOM killer enabled.
[45690.588898] Restarting tasks: Starting
[45690.589824] usb 1-3: USB disconnect, device number 32
[45690.594943] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[45690.596458] Restarting tasks: Done
[45690.596466] efivarfs: resyncing variable state
[45690.611207] pci_bus 0000:02: Allocating resources
[45690.611215] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't claim; no address assigned
[45690.611230] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't claim; no address assigned
[45690.611287] pcieport 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[45690.611298] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[45690.611306] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[45690.611310] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[45690.611314] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[45690.611320] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[45690.611323] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[45690.611326] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[45690.611330] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[45690.611335] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[45690.612378] pci_bus 0000:02: Allocating resources
[45690.612383] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't claim; no address assigned
[45690.612398] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't claim; no address assigned
[45690.612446] pcieport 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[45690.612453] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[45690.612458] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[45690.612462] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[45690.612465] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[45690.612467] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[45690.612471] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[45690.612475] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[45690.612478] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[45690.612479] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[45690.616830] efivarfs: finished resyncing variable state
[45690.616859] random: crng reseeded on system resumption
[45690.670186] PM: suspend exit
[45690.709609] usb 1-3: new full-speed USB device number 35 using xhci_hcd
[45690.851643] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[45690.852180] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[45690.854389] usb 1-4: USB disconnect, device number 33
[45690.855266] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[45691.055276] Bluetooth: MGMT ver 1.23
[45691.177625] usb 1-4: new full-speed USB device number 36 using xhci_hcd
[45691.314887] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[45691.316051] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[45691.316060] usb 1-4: Product: Touchscreen
[45691.316063] usb 1-4: Manufacturer: ELAN
[45691.326774] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.000F/input/input91
[45691.327130] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.000F/input/input92
[45691.327908] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.000F/input/input93
[45691.328126] hid-multitouch 0003:04F3:2234.000F: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[45691.328391] usb 1-5: USB disconnect, device number 34
[45691.461593] usb 1-5: new high-speed USB device number 37 using xhci_hcd
[45691.605083] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[45691.662681] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[45691.662687] usb 1-5: Product: Integrated_Webcam_HD
[45691.662689] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[45691.670759] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[45693.664102] r8152 4-1.3.2:1.0 enx00e04cfc7112: carrier on
[60476.223092] audit: type=1400 audit(1786987359.096:141): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lsb_release" pid=100759 comm="apparmor_parser"
[60476.259353] audit: type=1400 audit(1786987359.132:142): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="nvidia_modprobe" pid=100762 comm="apparmor_parser"
[60476.274915] audit: type=1400 audit(1786987359.148:143): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="nvidia_modprobe//kmod" pid=100762 comm="apparmor_parser"
[60476.902575] audit: type=1400 audit(1786987359.776:144): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="1password" pid=100933 comm="apparmor_parser"
[60476.902583] audit: type=1400 audit(1786987359.776:145): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="Discord" pid=100934 comm="apparmor_parser"
[60476.902764] audit: type=1400 audit(1786987359.776:146): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=100935 comm="apparmor_parser"
[60476.904865] audit: type=1400 audit(1786987359.776:147): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="QtWebEngineProcess" pid=100936 comm="apparmor_parser"
[60476.904920] audit: type=1400 audit(1786987359.776:148): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="balena-etcher" pid=100938 comm="apparmor_parser"
[60476.907349] audit: type=1400 audit(1786987359.780:149): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="brave" pid=100939 comm="apparmor_parser"
[60476.908302] audit: type=1400 audit(1786987359.780:150): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="buildah" pid=100940 comm="apparmor_parser"
[60481.850377] kauditd_printk_skb: 120 callbacks suppressed
[60481.850380] audit: type=1400 audit(1786987364.724:271): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/papers" pid=101034 comm="apparmor_parser"
[60481.859091] audit: type=1400 audit(1786987364.732:272): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/papers//sanitized_helper" pid=101034 comm="apparmor_parser"
[60481.859671] audit: type=1400 audit(1786987364.732:273): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/papers//snap_browsers" pid=101034 comm="apparmor_parser"
[60481.863040] audit: type=1400 audit(1786987364.736:274): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/papers-previewer" pid=101034 comm="apparmor_parser"
[60481.879104] audit: type=1400 audit(1786987364.752:275): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/papers-previewer//sanitized_helper" pid=101034 comm="apparmor_parser"
[60481.880726] audit: type=1400 audit(1786987364.752:276): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/papers-thumbnailer" pid=101034 comm="apparmor_parser"
[60964.877867] usb 1-1: USB disconnect, device number 27
[60965.170313] usb 1-2: USB disconnect, device number 28
[60965.925377] usb 3-1: USB disconnect, device number 2
[60965.925383] usb 3-1.3: USB disconnect, device number 3
[60965.925391] usb 3-1.3.4: USB disconnect, device number 6
[60965.925393] usb 3-1.3.4.4: USB disconnect, device number 7
[60965.944494] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[60965.944527] xhci_hcd 0000:39:00.0: HC died; cleaning up
[60965.944563] r8152 4-1.3.2:1.0 enx00e04cfc7112: Stop submitting intr, status -108
[60966.032971] xhci_hcd 0000:39:00.0: remove, state 1
[60966.032981] usb usb4: USB disconnect, device number 1
[60966.082341] usb 4-1: USB disconnect, device number 2
[60966.082357] usb 4-1.3: USB disconnect, device number 3
[60966.082360] r8152-cfgselector 4-1.3.2: USB disconnect, device number 5
[60966.137025] usb 4-1.4: USB disconnect, device number 4
[60966.280645] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[60966.280787] xhci_hcd 0000:39:00.0: remove, state 1
[60966.280799] usb usb3: USB disconnect, device number 1
[60966.282334] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[60966.294673] pci_bus 0000:02: Allocating resources
[60966.294690] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't claim; no address assigned
[60966.294697] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't claim; no address assigned
[60966.294717] pcieport 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[60966.294720] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[60966.294726] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[60966.294733] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[60966.294735] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[60966.294736] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[60966.294739] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[60966.294740] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[60966.294742] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[60966.294743] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[60971.132145] pcieport 0000:02:00.0: Unable to change power state from D3hot to D0, device inaccessible
[60971.139090] pci_bus 0000:03: busn_res: [bus 03] is released
[60971.143957] pci_bus 0000:04: busn_res: [bus 04-38] is released
[60971.152941] pci_bus 0000:39: busn_res: [bus 39] is released
[60971.156561] pci_bus 0000:02: busn_res: [bus 02-39] is released
[61066.195911] PM: suspend entry (deep)
[61066.246541] Filesystems sync: 0.050 seconds
[61066.251324] Freezing user space processes
[61066.253045] Freezing user space processes completed (elapsed 0.001 seconds)
[61066.253050] OOM killer disabled.
[61066.253051] Freezing remaining freezable tasks
[61066.254597] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[61066.254652] printk: Suspending console(s) (use no_console_suspend to debug)
[61066.301364] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[61066.745676] ACPI: EC: interrupt blocked
[61066.765988] ACPI: PM: Preparing to enter system sleep state S3
[61066.771235] ACPI: EC: event blocked
[61066.771240] ACPI: EC: EC stopped
[61066.771243] ACPI: PM: Saving platform NVS memory
[61066.774530] Disabling non-boot CPUs ...
[61066.776779] smpboot: CPU 3 is now offline
[61066.783238] smpboot: CPU 2 is now offline
[61066.788031] smpboot: CPU 1 is now offline
[61066.796910] ACPI: PM: Low-level resume complete
[61066.796953] ACPI: EC: EC started
[61066.796954] ACPI: PM: Restoring platform NVS memory
[61066.799093] Enabling non-boot CPUs ...
[61066.799126] smpboot: Booting Node 0 Processor 1 APIC 0x2
[61066.799873] CPU1 is up
[61066.799892] smpboot: Booting Node 0 Processor 2 APIC 0x1
[61066.800727] CPU2 is up
[61066.800745] smpboot: Booting Node 0 Processor 3 APIC 0x3
[61066.801478] CPU3 is up
[61066.804400] ACPI: PM: Waking up from system sleep state S3
[61066.829315] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[61066.829319] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[61066.829396] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[61066.829404] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[61066.829513] ACPI: EC: interrupt unblocked
[61066.946422] DMAR: DRHD: handling fault status reg 2
[61066.946433] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[61066.950882] ACPI: EC: event unblocked
[61066.952643] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[61066.961494] nvme nvme0: 4/0/0 default/read/poll queues
[61067.193705] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[61067.200488] OOM killer enabled.
[61067.200490] Restarting tasks: Starting
[61067.201381] usb 1-3: USB disconnect, device number 35
[61067.202422] Restarting tasks: Done
[61067.202431] efivarfs: resyncing variable state
[61067.233301] efivarfs: finished resyncing variable state
[61067.233335] random: crng reseeded on system resumption
[61067.333733] usb 1-3: new full-speed USB device number 38 using xhci_hcd
[61067.362467] atkbd serio0: Spurious ACK on isa0060/serio0. Some program might be trying to access hardware directly.
[61067.476385] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[61067.477073] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[61067.507950] PM: suspend exit
[61067.508301] usb 1-4: USB disconnect, device number 36
[61067.510158] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[61067.510163] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[61067.705690] usb 1-4: new full-speed USB device number 39 using xhci_hcd
[61067.848851] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[61067.849997] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[61067.850005] usb 1-4: Product: Touchscreen
[61067.850008] usb 1-4: Manufacturer: ELAN
[61067.860881] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0010/input/input96
[61067.861037] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0010/input/input97
[61067.861121] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0010/input/input98
[61067.861284] hid-multitouch 0003:04F3:2234.0010: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[61067.861438] usb 1-5: USB disconnect, device number 37
[61067.871020] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[61067.895488] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[61067.985782] usb 1-5: new high-speed USB device number 40 using xhci_hcd
[61068.128600] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[61068.141315] Bluetooth: MGMT ver 1.23
[61068.187693] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[61068.187701] usb 1-5: Product: Integrated_Webcam_HD
[61068.187704] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[61068.196550] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[61068.258547] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[61083.433635] ath10k_pci 0000:3a:00.0: timed out waiting peer stats info
[61088.159585] ath: EEPROM regdomain: 0x8114
[61088.159598] ath: EEPROM indicates we should expect a country code
[61088.159606] ath: doing EEPROM country->regdmn map search
[61088.159613] ath: country maps to regdmn code: 0x37
[61088.159622] ath: Country alpha2 being used: DE
[61088.159630] ath: Regpair used: 0x37
[61088.159637] ath: regdomain 0x8114 dynamically updated by country element
[61174.782771] usbcore: deregistering interface driver btusb
[61409.991719] ath: EEPROM regdomain: 0x8114
[61409.991731] ath: EEPROM indicates we should expect a country code
[61409.991736] ath: doing EEPROM country->regdmn map search
[61409.991741] ath: country maps to regdmn code: 0x37
[61409.991746] ath: Country alpha2 being used: DE
[61409.991752] ath: Regpair used: 0x37
[61409.991758] ath: regdomain 0x8114 dynamically updated by country element
[61490.025284] PM: suspend entry (deep)
[61490.090827] Filesystems sync: 0.065 seconds
[61490.100206] Freezing user space processes
[61490.102466] Freezing user space processes completed (elapsed 0.002 seconds)
[61490.102481] OOM killer disabled.
[61490.102486] Freezing remaining freezable tasks
[61490.104348] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[61490.104474] printk: Suspending console(s) (use no_console_suspend to debug)
[61490.159920] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[61490.598635] ACPI: EC: interrupt blocked
[61490.620369] ACPI: PM: Preparing to enter system sleep state S3
[61490.625726] ACPI: EC: event blocked
[61490.625732] ACPI: EC: EC stopped
[61490.625734] ACPI: PM: Saving platform NVS memory
[61490.629026] Disabling non-boot CPUs ...
[61490.631351] smpboot: CPU 3 is now offline
[61490.637491] smpboot: CPU 2 is now offline
[61490.643840] smpboot: CPU 1 is now offline
[61490.652714] ACPI: PM: Low-level resume complete
[61490.652758] ACPI: EC: EC started
[61490.652759] ACPI: PM: Restoring platform NVS memory
[61490.654901] Enabling non-boot CPUs ...
[61490.654934] smpboot: Booting Node 0 Processor 1 APIC 0x2
[61490.655681] CPU1 is up
[61490.655700] smpboot: Booting Node 0 Processor 2 APIC 0x1
[61490.656519] CPU2 is up
[61490.656538] smpboot: Booting Node 0 Processor 3 APIC 0x3
[61490.657260] CPU3 is up
[61490.660179] ACPI: PM: Waking up from system sleep state S3
[61490.686053] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[61490.686056] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[61490.686126] ACPI: EC: interrupt unblocked
[61490.686354] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[61490.686412] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[61490.702331] DMAR: DRHD: handling fault status reg 2
[61490.702334] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[61490.704178] ACPI: EC: event unblocked
[61490.705548] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[61490.713755] nvme nvme0: 4/0/0 default/read/poll queues
[61490.929069] OOM killer enabled.
[61490.929072] Restarting tasks: Starting
[61490.929404] usb 1-3: USB disconnect, device number 38
[61490.931770] Restarting tasks: Done
[61490.931778] efivarfs: resyncing variable state
[61490.946336] efivarfs: finished resyncing variable state
[61490.946366] random: crng reseeded on system resumption
[61490.946447] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[61491.050399] usb 1-3: new full-speed USB device number 41 using xhci_hcd
[61491.189215] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[61491.190339] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[61491.203821] usb 1-4: USB disconnect, device number 39
[61491.249373] PM: suspend exit
[61491.434426] usb 1-4: new full-speed USB device number 42 using xhci_hcd
[61491.571104] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[61491.572047] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[61491.572059] usb 1-4: Product: Touchscreen
[61491.572062] usb 1-4: Manufacturer: ELAN
[61491.586271] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0011/input/input101
[61491.586690] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0011/input/input102
[61491.586809] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0011/input/input103
[61491.588284] hid-multitouch 0003:04F3:2234.0011: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[61491.588477] usb 1-5: USB disconnect, device number 40
[61491.710434] usb 1-5: new high-speed USB device number 43 using xhci_hcd
[61491.849123] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[61491.906797] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[61491.906811] usb 1-5: Product: Integrated_Webcam_HD
[61491.906815] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[61491.915657] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[61492.114535] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[61492.208857] usbcore: registered new interface driver btusb
[61492.210062] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[61492.210067] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[61492.564711] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[61492.588262] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[61493.018154] Bluetooth: MGMT ver 1.23
[61502.176659] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
[61502.176797] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[61502.176988] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[61502.177033] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[61502.177100] pci 0000:01:00.0: enabling Extended Tags
[61502.177468] pci 0000:01:00.0: supports D1 D2
[61502.177492] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[61502.177834] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[61502.181765] pci 0000:01:00.0: Adding to iommu group 14
[61502.182617] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[61502.182702] pci 0000:02:00.0: PCI bridge to [bus 03]
[61502.182739] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[61502.182805] pci 0000:02:00.0: enabling Extended Tags
[61502.183034] pci 0000:02:00.0: supports D1 D2
[61502.183046] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[61502.183728] pci 0000:02:00.0: Adding to iommu group 15
[61502.184126] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[61502.184208] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[61502.184241] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[61502.184279] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[61502.184324] pci 0000:02:01.0: enabling Extended Tags
[61502.184562] pci 0000:02:01.0: supports D1 D2
[61502.184574] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[61502.185366] pci 0000:02:01.0: Adding to iommu group 16
[61502.185741] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
[61502.185819] pci 0000:02:02.0: PCI bridge to [bus 39]
[61502.185850] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[61502.185914] pci 0000:02:02.0: enabling Extended Tags
[61502.186147] pci 0000:02:02.0: supports D1 D2
[61502.186159] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[61502.186972] pci 0000:02:02.0: Adding to iommu group 17
[61502.187390] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[61502.187620] pci 0000:02:00.0: PCI bridge to [bus 03]
[61502.187833] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[61502.188213] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
[61502.188341] pci 0000:39:00.0: BAR 0 [mem 0xd9f00000-0xd9f0ffff]
[61502.188395] pci 0000:39:00.0: enabling Extended Tags
[61502.188664] pci 0000:39:00.0: supports D1 D2
[61502.188675] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[61502.189557] pci 0000:39:00.0: Adding to iommu group 17
[61502.189751] pci 0000:02:02.0: PCI bridge to [bus 39]
[61502.189833] pci_bus 0000:02: Allocating resources
[61502.189864] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[61502.189876] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[61502.189886] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[61502.189898] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000
[61502.189912] pci 0000:01:00.0: bridge window [io size 0x2000]: can't assign; no space
[61502.189919] pci 0000:01:00.0: bridge window [io size 0x2000]: failed to assign
[61502.189928] pci 0000:01:00.0: bridge window [io size 0x2000]: can't assign; no space
[61502.189935] pci 0000:01:00.0: bridge window [io size 0x2000]: failed to assign
[61502.189951] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[61502.189958] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[61502.189965] pci 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[61502.189972] pci 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[61502.189979] pci 0000:02:02.0: bridge window [io size 0x1000]: can't assign; no space
[61502.189985] pci 0000:02:02.0: bridge window [io size 0x1000]: failed to assign
[61502.189995] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[61502.190002] pci 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[61502.190010] pci 0000:02:02.0: bridge window [io size 0x1000]: can't assign; no space
[61502.190015] pci 0000:02:02.0: bridge window [io size 0x1000]: failed to assign
[61502.190022] pci 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[61502.190028] pci 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[61502.190036] pci 0000:02:00.0: PCI bridge to [bus 03]
[61502.190049] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff]
[61502.190071] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[61502.190084] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff]
[61502.190093] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[61502.190109] pci 0000:02:02.0: PCI bridge to [bus 39]
[61502.190120] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff]
[61502.190138] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[61502.190150] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff]
[61502.190161] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[61502.193553] xhci_hcd 0000:39:00.0: xHCI Host Controller
[61502.193579] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[61502.195035] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[61502.195848] xhci_hcd 0000:39:00.0: xHCI Host Controller
[61502.195867] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[61502.195883] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[61502.195945] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.02
[61502.196056] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[61502.196065] usb usb3: Product: xHCI Host Controller
[61502.196072] usb usb3: Manufacturer: Linux 7.2-amd64 xhci-hcd
[61502.196078] usb usb3: SerialNumber: 0000:39:00.0
[61502.196683] hub 3-0:1.0: USB hub found
[61502.196724] hub 3-0:1.0: 2 ports detected
[61502.198352] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.02
[61502.198473] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[61502.198482] usb usb4: Product: xHCI Host Controller
[61502.198489] usb usb4: Manufacturer: Linux 7.2-amd64 xhci-hcd
[61502.198496] usb usb4: SerialNumber: 0000:39:00.0
[61502.199018] hub 4-0:1.0: USB hub found
[61502.199046] hub 4-0:1.0: 2 ports detected
[61502.200625] pci_bus 0000:02: Allocating resources
[61502.200633] pcieport 0000:01:00.0: bridge window [io size 0x2000]: can't claim; no address assigned
[61502.200641] pcieport 0000:01:00.0: [io 0x1000-0x2fff] clipped to [io 0x2000-0x2fff]
[61502.200651] pcieport 0000:01:00.0: bridge window [io 0x2000-0x2fff]
[61502.200663] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't claim; no address assigned
[61502.200676] pcieport 0000:02:02.0: bridge window [io size 0x1000]: can't claim; no address assigned
[61502.200688] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't claim; no address assigned
[61502.200723] pcieport 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[61502.200734] pcieport 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[61502.200743] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[61502.200761] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[61502.200767] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[61502.200774] pcieport 0000:02:01.0: bridge window [io 0x2000-0x2fff]: assigned
[61502.200780] pcieport 0000:02:02.0: bridge window [io size 0x1000]: can't assign; no space
[61502.200785] pcieport 0000:02:02.0: bridge window [io size 0x1000]: failed to assign
[61502.200791] pcieport 0000:02:01.0: bridge window [io 0x2000-0x2fff]: releasing
[61502.200800] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[61502.200805] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[61502.200811] pcieport 0000:02:02.0: bridge window [io 0x2000-0x2fff]: assigned
[61502.200817] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[61502.200822] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[61502.442406] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[61502.510455] ucsi_acpi USBC000:00: GET_CONNECTOR_STATUS failed (-110)
[61502.583025] usb 3-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.e3
[61502.586417] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[61502.586441] usb 3-1: Product: USB2.0 Hub
[61502.586457] usb 3-1: Manufacturer: VIA Labs, Inc.
[61502.586469] usb 3-1: SerialNumber: 000000000
[61502.606622] hub 3-1:1.0: USB hub found
[61502.606939] hub 3-1:1.0: 5 ports detected
[61502.730415] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[61502.774490] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.e3
[61502.775702] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[61502.775710] usb 4-1: Product: USB3.0 Hub
[61502.775714] usb 4-1: Manufacturer: VIA Labs, Inc.
[61502.775717] usb 4-1: SerialNumber: 000000000
[61502.777562] hub 4-1:1.0: USB hub found
[61502.777719] hub 4-1:1.0: 4 ports detected
[61503.310298] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[61503.446950] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.b4
[61503.448792] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[61503.448797] usb 3-1.1: Product: USB2.0 Hub
[61503.448799] usb 3-1.1: Manufacturer: VIA Labs, Inc.
[61503.448808] usb 3-1.1: SerialNumber: 000000000
[61503.450034] hub 3-1.1:1.0: USB hub found
[61503.450150] hub 3-1.1:1.0: 4 ports detected
[61503.543137] usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
[61503.600921] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.b4
[61503.602362] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[61503.602368] usb 4-1.1: Product: USB3.0 Hub
[61503.602370] usb 4-1.1: Manufacturer: VIA Labs, Inc.
[61503.602372] usb 4-1.1: SerialNumber: 000000000
[61503.604528] hub 4-1.1:1.0: USB hub found
[61503.604676] hub 4-1.1:1.0: 4 ports detected
[61503.670329] usb 3-1.5: new high-speed USB device number 4 using xhci_hcd
[61503.758985] usb 3-1.5: New USB device found, idVendor=2109, idProduct=8817, bcdDevice= 0.01
[61503.760072] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[61503.760092] usb 3-1.5: Product: USB Billboard Device
[61503.760109] usb 3-1.5: Manufacturer: VIA Labs, Inc.
[61503.760116] usb 3-1.5: SerialNumber: 0000000000000001
[61503.834409] usb 4-1.4: new SuperSpeed USB device number 4 using xhci_hcd
[61503.855130] usb 4-1.4: New USB device found, idVendor=058f, idProduct=8468, bcdDevice= 1.00
[61503.856410] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[61503.856430] usb 4-1.4: Product: Mass Storage Device
[61503.856441] usb 4-1.4: Manufacturer: Generic
[61503.856452] usb 4-1.4: SerialNumber: 058F84688461
[61503.861148] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[61503.865523] scsi host0: usb-storage 4-1.4:1.0
[61504.126314] usb 3-1.1.3: new high-speed USB device number 5 using xhci_hcd
[61504.858456] usb 4-1.1.3: new SuperSpeed USB device number 5 using xhci_hcd
[61504.874955] usb 4-1.1.3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[61504.875428] usb 4-1.1.3: Int endpoint with wBytesPerInterval of 8 in config 2 interface 0 altsetting 0 ep 0x83: setting to 16
[61504.875893] usb 4-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[61504.875903] usb 4-1.1.3: Product: USB 10/100/1000 LAN
[61504.875919] usb 4-1.1.3: Manufacturer: Realtek
[61504.875927] usb 4-1.1.3: SerialNumber: 000001
[61504.955060] r8152-cfgselector 4-1.1.3: reset SuperSpeed USB device number 5 using xhci_hcd
[61505.482792] usb 4-1.4: reset SuperSpeed USB device number 4 using xhci_hcd
[61505.515159] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6
[61505.517469] sd 0:0:0:0: Attached scsi generic sg0 type 0
[61505.517883] sd 0:0:0:0: [sda] Media removed, stopped polling
[61505.547249] sd 0:0:0:0: [sda] Attached SCSI removable disk
[61505.728521] r8152 4-1.1.3:1.0 enx00e04ceb9e75: renamed from eth0
[61508.758898] r8152 4-1.1.3:1.0 enx00e04ceb9e75: carrier on
[62381.093772] PM: suspend entry (deep)
[62381.197446] Filesystems sync: 0.103 seconds
[62381.212106] Freezing user space processes
[62381.214816] Freezing user space processes completed (elapsed 0.002 seconds)
[62381.214836] OOM killer disabled.
[62381.214842] Freezing remaining freezable tasks
[62381.216904] Freezing remaining freezable tasks completed (elapsed 0.002 seconds)
[62381.217067] printk: Suspending console(s) (use no_console_suspend to debug)
[62381.266390] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[62381.711560] ACPI: EC: interrupt blocked
[62381.734056] ACPI: PM: Preparing to enter system sleep state S3
[62381.739968] ACPI: EC: event blocked
[62381.739974] ACPI: EC: EC stopped
[62381.739977] ACPI: PM: Saving platform NVS memory
[62381.743580] Disabling non-boot CPUs ...
[62381.746022] smpboot: CPU 3 is now offline
[62381.752316] smpboot: CPU 2 is now offline
[62381.759349] smpboot: CPU 1 is now offline
[62381.768611] ACPI: PM: Low-level resume complete
[62381.768656] ACPI: EC: EC started
[62381.768657] ACPI: PM: Restoring platform NVS memory
[62381.771069] Enabling non-boot CPUs ...
[62381.771094] smpboot: Booting Node 0 Processor 1 APIC 0x2
[62381.771846] CPU1 is up
[62381.771866] smpboot: Booting Node 0 Processor 2 APIC 0x1
[62381.772700] CPU2 is up
[62381.772719] smpboot: Booting Node 0 Processor 3 APIC 0x3
[62381.773461] CPU3 is up
[62381.776409] ACPI: PM: Waking up from system sleep state S3
[62382.062043] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[62382.062053] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[62382.062123] pcieport 0000:00:1c.5: Intel SPT PCH root port ACS workaround enabled
[62382.062131] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[62382.062206] ACPI: EC: interrupt unblocked
[62382.106410] DMAR: DRHD: handling fault status reg 2
[62382.106418] DMAR: [INTR-REMAP] Request device [0000:f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[62382.110034] ACPI: EC: event unblocked
[62382.111699] xhci_hcd 0000:39:00.0: xHC error in resume, USBSTS 0x411, Reinit
[62382.111709] usb usb3: root hub lost power or was reset
[62382.111715] usb usb4: root hub lost power or was reset
[62382.111979] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io,decodes=io:owns=io+mem
[62382.121415] nvme nvme0: 4/0/0 default/read/poll queues
[62382.390710] usb 3-1: reset high-speed USB device number 2 using xhci_hcd
[62382.652029] usb 4-1: reset SuperSpeed USB device number 2 using xhci_hcd
[62383.214618] usb 3-1.5: reset high-speed USB device number 4 using xhci_hcd
[62383.422687] usb 3-1.1: reset high-speed USB device number 3 using xhci_hcd
[62383.654249] usb 4-1.1: reset SuperSpeed USB device number 3 using xhci_hcd
[62383.782737] usb 4-1.4: reset SuperSpeed USB device number 4 using xhci_hcd
[62384.366678] r8152-cfgselector 4-1.1.3: reset SuperSpeed USB device number 5 using xhci_hcd
[62384.387545] r8152 4-1.1.3:1.0: skip request firmware
[62384.434490] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[62384.435782] OOM killer enabled.
[62384.435785] Restarting tasks: Starting
[62384.436886] usb 1-3: USB disconnect, device number 41
[62384.437116] Restarting tasks: Done
[62384.437125] efivarfs: resyncing variable state
[62384.455900] pci_bus 0000:02: Allocating resources
[62384.455906] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't claim; no address assigned
[62384.455916] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't claim; no address assigned
[62384.455940] pcieport 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[62384.455944] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[62384.455952] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[62384.455956] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[62384.455960] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[62384.455962] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[62384.455966] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[62384.455967] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[62384.455969] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[62384.455972] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[62384.457553] pci_bus 0000:02: Allocating resources
[62384.457557] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't claim; no address assigned
[62384.457566] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't claim; no address assigned
[62384.457589] pcieport 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000
[62384.457592] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[62384.457600] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[62384.457602] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[62384.457604] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[62384.457606] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[62384.457612] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[62384.457615] pcieport 0000:02:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[62384.457617] pcieport 0000:02:01.0: bridge window [io size 0x1000]: can't assign; no space
[62384.457620] pcieport 0000:02:01.0: bridge window [io size 0x1000]: failed to assign
[62384.472299] efivarfs: finished resyncing variable state
[62384.472327] random: crng reseeded on system resumption
[62384.496095] PM: suspend exit
[62384.574613] usb 1-3: new full-speed USB device number 44 using xhci_hcd
[62384.715575] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
[62384.716125] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[62384.718263] usb 1-4: USB disconnect, device number 42
[62384.718875] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[62384.836187] Bluetooth: MGMT ver 1.23
[62384.923031] usb 1-4: new full-speed USB device number 45 using xhci_hcd
[62385.067295] usb 1-4: New USB device found, idVendor=04f3, idProduct=2234, bcdDevice=11.11
[62385.068229] usb 1-4: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[62385.068235] usb 1-4: Product: Touchscreen
[62385.068237] usb 1-4: Manufacturer: ELAN
[62385.077621] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0012/input/input106
[62385.078107] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0012/input/input107
[62385.078178] input: ELAN Touchscreen UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04F3:2234.0012/input/input108
[62385.078323] hid-multitouch 0003:04F3:2234.0012: input,hiddev0,hidraw1: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-4/input0
[62385.078453] usb 1-5: USB disconnect, device number 43
[62385.202621] usb 1-5: new high-speed USB device number 46 using xhci_hcd
[62385.341227] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c, bcdDevice=56.26
[62385.398923] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[62385.398929] usb 1-5: Product: Integrated_Webcam_HD
[62385.398933] usb 1-5: Manufacturer: CN09GTFMLOG008C8B7FWA01
[62385.406654] uvcvideo 1-5:1.0: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[62388.082411] r8152 4-1.1.3:1.0 enx00e04ceb9e75: carrier on
More information about the Linux-nvme
mailing list