You are not logged in.

#1 2024-02-14 00:10:59

vikingo90
Member
Registered: 2024-02-08
Posts: 26

Problem with suspension

The PC immediately comes out of sleep.
I did some research and enabled the specific sleep and hibernation services for my Nvidia, but the PC continues to sleep and wake up a few moments later. I imagine it gets some input that brings it out of sleep, but I don't know what to look for.

[raffaele@archlinux ~]$ journalctl -b -u systemd-suspend.service
feb 14 01:03:56 archlinux systemd[1]: Starting System Suspend...
feb 14 01:03:56 archlinux systemd-sleep[2025]: Performing sleep operation 'suspend'...
feb 14 01:03:57 archlinux systemd-sleep[2025]: System returned from sleep operation 'suspend'.
feb 14 01:03:57 archlinux systemd[1]: systemd-suspend.service: Deactivated successfully.
feb 14 01:03:57 archlinux systemd[1]: Finished System Suspend.
feb 14 01:04:19 archlinux systemd[1]: Starting System Suspend...
feb 14 01:04:19 archlinux systemd-sleep[2483]: Performing sleep operation 'suspend'...
feb 14 01:04:20 archlinux systemd-sleep[2483]: System returned from sleep operation 'suspend'.
feb 14 01:04:21 archlinux systemd[1]: systemd-suspend.service: Deactivated successfully.
feb 14 01:04:21 archlinux systemd[1]: Finished System Suspend.
[raffaele@archlinux ~]$ 

Offline

#2 2024-02-14 07:37:46

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Problem with suspension


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#3 2024-02-14 10:15:26

vikingo90
Member
Registered: 2024-02-08
Posts: 26

Re: Problem with suspension

I have already read the documentation, but I have some difficulty with the language and the complexity of the information. However, I can exclude some solutions because I have an AMD processor.
On Manjaro the suspension worked without problems, while on Arch I definitely have to configure something.

I didn't understand how to set this parameter in the Nvidia kernel module:

To save and restore all video memory contents, use the NVreg_PreserveVideoMemoryAllocations=1 kernel module parameter for the nvidia kernel module and enable nvidia-suspend.service, nvidia-hibernate.service, and nvidia-resume.service.

Offline

#4 2024-02-14 10:21:23

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Problem with suspension

cat /etc/modprobe.d/nvidia.conf

options NVreg_PreserveVideoMemoryAllocations=1
# mkinitcpio -P

But:

10 Preserve video memory after suspend wrote:

The factual accuracy of this article or section is disputed.
Reason: When using early KMS, i.e. when the loading of nvidia module happens in the initramfs, it has no access to NVreg_TemporaryFilePath which stores the previous video memory. IOW, early KMS should not be used if hibernation is desired. (Discuss in Talk:NVIDIA/Tips and tricks)

https://wiki.archlinux.org/title/Talk:N … and_tricks


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#5 2024-02-14 10:21:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,031

Re: Problem with suspension

On manjaro you've been running an older kernel?
Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Not some random flter, we need to kwno what happens between these two lines

feb 14 01:03:56 archlinux systemd-sleep[2025]: Performing sleep operation 'suspend'...
feb 14 01:03:57 archlinux systemd-sleep[2025]: System returned from sleep operation 'suspend'.

Also

cat /proc/acpi/wakeup

NVreg_PreserveVideoMemoryAllocations=1 will ideally prevent texture corruptions through VRAM decay but not cause an insta-wake

Offline

#6 2024-02-14 10:25:08

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Problem with suspension

vikingo90 wrote:

I have some difficulty with the language and the complexity of the information

Italian, right? You can move discussion onto Contributions & Discussion >> Other Languages if you need to wink


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#7 2024-02-14 10:34:06

vikingo90
Member
Registered: 2024-02-08
Posts: 26

Re: Problem with suspension

On the international forum I can more easily find solutions to problems ;-)
It's a bit difficult but I understand, in fact I have already solved several problems by following various guides.

Offline

#8 2024-02-14 10:35:14

vikingo90
Member
Registered: 2024-02-08
Posts: 26

Re: Problem with suspension

I only just read your messages! I'll try and update you. A thousand thanks!

Offline

#9 2024-02-14 10:49:52

vikingo90
Member
Registered: 2024-02-08
Posts: 26

Re: Problem with suspension

d.ALT wrote:

cat /etc/modprobe.d/nvidia.conf

options NVreg_PreserveVideoMemoryAllocations=1
# mkinitcpio -P

But:

10 Preserve video memory after suspend wrote:

The factual accuracy of this article or section is disputed.
Reason: When using early KMS, i.e. when the loading of nvidia module happens in the initramfs, it has no access to NVreg_TemporaryFilePath which stores the previous video memory. IOW, early KMS should not be used if hibernation is desired. (Discuss in Talk:NVIDIA/Tips and tricks)

https://wiki.archlinux.org/title/Talk:N … and_tricks


I try to answer without google translate. This solution not working. I create a file nvidia.conf and I copied this in /etc/modprobe.d/ with the code string you told me. After this I launched mkinitcpio -P in the terminal with amministrator privilege.

Offline

#10 2024-02-14 11:11:00

vikingo90
Member
Registered: 2024-02-08
Posts: 26

Re: Problem with suspension

seth wrote:

On manjaro you've been running an older kernel?
Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Not some random flter, we need to kwno what happens between these two lines

feb 14 01:03:56 archlinux systemd-sleep[2025]: Performing sleep operation 'suspend'...
feb 14 01:03:57 archlinux systemd-sleep[2025]: System returned from sleep operation 'suspend'.

Also

cat /proc/acpi/wakeup

NVreg_PreserveVideoMemoryAllocations=1 will ideally prevent texture corruptions through VRAM decay but not cause an insta-wake

