You are not logged in.
I'm experiencing a strange issue where suspending works, but fails when an external monitor is connected - the system then also enters sleep, but automatically resumes by itself after a few seconds.
Relevant details about my system:
Kernel 6.14.3
AMD Ryzen 7945HX iGPU with mesa 25.0.4
NVIDIA RTX 4090 dGPU with open kernel modules 570.144
External monitor is wired directly to NVIDIA dGPU (there is no way to attach monitors to the iGPU with this model).
Lenovo Legion 16ARX8H AMD laptop.
The monitor is connected over DisplayPort/USB-C (HDMI yields no improvement).
The NVIDIA suspend systemd services (nvidia-suspend, nvidia-resume, ...) are all enabled.
I've already tried unplugging all other USB devices, to no avail. If my external monitor is not connected, regardless of other USB devices, suspending works just fine.
There was also the suggestion of disabling automatic input switching on the monitor, which unfortunately didn't fix anything.
This might be a bug in a driver somewhere and I'd be happy to report it upstream, but I'm looking for guidance as to which component might be the culprit and thus what project to report it to, or others having the same problem to establish a common setup to pinpoint it - a fix would of course be better, but at this point I'm not particularly optimistic due to the myriad bugs with suspending, in particular on the NVIDIA driver up until recently, and looking around the web not typically resulting in resolutions.
I've tried enabling /sys/power/pm_debug_messages to find the culprit IRQ, and /sys/power/pm_wakeup_irq says it's IRQ 7. In my /proc/interrupts this points to pinctrl_amd.
Looking around a bit there were some suggestions that the amd_pmc kernel module may be causing this, which is (coincidentally) also the module related to s2idle (see below). I tried removing it but it didn't yield any improvement.
My system is using 'deep' sleep, so no s2idle. I've also tried s2idle as it is listed in /sys/power/mem_sleep but it never manages to stop drawing power and actually suspend. This might make sense since amd_s2idle.py says:
PMC driver `amd_pmc` did not bind to any ACPI device
and I also can't enable it in my BIOS anywhere.
This is me booting my system and suspending immediately after having logged in on GNOME 48.2. After a few seconds the system comes back from suspend automatically (I've added an additional newline where I believe this happens).
apr 26 19:58:06 archlinux kernel: Linux version 6.14.3-zen1-1.1-zen (linux-zen@archlinux) (gcc (GCC) 14.2.1 20250207, GNU ld (GNU Binutils) 2.44) #1 ZEN SMP PREEMPT_DYNAMIC Sun, 20 Apr 2025 18:30:56 +0000
apr 26 19:58:06 archlinux kernel: Command line: quiet bgrt_disable nouveau.config=NvGspRm=1 rd.luks.name=e979cf81-39d6-483f-b0b0-e6f61b082e8f=root root=/dev/mapper/root
apr 26 19:58:06 archlinux kernel: BIOS-provided physical RAM map:
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f11fff] ACPI NVS
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x0000000009f12000-0x00000000b235bfff] usable
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000b235c000-0x00000000b455bfff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000b455c000-0x00000000b456afff] usable
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000b456b000-0x00000000b456ffff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000b4570000-0x00000000c077efff] usable
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000c077f000-0x00000000c2f7efff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000c2f7f000-0x00000000caf7efff] ACPI NVS
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000caf7f000-0x00000000caffefff] ACPI data
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000cb000000-0x00000000cbffffff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000cd7f3000-0x00000000cfffffff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000807ffffff] usable
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x0000000808000000-0x0000000827ffffff] reserved
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x0000000828000000-0x000000082de7ffff] usable
apr 26 19:58:06 archlinux kernel: BIOS-e820: [mem 0x0000010000000000-0x00000100201fffff] reserved
apr 26 19:58:06 archlinux kernel: NX (Execute Disable) protection: active
apr 26 19:58:06 archlinux kernel: APIC: Static calls initialized
apr 26 19:58:06 archlinux kernel: e820: update [mem 0xafc06018-0xafc2ac57] usable ==> usable
apr 26 19:58:06 archlinux kernel: e820: update [mem 0xb4571018-0xb457be57] usable ==> usable
apr 26 19:58:06 archlinux kernel: extended physical RAM map:
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x0000000009f00000-0x0000000009f11fff] ACPI NVS
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x0000000009f12000-0x00000000afc06017] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000afc06018-0x00000000afc2ac57] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000afc2ac58-0x00000000b235bfff] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000b235c000-0x00000000b455bfff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000b455c000-0x00000000b456afff] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000b456b000-0x00000000b456ffff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000b4570000-0x00000000b4571017] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000b4571018-0x00000000b457be57] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000b457be58-0x00000000c077efff] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000c077f000-0x00000000c2f7efff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000c2f7f000-0x00000000caf7efff] ACPI NVS
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000caf7f000-0x00000000caffefff] ACPI data
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000cafff000-0x00000000caffffff] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000cb000000-0x00000000cbffffff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000cd7f3000-0x00000000cfffffff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x0000000100000000-0x0000000807ffffff] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x0000000808000000-0x0000000827ffffff] reserved
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x0000000828000000-0x000000082de7ffff] usable
apr 26 19:58:06 archlinux kernel: reserve setup_data: [mem 0x0000010000000000-0x00000100201fffff] reserved
apr 26 19:58:06 archlinux kernel: efi: EFI v2.8 by INSYDE Corp.
apr 26 19:58:06 archlinux kernel: efi: ACPI=0xcaffe000 ACPI 2.0=0xcaffe014 TPMFinalLog=0xcaf3f000 SMBIOS=0xc16e9000 SMBIOS 3.0=0xc16e6000 MEMATTR=0xbbf9b018 ESRT=0xbbfbba98 RNG=0xcaf8af18 INITRD=0xb457dd98 TPMEventLog=0xcaf81018
apr 26 19:58:06 archlinux kernel: random: crng init done
apr 26 19:58:06 archlinux kernel: efi: Remove mem61: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
apr 26 19:58:06 archlinux kernel: e820: remove [mem 0xfd200000-0xfd2fffff] reserved
apr 26 19:58:06 archlinux kernel: efi: Not removing mem62: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
apr 26 19:58:06 archlinux kernel: efi: Remove mem63: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
apr 26 19:58:06 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
apr 26 19:58:06 archlinux kernel: efi: Remove mem65: MMIO range=[0x10000000000-0x100201fffff] (514MB) from e820 map
apr 26 19:58:06 archlinux kernel: e820: remove [mem 0x10000000000-0x100201fffff] reserved
apr 26 19:58:06 archlinux kernel: SMBIOS 3.4.0 present.
apr 26 19:58:06 archlinux kernel: DMI: LENOVO 82WS/LNVNB161216, BIOS LPCN51WW 04/22/2024
apr 26 19:58:06 archlinux kernel: DMI: Memory slots populated: 2/2
apr 26 19:58:06 archlinux kernel: tsc: Fast TSC calibration using PIT
apr 26 19:58:06 archlinux kernel: tsc: Detected 2495.368 MHz processor
apr 26 19:58:06 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
apr 26 19:58:06 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
apr 26 19:58:06 archlinux kernel: last_pfn = 0x82de80 max_arch_pfn = 0x400000000
apr 26 19:58:06 archlinux kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
apr 26 19:58:06 archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
apr 26 19:58:06 archlinux kernel: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
apr 26 19:58:06 archlinux kernel: esrt: Reserving ESRT space from 0x00000000bbfbba98 to 0x00000000bbfbbb48.
apr 26 19:58:06 archlinux kernel: e820: update [mem 0xbbfbb000-0xbbfbbfff] usable ==> reserved
apr 26 19:58:06 archlinux kernel: Using GB pages for direct mapping
apr 26 19:58:06 archlinux kernel: Secure boot enabled
apr 26 19:58:06 archlinux kernel: RAMDISK: [mem 0x9ea89000-0xa437efff]
apr 26 19:58:06 archlinux kernel: ACPI: Early table checksum verification disabled
apr 26 19:58:06 archlinux kernel: ACPI: RSDP 0x00000000CAFFE014 000024 (v02 LENOVO)
apr 26 19:58:06 archlinux kernel: ACPI: XSDT 0x00000000CAFA9188 00013C (v01 LENOVO CB-01 00000001 01000013)
apr 26 19:58:06 archlinux kernel: ACPI: FACP 0x00000000CAFEC000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: DSDT 0x00000000CAFC4000 021C9D (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: FACS 0x00000000CAE34000 000040
apr 26 19:58:06 archlinux kernel: ACPI: UEFI 0x00000000CAF7E000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAFFC000 0008C1 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: IVRS 0x00000000CAFFB000 0001A4 (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAFF2000 0083EA (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAFF1000 00044B (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: TPM2 0x00000000CAFF0000 000034 (v04 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: MSDM 0x00000000CAFEF000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: ASF! 0x00000000CAFEE000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: BOOT 0x00000000CAFED000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: HPET 0x00000000CAFEB000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: APIC 0x00000000CAFEA000 000218 (v03 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: MCFG 0x00000000CAFE9000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SLIC 0x00000000CAFE8000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: WDAT 0x00000000CAFE7000 00017C (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: WDRT 0x00000000CAFE6000 000047 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAFC0000 003536 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: VFCT 0x00000000CAFB5000 00AE84 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAFB4000 0000F8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAFAA000 009BAE (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: CRAT 0x00000000CAFA7000 001D50 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: CDIT 0x00000000CAFFD000 000029 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAFA5000 0015B8 (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAFA2000 0029DC (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAFA1000 000777 (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAF97000 0095FD (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: FPDT 0x00000000CAF96000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: WSMT 0x00000000CAF94000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAF91000 0022AD (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAF90000 0006DA (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAF8F000 0005B6 (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAF8E000 000946 (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAF8D000 000464 (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: SSDT 0x00000000CAF8B000 0012FC (v02 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: BGRT 0x00000000CAF95000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
apr 26 19:58:06 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0xcafec000-0xcafec10b]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0xcafc4000-0xcafe5c9c]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0xcae34000-0xcae3403f]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0xcaf7e000-0xcaf7e235]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcaffc000-0xcaffc8c0]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving IVRS table memory at [mem 0xcaffb000-0xcaffb1a3]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcaff2000-0xcaffa3e9]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcaff1000-0xcaff144a]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0xcaff0000-0xcaff0033]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving MSDM table memory at [mem 0xcafef000-0xcafef054]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving ASF! table memory at [mem 0xcafee000-0xcafee0a4]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving BOOT table memory at [mem 0xcafed000-0xcafed027]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0xcafeb000-0xcafeb037]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0xcafea000-0xcafea217]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0xcafe9000-0xcafe903b]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SLIC table memory at [mem 0xcafe8000-0xcafe8175]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving WDAT table memory at [mem 0xcafe7000-0xcafe717b]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving WDRT table memory at [mem 0xcafe6000-0xcafe6046]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcafc0000-0xcafc3535]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving VFCT table memory at [mem 0xcafb5000-0xcafbfe83]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcafb4000-0xcafb40f7]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcafaa000-0xcafb3bad]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving CRAT table memory at [mem 0xcafa7000-0xcafa8d4f]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving CDIT table memory at [mem 0xcaffd000-0xcaffd028]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcafa5000-0xcafa65b7]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcafa2000-0xcafa49db]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcafa1000-0xcafa1776]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcaf97000-0xcafa05fc]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0xcaf96000-0xcaf96043]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0xcaf94000-0xcaf94027]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcaf91000-0xcaf932ac]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcaf90000-0xcaf906d9]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcaf8f000-0xcaf8f5b5]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcaf8e000-0xcaf8e945]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcaf8d000-0xcaf8d463]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xcaf8b000-0xcaf8c2fb]
apr 26 19:58:06 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0xcaf95000-0xcaf95037]
apr 26 19:58:06 archlinux kernel: No NUMA configuration found
apr 26 19:58:06 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000082de7ffff]
apr 26 19:58:06 archlinux kernel: NODE_DATA(0) allocated [mem 0x82de552c0-0x82de7ffff]
apr 26 19:58:06 archlinux kernel: Zone ranges:
apr 26 19:58:06 archlinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
apr 26 19:58:06 archlinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
apr 26 19:58:06 archlinux kernel: Normal [mem 0x0000000100000000-0x000000082de7ffff]
apr 26 19:58:06 archlinux kernel: Device empty
apr 26 19:58:06 archlinux kernel: Movable zone start for each node
apr 26 19:58:06 archlinux kernel: Early memory node ranges
apr 26 19:58:06 archlinux kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
apr 26 19:58:06 archlinux kernel: node 0: [mem 0x0000000000100000-0x0000000009afffff]
apr 26 19:58:06 archlinux kernel: node 0: [mem 0x0000000009e00000-0x0000000009efffff]
apr 26 19:58:06 archlinux kernel: node 0: [mem 0x0000000009f12000-0x00000000b235bfff]
apr 26 19:58:06 archlinux kernel: node 0: [mem 0x00000000b455c000-0x00000000b456afff]
apr 26 19:58:06 archlinux kernel: node 0: [mem 0x00000000b4570000-0x00000000c077efff]
apr 26 19:58:06 archlinux kernel: node 0: [mem 0x00000000cafff000-0x00000000caffffff]
apr 26 19:58:06 archlinux kernel: node 0: [mem 0x0000000100000000-0x0000000807ffffff]
apr 26 19:58:06 archlinux kernel: node 0: [mem 0x0000000828000000-0x000000082de7ffff]
apr 26 19:58:06 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000082de7ffff]
apr 26 19:58:06 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
apr 26 19:58:06 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
apr 26 19:58:06 archlinux kernel: On node 0, zone DMA32: 768 pages in unavailable ranges
apr 26 19:58:06 archlinux kernel: On node 0, zone DMA32: 18 pages in unavailable ranges
apr 26 19:58:06 archlinux kernel: On node 0, zone DMA32: 8704 pages in unavailable ranges
apr 26 19:58:06 archlinux kernel: On node 0, zone DMA32: 5 pages in unavailable ranges
apr 26 19:58:06 archlinux kernel: On node 0, zone DMA32: 43136 pages in unavailable ranges
apr 26 19:58:06 archlinux kernel: On node 0, zone Normal: 20480 pages in unavailable ranges
apr 26 19:58:06 archlinux kernel: On node 0, zone Normal: 8576 pages in unavailable ranges
apr 26 19:58:06 archlinux kernel: ACPI: PM-Timer IO Port: 0x408
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
apr 26 19:58:06 archlinux kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
apr 26 19:58:06 archlinux kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
apr 26 19:58:06 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
apr 26 19:58:06 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
apr 26 19:58:06 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
apr 26 19:58:06 archlinux kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
apr 26 19:58:06 archlinux kernel: CPU topo: Max. logical packages: 1
apr 26 19:58:06 archlinux kernel: CPU topo: Max. logical dies: 2
apr 26 19:58:06 archlinux kernel: CPU topo: Max. dies per package: 2
apr 26 19:58:06 archlinux kernel: CPU topo: Max. threads per core: 2
apr 26 19:58:06 archlinux kernel: CPU topo: Num. cores per package: 16
apr 26 19:58:06 archlinux kernel: CPU topo: Num. threads per package: 32
apr 26 19:58:06 archlinux kernel: CPU topo: Allowing 32 present CPUs plus 0 hotplug CPUs
apr 26 19:58:06 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
apr 26 19:58:06 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
apr 26 19:58:06 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
apr 26 19:58:06 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f11fff]
apr 26 19:58:06 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xb235c000-0xb455bfff]
apr 26 19:58:06 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xb456b000-0xb456ffff]
apr 26 19:58:06 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbbfbb000-0xbbfbbfff]
apr 26 19:58:06 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc077f000-0xcaffefff]
apr 26 19:58:06 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xffffffff]
apr 26 19:58:06 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x808000000-0x827ffffff]
apr 26 19:58:06 archlinux kernel: [mem 0xd0000000-0xfed7ffff] available for PCI devices
apr 26 19:58:06 archlinux kernel: Booting paravirtualized kernel on bare hardware
apr 26 19:58:06 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
apr 26 19:58:06 archlinux kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
apr 26 19:58:06 archlinux kernel: percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
apr 26 19:58:06 archlinux kernel: pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
apr 26 19:58:06 archlinux kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
apr 26 19:58:06 archlinux kernel: pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
apr 26 19:58:06 archlinux kernel: pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23
apr 26 19:58:06 archlinux kernel: pcpu-alloc: [0] 24 25 26 27 [0] 28 29 30 31
apr 26 19:58:06 archlinux kernel: Kernel command line: quiet bgrt_disable nouveau.config=NvGspRm=1 rd.luks.name=e979cf81-39d6-483f-b0b0-e6f61b082e8f=root root=/dev/mapper/root
apr 26 19:58:06 archlinux kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
apr 26 19:58:06 archlinux kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
apr 26 19:58:06 archlinux kernel: printk: log_buf_len min size: 131072 bytes
apr 26 19:58:06 archlinux kernel: printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
apr 26 19:58:06 archlinux kernel: printk: early log buf free: 111920(85%)
apr 26 19:58:06 archlinux kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
apr 26 19:58:06 archlinux kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
apr 26 19:58:06 archlinux kernel: Fallback order for Node 0: 0
apr 26 19:58:06 archlinux kernel: Built 1 zonelists, mobility grouping on. Total pages: 8175751
apr 26 19:58:06 archlinux kernel: Policy zone: Normal
apr 26 19:58:06 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
apr 26 19:58:06 archlinux kernel: software IO TLB: area num 32.
apr 26 19:58:06 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
apr 26 19:58:06 archlinux kernel: ftrace: allocating 52810 entries in 207 pages
apr 26 19:58:06 archlinux kernel: ftrace: allocated 207 pages with 6 groups
apr 26 19:58:06 archlinux kernel: Dynamic Preempt: full
apr 26 19:58:06 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
apr 26 19:58:06 archlinux kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
apr 26 19:58:06 archlinux kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
apr 26 19:58:06 archlinux kernel: Trampoline variant of Tasks RCU enabled.
apr 26 19:58:06 archlinux kernel: Rude variant of Tasks RCU enabled.
apr 26 19:58:06 archlinux kernel: Tracing variant of Tasks RCU enabled.
apr 26 19:58:06 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
apr 26 19:58:06 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
apr 26 19:58:06 archlinux kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
apr 26 19:58:06 archlinux kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
apr 26 19:58:06 archlinux kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
apr 26 19:58:06 archlinux kernel: NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16
apr 26 19:58:06 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
apr 26 19:58:06 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
apr 26 19:58:06 archlinux kernel: Console: colour dummy device 80x25
apr 26 19:58:06 archlinux kernel: printk: legacy console [tty0] enabled
apr 26 19:58:06 archlinux kernel: ACPI: Core revision 20240827
apr 26 19:58:06 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
apr 26 19:58:06 archlinux kernel: APIC: Switch to symmetric I/O mode setup
apr 26 19:58:06 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:0xa0
apr 26 19:58:06 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:0xa0
apr 26 19:58:06 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:0xa0
apr 26 19:58:06 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:0xa0
apr 26 19:58:06 archlinux kernel: AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
apr 26 19:58:06 archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
apr 26 19:58:06 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
apr 26 19:58:06 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23f8225a58d, max_idle_ns: 440795299019 ns
apr 26 19:58:06 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.73 BogoMIPS (lpj=2495368)
apr 26 19:58:06 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
apr 26 19:58:06 archlinux kernel: LVT offset 1 assigned for vector 0xf9
apr 26 19:58:06 archlinux kernel: LVT offset 2 assigned for vector 0xf4
apr 26 19:58:06 archlinux kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
apr 26 19:58:06 archlinux kernel: Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
apr 26 19:58:06 archlinux kernel: process: using mwait in idle threads
apr 26 19:58:06 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
apr 26 19:58:06 archlinux kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
apr 26 19:58:06 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
apr 26 19:58:06 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
apr 26 19:58:06 archlinux kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
apr 26 19:58:06 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
apr 26 19:58:06 archlinux kernel: Speculative Return Stack Overflow: Mitigation: Safe RET
apr 26 19:58:06 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
apr 26 19:58:06 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
apr 26 19:58:06 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
apr 26 19:58:06 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
apr 26 19:58:06 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
apr 26 19:58:06 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
apr 26 19:58:06 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
apr 26 19:58:06 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
apr 26 19:58:06 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
apr 26 19:58:06 archlinux kernel: x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
apr 26 19:58:06 archlinux kernel: x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
apr 26 19:58:06 archlinux kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
apr 26 19:58:06 archlinux kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
apr 26 19:58:06 archlinux kernel: x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
apr 26 19:58:06 archlinux kernel: x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
apr 26 19:58:06 archlinux kernel: Freeing SMP alternatives memory: 60K
apr 26 19:58:06 archlinux kernel: pid_max: default: 32768 minimum: 301
apr 26 19:58:06 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
apr 26 19:58:06 archlinux kernel: landlock: Up and running.
apr 26 19:58:06 archlinux kernel: Yama: becoming mindful.
apr 26 19:58:06 archlinux kernel: LSM support for eBPF active
apr 26 19:58:06 archlinux kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
apr 26 19:58:06 archlinux kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
apr 26 19:58:06 archlinux kernel: smpboot: CPU0: AMD Ryzen 9 7945HX with Radeon Graphics (family: 0x19, model: 0x61, stepping: 0x2)
apr 26 19:58:06 archlinux kernel: Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
apr 26 19:58:06 archlinux kernel: ... version: 2
apr 26 19:58:06 archlinux kernel: ... bit width: 48
apr 26 19:58:06 archlinux kernel: ... generic registers: 6
apr 26 19:58:06 archlinux kernel: ... value mask: 0000ffffffffffff
apr 26 19:58:06 archlinux kernel: ... max period: 00007fffffffffff
apr 26 19:58:06 archlinux kernel: ... fixed-purpose events: 0
apr 26 19:58:06 archlinux kernel: ... event mask: 000000000000003f
apr 26 19:58:06 archlinux kernel: signal: max sigframe size: 3376
apr 26 19:58:06 archlinux kernel: rcu: Hierarchical SRCU implementation.
apr 26 19:58:06 archlinux kernel: rcu: Max phase no-delay instances is 400.
apr 26 19:58:06 archlinux kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
apr 26 19:58:06 archlinux kernel: MCE: In-kernel MCE decoding enabled.
apr 26 19:58:06 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
apr 26 19:58:06 archlinux kernel: smp: Bringing up secondary CPUs ...
apr 26 19:58:06 archlinux kernel: smpboot: x86: Booting SMP configuration:
apr 26 19:58:06 archlinux kernel: .... node #0, CPUs: #2 #4 #6 #8 #10 #12 #14 #16 #18 #20 #22 #24 #26 #28 #30
apr 26 19:58:06 archlinux kernel: TSC synchronization [CPU#0 -> CPU#2]:
apr 26 19:58:06 archlinux kernel: Measured 7764933612 cycles TSC warp between CPUs, turning off TSC clock.
apr 26 19:58:06 archlinux kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
apr 26 19:58:06 archlinux kernel: #1 #3 #5 #7 #9 #11 #13 #15 #17 #19 #21 #23 #25 #27 #29 #31
apr 26 19:58:06 archlinux kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
apr 26 19:58:06 archlinux kernel: smp: Brought up 1 node, 32 CPUs
apr 26 19:58:06 archlinux kernel: smpboot: Total of 32 processors activated (159703.55 BogoMIPS)
apr 26 19:58:06 archlinux kernel: Memory: 31872024K/32703004K available (21789K kernel code, 2905K rwdata, 16012K rodata, 4664K init, 4692K bss, 793396K reserved, 0K cma-reserved)
apr 26 19:58:06 archlinux kernel: devtmpfs: initialized
apr 26 19:58:06 archlinux kernel: x86/mm: Memory block size: 128MB
apr 26 19:58:06 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f11fff] (73728 bytes)
apr 26 19:58:06 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xc2f7f000-0xcaf7efff] (134217728 bytes)
apr 26 19:58:06 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
apr 26 19:58:06 archlinux kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
apr 26 19:58:06 archlinux kernel: pinctrl core: initialized pinctrl subsystem
apr 26 19:58:06 archlinux kernel: PM: RTC time: 17:58:05, date: 2025-04-26
apr 26 19:58:06 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
apr 26 19:58:06 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
apr 26 19:58:06 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
apr 26 19:58:06 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
apr 26 19:58:06 archlinux kernel: audit: initializing netlink subsys (disabled)
apr 26 19:58:06 archlinux kernel: audit: type=2000 audit(1745690285.000:1): state=initialized audit_enabled=0 res=1
apr 26 19:58:06 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
apr 26 19:58:06 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
apr 26 19:58:06 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
apr 26 19:58:06 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
apr 26 19:58:06 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
apr 26 19:58:06 archlinux kernel: cpuidle: using governor ladder
apr 26 19:58:06 archlinux kernel: cpuidle: using governor menu
apr 26 19:58:06 archlinux kernel: Simple Boot Flag at 0x44 set to 0x1
apr 26 19:58:06 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
apr 26 19:58:06 archlinux kernel: PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
apr 26 19:58:06 archlinux kernel: PCI: Using configuration type 1 for base access
apr 26 19:58:06 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
apr 26 19:58:06 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
apr 26 19:58:06 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
apr 26 19:58:06 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
apr 26 19:58:06 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
apr 26 19:58:06 archlinux kernel: raid6: skipped pq benchmark and selected avx512x4
apr 26 19:58:06 archlinux kernel: raid6: using avx512x2 recovery algorithm
apr 26 19:58:06 archlinux kernel: ACPI: Added _OSI(Module Device)
apr 26 19:58:06 archlinux kernel: ACPI: Added _OSI(Processor Device)
apr 26 19:58:06 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
apr 26 19:58:06 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
apr 26 19:58:06 archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PB2], AE_NOT_FOUND (20240827/dswload2-162)
apr 26 19:58:06 archlinux kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240827/psobject-220)
apr 26 19:58:06 archlinux kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
apr 26 19:58:06 archlinux kernel: ACPI: 17 ACPI AML tables successfully acquired and loaded
apr 26 19:58:06 archlinux kernel: ACPI: EC: EC started
apr 26 19:58:06 archlinux kernel: ACPI: EC: interrupt blocked
apr 26 19:58:06 archlinux kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
apr 26 19:58:06 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
apr 26 19:58:06 archlinux kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
apr 26 19:58:06 archlinux kernel: ACPI: Interpreter enabled
apr 26 19:58:06 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
apr 26 19:58:06 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
apr 26 19:58:06 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
apr 26 19:58:06 archlinux kernel: PCI: Ignoring E820 reservations for host bridge windows
apr 26 19:58:06 archlinux kernel: ACPI: Enabled 6 GPEs in block 00 to 1F
apr 26 19:58:06 archlinux kernel: ACPI: \_SB_.PCI0.GPP0.PG00: New power resource
apr 26 19:58:06 archlinux kernel: ACPI: \_SB_.PCI0.GPP2.PWR1: New power resource
apr 26 19:58:06 archlinux kernel: ACPI: \_SB_.PCI0.GPP3.WL00.WRST: New power resource
apr 26 19:58:06 archlinux kernel: ACPI: \_SB_.PCI0.GP19.XHC2.RHUB.PRT1.HS01.BTPR: New power resource
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKA disabled
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKB disabled
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKC disabled
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKD disabled
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKE disabled
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKF disabled
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKG disabled
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
apr 26 19:58:06 archlinux kernel: ACPI: PCI: Interrupt link LNKH disabled
apr 26 19:58:06 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
apr 26 19:58:06 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
apr 26 19:58:06 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER]
apr 26 19:58:06 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR DPC]
apr 26 19:58:06 archlinux kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
apr 26 19:58:06 archlinux kernel: PCI host bridge to bus 0000:00
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xd1afffff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfd000000 window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x10020200000-0x3ffcffffffff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: bridge window [io 0x3000-0x3fff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0xd0000000-0xd10fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0x3ff800000000-0x3ffc01ffffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.2: bridge window [mem 0xd1900000-0xd19fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.1: bridge window [mem 0xd1800000-0xd18fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.2: bridge window [mem 0xd1700000-0xd17fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.2: bridge window [mem 0x3ffc02000000-0x3ffc020fffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.3: [1022:14db] type 01 class 0x060400 PCIe Root Port
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.3: PCI bridge to [bus 05]
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.3: bridge window [io 0x2000-0x2fff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.3: bridge window [mem 0xd1600000-0xd16fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: bridge window [mem 0xd1200000-0xd15fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: bridge window [mem 0x3ffc10000000-0x3ffc201fffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: enabling Extended Tags
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.3: PCI bridge to [bus 07]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.3: bridge window [mem 0xd1100000-0xd11fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.3: enabling Extended Tags
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: [10de:2757] type 00 class 0x030000 PCIe Legacy Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: BAR 0 [mem 0xd0000000-0xd0ffffff]
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: BAR 1 [mem 0x3ff800000000-0x3ffbffffffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: BAR 3 [mem 0x3ffc00000000-0x3ffc01ffffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: BAR 5 [io 0x3000-0x307f]
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.1: [10de:22bb] type 00 class 0x040300 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.1: BAR 0 [mem 0xd1000000-0xd1003fff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
apr 26 19:58:06 archlinux kernel: pci 0000:02:00.0: [1344:5407] type 00 class 0x010802 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:02:00.0: BAR 0 [mem 0xd1900000-0xd1903fff 64bit]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
apr 26 19:58:06 archlinux kernel: pci 0000:03:00.0: [1d97:1602] type 00 class 0x010802 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:03:00.0: BAR 0 [mem 0xd1800000-0xd1803fff 64bit]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
apr 26 19:58:06 archlinux kernel: pci 0000:04:00.0: [14c3:0616] type 00 class 0x028000 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:04:00.0: BAR 0 [mem 0x3ffc02000000-0x3ffc020fffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:04:00.0: BAR 2 [mem 0xd1700000-0xd1707fff 64bit]
apr 26 19:58:06 archlinux kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
apr 26 19:58:06 archlinux kernel: pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:05:00.0: BAR 0 [io 0x2000-0x20ff]
apr 26 19:58:06 archlinux kernel: pci 0000:05:00.0: BAR 2 [mem 0xd1604000-0xd1604fff 64bit]
apr 26 19:58:06 archlinux kernel: pci 0000:05:00.0: BAR 4 [mem 0xd1600000-0xd1603fff 64bit]
apr 26 19:58:06 archlinux kernel: pci 0000:05:00.0: supports D1 D2
apr 26 19:58:06 archlinux kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.3: PCI bridge to [bus 05]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: [1002:164e] type 00 class 0x030000 PCIe Legacy Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: BAR 0 [mem 0x3ffc10000000-0x3ffc1fffffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: BAR 2 [mem 0x3ffc20000000-0x3ffc201fffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: BAR 4 [io 0x1000-0x10ff]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: BAR 5 [mem 0xd1500000-0xd157ffff]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: enabling Extended Tags
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.2: BAR 2 [mem 0xd1400000-0xd14fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.2: BAR 5 [mem 0xd15c8000-0xd15c9fff]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.2: enabling Extended Tags
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.3: BAR 0 [mem 0xd1200000-0xd12fffff 64bit]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.3: enabling Extended Tags
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.4: BAR 0 [mem 0xd1300000-0xd13fffff 64bit]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.4: enabling Extended Tags
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.5: BAR 0 [mem 0xd1580000-0xd15bffff]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.5: enabling Extended Tags
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.6: BAR 0 [mem 0xd15c0000-0xd15c7fff]
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.6: enabling Extended Tags
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
apr 26 19:58:06 archlinux kernel: pci 0000:07:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
apr 26 19:58:06 archlinux kernel: pci 0000:07:00.0: BAR 0 [mem 0xd1100000-0xd11fffff 64bit]
apr 26 19:58:06 archlinux kernel: pci 0000:07:00.0: enabling Extended Tags
apr 26 19:58:06 archlinux kernel: pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.3: PCI bridge to [bus 07]
apr 26 19:58:06 archlinux kernel: ACPI: EC: interrupt unblocked
apr 26 19:58:06 archlinux kernel: ACPI: EC: event unblocked
apr 26 19:58:06 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
apr 26 19:58:06 archlinux kernel: ACPI: EC: GPE=0x7
apr 26 19:58:06 archlinux kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
apr 26 19:58:06 archlinux kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
apr 26 19:58:06 archlinux kernel: iommu: Default domain type: Translated
apr 26 19:58:06 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
apr 26 19:58:06 archlinux kernel: SCSI subsystem initialized
apr 26 19:58:06 archlinux kernel: libata version 3.00 loaded.
apr 26 19:58:06 archlinux kernel: ACPI: bus type USB registered
apr 26 19:58:06 archlinux kernel: usbcore: registered new interface driver usbfs
apr 26 19:58:06 archlinux kernel: usbcore: registered new interface driver hub
apr 26 19:58:06 archlinux kernel: usbcore: registered new device driver usb
apr 26 19:58:06 archlinux kernel: EDAC MC: Ver: 3.0.0
apr 26 19:58:06 archlinux kernel: efivars: Registered efivars operations
apr 26 19:58:06 archlinux kernel: NetLabel: Initializing
apr 26 19:58:06 archlinux kernel: NetLabel: domain hash size = 128
apr 26 19:58:06 archlinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
apr 26 19:58:06 archlinux kernel: NetLabel: unlabeled traffic allowed by default
apr 26 19:58:06 archlinux kernel: mctp: management component transport protocol core
apr 26 19:58:06 archlinux kernel: NET: Registered PF_MCTP protocol family
apr 26 19:58:06 archlinux kernel: PCI: Using ACPI for IRQ routing
apr 26 19:58:06 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0xafc06018-0xafffffff]
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0xb235c000-0xb3ffffff]
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0xb456b000-0xb7ffffff]
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0xb4571018-0xb7ffffff]
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0xbbfbb000-0xbbffffff]
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0xc077f000-0xc3ffffff]
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
apr 26 19:58:06 archlinux kernel: e820: reserve RAM buffer [mem 0x82de80000-0x82fffffff]
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: vgaarb: bridge control possible
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: vgaarb: setting as boot VGA device (overriding previous)
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: vgaarb: bridge control possible
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
apr 26 19:58:06 archlinux kernel: vgaarb: loaded
apr 26 19:58:06 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
apr 26 19:58:06 archlinux kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
apr 26 19:58:06 archlinux kernel: clocksource: Switched to clocksource hpet
apr 26 19:58:06 archlinux kernel: VFS: Disk quotas dquot_6.6.0
apr 26 19:58:06 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
apr 26 19:58:06 archlinux kernel: pnp: PnP ACPI init
apr 26 19:58:06 archlinux kernel: system 00:00: [mem 0xf0000000-0xffffffff] could not be reserved
apr 26 19:58:06 archlinux kernel: system 00:01: [mem 0xfec00000-0xfec01fff] could not be reserved
apr 26 19:58:06 archlinux kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
apr 26 19:58:06 archlinux kernel: system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
apr 26 19:58:06 archlinux kernel: system 00:03: [io 0x0400-0x04cf] could not be reserved
apr 26 19:58:06 archlinux kernel: system 00:03: [io 0x04d0-0x04d1] has been reserved
apr 26 19:58:06 archlinux kernel: system 00:03: [io 0x04d6] has been reserved
apr 26 19:58:06 archlinux kernel: system 00:03: [io 0x0c00-0x0c01] has been reserved
apr 26 19:58:06 archlinux kernel: system 00:03: [io 0x0c14] has been reserved
apr 26 19:58:06 archlinux kernel: system 00:03: [io 0x0c50-0x0c52] has been reserved
apr 26 19:58:06 archlinux kernel: system 00:03: [io 0x0c6c] has been reserved
apr 26 19:58:06 archlinux kernel: system 00:03: [io 0x0c6f] has been reserved
apr 26 19:58:06 archlinux kernel: system 00:03: [io 0x0cd0-0x0cdb] has been reserved
apr 26 19:58:06 archlinux kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
apr 26 19:58:06 archlinux kernel: pnp: PnP ACPI: found 6 devices
apr 26 19:58:06 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
apr 26 19:58:06 archlinux kernel: NET: Registered PF_INET protocol family
apr 26 19:58:06 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
apr 26 19:58:06 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
apr 26 19:58:06 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
apr 26 19:58:06 archlinux kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
apr 26 19:58:06 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
apr 26 19:58:06 archlinux kernel: TCP: Hash tables configured (established 262144 bind 65536)
apr 26 19:58:06 archlinux kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
apr 26 19:58:06 archlinux kernel: UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
apr 26 19:58:06 archlinux kernel: UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
apr 26 19:58:06 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
apr 26 19:58:06 archlinux kernel: NET: Registered PF_XDP protocol family
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: ROM [mem 0xd1080000-0xd10fffff pref]: assigned
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: bridge window [io 0x3000-0x3fff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0xd0000000-0xd10fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0x3ff800000000-0x3ffc01ffffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.2: bridge window [mem 0xd1900000-0xd19fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.1: bridge window [mem 0xd1800000-0xd18fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.2: bridge window [mem 0xd1700000-0xd17fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.2: bridge window [mem 0x3ffc02000000-0x3ffc020fffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.3: PCI bridge to [bus 05]
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.3: bridge window [io 0x2000-0x2fff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.3: bridge window [mem 0xd1600000-0xd16fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: bridge window [mem 0xd1200000-0xd15fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: bridge window [mem 0x3ffc10000000-0x3ffc201fffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.3: PCI bridge to [bus 07]
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.3: bridge window [mem 0xd1100000-0xd11fffff]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xd1afffff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 10 [mem 0xf8000000-0xfd000000 window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 11 [mem 0xfed45000-0xfed814ff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 12 [mem 0xfed81900-0xfed81fff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 13 [mem 0xfedc0000-0xfedc0fff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 14 [mem 0xfedc6000-0xfedc6fff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:00: resource 15 [mem 0x10020200000-0x3ffcffffffff window]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd10fffff]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:01: resource 2 [mem 0x3ff800000000-0x3ffc01ffffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xd1900000-0xd19fffff]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xd1800000-0xd18fffff]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0xd1700000-0xd17fffff]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:04: resource 2 [mem 0x3ffc02000000-0x3ffc020fffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:05: resource 1 [mem 0xd1600000-0xd16fffff]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:06: resource 0 [io 0x1000-0x1fff]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:06: resource 1 [mem 0xd1200000-0xd15fffff]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:06: resource 2 [mem 0x3ffc10000000-0x3ffc201fffff 64bit pref]
apr 26 19:58:06 archlinux kernel: pci_bus 0000:07: resource 1 [mem 0xd1100000-0xd11fffff]
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
apr 26 19:58:06 archlinux kernel: PCI: CLS 64 bytes, default 64
apr 26 19:58:06 archlinux kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
apr 26 19:58:06 archlinux kernel: Trying to unpack rootfs image as initramfs...
apr 26 19:58:06 archlinux kernel: pci 0000:00:00.0: Adding to iommu group 0
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.0: Adding to iommu group 1
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.1: Adding to iommu group 2
apr 26 19:58:06 archlinux kernel: pci 0000:00:01.2: Adding to iommu group 3
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.0: Adding to iommu group 4
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.1: Adding to iommu group 5
apr 26 19:58:06 archlinux kernel: pci 0000:00:02.2: Adding to iommu group 6
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.0: Adding to iommu group 7
apr 26 19:58:06 archlinux kernel: pci 0000:00:03.3: Adding to iommu group 8
apr 26 19:58:06 archlinux kernel: pci 0000:00:04.0: Adding to iommu group 9
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.0: Adding to iommu group 10
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.1: Adding to iommu group 11
apr 26 19:58:06 archlinux kernel: pci 0000:00:08.3: Adding to iommu group 12
apr 26 19:58:06 archlinux kernel: pci 0000:00:14.0: Adding to iommu group 13
apr 26 19:58:06 archlinux kernel: pci 0000:00:14.3: Adding to iommu group 13
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.0: Adding to iommu group 14
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.1: Adding to iommu group 14
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.2: Adding to iommu group 14
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.3: Adding to iommu group 14
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.4: Adding to iommu group 14
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.5: Adding to iommu group 14
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.6: Adding to iommu group 14
apr 26 19:58:06 archlinux kernel: pci 0000:00:18.7: Adding to iommu group 14
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.0: Adding to iommu group 15
apr 26 19:58:06 archlinux kernel: pci 0000:01:00.1: Adding to iommu group 15
apr 26 19:58:06 archlinux kernel: pci 0000:02:00.0: Adding to iommu group 16
apr 26 19:58:06 archlinux kernel: pci 0000:03:00.0: Adding to iommu group 17
apr 26 19:58:06 archlinux kernel: pci 0000:04:00.0: Adding to iommu group 18
apr 26 19:58:06 archlinux kernel: pci 0000:05:00.0: Adding to iommu group 19
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.0: Adding to iommu group 20
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.2: Adding to iommu group 21
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.3: Adding to iommu group 22
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.4: Adding to iommu group 23
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.5: Adding to iommu group 24
apr 26 19:58:06 archlinux kernel: pci 0000:06:00.6: Adding to iommu group 25
apr 26 19:58:06 archlinux kernel: pci 0000:07:00.0: Adding to iommu group 26
apr 26 19:58:06 archlinux kernel: AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
apr 26 19:58:06 archlinux kernel: AMD-Vi: Interrupt remapping enabled
apr 26 19:58:06 archlinux kernel: AMD-Vi: Virtual APIC enabled
apr 26 19:58:06 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
apr 26 19:58:06 archlinux kernel: software IO TLB: mapped [mem 0x00000000b7279000-0x00000000bb279000] (64MB)
apr 26 19:58:06 archlinux kernel: LVT offset 0 assigned for vector 0x400
apr 26 19:58:06 archlinux kernel: perf: AMD IBS detected (0x00000bff)
apr 26 19:58:06 archlinux kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
apr 26 19:58:06 archlinux kernel: Initialise system trusted keyrings
apr 26 19:58:06 archlinux kernel: Key type blacklist registered
apr 26 19:58:06 archlinux kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
apr 26 19:58:06 archlinux kernel: fuse: init (API version 7.42)
apr 26 19:58:06 archlinux kernel: integrity: Platform Keyring initialized
apr 26 19:58:06 archlinux kernel: integrity: Machine keyring initialized
apr 26 19:58:06 archlinux kernel: xor: automatically using best checksumming function avx
apr 26 19:58:06 archlinux kernel: Key type asymmetric registered
apr 26 19:58:06 archlinux kernel: Asymmetric key parser 'x509' registered
apr 26 19:58:06 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
apr 26 19:58:06 archlinux kernel: io scheduler mq-deadline registered
apr 26 19:58:06 archlinux kernel: io scheduler kyber registered
apr 26 19:58:06 archlinux kernel: io scheduler bfq registered
apr 26 19:58:06 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
apr 26 19:58:06 archlinux kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 28
apr 26 19:58:06 archlinux kernel: pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
apr 26 19:58:06 archlinux kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 29
apr 26 19:58:06 archlinux kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 30
apr 26 19:58:06 archlinux kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 31
apr 26 19:58:06 archlinux kernel: pcieport 0000:00:03.3: PME: Signaling with IRQ 32
apr 26 19:58:06 archlinux kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 33
apr 26 19:58:06 archlinux kernel: pcieport 0000:00:08.3: PME: Signaling with IRQ 34
apr 26 19:58:06 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
apr 26 19:58:06 archlinux kernel: ACPI: AC: AC Adapter [ADP0] (on-line)
apr 26 19:58:06 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
apr 26 19:58:06 archlinux kernel: ACPI: button: Power Button [PWRB]
apr 26 19:58:06 archlinux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
apr 26 19:58:06 archlinux kernel: ACPI: button: Lid Switch [LID0]
apr 26 19:58:06 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
apr 26 19:58:06 archlinux kernel: ACPI: button: Power Button [PWRF]
apr 26 19:58:06 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
apr 26 19:58:06 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1630
apr 26 19:58:06 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
apr 26 19:58:06 archlinux kernel: Non-volatile memory driver v1.3
apr 26 19:58:06 archlinux kernel: Linux agpgart interface v0.103
apr 26 19:58:06 archlinux kernel: Freeing initrd memory: 91096K
apr 26 19:58:06 archlinux kernel: ACPI: battery: Slot [BAT0] (battery present)
apr 26 19:58:06 archlinux kernel: tpm_crb MSFT0101:00: Disabling hwrng
apr 26 19:58:06 archlinux kernel: ACPI: bus type drm_connector registered
apr 26 19:58:06 archlinux kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
apr 26 19:58:06 archlinux kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 1
apr 26 19:58:06 archlinux kernel: xhci_hcd 0000:06:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
apr 26 19:58:06 archlinux kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
apr 26 19:58:06 archlinux kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 2
apr 26 19:58:06 archlinux kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
apr 26 19:58:07 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
apr 26 19:58:07 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
apr 26 19:58:07 archlinux kernel: usb usb1: Product: xHCI Host Controller
apr 26 19:58:07 archlinux kernel: usb usb1: Manufacturer: Linux 6.14.3-zen1-1.1-zen xhci-hcd
apr 26 19:58:07 archlinux kernel: usb usb1: SerialNumber: 0000:06:00.3
apr 26 19:58:07 archlinux kernel: hub 1-0:1.0: USB hub found
apr 26 19:58:07 archlinux kernel: hub 1-0:1.0: 2 ports detected
apr 26 19:58:07 archlinux kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
apr 26 19:58:07 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
apr 26 19:58:07 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
apr 26 19:58:07 archlinux kernel: usb usb2: Product: xHCI Host Controller
apr 26 19:58:07 archlinux kernel: usb usb2: Manufacturer: Linux 6.14.3-zen1-1.1-zen xhci-hcd
apr 26 19:58:07 archlinux kernel: usb usb2: SerialNumber: 0000:06:00.3
apr 26 19:58:07 archlinux kernel: hub 2-0:1.0: USB hub found
apr 26 19:58:07 archlinux kernel: hub 2-0:1.0: 2 ports detected
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 3
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:06:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 4
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
apr 26 19:58:07 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
apr 26 19:58:07 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
apr 26 19:58:07 archlinux kernel: usb usb3: Product: xHCI Host Controller
apr 26 19:58:07 archlinux kernel: usb usb3: Manufacturer: Linux 6.14.3-zen1-1.1-zen xhci-hcd
apr 26 19:58:07 archlinux kernel: usb usb3: SerialNumber: 0000:06:00.4
apr 26 19:58:07 archlinux kernel: hub 3-0:1.0: USB hub found
apr 26 19:58:07 archlinux kernel: hub 3-0:1.0: 2 ports detected
apr 26 19:58:07 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
apr 26 19:58:07 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
apr 26 19:58:07 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
apr 26 19:58:07 archlinux kernel: usb usb4: Product: xHCI Host Controller
apr 26 19:58:07 archlinux kernel: usb usb4: Manufacturer: Linux 6.14.3-zen1-1.1-zen xhci-hcd
apr 26 19:58:07 archlinux kernel: usb usb4: SerialNumber: 0000:06:00.4
apr 26 19:58:07 archlinux kernel: hub 4-0:1.0: USB hub found
apr 26 19:58:07 archlinux kernel: hub 4-0:1.0: 2 ports detected
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 5
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:07:00.0: USB3 root hub has no ports
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:07:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 6
apr 26 19:58:07 archlinux kernel: xhci_hcd 0000:07:00.0: Host supports USB 3.0 SuperSpeed
apr 26 19:58:07 archlinux kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
apr 26 19:58:07 archlinux kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
apr 26 19:58:07 archlinux kernel: usb usb5: Product: xHCI Host Controller
apr 26 19:58:07 archlinux kernel: usb usb5: Manufacturer: Linux 6.14.3-zen1-1.1-zen xhci-hcd
apr 26 19:58:07 archlinux kernel: usb usb5: SerialNumber: 0000:07:00.0
apr 26 19:58:07 archlinux kernel: hub 5-0:1.0: USB hub found
apr 26 19:58:07 archlinux kernel: hub 5-0:1.0: 1 port detected
apr 26 19:58:07 archlinux kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
apr 26 19:58:07 archlinux kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
apr 26 19:58:07 archlinux kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
apr 26 19:58:07 archlinux kernel: usb usb6: Product: xHCI Host Controller
apr 26 19:58:07 archlinux kernel: usb usb6: Manufacturer: Linux 6.14.3-zen1-1.1-zen xhci-hcd
apr 26 19:58:07 archlinux kernel: usb usb6: SerialNumber: 0000:07:00.0
apr 26 19:58:07 archlinux kernel: hub 6-0:1.0: USB hub found
apr 26 19:58:07 archlinux kernel: hub 6-0:1.0: config failed, hub doesn't have any ports! (err -19)
apr 26 19:58:07 archlinux kernel: usbcore: registered new interface driver usbserial_generic
apr 26 19:58:07 archlinux kernel: usbserial: USB Serial support registered for generic
apr 26 19:58:07 archlinux kernel: rtc_cmos 00:02: RTC can wake from S4
apr 26 19:58:07 archlinux kernel: rtc_cmos 00:02: registered as rtc0
apr 26 19:58:07 archlinux kernel: rtc_cmos 00:02: setting system clock to 2025-04-26T17:58:06 UTC (1745690286)
apr 26 19:58:07 archlinux kernel: rtc_cmos 00:02: alarms up to one month, 114 bytes nvram
apr 26 19:58:07 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
apr 26 19:58:07 archlinux kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
apr 26 19:58:07 archlinux kernel: fbcon: Deferring console take-over
apr 26 19:58:07 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
apr 26 19:58:07 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
apr 26 19:58:07 archlinux kernel: drop_monitor: Initializing network drop monitor service
apr 26 19:58:07 archlinux kernel: NET: Registered PF_INET6 protocol family
apr 26 19:58:07 archlinux kernel: Segment Routing with IPv6
apr 26 19:58:07 archlinux kernel: RPL Segment Routing with IPv6
apr 26 19:58:07 archlinux kernel: In-situ OAM (IOAM) with IPv6
apr 26 19:58:07 archlinux kernel: NET: Registered PF_PACKET protocol family
apr 26 19:58:07 archlinux kernel: microcode: Current revision: 0x0a601209
apr 26 19:58:07 archlinux kernel: microcode: Updated early from: 0x0a601206
apr 26 19:58:07 archlinux kernel: resctrl: L3 allocation detected
apr 26 19:58:07 archlinux kernel: resctrl: MB allocation detected
apr 26 19:58:07 archlinux kernel: resctrl: SMBA allocation detected
apr 26 19:58:07 archlinux kernel: resctrl: L3 monitoring detected
apr 26 19:58:07 archlinux kernel: IPI shorthand broadcast: enabled
apr 26 19:58:07 archlinux kernel: registered taskstats version 1
apr 26 19:58:07 archlinux kernel: Loading compiled-in X.509 certificates
apr 26 19:58:07 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 129f9fbecbbb5c2cf17c3b913602243861cb677b'
apr 26 19:58:07 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
apr 26 19:58:07 archlinux kernel: Demotion targets for Node 0: null
apr 26 19:58:07 archlinux kernel: Key type .fscrypt registered
apr 26 19:58:07 archlinux kernel: Key type fscrypt-provisioning registered
apr 26 19:58:07 archlinux kernel: Btrfs loaded, zoned=yes, fsverity=yes
apr 26 19:58:07 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
apr 26 19:58:07 archlinux kernel: integrity: Loaded X.509 cert 'Database Key: 00c62977dd73978e189c9a46ac36f74677'
apr 26 19:58:07 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
apr 26 19:58:07 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
apr 26 19:58:07 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
apr 26 19:58:07 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
apr 26 19:58:07 archlinux kernel: PM: Magic number: 5:189:998
apr 26 19:58:07 archlinux kernel: system 00:00: hash matches
apr 26 19:58:07 archlinux kernel: RAS: Correctable Errors collector initialized.
apr 26 19:58:07 archlinux kernel: Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
apr 26 19:58:07 archlinux kernel: clk: Disabling unused clocks
apr 26 19:58:07 archlinux kernel: PM: genpd: Disabling unused power domains
apr 26 19:58:07 archlinux kernel: Freeing unused decrypted memory: 2028K
apr 26 19:58:07 archlinux kernel: Freeing unused kernel image (initmem) memory: 4664K
apr 26 19:58:07 archlinux kernel: Write protecting the kernel read-only data: 38912k
apr 26 19:58:07 archlinux kernel: Freeing unused kernel image (text/rodata gap) memory: 736K
apr 26 19:58:07 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 372K
apr 26 19:58:07 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
apr 26 19:58:07 archlinux kernel: rodata_test: all tests were successful
apr 26 19:58:07 archlinux kernel: Run /init as init process
apr 26 19:58:07 archlinux kernel: with arguments:
apr 26 19:58:07 archlinux kernel: /init
apr 26 19:58:07 archlinux kernel: with environment:
apr 26 19:58:07 archlinux kernel: HOME=/
apr 26 19:58:07 archlinux kernel: TERM=linux
apr 26 19:58:07 archlinux systemd[1]: Successfully made /usr/ read-only.
apr 26 19:58:07 archlinux systemd[1]: systemd 257.5-2.1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
apr 26 19:58:07 archlinux systemd[1]: Detected architecture x86-64.
apr 26 19:58:07 archlinux systemd[1]: Running in initrd.
apr 26 19:58:07 archlinux systemd[1]: Initializing machine ID from random generator.
apr 26 19:58:07 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
apr 26 19:58:07 archlinux systemd[1]: Created slice Slice /system/systemd-cryptsetup.
apr 26 19:58:07 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
apr 26 19:58:07 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/e979cf81-39d6-483f-b0b0-e6f61b082e8f...
apr 26 19:58:07 archlinux systemd[1]: Expecting device /dev/mapper/root...
apr 26 19:58:07 archlinux systemd[1]: Reached target Path Units.
apr 26 19:58:07 archlinux systemd[1]: Reached target Slice Units.
apr 26 19:58:07 archlinux systemd[1]: Reached target Swaps.
apr 26 19:58:07 archlinux systemd[1]: Reached target Timer Units.
apr 26 19:58:07 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
apr 26 19:58:07 archlinux systemd[1]: Listening on Journal Sockets.
apr 26 19:58:07 archlinux systemd[1]: Listening on udev Control Socket.
apr 26 19:58:07 archlinux systemd[1]: Listening on udev Kernel Socket.
apr 26 19:58:07 archlinux systemd[1]: Reached target Socket Units.
apr 26 19:58:07 archlinux systemd[1]: Starting Create List of Static Device Nodes...
apr 26 19:58:07 archlinux systemd[1]: Starting Check battery level during early boot...
apr 26 19:58:07 archlinux systemd[1]: Starting Journal Service...
apr 26 19:58:07 archlinux systemd[1]: Starting Load Kernel Modules...
apr 26 19:58:07 archlinux systemd[1]: Starting TPM PCR Barrier (initrd)...
apr 26 19:58:07 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
apr 26 19:58:07 archlinux systemd[1]: Starting Coldplug All udev Devices...
apr 26 19:58:07 archlinux systemd[1]: Finished Create List of Static Device Nodes.
apr 26 19:58:07 archlinux systemd[1]: Finished Check battery level during early boot.
apr 26 19:58:07 archlinux systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
apr 26 19:58:07 archlinux systemd[1]: Finished Load Kernel Modules.
apr 26 19:58:07 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
apr 26 19:58:07 archlinux systemd[1]: Reached target Preparation for Local File Systems.
apr 26 19:58:07 archlinux systemd[1]: Reached target Local File Systems.
apr 26 19:58:07 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
apr 26 19:58:07 archlinux systemd-journald[311]: Collecting audit messages is disabled.
apr 26 19:58:07 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
apr 26 19:58:07 archlinux systemd[1]: Finished TPM PCR Barrier (initrd).
apr 26 19:58:07 archlinux systemd[1]: Finished Coldplug All udev Devices.
apr 26 19:58:07 archlinux kernel: wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQA0 data block query control method not found
apr 26 19:58:07 archlinux kernel: wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQA5 data block query control method not found
apr 26 19:58:07 archlinux kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
apr 26 19:58:07 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:00/input/input3
apr 26 19:58:07 archlinux kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
apr 26 19:58:07 archlinux kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
apr 26 19:58:07 archlinux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
apr 26 19:58:07 archlinux kernel: ccp 0000:06:00.2: tee enabled
apr 26 19:58:07 archlinux kernel: ccp 0000:06:00.2: psp enabled
apr 26 19:58:07 archlinux kernel: cryptd: max_cpu_qlen set to 1000
apr 26 19:58:07 archlinux kernel: nvme nvme0: pci function 0000:02:00.0
apr 26 19:58:07 archlinux kernel: nvme nvme1: pci function 0000:03:00.0
apr 26 19:58:07 archlinux kernel: nvme nvme1: missing or invalid SUBNQN field.
apr 26 19:58:07 archlinux kernel: nvme nvme1: allocated 32 MiB host memory buffer (1 segment).
apr 26 19:58:07 archlinux kernel: usb 5-1: new high-speed USB device number 2 using xhci_hcd
apr 26 19:58:07 archlinux kernel: usb 3-2: new high-speed USB device number 2 using xhci_hcd
apr 26 19:58:08 archlinux kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
apr 26 19:58:08 archlinux systemd[1]: Starting Virtual Console Setup...
apr 26 19:58:08 archlinux kernel: nvme nvme1: 8/0/0 default/read/poll queues
apr 26 19:58:08 archlinux systemd[1]: Finished Virtual Console Setup.
apr 26 19:58:08 archlinux kernel: nvme nvme0: 31/0/0 default/read/poll queues
apr 26 19:58:08 archlinux kernel: nvme0n1: p1 p2
apr 26 19:58:08 archlinux kernel: AES CTR mode by8 optimization enabled
apr 26 19:58:08 archlinux kernel: input: AT Raw Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
apr 26 19:58:08 archlinux kernel: usb 1-1: New USB device found, idVendor=1d5c, idProduct=5801, bcdDevice= 1.01
apr 26 19:58:08 archlinux kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:08 archlinux kernel: usb 1-1: Product: USB2.0 Hub
apr 26 19:58:08 archlinux kernel: usb 1-1: Manufacturer: Fresco Logic, Inc.
apr 26 19:58:08 archlinux kernel: usb 5-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
apr 26 19:58:08 archlinux kernel: usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
apr 26 19:58:08 archlinux kernel: usb 5-1: Product: USB2.0 Hub
apr 26 19:58:08 archlinux systemd[1]: Started [systemd-run] /usr/bin/lvm vgchange -aay --autoactivation event SystemVolumeGroup.
apr 26 19:58:08 archlinux kernel: usb 3-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.55
apr 26 19:58:08 archlinux kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:08 archlinux kernel: usb 3-2: Product: USB2.1 Hub
apr 26 19:58:08 archlinux kernel: usb 3-2: Manufacturer: Generic
apr 26 19:58:08 archlinux kernel: hub 1-1:1.0: USB hub found
apr 26 19:58:08 archlinux kernel: hub 1-1:1.0: 4 ports detected
apr 26 19:58:08 archlinux kernel: hub 3-2:1.0: USB hub found
apr 26 19:58:08 archlinux kernel: hub 3-2:1.0: 4 ports detected
apr 26 19:58:08 archlinux kernel: hub 5-1:1.0: USB hub found
apr 26 19:58:08 archlinux kernel: hub 5-1:1.0: 3 ports detected
apr 26 19:58:08 archlinux kernel: device-mapper: uevent: version 1.0.3
apr 26 19:58:08 archlinux kernel: device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
apr 26 19:58:08 archlinux systemd[1]: Found device /dev/disk/by-uuid/e979cf81-39d6-483f-b0b0-e6f61b082e8f.
apr 26 19:58:08 archlinux systemd[1]: Starting Cryptography Setup for root...
apr 26 19:58:08 archlinux systemd[1]: lvm-activate-SystemVolumeGroup.service: Deactivated successfully.
apr 26 19:58:08 archlinux kernel: usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
apr 26 19:58:08 archlinux kernel: usb: port power management may be unreliable
apr 26 19:58:08 archlinux kernel: usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
apr 26 19:58:08 archlinux kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0b40, bcdDevice=12.34
apr 26 19:58:08 archlinux kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:08 archlinux kernel: usb 2-1: Product: USB3.0 Hub
apr 26 19:58:08 archlinux kernel: usb 2-1: Manufacturer: Intel Corporation.
apr 26 19:58:08 archlinux kernel: usb 4-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.55
apr 26 19:58:08 archlinux kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:08 archlinux kernel: usb 4-2: Product: USB3.2 Hub
apr 26 19:58:08 archlinux kernel: usb 4-2: Manufacturer: Generic
apr 26 19:58:08 archlinux kernel: hub 2-1:1.0: USB hub found
apr 26 19:58:08 archlinux kernel: hub 2-1:1.0: 4 ports detected
apr 26 19:58:08 archlinux kernel: hub 4-2:1.0: USB hub found
apr 26 19:58:08 archlinux kernel: hub 4-2:1.0: 3 ports detected
apr 26 19:58:08 archlinux kernel: usb 1-2: new high-speed USB device number 3 using xhci_hcd
apr 26 19:58:08 archlinux kernel: usb 1-2: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.24
apr 26 19:58:08 archlinux kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:08 archlinux kernel: usb 1-2: Product: USB2.0 Hub
apr 26 19:58:08 archlinux kernel: usb 1-2: Manufacturer: VIA Labs, Inc.
apr 26 19:58:08 archlinux kernel: hub 1-2:1.0: USB hub found
apr 26 19:58:08 archlinux kernel: hub 1-2:1.0: 5 ports detected
apr 26 19:58:08 archlinux kernel: usb 5-1.1: new high-speed USB device number 3 using xhci_hcd
apr 26 19:58:08 archlinux kernel: usb 3-2.4: new high-speed USB device number 3 using xhci_hcd
apr 26 19:58:08 archlinux kernel: usb 5-1.1: New USB device found, idVendor=0489, idProduct=e0d8, bcdDevice= 1.00
apr 26 19:58:08 archlinux kernel: usb 5-1.1: New USB device strings: Mfr=5, Product=6, SerialNumber=7
apr 26 19:58:08 archlinux kernel: usb 5-1.1: Product: Wireless_Device
apr 26 19:58:08 archlinux kernel: usb 5-1.1: Manufacturer: MediaTek Inc.
apr 26 19:58:08 archlinux kernel: usb 5-1.1: SerialNumber: 000000000
apr 26 19:58:08 archlinux kernel: usb 3-2.4: New USB device found, idVendor=30c9, idProduct=00ac, bcdDevice= 0.08
apr 26 19:58:08 archlinux kernel: usb 3-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
apr 26 19:58:08 archlinux kernel: usb 3-2.4: Product: Integrated Camera
apr 26 19:58:08 archlinux kernel: usb 3-2.4: Manufacturer: 8SSC21K12273V1SR335206W
apr 26 19:58:08 archlinux kernel: usb 3-2.4: SerialNumber: 01.00.00
apr 26 19:58:09 archlinux kernel: usb 1-1.1: new high-speed USB device number 4 using xhci_hcd
apr 26 19:58:09 archlinux kernel: usb 5-1.2: new full-speed USB device number 4 using xhci_hcd
apr 26 19:58:09 archlinux kernel: usb 1-1.1: New USB device found, idVendor=0bda, idProduct=5487, bcdDevice= 1.59
apr 26 19:58:09 archlinux kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:09 archlinux kernel: usb 1-1.1: Product: Dell dock
apr 26 19:58:09 archlinux kernel: usb 1-1.1: Manufacturer: Dell Inc.
apr 26 19:58:09 archlinux kernel: usb 5-1.2: New USB device found, idVendor=048d, idProduct=c988, bcdDevice=15.00
apr 26 19:58:09 archlinux kernel: usb 5-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:09 archlinux kernel: usb 5-1.2: Product: ITE Device(8258)
apr 26 19:58:09 archlinux kernel: usb 5-1.2: Manufacturer: ITE Tech. Inc.
apr 26 19:58:09 archlinux kernel: hub 1-1.1:1.0: USB hub found
apr 26 19:58:09 archlinux kernel: hub 1-1.1:1.0: 5 ports detected
apr 26 19:58:09 archlinux kernel: usb 2-1.4: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
apr 26 19:58:09 archlinux kernel: usb 2-1.4: New USB device found, idVendor=0bda, idProduct=0487, bcdDevice= 1.59
apr 26 19:58:09 archlinux kernel: usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:09 archlinux kernel: usb 2-1.4: Product: Dell dock
apr 26 19:58:09 archlinux kernel: usb 2-1.4: Manufacturer: Dell Inc.
apr 26 19:58:09 archlinux kernel: hub 2-1.4:1.0: USB hub found
apr 26 19:58:09 archlinux kernel: hub 2-1.4:1.0: 4 ports detected
apr 26 19:58:09 archlinux kernel: usb 1-1.2: new full-speed USB device number 5 using xhci_hcd
apr 26 19:58:09 archlinux kernel: [drm] amdgpu kernel modesetting enabled.
apr 26 19:58:09 archlinux kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
apr 26 19:58:09 archlinux kernel: amdgpu: ATPX version 1, functions 0x00000801
apr 26 19:58:09 archlinux kernel: amdgpu: ATPX Hybrid Graphics
apr 26 19:58:09 archlinux kernel: Key type trusted registered
apr 26 19:58:09 archlinux kernel: usbcore: registered new interface driver usbhid
apr 26 19:58:09 archlinux kernel: usbhid: USB HID core driver
apr 26 19:58:09 archlinux kernel: amdgpu: Virtual CRAT table created for CPU
apr 26 19:58:09 archlinux kernel: amdgpu: Topology: Add CPU node
apr 26 19:58:09 archlinux kernel: [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x17AA:0x3C74 0xD8).
apr 26 19:58:09 archlinux kernel: [drm] register mmio base: 0xD1500000
apr 26 19:58:09 archlinux kernel: [drm] register mmio size: 524288
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: detected ip block number 0 <nv_common>
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: detected ip block number 1 <gmc_v10_0>
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: detected ip block number 2 <navi10_ih>
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: detected ip block number 3 <psp>
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: detected ip block number 4 <smu>
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: detected ip block number 5 <dm>
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: detected ip block number 6 <gfx_v10_0>
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: detected ip block number 7 <sdma_v5_2>
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: detected ip block number 8 <vcn_v3_0>
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: detected ip block number 9 <jpeg_v3_0>
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
apr 26 19:58:09 archlinux kernel: amdgpu: ATOM BIOS: 102-RAPHAEL-008
apr 26 19:58:09 archlinux kernel: input: ITE Tech. Inc. ITE Device(8258) Keyboard as /devices/pci0000:00/0000:00:08.3/0000:07:00.0/usb5/5-1/5-1.2/5-1.2:1.0/0003:048D:C988.0001/input/input5
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
apr 26 19:58:09 archlinux kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
apr 26 19:58:09 archlinux kernel: [drm] Detected VRAM RAM=512M, BAR=512M
apr 26 19:58:09 archlinux kernel: [drm] RAM width 128bits DDR5
apr 26 19:58:09 archlinux kernel: [drm] amdgpu: 512M of VRAM memory ready
apr 26 19:58:09 archlinux kernel: [drm] amdgpu: 15629M of GTT memory ready.
apr 26 19:58:09 archlinux kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
apr 26 19:58:09 archlinux kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
apr 26 19:58:09 archlinux kernel: [drm] Loading DMUB firmware via PSP: version=0x05002000
apr 26 19:58:09 archlinux kernel: [drm] use_doorbell being set to: [true]
apr 26 19:58:09 archlinux kernel: [drm] Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 6
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
apr 26 19:58:09 archlinux kernel: input: ITE Tech. Inc. ITE Device(8258) as /devices/pci0000:00/0000:00:08.3/0000:07:00.0/usb5/5-1/5-1.2/5-1.2:1.0/0003:048D:C988.0001/input/input6
apr 26 19:58:09 archlinux kernel: input: ITE Tech. Inc. ITE Device(8258) Wireless Radio Control as /devices/pci0000:00/0000:00:08.3/0000:07:00.0/usb5/5-1/5-1.2/5-1.2:1.0/0003:048D:C988.0001/input/input7
apr 26 19:58:09 archlinux kernel: hid-generic 0003:048D:C988.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8258)] on usb-0000:07:00.0-1.2/input0
apr 26 19:58:09 archlinux kernel: Key type encrypted registered
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
apr 26 19:58:09 archlinux systemd[1]: Found device /dev/mapper/root.
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
apr 26 19:58:09 archlinux kernel: [drm] Seamless boot condition check passed
apr 26 19:58:09 archlinux systemd[1]: Finished Cryptography Setup for root.
apr 26 19:58:09 archlinux systemd[1]: Reached target Local Encrypted Volumes.
apr 26 19:58:09 archlinux systemd[1]: Reached target Initrd Root Device.
apr 26 19:58:09 archlinux systemd[1]: Starting File System Check on /dev/mapper/root...
apr 26 19:58:09 archlinux kernel: [drm] Display Core v3.2.316 initialized on DCN 3.1.5
apr 26 19:58:09 archlinux kernel: [drm] DP-HDMI FRL PCON supported
apr 26 19:58:09 archlinux kernel: [drm] DMUB hardware initialized: version=0x05002000
apr 26 19:58:09 archlinux kernel: usb 1-1.2: New USB device found, idVendor=05ac, idProduct=110a, bcdDevice=26.50
apr 26 19:58:09 archlinux kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
apr 26 19:58:09 archlinux kernel: usb 1-1.2: Product: USB-C to 3.5mm Headphone Jack Adapter
apr 26 19:58:09 archlinux kernel: usb 1-1.2: Manufacturer: Apple, Inc.
apr 26 19:58:09 archlinux kernel: usb 1-1.2: SerialNumber: DWH35140764L1MQAS
apr 26 19:58:09 archlinux kernel: usb 1-2.2: new high-speed USB device number 6 using xhci_hcd
apr 26 19:58:09 archlinux systemd[1]: Finished File System Check on /dev/mapper/root.
apr 26 19:58:09 archlinux systemd[1]: Mounting /sysroot...
apr 26 19:58:09 archlinux kernel: BTRFS: device fsid 2b18e340-b82d-4481-a9c2-2c61c79ec5f1 devid 1 transid 264921 /dev/mapper/root (253:1) scanned by mount (473)
apr 26 19:58:09 archlinux kernel: BTRFS info (device dm-1): first mount of filesystem 2b18e340-b82d-4481-a9c2-2c61c79ec5f1
apr 26 19:58:09 archlinux kernel: BTRFS info (device dm-1): using crc32c (crc32c-x86) checksum algorithm
apr 26 19:58:09 archlinux kernel: BTRFS info (device dm-1): using free-space-tree
apr 26 19:58:09 archlinux kernel: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x3a su_y_granularity 4
apr 26 19:58:09 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
apr 26 19:58:09 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
apr 26 19:58:09 archlinux kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
apr 26 19:58:09 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
apr 26 19:58:09 archlinux kernel: amdgpu: Topology: Add dGPU node [0x164e:0x1002]
apr 26 19:58:09 archlinux kernel: kfd kfd: amdgpu: added device 1002:164e
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: amdgpu: Runtime PM not available
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: [drm] Registered 4 planes with drm panic
apr 26 19:58:09 archlinux kernel: [drm] Initialized amdgpu 3.61.0 for 0000:06:00.0 on minor 1
apr 26 19:58:09 archlinux kernel: fbcon: amdgpudrmfb (fb0) is primary device
apr 26 19:58:09 archlinux kernel: fbcon: Deferring console take-over
apr 26 19:58:09 archlinux kernel: amdgpu 0000:06:00.0: [drm] fb0: amdgpudrmfb frame buffer device
apr 26 19:58:09 archlinux kernel: input: Apple, Inc. USB-C to 3.5mm Headphone Jack Adapter as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.2/1-1.2:2.2/0003:05AC:110A.0002/input/input8
apr 26 19:58:09 archlinux systemd[1]: Mounted /sysroot.
apr 26 19:58:09 archlinux systemd[1]: Reached target Initrd Root File System.
apr 26 19:58:09 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
apr 26 19:58:09 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
apr 26 19:58:09 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
apr 26 19:58:09 archlinux systemd[1]: Reached target Initrd File Systems.
apr 26 19:58:09 archlinux kernel: hid-generic 0003:05AC:110A.0002: input,hidraw1: USB HID v1.11 Device [Apple, Inc. USB-C to 3.5mm Headphone Jack Adapter] on usb-0000:06:00.3-1.2/input2
apr 26 19:58:09 archlinux kernel: hid-generic 0003:05AC:110A.0003: hiddev97,hidraw2: USB HID v1.11 Device [Apple, Inc. USB-C to 3.5mm Headphone Jack Adapter] on usb-0000:06:00.3-1.2/input3
apr 26 19:58:09 archlinux kernel: usb 1-1.1.1: new full-speed USB device number 7 using xhci_hcd
apr 26 19:58:09 archlinux kernel: usb 1-2.2: New USB device found, idVendor=0bda, idProduct=4cb9, bcdDevice= 0.06
apr 26 19:58:09 archlinux kernel: usb 1-2.2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
apr 26 19:58:09 archlinux kernel: usb 1-2.2: Product: Giga-Byte USB Audio
apr 26 19:58:09 archlinux kernel: usb 1-2.2: Manufacturer: Generic
apr 26 19:58:09 archlinux kernel: input: Generic Giga-Byte USB Audio Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-2/1-2.2/1-2.2:1.2/0003:0BDA:4CB9.0004/input/input9
apr 26 19:58:09 archlinux kernel: usb 1-1.1.1: New USB device found, idVendor=0d8c, idProduct=0134, bcdDevice= 1.00
apr 26 19:58:09 archlinux kernel: usb 1-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:09 archlinux kernel: usb 1-1.1.1: Product: TONOR TC-777 Audio Device
apr 26 19:58:09 archlinux kernel: usb 1-1.1.1: Manufacturer: C-Media Electronics Inc.
apr 26 19:58:09 archlinux kernel: input: Generic Giga-Byte USB Audio as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-2/1-2.2/1-2.2:1.2/0003:0BDA:4CB9.0004/input/input10
apr 26 19:58:09 archlinux kernel: hid-generic 0003:0BDA:4CB9.0004: input,hiddev98,hidraw3: USB HID v1.11 Device [Generic Giga-Byte USB Audio] on usb-0000:06:00.3-2.2/input2
apr 26 19:58:09 archlinux kernel: usb 2-1.4.3: new SuperSpeed USB device number 4 using xhci_hcd
apr 26 19:58:09 archlinux kernel: hid-generic 0003:0D8C:0134.0005: No inputs registered, leaving
apr 26 19:58:09 archlinux kernel: hid-generic 0003:0D8C:0134.0005: hidraw4: USB HID v1.11 Device [C-Media Electronics Inc. TONOR TC-777 Audio Device] on usb-0000:06:00.3-1.1.1/input2
apr 26 19:58:09 archlinux kernel: usb 2-1.4.3: New USB device found, idVendor=0bda, idProduct=0413, bcdDevice= 1.23
apr 26 19:58:09 archlinux kernel: usb 2-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:09 archlinux kernel: usb 2-1.4.3: Product: Dell dock
apr 26 19:58:09 archlinux kernel: usb 2-1.4.3: Manufacturer: Dell Inc.
apr 26 19:58:09 archlinux kernel: hub 2-1.4.3:1.0: USB hub found
apr 26 19:58:09 archlinux kernel: hub 2-1.4.3:1.0: 4 ports detected
apr 26 19:58:09 archlinux kernel: usb 1-2.5: new high-speed USB device number 8 using xhci_hcd
apr 26 19:58:09 archlinux kernel: usb 1-2.5: New USB device found, idVendor=2109, idProduct=8886, bcdDevice= 0.01
apr 26 19:58:09 archlinux kernel: usb 1-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
apr 26 19:58:09 archlinux kernel: usb 1-2.5: Product: USB Billboard Device
apr 26 19:58:09 archlinux kernel: usb 1-2.5: Manufacturer: VIA Labs, Inc.
apr 26 19:58:09 archlinux kernel: usb 1-2.5: SerialNumber: 0000000000000001
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3: new high-speed USB device number 9 using xhci_hcd
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3: New USB device found, idVendor=0bda, idProduct=5413, bcdDevice= 1.23
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3: Product: Dell dock
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3: Manufacturer: Dell Inc.
apr 26 19:58:10 archlinux kernel: hub 1-1.1.3:1.0: USB hub found
apr 26 19:58:10 archlinux kernel: hub 1-1.1.3:1.0: 6 ports detected
apr 26 19:58:10 archlinux kernel: usb 2-1.4.4: new SuperSpeed USB device number 5 using xhci_hcd
apr 26 19:58:10 archlinux kernel: usb 2-1.4.4: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.11
apr 26 19:58:10 archlinux kernel: usb 2-1.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
apr 26 19:58:10 archlinux kernel: usb 2-1.4.4: Product: USB 10/100/1000 LAN
apr 26 19:58:10 archlinux kernel: usb 2-1.4.4: Manufacturer: Realtek
apr 26 19:58:10 archlinux kernel: usb 2-1.4.4: SerialNumber: 1113000001
apr 26 19:58:10 archlinux kernel: usb 1-1.1.5: new high-speed USB device number 10 using xhci_hcd
apr 26 19:58:10 archlinux kernel: usb 1-1.1.5: New USB device found, idVendor=413c, idProduct=b06e, bcdDevice= 1.01
apr 26 19:58:10 archlinux kernel: usb 1-1.1.5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
apr 26 19:58:10 archlinux kernel: usb 1-1.1.5: Product: Dell dock
apr 26 19:58:10 archlinux kernel: hid-generic 0003:413C:B06E.0006: hiddev99,hidraw5: USB HID v1.11 Device [Dell dock] on usb-0000:06:00.3-1.1.5/input0
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.2: new low-speed USB device number 11 using xhci_hcd
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.2: New USB device found, idVendor=047d, idProduct=2048, bcdDevice= 6.00
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.2: Product: Kensington Eagle Trackball
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.2: Manufacturer: Primax
apr 26 19:58:10 archlinux kernel: input: Primax Kensington Eagle Trackball as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.2/1-1.1.3.2:1.0/0003:047D:2048.0007/input/input12
apr 26 19:58:10 archlinux kernel: hid-generic 0003:047D:2048.0007: input,hidraw6: USB HID v1.11 Mouse [Primax Kensington Eagle Trackball] on usb-0000:06:00.3-1.1.3.2/input0
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.3: new full-speed USB device number 12 using xhci_hcd
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.3: New USB device found, idVendor=37a8, idProduct=0001, bcdDevice= 0.01
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.3: Product: UHK 60 v1
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.3: Manufacturer: Ultimate Gadget Laboratories
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.3: SerialNumber: 0148338290
apr 26 19:58:10 archlinux kernel: input: Ultimate Gadget Laboratories UHK 60 v1 as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.0/0003:37A8:0001.0008/input/input13
apr 26 19:58:10 archlinux kernel: hid-generic 0003:37A8:0001.0008: input,hidraw7: USB HID v1.10 Keyboard [Ultimate Gadget Laboratories UHK 60 v1] on usb-0000:06:00.3-1.1.3.3/input0
apr 26 19:58:10 archlinux kernel: input: Ultimate Gadget Laboratories UHK 60 v1 as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.1/0003:37A8:0001.0009/input/input14
apr 26 19:58:10 archlinux kernel: hid-generic 0003:37A8:0001.0009: input,hidraw8: USB HID v1.10 Mouse [Ultimate Gadget Laboratories UHK 60 v1] on usb-0000:06:00.3-1.1.3.3/input1
apr 26 19:58:10 archlinux kernel: input: Ultimate Gadget Laboratories UHK 60 v1 as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.2/0003:37A8:0001.000A/input/input15
apr 26 19:58:10 archlinux kernel: hid-generic 0003:37A8:0001.000A: input,hidraw9: USB HID v1.10 Device [Ultimate Gadget Laboratories UHK 60 v1] on usb-0000:06:00.3-1.1.3.3/input2
apr 26 19:58:10 archlinux kernel: input: Ultimate Gadget Laboratories UHK 60 v1 as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.3/0003:37A8:0001.000B/input/input16
apr 26 19:58:10 archlinux kernel: hid-generic 0003:37A8:0001.000B: input,hidraw10: USB HID v1.10 Device [Ultimate Gadget Laboratories UHK 60 v1] on usb-0000:06:00.3-1.1.3.3/input3
apr 26 19:58:10 archlinux kernel: hid-generic 0003:37A8:0001.000C: hiddev100,hidraw11: USB HID v1.10 Device [Ultimate Gadget Laboratories UHK 60 v1] on usb-0000:06:00.3-1.1.3.3/input4
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.5: new high-speed USB device number 13 using xhci_hcd
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.5: New USB device found, idVendor=413c, idProduct=b06f, bcdDevice= 1.01
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
apr 26 19:58:10 archlinux kernel: usb 1-1.1.3.5: Product: Dell dock
apr 26 19:58:10 archlinux kernel: hid-generic 0003:413C:B06F.000D: hiddev101,hidraw12: USB HID v1.11 Device [Dell dock] on usb-0000:06:00.3-1.1.3.5/input0
apr 26 19:58:10 archlinux systemd-journald[311]: Journal started
apr 26 19:58:10 archlinux systemd-journald[311]: Runtime Journal (/run/log/journal/149862cf3a7e4ebfb2d46ae6ee701e16) is 8M, max 625.1M, 617.1M free.
apr 26 19:58:06 archlinux systemd-udevd[327]: Using default interface naming scheme 'v257'.
apr 26 19:58:10 archlinux systemd[1]: Started Journal Service.
apr 26 19:58:06 archlinux systemd-pcrextend[313]: Extended PCR index 11 with 'enter-initrd' (banks sha256).
apr 26 19:58:06 archlinux lvm[404]: PV /dev/nvme1n1 online, VG SystemVolumeGroup incomplete (need 1).
apr 26 19:58:06 archlinux lvm[414]: PV /dev/nvme0n1p2 online, VG SystemVolumeGroup is complete.
apr 26 19:58:10 archlinux systemd[1]: Reached target System Initialization.
apr 26 19:58:10 archlinux systemd[1]: Reached target Basic System.
apr 26 19:58:10 archlinux systemd[1]: Reached target Initrd Default Target.
apr 26 19:58:10 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
apr 26 19:58:10 archlinux lvm[418]: 1 logical volume(s) in volume group "SystemVolumeGroup" now active
apr 26 19:58:10 archlinux systemd[1]: Stopped target Initrd Default Target.
apr 26 19:58:10 archlinux systemd[1]: Stopped target Basic System.
apr 26 19:58:10 archlinux systemd[1]: Stopped target Initrd Root Device.
apr 26 19:58:10 archlinux systemd[1]: Stopped target Path Units.
apr 26 19:58:10 archlinux systemd[1]: Stopped target Slice Units.
apr 26 19:58:10 archlinux systemd[1]: Stopped target Socket Units.
apr 26 19:58:10 archlinux systemd[1]: Stopped target System Initialization.
apr 26 19:58:10 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
apr 26 19:58:10 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
apr 26 19:58:10 archlinux systemd[1]: Stopped target Local File Systems.
apr 26 19:58:10 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
apr 26 19:58:10 archlinux systemd[1]: Stopped target Swaps.
apr 26 19:58:10 archlinux systemd[1]: Stopped target Timer Units.
apr 26 19:58:10 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
apr 26 19:58:10 archlinux systemd[1]: Stopping Display Boot-Time Emergency Messages In Full Screen...
apr 26 19:58:10 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Stopped Load Kernel Modules.
apr 26 19:58:10 archlinux systemd[1]: Stopping TPM PCR Barrier (initrd)...
apr 26 19:58:10 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Stopped Coldplug All udev Devices.
apr 26 19:58:10 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
apr 26 19:58:10 archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Stopped Virtual Console Setup.
apr 26 19:58:10 archlinux systemd[1]: systemd-bsod.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Stopped Display Boot-Time Emergency Messages In Full Screen.
apr 26 19:58:10 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
apr 26 19:58:10 archlinux systemd[1]: systemd-battery-check.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Stopped Check battery level during early boot.
apr 26 19:58:10 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
apr 26 19:58:10 archlinux systemd[1]: systemd-udevd.service: Consumed 1.573s CPU time, 37.8M memory peak.
apr 26 19:58:10 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Closed udev Control Socket.
apr 26 19:58:10 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Closed udev Kernel Socket.
apr 26 19:58:10 archlinux systemd[1]: Starting Cleanup udev Database...
apr 26 19:58:10 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
apr 26 19:58:10 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Finished Cleanup udev Database.
apr 26 19:58:10 archlinux systemd-pcrextend[546]: Extended PCR index 11 with 'leave-initrd' (banks sha256).
apr 26 19:58:10 archlinux systemd[1]: systemd-pcrphase-initrd.service: Deactivated successfully.
apr 26 19:58:10 archlinux systemd[1]: Stopped TPM PCR Barrier (initrd).
apr 26 19:58:10 archlinux systemd[1]: Reached target Switch Root.
apr 26 19:58:10 archlinux systemd[1]: Starting Switch Root...
apr 26 19:58:10 archlinux systemd[1]: Switching root.
apr 26 19:58:10 archlinux systemd-journald[311]: Journal stopped
apr 26 19:58:10 mysystem systemd-journald[311]: Received SIGTERM from PID 1 (systemd).
apr 26 19:58:10 mysystem systemd[1]: systemd 257.5-2.1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
apr 26 19:58:10 mysystem systemd[1]: Detected architecture x86-64.
apr 26 19:58:10 mysystem systemd[1]: Hostname set to <mysystem>.
apr 26 19:58:10 mysystem systemd[1]: bpf-restrict-fs: LSM BPF program attached
apr 26 19:58:10 mysystem systemd[1]: initrd-switch-root.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd[1]: Stopped Switch Root.
apr 26 19:58:10 mysystem systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
apr 26 19:58:10 mysystem systemd[1]: Created slice Slice /system/dirmngr.
apr 26 19:58:10 mysystem systemd[1]: Created slice Slice /system/getty.
apr 26 19:58:10 mysystem systemd[1]: Created slice Slice /system/gpg-agent.
apr 26 19:58:10 mysystem systemd[1]: Created slice Slice /system/gpg-agent-browser.
apr 26 19:58:10 mysystem systemd[1]: Created slice Slice /system/gpg-agent-extra.
apr 26 19:58:10 mysystem systemd[1]: Created slice Slice /system/gpg-agent-ssh.
apr 26 19:58:10 mysystem systemd[1]: Created slice Slice /system/keyboxd.
apr 26 19:58:10 mysystem systemd[1]: Created slice Slice /system/modprobe.
apr 26 19:58:10 mysystem systemd[1]: Created slice Slice /system/systemd-fsck.
apr 26 19:58:10 mysystem systemd[1]: Created slice User and Session Slice.
apr 26 19:58:10 mysystem systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
apr 26 19:58:10 mysystem systemd[1]: Started Forward Password Requests to Wall Directory Watch.
apr 26 19:58:10 mysystem systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
apr 26 19:58:10 mysystem systemd[1]: Expecting device /dev/disk/by-uuid/4055-DCD1...
apr 26 19:58:10 mysystem systemd[1]: Reached target Local Encrypted Volumes.
apr 26 19:58:10 mysystem systemd[1]: Reached target Login Prompts.
apr 26 19:58:10 mysystem systemd[1]: Stopped target Switch Root.
apr 26 19:58:10 mysystem systemd[1]: Stopped target Initrd File Systems.
apr 26 19:58:10 mysystem systemd[1]: Stopped target Initrd Root File System.
apr 26 19:58:10 mysystem systemd[1]: Reached target Local Integrity Protected Volumes.
apr 26 19:58:10 mysystem systemd[1]: Reached target Path Units.
apr 26 19:58:10 mysystem systemd[1]: Reached target Remote File Systems.
apr 26 19:58:10 mysystem systemd[1]: Reached target Slice Units.
apr 26 19:58:10 mysystem systemd[1]: Reached target Local Verity Protected Volumes.
apr 26 19:58:10 mysystem systemd[1]: Listening on Device-mapper event daemon FIFOs.
apr 26 19:58:10 mysystem systemd[1]: Listening on LVM2 poll daemon socket.
apr 26 19:58:10 mysystem systemd[1]: Listening on Process Core Dump Socket.
apr 26 19:58:10 mysystem systemd[1]: Listening on Credential Encryption/Decryption.
apr 26 19:58:10 mysystem systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket.
apr 26 19:58:10 mysystem systemd[1]: Listening on TPM PCR Measurements.
apr 26 19:58:10 mysystem systemd[1]: Listening on Make TPM PCR Policy.
apr 26 19:58:10 mysystem systemd[1]: Listening on udev Control Socket.
apr 26 19:58:10 mysystem systemd[1]: Listening on udev Kernel Socket.
apr 26 19:58:10 mysystem systemd[1]: Listening on User Database Manager Socket.
apr 26 19:58:10 mysystem systemd[1]: Mounting Huge Pages File System...
apr 26 19:58:10 mysystem systemd[1]: Mounting POSIX Message Queue File System...
apr 26 19:58:10 mysystem systemd[1]: Mounting Kernel Debug File System...
apr 26 19:58:10 mysystem systemd[1]: Mounting Kernel Trace File System...
apr 26 19:58:10 mysystem systemd[1]: Starting Create List of Static Device Nodes...
apr 26 19:58:10 mysystem systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
apr 26 19:58:10 mysystem systemd[1]: Starting Load Kernel Module configfs...
apr 26 19:58:10 mysystem systemd[1]: Starting Load Kernel Module dm_mod...
apr 26 19:58:10 mysystem systemd[1]: Starting Load Kernel Module drm...
apr 26 19:58:10 mysystem systemd[1]: Starting Load Kernel Module fuse...
apr 26 19:58:10 mysystem systemd[1]: Starting Load Kernel Module loop...
apr 26 19:58:10 mysystem systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd[1]: Stopped systemd-cryptsetup@root.service.
apr 26 19:58:10 mysystem systemd[1]: systemd-fsck-root.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd[1]: Stopped File System Check on Root Device.
apr 26 19:58:10 mysystem systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
apr 26 19:58:10 mysystem systemd[1]: Starting Journal Service...
apr 26 19:58:10 mysystem systemd[1]: Starting Load Kernel Modules...
apr 26 19:58:10 mysystem systemd[1]: Starting Userspace Out-Of-Memory (OOM) Killer...
apr 26 19:58:10 mysystem systemd[1]: Starting TPM PCR Machine ID Measurement...
apr 26 19:58:10 mysystem systemd[1]: Starting Remount Root and Kernel File Systems...
apr 26 19:58:10 mysystem systemd[1]: Starting Early TPM SRK Setup...
apr 26 19:58:10 mysystem systemd[1]: Starting Load udev Rules from Credentials...
apr 26 19:58:10 mysystem systemd[1]: Starting Coldplug All udev Devices...
apr 26 19:58:10 mysystem kernel: loop: module loaded
apr 26 19:58:10 mysystem systemd[1]: Mounted Huge Pages File System.
apr 26 19:58:10 mysystem systemd[1]: Mounted POSIX Message Queue File System.
apr 26 19:58:10 mysystem systemd[1]: Mounted Kernel Debug File System.
apr 26 19:58:10 mysystem systemd[1]: Mounted Kernel Trace File System.
apr 26 19:58:10 mysystem systemd[1]: Finished Create List of Static Device Nodes.
apr 26 19:58:10 mysystem systemd[1]: modprobe@configfs.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd[1]: Finished Load Kernel Module configfs.
apr 26 19:58:10 mysystem systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd[1]: Finished Load Kernel Module dm_mod.
apr 26 19:58:10 mysystem systemd[1]: modprobe@drm.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd[1]: Finished Load Kernel Module drm.
apr 26 19:58:10 mysystem systemd[1]: modprobe@fuse.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd[1]: Finished Load Kernel Module fuse.
apr 26 19:58:10 mysystem systemd[1]: modprobe@loop.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd[1]: Finished Load Kernel Module loop.
apr 26 19:58:10 mysystem systemd[1]: Mounting FUSE Control File System...
apr 26 19:58:10 mysystem systemd[1]: Mounting Kernel Configuration File System...
apr 26 19:58:10 mysystem systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
apr 26 19:58:10 mysystem systemd[1]: Starting User Database Manager...
apr 26 19:58:10 mysystem systemd-journald[596]: Collecting audit messages is disabled.
apr 26 19:58:10 mysystem systemd[1]: Finished Remount Root and Kernel File Systems.
apr 26 19:58:10 mysystem systemd[1]: Finished Load udev Rules from Credentials.
apr 26 19:58:10 mysystem systemd[1]: Mounted FUSE Control File System.
apr 26 19:58:10 mysystem systemd[1]: Activating swap /swapfile...
apr 26 19:58:10 mysystem systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
apr 26 19:58:10 mysystem systemd[1]: Starting Load/Save OS Random Seed...
apr 26 19:58:10 mysystem systemd[1]: Mounted Kernel Configuration File System.
apr 26 19:58:10 mysystem systemd-journald[596]: Journal started
apr 26 19:58:10 mysystem systemd-journald[596]: Runtime Journal (/run/log/journal/a15f011d532d42aeb8ef61c80a1c612e) is 8M, max 625.1M, 617.1M free.
apr 26 19:58:10 mysystem systemd[1]: Configuration file /etc/systemd/system/powertop.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
apr 26 19:58:10 mysystem systemd[1]: Queued start job for default target Graphical Interface.
apr 26 19:58:10 mysystem systemd[1]: systemd-journald.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd-modules-load[597]: Inserted module 'crypto_user'
apr 26 19:58:10 mysystem systemd[1]: Started Journal Service.
apr 26 19:58:10 mysystem lvm[590]: 1 logical volume(s) in volume group "SystemVolumeGroup" monitored
apr 26 19:58:10 mysystem systemd[1]: Activated swap /swapfile.
apr 26 19:58:10 mysystem kernel: Adding 16777212k swap on /swapfile. Priority:-2 extents:6 across:45641412k SS
apr 26 19:58:10 mysystem systemd[1]: Reached target Swaps.
apr 26 19:58:10 mysystem systemd[1]: Starting Flush Journal to Persistent Storage...
apr 26 19:58:10 mysystem systemd-tpm2-setup[602]: SRK already stored in the TPM.
apr 26 19:58:10 mysystem systemd-tpm2-setup[602]: SRK fingerprint is 6000584998353033375ed6babcde3f44f8f81e8b32c44c8a3ea4bcf1c783de15.
apr 26 19:58:10 mysystem systemd-tpm2-setup[602]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.pem' in PEM format.
apr 26 19:58:10 mysystem systemd-tpm2-setup[602]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.tpm2b_public' in TPM2B_PUBLIC format.
apr 26 19:58:10 mysystem systemd-pcrextend[599]: Extended PCR index 15 with 'machine-id:a15f011d532d42aeb8ef61c80a1c612e' (banks sha256).
apr 26 19:58:10 mysystem systemd[1]: Finished Early TPM SRK Setup.
apr 26 19:58:10 mysystem systemd[1]: Finished Load/Save OS Random Seed.
apr 26 19:58:10 mysystem systemd-journald[596]: Time spent on flushing to /var/log/journal/a15f011d532d42aeb8ef61c80a1c612e is 26.181ms for 1395 entries.
apr 26 19:58:10 mysystem systemd-journald[596]: System Journal (/var/log/journal/a15f011d532d42aeb8ef61c80a1c612e) is 1.8G, max 4G, 2.1G free.
apr 26 19:58:10 mysystem systemd-journald[596]: Received client request to flush runtime journal.
apr 26 19:58:10 mysystem kernel: nvidia: loading out-of-tree module taints kernel.
apr 26 19:58:10 mysystem kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
apr 26 19:58:10 mysystem systemd[1]: Finished TPM PCR Machine ID Measurement.
apr 26 19:58:10 mysystem systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
apr 26 19:58:10 mysystem systemd[1]: Starting TPM SRK Setup...
apr 26 19:58:10 mysystem systemd[1]: Started User Database Manager.
apr 26 19:58:10 mysystem systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
apr 26 19:58:10 mysystem systemd-tpm2-setup[635]: SRK already stored in the TPM.
apr 26 19:58:10 mysystem systemd-tpm2-setup[635]: SRK fingerprint is 6000584998353033375ed6babcde3f44f8f81e8b32c44c8a3ea4bcf1c783de15.
apr 26 19:58:10 mysystem systemd-tpm2-setup[635]: SRK saved in '/var/lib/systemd/tpm2-srk-public-key.pem' matches SRK in TPM2.
apr 26 19:58:10 mysystem systemd[1]: Finished TPM SRK Setup.
apr 26 19:58:10 mysystem systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
apr 26 19:58:10 mysystem systemd[1]: Starting Create System Users...
apr 26 19:58:10 mysystem systemd[1]: Started Userspace Out-Of-Memory (OOM) Killer.
apr 26 19:58:10 mysystem systemd[1]: Finished Create System Users.
apr 26 19:58:10 mysystem systemd[1]: Starting Network Time Synchronization...
apr 26 19:58:10 mysystem systemd[1]: Starting Create Static Device Nodes in /dev...
apr 26 19:58:10 mysystem systemd[1]: Finished Flush Journal to Persistent Storage.
apr 26 19:58:10 mysystem systemd[1]: Finished Create Static Device Nodes in /dev.
apr 26 19:58:10 mysystem systemd[1]: Reached target Preparation for Local File Systems.
apr 26 19:58:10 mysystem systemd[1]: Starting Rule-based Manager for Device Events and Files...
apr 26 19:58:10 mysystem kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234
apr 26 19:58:10 mysystem kernel:
apr 26 19:58:10 mysystem kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
apr 26 19:58:10 mysystem kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
apr 26 19:58:10 mysystem kernel: NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64 570.144 Release Build (archlinux-builder@echo archlinux)
apr 26 19:58:10 mysystem systemd[1]: Started Network Time Synchronization.
apr 26 19:58:10 mysystem systemd[1]: Reached target System Time Set.
apr 26 19:58:10 mysystem systemd-udevd[658]: Using default interface naming scheme 'v257'.
apr 26 19:58:10 mysystem systemd[1]: Finished Coldplug All udev Devices.
apr 26 19:58:10 mysystem systemd[1]: Started Rule-based Manager for Device Events and Files.
apr 26 19:58:10 mysystem systemd[1]: Starting Load Kernel Module configfs...
apr 26 19:58:10 mysystem systemd[1]: Starting Load Kernel Module fuse...
apr 26 19:58:10 mysystem systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
apr 26 19:58:10 mysystem systemd[1]: Reached target Trusted Platform Module.
apr 26 19:58:10 mysystem lvm[719]: PV /dev/nvme1n1 online, VG SystemVolumeGroup is complete.
apr 26 19:58:10 mysystem lvm[719]: VG SystemVolumeGroup finished
apr 26 19:58:10 mysystem systemd[1]: modprobe@configfs.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd[1]: Finished Load Kernel Module configfs.
apr 26 19:58:10 mysystem systemd[1]: modprobe@fuse.service: Deactivated successfully.
apr 26 19:58:10 mysystem systemd[1]: Finished Load Kernel Module fuse.
apr 26 19:58:10 mysystem lvm[733]: PV /dev/nvme0n1p2 online, VG SystemVolumeGroup is complete.
apr 26 19:58:10 mysystem lvm[733]: VG SystemVolumeGroup finished
apr 26 19:58:10 mysystem systemd[1]: Condition check resulted in Micron MTFDKBA1T0TFH EFI\x20system\x20partition being skipped.
apr 26 19:58:10 mysystem systemd[1]: Created slice Slice /system/systemd-backlight.
apr 26 19:58:10 mysystem systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
apr 26 19:58:10 mysystem systemd[1]: Starting File System Check on /dev/disk/by-uuid/4055-DCD1...
apr 26 19:58:10 mysystem mtp-probe[749]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.2"
apr 26 19:58:10 mysystem mtp-probe[759]: checking bus 5, device 3: "/sys/devices/pci0000:00/0000:00:08.3/0000:07:00.0/usb5/5-1/5-1.1"
apr 26 19:58:10 mysystem mtp-probe[752]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-2/1-2.2"
apr 26 19:58:10 mysystem mtp-probe[753]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:08.3/0000:07:00.0/usb5/5-1/5-1.2"
apr 26 19:58:10 mysystem mtp-probe[753]: bus: 5, device: 4 was not an MTP device
apr 26 19:58:10 mysystem mtp-probe[752]: bus: 1, device: 6 was not an MTP device
apr 26 19:58:10 mysystem mtp-probe[787]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.5"
apr 26 19:58:10 mysystem mtp-probe[786]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.1"
apr 26 19:58:10 mysystem mtp-probe[749]: bus: 1, device: 5 was not an MTP device
apr 26 19:58:10 mysystem mtp-probe[787]: bus: 1, device: 10 was not an MTP device
apr 26 19:58:10 mysystem mtp-probe[786]: bus: 1, device: 7 was not an MTP device
apr 26 19:58:10 mysystem mtp-probe[839]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3"
apr 26 19:58:10 mysystem mtp-probe[840]: checking bus 1, device 13: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.5"
apr 26 19:58:10 mysystem mtp-probe[842]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.2"
apr 26 19:58:10 mysystem mtp-probe[840]: bus: 1, device: 13 was not an MTP device
apr 26 19:58:10 mysystem systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
apr 26 19:58:10 mysystem mtp-probe[839]: bus: 1, device: 12 was not an MTP device
apr 26 19:58:10 mysystem mtp-probe[842]: bus: 1, device: 11 was not an MTP device
apr 26 19:58:10 mysystem mtp-probe[886]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb3/3-2/3-2.4"
apr 26 19:58:10 mysystem mtp-probe[886]: bus: 3, device: 3 was not an MTP device
apr 26 19:58:10 mysystem systemd-fsck[927]: fsck.fat 4.2 (2021-01-31)
apr 26 19:58:10 mysystem systemd-fsck[927]: /dev/nvme0n1p1: 20 files, 121724/261628 clusters
apr 26 19:58:10 mysystem systemd[1]: Finished File System Check on /dev/disk/by-uuid/4055-DCD1.
apr 26 19:58:11 mysystem kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
apr 26 19:58:11 mysystem kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
apr 26 19:58:11 mysystem kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
apr 26 19:58:11 mysystem kernel: mc: Linux media interface: v0.10
apr 26 19:58:11 mysystem kernel: usbcore: registered new device driver apple-mfi-fastcharge
apr 26 19:58:11 mysystem kernel: mousedev: PS/2 mouse device common for all mice
apr 26 19:58:11 mysystem kernel: input: PC Speaker as /devices/platform/pcspkr/input/input17
apr 26 19:58:11 mysystem kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
apr 26 19:58:11 mysystem kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
apr 26 19:58:11 mysystem kernel: i2c i2c-5: Successfully instantiated SPD at 0x50
apr 26 19:58:11 mysystem kernel: i2c i2c-5: Successfully instantiated SPD at 0x51
apr 26 19:58:11 mysystem kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
apr 26 19:58:11 mysystem kernel: ideapad_acpi VPC2004:00: Unknown keyboard type: 1
apr 26 19:58:11 mysystem kernel: i2c i2c-7: Successfully instantiated SPD at 0x50
apr 26 19:58:11 mysystem kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input18
apr 26 19:58:11 mysystem kernel: ideapad_acpi VPC2004:00: Keyboard backlight control not available
apr 26 19:58:11 mysystem kernel: legion_laptop: Loading legion_laptop
apr 26 19:58:11 mysystem kernel: i2c i2c-7: Successfully instantiated SPD at 0x51
apr 26 19:58:11 mysystem kernel: legion PNP0C09:00: legion_laptop platform driver probing
apr 26 19:58:11 mysystem kernel: legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82WS; DMI_BIOS_VERSION:LPCN51WW
apr 26 19:58:11 mysystem kernel: legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 82WS; DMI_BIOS_VERSION:LPCN51WW
apr 26 19:58:11 mysystem kernel: legion PNP0C09:00: is_denied: 0; is_allowed: 1; do_load_by_list: 1; do_load: 1
apr 26 19:58:11 mysystem kernel: legion PNP0C09:00: Using configuration for system: LPCN
apr 26 19:58:11 mysystem kernel: legion PNP0C09:00: ACPI CFG: 2081289482
apr 26 19:58:11 mysystem kernel: legion_laptop: Creating RAM access to embedded controller
apr 26 19:58:11 mysystem kernel: legion_laptop: Successfully mapped embedded controller: 0xfe0b0400 (in RAM)/0x0 (in EC) to virtual 0x000000001a4b1377
apr 26 19:58:11 mysystem kernel: legion PNP0C09:00: Read embedded controller ID 0x5507
apr 26 19:58:11 mysystem kernel: legion PNP0C09:00: Creating debugfs interface
apr 26 19:58:11 mysystem kernel: legion_laptop: Creating sysfs interface
apr 26 19:58:11 mysystem kernel: legion_laptop: Creating hwmon interface
apr 26 19:58:11 mysystem kernel: legion_laptop: Creating platform profile support
apr 26 19:58:11 mysystem kernel: legion_laptop: Init WMI driver support
apr 26 19:58:11 mysystem kernel: legion_wmi 887B54E3-DDDC-4B2C-8B88-68A26A8835D0: Register after probing for WMI.
apr 26 19:58:11 mysystem kernel: legion_wmi BFD42481-AEE3-4501-A107-AFB68425C5F8: Register after probing for WMI.
apr 26 19:58:11 mysystem kernel: legion_wmi BFD42481-AEE3-4502-A107-AFB68425C5F8: Register after probing for WMI.
apr 26 19:58:11 mysystem kernel: legion_wmi D062906B-12D4-4510-999D-4831EE80E985: Register after probing for WMI.
apr 26 19:58:11 mysystem kernel: legion_wmi BC72A435-E8C1-4275-B3E2-D8B8074ABA59: Register after probing for WMI.
apr 26 19:58:11 mysystem kernel: legion_wmi 10AFC6D9-EA8B-4590-A2E7-1CD3C84BB4B1: Register after probing for WMI.
apr 26 19:58:11 mysystem kernel: legion_wmi D320289E-8FEA-41E0-86F9-611D83151B5F: Register after probing for WMI.
apr 26 19:58:11 mysystem kernel: legion_laptop: Init keyboard backlight LED driver
apr 26 19:58:11 mysystem kernel: legion_laptop: Init Y-Logo LED driver
apr 26 19:58:11 mysystem kernel: legion_laptop: Init IO-Port LED driver
apr 26 19:58:11 mysystem kernel: legion_laptop: Error WMI call for reading brightness: expected a value between 1 and 2, but got 0
apr 26 19:58:11 mysystem kernel: legion_laptop: Error reading brightness for light: 5
apr 26 19:58:11 mysystem kernel: legion PNP0C09:00: Failed to init IO-Port LED driver. Skipping ...
apr 26 19:58:11 mysystem kernel: legion PNP0C09:00: legion_laptop loaded for this device
apr 26 19:58:11 mysystem kernel: ideapad_acpi VPC2004:00: DYTC interface is not available
apr 26 19:58:11 mysystem mtp-probe[985]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb2/2-1/2-1.4/2-1.4.4"
apr 26 19:58:11 mysystem mtp-probe[985]: bus: 2, device: 5 was not an MTP device
apr 26 19:58:11 mysystem mtp-probe[759]: bus: 5, device: 3 was not an MTP device
apr 26 19:58:11 mysystem systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
apr 26 19:58:11 mysystem systemd[1]: Starting Load/Save RF Kill Switch Status...
apr 26 19:58:11 mysystem systemd[1]: Starting Virtual Console Setup...
apr 26 19:58:11 mysystem kernel: videodev: Linux video capture interface: v2.00
apr 26 19:58:11 mysystem kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
apr 26 19:58:11 mysystem kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
apr 26 19:58:11 mysystem kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
apr 26 19:58:11 mysystem kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
apr 26 19:58:11 mysystem kernel: cfg80211: failed to load regulatory.db
apr 26 19:58:11 mysystem systemd[1]: Finished Virtual Console Setup.
apr 26 19:58:11 mysystem kernel: input: FTCS0038:00 2808:0106 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS0038:00/0018:2808:0106.000E/input/input19
apr 26 19:58:11 mysystem kernel: input: FTCS0038:00 2808:0106 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS0038:00/0018:2808:0106.000E/input/input20
apr 26 19:58:11 mysystem kernel: hid-generic 0018:2808:0106.000E: input,hidraw13: I2C HID v1.00 Mouse [FTCS0038:00 2808:0106] on i2c-FTCS0038:00
apr 26 19:58:11 mysystem systemd-modules-load[597]: Inserted module 'nvidia_uvm'
apr 26 19:58:11 mysystem kernel: Bluetooth: Core ver 2.22
apr 26 19:58:11 mysystem kernel: NET: Registered PF_BLUETOOTH protocol family
apr 26 19:58:11 mysystem kernel: Bluetooth: HCI device and connection manager initialized
apr 26 19:58:11 mysystem kernel: Bluetooth: HCI socket layer initialized
apr 26 19:58:11 mysystem kernel: Bluetooth: L2CAP socket layer initialized
apr 26 19:58:11 mysystem kernel: Bluetooth: SCO socket layer initialized
apr 26 19:58:11 mysystem systemd-modules-load[597]: Inserted module 'pkcs8_key_parser'
apr 26 19:58:11 mysystem systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:platform::kbd_backlight...
apr 26 19:58:11 mysystem kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
apr 26 19:58:11 mysystem kernel: Asymmetric key parser 'pkcs8' registered
apr 26 19:58:11 mysystem kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
apr 26 19:58:11 mysystem kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
apr 26 19:58:11 mysystem kernel: usbcore: registered new device driver r8152-cfgselector
apr 26 19:58:11 mysystem systemd[1]: Started Load/Save RF Kill Switch Status.
apr 26 19:58:11 mysystem kernel: kvm_amd: TSC scaling supported
apr 26 19:58:11 mysystem kernel: kvm_amd: Nested Virtualization enabled
apr 26 19:58:11 mysystem kernel: kvm_amd: Nested Paging enabled
apr 26 19:58:11 mysystem kernel: kvm_amd: LBR virtualization supported
apr 26 19:58:11 mysystem kernel: kvm_amd: Virtual GIF supported
apr 26 19:58:11 mysystem kernel: kvm_amd: Virtual NMI enabled
apr 26 19:58:11 mysystem kernel: spd5118 5-0050: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
apr 26 19:58:11 mysystem kernel: vboxdrv: Found 32 processor cores/threads
apr 26 19:58:11 mysystem kernel: spd5118 5-0051: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
apr 26 19:58:11 mysystem kernel: r8169 0000:05:00.0 eth0: RTL8168h/8111h, e8:80:88:df:1c:7d, XID 541, IRQ 112
apr 26 19:58:11 mysystem kernel: r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
apr 26 19:58:11 mysystem kernel: r8169 0000:05:00.0 enp5s0: renamed from eth0
apr 26 19:58:11 mysystem systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:platform::kbd_backlight.
apr 26 19:58:11 mysystem systemd-modules-load[597]: Inserted module 'vboxdrv'
apr 26 19:58:11 mysystem kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2494233318 Hz
apr 26 19:58:11 mysystem kernel: vboxdrv: Successfully loaded version 7.1.8 r168469 (interface 0x00340001)
apr 26 19:58:11 mysystem systemd-modules-load[597]: Inserted module 'vboxnetadp'
apr 26 19:58:11 mysystem kernel: VBoxNetAdp: Successfully started.
apr 26 19:58:11 mysystem kernel: usbcore: registered new interface driver btusb
apr 26 19:58:11 mysystem systemd[1]: Reached target Bluetooth Support.
apr 26 19:58:11 mysystem kernel: usb 3-2.4: Found UVC 1.50 device Integrated Camera (30c9:00ac)
apr 26 19:58:11 mysystem kernel: VBoxNetFlt: Successfully started.
apr 26 19:58:11 mysystem kernel: mt7921e 0000:04:00.0: ASIC revision: 79220010
apr 26 19:58:11 mysystem kernel: input: FTCS0038:00 2808:0106 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS0038:00/0018:2808:0106.000E/input/input22
apr 26 19:58:11 mysystem kernel: input: FTCS0038:00 2808:0106 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-FTCS0038:00/0018:2808:0106.000E/input/input23
apr 26 19:58:11 mysystem kernel: hid-multitouch 0018:2808:0106.000E: input,hidraw13: I2C HID v1.00 Mouse [FTCS0038:00 2808:0106] on i2c-FTCS0038:00
apr 26 19:58:11 mysystem kernel: amd_atl: AMD Address Translation Library initialized
apr 26 19:58:11 mysystem kernel: intel_rapl_common: Found RAPL domain package
apr 26 19:58:11 mysystem kernel: intel_rapl_common: Found RAPL domain core
apr 26 19:58:11 mysystem kernel: usbcore: registered new interface driver uvcvideo
apr 26 19:58:11 mysystem kernel: r8152-cfgselector 2-1.4.4: reset SuperSpeed USB device number 5 using xhci_hcd
apr 26 19:58:11 mysystem kernel: mt7921e 0000:04:00.0: HW/SW Version: 0x8a108a10, Build Time: 20241106163228a
apr 26 19:58:11 mysystem kernel: Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20241106163512
apr 26 19:58:11 mysystem kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
apr 26 19:58:11 mysystem kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
apr 26 19:58:11 mysystem kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input25
apr 26 19:58:11 mysystem kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input26
apr 26 19:58:11 mysystem kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input27
apr 26 19:58:11 mysystem kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input28
apr 26 19:58:11 mysystem kernel: nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64 570.144 Release Build (archlinux-builder@echo archlinux)
apr 26 19:58:11 mysystem kernel: snd_hda_codec_realtek hdaudioC2D0: ALC287: picked fixup for alias SSID 17aa:38a8
apr 26 19:58:11 mysystem kernel: snd_hda_codec_realtek hdaudioC2D0: bound i2c-TIAS2781:00 (ops tas2781_hda_comp_ops [snd_hda_scodec_tas2781_i2c])
apr 26 19:58:11 mysystem kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC287: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
apr 26 19:58:11 mysystem kernel: snd_hda_codec_realtek hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
apr 26 19:58:11 mysystem kernel: snd_hda_codec_realtek hdaudioC2D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
apr 26 19:58:11 mysystem kernel: snd_hda_codec_realtek hdaudioC2D0: mono: mono_out=0x0
apr 26 19:58:11 mysystem kernel: snd_hda_codec_realtek hdaudioC2D0: inputs:
apr 26 19:58:11 mysystem kernel: snd_hda_codec_realtek hdaudioC2D0: Internal Mic=0x12
apr 26 19:58:11 mysystem kernel: snd_hda_codec_realtek hdaudioC2D0: Mic=0x19
apr 26 19:58:11 mysystem kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
apr 26 19:58:11 mysystem kernel: r8152 2-1.4.4:1.0 eth0: v1.12.13
apr 26 19:58:11 mysystem kernel: usbcore: registered new interface driver r8152
apr 26 19:58:11 mysystem kernel: usbcore: registered new interface driver cdc_ether
apr 26 19:58:11 mysystem kernel: usbcore: registered new interface driver r8153_ecm
apr 26 19:58:11 mysystem kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card2/input29
apr 26 19:58:11 mysystem kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card2/input30
apr 26 19:58:11 mysystem systemd-modules-load[597]: Inserted module 'vboxnetflt'
apr 26 19:58:11 mysystem mtp-probe[1085]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb2/2-1/2-1.4/2-1.4.4"
apr 26 19:58:11 mysystem systemd[1]: Finished Load Kernel Modules.
apr 26 19:58:11 mysystem systemd[1]: Starting Apply Kernel Variables...
apr 26 19:58:11 mysystem systemd[1]: Finished Apply Kernel Variables.
apr 26 19:58:11 mysystem systemd[1]: Starting Network Name Resolution...
apr 26 19:58:11 mysystem systemd-timesyncd[647]: Network configuration changed, trying to establish connection.
apr 26 19:58:11 mysystem systemd-timesyncd[647]: Network configuration changed, trying to establish connection.
apr 26 19:58:11 mysystem systemd-timesyncd[647]: Network configuration changed, trying to establish connection.
apr 26 19:58:11 mysystem systemd-resolved[1052]: Positive Trust Anchors:
apr 26 19:58:11 mysystem systemd-resolved[1052]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
apr 26 19:58:11 mysystem systemd-resolved[1052]: . IN DS 38696 8 2 683d2d0acb8c9b712a1948b27f741219298d0a450d612c483af444a4c0fb2b16
apr 26 19:58:11 mysystem systemd-resolved[1052]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
apr 26 19:58:11 mysystem systemd-resolved[1052]: Using system hostname 'mysystem'.
apr 26 19:58:11 mysystem systemd[1]: Started Network Name Resolution.
apr 26 19:58:11 mysystem systemd[1]: Reached target Host and Network Name Lookups.
apr 26 19:58:11 mysystem systemd[1]: Starting Load Kernel Module dm_mod...
apr 26 19:58:11 mysystem systemd[1]: Starting Load Kernel Module loop...
apr 26 19:58:11 mysystem systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
apr 26 19:58:11 mysystem systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
apr 26 19:58:11 mysystem systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
apr 26 19:58:11 mysystem systemd[1]: Finished Load Kernel Module dm_mod.
apr 26 19:58:11 mysystem systemd[1]: modprobe@loop.service: Deactivated successfully.
apr 26 19:58:11 mysystem systemd[1]: Finished Load Kernel Module loop.
apr 26 19:58:11 mysystem systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
apr 26 19:58:11 mysystem kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
apr 26 19:58:11 mysystem systemd[1]: Mounting /boot...
apr 26 19:58:11 mysystem systemd[1]: Mounting Temporary Directory /tmp...
apr 26 19:58:11 mysystem systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
apr 26 19:58:11 mysystem systemd[1]: Listening on Disk Image Download Service Socket.
apr 26 19:58:11 mysystem systemd-timesyncd[647]: Network configuration changed, trying to establish connection.
apr 26 19:58:11 mysystem systemd[1]: Mounted Temporary Directory /tmp.
apr 26 19:58:11 mysystem systemd[1]: Mounted /boot.
apr 26 19:58:11 mysystem systemd[1]: Reached target Local File Systems.
apr 26 19:58:11 mysystem systemd[1]: Listening on Boot Entries Service Socket.
apr 26 19:58:11 mysystem systemd-timesyncd[647]: Network configuration changed, trying to establish connection.
apr 26 19:58:11 mysystem systemd[1]: Listening on System Extension Image Management.
apr 26 19:58:11 mysystem systemd-timesyncd[647]: Network configuration changed, trying to establish connection.
apr 26 19:58:11 mysystem systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
apr 26 19:58:11 mysystem systemd[1]: Starting Update Boot Loader Random Seed...
apr 26 19:58:11 mysystem systemd[1]: Starting Create System Files and Directories...
apr 26 19:58:11 mysystem bootctl[1099]: Random seed file /boot/loader/random-seed successfully refreshed (32 bytes).
apr 26 19:58:11 mysystem systemd[1]: Finished Update Boot Loader Random Seed.
apr 26 19:58:11 mysystem systemd-timesyncd[647]: Network configuration changed, trying to establish connection.
apr 26 19:58:11 mysystem systemd-timesyncd[647]: Network configuration changed, trying to establish connection.
apr 26 19:58:11 mysystem systemd-timesyncd[647]: Network configuration changed, trying to establish connection.
apr 26 19:58:11 mysystem systemd[1]: Finished Create System Files and Directories.
apr 26 19:58:11 mysystem systemd[1]: Starting Rebuild Dynamic Linker Cache...
apr 26 19:58:11 mysystem systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
apr 26 19:58:11 mysystem systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
apr 26 19:58:11 mysystem systemd[1]: Starting Rebuild Journal Catalog...
apr 26 19:58:11 mysystem systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
apr 26 19:58:11 mysystem systemd[1]: Starting Record System Boot/Shutdown in UTMP...
apr 26 19:58:11 mysystem kernel: mt7921e 0000:04:00.0: WM Firmware Version: ____000000, Build Time: 20241106163310
apr 26 19:58:11 mysystem systemd[1]: Finished Record System Boot/Shutdown in UTMP.
apr 26 19:58:11 mysystem systemd[1]: Finished Rebuild Journal Catalog.
apr 26 19:58:11 mysystem systemd[1]: Finished Rebuild Dynamic Linker Cache.
apr 26 19:58:11 mysystem systemd[1]: Starting Update is Completed...
apr 26 19:58:11 mysystem systemd[1]: Finished Update is Completed.
apr 26 19:58:11 mysystem systemd[1]: Reached target System Initialization.
apr 26 19:58:11 mysystem systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
apr 26 19:58:11 mysystem systemd[1]: Started Daily man-db regeneration.
apr 26 19:58:11 mysystem systemd[1]: Started Daily verification of password and group files.
apr 26 19:58:11 mysystem systemd[1]: Started Daily Cleanup of Temporary Directories.
apr 26 19:58:11 mysystem systemd[1]: Reached target Timer Units.
apr 26 19:58:11 mysystem systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
apr 26 19:58:11 mysystem systemd[1]: Listening on D-Bus System Message Bus Socket.
apr 26 19:58:11 mysystem systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
apr 26 19:58:11 mysystem systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
apr 26 19:58:11 mysystem systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
apr 26 19:58:11 mysystem systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
apr 26 19:58:11 mysystem systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
apr 26 19:58:11 mysystem systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
apr 26 19:58:11 mysystem systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
apr 26 19:58:11 mysystem systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
apr 26 19:58:11 mysystem systemd[1]: Listening on Hostname Service Socket.
apr 26 19:58:11 mysystem systemd[1]: Reached target Socket Units.
apr 26 19:58:11 mysystem systemd[1]: Starting D-Bus System Message Bus...
apr 26 19:58:11 mysystem systemd[1]: Starting TPM PCR Barrier (Initialization)...
apr 26 19:58:11 mysystem systemd[1]: Started D-Bus System Message Bus.
apr 26 19:58:11 mysystem systemd-pcrextend[1121]: Extended PCR index 11 with 'sysinit' (banks sha256).
apr 26 19:58:11 mysystem systemd[1]: Finished TPM PCR Barrier (Initialization).
apr 26 19:58:11 mysystem systemd[1]: Reached target Basic System.
apr 26 19:58:11 mysystem systemd[1]: Starting Network Manager...
apr 26 19:58:11 mysystem systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
apr 26 19:58:11 mysystem systemd[1]: Starting NVIDIA Persistence Daemon...
apr 26 19:58:11 mysystem systemd[1]: Started nvidia-powerd service.
apr 26 19:58:11 mysystem systemd[1]: Starting Powertop tunings...
apr 26 19:58:11 mysystem systemd[1]: Starting Switcheroo Control Proxy service...
apr 26 19:58:11 mysystem systemd[1]: Starting User Login Management...
apr 26 19:58:11 mysystem systemd[1]: Starting TPM PCR Barrier (User)...
apr 26 19:58:11 mysystem dbus-broker-launch[1120]: Ready
apr 26 19:58:11 mysystem /usr/bin/nvidia-powerd[1127]: nvidia-powerd version:1.0(build 1)
apr 26 19:58:11 mysystem nvidia-persistenced[1132]: Started (1132)
apr 26 19:58:11 mysystem avahi-daemon[1125]: Found user 'avahi' (UID 973) and group 'avahi' (GID 973).
apr 26 19:58:11 mysystem avahi-daemon[1125]: Successfully dropped root privileges.
apr 26 19:58:11 mysystem avahi-daemon[1125]: avahi-daemon 0.8 starting up.
apr 26 19:58:11 mysystem systemd[1]: Started Avahi mDNS/DNS-SD Stack.
apr 26 19:58:11 mysystem avahi-daemon[1125]: Successfully called chroot().
apr 26 19:58:11 mysystem avahi-daemon[1125]: Successfully dropped remaining capabilities.
apr 26 19:58:11 mysystem avahi-daemon[1125]: No service file found in /etc/avahi/services.
apr 26 19:58:11 mysystem avahi-daemon[1125]: *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
apr 26 19:58:11 mysystem avahi-daemon[1125]: *** WARNING: Detected another IPv6 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
apr 26 19:58:11 mysystem avahi-daemon[1125]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
apr 26 19:58:11 mysystem avahi-daemon[1125]: New relevant interface lo.IPv6 for mDNS.
apr 26 19:58:11 mysystem avahi-daemon[1125]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
apr 26 19:58:11 mysystem avahi-daemon[1125]: New relevant interface lo.IPv4 for mDNS.
apr 26 19:58:11 mysystem avahi-daemon[1125]: Network interface enumeration completed.
apr 26 19:58:11 mysystem avahi-daemon[1125]: Registering new address record for ::1 on lo.*.
apr 26 19:58:11 mysystem avahi-daemon[1125]: Registering new address record for 127.0.0.1 on lo.IPv4.
apr 26 19:58:11 mysystem powertop[1128]: modprobe cpufreq_stats failed
apr 26 19:58:11 mysystem systemd[1]: Started Switcheroo Control Proxy service.
apr 26 19:58:11 mysystem systemd[1]: Starting Save/Restore Sound Card State...
apr 26 19:58:11 mysystem systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
apr 26 19:58:11 mysystem kernel: usbcore: registered new interface driver snd-usb-audio
apr 26 19:58:11 mysystem powertop[1128]: Loaded 90 prior measurements
apr 26 19:58:11 mysystem powertop[1128]: RAPL device for cpu 0
apr 26 19:58:11 mysystem powertop[1128]: RAPL Using PowerCap Sysfs : Domain Mask 5
apr 26 19:58:11 mysystem powertop[1128]: RAPL device for cpu 0
apr 26 19:58:11 mysystem powertop[1128]: RAPL Using PowerCap Sysfs : Domain Mask 5
apr 26 19:58:11 mysystem mtp-probe[1085]: bus: 2, device: 5 was not an MTP device
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9342] NetworkManager (version 1.52.0-1.1) is starting... (boot:9cf350bf-2d81-4a5f-ad8c-1ee7d6ba6856)
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9343] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf, /etc/NetworkManager/conf.d/99-mdns.conf
apr 26 19:58:11 mysystem systemd-pcrextend[1131]: Extended PCR index 11 with 'ready' (banks sha256).
apr 26 19:58:11 mysystem systemd[1]: Finished TPM PCR Barrier (User).
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9366] manager[0x590b678a7a40]: monitoring kernel firmware directory '/lib/firmware'.
apr 26 19:58:11 mysystem kernel: r8152 2-1.4.4:1.0 enp6s0f3u1u4u4: renamed from eth0
apr 26 19:58:11 mysystem systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
apr 26 19:58:11 mysystem systemd-logind[1130]: New seat seat0.
apr 26 19:58:11 mysystem systemd[1]: Starting Hostname Service...
apr 26 19:58:11 mysystem powertop[1128]: Devfreq not enabled
apr 26 19:58:11 mysystem powertop[1128]: glob returned GLOB_ABORTED
apr 26 19:58:11 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event2 (Power Button)
apr 26 19:58:11 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event0 (Power Button)
apr 26 19:58:11 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event1 (Lid Switch)
apr 26 19:58:11 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event12 (Ultimate Gadget Laboratories UHK 60 v1)
apr 26 19:58:11 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event14 (Ultimate Gadget Laboratories UHK 60 v1)
apr 26 19:58:11 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event15 (Ultimate Gadget Laboratories UHK 60 v1)
apr 26 19:58:11 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event9 (Generic Giga-Byte USB Audio Consumer Control)
apr 26 19:58:11 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event5 (ITE Tech. Inc. ITE Device(8258) Keyboard)
apr 26 19:58:11 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event4 (AT Raw Set 2 keyboard)
apr 26 19:58:11 mysystem systemd[1]: Started User Login Management.
apr 26 19:58:11 mysystem systemd[1]: Started Hostname Service.
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9694] hostname: hostname: using hostnamed
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9694] hostname: static hostname changed from (none) to "mysystem"
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9696] dns-mgr: init: dns=systemd-resolved rc-manager=symlink, plugin=systemd-resolved
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9706] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/rfkill/rfkill0) (platform driver ideapad_acpi)
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9714] manager[0x590b678a7a40]: rfkill: Wi-Fi hardware radio set disabled
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9715] manager[0x590b678a7a40]: rfkill: WWAN hardware radio set disabled
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9730] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.52.0-1.1/libnm-device-plugin-adsl.so)
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9766] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.52.0-1.1/libnm-device-plugin-bluetooth.so)
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9780] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.52.0-1.1/libnm-device-plugin-ovs.so)
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9960] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.52.0-1.1/libnm-device-plugin-team.so)
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9969] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.52.0-1.1/libnm-device-plugin-wifi.so)
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9974] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.52.0-1.1/libnm-device-plugin-wwan.so)
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9976] manager: rfkill: Wi-Fi disabled by radio killswitch; disabled by state file
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9976] manager: rfkill: WWAN enabled by radio killswitch; disabled by state file
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9976] manager: Networking is enabled by state file
apr 26 19:58:11 mysystem NetworkManager[1124]: <info> [1745690291.9979] settings: Loaded settings plugin: keyfile (internal)
apr 26 19:58:11 mysystem systemd[1]: Starting Network Manager Script Dispatcher Service...
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.0025] dhcp: init: Using DHCP client 'internal'
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.0026] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.0030] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.0032] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.0034] device (lo): Activation: starting connection 'lo' (a0028fa2-df88-4d5e-b6ae-597f4e85f894)
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.0037] manager: (enp5s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.0040] settings: (enp5s0): created default wired connection 'Bekabelde verbinding 1'
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.0040] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
apr 26 19:58:12 mysystem kernel: Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
apr 26 19:58:12 mysystem systemd[1]: Started Network Manager Script Dispatcher Service.
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1835] manager: (enp6s0f3u1u4u4): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
apr 26 19:58:12 mysystem kernel: r8169 0000:05:00.0 enp5s0: Link is Down
apr 26 19:58:12 mysystem systemd[1]: Started Network Manager.
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1838] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
apr 26 19:58:12 mysystem systemd[1]: Reached target Network.
apr 26 19:58:12 mysystem systemd[1]: Starting Permit User Sessions...
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1845] ovsdb: disconnected from ovsdb
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1845] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1846] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1846] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1851] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1852] device (enp6s0f3u1u4u4): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1897] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1898] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.1899] device (lo): Activation: successful, device activated.
apr 26 19:58:12 mysystem systemd[1]: Finished Permit User Sessions.
apr 26 19:58:12 mysystem systemd[1]: Starting GNOME Display Manager...
apr 26 19:58:12 mysystem systemd[1]: Started GNOME Display Manager.
apr 26 19:58:12 mysystem systemd[1]: Reached target User and Group Name Lookups.
apr 26 19:58:12 mysystem systemd[1]: Starting Accounts Service...
apr 26 19:58:12 mysystem systemd[1]: Starting Authorization Manager...
apr 26 19:58:12 mysystem polkitd[1208]: Started polkitd version 126
apr 26 19:58:12 mysystem polkitd[1208]: Loading rules from directory /etc/polkit-1/rules.d
apr 26 19:58:12 mysystem polkitd[1208]: Loading rules from directory /run/polkit-1/rules.d
apr 26 19:58:12 mysystem polkitd[1208]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
apr 26 19:58:12 mysystem polkitd[1208]: Loading rules from directory /usr/local/share/polkit-1/rules.d
apr 26 19:58:12 mysystem polkitd[1208]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
apr 26 19:58:12 mysystem polkitd[1208]: Loading rules from directory /usr/share/polkit-1/rules.d
apr 26 19:58:12 mysystem polkitd[1208]: Finished loading, compiling and executing 9 rules
apr 26 19:58:12 mysystem systemd[1]: Started Authorization Manager.
apr 26 19:58:12 mysystem polkitd[1208]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
apr 26 19:58:12 mysystem accounts-daemon[1202]: started daemon version 23.13.0
apr 26 19:58:12 mysystem systemd[1]: Started Accounts Service.
apr 26 19:58:12 mysystem systemd-logind[1130]: New session 1 of user gdm.
apr 26 19:58:12 mysystem systemd[1]: Created slice User Slice of UID 120.
apr 26 19:58:12 mysystem systemd[1]: Starting User Runtime Directory /run/user/120...
apr 26 19:58:12 mysystem systemd[1]: Finished User Runtime Directory /run/user/120.
apr 26 19:58:12 mysystem systemd[1]: Starting User Manager for UID 120...
apr 26 19:58:12 mysystem dbus-broker-launch[1120]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
apr 26 19:58:12 mysystem (systemd)[1231]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
apr 26 19:58:12 mysystem (systemd)[1231]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by gdm(uid=0)
apr 26 19:58:12 mysystem systemd-logind[1130]: New session 2 of user gdm.
apr 26 19:58:12 mysystem systemd[1231]: Queued start job for default target Main User Target.
apr 26 19:58:12 mysystem systemd[1231]: Created slice User Application Slice.
apr 26 19:58:12 mysystem systemd[1231]: Reached target Paths.
apr 26 19:58:12 mysystem systemd[1231]: Reached target Timers.
apr 26 19:58:12 mysystem systemd[1231]: Starting D-Bus User Message Bus Socket...
apr 26 19:58:12 mysystem systemd[1231]: Listening on GnuPG network certificate management daemon.
apr 26 19:58:12 mysystem systemd[1231]: Listening on GNOME Keyring daemon.
apr 26 19:58:12 mysystem systemd[1231]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
apr 26 19:58:12 mysystem systemd[1231]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
apr 26 19:58:12 mysystem systemd[1231]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
apr 26 19:58:12 mysystem systemd[1231]: Listening on GnuPG cryptographic agent and passphrase cache.
apr 26 19:58:12 mysystem systemd[1231]: Listening on GnuPG public key management service.
apr 26 19:58:12 mysystem systemd[1231]: Listening on p11-kit server.
apr 26 19:58:12 mysystem systemd[1231]: Listening on PipeWire PulseAudio.
apr 26 19:58:12 mysystem systemd[1231]: Listening on PipeWire Multimedia System Sockets.
apr 26 19:58:12 mysystem systemd[1231]: Listening on D-Bus User Message Bus Socket.
apr 26 19:58:12 mysystem systemd[1231]: Reached target Sockets.
apr 26 19:58:12 mysystem systemd[1231]: Reached target Basic System.
apr 26 19:58:12 mysystem systemd[1]: Started User Manager for UID 120.
apr 26 19:58:12 mysystem systemd[1231]: Starting Update XDG user dir configuration...
apr 26 19:58:12 mysystem systemd[1]: Started Session 1 of User gdm.
apr 26 19:58:12 mysystem systemd[1231]: Reached target Sound Card.
apr 26 19:58:12 mysystem systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
apr 26 19:58:12 mysystem systemd[1]: Finished Save/Restore Sound Card State.
apr 26 19:58:12 mysystem systemd[1231]: Finished Update XDG user dir configuration.
apr 26 19:58:12 mysystem systemd[1231]: Reached target Main User Target.
apr 26 19:58:12 mysystem systemd[1231]: Startup finished in 85ms.
apr 26 19:58:12 mysystem systemd[1]: Reached target Sound Card.
apr 26 19:58:12 mysystem systemd[1231]: Created slice User Core Session Slice.
apr 26 19:58:12 mysystem systemd[1231]: Starting D-Bus User Message Bus...
apr 26 19:58:12 mysystem dbus-broker-launch[1253]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
apr 26 19:58:12 mysystem dbus-broker-launch[1253]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
apr 26 19:58:12 mysystem systemd[1231]: Started D-Bus User Message Bus.
apr 26 19:58:12 mysystem dbus-broker-launch[1253]: Ready
apr 26 19:58:12 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=120 pid=1258 comm="/usr/lib/gnome-session-binary --autostart /usr/sha")
apr 26 19:58:12 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
apr 26 19:58:12 mysystem gnome-session[1258]: gnome-session-binary[1258]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Fout bij aanroepen van StartServiceByName voor org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
apr 26 19:58:12 mysystem gnome-session-binary[1258]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Fout bij aanroepen van StartServiceByName voor org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
apr 26 19:58:12 mysystem gnome-session[1258]: gnome-session-binary[1258]: WARNING: Desktop file /usr/share/gdm/greeter/autostart/orca-autostart.desktop for application orca-autostart.desktop could not be parsed or references a missing TryExec binary
apr 26 19:58:12 mysystem gnome-session-binary[1258]: WARNING: Desktop file /usr/share/gdm/greeter/autostart/orca-autostart.desktop for application orca-autostart.desktop could not be parsed or references a missing TryExec binary
apr 26 19:58:12 mysystem gnome-shell[1270]: Running GNOME Shell (using mutter 48.2) as a Wayland display server
apr 26 19:58:12 mysystem gnome-shell[1270]: Enabling experimental feature 'scale-monitor-framebuffer'
apr 26 19:58:12 mysystem avahi-daemon[1125]: Server startup complete. Host name is mysystem.local. Local service cookie is 2205651712.
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.8404] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:04:00.0/ieee80211/phy0/rfkill3) (driver mt7921e)
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.8410] device (wlan0): driver supports Access Point (AP) mode
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.8412] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/4)
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.8437] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
apr 26 19:58:12 mysystem NetworkManager[1124]: <info> [1745690292.8440] device (wlan0): set-hw-addr: set MAC address to B2:F2:F4:05:F3:1A (scanning)
apr 26 19:58:12 mysystem kernel: usb 1-2.2: USB disconnect, device number 6
apr 26 19:58:13 mysystem systemd[1]: Starting RealtimeKit Scheduling Policy Service...
apr 26 19:58:13 mysystem rtkit-daemon[1293]: Successfully called chroot.
apr 26 19:58:13 mysystem rtkit-daemon[1293]: Successfully dropped privileges.
apr 26 19:58:13 mysystem systemd[1]: Started RealtimeKit Scheduling Policy Service.
apr 26 19:58:13 mysystem rtkit-daemon[1293]: Successfully limited resources.
apr 26 19:58:13 mysystem rtkit-daemon[1293]: Running.
apr 26 19:58:13 mysystem rtkit-daemon[1293]: Canary thread running.
apr 26 19:58:13 mysystem rtkit-daemon[1293]: Watchdog thread running.
apr 26 19:58:13 mysystem rtkit-daemon[1293]: Supervising 0 threads of 0 processes of 0 users.
apr 26 19:58:13 mysystem rtkit-daemon[1293]: Successfully made thread 1292 of process 1270 owned by '120' high priority at nice level -15.
apr 26 19:58:13 mysystem rtkit-daemon[1293]: Supervising 1 threads of 1 processes of 1 users.
apr 26 19:58:13 mysystem gnome-shell[1270]: Thread 'KMS thread' will be using high priority scheduling
apr 26 19:58:13 mysystem gnome-shell[1270]: Device '/dev/dri/card1' prefers shadow buffer
apr 26 19:58:13 mysystem gnome-shell[1270]: Added device '/dev/dri/card1' (amdgpu) using atomic mode setting.
apr 26 19:58:13 mysystem gnome-shell[1270]: Created gbm renderer for '/dev/dri/card1'
apr 26 19:58:13 mysystem gnome-shell[1270]: GPU /dev/dri/card1 selected primary from builtin panel presence
apr 26 19:58:13 mysystem gnome-shell[1270]: Obtained a high priority EGL context
apr 26 19:58:13 mysystem kernel: NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
apr 26 19:58:13 mysystem /usr/bin/nvidia-powerd[1127]: DBus Connection is established
apr 26 19:58:13 mysystem systemd[1]: Started NVIDIA Persistence Daemon.
apr 26 19:58:13 mysystem kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
apr 26 19:58:13 mysystem kernel: fbcon: Deferring console take-over
apr 26 19:58:13 mysystem kernel: nvidia 0000:01:00.0: [drm] fb1: nvidia-drmdrmfb frame buffer device
apr 26 19:58:13 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=1270 comm="/usr/bin/gnome-shell")
apr 26 19:58:13 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Successfully activated service 'org.a11y.Bus'
apr 26 19:58:13 mysystem gnome-shell[1270]: Using public X11 display :1024, (using :1025 for managed services)
apr 26 19:58:13 mysystem gnome-shell[1270]: Using Wayland display name 'wayland-0'
apr 26 19:58:13 mysystem /usr/lib/gdm-wayland-session[1347]: dbus-daemon[1347]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=1270 comm="/usr/bin/gnome-shell")
apr 26 19:58:13 mysystem gnome-shell[1270]: Failed to hotplug secondary gpu '/dev/dri/renderD129': GDBus.Error:System.Error.ENODEV: No such device
apr 26 19:58:13 mysystem systemd[1]: Starting Manage, Install and Generate Color Profiles...
apr 26 19:58:13 mysystem /usr/lib/gdm-wayland-session[1347]: dbus-daemon[1347]: Successfully activated service 'org.a11y.atspi.Registry'
apr 26 19:58:13 mysystem /usr/lib/gdm-wayland-session[1351]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
apr 26 19:58:13 mysystem systemd[1]: Started Manage, Install and Generate Color Profiles.
apr 26 19:58:13 mysystem gnome-shell[1270]: Device '/dev/dri/card0' prefers shadow buffer
apr 26 19:58:13 mysystem gnome-shell[1270]: Added device '/dev/dri/card0' (nvidia-drm) using atomic mode setting.
apr 26 19:58:13 mysystem gnome-shell[1270]: Created gbm renderer for '/dev/dri/card0'
apr 26 19:58:13 mysystem kernel: Bluetooth: hci0: Device setup in 2387101 usecs
apr 26 19:58:13 mysystem kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
apr 26 19:58:13 mysystem kernel: Bluetooth: hci0: AOSP extensions version v1.00
apr 26 19:58:13 mysystem kernel: Bluetooth: hci0: AOSP quality report is supported
apr 26 19:58:13 mysystem powertop[1128]: Leaving PowerTOP
apr 26 19:58:13 mysystem powertop[1128]: Cannot load from file /var/cache/powertop/saved_parameters.powertop
apr 26 19:58:13 mysystem powertop[1128]: File will be loaded after taking minimum number of measurement(s) with battery only
apr 26 19:58:13 mysystem powertop[1128]: Cannot load from file /var/cache/powertop/saved_parameters.powertop
apr 26 19:58:13 mysystem powertop[1128]: File will be loaded after taking minimum number of measurement(s) with battery only
apr 26 19:58:13 mysystem powertop[1128]: To show power estimates do 342 measurement(s) connected to battery only
apr 26 19:58:13 mysystem gnome-shell[1270]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
apr 26 19:58:13 mysystem systemd[1]: Starting Locale Service...
apr 26 19:58:13 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=120 pid=1270 comm="/usr/bin/gnome-shell")
apr 26 19:58:13 mysystem systemd[1]: Started Locale Service.
apr 26 19:58:13 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=1270 comm="/usr/bin/gnome-shell")
apr 26 19:58:13 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
apr 26 19:58:14 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=1270 comm="/usr/bin/gnome-shell")
apr 26 19:58:14 mysystem gnome-shell[1270]: Failed to parse saved session file: Openen van bestand ‘/var/lib/gdm/.config/mutter/sessions/10b3ca1ffffe8b06cc174569029268829600000012580000.ms’ is mislukt: Bestand of map bestaat niet
apr 26 19:58:14 mysystem systemd[1]: Starting Daemon for power management...
apr 26 19:58:14 mysystem sh[1392]: /bin/sh: regel 1: /sys/bus/usb/devices/1-2.1.3.3/power/control: Bestand of map bestaat niet
apr 26 19:58:14 mysystem sh[1413]: /bin/sh: regel 1: /sys/bus/usb/devices/1-2.1.3.2/power/control: Bestand of map bestaat niet
apr 26 19:58:14 mysystem sh[1418]: /bin/sh: regel 1: /sys/bus/usb/devices/3-2.2/power/control: Bestand of map bestaat niet
apr 26 19:58:14 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Successfully activated service 'org.gnome.Shell.Notifications'
apr 26 19:58:14 mysystem sh[1427]: /bin/sh: regel 1: /sys/bus/usb/devices/3-2.1/power/control: Bestand of map bestaat niet
apr 26 19:58:14 mysystem systemd[1]: Finished Powertop tunings.
apr 26 19:58:14 mysystem systemd[1]: Reached target Multi-User System.
apr 26 19:58:14 mysystem gnome-shell[1270]: Failed to launch ibus-daemon: Uitvoeren van dochterproces ‘ibus-daemon’ is mislukt (Bestand of map bestaat niet)
apr 26 19:58:14 mysystem systemd[1]: Starting Power Profiles daemon...
apr 26 19:58:14 mysystem gnome-shell[1270]: Will monitor session 1
apr 26 19:58:14 mysystem gnome-shell[1270]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
apr 26 19:58:14 mysystem polkitd[1208]: Registered Authentication Agent for unix-session:1 (system bus name :1.21 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale nl_BE.UTF-8)
apr 26 19:58:14 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.13' (uid=120 pid=1456 comm="/usr/lib/gsd-housekeeping")
apr 26 19:58:14 mysystem kernel: rfkill: input handler disabled
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.0450] agent-manager: agent[f0f32d1a4687b3c3,:1.21/org.gnome.Shell.NetworkAgent/120]: agent registered
apr 26 19:58:14 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
apr 26 19:58:14 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.21' (uid=120 pid=1481 comm="/usr/lib/gsd-sharing")
apr 26 19:58:14 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
apr 26 19:58:14 mysystem gsd-sharing[1481]: Failed to handle service change: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
apr 26 19:58:14 mysystem gsd-sharing[1481]: Failed to handle service change: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
apr 26 19:58:14 mysystem systemd[1]: Started PC/SC Smart Card Daemon.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 1 threads of 1 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 1 threads of 1 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 1 threads of 1 processes of 1 users.
apr 26 19:58:14 mysystem systemd[1]: Started Power Profiles daemon.
apr 26 19:58:14 mysystem systemd[1]: Reached target Graphical Interface.
apr 26 19:58:14 mysystem systemd[1231]: Started PipeWire Multimedia Service.
apr 26 19:58:14 mysystem systemd[1231]: Started Multimedia Service Session Manager.
apr 26 19:58:14 mysystem systemd[1231]: Started PipeWire PulseAudio.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 1 threads of 1 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 1 threads of 1 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 1 threads of 1 processes of 1 users.
apr 26 19:58:14 mysystem systemd[1]: Starting Location Lookup Service...
apr 26 19:58:14 mysystem wireplumber[1588]: wp-internal-comp-loader: Loading profile 'main'
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Successfully made thread 1587 of process 1587 owned by '120' high priority at nice level -11.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 2 threads of 2 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Successfully made thread 1601 of process 1587 owned by '120' RT at priority 20.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 3 threads of 2 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 3 threads of 2 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 3 threads of 2 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 3 threads of 2 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 3 threads of 2 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 3 threads of 2 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 3 threads of 2 processes of 1 users.
apr 26 19:58:14 mysystem gnome-shell[1270]: Type interface of property NM.Object::client does not match return type void of getter get_client. Falling back to slow path
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Successfully made thread 1588 of process 1588 owned by '120' high priority at nice level -11.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 4 threads of 3 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Successfully made thread 1593 of process 1593 owned by '120' high priority at nice level -11.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 5 threads of 4 processes of 1 users.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Successfully made thread 1609 of process 1593 owned by '120' RT at priority 20.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 6 threads of 4 processes of 1 users.
apr 26 19:58:14 mysystem systemd[1]: Started Daemon for power management.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Successfully made thread 1625 of process 1588 owned by '120' RT at priority 20.
apr 26 19:58:14 mysystem rtkit-daemon[1293]: Supervising 7 threads of 4 processes of 1 users.
apr 26 19:58:14 mysystem systemd[1]: Starting WPA supplicant...
apr 26 19:58:14 mysystem wpa_supplicant[1642]: Successfully initialized wpa_supplicant
apr 26 19:58:14 mysystem systemd[1]: Started WPA supplicant.
apr 26 19:58:14 mysystem systemd[1]: Started Location Lookup Service.
apr 26 19:58:14 mysystem systemd[1]: Startup finished in 9.318s (firmware) + 3.239s (loader) + 723ms (kernel) + 3.747s (initrd) + 3.796s (userspace) = 20.825s.
apr 26 19:58:14 mysystem gnome-session-binary[1258]: Entering running state
apr 26 19:58:14 mysystem kernel: [drm] pre_validate_dsc:1601 MST_DSC dsc precompute is not needed
apr 26 19:58:14 mysystem org.gnome.Shell.desktop[1647]: The XKEYBOARD keymap compiler (xkbcomp) reports:
apr 26 19:58:14 mysystem org.gnome.Shell.desktop[1647]: > Warning: Could not resolve keysym XF86RefreshRateToggle
apr 26 19:58:14 mysystem org.gnome.Shell.desktop[1647]: > Warning: Could not resolve keysym XF86Accessibility
apr 26 19:58:14 mysystem org.gnome.Shell.desktop[1647]: > Warning: Could not resolve keysym XF86DoNotDisturb
apr 26 19:58:14 mysystem org.gnome.Shell.desktop[1647]: Errors from xkbcomp are not fatal to the X server
apr 26 19:58:14 mysystem kernel: amdgpu 0000:06:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error - collecting diagnostic data
apr 26 19:58:14 mysystem wireplumber[1588]: spa.bluez5: BlueZ system service is not available
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.8182] device (enp6s0f3u1u4u4): carrier: link connected
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.8186] device (enp6s0f3u1u4u4): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
apr 26 19:58:14 mysystem kernel: r8152 2-1.4.4:1.0 enp6s0f3u1u4u4: carrier on
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.8189] policy: auto-activating connection 'Bekabelde verbinding (Dock)' (b03e3da6-2d3f-36bf-b2a4-68185a0062de)
apr 26 19:58:14 mysystem wireplumber[1588]: wp-pw-obj-mixin: <WpNode:0x55d60347ef50> ignoring set_param on already destroyed objects
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.8191] device (enp6s0f3u1u4u4): Activation: starting connection 'Bekabelde verbinding (Dock)' (b03e3da6-2d3f-36bf-b2a4-68185a0062de)
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.8192] device (enp6s0f3u1u4u4): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.8192] manager: NetworkManager state is now CONNECTING
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.8192] device (enp6s0f3u1u4u4): state change: prepare -> config (reason 'none', managed-type: 'full')
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.8194] device (enp6s0f3u1u4u4): state change: config -> ip-config (reason 'none', managed-type: 'full')
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.8196] dhcp4 (enp6s0f3u1u4u4): activation: beginning transaction (timeout in 45 seconds)
apr 26 19:58:14 mysystem wireplumber[1588]: wp-pw-obj-mixin: <WpNode:0x55d60340f480> ignoring set_param on already destroyed objects
apr 26 19:58:14 mysystem systemd-resolved[1052]: enp6s0f3u1u4u4: Bus client set default route setting: no
apr 26 19:58:14 mysystem systemd-resolved[1052]: enp6s0f3u1u4u4: Bus client set MulticastDNS setting: no
apr 26 19:58:14 mysystem avahi-daemon[1125]: Joining mDNS multicast group on interface enp6s0f3u1u4u4.IPv6 with address fe80::1f16:c8:a85b:1919.
apr 26 19:58:14 mysystem avahi-daemon[1125]: New relevant interface enp6s0f3u1u4u4.IPv6 for mDNS.
apr 26 19:58:14 mysystem avahi-daemon[1125]: Registering new address record for fe80::1f16:c8:a85b:1919 on enp6s0f3u1u4u4.*.
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.8224] dhcp4 (enp6s0f3u1u4u4): state changed new lease, address=192.168.1.252, acd pending
apr 26 19:58:14 mysystem gsd-media-keys[1433]: Unable to get default sink
apr 26 19:58:14 mysystem wireplumber[1588]: [0:00:08.982935011] [1588] ERROR IPAModule ipa_module.cpp:171 Symbol ipaModuleInfo not found
apr 26 19:58:14 mysystem wireplumber[1588]: [0:00:08.982943322] [1588] ERROR IPAModule ipa_module.cpp:291 v4l2-compat.so: IPA module has no valid info
apr 26 19:58:14 mysystem wireplumber[1588]: [0:00:08.982952821] [1588] INFO Camera camera_manager.cpp:326 libcamera v0.5.0
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.9957] dhcp4 (enp6s0f3u1u4u4): state changed new lease, address=192.168.1.252
apr 26 19:58:14 mysystem avahi-daemon[1125]: Joining mDNS multicast group on interface enp6s0f3u1u4u4.IPv4 with address 192.168.1.252.
apr 26 19:58:14 mysystem avahi-daemon[1125]: New relevant interface enp6s0f3u1u4u4.IPv4 for mDNS.
apr 26 19:58:14 mysystem avahi-daemon[1125]: Registering new address record for 192.168.1.252 on enp6s0f3u1u4u4.IPv4.
apr 26 19:58:14 mysystem NetworkManager[1124]: <info> [1745690294.9962] policy: set 'Bekabelde verbinding (Dock)' (enp6s0f3u1u4u4) as default for IPv4 routing and DNS
apr 26 19:58:14 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.21' (uid=120 pid=1481 comm="/usr/lib/gsd-sharing")
apr 26 19:58:14 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
apr 26 19:58:14 mysystem gsd-sharing[1481]: Failed to handle service change: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
apr 26 19:58:14 mysystem gsd-sharing[1481]: Failed to handle service change: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
apr 26 19:58:15 mysystem NetworkManager[1124]: <info> [1745690295.0064] device (enp6s0f3u1u4u4): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
apr 26 19:58:15 mysystem NetworkManager[1124]: <info> [1745690295.0069] device (enp6s0f3u1u4u4): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
apr 26 19:58:15 mysystem NetworkManager[1124]: <info> [1745690295.0070] device (enp6s0f3u1u4u4): state change: secondaries -> activated (reason 'none', managed-type: 'full')
apr 26 19:58:15 mysystem NetworkManager[1124]: <info> [1745690295.0071] manager: NetworkManager state is now CONNECTED_SITE
apr 26 19:58:15 mysystem NetworkManager[1124]: <info> [1745690295.0071] device (enp6s0f3u1u4u4): Activation: successful, device activated.
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.gnome.ScreenSaver' requested by ':1.18' (uid=120 pid=1428 comm="/usr/lib/gsd-power")
apr 26 19:58:15 mysystem gsd-media-keys[1433]: Failed to grab accelerator for keybinding settings:hibernate
apr 26 19:58:15 mysystem gsd-media-keys[1433]: Failed to grab accelerator for keybinding settings:playback-repeat
apr 26 19:58:15 mysystem gnome-shell[1270]: Registering session with GDM
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Successfully activated service 'org.gnome.ScreenSaver'
apr 26 19:58:15 mysystem gnome-shell[1270]: Failed to launch ibus-daemon: Uitvoeren van dochterproces ‘ibus-daemon’ is mislukt (Bestand of map bestaat niet)
apr 26 19:58:15 mysystem org.gnome.Shell.desktop[1690]: The XKEYBOARD keymap compiler (xkbcomp) reports:
apr 26 19:58:15 mysystem org.gnome.Shell.desktop[1690]: > Warning: Unsupported maximum keycode 708, clipping.
apr 26 19:58:15 mysystem org.gnome.Shell.desktop[1690]: > X11 cannot support keycodes above 255.
apr 26 19:58:15 mysystem org.gnome.Shell.desktop[1690]: > Warning: Could not resolve keysym XF86RefreshRateToggle
apr 26 19:58:15 mysystem org.gnome.Shell.desktop[1690]: > Warning: Could not resolve keysym XF86Accessibility
apr 26 19:58:15 mysystem org.gnome.Shell.desktop[1690]: > Warning: Could not resolve keysym XF86DoNotDisturb
apr 26 19:58:15 mysystem org.gnome.Shell.desktop[1690]: Errors from xkbcomp are not fatal to the X server
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.freedesktop.portal.Desktop' requested by ':1.32' (uid=120 pid=1687 comm="/usr/lib/mutter-x11-frames")
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.freedesktop.portal.Documents' requested by ':1.33' (uid=120 pid=1716 comm="/usr/lib/xdg-desktop-portal")
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Successfully activated service 'org.freedesktop.portal.Documents'
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.freedesktop.impl.portal.desktop.gnome' requested by ':1.33' (uid=120 pid=1716 comm="/usr/lib/xdg-desktop-portal")
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.gnome.Settings.GlobalShortcutsProvider' requested by ':1.35' (uid=120 pid=1734 comm="/usr/lib/xdg-desktop-portal-gnome")
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Successfully activated service 'org.gnome.Settings.GlobalShortcutsProvider'
apr 26 19:58:15 mysystem NetworkManager[1124]: <info> [1745690295.3616] manager: NetworkManager state is now CONNECTED_GLOBAL
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
apr 26 19:58:15 mysystem rtkit-daemon[1293]: Supervising 7 threads of 4 processes of 1 users.
apr 26 19:58:15 mysystem rtkit-daemon[1293]: Supervising 7 threads of 4 processes of 1 users.
apr 26 19:58:15 mysystem rtkit-daemon[1293]: Supervising 7 threads of 4 processes of 1 users.
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.freedesktop.impl.portal.desktop.gtk' requested by ':1.33' (uid=120 pid=1716 comm="/usr/lib/xdg-desktop-portal")
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
apr 26 19:58:15 mysystem rtkit-daemon[1293]: Supervising 7 threads of 4 processes of 1 users.
apr 26 19:58:15 mysystem rtkit-daemon[1293]: Supervising 7 threads of 4 processes of 1 users.
apr 26 19:58:15 mysystem rtkit-daemon[1293]: Supervising 7 threads of 4 processes of 1 users.
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Activating service name='org.freedesktop.secrets' requested by ':1.33' (uid=120 pid=1716 comm="/usr/lib/xdg-desktop-portal")
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1771]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
apr 26 19:58:15 mysystem systemd[1231]: Started GNOME Keyring daemon.
apr 26 19:58:15 mysystem gnome-keyring-daemon[1772]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
apr 26 19:58:15 mysystem gnome-keyring-daemon[1772]: GNOME_KEYRING_CONTROL=/run/user/120/keyring
apr 26 19:58:15 mysystem gnome-keyring-daemon[1772]: The Secret Service was already initialized
apr 26 19:58:15 mysystem gnome-keyring-d[1772]: The Secret Service was already initialized
apr 26 19:58:15 mysystem gnome-keyring-daemon[1771]: discover_other_daemon: 1
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1771]: GNOME_KEYRING_CONTROL=/run/user/120/keyring
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1771]: discover_other_daemon: 1
apr 26 19:58:15 mysystem /usr/lib/gdm-wayland-session[1257]: dbus-daemon[1257]: [session uid=120 pid=1257 pidfd=5] Successfully activated service 'org.gnome.Shell.Screencast'
apr 26 19:58:16 mysystem kernel: usb 1-2.2: new high-speed USB device number 14 using xhci_hcd
apr 26 19:58:16 mysystem wireplumber[1588]: s-monitors-utils: skipping device libcamera:\_SB_.PCI0.GP17.XHC1.RHUB.PRT2.HS04-2.4:1.0-30c9:00ac
apr 26 19:58:16 mysystem systemd[1231]: Starting sandboxed app permission store...
apr 26 19:58:16 mysystem kernel: usb 1-2.2: New USB device found, idVendor=0bda, idProduct=4cb9, bcdDevice= 0.06
apr 26 19:58:16 mysystem kernel: usb 1-2.2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
apr 26 19:58:16 mysystem kernel: usb 1-2.2: Product: Giga-Byte USB Audio
apr 26 19:58:16 mysystem kernel: usb 1-2.2: Manufacturer: Generic
apr 26 19:58:16 mysystem kernel: input: Generic Giga-Byte USB Audio Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-2/1-2.2/1-2.2:1.2/0003:0BDA:4CB9.000F/input/input31
apr 26 19:58:16 mysystem kernel: input: Generic Giga-Byte USB Audio as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-2/1-2.2/1-2.2:1.2/0003:0BDA:4CB9.000F/input/input32
apr 26 19:58:16 mysystem kernel: hid-generic 0003:0BDA:4CB9.000F: input,hiddev98,hidraw3: USB HID v1.11 Device [Generic Giga-Byte USB Audio] on usb-0000:06:00.3-2.2/input2
apr 26 19:58:16 mysystem systemd[1231]: Started sandboxed app permission store.
apr 26 19:58:16 mysystem mtp-probe[1837]: checking bus 1, device 14: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-2/1-2.2"
apr 26 19:58:16 mysystem mtp-probe[1837]: bus: 1, device: 14 was not an MTP device
apr 26 19:58:16 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event9 (Generic Giga-Byte USB Audio Consumer Control)
apr 26 19:58:16 mysystem mtp-probe[1855]: checking bus 1, device 14: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-2/1-2.2"
apr 26 19:58:16 mysystem mtp-probe[1855]: bus: 1, device: 14 was not an MTP device
apr 26 19:58:17 mysystem systemd[1]: systemd-rfkill.service: Deactivated successfully.
apr 26 19:58:18 mysystem NetworkManager[1124]: <info> [1745690298.1837] manager: startup complete
apr 26 19:58:19 mysystem gdm-password][1858]: gkr-pam: unable to locate daemon control file
apr 26 19:58:19 mysystem gdm-password][1858]: gkr-pam: stashed password to try later in open session
apr 26 19:58:19 mysystem gdm-password][1858]: pam_unix(gdm-password:session): session opened for user me(uid=1000) by me(uid=0)
apr 26 19:58:19 mysystem systemd-logind[1130]: New session 3 of user me.
apr 26 19:58:19 mysystem systemd[1]: Created slice User Slice of UID 1000.
apr 26 19:58:19 mysystem systemd[1]: Starting User Runtime Directory /run/user/1000...
apr 26 19:58:19 mysystem systemd[1]: Finished User Runtime Directory /run/user/1000.
apr 26 19:58:19 mysystem systemd[1]: Starting User Manager for UID 1000...
apr 26 19:58:19 mysystem (systemd)[1869]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[me] ruser=[<unknown>] rhost=[<unknown>]
apr 26 19:58:19 mysystem (systemd)[1869]: pam_unix(systemd-user:session): session opened for user me(uid=1000) by me(uid=0)
apr 26 19:58:19 mysystem systemd-logind[1130]: New session 4 of user me.
apr 26 19:58:19 mysystem systemd[1869]: default.target: Wants dependency dropin /home/me/.config/systemd/user/default.target.wants/custom-rss-feed-proxy.service target /home/me/Projecten/rss-conversion-filters/service.systemd has different name
apr 26 19:58:19 mysystem systemd[1869]: Queued start job for default target Main User Target.
apr 26 19:58:19 mysystem systemd[1869]: Created slice User Application Slice.
apr 26 19:58:19 mysystem systemd[1869]: Created slice User Core Session Slice.
apr 26 19:58:19 mysystem systemd[1869]: Reached target Paths.
apr 26 19:58:19 mysystem systemd[1869]: Reached target Timers.
apr 26 19:58:19 mysystem systemd[1869]: Starting D-Bus User Message Bus Socket...
apr 26 19:58:19 mysystem systemd[1869]: Listening on GnuPG network certificate management daemon.
apr 26 19:58:19 mysystem systemd[1869]: Starting GCR ssh-agent wrapper...
apr 26 19:58:19 mysystem systemd[1869]: Listening on GNOME Keyring daemon.
apr 26 19:58:19 mysystem systemd[1869]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
apr 26 19:58:19 mysystem systemd[1869]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
apr 26 19:58:19 mysystem systemd[1869]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
apr 26 19:58:19 mysystem systemd[1869]: Listening on GnuPG cryptographic agent and passphrase cache.
apr 26 19:58:19 mysystem systemd[1869]: Listening on GnuPG public key management service.
apr 26 19:58:19 mysystem systemd[1869]: Listening on p11-kit server.
apr 26 19:58:19 mysystem systemd[1869]: Listening on PipeWire PulseAudio.
apr 26 19:58:19 mysystem systemd[1869]: Listening on PipeWire Multimedia System Sockets.
apr 26 19:58:19 mysystem systemd[1869]: Listening on D-Bus User Message Bus Socket.
apr 26 19:58:19 mysystem systemd[1869]: Listening on GCR ssh-agent wrapper.
apr 26 19:58:19 mysystem systemd[1869]: Reached target Sockets.
apr 26 19:58:19 mysystem systemd[1869]: Starting D-Bus User Message Bus...
apr 26 19:58:19 mysystem dbus-broker-launch[1887]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
apr 26 19:58:19 mysystem dbus-broker-launch[1887]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
apr 26 19:58:19 mysystem systemd[1869]: Started D-Bus User Message Bus.
apr 26 19:58:19 mysystem systemd[1869]: Reached target Basic System.
apr 26 19:58:19 mysystem systemd[1]: Started User Manager for UID 1000.
apr 26 19:58:19 mysystem systemd[1869]: Started Custom RSS Feed Proxy.
apr 26 19:58:19 mysystem systemd[1]: Started Session 3 of User me.
apr 26 19:58:19 mysystem systemd[1869]: Started GCR ssh-agent wrapper.
apr 26 19:58:19 mysystem systemd[1869]: Started PipeWire Multimedia Service.
apr 26 19:58:19 mysystem dbus-broker-launch[1887]: Ready
apr 26 19:58:19 mysystem systemd[1869]: Started Multimedia Service Session Manager.
apr 26 19:58:19 mysystem systemd[1869]: Started PipeWire PulseAudio.
apr 26 19:58:19 mysystem systemd[1869]: Starting Update XDG user dir configuration...
apr 26 19:58:19 mysystem systemd[1869]: Started GNOME Keyring daemon.
apr 26 19:58:19 mysystem systemd[1869]: Finished Update XDG user dir configuration.
apr 26 19:58:19 mysystem systemd[1869]: Reached target Main User Target.
apr 26 19:58:19 mysystem systemd[1869]: Startup finished in 122ms.
apr 26 19:58:19 mysystem gnome-keyring-daemon[1896]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
apr 26 19:58:19 mysystem gnome-keyring-daemon[1896]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 7 threads of 4 processes of 1 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 7 threads of 4 processes of 1 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 7 threads of 4 processes of 1 users.
apr 26 19:58:19 mysystem pipewire-pulse[1894]: default: can't run command load-module module-always-sink: Bestand bestaat al
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Successfully made thread 1892 of process 1892 owned by '1000' high priority at nice level -11.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 8 threads of 5 processes of 2 users.
apr 26 19:58:19 mysystem gdm-password][1858]: gkr-pam: unlocked login keyring
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Successfully made thread 1905 of process 1892 owned by '1000' RT at priority 20.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 9 threads of 5 processes of 2 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 9 threads of 5 processes of 2 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 9 threads of 5 processes of 2 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 9 threads of 5 processes of 2 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 9 threads of 5 processes of 2 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 9 threads of 5 processes of 2 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 9 threads of 5 processes of 2 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Successfully made thread 1894 of process 1894 owned by '1000' high priority at nice level -11.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 10 threads of 6 processes of 2 users.
apr 26 19:58:19 mysystem wireplumber[1893]: wp-internal-comp-loader: Loading profile 'main'
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Successfully made thread 1909 of process 1894 owned by '1000' RT at priority 20.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 11 threads of 6 processes of 2 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Successfully made thread 1893 of process 1893 owned by '1000' high priority at nice level -11.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 12 threads of 7 processes of 2 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Successfully made thread 1919 of process 1893 owned by '1000' RT at priority 20.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 13 threads of 7 processes of 2 users.
apr 26 19:58:19 mysystem wireplumber[1893]: [0:00:13.538446745] [1893] ERROR IPAModule ipa_module.cpp:171 Symbol ipaModuleInfo not found
apr 26 19:58:19 mysystem wireplumber[1893]: [0:00:13.538457430] [1893] ERROR IPAModule ipa_module.cpp:291 v4l2-compat.so: IPA module has no valid info
apr 26 19:58:19 mysystem wireplumber[1893]: [0:00:13.538470491] [1893] INFO Camera camera_manager.cpp:326 libcamera v0.5.0
apr 26 19:58:19 mysystem wireplumber[1893]: [0:00:13.539846574] [1921] ERROR MediaDevice media_device.cpp:484 /dev/media0[]: Failed to open media device at /dev/media0: Toegang geweigerd
apr 26 19:58:19 mysystem wireplumber[1893]: [0:00:13.539862008] [1921] INFO DeviceEnumerator device_enumerator.cpp:224 Unable to populate media device /dev/media0 (Toegang geweigerd), skipping
apr 26 19:58:19 mysystem wireplumber[1893]: [0:00:13.539866758] [1921] WARN DeviceEnumerator device_enumerator_udev.cpp:174 Failed to add device for '/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb3/3-2/3-2.4/3-2.4:1.0/media0', skipping
apr 26 19:58:19 mysystem wireplumber[1893]: [0:00:13.540056726] [1921] ERROR DmaBufAllocator dma_buf_allocator.cpp:119 Could not open any dma-buf provider
apr 26 19:58:19 mysystem kernel: rfkill: input handler enabled
apr 26 19:58:19 mysystem gsd-media-keys[1433]: Unable to get default source
apr 26 19:58:19 mysystem gsd-media-keys[1433]: Unable to get default sink
apr 26 19:58:19 mysystem systemd[1869]: Created slice Slice /app/gnome-session-manager.
apr 26 19:58:19 mysystem systemd[1869]: Reached target GNOME Wayland Session.
apr 26 19:58:19 mysystem systemd[1869]: Reached target Session services which should run early before the graphical session is brought up.
apr 26 19:58:19 mysystem systemd[1869]: Reached target GNOME Shell.
apr 26 19:58:19 mysystem systemd[1869]: Starting Monitor Session leader for GNOME Session...
apr 26 19:58:19 mysystem systemd[1869]: Started Monitor Session leader for GNOME Session.
apr 26 19:58:19 mysystem systemd[1869]: Reached target Tasks to be run before GNOME Session starts.
apr 26 19:58:19 mysystem systemd[1869]: Starting GNOME Session Manager (session: gnome)...
apr 26 19:58:19 mysystem gnome-keyring-pkcs11.desktop[1996]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
apr 26 19:58:19 mysystem gnome-keyring-daemon[1896]: The PKCS#11 component was already initialized
apr 26 19:58:19 mysystem gnome-keyring-d[1896]: The PKCS#11 component was already initialized
apr 26 19:58:19 mysystem gnome-keyring-daemon[2003]: discover_other_daemon: 1
apr 26 19:58:19 mysystem gnome-keyring-pkcs11.desktop[2003]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
apr 26 19:58:19 mysystem gnome-keyring-secrets.desktop[1998]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
apr 26 19:58:19 mysystem gnome-keyring-daemon[1896]: The Secret Service was already initialized
apr 26 19:58:19 mysystem gnome-keyring-d[1896]: The Secret Service was already initialized
apr 26 19:58:19 mysystem gnome-keyring-secrets.desktop[2004]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
apr 26 19:58:19 mysystem gnome-keyring-daemon[2004]: discover_other_daemon: 1
apr 26 19:58:19 mysystem systemd[1869]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1996.scope: Couldn't move process 1996 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dpkcs11-1996.scope': No such process
apr 26 19:58:19 mysystem systemd[1869]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1996.scope: Failed to add PIDs to scope's control group: No such process
apr 26 19:58:19 mysystem systemd[1869]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1996.scope: Failed with result 'resources'.
apr 26 19:58:19 mysystem systemd[1869]: Failed to start Application launched by gnome-session-binary.
apr 26 19:58:19 mysystem systemd[1869]: app-gnome-gnome\x2dkeyring\x2dsecrets-1998.scope: PID 1998 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dsecrets-1998.scope', skipping: No such process
apr 26 19:58:19 mysystem systemd[1869]: app-gnome-gnome\x2dkeyring\x2dsecrets-1998.scope: No PIDs left to attach to the scope's control group, refusing.
apr 26 19:58:19 mysystem systemd[1869]: app-gnome-gnome\x2dkeyring\x2dsecrets-1998.scope: Failed with result 'resources'.
apr 26 19:58:19 mysystem systemd[1869]: Failed to start Application launched by gnome-session-binary.
apr 26 19:58:19 mysystem systemd[1869]: Started GNOME Session Manager (session: gnome).
apr 26 19:58:19 mysystem systemd[1869]: Reached target GNOME Session Manager is ready.
apr 26 19:58:19 mysystem systemd[1869]: Starting GNOME Shell on Wayland...
apr 26 19:58:19 mysystem systemd[1869]: GNOME Shell on X11 was skipped because of an unmet condition check (ConditionEnvironment=XDG_SESSION_TYPE=x11).
apr 26 19:58:19 mysystem systemd[1869]: Starting Virtual filesystem service...
apr 26 19:58:19 mysystem systemd[1869]: Started Virtual filesystem service.
apr 26 19:58:19 mysystem gnome-shell[2007]: Running GNOME Shell (using mutter 48.2) as a Wayland display server
apr 26 19:58:19 mysystem gnome-shell[2007]: Enabling experimental feature 'scale-monitor-framebuffer'
apr 26 19:58:19 mysystem gnome-shell[2007]: Enabling experimental feature 'kms-modifiers'
apr 26 19:58:19 mysystem gnome-shell[2007]: Enabling experimental feature 'variable-refresh-rate'
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 13 threads of 7 processes of 2 users.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Successfully made thread 2037 of process 2007 owned by '1000' high priority at nice level -15.
apr 26 19:58:19 mysystem rtkit-daemon[1293]: Supervising 14 threads of 8 processes of 2 users.
apr 26 19:58:19 mysystem gnome-shell[2007]: Thread 'KMS thread' will be using high priority scheduling
apr 26 19:58:20 mysystem gnome-shell[2007]: Device '/dev/dri/card0' prefers shadow buffer
apr 26 19:58:20 mysystem gnome-shell[2007]: Added device '/dev/dri/card0' (nvidia-drm) using atomic mode setting.
apr 26 19:58:20 mysystem gnome-shell[2007]: Device '/dev/dri/card1' prefers shadow buffer
apr 26 19:58:20 mysystem gnome-shell[2007]: Added device '/dev/dri/card1' (amdgpu) using atomic mode setting.
apr 26 19:58:20 mysystem gnome-shell[2007]: Created gbm renderer for '/dev/dri/card0'
apr 26 19:58:20 mysystem gnome-shell[2007]: Created gbm renderer for '/dev/dri/card1'
apr 26 19:58:20 mysystem gnome-shell[2007]: GPU /dev/dri/card0 selected primary given udev rule
apr 26 19:58:20 mysystem gnome-shell[2007]: Obtained a high priority EGL context
apr 26 19:58:20 mysystem systemd[1869]: Starting Accessibility services bus...
apr 26 19:58:20 mysystem systemd[1869]: Started Accessibility services bus.
apr 26 19:58:20 mysystem dbus-broker-launch[2068]: Ready
apr 26 19:58:20 mysystem gnome-shell[2007]: Using public X11 display :0, (using :1 for managed services)
apr 26 19:58:20 mysystem gnome-shell[2007]: Using Wayland display name 'wayland-0'
apr 26 19:58:20 mysystem systemd[1869]: Created slice Slice /app/dbus-:1.24-org.a11y.atspi.Registry.
apr 26 19:58:20 mysystem systemd[1869]: Started dbus-:1.24-org.a11y.atspi.Registry@0.service.
apr 26 19:58:20 mysystem at-spi2-registryd[2070]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
apr 26 19:58:20 mysystem wireplumber[1893]: spa.bluez5: BlueZ system service is not available
apr 26 19:58:20 mysystem gnome-shell[2007]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
apr 26 19:58:20 mysystem wireplumber[1893]: wp-pw-obj-mixin: <WpNode:0x5aa6abef36a0> ignoring set_param on already destroyed objects
apr 26 19:58:20 mysystem systemd[1869]: Created slice Slice /app/dbus-:1.1-org.gnome.Shell.Screencast.
apr 26 19:58:20 mysystem systemd[1869]: Started dbus-:1.1-org.gnome.Shell.Screencast@0.service.
apr 26 19:58:20 mysystem systemd[1869]: Starting sandboxed app permission store...
apr 26 19:58:20 mysystem systemd[1869]: Created slice Slice /app/dbus-:1.1-org.gnome.Shell.CalendarServer.
apr 26 19:58:20 mysystem systemd[1869]: Started dbus-:1.1-org.gnome.Shell.CalendarServer@0.service.
apr 26 19:58:20 mysystem systemd[1869]: Started sandboxed app permission store.
apr 26 19:58:20 mysystem systemd[1869]: Starting User preferences database...
apr 26 19:58:20 mysystem systemd[1869]: Started User preferences database.
apr 26 19:58:20 mysystem systemd[1869]: Starting Evolution source registry...
apr 26 19:58:20 mysystem systemd[1869]: Created slice Slice /app/dbus-:1.1-org.gnome.Shell.Notifications.
apr 26 19:58:20 mysystem systemd[1869]: Started dbus-:1.1-org.gnome.Shell.Notifications@0.service.
apr 26 19:58:20 mysystem gnome-shell[2007]: Could not issue 'GetUnit' systemd call
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME Shell on Wayland.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME Session is initialized.
apr 26 19:58:20 mysystem systemd[1869]: GNOME session X11 services is inactive.
apr 26 19:58:20 mysystem systemd[1869]: Dependency failed for GNOME XSettings service.
apr 26 19:58:20 mysystem systemd[1869]: org.gnome.SettingsDaemon.XSettings.service: Job org.gnome.SettingsDaemon.XSettings.service/start failed with result 'dependency'.
apr 26 19:58:20 mysystem systemd[1869]: gnome-session-x11-services-ready.target: Job gnome-session-x11-services-ready.target/verify-active failed with result 'dependency'.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME Session (session: gnome).
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME XSettings target.
apr 26 19:58:20 mysystem systemd[1869]: Starting Signal initialization done to GNOME Session Manager...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME accessibility service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME color management service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME date & time service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME maintenance of expirable data service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME keyboard configuration service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME keyboard shortcuts service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME power management service...
apr 26 19:58:20 mysystem gnome-shell[2007]: Failed to launch ibus-daemon: Uitvoeren van dochterproces ‘ibus-daemon’ is mislukt (Bestand of map bestaat niet)
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME printer notifications service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME RFKill support service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME FreeDesktop screensaver service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME file sharing service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME smartcard service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME sound sample caching service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME USB protection service...
apr 26 19:58:20 mysystem systemd[1869]: Starting GNOME Wacom tablet support service...
apr 26 19:58:20 mysystem gnome-session-binary[1989]: Entering running state
apr 26 19:58:20 mysystem systemd[1869]: Finished Signal initialization done to GNOME Session Manager.
apr 26 19:58:20 mysystem kernel: rfkill: input handler disabled
apr 26 19:58:20 mysystem systemd[1]: Starting Disk Manager...
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME RFKill support service.
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME maintenance of expirable data service.
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME accessibility service.
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME sound sample caching service.
apr 26 19:58:20 mysystem gnome-session[1989]: gnome-session-binary[1989]: GnomeDesktop-WARNING: Could not create transient scope for PID 2151: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
apr 26 19:58:20 mysystem gnome-session-binary[1989]: GnomeDesktop-WARNING: Could not create transient scope for PID 2151: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME file sharing service.
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME FreeDesktop screensaver service.
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME smartcard service.
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME printer notifications service.
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME USB protection service.
apr 26 19:58:20 mysystem systemd[1869]: Started GNOME date & time service.
apr 26 19:58:20 mysystem systemd[1869]: Started Application launched by gnome-session-binary.
apr 26 19:58:20 mysystem systemd[1869]: Started Application launched by gnome-session-binary.
apr 26 19:58:20 mysystem systemd[1869]: Started Application launched by gnome-session-binary.
apr 26 19:58:20 mysystem systemd[1869]: Started Application launched by gnome-session-binary.
apr 26 19:58:20 mysystem beid-update-nssdb.desktop[2283]: find: ‘/home/me/.thunderbird’: Bestand of map bestaat niet
apr 26 19:58:20 mysystem systemd[1869]: Started Application launched by gnome-session-binary.
apr 26 19:58:20 mysystem systemd[1869]: Started Application launched by gnome-session-binary.
apr 26 19:58:20 mysystem beid-update-nssdb.desktop[2207]: Configuring /home/me/.pki/nssdb
apr 26 19:58:20 mysystem beid-update-nssdb.desktop[2207]: Found PKCS#11 library at: /usr/lib/libbeidpkcs11.so.0
apr 26 19:58:20 mysystem systemd[1869]: Started Application launched by gnome-session-binary.
apr 26 19:58:20 mysystem systemd[1869]: Started Application launched by gnome-session-binary.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME accessibility target.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME date & time target.
apr 26 19:58:20 mysystem beid-update-nssdb.desktop[2207]: ID-card support in /home/me/.pki/nssdb already enabled
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME maintenance of expirable data target.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME printer notifications target.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME RFKill support target.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME FreeDesktop screensaver target.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME file sharing target.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME smartcard target.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME sound sample caching target.
apr 26 19:58:20 mysystem systemd[1869]: Reached target GNOME USB protection target.
apr 26 19:58:20 mysystem udisksd[2272]: udisks daemon version 2.10.1 starting
apr 26 19:58:21 mysystem systemd[1869]: Created slice Slice /app/dbus-:1.1-org.gnome.ScreenSaver.
apr 26 19:58:21 mysystem systemd[1869]: Started dbus-:1.1-org.gnome.ScreenSaver@0.service.
apr 26 19:58:21 mysystem systemd[1]: Starting Time & Date Service...
apr 26 19:58:21 mysystem systemd[1869]: Starting flatpak session helper...
apr 26 19:58:21 mysystem systemd[1]: Started Time & Date Service.
apr 26 19:58:21 mysystem systemd[1869]: Started flatpak session helper.
apr 26 19:58:21 mysystem systemd[1869]: Starting flatpak document portal service...
apr 26 19:58:21 mysystem systemd[1869]: Started flatpak document portal service.
apr 26 19:58:21 mysystem gnome-shell[2007]: Will monitor session 3
apr 26 19:58:21 mysystem gnome-shell[2007]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
apr 26 19:58:21 mysystem gsd-usb-protect[2166]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
apr 26 19:58:21 mysystem systemd[1869]: Created slice Slice /app/dbus-:1.1-org.gnome.OnlineAccounts.
apr 26 19:58:21 mysystem kernel: nvme nvme0: using unchecked data buffer
apr 26 19:58:21 mysystem systemd[1869]: Started dbus-:1.1-org.gnome.OnlineAccounts@0.service.
apr 26 19:58:21 mysystem systemd[1869]: Starting Virtual filesystem service - disk device monitor...
apr 26 19:58:21 mysystem kernel: block nvme0n1: No UUID available providing old NGUID
apr 26 19:58:21 mysystem systemd[1869]: Started Evolution source registry.
apr 26 19:58:21 mysystem systemd[1869]: Starting Evolution calendar service...
apr 26 19:58:21 mysystem goa-daemon[2365]: goa-daemon version 3.54.2 starting
apr 26 19:58:21 mysystem systemd[1869]: Created slice Slice /app/dbus-:1.1-org.gnome.Identity.
apr 26 19:58:21 mysystem systemd[1869]: Started dbus-:1.1-org.gnome.Identity@0.service.
apr 26 19:58:21 mysystem systemd[1]: Started Disk Manager.
apr 26 19:58:21 mysystem udisksd[2272]: Acquired the name org.freedesktop.UDisks2 on the system message bus
apr 26 19:58:21 mysystem systemd[1869]: Started Virtual filesystem service - disk device monitor.
apr 26 19:58:21 mysystem systemd[1869]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
apr 26 19:58:21 mysystem systemd[1869]: Started Virtual filesystem service - Media Transfer Protocol monitor.
apr 26 19:58:21 mysystem systemd[1869]: Started Evolution calendar service.
apr 26 19:58:21 mysystem gnome-shell[2007]: cogl_framebuffer_set_viewport: assertion 'width > 0 && height > 0' failed
apr 26 19:58:21 mysystem systemd[1869]: Starting Evolution address book service...
apr 26 19:58:21 mysystem polkitd[1208]: Registered Authentication Agent for unix-session:3 (system bus name :1.80 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale nl_BE.UTF-8)
apr 26 19:58:21 mysystem NetworkManager[1124]: <info> [1745690301.1677] agent-manager: agent[b4d4080d12b8caff,:1.80/org.gnome.Shell.NetworkAgent/1000]: agent registered
apr 26 19:58:21 mysystem systemd[1869]: Started Evolution address book service.
apr 26 19:58:21 mysystem gnome-shell[2007]: Enabling extension dim-completed-calendar-events@marcinjahn.com
apr 26 19:58:21 mysystem rtkit-daemon[1293]: Supervising 14 threads of 8 processes of 2 users.
apr 26 19:58:21 mysystem rtkit-daemon[1293]: Supervising 14 threads of 8 processes of 2 users.
apr 26 19:58:21 mysystem rtkit-daemon[1293]: Supervising 14 threads of 8 processes of 2 users.
apr 26 19:58:21 mysystem gnome-shell[2007]: Type interface of property NM.Object::client does not match return type void of getter get_client. Falling back to slow path
apr 26 19:58:21 mysystem systemd[1869]: Started GNOME keyboard configuration service.
apr 26 19:58:21 mysystem systemd[1869]: Started GNOME color management service.
apr 26 19:58:21 mysystem systemd[1869]: Reached target GNOME color management target.
apr 26 19:58:21 mysystem systemd[1869]: Reached target GNOME keyboard configuration target.
apr 26 19:58:21 mysystem gsd-keyboard[2123]: g_variant_unref: assertion 'value != NULL' failed
apr 26 19:58:21 mysystem systemd[1869]: Started GNOME keyboard shortcuts service.
apr 26 19:58:21 mysystem systemd[1869]: Started GNOME power management service.
apr 26 19:58:21 mysystem systemd[1869]: Started GNOME Wacom tablet support service.
apr 26 19:58:21 mysystem systemd[1869]: Reached target GNOME keyboard shortcuts target.
apr 26 19:58:21 mysystem systemd[1869]: Reached target GNOME power management target.
apr 26 19:58:21 mysystem gsd-media-keys[2130]: Failed to grab accelerator for keybinding settings:hibernate
apr 26 19:58:21 mysystem gsd-media-keys[2130]: Failed to grab accelerator for keybinding settings:playback-repeat
apr 26 19:58:21 mysystem systemd[1869]: Reached target GNOME Wacom tablet support target.
apr 26 19:58:21 mysystem systemd[1869]: Reached target GNOME Session.
apr 26 19:58:21 mysystem systemd[1869]: Reached target GNOME Wayland Session (session: gnome).
apr 26 19:58:21 mysystem systemd[1869]: Reached target Current graphical user session.
apr 26 19:58:21 mysystem gnome-shell[2526]: The XKEYBOARD keymap compiler (xkbcomp) reports:
apr 26 19:58:21 mysystem gnome-shell[2526]: > Warning: Could not resolve keysym XF86RefreshRateToggle
apr 26 19:58:21 mysystem gnome-shell[2526]: > Warning: Could not resolve keysym XF86Accessibility
apr 26 19:58:21 mysystem gnome-shell[2526]: > Warning: Could not resolve keysym XF86DoNotDisturb
apr 26 19:58:21 mysystem gnome-shell[2526]: Errors from xkbcomp are not fatal to the X server
apr 26 19:58:21 mysystem systemd[1869]: Starting Virtual filesystem metadata service...
apr 26 19:58:21 mysystem systemd[1869]: Started Virtual filesystem metadata service.
apr 26 19:58:21 mysystem pcscd[1543]: 00000000 ../PCSC/src/auth.c:166:IsClientAuthorized() Process 1598 (user: 971) is NOT authorized for action: access_pcsc
apr 26 19:58:21 mysystem pcscd[1543]: 00000072 ../PCSC/src/winscard_svc.c:357:ContextThread() Rejected unauthorized PC/SC client
apr 26 19:58:21 mysystem wireplumber[1893]: wp-pw-obj-mixin: <WpNode:0x5aa6ac198300> ignoring set_param on already destroyed objects
apr 26 19:58:21 mysystem wireplumber[1893]: wp-pw-obj-mixin: <WpNode:0x5aa6ac198300> ignoring set_param on already destroyed objects
apr 26 19:58:21 mysystem systemd[1869]: Starting Portal service...
apr 26 19:58:21 mysystem systemd[1869]: Starting Portal service (GNOME implementation)...
apr 26 19:58:21 mysystem gnome-shell[2007]: Could not issue 'GetUnit' systemd call
apr 26 19:58:21 mysystem systemd[1869]: Reached target GNOME session X11 services.
apr 26 19:58:21 mysystem systemd[1869]: Starting GNOME XSettings service...
apr 26 19:58:21 mysystem gnome-shell[2007]: Failed to launch ibus-daemon: Uitvoeren van dochterproces ‘ibus-daemon’ is mislukt (Bestand of map bestaat niet)
apr 26 19:58:21 mysystem gnome-shell[2584]: The XKEYBOARD keymap compiler (xkbcomp) reports:
apr 26 19:58:21 mysystem gnome-shell[2584]: > Warning: Unsupported maximum keycode 708, clipping.
apr 26 19:58:21 mysystem gnome-shell[2584]: > X11 cannot support keycodes above 255.
apr 26 19:58:21 mysystem gnome-shell[2584]: > Warning: Could not resolve keysym XF86RefreshRateToggle
apr 26 19:58:21 mysystem gnome-shell[2584]: > Warning: Could not resolve keysym XF86Accessibility
apr 26 19:58:21 mysystem gnome-shell[2584]: > Warning: Could not resolve keysym XF86DoNotDisturb
apr 26 19:58:21 mysystem gnome-shell[2584]: Errors from xkbcomp are not fatal to the X server
apr 26 19:58:21 mysystem systemd[1869]: Created slice Slice /app/dbus-:1.1-org.gnome.Settings.GlobalShortcutsProvider.
apr 26 19:58:21 mysystem systemd[1869]: Started dbus-:1.1-org.gnome.Settings.GlobalShortcutsProvider@0.service.
apr 26 19:58:21 mysystem systemd[1869]: Started Portal service (GNOME implementation).
apr 26 19:58:21 mysystem xdg-desktop-por[2555]: Monitor 'Ingebouwd beeldscherm' has no configuration which is-current!
apr 26 19:58:21 mysystem rtkit-daemon[1293]: Supervising 14 threads of 8 processes of 2 users.
apr 26 19:58:21 mysystem systemd[1869]: Started GNOME XSettings service.
apr 26 19:58:21 mysystem rtkit-daemon[1293]: Supervising 14 threads of 8 processes of 2 users.
apr 26 19:58:21 mysystem systemd[1869]: Reached target GNOME session X11 services.
apr 26 19:58:21 mysystem rtkit-daemon[1293]: Supervising 14 threads of 8 processes of 2 users.
apr 26 19:58:21 mysystem systemd[1869]: Starting Portal service (GTK/GNOME implementation)...
apr 26 19:58:21 mysystem gsd-xsettings[2582]: Failed to get current UI scaling factor: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Destination does not exist
apr 26 19:58:21 mysystem systemd[1869]: Started Portal service (GTK/GNOME implementation).
apr 26 19:58:21 mysystem rtkit-daemon[1293]: Supervising 14 threads of 8 processes of 2 users.
apr 26 19:58:21 mysystem rtkit-daemon[1293]: Supervising 14 threads of 8 processes of 2 users.
apr 26 19:58:21 mysystem rtkit-daemon[1293]: Supervising 14 threads of 8 processes of 2 users.
apr 26 19:58:21 mysystem systemd[1869]: Started Portal service.
apr 26 19:58:21 mysystem gnome-shell[2007]: GNOME Shell started at Sat Apr 26 2025 19:58:20 GMT+0200 (Midden-Europese zomertijd)
apr 26 19:58:21 mysystem gnome-shell[2007]: Registering session with GDM
apr 26 19:58:21 mysystem systemd[1]: run-user-120-doc.mount: Deactivated successfully.
apr 26 19:58:21 mysystem xdg-document-po[1723]: Error releasing name org.freedesktop.portal.Documents: De verbinding is gesloten
apr 26 19:58:21 mysystem systemd-logind[1130]: Session 1 logged out. Waiting for processes to exit.
apr 26 19:58:22 mysystem polkitd[1208]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.21, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale nl_BE.UTF-8) (disconnected from bus)
apr 26 19:58:22 mysystem systemd[1]: session-1.scope: Deactivated successfully.
apr 26 19:58:22 mysystem systemd[1]: session-1.scope: Consumed 3.926s CPU time, 826M memory peak.
apr 26 19:58:22 mysystem systemd-logind[1130]: Removed session 1.
apr 26 19:58:22 mysystem systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
apr 26 19:58:22 mysystem gdm[1197]: Gdm: Child process -1248 was already dead.
apr 26 19:58:22 mysystem gnome-shell[2007]: Invalid sequence for VSYNC frame info
apr 26 19:58:22 mysystem gnome-keyring-daemon[1896]: no private keys found in file
apr 26 19:58:22 mysystem gnome-keyring-d[1896]: no private keys found in file
apr 26 19:58:22 mysystem gnome-keyring-daemon[1896]: invalid or unrecognized private SSH key: id_rsa
apr 26 19:58:22 mysystem gnome-keyring-d[1896]: invalid or unrecognized private SSH key: id_rsa
apr 26 19:58:22 mysystem systemd[1869]: Starting flatpak portal...
apr 26 19:58:22 mysystem systemd[1869]: Started flatpak portal.
apr 26 19:58:26 mysystem systemd[1869]: Started Application launched by gsd-media-keys.
apr 26 19:58:26 mysystem systemd[1869]: Started app-flatpak-app.devsuite.Ptyxis-3207.scope.
apr 26 19:58:26 mysystem kernel: overlayfs: upper fs does not support file handles, falling back to index=off.
apr 26 19:58:26 mysystem kernel: overlayfs: fs on '/home/me/.local/share/containers/storage/overlay/compat210753819/lower1' does not support file handles, falling back to xino=off.
apr 26 19:58:26 mysystem kernel: overlayfs: upper fs does not support file handles, falling back to index=off.
apr 26 19:58:26 mysystem kernel: overlayfs: fs on '/home/me/.local/share/containers/storage/overlay/metacopy-check1994610864/l1' does not support file handles, falling back to xino=off.
apr 26 19:58:26 mysystem kernel: overlayfs: upper fs does not support file handles, falling back to index=off.
apr 26 19:58:26 mysystem kernel: overlayfs: fs on '/home/me/.local/share/containers/storage/overlay/opaque-bug-check3284484339/l2' does not support file handles, falling back to xino=off.
apr 26 19:58:26 mysystem podman[3247]: 2025-04-26 19:58:26.913697897 +0200 CEST m=+0.207718440 system refresh
apr 26 19:58:26 mysystem systemd[1869]: Created slice Slice /user.
apr 26 19:58:26 mysystem systemd[1869]: Started podman-pause-d217a789.scope.
apr 26 19:58:27 mysystem systemd[1869]: Started [systemd-run] /usr/bin/bash.
apr 26 19:58:32 mysystem systemd[1]: Stopping User Manager for UID 120...
apr 26 19:58:32 mysystem systemd[1231]: Activating special unit Exit the Session...
apr 26 19:58:32 mysystem systemd[1231]: Stopped target Main User Target.
apr 26 19:58:32 mysystem systemd[1231]: Stopped target Sound Card.
apr 26 19:58:32 mysystem systemd[1231]: Stopping GNOME Keyring daemon...
apr 26 19:58:32 mysystem systemd[1231]: Stopping PipeWire PulseAudio...
apr 26 19:58:32 mysystem systemd[1231]: Stopping sandboxed app permission store...
apr 26 19:58:32 mysystem systemd[1231]: Stopped sandboxed app permission store.
apr 26 19:58:32 mysystem systemd[1231]: Stopped PipeWire PulseAudio.
apr 26 19:58:32 mysystem systemd[1231]: Stopped GNOME Keyring daemon.
apr 26 19:58:32 mysystem systemd[1231]: Stopping Multimedia Service Session Manager...
apr 26 19:58:32 mysystem wireplumber[1588]: wireplumber: stopped by signal: Beëindigd
apr 26 19:58:32 mysystem wireplumber[1588]: wireplumber: disconnected from pipewire
apr 26 19:58:32 mysystem systemd[1231]: Stopped Multimedia Service Session Manager.
apr 26 19:58:32 mysystem systemd[1231]: Stopping PipeWire Multimedia Service...
apr 26 19:58:32 mysystem systemd[1231]: Stopped PipeWire Multimedia Service.
apr 26 19:58:32 mysystem systemd[1231]: Stopped target Basic System.
apr 26 19:58:32 mysystem systemd[1231]: Stopped target Paths.
apr 26 19:58:32 mysystem systemd[1231]: Stopped target Sockets.
apr 26 19:58:32 mysystem systemd[1231]: Stopped target Timers.
apr 26 19:58:32 mysystem systemd[1231]: Closed GnuPG network certificate management daemon.
apr 26 19:58:32 mysystem systemd[1231]: Closed GNOME Keyring daemon.
apr 26 19:58:32 mysystem systemd[1231]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
apr 26 19:58:32 mysystem systemd[1231]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
apr 26 19:58:32 mysystem systemd[1231]: Closed GnuPG cryptographic agent (ssh-agent emulation).
apr 26 19:58:32 mysystem systemd[1231]: Closed GnuPG cryptographic agent and passphrase cache.
apr 26 19:58:32 mysystem systemd[1231]: Closed GnuPG public key management service.
apr 26 19:58:32 mysystem systemd[1231]: Closed p11-kit server.
apr 26 19:58:32 mysystem systemd[1231]: Closed PipeWire PulseAudio.
apr 26 19:58:32 mysystem systemd[1231]: Closed PipeWire Multimedia System Sockets.
apr 26 19:58:32 mysystem dbus-broker[1254]: Dispatched 501 messages @ 1(±2)μs / message.
apr 26 19:58:32 mysystem systemd[1231]: Stopping D-Bus User Message Bus...
apr 26 19:58:32 mysystem systemd[1231]: Stopped D-Bus User Message Bus.
apr 26 19:58:32 mysystem systemd[1231]: Removed slice User Core Session Slice.
apr 26 19:58:32 mysystem systemd[1231]: Closed D-Bus User Message Bus Socket.
apr 26 19:58:32 mysystem systemd[1231]: Removed slice User Application Slice.
apr 26 19:58:32 mysystem systemd[1231]: Reached target Shutdown.
apr 26 19:58:32 mysystem systemd[1231]: Finished Exit the Session.
apr 26 19:58:32 mysystem systemd[1231]: Reached target Exit the Session.
apr 26 19:58:32 mysystem systemd-logind[1130]: Removed session 2.
apr 26 19:58:32 mysystem (sd-pam)[1233]: pam_unix(systemd-user:session): session closed for user gdm
apr 26 19:58:32 mysystem systemd[1]: user@120.service: Deactivated successfully.
apr 26 19:58:32 mysystem systemd[1]: Stopped User Manager for UID 120.
apr 26 19:58:32 mysystem systemd[1]: Stopping User Runtime Directory /run/user/120...
apr 26 19:58:32 mysystem systemd[1]: run-user-120.mount: Deactivated successfully.
apr 26 19:58:32 mysystem systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
apr 26 19:58:32 mysystem systemd[1]: Stopped User Runtime Directory /run/user/120.
apr 26 19:58:32 mysystem systemd[1]: Removed slice User Slice of UID 120.
apr 26 19:58:32 mysystem systemd[1]: user-120.slice: Consumed 4.423s CPU time, 868.9M memory peak.
apr 26 19:58:39 mysystem systemd-logind[1130]: The system will suspend now!
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.7039] manager: sleep: sleep requested (sleeping: no enabled: yes)
apr 26 19:58:39 mysystem gnome-shell[2007]: Type gint32 of property AccountsService.User::password-mode does not match return type interface of getter get_password_mode. Falling back to slow path
apr 26 19:58:39 mysystem gnome-shell[2007]: Disabling extension dim-completed-calendar-events@marcinjahn.com
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.8869] device (enp5s0): state change: unavailable -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
apr 26 19:58:39 mysystem kernel: r8169 0000:05:00.0 enp5s0: Link is Down
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.8938] device (wlan0): state change: unavailable -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.8940] device (wlan0): set-hw-addr: reset MAC address to 14:AC:60:04:13:1B (unmanage)
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.8943] manager: NetworkManager state is now ASLEEP
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.8947] device (enp6s0f3u1u4u4): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
apr 26 19:58:39 mysystem systemd[1]: Starting Network Manager Script Dispatcher Service...
apr 26 19:58:39 mysystem systemd[1]: Started Network Manager Script Dispatcher Service.
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.9264] device (enp6s0f3u1u4u4): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
apr 26 19:58:39 mysystem avahi-daemon[1125]: Withdrawing address record for fe80::1f16:c8:a85b:1919 on enp6s0f3u1u4u4.
apr 26 19:58:39 mysystem avahi-daemon[1125]: Leaving mDNS multicast group on interface enp6s0f3u1u4u4.IPv6 with address fe80::1f16:c8:a85b:1919.
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.9266] dhcp4 (enp6s0f3u1u4u4): canceled DHCP transaction
apr 26 19:58:39 mysystem avahi-daemon[1125]: Interface enp6s0f3u1u4u4.IPv6 no longer relevant for mDNS.
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.9266] dhcp4 (enp6s0f3u1u4u4): activation: beginning transaction (timeout in 45 seconds)
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.9266] dhcp4 (enp6s0f3u1u4u4): state changed no lease
apr 26 19:58:39 mysystem avahi-daemon[1125]: Withdrawing address record for 192.168.1.252 on enp6s0f3u1u4u4.
apr 26 19:58:39 mysystem avahi-daemon[1125]: Leaving mDNS multicast group on interface enp6s0f3u1u4u4.IPv4 with address 192.168.1.252.
apr 26 19:58:39 mysystem avahi-daemon[1125]: Interface enp6s0f3u1u4u4.IPv4 no longer relevant for mDNS.
apr 26 19:58:39 mysystem systemd-resolved[1052]: enp6s0f3u1u4u4: Bus client set MulticastDNS setting: yes
apr 26 19:58:39 mysystem NetworkManager[1124]: <info> [1745690319.9598] device (enp6s0f3u1u4u4): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
apr 26 19:58:40 mysystem gnome-shell[2007]: Cursor update failed: drmModeAtomicCommit: Ongeldig argument
apr 26 19:58:40 mysystem gnome-shell[2007]: Cursor update failed: drmModeAtomicCommit: Ongeldig argument
apr 26 19:58:40 mysystem systemd[1]: Reached target Sleep.
apr 26 19:58:40 mysystem systemd[1]: Starting NVIDIA system suspend actions...
apr 26 19:58:40 mysystem suspend[3380]: nvidia-suspend.service
apr 26 19:58:40 mysystem logger[3380]: <13>Apr 26 19:58:40 suspend: nvidia-suspend.service
apr 26 19:58:40 mysystem kernel: rfkill: input handler enabled
apr 26 19:58:40 mysystem gsd-media-keys[2130]: Unable to get default source
apr 26 19:58:40 mysystem gsd-media-keys[2130]: Unable to get default sink
apr 26 19:58:42 mysystem systemd[1]: nvidia-suspend.service: Deactivated successfully.
apr 26 19:58:42 mysystem systemd[1]: Finished NVIDIA system suspend actions.
apr 26 19:58:42 mysystem systemd[1]: nvidia-suspend.service: Consumed 1.380s CPU time, 766.6M memory peak.
apr 26 19:58:42 mysystem systemd[1]: Starting System Suspend...
apr 26 19:58:42 mysystem systemd-sleep[3414]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
apr 26 19:58:42 mysystem systemd-sleep[3414]: This is not recommended, and might result in unexpected behavior, particularly
apr 26 19:58:42 mysystem systemd-sleep[3414]: in suspend-then-hibernate operations or setups with encrypted home directories.
apr 26 19:58:42 mysystem systemd-sleep[3414]: Performing sleep operation 'suspend'...
apr 26 19:58:42 mysystem kernel: PM: suspend entry (deep)
apr 26 19:58:42 mysystem kernel: [drm:__nv_drm_semsurf_wait_fence_work_cb [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to register auto-value-update on pre-wait value for sync FD semaphore surface
apr 26 19:58:42 mysystem kernel: Filesystems sync: 0.529 seconds
apr 26 19:58:49 mysystem kernel: Freezing user space processes
apr 26 19:58:49 mysystem kernel: Freezing user space processes completed (elapsed 0.001 seconds)
apr 26 19:58:49 mysystem kernel: OOM killer disabled.
apr 26 19:58:49 mysystem kernel: Freezing remaining freezable tasks
apr 26 19:58:49 mysystem kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
apr 26 19:58:49 mysystem kernel: printk: Suspending console(s) (use no_console_suspend to debug)
apr 26 19:58:49 mysystem kernel: ACPI: EC: interrupt blocked
apr 26 19:58:49 mysystem kernel: ACPI: PM: Preparing to enter system sleep state S3
apr 26 19:58:49 mysystem kernel: ACPI: EC: event blocked
apr 26 19:58:49 mysystem kernel: ACPI: EC: EC stopped
apr 26 19:58:49 mysystem kernel: ACPI: PM: Saving platform NVS memory
apr 26 19:58:49 mysystem kernel: Disabling non-boot CPUs ...
apr 26 19:58:49 mysystem kernel: smpboot: CPU 31 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 30 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 29 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 28 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 27 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 26 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 25 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 24 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 23 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 22 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 21 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 20 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 19 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 18 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 17 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 16 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 15 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 14 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 13 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 12 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 11 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 10 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 9 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 8 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 7 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 6 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 5 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 4 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 3 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 2 is now offline
apr 26 19:58:49 mysystem kernel: smpboot: CPU 1 is now offline
apr 26 19:58:49 mysystem kernel: Spectre V2 : Update user space SMT mitigation: STIBP off
apr 26 19:58:49 mysystem kernel: ACPI: PM: Low-level resume complete
apr 26 19:58:49 mysystem kernel: ACPI: EC: EC started
apr 26 19:58:49 mysystem kernel: ACPI: PM: Restoring platform NVS memory
apr 26 19:58:49 mysystem kernel: AMD-Vi: Virtual APIC enabled
apr 26 19:58:49 mysystem kernel: AMD-Vi: Virtual APIC enabled
apr 26 19:58:49 mysystem kernel: LVT offset 0 assigned for vector 0x400
apr 26 19:58:49 mysystem kernel: Enabling non-boot CPUs ...
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
apr 26 19:58:49 mysystem kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
apr 26 19:58:49 mysystem kernel: CPU1 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 2 APIC 0x2
apr 26 19:58:49 mysystem kernel: CPU2 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
apr 26 19:58:49 mysystem kernel: CPU3 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 4 APIC 0x4
apr 26 19:58:49 mysystem kernel: CPU4 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 5 APIC 0x5
apr 26 19:58:49 mysystem kernel: CPU5 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 6 APIC 0x6
apr 26 19:58:49 mysystem kernel: CPU6 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 7 APIC 0x7
apr 26 19:58:49 mysystem kernel: CPU7 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 8 APIC 0x8
apr 26 19:58:49 mysystem kernel: CPU8 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 9 APIC 0x9
apr 26 19:58:49 mysystem kernel: CPU9 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 10 APIC 0xa
apr 26 19:58:49 mysystem kernel: CPU10 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 11 APIC 0xb
apr 26 19:58:49 mysystem kernel: CPU11 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 12 APIC 0xc
apr 26 19:58:49 mysystem kernel: CPU12 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 13 APIC 0xd
apr 26 19:58:49 mysystem kernel: CPU13 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 14 APIC 0xe
apr 26 19:58:49 mysystem kernel: CPU14 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 15 APIC 0xf
apr 26 19:58:49 mysystem kernel: CPU15 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 16 APIC 0x10
apr 26 19:58:49 mysystem kernel: CPU16 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 17 APIC 0x11
apr 26 19:58:49 mysystem kernel: CPU17 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 18 APIC 0x12
apr 26 19:58:49 mysystem kernel: CPU18 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 19 APIC 0x13
apr 26 19:58:49 mysystem kernel: CPU19 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 20 APIC 0x14
apr 26 19:58:49 mysystem kernel: CPU20 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 21 APIC 0x15
apr 26 19:58:49 mysystem kernel: CPU21 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 22 APIC 0x16
apr 26 19:58:49 mysystem kernel: CPU22 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 23 APIC 0x17
apr 26 19:58:49 mysystem kernel: CPU23 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 24 APIC 0x18
apr 26 19:58:49 mysystem kernel: CPU24 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 25 APIC 0x19
apr 26 19:58:49 mysystem kernel: CPU25 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 26 APIC 0x1a
apr 26 19:58:49 mysystem kernel: CPU26 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 27 APIC 0x1b
apr 26 19:58:49 mysystem kernel: CPU27 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 28 APIC 0x1c
apr 26 19:58:49 mysystem kernel: CPU28 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 29 APIC 0x1d
apr 26 19:58:49 mysystem kernel: CPU29 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 30 APIC 0x1e
apr 26 19:58:49 mysystem kernel: CPU30 is up
apr 26 19:58:49 mysystem kernel: smpboot: Booting Node 0 Processor 31 APIC 0x1f
apr 26 19:58:49 mysystem kernel: CPU31 is up
apr 26 19:58:49 mysystem kernel: ACPI: PM: Waking up from system sleep state S3
apr 26 19:58:49 mysystem kernel: ACPI: EC: interrupt unblocked
apr 26 19:58:49 mysystem kernel: ACPI: EC: event unblocked
apr 26 19:58:49 mysystem kernel: legion PNP0C09:00: Resumed PM in legion-laptop
apr 26 19:58:49 mysystem kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: PSP is resuming...
apr 26 19:58:49 mysystem kernel: nvme nvme1: 8/0/0 default/read/poll queues
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
apr 26 19:58:49 mysystem kernel: nvme nvme0: 31/0/0 default/read/poll queues
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: SMU is resuming...
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: SMU is resumed successfully!
apr 26 19:58:49 mysystem kernel: [drm] kiq ring mec 2 pipe 1 q 0
apr 26 19:58:49 mysystem kernel: [drm] DMUB hardware initialized: version=0x05002000
apr 26 19:58:49 mysystem kernel: usb 3-2.4: reset high-speed USB device number 3 using xhci_hcd
apr 26 19:58:49 mysystem kernel: usb 5-1.1: reset high-speed USB device number 3 using xhci_hcd
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
apr 26 19:58:49 mysystem kernel: amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
apr 26 19:58:49 mysystem kernel: usb 2-1: reset SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
apr 26 19:58:49 mysystem kernel: mt7921e 0000:04:00.0: Message 00020007 (seq 3) timeout
apr 26 19:58:49 mysystem kernel: mt7921e 0000:04:00.0: PM: dpm_run_callback(): pci_pm_resume returns -110
apr 26 19:58:49 mysystem kernel: mt7921e 0000:04:00.0: PM: failed to resume async: error -110
apr 26 19:58:49 mysystem kernel: usb 2-1.4: reset SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd
apr 26 19:58:49 mysystem kernel: mt7921e 0000:04:00.0: HW/SW Version: 0x8a108a10, Build Time: 20241106163228a
apr 26 19:58:49 mysystem kernel: usb 2-1.4.3: reset SuperSpeed USB device number 4 using xhci_hcd
apr 26 19:58:49 mysystem kernel: r8152-cfgselector 2-1.4.4: reset SuperSpeed USB device number 5 using xhci_hcd
apr 26 19:58:49 mysystem kernel: mt7921e 0000:04:00.0: WM Firmware Version: ____000000, Build Time: 20241106163310
apr 26 19:58:49 mysystem kernel: r8152 2-1.4.4:1.0: skip request firmware
apr 26 19:58:49 mysystem kernel: OOM killer enabled.
apr 26 19:58:49 mysystem kernel: Restarting tasks ... done.
apr 26 19:58:49 mysystem kernel: random: crng reseeded on system resumption
apr 26 19:58:49 mysystem systemd-resolved[1052]: Clock change detected. Flushing caches.
apr 26 19:58:49 mysystem systemd[1]: Starting Load/Save RF Kill Switch Status...
apr 26 19:58:49 mysystem systemd[1]: Stopped target Bluetooth Support.
apr 26 19:58:49 mysystem systemd[1]: Reached target Bluetooth Support.
apr 26 19:58:49 mysystem systemd[1869]: Reached target Bluetooth.
apr 26 19:58:49 mysystem systemd[1]: Started Load/Save RF Kill Switch Status.
apr 26 19:58:49 mysystem systemd-sleep[3414]: System returned from sleep operation 'suspend'.
apr 26 19:58:49 mysystem kernel: PM: suspend exit
apr 26 19:58:49 mysystem kernel: Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20241106163512
apr 26 19:58:50 mysystem systemd[1]: systemd-suspend.service: Deactivated successfully.
apr 26 19:58:50 mysystem systemd[1]: Finished System Suspend.
apr 26 19:58:50 mysystem systemd[1]: systemd-suspend.service: Consumed 1.079s CPU time, 20.6M memory peak.
apr 26 19:58:50 mysystem systemd[1]: Stopped target Sleep.
apr 26 19:58:50 mysystem systemd[1]: Reached target Suspend.
apr 26 19:58:50 mysystem systemd[1]: Starting NVIDIA system resume actions...
apr 26 19:58:50 mysystem systemd[1]: Stopped target Suspend.
apr 26 19:58:50 mysystem systemd-logind[1130]: Operation 'suspend' finished.
apr 26 19:58:50 mysystem systemd-resolved[1052]: Closing all remaining TCP connections.
apr 26 19:58:50 mysystem systemd-resolved[1052]: Resetting learnt feature levels on all servers.
apr 26 19:58:50 mysystem NetworkManager[1124]: <info> [1745690330.9009] manager: sleep: wake requested (sleeping: yes enabled: yes)
apr 26 19:58:50 mysystem NetworkManager[1124]: <info> [1745690330.9013] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
apr 26 19:58:50 mysystem kernel: rfkill: input handler disabled
apr 26 19:58:50 mysystem suspend[3575]: nvidia-resume.service
apr 26 19:58:50 mysystem logger[3575]: <13>Apr 26 19:58:50 suspend: nvidia-resume.service
apr 26 19:58:50 mysystem systemd[1]: nvidia-resume.service: Deactivated successfully.
apr 26 19:58:50 mysystem systemd[1]: Finished NVIDIA system resume actions.
apr 26 19:58:50 mysystem kernel: Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
apr 26 19:58:50 mysystem xdg-desktop-por[2555]: Monitor 'Ingebouwd beeldscherm' has no configuration which is-current!
apr 26 19:58:50 mysystem xdg-desktop-por[2555]: Monitor 'Ingebouwd beeldscherm' has no configuration which is-current!
apr 26 19:58:51 mysystem NetworkManager[1124]: <info> [1745690331.0820] device (enp6s0f3u1u4u4): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
apr 26 19:58:51 mysystem kernel: r8169 0000:05:00.0 enp5s0: Link is Down
apr 26 19:58:51 mysystem NetworkManager[1124]: <info> [1745690331.0864] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
apr 26 19:58:51 mysystem NetworkManager[1124]: <info> [1745690331.0867] manager: NetworkManager state is now DISCONNECTED
apr 26 19:58:51 mysystem gnome-shell[3603]: The XKEYBOARD keymap compiler (xkbcomp) reports:
apr 26 19:58:51 mysystem gnome-shell[3603]: > Warning: Unsupported maximum keycode 708, clipping.
apr 26 19:58:51 mysystem gnome-shell[3603]: > X11 cannot support keycodes above 255.
apr 26 19:58:51 mysystem gnome-shell[3603]: > Warning: Could not resolve keysym XF86RefreshRateToggle
apr 26 19:58:51 mysystem gnome-shell[3603]: > Warning: Could not resolve keysym XF86Accessibility
apr 26 19:58:51 mysystem gnome-shell[3603]: > Warning: Could not resolve keysym XF86DoNotDisturb
apr 26 19:58:51 mysystem gnome-shell[3603]: Errors from xkbcomp are not fatal to the X server
apr 26 19:58:52 mysystem wireplumber[1893]: spa.bluez5: BlueZ system service is not available
apr 26 19:58:52 mysystem gsd-media-keys[2130]: Unable to get default sink
apr 26 19:58:52 mysystem kernel: Bluetooth: hci0: Device setup in 2344302 usecs
apr 26 19:58:52 mysystem kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
apr 26 19:58:52 mysystem kernel: Bluetooth: hci0: AOSP extensions version v1.00
apr 26 19:58:52 mysystem kernel: Bluetooth: hci0: AOSP quality report is supported
apr 26 19:58:53 mysystem NetworkManager[1124]: <info> [1745690333.5594] device (enp6s0f3u1u4u4): carrier: link connected
apr 26 19:58:53 mysystem kernel: r8152 2-1.4.4:1.0 enp6s0f3u1u4u4: carrier on
apr 26 19:58:53 mysystem NetworkManager[1124]: <info> [1745690333.5602] device (enp6s0f3u1u4u4): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
apr 26 19:58:53 mysystem NetworkManager[1124]: <info> [1745690333.5612] policy: auto-activating connection 'Bekabelde verbinding (Dock)' (b03e3da6-2d3f-36bf-b2a4-68185a0062de)
apr 26 19:58:53 mysystem NetworkManager[1124]: <info> [1745690333.5617] device (enp6s0f3u1u4u4): Activation: starting connection 'Bekabelde verbinding (Dock)' (b03e3da6-2d3f-36bf-b2a4-68185a0062de)
apr 26 19:58:53 mysystem NetworkManager[1124]: <info> [1745690333.5619] device (enp6s0f3u1u4u4): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
apr 26 19:58:53 mysystem NetworkManager[1124]: <info> [1745690333.5622] manager: NetworkManager state is now CONNECTING
apr 26 19:58:53 mysystem NetworkManager[1124]: <info> [1745690333.5624] device (enp6s0f3u1u4u4): state change: prepare -> config (reason 'none', managed-type: 'full')
apr 26 19:58:53 mysystem NetworkManager[1124]: <info> [1745690333.5628] device (enp6s0f3u1u4u4): state change: config -> ip-config (reason 'none', managed-type: 'full')
apr 26 19:58:53 mysystem NetworkManager[1124]: <info> [1745690333.5631] dhcp4 (enp6s0f3u1u4u4): activation: beginning transaction (timeout in 45 seconds)
apr 26 19:58:53 mysystem systemd-resolved[1052]: enp6s0f3u1u4u4: Bus client set MulticastDNS setting: no
apr 26 19:58:53 mysystem avahi-daemon[1125]: Joining mDNS multicast group on interface enp6s0f3u1u4u4.IPv6 with address fe80::1f16:c8:a85b:1919.
apr 26 19:58:53 mysystem avahi-daemon[1125]: New relevant interface enp6s0f3u1u4u4.IPv6 for mDNS.
apr 26 19:58:53 mysystem avahi-daemon[1125]: Registering new address record for fe80::1f16:c8:a85b:1919 on enp6s0f3u1u4u4.*.
apr 26 19:58:53 mysystem systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
apr 26 19:58:54 mysystem systemd[1]: systemd-rfkill.service: Deactivated successfully.
apr 26 19:58:55 mysystem gdm-password][3612]: gkr-pam: unlocked login keyring
apr 26 19:58:55 mysystem gnome-shell[2007]: Enabling extension dim-completed-calendar-events@marcinjahn.com
apr 26 19:58:55 mysystem NetworkManager[1124]: <info> [1745690335.3770] agent-manager: agent[4c62368f2e6562d0,:1.80/org.gnome.Shell.NetworkAgent/1000]: agent registered
apr 26 19:58:55 mysystem systemd[1]: Starting Network Manager Script Dispatcher Service...
apr 26 19:58:55 mysystem systemd[1]: Started Network Manager Script Dispatcher Service.
apr 26 19:58:56 mysystem NetworkManager[1124]: <info> [1745690336.5639] dhcp4 (enp6s0f3u1u4u4): state changed new lease, address=192.168.1.252, acd pending
apr 26 19:58:56 mysystem NetworkManager[1124]: <info> [1745690336.7166] dhcp4 (enp6s0f3u1u4u4): state changed new lease, address=192.168.1.252
apr 26 19:58:56 mysystem avahi-daemon[1125]: Joining mDNS multicast group on interface enp6s0f3u1u4u4.IPv4 with address 192.168.1.252.
apr 26 19:58:56 mysystem avahi-daemon[1125]: New relevant interface enp6s0f3u1u4u4.IPv4 for mDNS.
apr 26 19:58:56 mysystem avahi-daemon[1125]: Registering new address record for 192.168.1.252 on enp6s0f3u1u4u4.IPv4.
apr 26 19:58:56 mysystem NetworkManager[1124]: <info> [1745690336.7171] policy: set 'Bekabelde verbinding (Dock)' (enp6s0f3u1u4u4) as default for IPv4 routing and DNS
apr 26 19:58:56 mysystem NetworkManager[1124]: <info> [1745690336.7207] device (enp6s0f3u1u4u4): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
apr 26 19:58:56 mysystem NetworkManager[1124]: <info> [1745690336.7215] device (enp6s0f3u1u4u4): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
apr 26 19:58:56 mysystem NetworkManager[1124]: <info> [1745690336.7216] device (enp6s0f3u1u4u4): state change: secondaries -> activated (reason 'none', managed-type: 'full')
apr 26 19:58:56 mysystem NetworkManager[1124]: <info> [1745690336.7217] manager: NetworkManager state is now CONNECTED_SITE
apr 26 19:58:56 mysystem NetworkManager[1124]: <info> [1745690336.7217] device (enp6s0f3u1u4u4): Activation: successful, device activated.
apr 26 19:58:56 mysystem NetworkManager[1124]: <info> [1745690336.9694] manager: NetworkManager state is now CONNECTED_GLOBAL
apr 26 19:59:05 mysystem systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
apr 26 19:59:06 mysystem kernel: usb 1-1.1.3.3: USB disconnect, device number 12
apr 26 19:59:07 mysystem kernel: usb 1-1.1.3.3: new full-speed USB device number 15 using xhci_hcd
apr 26 19:59:07 mysystem kernel: usb 1-1.1.3.3: New USB device found, idVendor=37a8, idProduct=0001, bcdDevice= 0.01
apr 26 19:59:08 mysystem kernel: usb 1-1.1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
apr 26 19:59:08 mysystem kernel: usb 1-1.1.3.3: Product: UHK 60 v1
apr 26 19:59:08 mysystem kernel: usb 1-1.1.3.3: Manufacturer: Ultimate Gadget Laboratories
apr 26 19:59:08 mysystem kernel: usb 1-1.1.3.3: SerialNumber: 0148338290
apr 26 19:59:08 mysystem kernel: input: Ultimate Gadget Laboratories UHK 60 v1 as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.0/0003:37A8:0001.0010/input/input33
apr 26 19:59:08 mysystem kernel: hid-generic 0003:37A8:0001.0010: input,hidraw7: USB HID v1.10 Keyboard [Ultimate Gadget Laboratories UHK 60 v1] on usb-0000:06:00.3-1.1.3.3/input0
apr 26 19:59:08 mysystem kernel: input: Ultimate Gadget Laboratories UHK 60 v1 as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.1/0003:37A8:0001.0011/input/input34
apr 26 19:59:08 mysystem kernel: hid-generic 0003:37A8:0001.0011: input,hidraw8: USB HID v1.10 Mouse [Ultimate Gadget Laboratories UHK 60 v1] on usb-0000:06:00.3-1.1.3.3/input1
apr 26 19:59:08 mysystem kernel: input: Ultimate Gadget Laboratories UHK 60 v1 as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.2/0003:37A8:0001.0012/input/input35
apr 26 19:59:08 mysystem kernel: hid-generic 0003:37A8:0001.0012: input,hidraw9: USB HID v1.10 Device [Ultimate Gadget Laboratories UHK 60 v1] on usb-0000:06:00.3-1.1.3.3/input2
apr 26 19:59:08 mysystem kernel: input: Ultimate Gadget Laboratories UHK 60 v1 as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3/1-1.1.3.3:1.3/0003:37A8:0001.0013/input/input36
apr 26 19:59:08 mysystem kernel: hid-generic 0003:37A8:0001.0013: input,hidraw10: USB HID v1.10 Device [Ultimate Gadget Laboratories UHK 60 v1] on usb-0000:06:00.3-1.1.3.3/input3
apr 26 19:59:08 mysystem kernel: hid-generic 0003:37A8:0001.0014: hiddev100,hidraw11: USB HID v1.10 Device [Ultimate Gadget Laboratories UHK 60 v1] on usb-0000:06:00.3-1.1.3.3/input4
apr 26 19:59:08 mysystem mtp-probe[3758]: checking bus 1, device 15: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3"
apr 26 19:59:08 mysystem mtp-probe[3758]: bus: 1, device: 15 was not an MTP device
apr 26 19:59:08 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event12 (Ultimate Gadget Laboratories UHK 60 v1)
apr 26 19:59:08 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event15 (Ultimate Gadget Laboratories UHK 60 v1)
apr 26 19:59:08 mysystem systemd-logind[1130]: Watching system buttons on /dev/input/event14 (Ultimate Gadget Laboratories UHK 60 v1)
apr 26 19:59:08 mysystem mtp-probe[3786]: checking bus 1, device 15: "/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.3"
apr 26 19:59:08 mysystem mtp-probe[3786]: bus: 1, device: 15 was not an MTP device
apr 26 19:59:12 mysystem systemd-resolved[1052]: Clock change detected. Flushing caches.
apr 26 19:59:12 mysystem systemd-timesyncd[647]: Contacted time server 185.153.43.4:123 (0.arch.pool.ntp.org).
apr 26 19:59:12 mysystem systemd-timesyncd[647]: Initial clock synchronization to Sat 2025-04-26 19:59:12.940538 CEST.
apr 26 19:59:15 mysystem systemd[1869]: Started Application launched by gsd-media-keys.
apr 26 19:59:15 mysystem systemd[1869]: Started app-flatpak-app.devsuite.Ptyxis-3793.scope.
apr 26 19:59:19 mysystem flatpak[3806]: Failed to register: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Remote peer disconnected
apr 26 19:59:19 mysystem systemd[1869]: ptyxis-spawn-141d45c9-00d3-4a83-b178-de976e2e19ce.scope: Consumed 378ms CPU time, 861.8M memory peak.
apr 26 19:59:20 mysystem systemd[1869]: app-flatpak-app.devsuite.Ptyxis-3207.scope: Consumed 9.018s CPU time, 98.2M memory peak.
apr 26 19:59:20 mysystem systemd[1869]: Started Application launched by gsd-media-keys.
apr 26 19:59:20 mysystem systemd[1869]: Started app-flatpak-app.devsuite.Ptyxis-3816.scope.
apr 26 19:59:20 mysystem systemd[1869]: Started [systemd-run] /usr/bin/bash.
apr 26 19:59:20 mysystem systemd[1]: systemd-hostnamed.service: Deactivated successfully.
apr 26 19:59:20 mysystem systemd[1]: systemd-localed.service: Deactivated successfully.
apr 26 19:59:20 mysystem systemd[1]: systemd-timedated.service: Deactivated successfully.
This one:
[drm:__nv_drm_semsurf_wait_fence_work_cb [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to register auto-value-update on pre-wait value for sync FD semaphore surface
... apparently also happens for others but doesn't seem like it should be breaking suspend.
Offline
The error looks like it could cause trouble w/ the VRAM preservation, as for the wake - there's nothing indicating this happens by error.
cat /proc/acpi/wakeup
lspci -nn
The monitor is connected over DisplayPort/USB-C (HDMI yields no improvement).
Does the monitor have a usb hub (where you could plug a keybord etc)?
There's likely a USB controller on the nvidia GPU that might act up when it powers on to drive the output…
Offline
Thanks for the reply!
cat /proc/acpi/wakeup lspci -nn
╰─ cat /proc/acpi/wakeup
Device S-state Status Sysfs node
GPP0 S4 *enabled pci:0000:00:01.1
GPP1 S3 *enabled pci:0000:00:01.2
GPP2 S4 *enabled pci:0000:00:02.1
GPP3 S3 *enabled pci:0000:00:02.2
GPP4 S3 *disabled
GPP5 S3 *enabled pci:0000:00:03.3
GP17 S3 *enabled pci:0000:00:08.1
XHC0 S3 *enabled pci:0000:06:00.3
XHC1 S3 *enabled pci:0000:06:00.4
XHC2 S3 *enabled pci:0000:07:00.0
╰─ lspci -nn
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Root Complex [1022:14d8]
00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge IOMMU [1022:14d9]
00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge [1022:14db]
00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge [1022:14db]
00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
00:02.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge [1022:14db]
00:02.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge [1022:14db]
00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
00:03.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge [1022:14db]
00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A] [1022:14dd]
00:08.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A] [1022:14dd]
00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 71)
00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 51)
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 0 [1022:14e0]
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 1 [1022:14e1]
00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 2 [1022:14e2]
00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 3 [1022:14e3]
00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 4 [1022:14e4]
00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 5 [1022:14e5]
00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 6 [1022:14e6]
00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 7 [1022:14e7]
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD103M / GN21-X11 [GeForce RTX 4090 Laptop GPU] [10de:2757] (rev a1)
01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:22bb] (rev a1)
02:00.0 Non-Volatile memory controller [0108]: Micron Technology Inc 3400 NVMe SSD [Hendrix] [1344:5407]
03:00.0 Non-Volatile memory controller [0108]: Shenzhen Longsys Electronics Co., Ltd. Lexar NM790 NVME SSD (DRAM-less) [1d97:1602] (rev 01)
04:00.0 Network controller [0280]: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter [14c3:0616]
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
06:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Raphael [1002:164e] (rev d8)
06:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP [1022:1649]
06:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 3.1 xHCI [1022:15b6]
06:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 3.1 xHCI [1022:15b7]
06:00.5 Multimedia controller [0480]: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor [1022:15e2] (rev 62)
06:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h/19h/1ah HD Audio Controller [1022:15e3]
07:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 2.0 xHCI [1022:15b8]
Does the monitor have a usb hub (where you could plug a keybord etc)?
There's likely a USB controller on the nvidia GPU that might act up when it powers on to drive the output…
Yes, it indeed has a USB hub running over the USB-C connection as well. It's also something I was suspicious of, though it's strange that with HDMI the same problem occurs.
I just did another test with HDMI to verify this again to be sure. When it comes back after a few seconds it also lists the same IRQ number of 7 (pinctrl_amd).
Offline
XHC0 S3 *enabled pci:0000:06:00.3
XHC1 S3 *enabled pci:0000:06:00.4
Those are one the AMD GPU, but I'd just try to disable them ("echo XHC0 | sudo tee /proc/acpi/wakeup" toggles XHC0)
Offline
XHC0 S3 *enabled pci:0000:06:00.3 XHC1 S3 *enabled pci:0000:06:00.4
Those are one the AMD GPU, but I'd just try to disable them ("echo XHC0 | sudo tee /proc/acpi/wakeup" toggles XHC0)
Good suggestion. I tried disabling the XHC ones first and then disabling all of them, but alas to no avail.
Wondering if the most likely culprit here is the NVIDIA driver in some way. I've also thought of trying with nouveau just for comparison but last time I tried it it didn't want to drive any external monitor at all, even on the GSP firmware. Then again the system does actually get into suspend, so I'm not entirely sure how or if software can influence anything from that point on (then again Wake-on-LAN is a thing too, so it probably can).
Offline
What happens if you mask/disable https://wiki.archlinux.org/title/NVIDIA … er_suspend ?
(Notably all services but also the kernel/module parameters)
The FD semaphore error is (almost¹) the only hint at a problem, could be related to lvm or APST - but the log doesn't show the suspend failing, you just wake up immediately.
¹There's also
apr 26 19:58:49 mysystem kernel: mt7921e 0000:04:00.0: PM: dpm_run_callback(): pci_pm_resume returns -110
apr 26 19:58:49 mysystem kernel: mt7921e 0000:04:00.0: PM: failed to resume async: error -110
but nvidia oc nicely fits the symptoms reg. the external output, which is likely wired there.
Offline
What happens if you mask/disable https://wiki.archlinux.org/title/NVIDIA … er_suspend ?
(Notably all services but also the kernel/module parameters)
Unfortunately, they didn't improve the situation. I tried just disabling PreserveVideoMemoryAllocations first, and then (also) disabling all suspend-related NVIDIA services.
I also took the NVIDIA proprietary driver without the open kernel modules for a spin, but the situation was identical to the open kernel modules.
but nvidia oc nicely fits the symptoms reg. the external output, which is likely wired there.
Indeed, it does sound like the most likely culprit.
Something I noticed, but might not be strange, is that if I plug in the monitor after the system is already in sleep, it doesn't wake up. Neither does the monitor, though, so I guess this makes sense - the hotplug is probably only processed outside of sleep.
Last edited by mwohah (2025-04-28 18:30:53)
Offline
Shotgun (double barrels): Try to disable all devices in /proc/acpi/wakeup
If that doesn't help, *dis*able RTD3, https://wiki.archlinux.org/title/PRIME#NVIDIA - "ATTR{power/control}="on"" for all ACTIONs (at least "add" and "bind")
Offline
Shotgun (double barrels): Try to disable all devices in /proc/acpi/wakeup
If that doesn't help, *dis*able RTD3, https://wiki.archlinux.org/title/PRIME#NVIDIA - "ATTR{power/control}="on"" for all ACTIONs (at least "add" and "bind")
Just to be sure I did it right:
ACTION=="bind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x030000", TEST=="power/control", ATTR{power/control}="on"
ACTION=="bind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x030200", TEST=="power/control", ATTR{power/control}="on"
ACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x030000", TEST=="power/control", ATTR{power/control}="on"
ACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", ATTR{class}=="0x030200", TEST=="power/control", ATTR{power/control}="on"
I tried both individually and together, but alas still no improvement .
Last edited by mwohah (2025-04-29 17:51:21)
Offline
cat /sys/class/drm/card*/device/power/control
says "on"?
Maybe disable the GSP firmware (same wiki article)
Did you
Try to disable all devices in /proc/acpi/wakeup
Offline
cat /sys/class/drm/card*/device/power/control
says "on"?
Maybe disable the GSP firmware (same wiki article)Did you
seth wrote:Try to disable all devices in /proc/acpi/wakeup
Yes to the "on".
Disabling the GSP firmware (and switching to the non-open modules, since they don't support that setting AFAIK) had no effect, unfortunately.
And yes to the disabling all devices - I see now that my last post was confusing, with 'both' I meant that I tried that as well.
Offline
"Great"
Try to add "pci_aspm=off" to the kernel parameters and post "lspci -tvnn" for the bus layout (maybe it's something else on the same bus, like network or nvme…)
I've also thought of trying with nouveau just for comparison but last time I tried it it didn't want to drive any external monitor at all
We might want ot look into that again, nouveau at the time might have ignored the ADA chip (unless "last time" was "last week")
Offline
Try to add "pci_aspm=off" to the kernel parameters and post "lspci -tvnn" for the bus layout (maybe it's something else on the same bus, like network or nvme…)
Done. I added "pcie_aspm=off" as well since there were some sources mentioning the 'e', but alas again no improvement.
We might want ot look into that again, nouveau at the time might have ignored the ADA chip (unless "last time" was "last week")
It was a few months ago. I tried again just now, but it's the same situation where the monitor isn't even detected, neither on USB-C nor on HDMI . (I've also seen this with other hybrid GPU laptop models on the RTX 2000 series and higher.)
Offline
some sources mentioning the 'e'
Inluding previous posts from me - sorry, typo. "pci_aspm=off" isn't a real thing.
For nouveau:
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done
You'll need https://aur.archlinux.org/packages/v4l-utils-git
Offline
Doh, I was testing nouveau by removing the nvidia-open package temporarily, but forgot that the nouveau blacklisting is actually in nvidia-utils. After uninstalling that the external monitor was detected (still didn't fully work at its intended resolution, but good enough to test suspending at least).
I thus tested suspending with nouveau and... still the same issue .
I was kind of hoping it wouldn't since this makes it less likely the NVIDIA driver is at fault - I guess it could still be related to the GSP firmware since it's shared between both drivers, though.
and post "lspci -tvnn" for the bus layout (maybe it's something else on the same bus, like network or nvme…)
I seem to have forgot to add this in my previous post:
╰─ lspci -tvnn
-[0000:00]-+-00.0 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Root Complex [1022:14d8]
+-00.2 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge IOMMU [1022:14d9]
+-01.0 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
+-01.1-[01]--+-00.0 NVIDIA Corporation AD103M / GN21-X11 [GeForce RTX 4090 Laptop GPU] [10de:2757]
| \-00.1 NVIDIA Corporation Device [10de:22bb]
+-01.2-[02]----00.0 Micron Technology Inc 3400 NVMe SSD [Hendrix] [1344:5407]
+-02.0 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
+-02.1-[03]----00.0 Shenzhen Longsys Electronics Co., Ltd. Lexar NM790 NVME SSD (DRAM-less) [1d97:1602]
+-02.2-[04]----00.0 MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter [14c3:0616]
+-03.0 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
+-03.3-[05]----00.0 Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:8168]
+-04.0 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
+-08.0 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge [1022:14da]
+-08.1-[06]--+-00.0 Advanced Micro Devices, Inc. [AMD/ATI] Raphael [1002:164e]
| +-00.2 Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP [1022:1649]
| +-00.3 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 3.1 xHCI [1022:15b6]
| +-00.4 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 3.1 xHCI [1022:15b7]
| +-00.5 Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor [1022:15e2]
| \-00.6 Advanced Micro Devices, Inc. [AMD] Family 17h/19h/1ah HD Audio Controller [1022:15e3]
+-08.3-[07]----00.0 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 2.0 xHCI [1022:15b8]
+-14.0 Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b]
+-14.3 Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e]
+-18.0 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 0 [1022:14e0]
+-18.1 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 1 [1022:14e1]
+-18.2 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 2 [1022:14e2]
+-18.3 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 3 [1022:14e3]
+-18.4 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 4 [1022:14e4]
+-18.5 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 5 [1022:14e5]
+-18.6 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 6 [1022:14e6]
\-18.7 Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 7 [1022:14e7]
Offline
I guess it could still be related to the GSP firmware since it's shared between both drivers, though.
Not if you disabled that w/ the binary-only driver
This is only when plugging some output there?
What if you just "prime-run glxgears" and keep it running while attempting to send the system to sleep?
But then, look, mom:
+-01.1-[01]--+-00.0 NVIDIA Corporation AD103M / GN21-X11 [GeForce RTX 4090 Laptop GPU] [10de:2757]
| \-00.1 NVIDIA Corporation Device [10de:22bb]
+-01.2-[02]----00.0 Micron Technology Inc 3400 NVMe SSD [Hendrix] [1344:5407]
https://wiki.archlinux.org/title/Solid_ … nd_support
Disable the IOMMU ("iommu=soft" will do, amd_iommu=fullflush could be a good solution if it then works) but also APST (just for good measure), https://wiki.archlinux.org/title/Solid_ … ST_support
Offline
This is only when plugging some output there?
What if you just "prime-run glxgears" and keep it running while attempting to send the system to sleep?
I tried disconnecting the monitor and then running 'prime-run glxgears' to have something on the NVIDIA dGPU running anyway. The system still goes to sleep correctly in that case .
Disable the IOMMU ("iommu=soft" will do, amd_iommu=fullflush could be a good solution if it then works) but also APST (just for good measure), https://wiki.archlinux.org/title/Solid_ … ST_support
Would be strange if this was related to the NVMe SSD since it sleeps correctly without the other monitor on, but at this point I'm willing to try anything . Unfortunately neither iommu=soft nor disabling APST (combined) make the problem go away.
Last edited by mwohah (2025-05-02 21:39:43)
Offline
So it's not related to the GPU being powered on - what if you remove the audio device?
"pci_stub.ids=10de:22bb"
Offline
So it's not related to the GPU being powered on - what if you remove the audio device?
"pci_stub.ids=10de:22bb"
The audio device disappears as expected but alas, no improvement to suspending.
Offline
So it's not the GPU, not the sound, you have to have an output attached to the nvidia card.
What if you keep the monitor attached but "xrandr --output HDMI-WHATEVER --off" it?
Offline
So it's not the GPU, not the sound, you have to have an output attached to the nvidia card.
What if you keep the monitor attached but "xrandr --output HDMI-WHATEVER --off" it?
I'm on GNOME Wayland so I'm not sure xrandr works, but it's an interesting idea so I tested the (hopefully) equivalent of disabling the monitor in the GNOME display settings so it's connected but not enabled. Still no improvement, unfortunately.
I also tried another external monitor over HDMI that isn't as high-resolution as my current one, since I also have some other issues with this monitor due to what appear to be NVIDIA driver bugs. The older monitor doesn't have those bugs but also gets the laptop to wake up from sleep, so that seems to rule that out as well.
Offline
What if you're trying to suspend the system from a simply "startx xterm" session (only X1 server and an xterm, use xrandr to activate the output) - I wonder whether gnome actually tries to configure the output here and that's what's causing the wakeup…
Offline
What if you're trying to suspend the system from a simply "startx xterm" session (only X1 server and an xterm, use xrandr to activate the output) - I wonder whether gnome actually tries to configure the output here and that's what's causing the wakeup…
I installed the necessary Xorg dependencies, got an xterm up and running, logged out of GNOME, killed GDM as well, verified nothing else GNOME-related was running any more, enabled the secondary monitor using xrandr, then did a 'systemctl suspend' and... the system still resumed automatically . That seems to rule out GNOME issues as well.
Last edited by mwohah (2025-05-04 18:37:18)
Offline
So not matter the environment, whether the GPU or the output is used. Attaching an output to the GPU, and only that, prevents to system from suspending.
Thisisnuts.
What happens if you only plug the monitor cable into the GPU, no monitor attached to it?
Offline
So not matter the environment, whether the GPU or the output is used. Attaching an output to the GPU, and only that, prevents to system from suspending.
Thisisnuts.What happens if you only plug the monitor cable into the GPU, no monitor attached to it?
Tell me about it, I seem to have a nack for experiencing annoying specific issues no one else has (or at least reports)...
Having the cable attached doesn't block suspend from working. I tried having a loose USB-C and HDMI cable attached to the laptop with no monitor, and suspend worked.
After that I tried attaching the monitor, but turning the monitor off explicitly (from the monitor itself, using the 'software'/OSD off button), and suspend still worked. From the moment I turned on the monitor again, we're back to resuming from suspend automatically...
At this point I still see the following suspects, just brainstorming as it may uncover more ideas:
A BIOS/hardware issue, but there are unfortunately no further updates for my model. I don't have a Windows present to test with to verify that. It seems very unlikely though as this type of global breakage of a laptop model doesn't occur often.
Something related to the NVIDIA card firmware. It can't be the GSP firmware specifically, though, since we tried the NVIDIA driver without it, but perhaps there is some other blob used by nouveau as well or even in ROM; something present both when using nouveau and the NVIDIA driver.
A kernel bug. Not sure how to start debugging this if it is, though.
Maybe in a freaky way an AMD GPU kernel driver issue because in my laptop the external monitor must always be wired to the dGPU directly and the internal screen is on the iGPU. However, I tried running GNOME on the NVIDIA dGPU as primary, and disabling the laptop monitor (iGPU monitor), so no copying is happening between GPUs and only one GPU (the NVIDIA GPU) is both rendering and displaying.
Offline