feb 14 12:04:32 archlinux kernel: Linux version 6.7.4-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.42.0) #1 ZEN SMP PREEMPT_DYNAMIC Mon, 05 Feb 2024 22:07:37 +0000
feb 14 12:04:32 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=b71ebac3-704e-4ccf-b44f-cddca06766ff rw rootflags=subvol=@ zswap.enabled=0 rootfstype=btrfs loglevel=3 quiet
feb 14 12:04:32 archlinux kernel: BIOS-provided physical RAM map:
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f11fff] ACPI NVS
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000009f12000-0x00000000803fefff] usable
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x00000000803ff000-0x00000000803fffff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000080400000-0x0000000082363fff] usable
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000082364000-0x0000000084563fff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000084564000-0x000000008456cfff] usable
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x000000008456d000-0x000000008456ffff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000084570000-0x000000009077efff] usable
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x000000009077f000-0x0000000092f7efff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000092f7f000-0x000000009af7efff] ACPI NVS
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x000000009af7f000-0x000000009affefff] ACPI data
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x000000009b000000-0x000000009bffffff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x000000009d800000-0x000000009fffffff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000043e2fffff] usable
feb 14 12:04:32 archlinux kernel: BIOS-e820: [mem 0x000000043f340000-0x00000004801fffff] reserved
feb 14 12:04:32 archlinux kernel: NX (Execute Disable) protection: active
feb 14 12:04:32 archlinux kernel: APIC: Static calls initialized
feb 14 12:04:32 archlinux kernel: e820: update [mem 0x80835018-0x80859657] usable ==> usable
feb 14 12:04:32 archlinux kernel: e820: update [mem 0x80835018-0x80859657] usable ==> usable
feb 14 12:04:32 archlinux kernel: e820: update [mem 0x8082a018-0x80834e57] usable ==> usable
feb 14 12:04:32 archlinux kernel: e820: update [mem 0x8082a018-0x80834e57] usable ==> usable
feb 14 12:04:32 archlinux kernel: extended physical RAM map:
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000009f00000-0x0000000009f11fff] ACPI NVS
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000009f12000-0x00000000803fefff] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x00000000803ff000-0x00000000803fffff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000080400000-0x000000008082a017] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x000000008082a018-0x0000000080834e57] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000080834e58-0x0000000080835017] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000080835018-0x0000000080859657] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000080859658-0x0000000082363fff] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000082364000-0x0000000084563fff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000084564000-0x000000008456cfff] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x000000008456d000-0x000000008456ffff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000084570000-0x000000009077efff] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x000000009077f000-0x0000000092f7efff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000092f7f000-0x000000009af7efff] ACPI NVS
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x000000009af7f000-0x000000009affefff] ACPI data
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x000000009afff000-0x000000009affffff] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x000000009b000000-0x000000009bffffff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x000000009d800000-0x000000009fffffff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x0000000100000000-0x000000043e2fffff] usable
feb 14 12:04:32 archlinux kernel: reserve setup_data: [mem 0x000000043f340000-0x00000004801fffff] reserved
feb 14 12:04:32 archlinux kernel: efi: EFI v2.8 by INSYDE Corp.
feb 14 12:04:32 archlinux kernel: efi: ACPI=0x9affe000 ACPI 2.0=0x9affe014 TPMFinalLog=0x9aeb6000 SMBIOS=0x91670000 SMBIOS 3.0=0x9166e000 MEMATTR=0x8ac50018 ESRT=0x8aedea98 INITRD=0x84578998 RNG=0x9af85018 TPMEventLog=0x8457a018 
feb 14 12:04:32 archlinux kernel: random: crng init done
feb 14 12:04:32 archlinux kernel: efi: Remove mem57: MMIO range=[0xfde00000-0xfdefffff] (1MB) from e820 map
feb 14 12:04:32 archlinux kernel: e820: remove [mem 0xfde00000-0xfdefffff] reserved
feb 14 12:04:32 archlinux kernel: efi: Not removing mem58: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
feb 14 12:04:32 archlinux kernel: efi: Remove mem59: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
feb 14 12:04:32 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
feb 14 12:04:32 archlinux kernel: efi: Remove mem61: MMIO range=[0x460000000-0x4801fffff] (514MB) from e820 map
feb 14 12:04:32 archlinux kernel: e820: remove [mem 0x460000000-0x4801fffff] reserved
feb 14 12:04:32 archlinux kernel: SMBIOS 3.4.0 present.
feb 14 12:04:32 archlinux kernel: DMI: Acer Nitro AN515-46/Jimny_RBH, BIOS V1.12 06/15/2023
feb 14 12:04:32 archlinux kernel: tsc: Fast TSC calibration using PIT
feb 14 12:04:32 archlinux kernel: tsc: Detected 3193.842 MHz processor
feb 14 12:04:32 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
feb 14 12:04:32 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
feb 14 12:04:32 archlinux kernel: last_pfn = 0x43e300 max_arch_pfn = 0x400000000
feb 14 12:04:32 archlinux kernel: MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
feb 14 12:04:32 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
feb 14 12:04:32 archlinux kernel: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
feb 14 12:04:32 archlinux kernel: esrt: Reserving ESRT space from 0x000000008aedea98 to 0x000000008aedead0.
feb 14 12:04:32 archlinux kernel: e820: update [mem 0x8aede000-0x8aedefff] usable ==> reserved
feb 14 12:04:32 archlinux kernel: Using GB pages for direct mapping
feb 14 12:04:32 archlinux kernel: Secure boot disabled
feb 14 12:04:32 archlinux kernel: RAMDISK: [mem 0x7de6c000-0x7e8e0fff]
feb 14 12:04:32 archlinux kernel: ACPI: Early table checksum verification disabled
feb 14 12:04:32 archlinux kernel: ACPI: RSDP 0x000000009AFFE014 000024 (v02 ACRSYS)
feb 14 12:04:32 archlinux kernel: ACPI: XSDT 0x000000009AF9B228 00019C (v01 ACRSYS ACRPRDCT 00000002      01000013)
feb 14 12:04:32 archlinux kernel: ACPI: FACP 0x000000009AFEA000 00010C (v05 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: DSDT 0x000000009AFD9000 00A5E5 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: FACS 0x000000009AEB2000 000040
feb 14 12:04:32 archlinux kernel: ACPI: UEFI 0x000000009AF7E000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFFC000 000106 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFFB000 00094D (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFFA000 000033 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFF9000 000FC9 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFF1000 007F5B (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFF0000 0001CC (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: MSDM 0x000000009AFEF000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFEE000 000471 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: TPM2 0x000000009AFED000 000034 (v04 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: ASF! 0x000000009AFEC000 0000A5 (v32 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: BOOT 0x000000009AFEB000 000028 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: HPET 0x000000009AFE9000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: APIC 0x000000009AFE8000 000142 (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: MCFG 0x000000009AFE7000 00003C (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFD8000 000099 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFCC000 00AFE7 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFC9000 0029E0 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: VFCT 0x000000009AFBE000 00AE84 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFFD000 0000F8 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFB8000 005354 (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: CRAT 0x000000009AFE6000 000EE8 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: CDIT 0x000000009AFB7000 000029 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFB6000 0000D3 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFB4000 00123D (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFB3000 00075D (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFB1000 001598 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFAF000 00156D (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFAE000 000714 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFA6000 007EB4 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: FPDT 0x000000009AFA5000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: WSMT 0x000000009AFE4000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFA2000 0022AF (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: IVRS 0x000000009AFA1000 0001A4 (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFA0000 000712 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AF9F000 000712 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AF9E000 00077B (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AF9C000 00159F (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AFD7000 00079F (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AF91000 0094D3 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AF8B000 00507C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AF8A000 000AC2 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AF89000 0007CF (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AF88000 00008D (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: SSDT 0x000000009AF86000 00109D (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: BGRT 0x000000009AFE5000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
feb 14 12:04:32 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x9afea000-0x9afea10b]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x9afd9000-0x9afe35e4]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x9aeb2000-0x9aeb203f]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0x9af7e000-0x9af7e235]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9affc000-0x9affc105]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9affb000-0x9affb94c]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9affa000-0x9affa032]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9aff9000-0x9aff9fc8]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9aff1000-0x9aff8f5a]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9aff0000-0x9aff01cb]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving MSDM table memory at [mem 0x9afef000-0x9afef054]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afee000-0x9afee470]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0x9afed000-0x9afed033]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving ASF! table memory at [mem 0x9afec000-0x9afec0a4]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving BOOT table memory at [mem 0x9afeb000-0x9afeb027]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x9afe9000-0x9afe9037]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x9afe8000-0x9afe8141]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x9afe7000-0x9afe703b]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afd8000-0x9afd8098]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afcc000-0x9afd6fe6]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afc9000-0x9afcb9df]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving VFCT table memory at [mem 0x9afbe000-0x9afc8e83]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9affd000-0x9affd0f7]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afb8000-0x9afbd353]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving CRAT table memory at [mem 0x9afe6000-0x9afe6ee7]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving CDIT table memory at [mem 0x9afb7000-0x9afb7028]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afb6000-0x9afb60d2]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afb4000-0x9afb523c]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afb3000-0x9afb375c]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afb1000-0x9afb2597]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afaf000-0x9afb056c]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afae000-0x9afae713]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afa6000-0x9afadeb3]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x9afa5000-0x9afa5043]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x9afe4000-0x9afe4027]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afa2000-0x9afa42ae]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving IVRS table memory at [mem 0x9afa1000-0x9afa11a3]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afa0000-0x9afa0711]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9af9f000-0x9af9f711]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9af9e000-0x9af9e77a]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9af9c000-0x9af9d59e]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9afd7000-0x9afd779e]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9af91000-0x9af9a4d2]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9af8b000-0x9af9007b]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9af8a000-0x9af8aac1]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9af89000-0x9af897ce]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9af88000-0x9af8808c]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9af86000-0x9af8709c]
feb 14 12:04:32 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x9afe5000-0x9afe5037]
feb 14 12:04:32 archlinux kernel: No NUMA configuration found
feb 14 12:04:32 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000043e2fffff]
feb 14 12:04:32 archlinux kernel: NODE_DATA(0) allocated [mem 0x43e2fb000-0x43e2fffff]
feb 14 12:04:32 archlinux kernel: Zone ranges:
feb 14 12:04:32 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
feb 14 12:04:32 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
feb 14 12:04:32 archlinux kernel:   Normal   [mem 0x0000000100000000-0x000000043e2fffff]
feb 14 12:04:32 archlinux kernel:   Device   empty
feb 14 12:04:32 archlinux kernel: Movable zone start for each node
feb 14 12:04:32 archlinux kernel: Early memory node ranges
feb 14 12:04:32 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
feb 14 12:04:32 archlinux kernel:   node   0: [mem 0x0000000000100000-0x0000000009afffff]
feb 14 12:04:32 archlinux kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
feb 14 12:04:32 archlinux kernel:   node   0: [mem 0x0000000009f12000-0x00000000803fefff]
feb 14 12:04:32 archlinux kernel:   node   0: [mem 0x0000000080400000-0x0000000082363fff]
feb 14 12:04:32 archlinux kernel:   node   0: [mem 0x0000000084564000-0x000000008456cfff]
feb 14 12:04:32 archlinux kernel:   node   0: [mem 0x0000000084570000-0x000000009077efff]
feb 14 12:04:32 archlinux kernel:   node   0: [mem 0x000000009afff000-0x000000009affffff]
feb 14 12:04:32 archlinux kernel:   node   0: [mem 0x0000000100000000-0x000000043e2fffff]
feb 14 12:04:32 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000043e2fffff]
feb 14 12:04:32 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
feb 14 12:04:32 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
feb 14 12:04:32 archlinux kernel: On node 0, zone DMA32: 768 pages in unavailable ranges
feb 14 12:04:32 archlinux kernel: On node 0, zone DMA32: 18 pages in unavailable ranges
feb 14 12:04:32 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
feb 14 12:04:32 archlinux kernel: On node 0, zone DMA32: 8704 pages in unavailable ranges
feb 14 12:04:32 archlinux kernel: On node 0, zone DMA32: 3 pages in unavailable ranges
feb 14 12:04:32 archlinux kernel: On node 0, zone DMA32: 43136 pages in unavailable ranges
feb 14 12:04:32 archlinux kernel: On node 0, zone Normal: 20480 pages in unavailable ranges
feb 14 12:04:32 archlinux kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
feb 14 12:04:32 archlinux kernel: ACPI: PM-Timer IO Port: 0x408
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
feb 14 12:04:32 archlinux kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
feb 14 12:04:32 archlinux kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
feb 14 12:04:32 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 low edge)
feb 14 12:04:32 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
feb 14 12:04:32 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
feb 14 12:04:32 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
feb 14 12:04:32 archlinux kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
feb 14 12:04:32 archlinux kernel: e820: update [mem 0x8ac7d000-0x8ad70fff] usable ==> reserved
feb 14 12:04:32 archlinux kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f11fff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x803ff000-0x803fffff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8082a000-0x8082afff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x80834000-0x80834fff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x80835000-0x80835fff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x80859000-0x80859fff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x82364000-0x84563fff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8456d000-0x8456ffff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8ac7d000-0x8ad70fff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8aede000-0x8aedefff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x9077f000-0x92f7efff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x92f7f000-0x9af7efff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x9af7f000-0x9affefff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x9b000000-0x9bffffff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x9c000000-0x9d7fffff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x9d800000-0x9fffffff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xfed7ffff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
feb 14 12:04:32 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
feb 14 12:04:32 archlinux kernel: [mem 0xa0000000-0xfed7ffff] available for PCI devices
feb 14 12:04:32 archlinux kernel: Booting paravirtualized kernel on bare hardware
feb 14 12:04:32 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
feb 14 12:04:32 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
feb 14 12:04:32 archlinux kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
feb 14 12:04:32 archlinux kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
feb 14 12:04:32 archlinux kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
feb 14 12:04:32 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=b71ebac3-704e-4ccf-b44f-cddca06766ff rw rootflags=subvol=@ zswap.enabled=0 rootfstype=btrfs loglevel=3 quiet
feb 14 12:04:32 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-zen", will be passed to user space.
feb 14 12:04:32 archlinux kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
feb 14 12:04:32 archlinux kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
feb 14 12:04:32 archlinux kernel: Fallback order for Node 0: 0 
feb 14 12:04:32 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3920212
feb 14 12:04:32 archlinux kernel: Policy zone: Normal
feb 14 12:04:32 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
feb 14 12:04:32 archlinux kernel: software IO TLB: area num 16.
feb 14 12:04:32 archlinux kernel: Memory: 15413052K/15930400K available (20480K kernel code, 2161K rwdata, 13068K rodata, 3624K init, 3388K bss, 517088K reserved, 0K cma-reserved)
feb 14 12:04:32 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
feb 14 12:04:32 archlinux kernel: ftrace: allocating 46994 entries in 184 pages
feb 14 12:04:32 archlinux kernel: ftrace: allocated 184 pages with 4 groups
feb 14 12:04:32 archlinux kernel: Dynamic Preempt: full
feb 14 12:04:32 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
feb 14 12:04:32 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
feb 14 12:04:32 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
feb 14 12:04:32 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
feb 14 12:04:32 archlinux kernel:         Rude variant of Tasks RCU enabled.
feb 14 12:04:32 archlinux kernel:         Tracing variant of Tasks RCU enabled.
feb 14 12:04:32 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
feb 14 12:04:32 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
feb 14 12:04:32 archlinux kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
feb 14 12:04:32 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
feb 14 12:04:32 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
feb 14 12:04:32 archlinux kernel: Console: colour dummy device 80x25
feb 14 12:04:32 archlinux kernel: printk: legacy console [tty0] enabled
feb 14 12:04:32 archlinux kernel: ACPI: Core revision 20230628
feb 14 12:04:32 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
feb 14 12:04:32 archlinux kernel: APIC: Switch to symmetric I/O mode setup
feb 14 12:04:32 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
feb 14 12:04:32 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
feb 14 12:04:32 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
feb 14 12:04:32 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
feb 14 12:04:32 archlinux kernel: AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
feb 14 12:04:32 archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
feb 14 12:04:32 archlinux kernel: APIC: Switched APIC routing to: physical flat
feb 14 12:04:32 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
feb 14 12:04:32 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0990d0911, max_idle_ns: 440795336333 ns
feb 14 12:04:32 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6387.68 BogoMIPS (lpj=3193842)
feb 14 12:04:32 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
feb 14 12:04:32 archlinux kernel: LVT offset 1 assigned for vector 0xf9
feb 14 12:04:32 archlinux kernel: LVT offset 2 assigned for vector 0xf4
feb 14 12:04:32 archlinux kernel: process: using mwait in idle threads
feb 14 12:04:32 archlinux kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
feb 14 12:04:32 archlinux kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
feb 14 12:04:32 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
feb 14 12:04:32 archlinux kernel: Spectre V2 : Mitigation: Retpolines
feb 14 12:04:32 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
feb 14 12:04:32 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
feb 14 12:04:32 archlinux kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
feb 14 12:04:32 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
feb 14 12:04:32 archlinux kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
feb 14 12:04:32 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
feb 14 12:04:32 archlinux kernel: Speculative Return Stack Overflow: IBPB-extending microcode not applied!
feb 14 12:04:32 archlinux kernel: Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
feb 14 12:04:32 archlinux kernel: Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
feb 14 12:04:32 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
feb 14 12:04:32 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
feb 14 12:04:32 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
feb 14 12:04:32 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
feb 14 12:04:32 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
feb 14 12:04:32 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
feb 14 12:04:32 archlinux kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
feb 14 12:04:32 archlinux kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
feb 14 12:04:32 archlinux kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
feb 14 12:04:32 archlinux kernel: Freeing SMP alternatives memory: 48K
feb 14 12:04:32 archlinux kernel: pid_max: default: 32768 minimum: 301
feb 14 12:04:32 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
feb 14 12:04:32 archlinux kernel: landlock: Up and running.
feb 14 12:04:32 archlinux kernel: Yama: becoming mindful.
feb 14 12:04:32 archlinux kernel: LSM support for eBPF active
feb 14 12:04:32 archlinux kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
feb 14 12:04:32 archlinux kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
feb 14 12:04:32 archlinux kernel: smpboot: CPU0: AMD Ryzen 7 6800H with Radeon Graphics (family: 0x19, model: 0x44, stepping: 0x1)
feb 14 12:04:32 archlinux kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
feb 14 12:04:32 archlinux kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
feb 14 12:04:32 archlinux kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
feb 14 12:04:32 archlinux kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
feb 14 12:04:32 archlinux kernel: ... version:                0
feb 14 12:04:32 archlinux kernel: ... bit width:              48
feb 14 12:04:32 archlinux kernel: ... generic registers:      6
feb 14 12:04:32 archlinux kernel: ... value mask:             0000ffffffffffff
feb 14 12:04:32 archlinux kernel: ... max period:             00007fffffffffff
feb 14 12:04:32 archlinux kernel: ... fixed-purpose events:   0
feb 14 12:04:32 archlinux kernel: ... event mask:             000000000000003f
feb 14 12:04:32 archlinux kernel: signal: max sigframe size: 3376
feb 14 12:04:32 archlinux kernel: rcu: Hierarchical SRCU implementation.
feb 14 12:04:32 archlinux kernel: rcu:         Max phase no-delay instances is 400.
feb 14 12:04:32 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
feb 14 12:04:32 archlinux kernel: smp: Bringing up secondary CPUs ...
feb 14 12:04:32 archlinux kernel: smpboot: x86: Booting SMP configuration:
feb 14 12:04:32 archlinux kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14  #1  #3  #5  #7  #9 #11 #13 #15
feb 14 12:04:32 archlinux kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
feb 14 12:04:32 archlinux kernel: smp: Brought up 1 node, 16 CPUs
feb 14 12:04:32 archlinux kernel: smpboot: Max logical packages: 1
feb 14 12:04:32 archlinux kernel: smpboot: Total of 16 processors activated (102202.94 BogoMIPS)
feb 14 12:04:32 archlinux kernel: devtmpfs: initialized
feb 14 12:04:32 archlinux kernel: x86/mm: Memory block size: 128MB
feb 14 12:04:32 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f11fff] (73728 bytes)
feb 14 12:04:32 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x92f7f000-0x9af7efff] (134217728 bytes)
feb 14 12:04:32 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
feb 14 12:04:32 archlinux kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
feb 14 12:04:32 archlinux kernel: pinctrl core: initialized pinctrl subsystem
feb 14 12:04:32 archlinux kernel: PM: RTC time: 11:04:31, date: 2024-02-14
feb 14 12:04:32 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
feb 14 12:04:32 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
feb 14 12:04:32 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
feb 14 12:04:32 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
feb 14 12:04:32 archlinux kernel: audit: initializing netlink subsys (disabled)
feb 14 12:04:32 archlinux kernel: audit: type=2000 audit(1707908671.158:1): state=initialized audit_enabled=0 res=1
feb 14 12:04:32 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
feb 14 12:04:32 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
feb 14 12:04:32 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
feb 14 12:04:32 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
feb 14 12:04:32 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
feb 14 12:04:32 archlinux kernel: cpuidle: using governor ladder
feb 14 12:04:32 archlinux kernel: cpuidle: using governor menu
feb 14 12:04:32 archlinux kernel: Simple Boot Flag at 0x44 set to 0x1
feb 14 12:04:32 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
feb 14 12:04:32 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
feb 14 12:04:32 archlinux kernel: PCI: not using MMCONFIG
feb 14 12:04:32 archlinux kernel: PCI: Using configuration type 1 for base access
feb 14 12:04:32 archlinux kernel: PCI: Using configuration type 1 for extended access
feb 14 12:04:32 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
feb 14 12:04:32 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
feb 14 12:04:32 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
feb 14 12:04:32 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
feb 14 12:04:32 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
feb 14 12:04:32 archlinux kernel: ACPI: Added _OSI(Module Device)
feb 14 12:04:32 archlinux kernel: ACPI: Added _OSI(Processor Device)
feb 14 12:04:32 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
feb 14 12:04:32 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
feb 14 12:04:32 archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP7.DEV0], AE_NOT_FOUND (20230628/dswload2-162)
feb 14 12:04:32 archlinux kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
feb 14 12:04:32 archlinux kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
feb 14 12:04:32 archlinux kernel: ACPI: 32 ACPI AML tables successfully acquired and loaded
feb 14 12:04:32 archlinux kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
feb 14 12:04:32 archlinux kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
feb 14 12:04:32 archlinux kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
feb 14 12:04:32 archlinux kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
feb 14 12:04:32 archlinux kernel: ACPI: EC: EC started
feb 14 12:04:32 archlinux kernel: ACPI: EC: interrupt blocked
feb 14 12:04:32 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
feb 14 12:04:32 archlinux kernel: ACPI: Interpreter enabled
feb 14 12:04:32 archlinux kernel: ACPI: PM: (supports S0 S4 S5)
feb 14 12:04:32 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
feb 14 12:04:32 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
feb 14 12:04:32 archlinux kernel: [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
feb 14 12:04:32 archlinux kernel: PCI: not using MMCONFIG
feb 14 12:04:32 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
feb 14 12:04:32 archlinux kernel: PCI: Ignoring E820 reservations for host bridge windows
feb 14 12:04:32 archlinux kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GPP0.PG00: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GPP0.M237: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GPP6.WLAN.WRST: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GPP8.P0NV: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP11.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP11: Overriding _PRW sleep state (S4) by S0 from power resources
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP11.SWUS.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP12.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP12: Overriding _PRW sleep state (S4) by S0 from power resources
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP12.SWUS.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP17.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP17.VGA_.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP17.ACP_.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP17.AZAL.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP17.HDAU.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP17.XHC0.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP17.XHC1.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP17.XHC1.RHUB.PRT3.BTRT: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP18.SATA.P0S0: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP18.SATA.P3S0: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP19.XHC2.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP19.NHI0.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP19.NHI0: Overriding _PRW sleep state (S4) by S0 from power resources
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP19.XHC3.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP19.NHI1.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP19.NHI1: Overriding _PRW sleep state (S4) by S0 from power resources
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.GP19.XHC4.PWRS: New power resource
feb 14 12:04:32 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
feb 14 12:04:32 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
feb 14 12:04:32 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER]
feb 14 12:04:32 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR DPC]
feb 14 12:04:32 archlinux kernel: PCI host bridge to bus 0000:00
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfdc00000 window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x480200000-0x7d1fffffff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:00.0: [1022:14b5] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:00.2: [1022:14b6] type 00 class 0x080600
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.0: [1022:14b7] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1: [1022:14b8] type 01 class 0x060400
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.2: [1022:14ba] type 01 class 0x060400
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.0: [1022:14b7] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.1: [1022:14ba] type 01 class 0x060400
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.2: [1022:14ba] type 01 class 0x060400
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.4: [1022:14b8] type 01 class 0x060400
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:03.0: [1022:14b7] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.0: [1022:14b7] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1: [1022:14cd] type 01 class 0x060400
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.0: [1022:14b7] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1: [1022:14b9] type 01 class 0x060400
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.3: [1022:14b9] type 01 class 0x060400
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.3: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
feb 14 12:04:32 archlinux kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.0: [1022:1679] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.1: [1022:167a] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.2: [1022:167b] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.3: [1022:167c] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.4: [1022:167d] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.5: [1022:167e] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.6: [1022:167f] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.7: [1022:1680] type 00 class 0x060000
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: [10de:24a0] type 00 class 0x030000
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0xb8000000-0xb8ffffff]
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: reg 0x14: [mem 0x7a00000000-0x7bffffffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x7c00000000-0x7c01ffffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: reg 0x24: [io  0x5000-0x507f]
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.1: [10de:228b] type 00 class 0x040300
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.1: reg 0x10: [mem 0xb9000000-0xb9003fff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1:   bridge window [io  0x5000-0x5fff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0xb8000000-0xb90fffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0x7a00000000-0x7c01ffffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci 0000:02:00.0: [15b7:5011] type 00 class 0x010802
feb 14 12:04:32 archlinux kernel: pci 0000:02:00.0: reg 0x10: [mem 0xb9d00000-0xb9d03fff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.2:   bridge window [mem 0xb9d00000-0xb9dfffff]
feb 14 12:04:32 archlinux kernel: pci 0000:03:00.0: [10ec:2600] type 00 class 0x020000
feb 14 12:04:32 archlinux kernel: pci 0000:03:00.0: reg 0x10: [io  0x4000-0x40ff]
feb 14 12:04:32 archlinux kernel: pci 0000:03:00.0: reg 0x18: [mem 0xb9c04000-0xb9c04fff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:03:00.0: reg 0x20: [mem 0xb9c00000-0xb9c03fff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:03:00.0: supports D1 D2
feb 14 12:04:32 archlinux kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.1:   bridge window [io  0x4000-0x4fff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.1:   bridge window [mem 0xb9c00000-0xb9cfffff]
feb 14 12:04:32 archlinux kernel: pci 0000:04:00.0: [17cb:1103] type 00 class 0x028000
feb 14 12:04:32 archlinux kernel: pci 0000:04:00.0: reg 0x10: [mem 0xb9200000-0xb93fffff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.2:   bridge window [mem 0xb9200000-0xb93fffff]
feb 14 12:04:32 archlinux kernel: pci 0000:05:00.0: [c0a9:540a] type 00 class 0x010802
feb 14 12:04:32 archlinux kernel: pci 0000:05:00.0: reg 0x10: [mem 0xb9100000-0xb9103fff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:05:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:02.4 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.4: PCI bridge to [bus 05]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.4:   bridge window [mem 0xb9100000-0xb91fffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1: PCI bridge to [bus 06-74]
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1:   bridge window [io  0x2000-0x3fff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1:   bridge window [mem 0xa0000000-0xb7ffffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1:   bridge window [mem 0x7c10000000-0x7c37ffffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: [1002:1681] type 00 class 0x030000
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: reg 0x10: [mem 0x7c40000000-0x7c4fffffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: reg 0x18: [mem 0x7c50000000-0x7c501fffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: reg 0x20: [io  0x1000-0x10ff]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: reg 0x24: [mem 0xb9b00000-0xb9b7ffff]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: BAR 0: assigned to efifb
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: PME# supported from D1 D2 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.1: [1002:1640] type 00 class 0x040300
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.1: reg 0x10: [mem 0xb9bc8000-0xb9bcbfff]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.1: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.1: PME# supported from D1 D2 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.2: [1022:1649] type 00 class 0x108000
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.2: reg 0x18: [mem 0xb9a00000-0xb9afffff]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.2: reg 0x24: [mem 0xb9bcc000-0xb9bcdfff]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.2: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.3: [1022:161d] type 00 class 0x0c0330
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.3: reg 0x10: [mem 0xb9800000-0xb98fffff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.3: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.3: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.4: [1022:161e] type 00 class 0x0c0330
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.4: reg 0x10: [mem 0xb9900000-0xb99fffff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.4: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.4: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.5: [1022:15e2] type 00 class 0x048000
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.5: reg 0x10: [mem 0xb9b80000-0xb9bbffff]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.5: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.5: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.6: [1022:15e3] type 00 class 0x040300
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.6: reg 0x10: [mem 0xb9bc0000-0xb9bc7fff]
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.6: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.6: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 75]
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1:   bridge window [mem 0xb9800000-0xb9bfffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1:   bridge window [mem 0x7c40000000-0x7c501fffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.0: [1022:161f] type 00 class 0x0c0330
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.0: reg 0x10: [mem 0xb9400000-0xb94fffff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.0: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.0: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.3: [1022:15d6] type 00 class 0x0c0330
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.3: reg 0x10: [mem 0xb9500000-0xb95fffff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.3: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.3: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.4: [1022:15d7] type 00 class 0x0c0330
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.4: reg 0x10: [mem 0xb9600000-0xb96fffff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.4: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.4: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.6: [1022:162f] type 00 class 0x0c0340
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.6: reg 0x10: [mem 0xb9700000-0xb977ffff 64bit]
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.6: Max Payload Size set to 128 (was 256, max 256)
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.6: enabling Extended Tags
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.6: PME# supported from D0 D3hot D3cold
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.3: PCI bridge to [bus 76]
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.3:   bridge window [mem 0xb9400000-0xb97fffff]
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKA disabled
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKB disabled
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKC disabled
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKD disabled
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKE disabled
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKF disabled
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKG disabled
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
feb 14 12:04:32 archlinux kernel: ACPI: PCI: Interrupt link LNKH disabled
feb 14 12:04:32 archlinux kernel: Low-power S0 idle used by default for system suspend
feb 14 12:04:32 archlinux kernel: ACPI: EC: interrupt unblocked
feb 14 12:04:32 archlinux kernel: ACPI: EC: event unblocked
feb 14 12:04:32 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
feb 14 12:04:32 archlinux kernel: ACPI: EC: GPE=0x9
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
feb 14 12:04:32 archlinux kernel: iommu: Default domain type: Translated
feb 14 12:04:32 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
feb 14 12:04:32 archlinux kernel: SCSI subsystem initialized
feb 14 12:04:32 archlinux kernel: libata version 3.00 loaded.
feb 14 12:04:32 archlinux kernel: ACPI: bus type USB registered
feb 14 12:04:32 archlinux kernel: usbcore: registered new interface driver usbfs
feb 14 12:04:32 archlinux kernel: usbcore: registered new interface driver hub
feb 14 12:04:32 archlinux kernel: usbcore: registered new device driver usb
feb 14 12:04:32 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
feb 14 12:04:32 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
feb 14 12:04:32 archlinux kernel: PTP clock support registered
feb 14 12:04:32 archlinux kernel: EDAC MC: Ver: 3.0.0
feb 14 12:04:32 archlinux kernel: efivars: Registered efivars operations
feb 14 12:04:32 archlinux kernel: NetLabel: Initializing
feb 14 12:04:32 archlinux kernel: NetLabel:  domain hash size = 128
feb 14 12:04:32 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
feb 14 12:04:32 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
feb 14 12:04:32 archlinux kernel: mctp: management component transport protocol core
feb 14 12:04:32 archlinux kernel: NET: Registered PF_MCTP protocol family
feb 14 12:04:32 archlinux kernel: PCI: Using ACPI for IRQ routing
feb 14 12:04:32 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x803ff000-0x83ffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x8082a018-0x83ffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x80835018-0x83ffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x82364000-0x83ffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x8456d000-0x87ffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x8ac7d000-0x8bffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x8aede000-0x8bffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x9077f000-0x93ffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
feb 14 12:04:32 archlinux kernel: e820: reserve RAM buffer [mem 0x43e300000-0x43fffffff]
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: vgaarb: bridge control possible
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: vgaarb: setting as boot VGA device (overriding previous)
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: vgaarb: bridge control possible
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
feb 14 12:04:32 archlinux kernel: vgaarb: loaded
feb 14 12:04:32 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
feb 14 12:04:32 archlinux kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
feb 14 12:04:32 archlinux kernel: clocksource: Switched to clocksource tsc-early
feb 14 12:04:32 archlinux kernel: VFS: Disk quotas dquot_6.6.0
feb 14 12:04:32 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
feb 14 12:04:32 archlinux kernel: pnp: PnP ACPI init
feb 14 12:04:32 archlinux kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
feb 14 12:04:32 archlinux kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
feb 14 12:04:32 archlinux kernel: system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
feb 14 12:04:32 archlinux kernel: ACPI: IRQ 1 override to edge, low(!)
feb 14 12:04:32 archlinux kernel: system 00:03: [io  0x0400-0x04cf] has been reserved
feb 14 12:04:32 archlinux kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
feb 14 12:04:32 archlinux kernel: system 00:03: [io  0x04d6] has been reserved
feb 14 12:04:32 archlinux kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
feb 14 12:04:32 archlinux kernel: system 00:03: [io  0x0c14] has been reserved
feb 14 12:04:32 archlinux kernel: system 00:03: [io  0x0c50-0x0c52] has been reserved
feb 14 12:04:32 archlinux kernel: system 00:03: [io  0x0c6c] has been reserved
feb 14 12:04:32 archlinux kernel: system 00:03: [io  0x0c6f] has been reserved
feb 14 12:04:32 archlinux kernel: system 00:03: [io  0x0cd0-0x0cdb] has been reserved
feb 14 12:04:32 archlinux kernel: system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
feb 14 12:04:32 archlinux kernel: system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
feb 14 12:04:32 archlinux kernel: pnp: PnP ACPI: found 5 devices
feb 14 12:04:32 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
feb 14 12:04:32 archlinux kernel: NET: Registered PF_INET protocol family
feb 14 12:04:32 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
feb 14 12:04:32 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
feb 14 12:04:32 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
feb 14 12:04:32 archlinux kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
feb 14 12:04:32 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
feb 14 12:04:32 archlinux kernel: TCP: Hash tables configured (established 131072 bind 65536)
feb 14 12:04:32 archlinux kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
feb 14 12:04:32 archlinux kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
feb 14 12:04:32 archlinux kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
feb 14 12:04:32 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
feb 14 12:04:32 archlinux kernel: NET: Registered PF_XDP protocol family
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xb9080000-0xb90fffff pref]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1:   bridge window [io  0x5000-0x5fff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0xb8000000-0xb90fffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0x7a00000000-0x7c01ffffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.2:   bridge window [mem 0xb9d00000-0xb9dfffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.1:   bridge window [io  0x4000-0x4fff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.1:   bridge window [mem 0xb9c00000-0xb9cfffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.2:   bridge window [mem 0xb9200000-0xb93fffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.4: PCI bridge to [bus 05]
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.4:   bridge window [mem 0xb9100000-0xb91fffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1: PCI bridge to [bus 06-74]
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1:   bridge window [io  0x2000-0x3fff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1:   bridge window [mem 0xa0000000-0xb7ffffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1:   bridge window [mem 0x7c10000000-0x7c37ffffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 75]
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1:   bridge window [mem 0xb9800000-0xb9bfffff]
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1:   bridge window [mem 0x7c40000000-0x7c501fffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.3: PCI bridge to [bus 76]
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.3:   bridge window [mem 0xb9400000-0xb97fffff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0xa0000000-0xdfffffff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfdc00000 window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 11 [mem 0xfed45000-0xfed814ff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 12 [mem 0xfed81900-0xfed81fff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 13 [mem 0xfedc0000-0xfedc0fff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 14 [mem 0xfedc6000-0xfedc6fff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:00: resource 15 [mem 0x480200000-0x7d1fffffff window]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xb8000000-0xb90fffff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:01: resource 2 [mem 0x7a00000000-0x7c01ffffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xb9d00000-0xb9dfffff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xb9c00000-0xb9cfffff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0xb9200000-0xb93fffff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:05: resource 1 [mem 0xb9100000-0xb91fffff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:06: resource 0 [io  0x2000-0x3fff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:06: resource 1 [mem 0xa0000000-0xb7ffffff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:06: resource 2 [mem 0x7c10000000-0x7c37ffffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:75: resource 0 [io  0x1000-0x1fff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:75: resource 1 [mem 0xb9800000-0xb9bfffff]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:75: resource 2 [mem 0x7c40000000-0x7c501fffff 64bit pref]
feb 14 12:04:32 archlinux kernel: pci_bus 0000:76: resource 1 [mem 0xb9400000-0xb97fffff]
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.1: D0 power state depends on 0000:75:00.0
feb 14 12:04:32 archlinux kernel: PCI: CLS 64 bytes, default 64
feb 14 12:04:32 archlinux kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
feb 14 12:04:32 archlinux kernel: Trying to unpack rootfs image as initramfs...
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.0: Adding to iommu group 0
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.1: Adding to iommu group 1
feb 14 12:04:32 archlinux kernel: pci 0000:00:01.2: Adding to iommu group 2
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.0: Adding to iommu group 3
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.1: Adding to iommu group 4
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.2: Adding to iommu group 5
feb 14 12:04:32 archlinux kernel: pci 0000:00:02.4: Adding to iommu group 6
feb 14 12:04:32 archlinux kernel: pci 0000:00:03.0: Adding to iommu group 7
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.0: Adding to iommu group 8
feb 14 12:04:32 archlinux kernel: pci 0000:00:04.1: Adding to iommu group 8
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.0: Adding to iommu group 9
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.1: Adding to iommu group 10
feb 14 12:04:32 archlinux kernel: pci 0000:00:08.3: Adding to iommu group 11
feb 14 12:04:32 archlinux kernel: pci 0000:00:14.0: Adding to iommu group 12
feb 14 12:04:32 archlinux kernel: pci 0000:00:14.3: Adding to iommu group 12
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.0: Adding to iommu group 13
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.1: Adding to iommu group 13
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.2: Adding to iommu group 13
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.3: Adding to iommu group 13
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.4: Adding to iommu group 13
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.5: Adding to iommu group 13
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.6: Adding to iommu group 13
feb 14 12:04:32 archlinux kernel: pci 0000:00:18.7: Adding to iommu group 13
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.0: Adding to iommu group 14
feb 14 12:04:32 archlinux kernel: pci 0000:01:00.1: Adding to iommu group 14
feb 14 12:04:32 archlinux kernel: pci 0000:02:00.0: Adding to iommu group 15
feb 14 12:04:32 archlinux kernel: pci 0000:03:00.0: Adding to iommu group 16
feb 14 12:04:32 archlinux kernel: pci 0000:04:00.0: Adding to iommu group 17
feb 14 12:04:32 archlinux kernel: pci 0000:05:00.0: Adding to iommu group 18
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.0: Adding to iommu group 19
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.1: Adding to iommu group 20
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.2: Adding to iommu group 21
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.3: Adding to iommu group 22
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.4: Adding to iommu group 23
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.5: Adding to iommu group 24
feb 14 12:04:32 archlinux kernel: pci 0000:75:00.6: Adding to iommu group 25
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.0: Adding to iommu group 26
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.3: Adding to iommu group 27
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.4: Adding to iommu group 28
feb 14 12:04:32 archlinux kernel: pci 0000:76:00.6: Adding to iommu group 29
feb 14 12:04:32 archlinux kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
feb 14 12:04:32 archlinux kernel: pci 0000:00:00.2: PCI INT A: not connected
feb 14 12:04:32 archlinux kernel: AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
feb 14 12:04:32 archlinux kernel: AMD-Vi: Interrupt remapping enabled
feb 14 12:04:32 archlinux kernel: AMD-Vi: Virtual APIC enabled
feb 14 12:04:32 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
feb 14 12:04:32 archlinux kernel: software IO TLB: mapped [mem 0x0000000086b79000-0x000000008ab79000] (64MB)
feb 14 12:04:32 archlinux kernel: LVT offset 0 assigned for vector 0x400
feb 14 12:04:32 archlinux kernel: perf: AMD IBS detected (0x000003fd)
feb 14 12:04:32 archlinux kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
feb 14 12:04:32 archlinux kernel: Initialise system trusted keyrings
feb 14 12:04:32 archlinux kernel: Key type blacklist registered
feb 14 12:04:32 archlinux kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
feb 14 12:04:32 archlinux kernel: zbud: loaded
feb 14 12:04:32 archlinux kernel: integrity: Platform Keyring initialized
feb 14 12:04:32 archlinux kernel: integrity: Machine keyring initialized
feb 14 12:04:32 archlinux kernel: Key type asymmetric registered
feb 14 12:04:32 archlinux kernel: Asymmetric key parser 'x509' registered
feb 14 12:04:32 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
feb 14 12:04:32 archlinux kernel: io scheduler mq-deadline registered
feb 14 12:04:32 archlinux kernel: io scheduler kyber registered
feb 14 12:04:32 archlinux kernel: io scheduler bfq registered
feb 14 12:04:32 archlinux kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 34
feb 14 12:04:32 archlinux kernel: pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
feb 14 12:04:32 archlinux kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 35
feb 14 12:04:32 archlinux kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 36
feb 14 12:04:32 archlinux kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 37
feb 14 12:04:32 archlinux kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 38
feb 14 12:04:32 archlinux kernel: pcieport 0000:00:04.1: PME: Signaling with IRQ 39
feb 14 12:04:32 archlinux kernel: pcieport 0000:00:04.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
feb 14 12:04:32 archlinux kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 40
feb 14 12:04:32 archlinux kernel: pcieport 0000:00:08.3: PME: Signaling with IRQ 41
feb 14 12:04:32 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
feb 14 12:04:32 archlinux kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
feb 14 12:04:32 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
feb 14 12:04:32 archlinux kernel: ACPI: button: Power Button [PWRB]
feb 14 12:04:32 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
feb 14 12:04:32 archlinux kernel: ACPI: button: Sleep Button [SLPB]
feb 14 12:04:32 archlinux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3f/PNP0C0D:00/input/input2
feb 14 12:04:32 archlinux kernel: ACPI: button: Lid Switch [LID0]
feb 14 12:04:32 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1277
feb 14 12:04:32 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
feb 14 12:04:32 archlinux kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
feb 14 12:04:32 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
feb 14 12:04:32 archlinux kernel: ACPI: thermal: Thermal Zone [TZ01] (61 C)
feb 14 12:04:32 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
feb 14 12:04:32 archlinux kernel: ACPI: battery: Slot [BAT1] (battery present)
feb 14 12:04:32 archlinux kernel: Non-volatile memory driver v1.3
feb 14 12:04:32 archlinux kernel: Linux agpgart interface v0.103
feb 14 12:04:32 archlinux kernel: tpm_crb MSFT0101:00: Disabling hwrng
feb 14 12:04:32 archlinux kernel: ACPI: bus type drm_connector registered
feb 14 12:04:32 archlinux kernel: usbcore: registered new interface driver usbserial_generic
feb 14 12:04:32 archlinux kernel: usbserial: USB Serial support registered for generic
feb 14 12:04:32 archlinux kernel: rtc_cmos 00:01: RTC can wake from S4
feb 14 12:04:32 archlinux kernel: rtc_cmos 00:01: registered as rtc0
feb 14 12:04:32 archlinux kernel: rtc_cmos 00:01: setting system clock to 2024-02-14T11:04:31 UTC (1707908671)
feb 14 12:04:32 archlinux kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram
feb 14 12:04:32 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
feb 14 12:04:32 archlinux kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
feb 14 12:04:32 archlinux kernel: fbcon: Deferring console take-over
feb 14 12:04:32 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
feb 14 12:04:32 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
feb 14 12:04:32 archlinux kernel: drop_monitor: Initializing network drop monitor service
feb 14 12:04:32 archlinux kernel: Freeing initrd memory: 10708K
feb 14 12:04:32 archlinux kernel: Initializing XFRM netlink socket
feb 14 12:04:32 archlinux kernel: NET: Registered PF_INET6 protocol family
feb 14 12:04:32 archlinux kernel: Segment Routing with IPv6
feb 14 12:04:32 archlinux kernel: RPL Segment Routing with IPv6
feb 14 12:04:32 archlinux kernel: In-situ OAM (IOAM) with IPv6
feb 14 12:04:32 archlinux kernel: NET: Registered PF_PACKET protocol family
feb 14 12:04:32 archlinux kernel: microcode: Current revision: 0x0a404102
feb 14 12:04:32 archlinux kernel: resctrl: L3 allocation detected
feb 14 12:04:32 archlinux kernel: resctrl: MB allocation detected
feb 14 12:04:32 archlinux kernel: resctrl: L3 monitoring detected
feb 14 12:04:32 archlinux kernel: IPI shorthand broadcast: enabled
feb 14 12:04:32 archlinux kernel: sched_clock: Marking stable (452558955, 525547)->(473911444, -20826942)
feb 14 12:04:32 archlinux kernel: registered taskstats version 1
feb 14 12:04:32 archlinux kernel: Loading compiled-in X.509 certificates
feb 14 12:04:32 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 975151d5618ca2bc9e5448ab641aa1e362d30589'
feb 14 12:04:32 archlinux kernel: Key type .fscrypt registered
feb 14 12:04:32 archlinux kernel: Key type fscrypt-provisioning registered
feb 14 12:04:32 archlinux kernel: PM:   Magic number: 12:704:74
feb 14 12:04:32 archlinux kernel: RAS: Correctable Errors collector initialized.
feb 14 12:04:32 archlinux kernel: clk: Disabling unused clocks
feb 14 12:04:32 archlinux kernel: Freeing unused decrypted memory: 2028K
feb 14 12:04:32 archlinux kernel: Freeing unused kernel image (initmem) memory: 3624K
feb 14 12:04:32 archlinux kernel: Write protecting the kernel read-only data: 34816k
feb 14 12:04:32 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1268K
feb 14 12:04:32 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
feb 14 12:04:32 archlinux kernel: rodata_test: all tests were successful
feb 14 12:04:32 archlinux kernel: Run /init as init process
feb 14 12:04:32 archlinux kernel:   with arguments:
feb 14 12:04:32 archlinux kernel:     /init
feb 14 12:04:32 archlinux kernel:   with environment:
feb 14 12:04:32 archlinux kernel:     HOME=/
feb 14 12:04:32 archlinux kernel:     TERM=linux
feb 14 12:04:32 archlinux kernel:     BOOT_IMAGE=/vmlinuz-linux-zen
feb 14 12:04:32 archlinux kernel: fbcon: Taking over console
feb 14 12:04:32 archlinux kernel: raid6: skipped pq benchmark and selected avx2x4
feb 14 12:04:32 archlinux kernel: raid6: using avx2x2 recovery algorithm
feb 14 12:04:32 archlinux kernel: Console: switching to colour frame buffer device 240x67
feb 14 12:04:32 archlinux kernel: xor: automatically using best checksumming function   avx       
feb 14 12:04:32 archlinux kernel: Btrfs loaded, zoned=yes, fsverity=yes
feb 14 12:04:32 archlinux kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
feb 14 12:04:32 archlinux kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
feb 14 12:04:32 archlinux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.3: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.3: new USB bus registered, assigned bus number 1
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.3: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.3: new USB bus registered, assigned bus number 2
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.3: Host supports USB 3.1 Enhanced SuperSpeed
feb 14 12:04:32 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
feb 14 12:04:32 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
feb 14 12:04:32 archlinux kernel: usb usb1: Product: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: usb usb1: Manufacturer: Linux 6.7.4-zen1-1-zen xhci-hcd
feb 14 12:04:32 archlinux kernel: usb usb1: SerialNumber: 0000:75:00.3
feb 14 12:04:32 archlinux kernel: hub 1-0:1.0: USB hub found
feb 14 12:04:32 archlinux kernel: hub 1-0:1.0: 4 ports detected
feb 14 12:04:32 archlinux kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
feb 14 12:04:32 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
feb 14 12:04:32 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
feb 14 12:04:32 archlinux kernel: usb usb2: Product: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: usb usb2: Manufacturer: Linux 6.7.4-zen1-1-zen xhci-hcd
feb 14 12:04:32 archlinux kernel: usb usb2: SerialNumber: 0000:75:00.3
feb 14 12:04:32 archlinux kernel: hub 2-0:1.0: USB hub found
feb 14 12:04:32 archlinux kernel: hub 2-0:1.0: 2 ports detected
feb 14 12:04:32 archlinux kernel: usb: port power management may be unreliable
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.4: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.4: new USB bus registered, assigned bus number 3
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.4: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.4: new USB bus registered, assigned bus number 4
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:75:00.4: Host supports USB 3.1 Enhanced SuperSpeed
feb 14 12:04:32 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
feb 14 12:04:32 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
feb 14 12:04:32 archlinux kernel: usb usb3: Product: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: usb usb3: Manufacturer: Linux 6.7.4-zen1-1-zen xhci-hcd
feb 14 12:04:32 archlinux kernel: usb usb3: SerialNumber: 0000:75:00.4
feb 14 12:04:32 archlinux kernel: hub 3-0:1.0: USB hub found
feb 14 12:04:32 archlinux kernel: hub 3-0:1.0: 3 ports detected
feb 14 12:04:32 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
feb 14 12:04:32 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
feb 14 12:04:32 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
feb 14 12:04:32 archlinux kernel: usb usb4: Product: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: usb usb4: Manufacturer: Linux 6.7.4-zen1-1-zen xhci-hcd
feb 14 12:04:32 archlinux kernel: usb usb4: SerialNumber: 0000:75:00.4
feb 14 12:04:32 archlinux kernel: hub 4-0:1.0: USB hub found
feb 14 12:04:32 archlinux kernel: hub 4-0:1.0: 2 ports detected
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.0: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.0: new USB bus registered, assigned bus number 5
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.0: USB3 root hub has no ports
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.0: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.0: new USB bus registered, assigned bus number 6
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.0: Host supports USB 3.0 SuperSpeed
feb 14 12:04:32 archlinux kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
feb 14 12:04:32 archlinux kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
feb 14 12:04:32 archlinux kernel: usb usb5: Product: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: usb usb5: Manufacturer: Linux 6.7.4-zen1-1-zen xhci-hcd
feb 14 12:04:32 archlinux kernel: usb usb5: SerialNumber: 0000:76:00.0
feb 14 12:04:32 archlinux kernel: hub 5-0:1.0: USB hub found
feb 14 12:04:32 archlinux kernel: hub 5-0:1.0: 1 port detected
feb 14 12:04:32 archlinux kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
feb 14 12:04:32 archlinux kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
feb 14 12:04:32 archlinux kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
feb 14 12:04:32 archlinux kernel: usb usb6: Product: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: usb usb6: Manufacturer: Linux 6.7.4-zen1-1-zen xhci-hcd
feb 14 12:04:32 archlinux kernel: usb usb6: SerialNumber: 0000:76:00.0
feb 14 12:04:32 archlinux kernel: hub 6-0:1.0: USB hub found
feb 14 12:04:32 archlinux kernel: hub 6-0:1.0: config failed, hub doesn't have any ports! (err -19)
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.3: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.3: new USB bus registered, assigned bus number 7
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.3: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.3: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.3: new USB bus registered, assigned bus number 8
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.3: Host supports USB 3.1 Enhanced SuperSpeed
feb 14 12:04:32 archlinux kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
feb 14 12:04:32 archlinux kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
feb 14 12:04:32 archlinux kernel: usb usb7: Product: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: usb usb7: Manufacturer: Linux 6.7.4-zen1-1-zen xhci-hcd
feb 14 12:04:32 archlinux kernel: usb usb7: SerialNumber: 0000:76:00.3
feb 14 12:04:32 archlinux kernel: hub 7-0:1.0: USB hub found
feb 14 12:04:32 archlinux kernel: hub 7-0:1.0: 1 port detected
feb 14 12:04:32 archlinux kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
feb 14 12:04:32 archlinux kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
feb 14 12:04:32 archlinux kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
feb 14 12:04:32 archlinux kernel: usb usb8: Product: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: usb usb8: Manufacturer: Linux 6.7.4-zen1-1-zen xhci-hcd
feb 14 12:04:32 archlinux kernel: usb usb8: SerialNumber: 0000:76:00.3
feb 14 12:04:32 archlinux kernel: hub 8-0:1.0: USB hub found
feb 14 12:04:32 archlinux kernel: hub 8-0:1.0: 1 port detected
feb 14 12:04:32 archlinux kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
feb 14 12:04:32 archlinux kernel: nvme 0000:05:00.0: platform quirk: setting simple suspend
feb 14 12:04:32 archlinux kernel: nvme nvme1: pci function 0000:05:00.0
feb 14 12:04:32 archlinux kernel: nvme nvme0: pci function 0000:02:00.0
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.4: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.4: new USB bus registered, assigned bus number 9
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.4: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.4: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.4: new USB bus registered, assigned bus number 10
feb 14 12:04:32 archlinux kernel: xhci_hcd 0000:76:00.4: Host supports USB 3.1 Enhanced SuperSpeed
feb 14 12:04:32 archlinux kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
feb 14 12:04:32 archlinux kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
feb 14 12:04:32 archlinux kernel: usb usb9: Product: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: usb usb9: Manufacturer: Linux 6.7.4-zen1-1-zen xhci-hcd
feb 14 12:04:32 archlinux kernel: usb usb9: SerialNumber: 0000:76:00.4
feb 14 12:04:32 archlinux kernel: hub 9-0:1.0: USB hub found
feb 14 12:04:32 archlinux kernel: hub 9-0:1.0: 1 port detected
feb 14 12:04:32 archlinux kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
feb 14 12:04:32 archlinux kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
feb 14 12:04:32 archlinux kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
feb 14 12:04:32 archlinux kernel: usb usb10: Product: xHCI Host Controller
feb 14 12:04:32 archlinux kernel: usb usb10: Manufacturer: Linux 6.7.4-zen1-1-zen xhci-hcd
feb 14 12:04:32 archlinux kernel: usb usb10: SerialNumber: 0000:76:00.4
feb 14 12:04:32 archlinux kernel: hub 10-0:1.0: USB hub found
feb 14 12:04:32 archlinux kernel: hub 10-0:1.0: 1 port detected
feb 14 12:04:32 archlinux kernel: nvme nvme1: missing or invalid SUBNQN field.
feb 14 12:04:32 archlinux kernel: nvme nvme0: 16/0/0 default/read/poll queues
feb 14 12:04:32 archlinux kernel: nvme nvme1: allocated 32 MiB host memory buffer.
feb 14 12:04:32 archlinux kernel:  nvme0n1: p1
feb 14 12:04:32 archlinux kernel: nvme nvme1: 8/0/0 default/read/poll queues
feb 14 12:04:32 archlinux kernel: nvme nvme1: Ignoring bogus Namespace Identifiers
feb 14 12:04:32 archlinux kernel:  nvme1n1: p1 p2
feb 14 12:04:32 archlinux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
feb 14 12:04:32 archlinux kernel: BTRFS: device fsid b71ebac3-704e-4ccf-b44f-cddca06766ff devid 1 transid 6745 /dev/nvme1n1p2 scanned by mount (257)
feb 14 12:04:32 archlinux kernel: BTRFS info (device nvme1n1p2): first mount of filesystem b71ebac3-704e-4ccf-b44f-cddca06766ff
feb 14 12:04:32 archlinux kernel: BTRFS info (device nvme1n1p2): using crc32c (crc32c-intel) checksum algorithm
feb 14 12:04:32 archlinux kernel: BTRFS info (device nvme1n1p2): using free space tree
feb 14 12:04:32 archlinux kernel: BTRFS info (device nvme1n1p2): enabling ssd optimizations
feb 14 12:04:32 archlinux kernel: BTRFS info (device nvme1n1p2): auto enabling async discard
feb 14 12:04:32 archlinux systemd[1]: systemd 255.3-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
feb 14 12:04:32 archlinux systemd[1]: Detected architecture x86-64.
feb 14 12:04:32 archlinux kernel: usb 3-1: new full-speed USB device number 2 using xhci_hcd
feb 14 12:04:32 archlinux kernel: usb 5-1: new high-speed USB device number 2 using xhci_hcd
feb 14 12:04:32 archlinux kernel: usb 3-1: New USB device found, idVendor=046d, idProduct=c21f, bcdDevice= 3.05
feb 14 12:04:32 archlinux kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
feb 14 12:04:32 archlinux kernel: usb 3-1: Product: Wireless Gamepad F710
feb 14 12:04:32 archlinux kernel: usb 3-1: Manufacturer: Logitech
feb 14 12:04:32 archlinux kernel: usb 3-1: SerialNumber: D1D09875
feb 14 12:04:32 archlinux kernel: usb 5-1: New USB device found, idVendor=0408, idProduct=4035, bcdDevice= 0.04
feb 14 12:04:32 archlinux kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
feb 14 12:04:32 archlinux kernel: usb 5-1: Product: ACER HD User Facing
feb 14 12:04:32 archlinux kernel: usb 5-1: Manufacturer: Quanta
feb 14 12:04:32 archlinux kernel: usb 5-1: SerialNumber: 01.00.00
feb 14 12:04:32 archlinux kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
feb 14 12:04:32 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
feb 14 12:04:32 archlinux kernel: zram: Added device: zram0
feb 14 12:04:32 archlinux systemd[1]: Queued start job for default target Graphical Interface.
feb 14 12:04:32 archlinux kernel: usb 3-2: New USB device found, idVendor=0644, idProduct=8043, bcdDevice= 1.00
feb 14 12:04:32 archlinux kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
feb 14 12:04:32 archlinux kernel: usb 3-2: Product: UD-503
feb 14 12:04:32 archlinux kernel: usb 3-2: Manufacturer: TEAC Corporation
feb 14 12:04:32 archlinux systemd[1]: Created slice Slice /system/dirmngr.
feb 14 12:04:32 archlinux systemd[1]: Created slice Slice /system/getty.
feb 14 12:04:32 archlinux systemd[1]: Created slice Slice /system/gpg-agent.
feb 14 12:04:32 archlinux systemd[1]: Created slice Slice /system/gpg-agent-browser.
feb 14 12:04:32 archlinux systemd[1]: Created slice Slice /system/gpg-agent-extra.
feb 14 12:04:32 archlinux systemd[1]: Created slice Slice /system/gpg-agent-ssh.
feb 14 12:04:32 archlinux systemd[1]: Created slice Slice /system/keyboxd.
feb 14 12:04:32 archlinux systemd[1]: Created slice Slice /system/modprobe.
feb 14 12:04:32 archlinux systemd[1]: Created slice Slice /system/systemd-zram-setup.
feb 14 12:04:32 archlinux systemd[1]: Created slice User and Session Slice.
feb 14 12:04:32 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
feb 14 12:04:32 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
feb 14 12:04:32 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
feb 14 12:04:32 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/7068-DCCA...
feb 14 12:04:32 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/b4ad4810-76a5-4dde-9644-4bed9671bb83...
feb 14 12:04:32 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/b71ebac3-704e-4ccf-b44f-cddca06766ff...
feb 14 12:04:32 archlinux systemd[1]: Expecting device /dev/zram0...
feb 14 12:04:32 archlinux systemd[1]: Reached target Local Encrypted Volumes.
feb 14 12:04:32 archlinux systemd[1]: Reached target Login Prompts.
feb 14 12:04:32 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
feb 14 12:04:32 archlinux systemd[1]: Reached target Path Units.
feb 14 12:04:32 archlinux systemd[1]: Reached target Remote File Systems.
feb 14 12:04:32 archlinux systemd[1]: Reached target Slice Units.
feb 14 12:04:32 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
feb 14 12:04:32 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
feb 14 12:04:32 archlinux systemd[1]: Listening on LVM2 poll daemon socket.
feb 14 12:04:32 archlinux systemd[1]: Listening on Process Core Dump Socket.
feb 14 12:04:32 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
feb 14 12:04:32 archlinux systemd[1]: Listening on Journal Socket.
feb 14 12:04:32 archlinux systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:32 archlinux systemd[1]: Listening on udev Control Socket.
feb 14 12:04:32 archlinux systemd[1]: Listening on udev Kernel Socket.
feb 14 12:04:32 archlinux systemd[1]: Listening on User Database Manager Socket.
feb 14 12:04:32 archlinux systemd[1]: Mounting Huge Pages File System...
feb 14 12:04:32 archlinux systemd[1]: Mounting POSIX Message Queue File System...
feb 14 12:04:32 archlinux systemd[1]: Mounting Kernel Debug File System...
feb 14 12:04:32 archlinux systemd[1]: Mounting Kernel Trace File System...
feb 14 12:04:32 archlinux systemd[1]: Starting Create List of Static Device Nodes...
feb 14 12:04:32 archlinux systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
feb 14 12:04:32 archlinux systemd[1]: Starting Load Kernel Module configfs...
feb 14 12:04:32 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
feb 14 12:04:32 archlinux systemd[1]: Starting Load Kernel Module drm...
feb 14 12:04:32 archlinux systemd[1]: Starting Load Kernel Module fuse...
feb 14 12:04:32 archlinux systemd[1]: Starting Load Kernel Module loop...
feb 14 12:04:32 archlinux systemd[1]: Starting Journal Service...
feb 14 12:04:32 archlinux systemd[1]: Starting Load Kernel Modules...
feb 14 12:04:32 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:32 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
feb 14 12:04:32 archlinux systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:32 archlinux systemd[1]: Starting Coldplug All udev Devices...
feb 14 12:04:32 archlinux systemd[1]: Mounted Huge Pages File System.
feb 14 12:04:32 archlinux systemd[1]: Mounted POSIX Message Queue File System.
feb 14 12:04:32 archlinux systemd[1]: Mounted Kernel Debug File System.
feb 14 12:04:32 archlinux systemd[1]: Mounted Kernel Trace File System.
feb 14 12:04:32 archlinux kernel: loop: module loaded
feb 14 12:04:32 archlinux kernel: device-mapper: uevent: version 1.0.3
feb 14 12:04:32 archlinux systemd-journald[317]: Collecting audit messages is disabled.
feb 14 12:04:32 archlinux kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
feb 14 12:04:32 archlinux kernel: fuse: init (API version 7.39)
feb 14 12:04:32 archlinux kernel: i2c_dev: i2c /dev entries driver
feb 14 12:04:32 archlinux systemd[1]: Finished Create List of Static Device Nodes.
feb 14 12:04:32 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
feb 14 12:04:32 archlinux systemd[1]: Finished Load Kernel Module configfs.
feb 14 12:04:32 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
feb 14 12:04:32 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
feb 14 12:04:32 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
feb 14 12:04:32 archlinux kernel: tsc: Refined TSC clocksource calibration: 3194.028 MHz
feb 14 12:04:32 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a403ccaf, max_idle_ns: 440795224212 ns
feb 14 12:04:32 archlinux kernel: clocksource: Switched to clocksource tsc
feb 14 12:04:32 archlinux systemd-journald[317]: Journal started
feb 14 12:04:32 archlinux systemd-journald[317]: Runtime Journal (/run/log/journal/88212c790a3b43cc87f48e89fce63985) is 8.0M, max 758.5M, 750.5M free.
feb 14 12:04:32 archlinux systemd-modules-load[318]: Inserted module 'crypto_user'
feb 14 12:04:32 archlinux systemd-modules-load[318]: Inserted module 'i2c_dev'
feb 14 12:04:32 archlinux modprobe[312]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:32 archlinux modprobe[313]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:32 archlinux modprobe[314]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:32 archlinux modprobe[315]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:32 archlinux modprobe[316]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:32 archlinux systemd-modules-load[318]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:32 archlinux systemd[1]: Finished Load Kernel Module drm.
feb 14 12:04:32 archlinux systemd[1]: Started Journal Service.
feb 14 12:04:32 archlinux systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
feb 14 12:04:32 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
feb 14 12:04:32 archlinux systemd[1]: Finished Load Kernel Module fuse.
feb 14 12:04:32 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
feb 14 12:04:32 archlinux systemd[1]: Finished Load Kernel Module loop.
feb 14 12:04:32 archlinux kernel: usb 3-3: new full-speed USB device number 4 using xhci_hcd
feb 14 12:04:32 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
feb 14 12:04:32 archlinux systemd[1]: Finished Coldplug All udev Devices.
feb 14 12:04:32 archlinux systemd[1]: Mounting FUSE Control File System...
feb 14 12:04:32 archlinux systemd[1]: Mounting Kernel Configuration File System...
feb 14 12:04:32 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
feb 14 12:04:32 archlinux systemd[1]: Starting Load/Save OS Random Seed...
feb 14 12:04:32 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
feb 14 12:04:32 archlinux systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
feb 14 12:04:32 archlinux systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:32 archlinux systemd[1]: Mounted FUSE Control File System.
feb 14 12:04:32 archlinux systemd[1]: Mounted Kernel Configuration File System.
feb 14 12:04:32 archlinux systemd[1]: Finished Load/Save OS Random Seed.
feb 14 12:04:32 archlinux kernel: usb 3-3: New USB device found, idVendor=04ca, idProduct=3a26, bcdDevice= 0.01
feb 14 12:04:32 archlinux kernel: usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
feb 14 12:04:32 archlinux systemd[1]: Starting User Database Manager...
feb 14 12:04:32 archlinux systemd[1]: Started User Database Manager.
feb 14 12:04:32 archlinux systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
feb 14 12:04:32 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
feb 14 12:04:32 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
feb 14 12:04:32 archlinux kernel: nvidia: loading out-of-tree module taints kernel.
feb 14 12:04:32 archlinux kernel: nvidia: module license 'NVIDIA' taints kernel.
feb 14 12:04:32 archlinux kernel: Disabling lock debugging due to kernel taint
feb 14 12:04:32 archlinux kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
feb 14 12:04:32 archlinux kernel: nvidia: module license taints kernel.
feb 14 12:04:32 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
feb 14 12:04:32 archlinux systemd[1]: Reached target Preparation for Local File Systems.
feb 14 12:04:32 archlinux systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
feb 14 12:04:32 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
feb 14 12:04:32 archlinux systemd-udevd[357]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:32 archlinux systemd-udevd[357]: Using default interface naming scheme 'v255'.
feb 14 12:04:32 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
feb 14 12:04:32 archlinux systemd[1]: Found device /dev/zram0.
feb 14 12:04:32 archlinux systemd[1]: Starting Create swap on /dev/zram0...
feb 14 12:04:32 archlinux kernel: zram0: detected capacity change from 0 to 8388608
feb 14 12:04:32 archlinux systemd[1]: Found device CT500P3SSD8 1.
feb 14 12:04:32 archlinux systemd-makefs[413]: /dev/zram0 successfully formatted as swap (label "zram0", uuid bba3d955-38f2-411d-bb67-abeab1a86d83)
feb 14 12:04:32 archlinux systemd[1]: Found device CT500P3SSD8 2.
feb 14 12:04:32 archlinux mtp-probe[416]: checking bus 5, device 2: "/sys/devices/pci0000:00/0000:00:08.3/0000:76:00.0/usb5/5-1"
feb 14 12:04:32 archlinux mtp-probe[416]: bus: 5, device: 2 was not an MTP device
feb 14 12:04:32 archlinux systemd[1]: Finished Create swap on /dev/zram0.
feb 14 12:04:32 archlinux systemd[1]: Found device WD PC SN810 SDCQNRY-512G-1014 Archivio.
feb 14 12:04:32 archlinux systemd[1]: Activating swap Compressed Swap on /dev/zram0...
feb 14 12:04:33 archlinux systemd[1]: Mounting /.snapshots...
feb 14 12:04:33 archlinux systemd[1]: Mounting /boot...
feb 14 12:04:33 archlinux systemd[1]: Mounting /home...
feb 14 12:04:33 archlinux systemd[1]: Mounting /run/media/Archivio...
feb 14 12:04:33 archlinux systemd[1]: Mounting /var/cache/pacman/pkg...
feb 14 12:04:33 archlinux systemd[1]: Mounting /var/log...
feb 14 12:04:33 archlinux systemd[1]: Mounted /.snapshots.
feb 14 12:04:33 archlinux kernel: BTRFS: device label Archivio devid 1 transid 893 /dev/nvme0n1p1 scanned by mount (423)
feb 14 12:04:33 archlinux systemd[1]: Mounted /home.
feb 14 12:04:33 archlinux kernel: BTRFS info (device nvme0n1p1): first mount of filesystem b4ad4810-76a5-4dde-9644-4bed9671bb83
feb 14 12:04:33 archlinux kernel: BTRFS info (device nvme0n1p1): using crc32c (crc32c-intel) checksum algorithm
feb 14 12:04:33 archlinux kernel: BTRFS info (device nvme0n1p1): using free space tree
feb 14 12:04:33 archlinux systemd[1]: Mounted /var/cache/pacman/pkg.
feb 14 12:04:33 archlinux systemd[1]: Mounted /var/log.
feb 14 12:04:33 archlinux systemd[1]: Starting Flush Journal to Persistent Storage...
feb 14 12:04:33 archlinux kernel: Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDsc
feb 14 12:04:33 archlinux systemd[1]: Activated swap Compressed Swap on /dev/zram0.
feb 14 12:04:33 archlinux systemd[1]: Reached target Swaps.
feb 14 12:04:33 archlinux systemd-journald[317]: Time spent on flushing to /var/log/journal/88212c790a3b43cc87f48e89fce63985 is 111.291ms for 1217 entries.
feb 14 12:04:33 archlinux systemd-journald[317]: System Journal (/var/log/journal/88212c790a3b43cc87f48e89fce63985) is 492.9M, max 4.0G, 3.5G free.
feb 14 12:04:33 archlinux systemd-journald[317]: Received client request to flush runtime journal.
feb 14 12:04:33 archlinux systemd-journald[317]: /var/log/journal/88212c790a3b43cc87f48e89fce63985/system.journal: Journal file uses a different sequence number ID, rotating.
feb 14 12:04:33 archlinux systemd-journald[317]: Rotating system journal.
feb 14 12:04:33 archlinux kernel: BTRFS info (device nvme0n1p1): enabling ssd optimizations
feb 14 12:04:33 archlinux kernel: BTRFS info (device nvme0n1p1): auto enabling async discard
feb 14 12:04:33 archlinux systemd[1]: Mounted /run/media/Archivio.
feb 14 12:04:33 archlinux kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
feb 14 12:04:33 archlinux kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
feb 14 12:04:33 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
feb 14 12:04:33 archlinux kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
feb 14 12:04:33 archlinux kernel: mc: Linux media interface: v0.10
feb 14 12:04:33 archlinux systemd[1]: Finished Flush Journal to Persistent Storage.
feb 14 12:04:33 archlinux kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234
feb 14 12:04:33 archlinux kernel: 
feb 14 12:04:33 archlinux kernel: hid-generic 0003:0644:8043.0001: hiddev96,hidraw0: USB HID v1.10 Device [TEAC Corporation UD-503] on usb-0000:75:00.4-2/input2
feb 14 12:04:33 archlinux kernel: usbcore: registered new interface driver usbhid
feb 14 12:04:33 archlinux kernel: usbhid: USB HID core driver
feb 14 12:04:33 archlinux kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
feb 14 12:04:33 archlinux kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
feb 14 12:04:33 archlinux kernel: input: Acer Wireless Radio Control as /devices/LNXSYSTM:00/10251229:00/input/input5
feb 14 12:04:33 archlinux kernel: wmi_bus wmi_bus-PNP0C14:01: WQ00 data block query control method not found
feb 14 12:04:33 archlinux kernel: ACPI: bus type thunderbolt registered
feb 14 12:04:33 archlinux kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
feb 14 12:04:33 archlinux kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
feb 14 12:04:33 archlinux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  545.29.06  Thu Nov 16 01:59:08 UTC 2023
feb 14 12:04:33 archlinux kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
feb 14 12:04:33 archlinux kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
feb 14 12:04:33 archlinux kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
feb 14 12:04:33 archlinux kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
feb 14 12:04:33 archlinux kernel: ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
feb 14 12:04:33 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input6
feb 14 12:04:33 archlinux kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
feb 14 12:04:33 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/LNXVIDEO:01/input/input7
feb 14 12:04:33 archlinux systemd[1]: Starting Virtual Console Setup...
feb 14 12:04:33 archlinux systemd[1]: Finished Virtual Console Setup.
feb 14 12:04:33 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
feb 14 12:04:33 archlinux kernel: input: SYNA7DB5:01 06CB:CD41 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-SYNA7DB5:01/0018:06CB:CD41.0002/input/input8
feb 14 12:04:33 archlinux kernel: input: SYNA7DB5:01 06CB:CD41 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-SYNA7DB5:01/0018:06CB:CD41.0002/input/input9
feb 14 12:04:33 archlinux kernel: hid-generic 0018:06CB:CD41.0002: input,hidraw1: I2C HID v1.00 Mouse [SYNA7DB5:01 06CB:CD41] on i2c-SYNA7DB5:01
feb 14 12:04:33 archlinux kernel: FAT-fs (nvme1n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
feb 14 12:04:33 archlinux kernel: cryptd: max_cpu_qlen set to 1000
feb 14 12:04:33 archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0.PWMB], AE_NOT_FOUND (20230628/psargs-330)
feb 14 12:04:33 archlinux kernel: ACPI Error: Aborting method \_SB.PCI0.AWMI.WMAA due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
feb 14 12:04:33 archlinux kernel: nvidia-wmi-ec-backlight 603E9613-EF25-4338-A3D0-C46177516DB7: EC backlight control failed: AE_NOT_FOUND
feb 14 12:04:33 archlinux kernel: nvidia-wmi-ec-backlight: probe of 603E9613-EF25-4338-A3D0-C46177516DB7 failed with error -5
feb 14 12:04:33 archlinux kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
feb 14 12:04:33 archlinux kernel: acer_wmi: Function bitmap for Communication Button: 0x801
feb 14 12:04:33 archlinux kernel: r8169 0000:03:00.0: enabling device (0000 -> 0003)
feb 14 12:04:33 archlinux kernel: videodev: Linux video capture interface: v2.00
feb 14 12:04:33 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
feb 14 12:04:33 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
feb 14 12:04:33 archlinux kernel: AES CTR mode by8 optimization enabled
feb 14 12:04:33 archlinux kernel: input: Acer WMI hotkeys as /devices/virtual/input/input11
feb 14 12:04:33 archlinux systemd[1]: Starting Load Kernel Module loop...
feb 14 12:04:33 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
feb 14 12:04:33 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:33 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
feb 14 12:04:33 archlinux systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:33 archlinux systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:33 archlinux modprobe[478]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:33 archlinux systemd[1]: Mounted /boot.
feb 14 12:04:33 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
feb 14 12:04:33 archlinux kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, 08:8f:c3:6e:b8:39, XID 541, IRQ 99
feb 14 12:04:33 archlinux kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
feb 14 12:04:33 archlinux modprobe[480]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:33 archlinux kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  545.29.06  Thu Nov 16 01:47:29 UTC 2023
feb 14 12:04:33 archlinux kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
feb 14 12:04:33 archlinux kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
feb 14 12:04:33 archlinux kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
feb 14 12:04:33 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
feb 14 12:04:33 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
feb 14 12:04:33 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
feb 14 12:04:33 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
feb 14 12:04:33 archlinux kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
feb 14 12:04:33 archlinux kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
feb 14 12:04:33 archlinux (udev-worker)[364]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
feb 14 12:04:33 archlinux kernel: input: SYNA7DB5:01 06CB:CD41 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-SYNA7DB5:01/0018:06CB:CD41.0002/input/input12
feb 14 12:04:33 archlinux kernel: input: SYNA7DB5:01 06CB:CD41 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-SYNA7DB5:01/0018:06CB:CD41.0002/input/input13
feb 14 12:04:33 archlinux kernel: hid-multitouch 0018:06CB:CD41.0002: input,hidraw1: I2C HID v1.00 Mouse [SYNA7DB5:01 06CB:CD41] on i2c-SYNA7DB5:01
feb 14 12:04:33 archlinux systemd[1]: Finished Load Kernel Module loop.
feb 14 12:04:33 archlinux (udev-worker)[396]: input1: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:33 archlinux (udev-worker)[390]: input0: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:33 archlinux (udev-worker)[401]: input2: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:33 archlinux systemd[1]: Mounting Temporary Directory /tmp...
feb 14 12:04:33 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
feb 14 12:04:33 archlinux systemd[1]: Starting Load Kernel Module loop...
feb 14 12:04:33 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
feb 14 12:04:33 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:33 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
feb 14 12:04:33 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
feb 14 12:04:33 archlinux systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:33 archlinux systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:33 archlinux systemd[1]: Mounted Temporary Directory /tmp.
feb 14 12:04:33 archlinux systemd[1]: Reached target Local File Systems.
feb 14 12:04:33 archlinux modprobe[497]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:33 archlinux modprobe[495]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:33 archlinux systemd[1]: Listening on System Extension Image Management (Varlink).
feb 14 12:04:33 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
feb 14 12:04:33 archlinux (udev-worker)[403]: input3: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:33 archlinux systemd[1]: Starting Set Up Additional Binary Formats...
feb 14 12:04:33 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
feb 14 12:04:33 archlinux systemd[1]: Starting Create Volatile Files and Directories...
feb 14 12:04:33 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
feb 14 12:04:33 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
feb 14 12:04:33 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
feb 14 12:04:33 archlinux (udev-worker)[405]: input4: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:33 archlinux (udev-worker)[371]: input5: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:33 archlinux systemd[1]: Finished Load Kernel Module loop.
feb 14 12:04:33 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
feb 14 12:04:33 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 500 (systemd-binfmt)
feb 14 12:04:33 archlinux systemd[1]: Mounting Arbitrary Executable File Formats File System...
feb 14 12:04:33 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
feb 14 12:04:33 archlinux systemd[1]: Mounted Arbitrary Executable File Formats File System.
feb 14 12:04:33 archlinux systemd[1]: Finished Set Up Additional Binary Formats.
feb 14 12:04:33 archlinux systemd-modules-load[318]: Inserted module 'nvidia_uvm'
feb 14 12:04:33 archlinux kernel: nvidia-uvm: Loaded the UVM driver, major device number 510.
feb 14 12:04:33 archlinux systemd-modules-load[318]: Inserted module 'pkcs8_key_parser'
feb 14 12:04:33 archlinux kernel: Asymmetric key parser 'pkcs8' registered
feb 14 12:04:33 archlinux kernel: mousedev: PS/2 mouse device common for all mice
feb 14 12:04:33 archlinux kernel: usb 5-1: Found UVC 1.50 device ACER HD User Facing (0408:4035)
feb 14 12:04:33 archlinux systemd[1]: Finished Load Kernel Modules.
feb 14 12:04:33 archlinux kernel: usb 5-1: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
feb 14 12:04:33 archlinux kernel: uvcvideo 5-1:1.1: Failed to query (129) UVC probe control : 26 (exp. 48).
feb 14 12:04:33 archlinux kernel: uvcvideo 5-1:1.1: Failed to initialize the device (-5).
feb 14 12:04:33 archlinux kernel: usbcore: registered new interface driver uvcvideo
feb 14 12:04:33 archlinux (udev-worker)[366]: input6: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:33 archlinux systemd[1]: Starting Apply Kernel Variables...
feb 14 12:04:33 archlinux (udev-worker)[373]: input11: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:33 archlinux (udev-worker)[394]: input7: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:33 archlinux systemd[1]: Finished Create Volatile Files and Directories.
feb 14 12:04:33 archlinux systemd[1]: Finished Apply Kernel Variables.
feb 14 12:04:33 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
feb 14 12:04:33 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
feb 14 12:04:33 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
feb 14 12:04:33 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
feb 14 12:04:33 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:33 archlinux systemd[1]: Starting Network Time Synchronization...
feb 14 12:04:33 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
feb 14 12:04:33 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
feb 14 12:04:33 archlinux kernel: ccp 0000:75:00.2: enabling device (0000 -> 0002)
feb 14 12:04:33 archlinux kernel: ccp 0000:75:00.2: tee enabled
feb 14 12:04:33 archlinux kernel: ccp 0000:75:00.2: psp enabled
feb 14 12:04:33 archlinux kernel: kvm_amd: TSC scaling supported
feb 14 12:04:33 archlinux kernel: kvm_amd: Nested Virtualization enabled
feb 14 12:04:33 archlinux kernel: kvm_amd: Nested Paging enabled
feb 14 12:04:33 archlinux kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
feb 14 12:04:33 archlinux kernel: kvm_amd: Virtual GIF supported
feb 14 12:04:33 archlinux kernel: kvm_amd: LBR virtualization supported
feb 14 12:04:33 archlinux kernel: ath11k_pci 0000:04:00.0: BAR 0: assigned [mem 0xb9200000-0xb93fffff 64bit]
feb 14 12:04:33 archlinux kernel: ath11k_pci 0000:04:00.0: enabling device (0000 -> 0002)
feb 14 12:04:33 archlinux kernel: ath11k_pci 0000:04:00.0: MSI vectors: 32
feb 14 12:04:33 archlinux kernel: ath11k_pci 0000:04:00.0: wcn6855 hw2.1
feb 14 12:04:33 archlinux kernel: MCE: In-kernel MCE decoding enabled.
feb 14 12:04:33 archlinux kernel: NET: Registered PF_QIPCRTR protocol family
feb 14 12:04:33 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
feb 14 12:04:33 archlinux systemd[1]: Started Network Time Synchronization.
feb 14 12:04:33 archlinux systemd[1]: Reached target System Initialization.
feb 14 12:04:33 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
feb 14 12:04:33 archlinux systemd[1]: Reached target System Time Set.
feb 14 12:04:33 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
feb 14 12:04:33 archlinux systemd[1]: Started Monthly clean packages cache.
feb 14 12:04:33 archlinux systemd[1]: Started Daily verification of password and group files.
feb 14 12:04:33 archlinux systemd[1]: Reached target Timer Units.
feb 14 12:04:33 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
feb 14 12:04:33 archlinux systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
feb 14 12:04:33 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
feb 14 12:04:33 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
feb 14 12:04:33 archlinux systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
feb 14 12:04:33 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
feb 14 12:04:33 archlinux systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
feb 14 12:04:33 archlinux systemd[1]: Reached target Socket Units.
feb 14 12:04:33 archlinux systemd[1]: Starting D-Bus System Message Bus...
feb 14 12:04:33 archlinux systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:34 archlinux kernel: intel_rapl_common: Found RAPL domain package
feb 14 12:04:34 archlinux kernel: intel_rapl_common: Found RAPL domain core
feb 14 12:04:34 archlinux dbus-broker-launch[559]: Looking up NSS user entry for 'pulse'...
feb 14 12:04:34 archlinux dbus-broker-launch[559]: NSS returned no entry for 'pulse'
feb 14 12:04:34 archlinux dbus-broker-launch[559]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
feb 14 12:04:34 archlinux systemd[1]: Started D-Bus System Message Bus.
feb 14 12:04:34 archlinux systemd[1]: Reached target Basic System.
feb 14 12:04:34 archlinux systemd[1]: Starting Network Manager...
feb 14 12:04:34 archlinux systemd[1]: Starting Thunderbolt system service...
feb 14 12:04:34 archlinux systemd[1]: Starting Service to inject keycodes without the GUI application...
feb 14 12:04:34 archlinux systemd[1]: Starting User Login Management...
feb 14 12:04:34 archlinux systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
feb 14 12:04:34 archlinux systemd[1]: Started Enables turbo button.
feb 14 12:04:34 archlinux dbus-broker-launch[559]: Ready
feb 14 12:04:34 archlinux boltd[565]: bolt 0.9.6 starting up.
feb 14 12:04:34 archlinux boltd[565]: manager: initializing store
feb 14 12:04:34 archlinux boltd[565]: store: located at: /var/lib/boltd
feb 14 12:04:34 archlinux boltd[565]: config: loading user config
feb 14 12:04:34 archlinux boltd[565]: bouncer: initializing polkit
feb 14 12:04:34 archlinux bash[570]: make -C /lib/modules/6.7.4-zen1-1-zen/build M=/opt/turbo-fan modules
feb 14 12:04:34 archlinux systemd-logind[567]: New seat seat0.
feb 14 12:04:34 archlinux kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
feb 14 12:04:34 archlinux kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
feb 14 12:04:34 archlinux kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
feb 14 12:04:34 archlinux kernel: snd_hda_intel 0000:75:00.1: enabling device (0000 -> 0002)
feb 14 12:04:34 archlinux kernel: snd_hda_intel 0000:75:00.1: Handle vga_switcheroo audio client
feb 14 12:04:34 archlinux kernel: snd_hda_intel 0000:75:00.6: enabling device (0000 -> 0002)
feb 14 12:04:34 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event2 (Lid Switch)
feb 14 12:04:34 archlinux bash[579]: make[1]: ingresso nella directory «/usr/lib/modules/6.7.4-zen1-1-zen/build»
feb 14 12:04:34 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event0 (Power Button)
feb 14 12:04:34 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event1 (Sleep Button)
feb 14 12:04:34 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
feb 14 12:04:34 archlinux systemd[1]: Starting Authorization Manager...
feb 14 12:04:34 archlinux systemd[1]: Started User Login Management.
feb 14 12:04:34 archlinux kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:75:00.1/sound/card2/input15
feb 14 12:04:34 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input16
feb 14 12:04:34 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input17
feb 14 12:04:34 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input18
feb 14 12:04:34 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input19
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.0961] NetworkManager (version 1.44.2-3) is starting... (boot:0b89ff57-43af-444e-b42b-d434280b09fc)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.0962] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.1031] manager[0x596bc0f838f0]: monitoring kernel firmware directory '/lib/firmware'.
feb 14 12:04:34 archlinux kernel: mhi mhi0: Requested to power ON
feb 14 12:04:34 archlinux kernel: mhi mhi0: Power on setup success
feb 14 12:04:34 archlinux kernel: snd_hda_codec_realtek hdaudioC3D0: autoconfig for ALC287: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
feb 14 12:04:34 archlinux kernel: snd_hda_codec_realtek hdaudioC3D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
feb 14 12:04:34 archlinux kernel: snd_hda_codec_realtek hdaudioC3D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
feb 14 12:04:34 archlinux kernel: snd_hda_codec_realtek hdaudioC3D0:    mono: mono_out=0x0
feb 14 12:04:34 archlinux kernel: snd_hda_codec_realtek hdaudioC3D0:    inputs:
feb 14 12:04:34 archlinux kernel: snd_hda_codec_realtek hdaudioC3D0:      Mic=0x12
feb 14 12:04:34 archlinux (udev-worker)[360]: input8: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:34 archlinux systemd[1]: Starting Hostname Service...
feb 14 12:04:34 archlinux systemd[1]: Starting Save/Restore Sound Card State...
feb 14 12:04:34 archlinux systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
feb 14 12:04:34 archlinux kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:75:00.6/sound/card3/input20
feb 14 12:04:34 archlinux polkitd[580]: Started polkitd version 124
feb 14 12:04:34 archlinux polkitd[580]: Loading rules from directory /etc/polkit-1/rules.d
feb 14 12:04:34 archlinux polkitd[580]: Loading rules from directory /usr/share/polkit-1/rules.d
feb 14 12:04:34 archlinux polkitd[580]: Finished loading, compiling and executing 5 rules
feb 14 12:04:34 archlinux polkitd[580]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
feb 14 12:04:34 archlinux boltd[565]: watchdog: enabled [pulse: 90s]
feb 14 12:04:34 archlinux boltd[565]: udev: initializing udev
feb 14 12:04:34 archlinux boltd[565]: store: loading domains
feb 14 12:04:34 archlinux boltd[565]: store: loading devices
feb 14 12:04:34 archlinux boltd[565]: power: state located at: /run/boltd/power
feb 14 12:04:34 archlinux systemd[1]: Finished Save/Restore Sound Card State.
feb 14 12:04:34 archlinux systemd[1]: Started Authorization Manager.
feb 14 12:04:34 archlinux boltd[565]: power: force power support: no
feb 14 12:04:34 archlinux boltd[565]: udev: enumerating devices
feb 14 12:04:34 archlinux systemd[1]: Reached target Sound Card.
feb 14 12:04:34 archlinux boltd[565]: probing: adding /sys/devices/pci0000:00 to roots
feb 14 12:04:34 archlinux boltd[565]: [24ae3804-51cc-domain0                    ] newly connected [iommu+user] (/sys/devices/pci0000:00/0000:00:08.3/0000:76:00.6/domain0/0-0)
feb 14 12:04:34 archlinux boltd[565]: security level set to 'user'
feb 14 12:04:34 archlinux boltd[565]: [24ae3804-51cc-domain0                    ] domain: registered (bootacl: 0/0)
feb 14 12:04:34 archlinux boltd[565]: [24ae3804-51cc-domain0                    ] bootacl: bootacl not supported, no sync
feb 14 12:04:34 archlinux boltd[565]: [24ae3804-51cc-domain0                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0x162f'
feb 14 12:04:34 archlinux boltd[565]: [24ae3804-51cc-domain0                    ] udev: uuid is stable: no (for NHI: 0x162f)
feb 14 12:04:34 archlinux boltd[565]: global 'generation' set to '4'
feb 14 12:04:34 archlinux boltd[565]: [24ae3804-51cc-Nitro AN515-46             ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:08.3/0000:76:00.6/domain0/0-0
feb 14 12:04:34 archlinux boltd[565]: [24ae3804-51cc-Nitro AN515-46             ] labeling device: Acer Nitro AN515-46
feb 14 12:04:34 archlinux boltd[565]: [24ae3804-51cc-domain0                    ] dbus: exported domain at /org/freedesktop/bolt/domains/24ae3804_51cc_e292_ffff_ffffffffffff
feb 14 12:04:34 archlinux boltd[565]: [24ae3804-51cc-Nitro AN515-46             ] dbus: exported device at /org/freedesktop/bolt/devices/24ae3804_51cc...
feb 14 12:04:34 archlinux (udev-worker)[390]: input9: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:34 archlinux systemd[1]: Started Thunderbolt system service.
feb 14 12:04:34 archlinux systemd[1]: Started Hostname Service.
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2019] hostname: hostname: using hostnamed
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2019] hostname: static hostname changed from (none) to "archlinux"
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2023] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2034] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/acer-wmi/rfkill/rfkill0) (platform driver acer-wmi)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2125] manager[0x596bc0f838f0]: rfkill: Wi-Fi hardware radio set enabled
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2126] manager[0x596bc0f838f0]: rfkill: WWAN hardware radio set enabled
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2176] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2261] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2306] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2806] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2826] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2836] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2839] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2839] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2840] manager: Networking is enabled by state file
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2845] settings: Loaded settings plugin: keyfile (internal)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2863] dhcp: init: Using DHCP client 'internal'
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2865] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2872] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2874] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2878] device (lo): Activation: starting connection 'lo' (a83dcb97-4ac3-44b6-97a4-aa8ca0dfb0f5)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2884] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2891] settings: (enp3s0): created default wired connection 'Connessione via cavo 1'
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.2891] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
feb 14 12:04:34 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
feb 14 12:04:34 archlinux kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
feb 14 12:04:34 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
feb 14 12:04:34 archlinux (udev-worker)[382]: input18: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:34 archlinux boltd[565]: probing: started [1000]
feb 14 12:04:34 archlinux input-remapper-service[566]: input-remapper-service 2.0.1 f5151aab27ae0e7d8b1f0c80ce92a718e3a86e71 https://github.com/sezanzeb/input-remapper
feb 14 12:04:34 archlinux input-remapper-service[566]: python-evdev 1.6.1
feb 14 12:04:34 archlinux (udev-worker)[364]: input16: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:34 archlinux systemd[1]: Started Service to inject keycodes without the GUI application.
feb 14 12:04:34 archlinux (udev-worker)[395]: input17: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:34 archlinux (udev-worker)[387]: input19: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:34 archlinux kernel: mhi mhi0: Wait for device to enter SBL or Mission mode
feb 14 12:04:34 archlinux kernel: r8169 0000:03:00.0 enp3s0: Link is Down
feb 14 12:04:34 archlinux systemd[1]: Started Network Manager.
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.4786] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
feb 14 12:04:34 archlinux systemd[1]: Reached target Network.
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.4793] ovsdb: disconnected from ovsdb
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.4793] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.4796] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.4797] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.4801] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.4820] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.4822] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
feb 14 12:04:34 archlinux NetworkManager[564]: <info>  [1707908674.4826] device (lo): Activation: successful, device activated.
feb 14 12:04:34 archlinux systemd[1]: Starting Permit User Sessions...
feb 14 12:04:34 archlinux systemd[1]: Finished Permit User Sessions.
feb 14 12:04:34 archlinux systemd[1]: Reached target Multi-User System.
feb 14 12:04:34 archlinux systemd[1]: Started Simple Desktop Display Manager.
feb 14 12:04:34 archlinux systemd[1]: Reached target Graphical Interface.
feb 14 12:04:34 archlinux systemd[1]: Startup finished in 5.682s (firmware) + 2.252s (loader) + 912ms (kernel) + 2.542s (userspace) = 11.390s.
feb 14 12:04:34 archlinux sddm[764]: Initializing...
feb 14 12:04:34 archlinux sddm[764]: Starting...
feb 14 12:04:34 archlinux sddm[764]: Logind interface found
feb 14 12:04:34 archlinux sddm[764]: Adding new display...
feb 14 12:04:34 archlinux sddm[764]: Loaded empty theme configuration
feb 14 12:04:34 archlinux sddm[764]: Xauthority path: "/run/sddm/xauth_PdpxYp"
feb 14 12:04:34 archlinux sddm[764]: Using VT 2
feb 14 12:04:34 archlinux sddm[764]: Display server starting...
feb 14 12:04:34 archlinux sddm[764]: Writing cookie to "/run/sddm/xauth_PdpxYp"
feb 14 12:04:34 archlinux sddm[764]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_PdpxYp -noreset -displayfd 16
feb 14 12:04:34 archlinux (udev-worker)[388]: input12: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:34 archlinux kernel: usbcore: registered new interface driver snd-usb-audio
feb 14 12:04:34 archlinux mtp-probe[889]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:75:00.4/usb3/3-2"
feb 14 12:04:34 archlinux mtp-probe[889]: bus: 3, device: 3 was not an MTP device
feb 14 12:04:34 archlinux (udev-worker)[398]: input13: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:34 archlinux mtp-probe[894]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:75:00.4/usb3/3-2"
feb 14 12:04:34 archlinux mtp-probe[894]: bus: 3, device: 3 was not an MTP device
feb 14 12:04:34 archlinux mtp-probe[898]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:75:00.4/usb3/3-1"
feb 14 12:04:34 archlinux mtp-probe[898]: bus: 3, device: 2 was not an MTP device
feb 14 12:04:34 archlinux kernel: input: Logitech Gamepad F710 as /devices/pci0000:00/0000:00:08.1/0000:75:00.4/usb3/3-1/3-1:1.0/input/input21
feb 14 12:04:34 archlinux kernel: usbcore: registered new interface driver xpad
feb 14 12:04:34 archlinux kernel: Bluetooth: Core ver 2.22
feb 14 12:04:34 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
feb 14 12:04:34 archlinux kernel: Bluetooth: HCI device and connection manager initialized
feb 14 12:04:34 archlinux kernel: Bluetooth: HCI socket layer initialized
feb 14 12:04:34 archlinux kernel: Bluetooth: L2CAP socket layer initialized
feb 14 12:04:34 archlinux kernel: Bluetooth: SCO socket layer initialized
feb 14 12:04:34 archlinux kernel: snd_pci_acp6x 0000:75:00.5: enabling device (0000 -> 0002)
feb 14 12:04:34 archlinux kernel: usbcore: registered new interface driver btusb
feb 14 12:04:34 archlinux kernel: Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00130201.bin
feb 14 12:04:34 archlinux kernel: Bluetooth: hci0: QCA: patch rome 0x130201 build 0x65e2, firmware rome 0x130201 build 0x38e6
feb 14 12:04:34 archlinux systemd[1]: Starting Bluetooth service...
feb 14 12:04:34 archlinux (udev-worker)[401]: event13: Process '/bin/input-remapper-control --command autoload --device /dev/input/event13' failed with exit code 4.
feb 14 12:04:34 archlinux bluetoothd[929]: Bluetooth daemon 5.72
feb 14 12:04:34 archlinux systemd[1]: Started Bluetooth service.
feb 14 12:04:34 archlinux systemd[1]: Reached target Bluetooth Support.
feb 14 12:04:34 archlinux bluetoothd[929]: Starting SDP server
feb 14 12:04:34 archlinux bluetoothd[929]: src/plugin.c:plugin_init() System does not support csip plugin
feb 14 12:04:34 archlinux bluetoothd[929]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
feb 14 12:04:34 archlinux bluetoothd[929]: src/plugin.c:plugin_init() System does not support micp plugin
feb 14 12:04:34 archlinux bluetoothd[929]: src/plugin.c:plugin_init() System does not support vcp plugin
feb 14 12:04:34 archlinux bluetoothd[929]: src/plugin.c:plugin_init() System does not support mcp plugin
feb 14 12:04:34 archlinux bluetoothd[929]: src/plugin.c:plugin_init() System does not support bass plugin
feb 14 12:04:34 archlinux bluetoothd[929]: src/plugin.c:plugin_init() System does not support bap plugin
feb 14 12:04:34 archlinux kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
feb 14 12:04:34 archlinux kernel: Bluetooth: BNEP filters: protocol multicast
feb 14 12:04:34 archlinux kernel: Bluetooth: BNEP socket layer initialized
feb 14 12:04:34 archlinux bluetoothd[929]: Bluetooth management interface 1.22 initialized
feb 14 12:04:34 archlinux (udev-worker)[403]: event14: Process '/bin/input-remapper-control --command autoload --device /dev/input/event14' failed with exit code 4.
feb 14 12:04:35 archlinux (udev-worker)[405]: event12: Process '/bin/input-remapper-control --command autoload --device /dev/input/event12' failed with exit code 4.
feb 14 12:04:35 archlinux input-remapper-service[566]: Request to autoload for "Acer WMI hotkeys"
feb 14 12:04:35 archlinux input-remapper-service[566]: ERROR: Request to autoload "Acer WMI hotkeys" before a user told the service about their session using set_config_dir
feb 14 12:04:35 archlinux kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
feb 14 12:04:35 archlinux kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
feb 14 12:04:35 archlinux (udev-worker)[364]: event15: Process '/bin/input-remapper-control --command autoload --device /dev/input/event15' failed with exit code 4.
feb 14 12:04:35 archlinux kernel: ath11k_pci 0000:04:00.0: chip_id 0x12 chip_family 0xb board_id 0xff soc_id 0x400c1211
feb 14 12:04:35 archlinux kernel: ath11k_pci 0000:04:00.0: fw_version 0x1109996e fw_build_timestamp 2023-12-19 11:11 fw_build_id WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.36
feb 14 12:04:35 archlinux (udev-worker)[374]: input20: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:35 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event8 (Acer WMI hotkeys)
feb 14 12:04:35 archlinux bash[579]: make[1]: uscita dalla directory «/usr/lib/modules/6.7.4-zen1-1-zen/build»
feb 14 12:04:35 archlinux bash[570]: if [ -f "/var/lib/shim-signed/mok/MOK.priv" ] && [ -f "/var/lib/shim-signed/mok/MOK.der" ]; then \
feb 14 12:04:35 archlinux bash[570]:         sudo kmodsign sha512 /var/lib/shim-signed/mok/MOK.priv /var/lib/shim-signed/mok/MOK.der src/facer.ko; \
feb 14 12:04:35 archlinux bash[570]: fi
feb 14 12:04:35 archlinux (udev-worker)[390]: input21: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:35 archlinux (udev-worker)[386]: input15: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:35 archlinux NetworkManager[564]: <info>  [1707908675.4242] device (wlan0): driver supports Access Point (AP) mode
feb 14 12:04:35 archlinux NetworkManager[564]: <info>  [1707908675.4246] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
feb 14 12:04:35 archlinux NetworkManager[564]: <info>  [1707908675.4250] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:04:00.0/ieee80211/phy0/rfkill3) (driver ath11k_pci)
feb 14 12:04:35 archlinux NetworkManager[564]: <info>  [1707908675.4314] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
feb 14 12:04:35 archlinux kernel: ath11k_pci 0000:04:00.0: Failed to set the requested Country regulatory setting
feb 14 12:04:35 archlinux kernel: ath11k_pci 0000:04:00.0: Failed to set the requested Country regulatory setting
feb 14 12:04:35 archlinux kernel: Bluetooth: hci0: using NVM file: qca/nvm_usb_00130201_gf.bin
feb 14 12:04:35 archlinux kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
feb 14 12:04:35 archlinux kernel: acer_wmi: Acer Laptop WMI Extras unloaded
feb 14 12:04:35 archlinux NetworkManager[564]: <info>  [1707908675.8428] device (wlan0): set-hw-addr: set MAC address to B6:C4:A1:2A:F2:77 (scanning)
feb 14 12:04:35 archlinux NetworkManager[564]: <info>  [1707908675.9062] radio killswitch /sys/devices/platform/acer-wmi/rfkill/rfkill0 disappeared
feb 14 12:04:35 archlinux bluetoothd[929]: Battery Provider Manager created
feb 14 12:04:35 archlinux kernel: Bluetooth: MGMT ver 1.22
feb 14 12:04:36 archlinux systemd[1]: Starting WPA supplicant...
feb 14 12:04:36 archlinux wpa_supplicant[992]: Successfully initialized wpa_supplicant
feb 14 12:04:36 archlinux systemd[1]: Started WPA supplicant.
feb 14 12:04:36 archlinux input-remapper-service[566]: Request to autoload for "SYNA7DB5:01 06CB:CD41 Mouse"
feb 14 12:04:36 archlinux input-remapper-service[566]: ERROR: Request to autoload "SYNA7DB5:01 06CB:CD41 Mouse" before a user told the service about their session using set_config_dir
feb 14 12:04:36 archlinux input-remapper-service[566]: Request to autoload for "SYNA7DB5:01 06CB:CD41 Mouse"
feb 14 12:04:36 archlinux input-remapper-service[566]: ERROR: Request to autoload "SYNA7DB5:01 06CB:CD41 Mouse" before a user told the service about their session using set_config_dir
feb 14 12:04:36 archlinux kernel: NET: Registered PF_ALG protocol family
feb 14 12:04:36 archlinux kernel: [drm] amdgpu kernel modesetting enabled.
feb 14 12:04:36 archlinux kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
feb 14 12:04:36 archlinux kernel: amdgpu: ATPX version 1, functions 0x00000001
feb 14 12:04:36 archlinux kernel: amdgpu: ATPX Hybrid Graphics
feb 14 12:04:36 archlinux bash[1028]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:36 archlinux bash[1030]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:36 archlinux wpa_supplicant[992]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
feb 14 12:04:36 archlinux NetworkManager[564]: <info>  [1707908676.5412] device (wlan0): supplicant interface state: internal-starting -> disconnected
feb 14 12:04:36 archlinux NetworkManager[564]: <info>  [1707908676.5413] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
feb 14 12:04:36 archlinux bash[1031]: libkmod: kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'options'
feb 14 12:04:36 archlinux kernel: amdgpu: Virtual CRAT table created for CPU
feb 14 12:04:36 archlinux kernel: amdgpu: Topology: Add CPU node
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: enabling device (0006 -> 0007)
feb 14 12:04:36 archlinux kernel: [drm] initializing kernel modesetting (YELLOW_CARP 0x1002:0x1681 0x1025:0x159E 0xC8).
feb 14 12:04:36 archlinux kernel: [drm] register mmio base: 0xB9B00000
feb 14 12:04:36 archlinux kernel: [drm] register mmio size: 524288
feb 14 12:04:36 archlinux kernel: [drm] add ip block number 0 <nv_common>
feb 14 12:04:36 archlinux kernel: [drm] add ip block number 1 <gmc_v10_0>
feb 14 12:04:36 archlinux kernel: [drm] add ip block number 2 <navi10_ih>
feb 14 12:04:36 archlinux kernel: [drm] add ip block number 3 <psp>
feb 14 12:04:36 archlinux kernel: [drm] add ip block number 4 <smu>
feb 14 12:04:36 archlinux kernel: [drm] add ip block number 5 <dm>
feb 14 12:04:36 archlinux kernel: [drm] add ip block number 6 <gfx_v10_0>
feb 14 12:04:36 archlinux kernel: [drm] add ip block number 7 <sdma_v5_2>
feb 14 12:04:36 archlinux kernel: [drm] add ip block number 8 <vcn_v3_0>
feb 14 12:04:36 archlinux kernel: [drm] add ip block number 9 <jpeg_v3_0>
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: Fetched VBIOS from VFCT
feb 14 12:04:36 archlinux kernel: amdgpu: ATOM BIOS: 113-REMBRANDT-X37
feb 14 12:04:36 archlinux kernel: facer: Acer Laptop ACPI-WMI Extras
feb 14 12:04:36 archlinux kernel: facer: Function bitmap for Communication Button: 0x801
feb 14 12:04:36 archlinux kernel: input: Acer WMI hotkeys as /devices/virtual/input/input22
feb 14 12:04:36 archlinux NetworkManager[564]: <info>  [1707908676.5650] rfkill4: found Wi-Fi radio killswitch (at /sys/devices/platform/acer-wmi/rfkill/rfkill4) (platform driver acer-wmi)
feb 14 12:04:36 archlinux kernel: [drm] VCN(0) decode is enabled in VM mode
feb 14 12:04:36 archlinux kernel: [drm] VCN(0) encode is enabled in VM mode
feb 14 12:04:36 archlinux bluetoothd[929]: src/device.c:device_set_wake_support() Unable to set wake_support without RPA resolution
feb 14 12:04:36 archlinux kernel: [drm] JPEG decode is enabled in VM mode
feb 14 12:04:36 archlinux kernel: Console: switching to colour dummy device 80x25
feb 14 12:04:36 archlinux bash[1044]: [    5.475936] [drm] add ip block number 9 <jpeg_v3_0>
feb 14 12:04:36 archlinux bash[1044]: [    5.475948] amdgpu 0000:75:00.0: amdgpu: Fetched VBIOS from VFCT
feb 14 12:04:36 archlinux bash[1044]: [    5.475951] amdgpu: ATOM BIOS: 113-REMBRANDT-X37
feb 14 12:04:36 archlinux bash[1044]: [    5.477012] facer: Acer Laptop ACPI-WMI Extras
feb 14 12:04:36 archlinux bash[1044]: [    5.477043] facer: Function bitmap for Communication Button: 0x801
feb 14 12:04:36 archlinux bash[1044]: [    5.491372] input: Acer WMI hotkeys as /devices/virtual/input/input22
feb 14 12:04:36 archlinux bash[1044]: [    5.496246] [drm] VCN(0) decode is enabled in VM mode
feb 14 12:04:36 archlinux bash[1044]: [    5.496250] [drm] VCN(0) encode is enabled in VM mode
feb 14 12:04:36 archlinux bash[1044]: [    5.503860] [drm] JPEG decode is enabled in VM mode
feb 14 12:04:36 archlinux bash[1044]: [    5.511769] Console: switching to colour dummy device 80x25
feb 14 12:04:36 archlinux bash[568]: [*] Done
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: vgaarb: deactivate vga console
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
feb 14 12:04:36 archlinux kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
feb 14 12:04:36 archlinux kernel: [drm] Detected VRAM RAM=512M, BAR=512M
feb 14 12:04:36 archlinux kernel: [drm] RAM width 64bits DDR5
feb 14 12:04:36 archlinux kernel: [drm] amdgpu: 512M of VRAM memory ready
feb 14 12:04:36 archlinux kernel: [drm] amdgpu: 7585M of GTT memory ready.
feb 14 12:04:36 archlinux kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
feb 14 12:04:36 archlinux kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
feb 14 12:04:36 archlinux kernel: [drm] Loading DMUB firmware via PSP: version=0x04000043
feb 14 12:04:36 archlinux kernel: [drm] use_doorbell being set to: [true]
feb 14 12:04:36 archlinux kernel: [drm] Found VCN firmware Version ENC: 1.27 DEC: 2 VEP: 0 Revision: 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: Will use PSP to load VCN firmware
feb 14 12:04:36 archlinux kernel: [drm] reserve 0xa00000 from 0xf41e000000 for PSP TMR
feb 14 12:04:36 archlinux (udev-worker)[403]: event16: Process '/bin/input-remapper-control --command autoload --device /dev/input/event16' failed with exit code 4.
feb 14 12:04:36 archlinux (udev-worker)[401]: js0: Process '/bin/input-remapper-control --command autoload --device /dev/input/js0' failed with exit code 4.
feb 14 12:04:36 archlinux input-remapper-service[566]: Request to autoload for "Logitech Gamepad F710"
feb 14 12:04:36 archlinux input-remapper-service[566]: ERROR: Request to autoload "Logitech Gamepad F710" before a user told the service about their session using set_config_dir
feb 14 12:04:36 archlinux bluetoothd[929]: src/device.c:set_wake_allowed_complete() Set device flags return status: Invalid Parameters
feb 14 12:04:36 archlinux kernel: Bluetooth: hci0: Bad flag given (0x1) vs supported (0x0)
feb 14 12:04:36 archlinux (udev-worker)[364]: event11: Process '/bin/input-remapper-control --command autoload --device /dev/input/event11' failed with exit code 4.
feb 14 12:04:36 archlinux sddm[764]: Setting default cursor
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: RAS: optional ras ta ucode is not available
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: RAP: optional rap ta ucode is not available
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: SMU is initialized successfully!
feb 14 12:04:36 archlinux kernel: [drm] Seamless boot condition check passed
feb 14 12:04:36 archlinux kernel: [drm] Display Core v3.2.259 initialized on DCN 3.1
feb 14 12:04:36 archlinux kernel: [drm] DP-HDMI FRL PCON supported
feb 14 12:04:36 archlinux kernel: [drm] DMUB hardware initialized: version=0x04000043
feb 14 12:04:36 archlinux kernel: snd_hda_intel 0000:75:00.1: bound 0000:75:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
feb 14 12:04:36 archlinux (udev-worker)[398]: input22: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:36 archlinux kernel: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x31 su_y_granularity 4
feb 14 12:04:36 archlinux kernel: [drm] kiq ring mec 2 pipe 1 q 0
feb 14 12:04:36 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
feb 14 12:04:36 archlinux kernel: [drm] JPEG decode initialized successfully.
feb 14 12:04:36 archlinux kernel: amdgpu: HMM registered 512MB device memory
feb 14 12:04:36 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
feb 14 12:04:36 archlinux kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
feb 14 12:04:36 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
feb 14 12:04:36 archlinux kernel: amdgpu: Topology: Add dGPU node [0x1681:0x1002]
feb 14 12:04:36 archlinux kernel: kfd kfd: amdgpu: added device 1002:1681
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 6, active_cu_number 12
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: [drm] Skipping amdgpu DM backlight registration
feb 14 12:04:36 archlinux kernel: [drm] Initialized amdgpu 3.57.0 20150101 for 0000:75:00.0 on minor 2
feb 14 12:04:36 archlinux kernel: fbcon: amdgpudrmfb (fb0) is primary device
feb 14 12:04:36 archlinux kernel: Console: switching to colour frame buffer device 240x67
feb 14 12:04:36 archlinux kernel: amdgpu 0000:75:00.0: [drm] fb0: amdgpudrmfb frame buffer device
feb 14 12:04:36 archlinux kernel: [drm] DSC precompute is not needed.
feb 14 12:04:37 archlinux (udev-worker)[373]: mouse1: Process '/bin/input-remapper-control --command autoload --device /dev/input/mouse1' failed with exit code 4.
feb 14 12:04:37 archlinux (udev-worker)[388]: mouse0: Process '/bin/input-remapper-control --command autoload --device /dev/input/mouse0' failed with exit code 4.
feb 14 12:04:37 archlinux input-remapper-service[566]: Request to autoload for "Acer WMI hotkeys"
feb 14 12:04:37 archlinux input-remapper-service[566]: ERROR: Request to autoload "Acer WMI hotkeys" before a user told the service about their session using set_config_dir
feb 14 12:04:37 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event8 (Acer WMI hotkeys)
feb 14 12:04:37 archlinux sddm[764]: Could not setup default cursor
feb 14 12:04:37 archlinux sddm[764]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
feb 14 12:04:37 archlinux sddm[764]: Display server started.
feb 14 12:04:37 archlinux sddm[764]: Socket server starting...
feb 14 12:04:37 archlinux sddm[764]: Socket server started.
feb 14 12:04:37 archlinux sddm[764]: Loading theme configuration from "/usr/share/sddm/themes/archlinux-simplyblack/theme.conf"
feb 14 12:04:37 archlinux sddm[764]: Greeter starting...
feb 14 12:04:37 archlinux sddm-helper[1114]: [PAM] Starting...
feb 14 12:04:37 archlinux sddm-helper[1114]: [PAM] Authenticating...
feb 14 12:04:37 archlinux sddm-helper[1114]: [PAM] returning.
feb 14 12:04:37 archlinux systemd[1]: Created slice Slice /system/systemd-coredump.
feb 14 12:04:37 archlinux sddm-helper[1114]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=970) by (uid=0)
feb 14 12:04:37 archlinux systemd[1]: Started Process Core Dump (PID 1115/UID 0).
feb 14 12:04:37 archlinux systemd-logind[567]: New session c1 of user sddm.
feb 14 12:04:37 archlinux systemd[1]: Created slice User Slice of UID 970.
feb 14 12:04:37 archlinux systemd[1]: Starting User Runtime Directory /run/user/970...
feb 14 12:04:37 archlinux systemd[1]: Finished User Runtime Directory /run/user/970.
feb 14 12:04:37 archlinux systemd[1]: Starting User Manager for UID 970...
feb 14 12:04:37 archlinux dbus-broker-launch[559]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
feb 14 12:04:37 archlinux (systemd)[1120]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
feb 14 12:04:37 archlinux (systemd)[1120]: pam_unix(systemd-user:session): session opened for user sddm(uid=970) by sddm(uid=0)
feb 14 12:04:37 archlinux kernel: input: DA V2 X Mouse as /devices/virtual/misc/uhid/0005:068E:009D.0003/input/input23
feb 14 12:04:37 archlinux kernel: input: DA V2 X Consumer Control as /devices/virtual/misc/uhid/0005:068E:009D.0003/input/input24
feb 14 12:04:37 archlinux kernel: input: DA V2 X System Control as /devices/virtual/misc/uhid/0005:068E:009D.0003/input/input25
feb 14 12:04:37 archlinux kernel: input: DA V2 X as /devices/virtual/misc/uhid/0005:068E:009D.0003/input/input26
feb 14 12:04:37 archlinux kernel: input: DA V2 X Keyboard as /devices/virtual/misc/uhid/0005:068E:009D.0003/input/input27
feb 14 12:04:37 archlinux kernel: hid-generic 0005:068E:009D.0003: input,hidraw2: BLUETOOTH HID v0.01 Mouse [DA V2 X] on 9c:2f:9d:7e:97:c2
feb 14 12:04:37 archlinux systemd[1120]: Queued start job for default target Main User Target.
feb 14 12:04:37 archlinux systemd[1120]: Created slice User Application Slice.
feb 14 12:04:37 archlinux systemd[1120]: Reached target Paths.
feb 14 12:04:37 archlinux systemd[1120]: Reached target Timers.
feb 14 12:04:37 archlinux systemd[1120]: Starting D-Bus User Message Bus Socket...
feb 14 12:04:37 archlinux systemd[1120]: Listening on GnuPG network certificate management daemon.
feb 14 12:04:37 archlinux systemd[1120]: Listening on GCR ssh-agent wrapper.
feb 14 12:04:37 archlinux systemd[1120]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
feb 14 12:04:37 archlinux systemd[1120]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
feb 14 12:04:37 archlinux systemd[1120]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
feb 14 12:04:37 archlinux systemd[1120]: Listening on GnuPG cryptographic agent and passphrase cache.
feb 14 12:04:37 archlinux systemd[1120]: Listening on GnuPG public key management service.
feb 14 12:04:37 archlinux systemd[1120]: Listening on p11-kit server.
feb 14 12:04:37 archlinux systemd[1120]: Listening on PipeWire Multimedia System Sockets.
feb 14 12:04:37 archlinux systemd[1120]: Listening on Sound System.
feb 14 12:04:38 archlinux systemd[1120]: Listening on D-Bus User Message Bus Socket.
feb 14 12:04:38 archlinux systemd[1120]: Reached target Sockets.
feb 14 12:04:38 archlinux systemd[1120]: Reached target Basic System.
feb 14 12:04:38 archlinux systemd[1]: Started User Manager for UID 970.
feb 14 12:04:38 archlinux systemd[1120]: Starting Update XDG user dir configuration...
feb 14 12:04:38 archlinux systemd[1]: Started Session c1 of User sddm.
feb 14 12:04:38 archlinux sddm-helper[1114]: Writing cookie to "/tmp/xauth_PsyyZE"
feb 14 12:04:38 archlinux sddm-helper[1114]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-dOoWjk --theme /usr/share/sddm/themes/archlinux-simplyblack"
feb 14 12:04:38 archlinux sddm[764]: Greeter session started successfully
feb 14 12:04:38 archlinux systemd[1120]: Finished Update XDG user dir configuration.
feb 14 12:04:38 archlinux systemd[1120]: Reached target Main User Target.
feb 14 12:04:38 archlinux systemd[1120]: Startup finished in 140ms.
feb 14 12:04:38 archlinux sddm-greeter[1136]: High-DPI autoscaling Enabled
feb 14 12:04:38 archlinux sddm-greeter[1136]: could not connect to display :0
feb 14 12:04:38 archlinux sddm-greeter[1136]: Could not load the Qt platform plugin "xcb" in "" even though it was found.
feb 14 12:04:38 archlinux sddm-greeter[1136]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                              
                                              Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
feb 14 12:04:38 archlinux systemd[1]: Started Process Core Dump (PID 1138/UID 0).
feb 14 12:04:38 archlinux (udev-worker)[405]: input26: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:38 archlinux (udev-worker)[401]: input27: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:38 archlinux (udev-worker)[388]: input23: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:38 archlinux systemd-coredump[1116]: Process 807 (Xorg) of user 0 dumped core.
                                                  
                                                  Stack trace of thread 807:
                                                  #0  0x0000742b6112f32c n/a (libc.so.6 + 0x8d32c)
                                                  #1  0x0000742b610de6c8 raise (libc.so.6 + 0x3c6c8)
                                                  #2  0x0000742b610c64b8 abort (libc.so.6 + 0x244b8)
                                                  #3  0x00005feed10969f0 OsAbort (Xorg + 0x1599f0)
                                                  #4  0x00005feed1096d2b FatalError (Xorg + 0x159d2b)
                                                  #5  0x00005feed108eca6 n/a (Xorg + 0x151ca6)
                                                  #6  0x0000742b610de770 n/a (libc.so.6 + 0x3c770)
                                                  #7  0x0000742b6112f32c n/a (libc.so.6 + 0x8d32c)
                                                  #8  0x0000742b610de6c8 raise (libc.so.6 + 0x3c6c8)
                                                  #9  0x0000742b610c64b8 abort (libc.so.6 + 0x244b8)
                                                  #10 0x0000742b610c63dc n/a (libc.so.6 + 0x243dc)
                                                  #11 0x0000742b610d6d46 __assert_fail (libc.so.6 + 0x34d46)
                                                  #12 0x00005feed0fd9813 dixRegisterPrivateKey (Xorg + 0x9c813)
                                                  #13 0x0000742b5fbd4998 glamor_init (libglamoregl.so + 0xd998)
                                                  #14 0x0000742b606ce0e1 n/a (modesetting_drv.so + 0xf0e1)
                                                  #15 0x00005feed0fbc4b5 AddGPUScreen (Xorg + 0x7f4b5)
                                                  #16 0x00005feed10cc6e6 n/a (Xorg + 0x18f6e6)
                                                  #17 0x00005feed10ec25a n/a (Xorg + 0x1af25a)
                                                  #18 0x00005feed1112bf1 n/a (Xorg + 0x1d5bf1)
                                                  #19 0x00005feed11131c0 n/a (Xorg + 0x1d61c0)
                                                  #20 0x00005feed1089842 n/a (Xorg + 0x14c842)
                                                  #21 0x00005feed1090509 WaitForSomething (Xorg + 0x153509)
                                                  #22 0x00005feed0f7b44f n/a (Xorg + 0x3e44f)
                                                  #23 0x0000742b610c7cd0 n/a (libc.so.6 + 0x25cd0)
                                                  #24 0x0000742b610c7d8a __libc_start_main (libc.so.6 + 0x25d8a)
                                                  #25 0x00005feed0f7c5a5 _start (Xorg + 0x3f5a5)
                                                  
                                                  Stack trace of thread 1108:
                                                  #0  0x0000742b61129ebe n/a (libc.so.6 + 0x87ebe)
                                                  #1  0x0000742b6112c750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                                  #2  0x0000742b49713a1c n/a (swrast_dri.so + 0x113a1c)
                                                  #3  0x0000742b4970ad5c n/a (swrast_dri.so + 0x10ad5c)
                                                  #4  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #5  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)
                                                  
                                                  Stack trace of thread 1104:
                                                  #0  0x0000742b61129ebe n/a (libc.so.6 + 0x87ebe)
                                                  #1  0x0000742b6112c750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                                  #2  0x0000742b49713a1c n/a (swrast_dri.so + 0x113a1c)
                                                  #3  0x0000742b4970ad5c n/a (swrast_dri.so + 0x10ad5c)
                                                  #4  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #5  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)
                                                  
                                                  Stack trace of thread 1105:
                                                  #0  0x0000742b61129ebe n/a (libc.so.6 + 0x87ebe)
                                                  #1  0x0000742b6112c750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                                  #2  0x0000742b49713a1c n/a (swrast_dri.so + 0x113a1c)
                                                  #3  0x0000742b4970ad5c n/a (swrast_dri.so + 0x10ad5c)
                                                  #4  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #5  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)
                                                  
                                                  Stack trace of thread 1109:
                                                  #0  0x0000742b61129ebe n/a (libc.so.6 + 0x87ebe)
                                                  #1  0x0000742b6112c750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                                  #2  0x0000742b49713a1c n/a (swrast_dri.so + 0x113a1c)
                                                  #3  0x0000742b4970ad5c n/a (swrast_dri.so + 0x10ad5c)
                                                  #4  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #5  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)
                                                  
                                                  Stack trace of thread 1107:
                                                  #0  0x0000742b61129ebe n/a (libc.so.6 + 0x87ebe)
                                                  #1  0x0000742b6112c750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                                  #2  0x0000742b49713a1c n/a (swrast_dri.so + 0x113a1c)
                                                  #3  0x0000742b4970ad5c n/a (swrast_dri.so + 0x10ad5c)
                                                  #4  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #5  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)
                                                  
                                                  Stack trace of thread 1112:
                                                  #0  0x0000742b61129ebe n/a (libc.so.6 + 0x87ebe)
                                                  #1  0x0000742b6112c750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                                  #2  0x0000742b49713a1c n/a (swrast_dri.so + 0x113a1c)
                                                  #3  0x0000742b4970ad5c n/a (swrast_dri.so + 0x10ad5c)
                                                  #4  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #5  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)
                                                  
                                                  Stack trace of thread 1111:
                                                  #0  0x0000742b61129ebe n/a (libc.so.6 + 0x87ebe)
                                                  #1  0x0000742b6112c750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                                  #2  0x0000742b49713a1c n/a (swrast_dri.so + 0x113a1c)
                                                  #3  0x0000742b4970ad5c n/a (swrast_dri.so + 0x10ad5c)
                                                  #4  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #5  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)
                                                  
                                                  Stack trace of thread 1055:
                                                  #0  0x0000742b611aae66 epoll_wait (libc.so.6 + 0x108e66)
                                                  #1  0x00005feed10897f7 n/a (Xorg + 0x14c7f7)
                                                  #2  0x00005feed108d649 n/a (Xorg + 0x150649)
                                                  #3  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #4  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)
                                                  
                                                  Stack trace of thread 1110:
                                                  #0  0x0000742b61129ebe n/a (libc.so.6 + 0x87ebe)
                                                  #1  0x0000742b6112c750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                                  #2  0x0000742b49713a1c n/a (swrast_dri.so + 0x113a1c)
                                                  #3  0x0000742b4970ad5c n/a (swrast_dri.so + 0x10ad5c)
                                                  #4  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #5  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)
                                                  
                                                  Stack trace of thread 1106:
                                                  #0  0x0000742b61129ebe n/a (libc.so.6 + 0x87ebe)
                                                  #1  0x0000742b6112c750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                                  #2  0x0000742b49713a1c n/a (swrast_dri.so + 0x113a1c)
                                                  #3  0x0000742b4970ad5c n/a (swrast_dri.so + 0x10ad5c)
                                                  #4  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #5  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)
                                                  ELF object binary architecture: AMD x86-64
feb 14 12:04:38 archlinux (udev-worker)[398]: input24: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:38 archlinux (udev-worker)[403]: input25: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:38 archlinux systemd[1]: systemd-coredump@0-1115-0.service: Deactivated successfully.
feb 14 12:04:38 archlinux systemd-coredump[1140]: Process 1136 (sddm-greeter) of user 970 dumped core.
                                                  
                                                  Stack trace of thread 1136:
                                                  #0  0x000077beddcab32c n/a (libc.so.6 + 0x8d32c)
                                                  #1  0x000077beddc5a6c8 raise (libc.so.6 + 0x3c6c8)
                                                  #2  0x000077beddc424b8 abort (libc.so.6 + 0x244b8)
                                                  #3  0x000077bede2a00c2 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0xa00c2)
                                                  #4  0x000077bede93f402 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x13f402)
                                                  #5  0x000077bede93fa99 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x13fa99)
                                                  #6  0x000077bede49b995 _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x29b995)
                                                  #7  0x000077bede93fb46 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13fb46)
                                                  #8  0x000077bede94087c _ZN15QGuiApplicationC1ERiPPci (libQt5Gui.so.5 + 0x14087c)
                                                  #9  0x00005eeaa6d748d9 n/a (sddm-greeter + 0x118d9)
                                                  #10 0x000077beddc43cd0 n/a (libc.so.6 + 0x25cd0)
                                                  #11 0x000077beddc43d8a __libc_start_main (libc.so.6 + 0x25d8a)
                                                  #12 0x00005eeaa6d78655 n/a (sddm-greeter + 0x15655)
                                                  ELF object binary architecture: AMD x86-64
feb 14 12:04:38 archlinux sddm-helper[1114]: [PAM] Closing session
feb 14 12:04:38 archlinux sddm-helper[1114]: [PAM] Ended.
feb 14 12:04:38 archlinux sddm-helper[1114]: pam_unix(sddm-greeter:session): session closed for user sddm
feb 14 12:04:38 archlinux sddm[764]: Auth: sddm-helper exited with 6
feb 14 12:04:38 archlinux sddm[764]: Greeter stopped. SDDM::Auth::HelperExitStatus(6)
feb 14 12:04:38 archlinux systemd[1]: systemd-coredump@1-1138-0.service: Deactivated successfully.
feb 14 12:04:38 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
feb 14 12:04:38 archlinux systemd-logind[567]: Session c1 logged out. Waiting for processes to exit.
feb 14 12:04:38 archlinux systemd-logind[567]: Removed session c1.
feb 14 12:04:38 archlinux sddm[764]: Display server stopped.
feb 14 12:04:38 archlinux sddm[764]: Running display stop script  ("/usr/share/sddm/scripts/Xstop")
feb 14 12:04:38 archlinux sddm[764]: Socket server stopping...
feb 14 12:04:38 archlinux sddm[764]: Socket server stopped.
feb 14 12:04:38 archlinux sddm[764]: Removing display SDDM::Display(0x5a2a5fd0a080) ...
feb 14 12:04:38 archlinux sddm[764]: Adding new display...
feb 14 12:04:38 archlinux sddm[764]: Loaded empty theme configuration
feb 14 12:04:38 archlinux sddm[764]: Xauthority path: "/run/sddm/xauth_WxgeLu"
feb 14 12:04:38 archlinux sddm[764]: Using VT 2
feb 14 12:04:38 archlinux sddm[764]: Display server starting...
feb 14 12:04:38 archlinux sddm[764]: Writing cookie to "/run/sddm/xauth_WxgeLu"
feb 14 12:04:38 archlinux sddm[764]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_WxgeLu -noreset -displayfd 18
feb 14 12:04:38 archlinux input-remapper-service[566]: Request to autoload for "DA V2 X Mouse"
feb 14 12:04:38 archlinux input-remapper-service[566]: ERROR: Request to autoload "DA V2 X Mouse" before a user told the service about their session using set_config_dir
feb 14 12:04:38 archlinux (udev-worker)[405]: event21: Process '/bin/input-remapper-control --command autoload --device /dev/input/event21' failed with exit code 4.
feb 14 12:04:38 archlinux input-remapper-service[566]: Request to autoload for "DA V2 X Mouse"
feb 14 12:04:38 archlinux input-remapper-service[566]: ERROR: Request to autoload "DA V2 X Mouse" before a user told the service about their session using set_config_dir
feb 14 12:04:38 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event19 (DA V2 X Consumer Control)
feb 14 12:04:38 archlinux input-remapper-service[566]: Request to autoload for "DA V2 X Mouse"
feb 14 12:04:38 archlinux input-remapper-service[566]: ERROR: Request to autoload "DA V2 X Mouse" before a user told the service about their session using set_config_dir
feb 14 12:04:38 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event20 (DA V2 X System Control)
feb 14 12:04:38 archlinux input-remapper-service[566]: Request to autoload for "DA V2 X Mouse"
feb 14 12:04:38 archlinux input-remapper-service[566]: ERROR: Request to autoload "DA V2 X Mouse" before a user told the service about their session using set_config_dir
feb 14 12:04:38 archlinux (udev-worker)[364]: mouse2: Process '/bin/input-remapper-control --command autoload --device /dev/input/mouse2' failed with exit code 4.
feb 14 12:04:38 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event22 (DA V2 X Keyboard)
feb 14 12:04:39 archlinux boltd[565]: probing: timeout, done: [2478033] (2000000)
feb 14 12:04:39 archlinux sddm[764]: Setting default cursor
feb 14 12:04:39 archlinux sddm[764]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
feb 14 12:04:39 archlinux sddm[764]: Display server started.
feb 14 12:04:39 archlinux sddm[764]: Socket server starting...
feb 14 12:04:39 archlinux sddm[764]: Socket server started.
feb 14 12:04:39 archlinux sddm[764]: Loading theme configuration from "/usr/share/sddm/themes/archlinux-simplyblack/theme.conf"
feb 14 12:04:39 archlinux sddm[764]: Greeter starting...
feb 14 12:04:39 archlinux sddm-helper[1220]: [PAM] Starting...
feb 14 12:04:39 archlinux sddm-helper[1220]: [PAM] Authenticating...
feb 14 12:04:39 archlinux sddm-helper[1220]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=970) by (uid=0)
feb 14 12:04:39 archlinux sddm-helper[1220]: [PAM] returning.
feb 14 12:04:39 archlinux systemd-logind[567]: New session c2 of user sddm.
feb 14 12:04:39 archlinux systemd[1]: Started Session c2 of User sddm.
feb 14 12:04:39 archlinux sddm-helper[1220]: Writing cookie to "/tmp/xauth_cLUuTZ"
feb 14 12:04:39 archlinux sddm-helper[1220]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-kcDgZA --theme /usr/share/sddm/themes/archlinux-simplyblack"
feb 14 12:04:39 archlinux sddm[764]: Greeter session started successfully
feb 14 12:04:39 archlinux sddm-greeter[1221]: High-DPI autoscaling Enabled
feb 14 12:04:39 archlinux sddm-greeter[1221]: Reading from "/usr/local/share/wayland-sessions/plasmawayland.desktop"
feb 14 12:04:39 archlinux sddm-greeter[1221]: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop"
feb 14 12:04:39 archlinux sddm-greeter[1221]: Reading from "/usr/local/share/xsessions/plasma.desktop"
feb 14 12:04:39 archlinux sddm-greeter[1221]: Reading from "/usr/share/xsessions/plasma.desktop"
feb 14 12:04:39 archlinux sddm-greeter[1221]: Loading theme configuration from "/usr/share/sddm/themes/archlinux-simplyblack/theme.conf"
feb 14 12:04:39 archlinux systemd[1120]: Created slice User Core Session Slice.
feb 14 12:04:39 archlinux systemd[1120]: Starting D-Bus User Message Bus...
feb 14 12:04:39 archlinux dbus-broker-launch[1224]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
feb 14 12:04:39 archlinux dbus-broker-launch[1224]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
feb 14 12:04:39 archlinux dbus-broker-launch[1224]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
feb 14 12:04:39 archlinux dbus-broker-launch[1224]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
feb 14 12:04:39 archlinux dbus-broker-launch[1224]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
feb 14 12:04:39 archlinux systemd[1120]: Started D-Bus User Message Bus.
feb 14 12:04:39 archlinux dbus-broker-launch[1224]: Ready
feb 14 12:04:39 archlinux sddm-greeter[1221]: Connected to the daemon.
feb 14 12:04:39 archlinux sddm[764]: Message received from greeter: Connect
feb 14 12:04:39 archlinux sddm-greeter[1221]: Loading file:///usr/share/sddm/themes/archlinux-simplyblack/Main.qml...
feb 14 12:04:40 archlinux sddm-greeter[1221]: file:///usr/lib/qt/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
feb 14 12:04:40 archlinux sddm-greeter[1221]: file:///usr/share/sddm/themes/archlinux-simplyblack/Main.qml:15:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
feb 14 12:04:40 archlinux sddm-greeter[1221]: Adding view for "eDP-1" QRect(0,0 1920x1080)
feb 14 12:04:40 archlinux sddm-greeter[1221]: Message received from daemon: Capabilities
feb 14 12:04:40 archlinux sddm-greeter[1221]: Message received from daemon: HostName
feb 14 12:04:41 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
feb 14 12:04:43 archlinux NetworkManager[564]: <info>  [1707908683.1472] manager: startup complete
feb 14 12:04:43 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=IT
feb 14 12:04:44 archlinux sddm-greeter[1221]: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop"
feb 14 12:04:44 archlinux sddm[764]: Message received from greeter: Login
feb 14 12:04:44 archlinux sddm[764]: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop"
feb 14 12:04:44 archlinux sddm[764]: Session "/usr/share/wayland-sessions/plasmawayland.desktop" selected, command: "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" for VT 1
feb 14 12:04:44 archlinux sddm-helper[1246]: [PAM] Starting...
feb 14 12:04:44 archlinux sddm-helper[1246]: [PAM] Authenticating...
feb 14 12:04:44 archlinux sddm-helper[1246]: [PAM] Preparing to converse...
feb 14 12:04:44 archlinux sddm-helper[1246]: [PAM] Conversation with 1 messages
feb 14 12:04:44 archlinux sddm-helper[1246]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
feb 14 12:04:44 archlinux sddm-helper[1246]: [PAM] returning.
feb 14 12:04:44 archlinux sddm[764]: Authentication for user  "raffaele"  successful
feb 14 12:04:44 archlinux sddm-helper[1246]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
feb 14 12:04:44 archlinux sddm-greeter[1221]: Message received from daemon: LoginSucceeded
feb 14 12:04:44 archlinux sddm-helper[1246]: pam_unix(sddm:session): session opened for user raffaele(uid=1000) by raffaele(uid=0)
feb 14 12:04:44 archlinux systemd-logind[567]: New session 2 of user raffaele.
feb 14 12:04:44 archlinux systemd[1]: Created slice User Slice of UID 1000.
feb 14 12:04:44 archlinux sddm-helper[1220]: [PAM] Closing session
feb 14 12:04:44 archlinux sddm-helper[1220]: [PAM] Ended.
feb 14 12:04:44 archlinux sddm-helper[1220]: pam_unix(sddm-greeter:session): session closed for user sddm
feb 14 12:04:44 archlinux sddm[764]: Auth: sddm-helper exited successfully
feb 14 12:04:44 archlinux sddm[764]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
feb 14 12:04:44 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
feb 14 12:04:44 archlinux systemd[1]: session-c2.scope: Deactivated successfully.
feb 14 12:04:44 archlinux systemd-logind[567]: Session c2 logged out. Waiting for processes to exit.
feb 14 12:04:44 archlinux systemd-logind[567]: Removed session c2.
feb 14 12:04:44 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
feb 14 12:04:44 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
feb 14 12:04:44 archlinux systemd[1]: Starting User Manager for UID 1000...
feb 14 12:04:44 archlinux (systemd)[1253]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[raffaele] ruser=[<unknown>] rhost=[<unknown>]
feb 14 12:04:44 archlinux (systemd)[1253]: pam_unix(systemd-user:session): session opened for user raffaele(uid=1000) by raffaele(uid=0)
feb 14 12:04:44 archlinux systemd[1253]: Queued start job for default target Main User Target.
feb 14 12:04:44 archlinux systemd-journald[317]: /var/log/journal/88212c790a3b43cc87f48e89fce63985/user-1000.journal: Journal file uses a different sequence number ID, rotating.
feb 14 12:04:44 archlinux sddm-helper[1246]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
feb 14 12:04:44 archlinux systemd[1253]: Created slice User Application Slice.
feb 14 12:04:44 archlinux sddm-helper[1267]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
feb 14 12:04:44 archlinux systemd[1253]: Reached target Paths.
feb 14 12:04:44 archlinux systemd[1253]: Reached target Timers.
feb 14 12:04:44 archlinux systemd[1253]: Starting D-Bus User Message Bus Socket...
feb 14 12:04:44 archlinux systemd[1253]: Listening on GnuPG network certificate management daemon.
feb 14 12:04:44 archlinux systemd[1253]: Listening on GCR ssh-agent wrapper.
feb 14 12:04:44 archlinux systemd[1253]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
feb 14 12:04:44 archlinux systemd[1253]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
feb 14 12:04:44 archlinux systemd[1253]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
feb 14 12:04:44 archlinux systemd[1253]: Listening on GnuPG cryptographic agent and passphrase cache.
feb 14 12:04:44 archlinux systemd[1253]: Listening on GnuPG public key management service.
feb 14 12:04:44 archlinux systemd[1253]: Listening on p11-kit server.
feb 14 12:04:44 archlinux systemd[1253]: Listening on PipeWire Multimedia System Sockets.
feb 14 12:04:44 archlinux systemd[1253]: Listening on Sound System.
feb 14 12:04:44 archlinux systemd[1253]: Listening on D-Bus User Message Bus Socket.
feb 14 12:04:44 archlinux systemd[1253]: Reached target Sockets.
feb 14 12:04:44 archlinux systemd[1253]: Reached target Basic System.
feb 14 12:04:44 archlinux systemd[1]: Started User Manager for UID 1000.
feb 14 12:04:44 archlinux systemd[1253]: Starting Update XDG user dir configuration...
feb 14 12:04:44 archlinux systemd[1]: Started Session 2 of User raffaele.
feb 14 12:04:44 archlinux systemd[1253]: Finished Update XDG user dir configuration.
feb 14 12:04:44 archlinux systemd[1253]: Reached target Main User Target.
feb 14 12:04:44 archlinux systemd[1253]: Startup finished in 100ms.
feb 14 12:04:44 archlinux sddm-helper[1246]: Starting Wayland user session: "/usr/share/sddm/scripts/wayland-session" "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
feb 14 12:04:44 archlinux sddm-helper[1269]: Jumping to VT 1
feb 14 12:04:44 archlinux sddm-helper[1269]: VT mode didn't need to be fixed
feb 14 12:04:44 archlinux sddm[764]: Session started true
feb 14 12:04:44 archlinux systemd[1]: Starting Locale Service...
feb 14 12:04:44 archlinux systemd[1]: Started Locale Service.
feb 14 12:04:44 archlinux systemd[1253]: Created slice User Core Session Slice.
feb 14 12:04:44 archlinux systemd[1253]: Starting D-Bus User Message Bus...
feb 14 12:04:44 archlinux dbus-broker-launch[1280]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
feb 14 12:04:44 archlinux dbus-broker-launch[1280]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
feb 14 12:04:44 archlinux dbus-broker-launch[1280]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
feb 14 12:04:44 archlinux dbus-broker-launch[1280]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
feb 14 12:04:44 archlinux dbus-broker-launch[1280]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
feb 14 12:04:44 archlinux systemd[1253]: Started D-Bus User Message Bus.
feb 14 12:04:44 archlinux dbus-broker-launch[1280]: Ready
feb 14 12:04:44 archlinux systemd[1253]: Reloading requested from client PID 1269 ('startplasma-way')...
feb 14 12:04:44 archlinux systemd[1253]: Reloading...
feb 14 12:04:44 archlinux systemd[1253]: Reloading finished in 68 ms.
feb 14 12:04:44 archlinux systemd[1253]: Created slice Slice /app/dbus-:1.2-org.kde.KSplash.
feb 14 12:04:44 archlinux systemd[1253]: Started dbus-:1.2-org.kde.KSplash@0.service.
feb 14 12:04:44 archlinux systemd[1253]: Created slice User Background Tasks Slice.
feb 14 12:04:44 archlinux systemd[1253]: Reached target Session services which should run early before the graphical session is brought up.
feb 14 12:04:44 archlinux systemd[1253]: Starting KDE Window Manager...
feb 14 12:04:44 archlinux systemd[1253]: Starting Baloo File Indexer Daemon...
feb 14 12:04:44 archlinux systemd[1253]: Started KDE Window Manager.
feb 14 12:04:44 archlinux systemd[1253]: Starting KDE Config Module Initialization...
feb 14 12:04:44 archlinux systemd[1253]: Started Baloo File Indexer Daemon.
feb 14 12:04:45 archlinux systemd[1253]: Starting Portal service...
feb 14 12:04:45 archlinux systemd[1]: Starting Disk Manager...
feb 14 12:04:45 archlinux udisksd[1302]: udisks daemon version 2.10.1 starting
feb 14 12:04:45 archlinux systemd[1253]: Starting flatpak document portal service...
feb 14 12:04:45 archlinux systemd[1253]: Starting sandboxed app permission store...
feb 14 12:04:45 archlinux systemd[1253]: Started sandboxed app permission store.
feb 14 12:04:45 archlinux systemd[1253]: Started flatpak document portal service.
feb 14 12:04:45 archlinux xdg-desktop-por[1300]: Choosing gtk.portal for org.freedesktop.impl.portal.Lockdown as a last-resort fallback
feb 14 12:04:45 archlinux xdg-desktop-por[1300]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
feb 14 12:04:45 archlinux systemd[1253]: Starting Portal service (GTK/GNOME implementation)...
feb 14 12:04:45 archlinux kernel: block nvme0n1: No UUID available providing old NGUID
feb 14 12:04:45 archlinux kwin_wayland[1292]: No backend specified, automatically choosing drm
feb 14 12:04:45 archlinux systemd[1]: Started Disk Manager.
feb 14 12:04:45 archlinux systemd[1]: Starting Daemon for power management...
feb 14 12:04:45 archlinux udisksd[1302]: Acquired the name org.freedesktop.UDisks2 on the system message bus
feb 14 12:04:45 archlinux systemd[1]: Started Daemon for power management.
feb 14 12:04:45 archlinux baloo_file[1290]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.50'
feb 14 12:04:45 archlinux baloo_file[1290]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.52'
feb 14 12:04:45 archlinux kwin_wayland[1292]: OpenGL vendor string:                   AMD
feb 14 12:04:45 archlinux kwin_wayland[1292]: OpenGL renderer string:                 AMD Radeon Graphics (radeonsi, rembrandt, LLVM 16.0.6, DRM 3.57, 6.7.4-zen1-1-zen)
feb 14 12:04:45 archlinux kwin_wayland[1292]: OpenGL version string:                  4.6 (Core Profile) Mesa 23.3.5-arch1.1
feb 14 12:04:45 archlinux kwin_wayland[1292]: OpenGL shading language version string: 4.60
feb 14 12:04:45 archlinux kwin_wayland[1292]: Driver:                                 Unknown
feb 14 12:04:45 archlinux kwin_wayland[1292]: GPU class:                              Unknown
feb 14 12:04:45 archlinux kwin_wayland[1292]: OpenGL version:                         4.6
feb 14 12:04:45 archlinux kwin_wayland[1292]: GLSL version:                           4.60
feb 14 12:04:45 archlinux kwin_wayland[1292]: Mesa version:                           23.3.5
feb 14 12:04:45 archlinux kwin_wayland[1292]: Linux kernel version:                   6.7.4
feb 14 12:04:45 archlinux kwin_wayland[1292]: Requires strict binding:                no
feb 14 12:04:45 archlinux kwin_wayland[1292]: GLSL shaders:                           yes
feb 14 12:04:45 archlinux kwin_wayland[1292]: Texture NPOT support:                   yes
feb 14 12:04:45 archlinux kwin_wayland[1292]: Virtual Machine:                        no
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1365]: (WW) Option "-listen" for file descriptors is deprecated
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1365]: Please use "-listenfd" instead.
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1365]: (WW) Option "-listen" for file descriptors is deprecated
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1365]: Please use "-listenfd" instead.
feb 14 12:04:45 archlinux kcminit_startup[1296]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: The XKEYBOARD keymap compiler (xkbcomp) reports:
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86NextElement
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86PreviousElement
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86MarkWaypoint
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86Sos
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86NavChart
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86FishingChart
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86DualRangeRadar
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86RadarOverlay
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86TraditionalSonar
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86ClearvuSonar
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86SidevuSonar
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: > Warning:          Could not resolve keysym XF86NavInfo
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1383]: Errors from xkbcomp are not fatal to the X server
feb 14 12:04:45 archlinux systemd[1253]: Starting Accessibility services bus...
feb 14 12:04:45 archlinux systemd[1253]: Started Accessibility services bus.
feb 14 12:04:45 archlinux at-spi-bus-launcher[1389]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
feb 14 12:04:45 archlinux at-spi-bus-launcher[1389]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
feb 14 12:04:45 archlinux kcminit_startup[1296]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
feb 14 12:04:45 archlinux dbus-broker-launch[1389]: Ready
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: The XKEYBOARD keymap compiler (xkbcomp) reports:
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Unsupported maximum keycode 708, clipping.
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: >                   X11 cannot support keycodes above 255.
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86NextElement
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86PreviousElement
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86MarkWaypoint
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86Sos
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86NavChart
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86FishingChart
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86DualRangeRadar
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86RadarOverlay
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86TraditionalSonar
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86ClearvuSonar
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86SidevuSonar
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: > Warning:          Could not resolve keysym XF86NavInfo
feb 14 12:04:45 archlinux kwin_wayland_wrapper[1391]: Errors from xkbcomp are not fatal to the X server
feb 14 12:04:45 archlinux systemd[1253]: Created slice Slice /app/dbus-:1.14-org.a11y.atspi.Registry.
feb 14 12:04:45 archlinux kcminit_startup[1296]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
feb 14 12:04:45 archlinux systemd[1253]: Started dbus-:1.14-org.a11y.atspi.Registry@0.service.
feb 14 12:04:45 archlinux systemd[1]: Starting RealtimeKit Scheduling Policy Service...
feb 14 12:04:45 archlinux systemd[1253]: Started KDE Config Module Initialization.
feb 14 12:04:45 archlinux systemd[1253]: Started Portal service (GTK/GNOME implementation).
feb 14 12:04:45 archlinux systemd[1253]: Starting KDE Session Management Server...
feb 14 12:04:45 archlinux systemd[1253]: Started Unlock kwallet from pam credentials.
feb 14 12:04:45 archlinux systemd[1253]: Starting KDE Daemon...
feb 14 12:04:45 archlinux at-spi2-registryd[1396]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
feb 14 12:04:45 archlinux rtkit-daemon[1399]: Successfully called chroot.
feb 14 12:04:45 archlinux rtkit-daemon[1399]: Successfully dropped privileges.
feb 14 12:04:45 archlinux systemd[1]: Started RealtimeKit Scheduling Policy Service.
feb 14 12:04:45 archlinux rtkit-daemon[1399]: Successfully limited resources.
feb 14 12:04:45 archlinux rtkit-daemon[1399]: Running.
feb 14 12:04:45 archlinux rtkit-daemon[1399]: Canary thread running.
feb 14 12:04:45 archlinux rtkit-daemon[1399]: Watchdog thread running.
feb 14 12:04:45 archlinux rtkit-daemon[1399]: Supervising 0 threads of 0 processes of 0 users.
feb 14 12:04:45 archlinux rtkit-daemon[1399]: Supervising 0 threads of 0 processes of 0 users.
feb 14 12:04:45 archlinux rtkit-daemon[1399]: Supervising 0 threads of 0 processes of 0 users.
feb 14 12:04:45 archlinux systemd[1253]: Started KDE Daemon.
feb 14 12:04:45 archlinux ksmserver[1400]: Qt: Session management error: networkIdsList argument is NULL
feb 14 12:04:45 archlinux systemd[1253]: Starting KDE Configuration Module Initialization (Phase 1)...
feb 14 12:04:45 archlinux systemd[1253]: Started KDE Session Management Server.
feb 14 12:04:45 archlinux systemd[1253]: Starting KDE Plasma Workspace...
feb 14 12:04:45 archlinux kcminit_startup[1296]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
feb 14 12:04:45 archlinux kcminit_startup[1296]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
feb 14 12:04:45 archlinux systemd[1253]: Finished KDE Configuration Module Initialization (Phase 1).
feb 14 12:04:45 archlinux kernel: warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
feb 14 12:04:45 archlinux systemd[1253]: Starting User preferences database...
feb 14 12:04:45 archlinux systemd[1253]: Started User preferences database.
feb 14 12:04:45 archlinux kded5[1402]: Installing the delayed initialization callback.
feb 14 12:04:45 archlinux NetworkManager[564]: <info>  [1707908685.9776] agent-manager: agent[a4f6b3382c773811,:1.56/org.kde.plasma.networkmanagement/1000]: agent registered
feb 14 12:04:45 archlinux plasmashell[1452]: Checking screens: available: (QScreen(0x60e58657ad70, name="eDP-1")) redundant: QHash() fake: QSet() all: (QScreen(0x60e58657ad70, name="eDP-1"))
feb 14 12:04:45 archlinux systemd[1253]: Starting KActivityManager Activity manager Service...
feb 14 12:04:46 archlinux kded5[1402]: Delayed initialization.
feb 14 12:04:46 archlinux kded5[1402]: Reloading the khotkeys configuration
feb 14 12:04:46 archlinux kded5[1402]: Version 2 File!
feb 14 12:04:46 archlinux kded5[1402]: true
feb 14 12:04:46 archlinux kded5[1402]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
feb 14 12:04:46 archlinux systemd[1253]: Started KDE Plasma Workspace.
feb 14 12:04:46 archlinux kded5[1402]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
feb 14 12:04:46 archlinux systemd[1253]: Reached target KDE Plasma Workspace Core.
feb 14 12:04:46 archlinux kded5[1402]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
feb 14 12:04:46 archlinux kded5[1402]: 
feb 14 12:04:46 archlinux systemd[1253]: Started Proxies GTK DBus menus to a Plasma readable format.
feb 14 12:04:46 archlinux systemd[1253]: Starting KDE PolicyKit Authentication Agent...
feb 14 12:04:46 archlinux systemd[1253]: Starting Powerdevil...
feb 14 12:04:46 archlinux systemd[1253]: Starting Xdg Desktop Portal For KDE...
feb 14 12:04:46 archlinux systemd[1253]: Started Handle legacy xembed system tray icons.
feb 14 12:04:46 archlinux systemd[1253]: Started KActivityManager Activity manager Service.
feb 14 12:04:46 archlinux dbus-broker-launch[559]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
feb 14 12:04:46 archlinux kded5[1402]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner" 
                                        "Could not activate remote peer: activation request failed: unknown unit."
feb 14 12:04:46 archlinux plasmashell[1452]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
feb 14 12:04:46 archlinux plasmashell[1452]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
feb 14 12:04:46 archlinux plasmashell[1452]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
feb 14 12:04:46 archlinux plasmashell[1452]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
feb 14 12:04:46 archlinux plasmashell[1452]: kf.plasma.quick: Applet preload policy set to 1
feb 14 12:04:46 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.kded.smart.
feb 14 12:04:46 archlinux systemd[1]: Started dbus-:1.2-org.kde.kded.smart@0.service.
feb 14 12:04:46 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.discretegpuhelper.
feb 14 12:04:46 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service.
feb 14 12:04:46 archlinux kded5[1402]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
feb 14 12:04:46 archlinux kded5[1402]: kf.bluezqt: PendingCall Error: "The name is not activatable"
feb 14 12:04:46 archlinux kded5[1402]: Known activities: ("5bb22104-d40e-458b-99f9-f54af271dba5")
feb 14 12:04:46 archlinux kded5[1402]: kscreen.kded: PowerDevil SuspendSession action not available!
feb 14 12:04:46 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.chargethresholdhelper.
feb 14 12:04:46 archlinux systemd[1253]: Started KDE PolicyKit Authentication Agent.
feb 14 12:04:46 archlinux polkit-kde-authentication-agent-1[1517]: KXMessages used on non-X11 platform! This is an application bug.
feb 14 12:04:46 archlinux polkit-kde-authentication-agent-1[1517]: New PolkitAgentListener  0x5b68585ed3e0
feb 14 12:04:46 archlinux polkit-kde-authentication-agent-1[1517]: Adding new listener  PolkitQt1::Agent::Listener(0x5b68585ebb30) for  0x5b68585ed3e0
feb 14 12:04:46 archlinux polkit-kde-authentication-agent-1[1517]: Listener online
feb 14 12:04:46 archlinux systemd[1253]: Started Xdg Desktop Portal For KDE.
feb 14 12:04:46 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service.
feb 14 12:04:46 archlinux systemd[1253]: Started PipeWire Multimedia Service.
feb 14 12:04:46 archlinux polkitd[580]: Registered Authentication Agent for unix-session:2 (system bus name :1.69 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8)
feb 14 12:04:46 archlinux polkit-kde-authentication-agent-1[1517]: Authentication agent result: true
feb 14 12:04:46 archlinux systemd[1253]: Started PipeWire Media Session Manager.
feb 14 12:04:46 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.backlighthelper.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Supervising 0 threads of 0 processes of 0 users.
feb 14 12:04:46 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Supervising 0 threads of 0 processes of 0 users.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Supervising 0 threads of 0 processes of 0 users.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Successfully made thread 1601 of process 1601 owned by '1000' high priority at nice level -11.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Supervising 1 threads of 1 processes of 1 users.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Supervising 1 threads of 1 processes of 1 users.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Supervising 1 threads of 1 processes of 1 users.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Supervising 1 threads of 1 processes of 1 users.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Successfully made thread 1616 of process 1602 owned by '1000' RT at priority 20.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Supervising 2 threads of 2 processes of 1 users.
feb 14 12:04:46 archlinux backlighthelper[1611]: org.kde.powerdevil: no kernel backlight interface found
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Successfully made thread 1617 of process 1601 owned by '1000' RT at priority 20.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Supervising 3 threads of 2 processes of 1 users.
feb 14 12:04:46 archlinux systemd[1253]: Started Portal service.
feb 14 12:04:46 archlinux kcminit[1591]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
feb 14 12:04:46 archlinux org_kde_powerdevil[1518]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
feb 14 12:04:46 archlinux org_kde_powerdevil[1518]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
feb 14 12:04:46 archlinux org_kde_powerdevil[1518]: ddca_get_display_info_list2 called before ddca_init2() or ddca_init()
feb 14 12:04:46 archlinux libddcutil[1518]: Initializing libddcutil.  ddcutil version: 2.1.3, shared library: /usr/lib/libddcutil.so.5.1.2
feb 14 12:04:46 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
feb 14 12:04:46 archlinux plasmashell[1452]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
feb 14 12:04:46 archlinux plasmashell[1452]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
feb 14 12:04:46 archlinux plasmashell[1452]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
feb 14 12:04:46 archlinux kioslave5[1646]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
feb 14 12:04:46 archlinux kioslave5[1646]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
feb 14 12:04:46 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:46 archlinux plasmashell[1452]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
feb 14 12:04:46 archlinux plasmashell[1452]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
feb 14 12:04:46 archlinux plasmashell[1452]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
feb 14 12:04:46 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:46 archlinux systemd[1253]: Starting Sound Service...
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Successfully made thread 1689 of process 1689 owned by '1000' high priority at nice level -11.
feb 14 12:04:46 archlinux rtkit-daemon[1399]: Supervising 4 threads of 3 processes of 1 users.
feb 14 12:04:46 archlinux plasmashell[1452]: qml: Reading resources from configuration: [{"sourceName":"acpi/Thermal_Zone/0-acpitz/Temperature","alias":"CPU","overrideLimitTemperatures":false,"warningTemperature":70,"meltdownTemperature":90,"virtual":false,"childSourceObjects":{"acpi/Thermal_Zone/0-acpitz/Temperature":{"temperature":0},"lmsensors/BAT1-acpi-0/curr1":{"temperature":0},"lmsensors/BAT1-acpi-0/in0":{"temperature":0},"lmsensors/acpitz-acpi-0/temp1":{"temperature":0},"lmsensors/amdgpu-pci-7500/PPT":{"temperature":0},"lmsensors/amdgpu-pci-7500/edge":{"temperature":0},"lmsensors/amdgpu-pci-7500/vddgfx":{"temperature":0},"lmsensors/amdgpu-pci-7500/vddnb":{"temperature":0},"lmsensors/ath11k_hwmon-pci-0400/temp1":{"temperature":0},"lmsensors/k10temp-pci-00c3/Tctl":{"temperature":0},"lmsensors/nvme-pci-0200/Composite":{"temperature":0},"lmsensors/nvme-pci-0500/Composite":{"temperature":0},"lmsensors/nvme-pci-0500/Sensor_1":{"temperature":0},"lmsensors/nvme-pci-0500/Sensor_2":{"temperature":0},"lmsensors/nvme-pci-0500/Sensor_8":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/curr1":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/in0":{"temperature":0},"nvidia-smi":{"temperature":0},"udisks/CT500P3SSD8_2332E86BA4E4":{"temperature":0},"udisks/WD_PC_SN810_SDCQNRY_512G_1014_22231Q801981":{"temperature":0}}},{"sourceName":"nvidia-smi","alias":"GPU","overrideLimitTemperatures":false,"warningTemperature":70,"meltdownTemperature":90,"virtual":false,"childSourceObjects":{"acpi/Thermal_Zone/0-acpitz/Temperature":{"temperature":0},"lmsensors/BAT1-acpi-0/curr1":{"temperature":0},"lmsensors/BAT1-acpi-0/in0":{"temperature":0},"lmsensors/acpitz-acpi-0/temp1":{"temperature":0},"lmsensors/amdgpu-pci-7500/PPT":{"temperature":0},"lmsensors/amdgpu-pci-7500/edge":{"temperature":0},"lmsensors/amdgpu-pci-7500/vddgfx":{"temperature":0},"lmsensors/amdgpu-pci-7500/vddnb":{"temperature":0},"lmsensors/ath11k_hwmon-pci-0400/temp1":{"temperature":0},"lmsensors/k10temp-pci-00c3/Tctl":{"temperature":0},"lmsensors/nvme-pci-0200/Composite":{"temperature":0},"lmsensors/nvme-pci-0500/Composite":{"temperature":0},"lmsensors/nvme-pci-0500/Sensor_1":{"temperature":0},"lmsensors/nvme-pci-0500/Sensor_2":{"temperature":0},"lmsensors/nvme-pci-0500/Sensor_8":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/curr1":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/in0":{"temperature":0},"nvidia-smi":{"temperature":0},"udisks/CT500P3SSD8_2332E86BA4E4":{"temperature":0},"udisks/WD_PC_SN810_SDCQNRY_512G_1014_22231Q801981":{"temperature":0}}}]
feb 14 12:04:46 archlinux libddcutil[1518]: Library initialization complete.
feb 14 12:04:47 archlinux plasmashell[1452]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
feb 14 12:04:47 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:47 archlinux kioslave5[1682]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
feb 14 12:04:47 archlinux systemd[1253]: Started Powerdevil.
feb 14 12:04:47 archlinux systemd[1253]: Reached target KDE Plasma Workspace.
feb 14 12:04:47 archlinux systemd[1253]: Reached target Current graphical user session.
feb 14 12:04:47 archlinux systemd[1253]: Reached target plasma-workspace-wayland.target.
feb 14 12:04:47 archlinux systemd[1253]: Starting AT-SPI D-Bus Bus...
feb 14 12:04:47 archlinux systemd[1253]: Starting Geoclue Demo agent...
feb 14 12:04:47 archlinux systemd[1253]: Starting input-remapper-autoload...
feb 14 12:04:47 archlinux systemd[1253]: Starting Accessibility...
feb 14 12:04:47 archlinux systemd[1253]: Starting Klipper...
feb 14 12:04:47 archlinux org_kde_powerdevil[1518]: org.kde.powerdevil: Handle button events action could not check for screen configuration
feb 14 12:04:47 archlinux systemd[1253]: Starting NetworkManager Applet...
feb 14 12:04:47 archlinux org_kde_powerdevil[1518]: org.kde.powerdevil: The profile  "AC" tried to activate "DimDisplay" a non-existent action. This is usually due to an installation problem, a configuration problem, or because the action is not supported
feb 14 12:04:47 archlinux systemd[1253]: Starting Discover...
feb 14 12:04:47 archlinux systemd[1253]: Starting Latte...
feb 14 12:04:47 archlinux systemd[1253]: Starting Welcome Center...
feb 14 12:04:47 archlinux systemd[1253]: Starting Update Notifier...
feb 14 12:04:47 archlinux systemd[1253]: Starting Update Notifier...
feb 14 12:04:47 archlinux systemd[1253]: Starting Update Notifier Tray Icon...
feb 14 12:04:47 archlinux systemd[1253]: Starting PulseAudio Sound System...
feb 14 12:04:47 archlinux systemd[1253]: Starting xapp-sn-watcher...
feb 14 12:04:47 archlinux systemd[1253]: Starting KSplash "ready" Stage...
feb 14 12:04:47 archlinux systemd[1253]: Starting KDE Session Restoration...
feb 14 12:04:47 archlinux systemd[1253]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
feb 14 12:04:47 archlinux systemd[1253]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
feb 14 12:04:47 archlinux systemd[1253]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
feb 14 12:04:47 archlinux systemd[1253]: Condition check resulted in NetworkManager Applet being skipped.
feb 14 12:04:47 archlinux org_kde_powerdevil[1518]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
feb 14 12:04:47 archlinux systemd[1253]: app-pamac\x2dtray@autostart.service: Skipped due to 'exec-condition'.
feb 14 12:04:47 archlinux systemd[1253]: Condition check resulted in Update Notifier being skipped.
feb 14 12:04:47 archlinux systemd[1253]: app-pamac\x2dtray\x2dbudgie@autostart.service: Skipped due to 'exec-condition'.
feb 14 12:04:47 archlinux systemd[1253]: Condition check resulted in Update Notifier being skipped.
feb 14 12:04:47 archlinux systemd[1253]: Started input-remapper-autoload.
feb 14 12:04:47 archlinux systemd[1253]: Started Latte.
feb 14 12:04:47 archlinux systemd[1253]: Started Accessibility.
feb 14 12:04:47 archlinux systemd[1253]: Started Geoclue Demo agent.
feb 14 12:04:47 archlinux systemd[1253]: Started Discover.
feb 14 12:04:47 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:47 archlinux systemd[1253]: Finished KDE Session Restoration.
feb 14 12:04:47 archlinux systemd[1253]: Started Update Notifier Tray Icon.
feb 14 12:04:47 archlinux systemd[1253]: Started PulseAudio Sound System.
feb 14 12:04:47 archlinux systemd[1253]: Started xapp-sn-watcher.
feb 14 12:04:47 archlinux systemd[1253]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
feb 14 12:04:47 archlinux systemd[1253]: Condition check resulted in Klipper being skipped.
feb 14 12:04:47 archlinux systemd[1253]: app-org.kde.plasma\x2dwelcome@autostart.service: Skipped due to 'exec-condition'.
feb 14 12:04:47 archlinux systemd[1253]: Condition check resulted in Welcome Center being skipped.
feb 14 12:04:47 archlinux systemd[1253]: Reached target Startup of XDG autostart applications.
feb 14 12:04:47 archlinux plasmashell[1452]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
feb 14 12:04:47 archlinux kaccess[1750]: Xlib XKB extension major= 1  minor= 0
feb 14 12:04:47 archlinux plasmashell[1452]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
feb 14 12:04:47 archlinux plasmashell[1452]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
feb 14 12:04:47 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:47 archlinux plasmashell[1452]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
feb 14 12:04:47 archlinux DiscoverNotifier[1755]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Impossibile caricare la libreria /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: impossibile aprire il file oggetto condiviso: File o directory non esistente)"
feb 14 12:04:47 archlinux DiscoverNotifier[1755]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Impossibile caricare la libreria /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: impossibile aprire il file oggetto condiviso: File o directory non esistente)"
feb 14 12:04:47 archlinux DiscoverNotifier[1755]: couldn't find any notifier backend ("/usr/lib/qt/plugins", "/usr/lib")
feb 14 12:04:47 archlinux kaccess[1750]: X server XKB extension major= 1  minor= 0
feb 14 12:04:47 archlinux pamac-tray-plas[1759]: updates_checker.vala:70: check updates
feb 14 12:04:47 archlinux kded5[1402]: Registering ":1.48/StatusNotifierItem" to system tray
feb 14 12:04:47 archlinux kded5[1402]: Registering ":1.49/StatusNotifierItem" to system tray
feb 14 12:04:47 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:47 archlinux bash[1734]: Connected to the service
feb 14 12:04:47 archlinux input-remapper-service[566]: Loaded config from "/home/raffaele/.config/input-remapper-2/config.json"
feb 14 12:04:47 archlinux input-remapper-service[566]: Loaded config from "/home/raffaele/.config/input-remapper-2/config.json"
feb 14 12:04:47 archlinux input-remapper-service[566]: Stopping all injections
feb 14 12:04:47 archlinux bash[1734]: Done
feb 14 12:04:47 archlinux plasmashell[1452]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
feb 14 12:04:47 archlinux plasmashell[1452]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
feb 14 12:04:47 archlinux plasmashell[1452]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:18:1: QML MouseArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
feb 14 12:04:47 archlinux plasmashell[1452]: Both point size and pixel size set. Using pixel size.
feb 14 12:04:47 archlinux plasmashell[1452]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml:78:9: QML GridLayout (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
feb 14 12:04:47 archlinux plasmashell[1452]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
feb 14 12:04:47 archlinux plasmashell[1452]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
feb 14 12:04:47 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:47 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:47 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:47 archlinux plasmashell[1452]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
feb 14 12:04:47 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:47 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:47 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:04:47 archlinux bash[1725]: Connected to the service
feb 14 12:04:47 archlinux input-remapper-service[566]: Loaded config from "/home/raffaele/.config/input-remapper-2/config.json"
feb 14 12:04:47 archlinux input-remapper-service[566]: Loaded config from "/home/raffaele/.config/input-remapper-2/config.json"
feb 14 12:04:47 archlinux bash[1725]: Autoloading all
feb 14 12:04:47 archlinux input-remapper-service[566]: Autoloading for all devices
feb 14 12:04:47 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:47 archlinux kioslave5[1682]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
feb 14 12:04:47 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:47 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:47 archlinux input-remapper-service[566]: Found "Sleep Button", "AT Translated Set 2 keyboard", "Acer Wireless Radio Control", "Video Bus", "SYNA7DB5:01 06CB:CD41 Mouse", "Logitech Gamepad F710", "Acer WMI hotkeys", "DA V2 X Mouse"
feb 14 12:04:47 archlinux input-remapper-service[566]: Autoloading for "DA V2 X Mouse"
feb 14 12:04:47 archlinux input-remapper-service[566]: Request to start injecting for "DA V2 X Mouse"
feb 14 12:04:47 archlinux input-remapper-service[566]: Loading preset from "/home/raffaele/.config/input-remapper-2/presets/DA V2 X Mouse/Nuova preinpostazione.json"
feb 14 12:04:47 archlinux kernel: input: input-remapper keyboard as /devices/virtual/input/input28
feb 14 12:04:47 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:48 archlinux (udev-worker)[1906]: input28: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:48 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:48 archlinux bash[1725]: Done
feb 14 12:04:48 archlinux input-remapper-service[1925]: Starting injecting the preset for "DA V2 X Mouse"
feb 14 12:04:48 archlinux kernel: input: input-remapper DA V2 X Keyboard forwarded as /devices/virtual/input/input29
feb 14 12:04:48 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:48 archlinux (udev-worker)[1326]: input29: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:48 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.3118] policy: auto-activating connection 'FRITZ!Box 7590 AT' (eb9efa9a-2f15-431b-a122-5fb7daf16068)
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.3121] device (wlan0): Activation: starting connection 'FRITZ!Box 7590 AT' (eb9efa9a-2f15-431b-a122-5fb7daf16068)
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.3122] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.3124] manager: NetworkManager state is now CONNECTING
feb 14 12:04:48 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.3758] device (wlan0): set-hw-addr: reset MAC address to 9C:2F:9D:7E:97:C1 (preserve)
feb 14 12:04:48 archlinux (udev-worker)[1906]: event23: Process '/bin/input-remapper-control --command autoload --device /dev/input/event23' failed with exit code 4.
feb 14 12:04:48 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event23 (input-remapper keyboard)
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4489] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4492] device (wlan0): Activation: (wifi) access point 'FRITZ!Box 7590 AT' has security, but secrets are required.
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4493] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4494] sup-iface[4966b615c5acbfd3,0,wlan0]: wps: type pbc start...
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4496] device (wlan0): supplicant interface state: disconnected -> interface_disabled
feb 14 12:04:48 archlinux kded5[1402]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4585] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
feb 14 12:04:48 archlinux plasmashell[1452]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4586] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4589] device (wlan0): Activation: (wifi) connection 'FRITZ!Box 7590 AT' has security, and secrets exist.  No new secrets needed.
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4590] Config: added 'ssid' value 'FRITZ!Box 7590 AT'
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4590] Config: added 'scan_ssid' value '1'
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4590] Config: added 'bgscan' value 'simple:30:-65:300'
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4590] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4590] Config: added 'auth_alg' value 'OPEN'
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4590] Config: added 'psk' value '<hidden>'
feb 14 12:04:48 archlinux wpa_supplicant[992]: wlan0: WPS-CANCEL
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.4606] device (wlan0): supplicant interface state: interface_disabled -> inactive
feb 14 12:04:48 archlinux wpa_supplicant[992]: wlan0: SME: Trying to authenticate with 98:9b:cb:9d:6f:1c (SSID='FRITZ!Box 7590 AT' freq=5220 MHz)
feb 14 12:04:48 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:48 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:48 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:48 archlinux kernel: wlan0: authenticate with 98:9b:cb:9d:6f:1c (local address=9c:2f:9d:7e:97:c1)
feb 14 12:04:48 archlinux kernel: wlan0: send auth to 98:9b:cb:9d:6f:1c (try 1/3)
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.5906] device (wlan0): supplicant interface state: inactive -> authenticating
feb 14 12:04:48 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:48 archlinux plasmashell[1452]: kf5idletime_wayland: This plugin does not support polling idle time
feb 14 12:04:48 archlinux wpa_supplicant[992]: wlan0: Trying to associate with 98:9b:cb:9d:6f:1c (SSID='FRITZ!Box 7590 AT' freq=5220 MHz)
feb 14 12:04:48 archlinux kernel: wlan0: authenticated
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.6013] device (wlan0): supplicant interface state: authenticating -> associating
feb 14 12:04:48 archlinux kernel: wlan0: associate with 98:9b:cb:9d:6f:1c (try 1/3)
feb 14 12:04:48 archlinux kernel: wlan0: RX AssocResp from 98:9b:cb:9d:6f:1c (capab=0x1511 status=0 aid=1)
feb 14 12:04:48 archlinux wpa_supplicant[992]: wlan0: Associated with 98:9b:cb:9d:6f:1c
feb 14 12:04:48 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
feb 14 12:04:48 archlinux kernel: wlan0: associated
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.6321] device (wlan0): supplicant interface state: associating -> 4way_handshake
feb 14 12:04:48 archlinux (udev-worker)[1326]: event24: Process '/bin/input-remapper-control --command autoload --device /dev/input/event24' failed with exit code 4.
feb 14 12:04:48 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event24 (input-remapper DA V2 X Keyboard forwarded)
feb 14 12:04:48 archlinux kernel: wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 98:9b:cb:9d:6f:1c
feb 14 12:04:48 archlinux wpa_supplicant[992]: wlan0: WPA: Key negotiation completed with 98:9b:cb:9d:6f:1c [PTK=CCMP GTK=CCMP]
feb 14 12:04:48 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-CONNECTED - Connection to 98:9b:cb:9d:6f:1c completed [id=0 id_str=]
feb 14 12:04:48 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.6941] device (wlan0): supplicant interface state: 4way_handshake -> completed
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.6942] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "FRITZ!Box 7590 AT"
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.6943] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.6947] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.7208] dhcp4 (wlan0): state changed new lease, address=192.168.178.38
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.7210] policy: set 'FRITZ!Box 7590 AT' (wlan0) as default for IPv4 routing and DNS
feb 14 12:04:48 archlinux dbus-broker-launch[559]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.7368] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
feb 14 12:04:48 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
feb 14 12:04:48 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.7633] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.7634] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.7637] manager: NetworkManager state is now CONNECTED_SITE
feb 14 12:04:48 archlinux NetworkManager[564]: <info>  [1707908688.7639] device (wlan0): Activation: successful, device activated.
feb 14 12:04:48 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:48 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:48 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:48 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-42 noise=-96 txrate=6000
feb 14 12:04:49 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:49 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:49 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:49 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:49 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:49 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:49 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:49 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:49 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:49 archlinux plasmashell[1452]: trying to show an empty dialog
feb 14 12:04:49 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:50 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:50 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:50 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:04:50 archlinux NetworkManager[564]: <info>  [1707908690.1391] manager: NetworkManager state is now CONNECTED_GLOBAL
feb 14 12:04:50 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:50 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:50 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:50 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:50 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:50 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:50 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:50 archlinux NetworkManager[564]: <info>  [1707908690.8175] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
feb 14 12:04:50 archlinux NetworkManager[564]: <info>  [1707908690.8271] dhcp6 (wlan0): state changed new lease
feb 14 12:04:50 archlinux plasmashell[1452]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
feb 14 12:04:50 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:51 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:51 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:51 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:51 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:51 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:51 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:51 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:51 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:51 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:52 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:52 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:52 archlinux plasmashell[1452]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
feb 14 12:04:52 archlinux pulseaudio[1689]: Failed to load module "module-alsa-card" (argument: "device_id="3" name="pci-0000_75_00.6" card_name="alsa_card.pci-0000_75_00.6" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
feb 14 12:04:52 archlinux rtkit-daemon[1399]: Supervising 4 threads of 3 processes of 1 users.
feb 14 12:04:52 archlinux rtkit-daemon[1399]: Successfully made thread 2030 of process 1689 owned by '1000' RT at priority 5.
feb 14 12:04:52 archlinux rtkit-daemon[1399]: Supervising 5 threads of 3 processes of 1 users.
feb 14 12:04:52 archlinux systemd[1253]: Started Sound Service.
feb 14 12:04:52 archlinux plasmashell[1452]: org.kde.plasma.pulseaudio: No object for name "auto_null.monitor"
feb 14 12:04:52 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:52 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:52 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:52 archlinux pipewire[1601]: spa.alsa: 'front:0': playback open failed: Dispositivo o risorsa occupata
feb 14 12:04:52 archlinux pipewire[1601]: mod.adapter: 0x5e88a31bd530: can't get format: Dispositivo o risorsa occupata
feb 14 12:04:52 archlinux pipewire-media-session[1602]: ms.core: error id:43 seq:255 res:-16 (Device or resource busy): can't create node: Dispositivo o risorsa occupata
feb 14 12:04:52 archlinux plasmashell[1452]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
feb 14 12:04:53 archlinux systemd-logind[567]: The system will suspend now!
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.1044] manager: sleep: sleep requested (sleeping: no  enabled: yes)
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.1045] device (enp3s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
feb 14 12:04:53 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.1133] manager: NetworkManager state is now ASLEEP
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.1135] device (wlan0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
feb 14 12:04:53 archlinux kded5[1402]: org.kde.plasma.nm.kded: Unhandled active connection state change:  3
feb 14 12:04:53 archlinux kernel: wlan0: deauthenticating from 98:9b:cb:9d:6f:1c by local choice (Reason: 3=DEAUTH_LEAVING)
feb 14 12:04:53 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-DISCONNECTED bssid=98:9b:cb:9d:6f:1c reason=3 locally_generated=1
feb 14 12:04:53 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.2329] device (wlan0): supplicant interface state: completed -> disconnected
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.2331] device (wlan0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.2524] dhcp4 (wlan0): canceled DHCP transaction
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.2524] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.2524] dhcp4 (wlan0): state changed no lease
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.2526] dhcp6 (wlan0): canceled DHCP transaction
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.2526] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.2526] dhcp6 (wlan0): state changed no lease
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.3119] device (wlan0): set-hw-addr: set MAC address to CE:98:E9:8E:E6:9F (scanning)
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.3805] device (wlan0): supplicant interface state: disconnected -> interface_disabled
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.3806] device (wlan0): supplicant interface state: interface_disabled -> disconnected
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.3811] device (wlan0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
feb 14 12:04:53 archlinux kernel: ath11k_pci 0000:04:00.0: Failed to set the requested Country regulatory setting
feb 14 12:04:53 archlinux kernel: ath11k_pci 0000:04:00.0: Failed to set the requested Country regulatory setting
feb 14 12:04:53 archlinux NetworkManager[564]: <info>  [1707908693.4918] device (wlan0): set-hw-addr: reset MAC address to 9C:2F:9D:7E:97:C1 (unmanage)
feb 14 12:04:53 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:04:53 archlinux kscreenlocker_greet[2067]: file:///home/raffaele/.local/share/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/components/VirtualKeyboard.qml:20:1: module "QtQuick.VirtualKeyboard" is not installed
feb 14 12:04:53 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
feb 14 12:04:53 archlinux kscreenlocker_greet[2067]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
feb 14 12:04:53 archlinux systemd[1]: Reached target Sleep.
feb 14 12:04:53 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:04:53 archlinux kscreenlocker_greet[2067]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
feb 14 12:04:53 archlinux systemd[1]: Starting NVIDIA system suspend actions...
feb 14 12:04:53 archlinux suspend[2105]: nvidia-suspend.service
feb 14 12:04:53 archlinux logger[2105]: <13>Feb 14 12:04:53 suspend: nvidia-suspend.service
feb 14 12:04:53 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
feb 14 12:04:53 archlinux wpa_supplicant[992]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
feb 14 12:04:53 archlinux plasmashell[1452]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x60e588854da0) QQmlContext(0x60e5880342e0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
feb 14 12:04:53 archlinux plasmashell[1452]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x60e588854da0) QQmlContext(0x60e5880342e0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
feb 14 12:04:53 archlinux systemd[1]: nvidia-suspend.service: Deactivated successfully.
feb 14 12:04:53 archlinux pamac-tray-plas[1759]: updates_checker.vala:100: 3 updates found
feb 14 12:04:53 archlinux systemd[1]: Finished NVIDIA system suspend actions.
feb 14 12:04:53 archlinux systemd[1]: Starting System Suspend...
feb 14 12:04:53 archlinux systemd-sleep[2184]: Performing sleep operation 'suspend'...
feb 14 12:04:53 archlinux kernel: PM: suspend entry (s2idle)
feb 14 12:04:53 archlinux pulseaudio[1689]: Error opening hctl device: File o directory non esistente
feb 14 12:04:53 archlinux rtkit-daemon[1399]: Supervising 5 threads of 3 processes of 1 users.
feb 14 12:04:53 archlinux rtkit-daemon[1399]: Successfully made thread 2200 of process 1689 owned by '1000' RT at priority 5.
feb 14 12:04:53 archlinux rtkit-daemon[1399]: Supervising 6 threads of 3 processes of 1 users.
feb 14 12:04:53 archlinux kernel: Filesystems sync: 0.062 seconds
feb 14 12:04:53 archlinux plasmashell[1452]: org.kde.plasma.pulseaudio: No object for name "auto_null"
feb 14 12:04:53 archlinux plasmashell[1452]: org.kde.plasma.pulseaudio: No object for name "auto_null.monitor"
feb 14 12:04:53 archlinux input-remapper-service[1925]: ERROR: fd broke, was the device unplugged?
feb 14 12:04:53 archlinux input-remapper-service[1925]: read loop for /dev/input/event22 stopped
feb 14 12:04:55 archlinux kernel: Freezing user space processes
feb 14 12:04:55 archlinux kernel: Freezing user space processes completed (elapsed 0.014 seconds)
feb 14 12:04:55 archlinux kernel: OOM killer disabled.
feb 14 12:04:55 archlinux kernel: Freezing remaining freezable tasks
feb 14 12:04:55 archlinux kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
feb 14 12:04:55 archlinux kernel: printk: Suspending console(s) (use no_console_suspend to debug)
feb 14 12:04:55 archlinux kernel: pcieport 0000:00:08.3: quirk: disabling D3cold for suspend
feb 14 12:04:55 archlinux kernel: ACPI: EC: interrupt blocked
feb 14 12:04:55 archlinux kernel: ACPI: EC: interrupt unblocked
feb 14 12:04:55 archlinux kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: SMU is resuming...
feb 14 12:04:55 archlinux kernel: nvme nvme0: 16/0/0 default/read/poll queues
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: SMU is resumed successfully!
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: [drm] *ERROR* Error queueing DMUB command: status=4
feb 14 12:04:55 archlinux kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
feb 14 12:04:55 archlinux kernel: [drm] JPEG decode initialized successfully.
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
feb 14 12:04:55 archlinux kernel: amdgpu 0000:75:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
feb 14 12:04:55 archlinux kernel: nvme nvme1: 8/0/0 default/read/poll queues
feb 14 12:04:55 archlinux kernel: nvme nvme1: Ignoring bogus Namespace Identifiers
feb 14 12:04:55 archlinux kernel: OOM killer enabled.
feb 14 12:04:55 archlinux kernel: Restarting tasks ... done.
feb 14 12:04:55 archlinux kernel: random: crng reseeded on system resumption
feb 14 12:04:55 archlinux systemd[1]: Stopping User Manager for UID 970...
feb 14 12:04:55 archlinux plasmashell[1452]: org.kde.plasma.pulseaudio: No object for name "auto_null"
feb 14 12:04:55 archlinux plasmashell[1452]: org.kde.plasma.pulseaudio: No object for name "auto_null.monitor"
feb 14 12:04:55 archlinux systemd[1120]: Activating special unit Exit the Session...
feb 14 12:04:55 archlinux systemd[1120]: Stopped target Main User Target.
feb 14 12:04:55 archlinux systemd[1120]: Stopped target Basic System.
feb 14 12:04:55 archlinux systemd[1120]: Stopped target Paths.
feb 14 12:04:55 archlinux systemd[1120]: Stopped target Sockets.
feb 14 12:04:55 archlinux systemd[1120]: Stopped target Timers.
feb 14 12:04:55 archlinux systemd[1120]: Closed GnuPG network certificate management daemon.
feb 14 12:04:55 archlinux systemd[1120]: Closed GCR ssh-agent wrapper.
feb 14 12:04:55 archlinux systemd[1120]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
feb 14 12:04:55 archlinux systemd[1120]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
feb 14 12:04:55 archlinux systemd[1120]: Closed GnuPG cryptographic agent (ssh-agent emulation).
feb 14 12:04:55 archlinux systemd[1120]: Closed GnuPG cryptographic agent and passphrase cache.
feb 14 12:04:55 archlinux systemd[1120]: Closed GnuPG public key management service.
feb 14 12:04:55 archlinux systemd[1120]: Closed p11-kit server.
feb 14 12:04:55 archlinux systemd[1120]: Closed PipeWire Multimedia System Sockets.
feb 14 12:04:55 archlinux systemd[1120]: Closed Sound System.
feb 14 12:04:55 archlinux dbus-broker[1225]: Dispatched 160 messages @ 1(±3)μs / message.
feb 14 12:04:55 archlinux systemd[1120]: Stopping D-Bus User Message Bus...
feb 14 12:04:55 archlinux systemd[1120]: Stopped D-Bus User Message Bus.
feb 14 12:04:55 archlinux systemd[1120]: Removed slice User Core Session Slice.
feb 14 12:04:55 archlinux systemd[1120]: Closed D-Bus User Message Bus Socket.
feb 14 12:04:55 archlinux systemd[1120]: Removed slice User Application Slice.
feb 14 12:04:55 archlinux systemd[1120]: Reached target Shutdown.
feb 14 12:04:55 archlinux systemd[1120]: Finished Exit the Session.
feb 14 12:04:55 archlinux systemd[1120]: Reached target Exit the Session.
feb 14 12:04:55 archlinux org_kde_powerdevil[1518]: QObject::disconnect: Unexpected nullptr parameter
feb 14 12:04:55 archlinux org_kde_powerdevil[1518]: QObject::disconnect: Unexpected nullptr parameter
feb 14 12:04:55 archlinux plasmashell[1452]: org.kde.plasma.pulseaudio: No object for name "alsa_output.usb-TEAC_Corporation_UD-503-00.analog-stereo.monitor"
feb 14 12:04:55 archlinux systemd-sleep[2184]: System returned from sleep operation 'suspend'.
feb 14 12:04:55 archlinux kernel: PM: suspend exit
feb 14 12:04:55 archlinux bluetoothd[929]: Controller resume with wake event 0x0
feb 14 12:04:55 archlinux (sd-pam)[1122]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
feb 14 12:04:55 archlinux systemd[1]: user@970.service: Deactivated successfully.
feb 14 12:04:55 archlinux systemd[1]: Stopped User Manager for UID 970.
feb 14 12:04:55 archlinux boltd[565]: probing: started [1000]
feb 14 12:04:55 archlinux systemd[1253]: Reached target Bluetooth.
feb 14 12:04:55 archlinux systemd[1]: Stopping User Runtime Directory /run/user/970...
feb 14 12:04:55 archlinux systemd[1]: run-user-970.mount: Deactivated successfully.
feb 14 12:04:55 archlinux systemd[1]: user-runtime-dir@970.service: Deactivated successfully.
feb 14 12:04:55 archlinux systemd[1]: Stopped User Runtime Directory /run/user/970.
feb 14 12:04:55 archlinux systemd[1]: Removed slice User Slice of UID 970.
feb 14 12:04:55 archlinux kernel: input: DA V2 X Mouse as /devices/virtual/misc/uhid/0005:068E:009D.0004/input/input30
feb 14 12:04:55 archlinux kernel: input: DA V2 X Consumer Control as /devices/virtual/misc/uhid/0005:068E:009D.0004/input/input31
feb 14 12:04:55 archlinux kernel: input: DA V2 X System Control as /devices/virtual/misc/uhid/0005:068E:009D.0004/input/input32
feb 14 12:04:55 archlinux kernel: input: DA V2 X as /devices/virtual/misc/uhid/0005:068E:009D.0004/input/input33
feb 14 12:04:55 archlinux kernel: input: DA V2 X Keyboard as /devices/virtual/misc/uhid/0005:068E:009D.0004/input/input34
feb 14 12:04:55 archlinux kernel: hid-generic 0005:068E:009D.0004: input,hidraw2: BLUETOOTH HID v0.01 Mouse [DA V2 X] on 9c:2f:9d:7e:97:c2
feb 14 12:04:56 archlinux (udev-worker)[2222]: input31: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:56 archlinux (udev-worker)[2218]: input34: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:56 archlinux (udev-worker)[2117]: input32: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:56 archlinux (udev-worker)[2121]: input33: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:56 archlinux (udev-worker)[2219]: input30: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2.
feb 14 12:04:56 archlinux systemd[1]: systemd-suspend.service: Deactivated successfully.
feb 14 12:04:56 archlinux systemd[1]: Finished System Suspend.
feb 14 12:04:56 archlinux systemd[1]: Stopped target Sleep.
feb 14 12:04:56 archlinux systemd[1]: Reached target Suspend.
feb 14 12:04:56 archlinux systemd-logind[567]: Operation 'suspend' finished.
feb 14 12:04:56 archlinux NetworkManager[564]: <info>  [1707908696.3382] manager: sleep: wake requested (sleeping: yes  enabled: yes)
feb 14 12:04:56 archlinux NetworkManager[564]: <info>  [1707908696.3383] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
feb 14 12:04:56 archlinux systemd[1]: Starting NVIDIA system resume actions...
feb 14 12:04:56 archlinux systemd[1]: Stopped target Suspend.
feb 14 12:04:56 archlinux suspend[2347]: nvidia-resume.service
feb 14 12:04:56 archlinux logger[2347]: <13>Feb 14 12:04:56 suspend: nvidia-resume.service
feb 14 12:04:56 archlinux kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
feb 14 12:04:56 archlinux systemd[1]: nvidia-resume.service: Deactivated successfully.
feb 14 12:04:56 archlinux systemd[1]: Finished NVIDIA system resume actions.
feb 14 12:04:56 archlinux (udev-worker)[2119]: mouse2: Process '/bin/input-remapper-control --command autoload --device /dev/input/mouse2' failed with exit code 4.
feb 14 12:04:56 archlinux NetworkManager[564]: <info>  [1707908696.5281] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
feb 14 12:04:56 archlinux kernel: r8169 0000:03:00.0 enp3s0: Link is Down
feb 14 12:04:56 archlinux input-remapper-service[566]: Request to autoload for "DA V2 X Mouse"
feb 14 12:04:56 archlinux input-remapper-service[566]: Autoloading for "DA V2 X Mouse"
feb 14 12:04:56 archlinux input-remapper-service[566]: Not autoloading the same preset "Nuova preinpostazione" again for group "DA V2 X Mouse"
feb 14 12:04:56 archlinux NetworkManager[564]: <info>  [1707908696.5321] manager: NetworkManager state is now DISCONNECTED
feb 14 12:04:56 archlinux input-remapper-service[566]: Request to autoload for "DA V2 X Mouse"
feb 14 12:04:56 archlinux input-remapper-service[566]: Autoloading for "DA V2 X Mouse"
feb 14 12:04:56 archlinux input-remapper-service[566]: Not autoloading the same preset "Nuova preinpostazione" again for group "DA V2 X Mouse"
feb 14 12:04:56 archlinux wpa_supplicant[992]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
feb 14 12:04:56 archlinux NetworkManager[564]: <info>  [1707908696.5592] device (wlan0): supplicant interface state: internal-starting -> disconnected
feb 14 12:04:56 archlinux NetworkManager[564]: <info>  [1707908696.5592] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
feb 14 12:04:56 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event19 (DA V2 X Consumer Control)
feb 14 12:04:56 archlinux rtkit-daemon[1399]: Supervising 5 threads of 3 processes of 1 users.
feb 14 12:04:56 archlinux rtkit-daemon[1399]: Successfully made thread 2414 of process 1689 owned by '1000' RT at priority 5.
feb 14 12:04:56 archlinux rtkit-daemon[1399]: Supervising 6 threads of 3 processes of 1 users.
feb 14 12:04:56 archlinux rtkit-daemon[1399]: Supervising 6 threads of 3 processes of 1 users.
feb 14 12:04:56 archlinux input-remapper-service[566]: Request to autoload for "DA V2 X Mouse"
feb 14 12:04:56 archlinux input-remapper-service[566]: Autoloading for "DA V2 X Mouse"
feb 14 12:04:56 archlinux input-remapper-service[566]: Not autoloading the same preset "Nuova preinpostazione" again for group "DA V2 X Mouse"
feb 14 12:04:56 archlinux rtkit-daemon[1399]: Successfully made thread 2416 of process 1689 owned by '1000' RT at priority 5.
feb 14 12:04:56 archlinux rtkit-daemon[1399]: Supervising 7 threads of 3 processes of 1 users.
feb 14 12:04:56 archlinux plasmashell[1452]: org.kde.plasma.pulseaudio: No object for name "alsa_output.usb-TEAC_Corporation_UD-503-00.analog-stereo.monitor"
feb 14 12:04:56 archlinux plasmashell[1452]: org.kde.plasma.pulseaudio: No object for name "alsa_output.usb-TEAC_Corporation_UD-503-00.analog-stereo.monitor"
feb 14 12:04:56 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event20 (DA V2 X System Control)
feb 14 12:04:56 archlinux input-remapper-service[566]: Request to autoload for "DA V2 X Mouse"
feb 14 12:04:56 archlinux input-remapper-service[566]: Autoloading for "DA V2 X Mouse"
feb 14 12:04:56 archlinux input-remapper-service[566]: Not autoloading the same preset "Nuova preinpostazione" again for group "DA V2 X Mouse"
feb 14 12:04:56 archlinux (udev-worker)[2121]: event21: Process '/bin/input-remapper-control --command autoload --device /dev/input/event21' failed with exit code 4.
feb 14 12:04:56 archlinux systemd-logind[567]: Watching system buttons on /dev/input/event22 (DA V2 X Keyboard)
feb 14 12:04:56 archlinux systemd[1]: dbus-:1.2-org.kde.kded.smart@0.service: Deactivated successfully.
feb 14 12:04:56 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
feb 14 12:04:56 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:04:56 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
feb 14 12:04:57 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:04:57 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
feb 14 12:04:57 archlinux boltd[565]: probing: timeout, done: [2001709] (2000000)
feb 14 12:04:59 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
feb 14 12:04:59 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:05:00 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3764] policy: auto-activating connection 'FRITZ!Box 7590 AT' (eb9efa9a-2f15-431b-a122-5fb7daf16068)
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3766] device (wlan0): Activation: starting connection 'FRITZ!Box 7590 AT' (eb9efa9a-2f15-431b-a122-5fb7daf16068)
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3766] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3767] manager: NetworkManager state is now CONNECTING
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3768] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3770] device (wlan0): Activation: (wifi) access point 'FRITZ!Box 7590 AT' has security, but secrets are required.
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3770] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3770] sup-iface[f490cd696ca7f86f,1,wlan0]: wps: type pbc start...
feb 14 12:05:00 archlinux wpa_supplicant[992]: wlan0: WPS-PBC-ACTIVE
feb 14 12:05:00 archlinux kded5[1402]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
feb 14 12:05:00 archlinux plasmashell[1452]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3809] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3811] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
feb 14 12:05:00 archlinux wpa_supplicant[992]: wlan0: WPS-CANCEL
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3857] device (wlan0): Activation: (wifi) connection 'FRITZ!Box 7590 AT' has security, and secrets exist.  No new secrets needed.
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3857] Config: added 'ssid' value 'FRITZ!Box 7590 AT'
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3857] Config: added 'scan_ssid' value '1'
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3858] Config: added 'bgscan' value 'simple:30:-65:300'
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3858] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3858] Config: added 'auth_alg' value 'OPEN'
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3858] Config: added 'psk' value '<hidden>'
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.3870] device (wlan0): supplicant interface state: disconnected -> scanning
feb 14 12:05:00 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=IT
feb 14 12:05:00 archlinux wpa_supplicant[992]: wlan0: SME: Trying to authenticate with 98:9b:cb:9d:6f:1c (SSID='FRITZ!Box 7590 AT' freq=5220 MHz)
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.4631] device (wlan0): supplicant interface state: scanning -> authenticating
feb 14 12:05:00 archlinux kernel: wlan0: authenticate with 98:9b:cb:9d:6f:1c (local address=9c:2f:9d:7e:97:c1)
feb 14 12:05:00 archlinux kernel: wlan0: send auth to 98:9b:cb:9d:6f:1c (try 1/3)
feb 14 12:05:00 archlinux kernel: wlan0: authenticated
feb 14 12:05:00 archlinux wpa_supplicant[992]: wlan0: Trying to associate with 98:9b:cb:9d:6f:1c (SSID='FRITZ!Box 7590 AT' freq=5220 MHz)
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.4750] device (wlan0): supplicant interface state: authenticating -> associating
feb 14 12:05:00 archlinux kernel: wlan0: associate with 98:9b:cb:9d:6f:1c (try 1/3)
feb 14 12:05:00 archlinux kernel: wlan0: RX AssocResp from 98:9b:cb:9d:6f:1c (capab=0x1511 status=0 aid=1)
feb 14 12:05:00 archlinux wpa_supplicant[992]: wlan0: Associated with 98:9b:cb:9d:6f:1c
feb 14 12:05:00 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
feb 14 12:05:00 archlinux kernel: wlan0: associated
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5046] device (wlan0): supplicant interface state: associating -> 4way_handshake
feb 14 12:05:00 archlinux wpa_supplicant[992]: wlan0: WPA: Key negotiation completed with 98:9b:cb:9d:6f:1c [PTK=CCMP GTK=CCMP]
feb 14 12:05:00 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-CONNECTED - Connection to 98:9b:cb:9d:6f:1c completed [id=0 id_str=]
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5392] device (wlan0): supplicant interface state: 4way_handshake -> completed
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5392] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "FRITZ!Box 7590 AT"
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5393] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5397] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5559] dhcp4 (wlan0): state changed new lease, address=192.168.178.38
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5561] policy: set 'FRITZ!Box 7590 AT' (wlan0) as default for IPv4 routing and DNS
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5720] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
feb 14 12:05:00 archlinux kernel: wlan0: Limiting TX power to 20 (23 - 3) dBm as advertised by 98:9b:cb:9d:6f:1c
feb 14 12:05:00 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
feb 14 12:05:00 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5949] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5950] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5952] manager: NetworkManager state is now CONNECTED_SITE
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.5984] device (wlan0): Activation: successful, device activated.
feb 14 12:05:00 archlinux wpa_supplicant[992]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-44 noise=-96 txrate=936000
feb 14 12:05:00 archlinux NetworkManager[564]: <info>  [1707908700.9534] manager: NetworkManager state is now CONNECTED_GLOBAL
feb 14 12:05:02 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:02 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:02 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:02 archlinux NetworkManager[564]: <info>  [1707908702.4193] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
feb 14 12:05:02 archlinux NetworkManager[564]: <info>  [1707908702.4281] dhcp6 (wlan0): state changed new lease
feb 14 12:05:02 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:02 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:02 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:02 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:05:02 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:02 archlinux systemd[1253]: Started Konsole - Terminale.
feb 14 12:05:02 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:02 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:03 archlinux kwin_wayland[1292]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
feb 14 12:05:03 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:03 archlinux plasmashell[1452]: Failed to register unity service
feb 14 12:05:03 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:05:03 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:03 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:03 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:03 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:03 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:03 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:03 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:03 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:04 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:04 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:04 archlinux systemd-timesyncd[542]: Contacted time server 80.211.137.82:123 (2.arch.pool.ntp.org).
feb 14 12:05:04 archlinux systemd-timesyncd[542]: Initial clock synchronization to Wed 2024-02-14 12:05:04.894435 CET.
feb 14 12:05:04 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:05 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:05 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:05 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:05 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:05 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:05 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:05 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:05 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:05 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:06 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:06 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:06 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:06 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:05:06 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:06 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:06 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:06 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:06 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:06 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:07 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:07 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:07 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:07 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:07 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:07 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:07 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:07 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:07 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:08 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:08 archlinux kernel: usb 3-2: clock source 41 is not valid, cannot use
feb 14 12:05:09 archlinux plasmashell[1452]: qml: temp unit: 0
feb 14 12:05:09 archlinux sudo[2484]: raffaele : TTY=pts/1 ; PWD=/home/raffaele ; USER=root ; COMMAND=/usr/bin/journalctl -b
feb 14 12:05:09 archlinux sudo[2484]: pam_unix(sudo:session): session opened for user root(uid=0) by raffaele(uid=1000)
feb 14 12:05:09 archlinux plasmashell[1452]: qml: temp unit: 0
[raffaele@archlinux ~]$ cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
GPP0      S4    *enabled   pci:0000:00:01.1
GPP1      S4    *enabled   pci:0000:00:01.2
GPP2      S4    *disabled
GPP5      S4    *enabled   pci:0000:00:02.1
GPP6      S3    *enabled   pci:0000:00:02.2
GPP7      S4    *disabled
GP11      S0    *disabled
SWUS      S4    *disabled
GP12      S0    *enabled   pci:0000:00:04.1
SWUS      S4    *disabled
GP17      S4    *enabled   pci:0000:00:08.1
XHC0      S0    *enabled   pci:0000:75:00.3
XHC1      S0    *enabled   pci:0000:75:00.4
XHC2      S4    *enabled   pci:0000:76:00.0
NHI0      S0    *disabled
XHC3      S0    *enabled   pci:0000:76:00.3
NHI1      S0    *enabled   pci:0000:76:00.6
XHC4      S0    *enabled   pci:0000:76:00.4
[raffaele@archlinux ~]$ 

I restarted the PC and then performed a suspend, from which the PC immediately exited. Then I ran the command you indicated, to identify the possible problem.
I hope I understood your requests correctly!
on Manjaro I didn't use an old kernel, and unfortunately suspend doesn't work even when launching arch with the LTS kernel

Last edited by vikingo90 (2024-02-14 11:18:12)

Offline

#11 2024-02-14 14:23:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,031

Re: Problem with suspension

Please don't fully quote posts w/o good reason, you're bloating the thread.
Also please don't bump. Edit your previous posts to mend them if nobody has yet replied.
Also there was no reason to copy-paste the content of the 0x0.st post, the internet has this concept that is called "hyperlinks", was kinda a big deal…

on Manjaro I didn't use an old kernel

Not "old", "older"

feb 14 12:04:53 archlinux pulseaudio[1689]: Error opening hctl device: File o directory non esistente

replace pulseaudio w/ pipewire-pulse

feb 14 12:04:53 archlinux input-remapper-service[1925]: ERROR: fd broke, was the device unplugged?

Stop/disable that service.

feb 14 12:04:55 archlinux bluetoothd[929]: Controller resume with wake event 0x0
GPP0      S4    *enabled   pci:0000:00:01.1
GPP1      S4    *enabled   pci:0000:00:01.2
GPP5      S4    *enabled   pci:0000:00:02.1
GPP6      S3    *enabled   pci:0000:00:02.2
GP12      S0    *enabled   pci:0000:00:04.1
GP17      S4    *enabled   pci:0000:00:08.1
XHC0      S0    *enabled   pci:0000:75:00.3
XHC1      S0    *enabled   pci:0000:75:00.4
XHC2      S4    *enabled   pci:0000:76:00.0
XHC3      S0    *enabled   pci:0000:76:00.3
NHI1      S0    *enabled   pci:0000:76:00.6
XHC4      S0    *enabled   pci:0000:76:00.4

Please post the output of "lspci -nn" and disable *all* the devices that are capable of breaking S3/S4, eg.

echo XHC2 | sudo tee /proc/acpi/wakeup # this toggles the state of XHC2

Then while it's totally unrelated

feb 14 12:04:38 archlinux systemd-coredump[1116]: Process 807 (Xorg) of user 0 dumped core.
                                                  
                                                  Stack trace of thread 807:
                                                  #0  0x0000742b6112f32c n/a (libc.so.6 + 0x8d32c)
                                                  #1  0x0000742b610de6c8 raise (libc.so.6 + 0x3c6c8)
                                                  #2  0x0000742b610c64b8 abort (libc.so.6 + 0x244b8)
                                                  #3  0x00005feed10969f0 OsAbort (Xorg + 0x1599f0)
                                                  #4  0x00005feed1096d2b FatalError (Xorg + 0x159d2b)
                                                  #5  0x00005feed108eca6 n/a (Xorg + 0x151ca6)
                                                  #6  0x0000742b610de770 n/a (libc.so.6 + 0x3c770)
                                                  #7  0x0000742b6112f32c n/a (libc.so.6 + 0x8d32c)
                                                  #8  0x0000742b610de6c8 raise (libc.so.6 + 0x3c6c8)
                                                  #9  0x0000742b610c64b8 abort (libc.so.6 + 0x244b8)
                                                  #10 0x0000742b610c63dc n/a (libc.so.6 + 0x243dc)
                                                  #11 0x0000742b610d6d46 __assert_fail (libc.so.6 + 0x34d46)
                                                  #12 0x00005feed0fd9813 dixRegisterPrivateKey (Xorg + 0x9c813)
                                                  #13 0x0000742b5fbd4998 glamor_init (libglamoregl.so + 0xd998)
                                                  #14 0x0000742b606ce0e1 n/a (modesetting_drv.so + 0xf0e1)
                                                  #15 0x00005feed0fbc4b5 AddGPUScreen (Xorg + 0x7f4b5)
                                                  #16 0x00005feed10cc6e6 n/a (Xorg + 0x18f6e6)
                                                  #17 0x00005feed10ec25a n/a (Xorg + 0x1af25a)
                                                  #18 0x00005feed1112bf1 n/a (Xorg + 0x1d5bf1)
                                                  #19 0x00005feed11131c0 n/a (Xorg + 0x1d61c0)
                                                  #20 0x00005feed1089842 n/a (Xorg + 0x14c842)
                                                  #21 0x00005feed1090509 WaitForSomething (Xorg + 0x153509)
                                                  #22 0x00005feed0f7b44f n/a (Xorg + 0x3e44f)
                                                  #23 0x0000742b610c7cd0 n/a (libc.so.6 + 0x25cd0)
                                                  #24 0x0000742b610c7d8a __libc_start_main (libc.so.6 + 0x25d8a)
                                                  #25 0x00005feed0f7c5a5 _start (Xorg + 0x3f5a5)
                                                  
                                                  Stack trace of thread 1108:
                                                  #0  0x0000742b61129ebe n/a (libc.so.6 + 0x87ebe)
                                                  #1  0x0000742b6112c750 pthread_cond_wait (libc.so.6 + 0x8a750)
                                                  #2  0x0000742b49713a1c n/a (swrast_dri.so + 0x113a1c)
                                                  #3  0x0000742b4970ad5c n/a (swrast_dri.so + 0x10ad5c)
                                                  #4  0x0000742b6112d55a n/a (libc.so.6 + 0x8b55a)
                                                  #5  0x0000742b611aaa3c n/a (libc.so.6 + 0x108a3c)

Open a new thread "Why am I using the swrast driver" and post your xorg log there, https://wiki.archlinux.org/title/Xorg#General

feb 14 12:04:45 archlinux kwin_wayland[1292]: No backend specified, automatically choosing drm
feb 14 12:04:45 archlinux kwin_wayland[1292]: OpenGL vendor string:                   AMD
feb 14 12:04:45 archlinux kwin_wayland[1292]: OpenGL renderer string:                 AMD Radeon Graphics (radeonsi, rembrandt, LLVM 16.0.6, DRM 3.57, 6.7.4-zen1-1-zen)
feb 14 12:04:45 archlinux kwin_wayland[1292]: OpenGL version string:                  4.6 (Core Profile) Mesa 23.3.5-arch1.1

Were you running plasma on wayland on Manjaro as well?
Can you suspend/resume from the multi-user.target (2nd link below, *after* fixing pipewire and disabling the input-remapper-service and trying to toggle off all those wakeup triggers)

Offline

Board footer

Powered by FluxBB