You are not logged in.
I recently added an additional two sticks of ddr5 ram to my system, and it has been a complete nightmare.
I initially figured out it was the ram since this never happened when I was running two. My motherboard simply rejects either AMD EXPO profile both 6000 and 5600 and freezes, in which I need to reset CMOS to gain access.
After disabling expo the system does run for a while, but it will crash at random times, kernel panic error statements vary slightly as it failed to end a specific service. Sometimes there is no kernel panic and just a system freeze, which I suspected was the GPU but ended up dismissing it after appending amdgpu.ppfeaturemask=0xffff7fff or its variants to systemd-boot kernel entries (not silencing the issue). The default non-EXPO speeds for 2 sticks is 4800 and 3600 for 4, which my computer crashes even at base speeds. 'Memory Try It!" still causes crashes but boot at the lowest 5600 preset even though EXPO 5600 preset doesn't. I proceeded to manually change the dram speeds to 5400, 5200, 5000, 4800, respectively and they all still crash within 30min-2hrs of uptime. I have not messed with the dram voltage or timings for these tests (outside of 'Memory Try It!' presets) just the dram speeds.
I switched between Hyprland and KDE Plasma, and the crashes still persisted between the two.
I also test both the current zen kernel and cachyos kernel and they both still crash
I ran memtest86+ for 1-2hrs and had no errors. (could have been too short of a test to verify)
I guess I just need help figuring out how to go about this, or if it is better off to stick to 32 gigs in my situation. I game but also utilize local LLMs and VMs, hence the ram upgrade.
Thank you in advance for the help!
[UPDATE]:
Just after writing this post, I received another kernel panic while just running two sticks of ram:
KERNEL PANIC!
stack-protector: Kernel stack is corrupted in: __schedule +0x15d9/0x1650
[UPDATE 2]
Almost 2 hours of using my computer with the ram configuration (per-channel serial number) for 4 sticks, My KDE Plasma instance froze and I had to hard reboot.
Hardware:
Motherboard: MSI PRO B650-S WIFI
CPU: AMD Ryzen 7 7700X
GPU: Radeon RX 7800XT
MEMORY: 4x16 TEAMGROUP EXPERT DDR5 6000 (1Rx8) CL30-36-36-76 1.35V
Last edited by qxbash (2026-05-11 19:26:15)
Offline
are the two kits EXACTLY the same? as in: do they share the same model EXACTLY (usually reflect in parts of the serial)? could be you have two unmatched kits - these usually only work with base jedec speed
Offline
are the two kits EXACTLY the same? as in: do they share the same model EXACTLY (usually reflect in parts of the serial)? could be you have two unmatched kits - these usually only work with base jedec speed
Yes, they are both identical. I'm confused why this is also happening while running my regular 32 gigs as well. Anyways, it still crashes on base JEDEC speeds.
Last edited by qxbash (2026-05-11 17:26:10)
Offline
check for bios update - latest is 7E26v1N2
Offline
check for bios update - latest is 7E26v1N2
I just updated bios and double checked the ram, you were right about the serial numbers being slightly off between the kits. I put the modules ending in 207 and 208 in slots 2 and 4, the 508 and 509 in 1 and 3.
Here is my motherboard manual for reference:
Offline
as for the serial: it's not about what differs but what's the same
usually the serial somehow encode the modeltype (i remember back in ddr3 days a corsair kit hat the model as the first part of the serial, then i guess the batch and last the actual serial - and was quite long therefor) - but doing like you: one kit in 2 and 4, the other in 1 and 3, that's exactly how it should be done correctly
so - from that point - given these are matched kits and roughly within the same area of serial (which hints same model, maybe even same batch) they should work - at least at base jedec speed
but as you mentioned it's not even stable at jedec speeds ... give re-seating your cpu a try - am5 has changed to lga same as intel long time ago - maybe it's a bad contact of one of the memory pins
Offline
as for the serial: it's not about what differs but what's the same
usually the serial somehow encode the modeltype (i remember back in ddr3 days a corsair kit hat the model as the first part of the serial, then i guess the batch and last the actual serial - and was quite long therefor) - but doing like you: one kit in 2 and 4, the other in 1 and 3, that's exactly how it should be done correctly
so - from that point - given these are matched kits and roughly within the same area of serial (which hints same model, maybe even same batch) they should work - at least at base jedec speedbut as you mentioned it's not even stable at jedec speeds ... give re-seating your cpu a try - am5 has changed to lga same as intel long time ago - maybe it's a bad contact of one of the memory pins
Thanks for insight, just re-seated the CPU, I noticed right away that booting was faster. I was also able to enable CPU Game-mode and EXPO Profile 2 (5600) with no issues, booting back from BIOS after those changes took half the time as well.
Last edited by qxbash (2026-05-12 01:09:19)
Offline
so at least 5600 stable then? how about 6000?
Offline
so at least 5600 stable then? how about 6000?
Apparently not, my system froze and crashed again. I get a dbus error on boot now and my screen goes blank, regardless of what kernel I pick in the systemd boot screen.
It seems this is just waterfalling into more issues.
Offline
CPU or other component voltage is too low or unstable? Additional memory sticks may just increase disturbance in entire power bus.
Offline
CPU or other component voltage is too low or unstable? Additional memory sticks may just increase disturbance in entire power bus.
I cannot even mount my root and boot parts in live iso. Cannot lookup blockdev.
This is super frustrating, I'm getting so many issues back to back, and I am not even sure a fresh arch install will help at this point.
Last edited by qxbash (2026-05-12 05:34:23)
Offline
Sanity check:
I initially figured out it was the ram since this never happened when I was running two.
I ran memtest86+ for 1-2hrs and had no errors. (could have been too short of a test to verify)
The system is stable w/ only the two old or two new DIMMs?
Edit, F5
I cannot even mount my root and boot parts in live iso. Cannot lookup blockdev.
Why not?
The usual suspect is https://wiki.archlinux.org/title/Ryzen#Troubleshooting
while true; do
for ((i=0; i < $(nproc); ++i)); do
taskset -c $i stress -c 1 -t 360
sleep 15
done
doneemulates corecycler which is reported to be able to reliably trigger those problems on windows
Last edited by seth (2026-05-12 06:01:06)
Offline
Sanity check:
I initially figured out it was the ram since this never happened when I was running two.
I ran memtest86+ for 1-2hrs and had no errors. (could have been too short of a test to verify)The system is stable w/ only the two old or two new DIMMs?
Edit, F5
I cannot even mount my root and boot parts in live iso. Cannot lookup blockdev.
Why not?
The usual suspect is https://wiki.archlinux.org/title/Ryzen#Troubleshootingwhile true; do for ((i=0; i < $(nproc); ++i)); do taskset -c $i stress -c 1 -t 360 sleep 15 done doneemulates corecycler which is reported to be able to reliably trigger those problems on windows
I will try adding the cpu kernel parameter for the softlock section of the troubleshooting, the cpu might be the culprit for some of the freezes.
The the stability was about the same for base speeds for running just the two old dimms and all four, system freezes (and/or pixely blue distortion on my second monitor) happen with the system being up for over an hour. Sometimes audio loops if music or a video is playing, and sometimes it simply freezes.
Offline
I found something relevant indicating a kernel panic through journalctl:
May 14 12:14:07 archlinux kernel: kfd kfd: added device 1002:747e
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: SE 3, SH per SE 2, CU per SH 10, active_cu_number 60
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring sdma0 uses VM inv eng 12 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring sdma1 uses VM inv eng 13 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring vcn_unified_0 uses VM inv eng 0 on hub 8
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring vcn_unified_1 uses VM inv eng 1 on hub 8
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring jpeg_dec uses VM inv eng 4 on hub 8
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0
May 14 12:14:07 archlinux kernel: amdgpu: HMM registered 16368MB device memory
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: Using BACO for runtime pm
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: [drm] Registered 4 planes with drm panic
May 14 12:14:07 archlinux kernel: [drm] Initialized amdgpu 3.64.0 for 0000:03:00.0 on minor 1
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22
May 14 12:14:07 archlinux kernel: fbcon: amdgpudrmfb (fb0) is primary device
May 14 12:14:07 archlinux kernel: [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
May 14 12:14:07 archlinux kernel: Console: switching to colour frame buffer device 240x67
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: enabling device (0006 -> 0007)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1462:0x7E26 0xC3).
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: register mmio base: 0xDF500000
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: register mmio size: 524288
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: detected ip block number 0 <common_v1_0_0> (nv_common)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: detected ip block number 1 <gmc_v10_0_0> (gmc_v10_0)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: detected ip block number 2 <ih_v5_0_0> (navi10_ih)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: detected ip block number 3 <psp_v13_0_0> (psp)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: detected ip block number 4 <smu_v13_0_0> (smu)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: detected ip block number 5 <dce_v1_0_0> (dm)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: detected ip block number 6 <gfx_v10_0_0> (gfx_v10_0)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: detected ip block number 7 <sdma_v5_2_0> (sdma_v5_2)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: detected ip block number 8 <vcn_v3_0_0> (vcn_v3_0)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: detected ip block number 9 <jpeg_v3_0_0> (jpeg_v3_0)
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: Fetched VBIOS from VFCT
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: [drm] ATOM BIOS: 102-RAPHAEL-008
May 14 12:14:07 archlinux kernel: amdgpu 0000:13:00.0: Trusted Memory Zone (TMZ) feature disabled as experimental (default)None of the CPU freeze, PSU idle settings, or GPU kernel params have worked thus far.
My main monitor uses display port and my secondary has that HDMI address. I am back to troubleshooting the GPU (and iGPU) to see why HDMI-A-1 indicates a DRM error.
Last edited by qxbash (2026-05-14 21:16:23)
Offline
Please use [code][/code] tags.
Nothing there is directly indicating a problem to the degree of a kernel panic.
May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22 could however be symptom of a wider problem.
https://bbs.archlinux.org/viewtopic.php?id=309798
Do you not have any issues w/o the HDMI output attached?
But also check
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; doneYou'll need https://archlinux.org/packages/extra/x86_64/v4l-utils/
Offline
Please use [code][/code] tags.
Nothing there is directly indicating a problem to the degree of a kernel panic.May 14 12:14:07 archlinux kernel: amdgpu 0000:03:00.0: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22could however be symptom of a wider problem.
https://bbs.archlinux.org/viewtopic.php?id=309798Do you not have any issues w/o the HDMI output attached?
But also check
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; doneYou'll need https://archlinux.org/packages/extra/x86_64/v4l-utils/
Yes, with or without my dGPu, and without the second monitor, the screen freezes and no Kernel Panic blue screen is present.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: SECUREDISPLAY: optional securedisplay ta ucode is not available
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: SMU is initialized successfully!
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] Display Core v3.2.369 initialized on DCN 3.1.5
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] DP-HDMI FRL PCON supported
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] DMUB hardware initialized: version=0x05002F00
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] HDMI-A-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* lttpr_caps phy_repeater_cnt is 0x0, forcing it to 0x80.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* LTTPR count is nonzero but invalid lane count reported. Assuming no LTTPR present.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* LTTPR count is nonzero but invalid lane count reported. Assuming no LTTPR present.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* LTTPR count is nonzero but invalid lane count reported. Assuming no LTTPR present.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* LTTPR count is nonzero but invalid lane count reported. Assuming no LTTPR present.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* LTTPR count is nonzero but invalid lane count reported. Assuming no LTTPR present.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* LTTPR count is nonzero but invalid lane count reported. Assuming no LTTPR present.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* LTTPR count is nonzero but invalid lane count reported. Assuming no LTTPR present.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* LTTPR count is nonzero but invalid lane count reported. Assuming no LTTPR present.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] DP-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] DP-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] DP-3: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: kiq ring mec 2 pipe 1 q 0
May 14 16:06:56 archlinux kernel: kfd kfd: Allocated 3969056 bytes on gart
May 14 16:06:56 archlinux kernel: kfd kfd: Total number of KFD nodes to be created: 1
May 14 16:06:56 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
May 14 16:06:56 archlinux kernel: amdgpu: Topology: Add GPU node [0x1002:0x164e]
May 14 16:06:56 archlinux kernel: kfd kfd: added device 1002:164e
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring comp_1.0.0 uses VM inv eng 4 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring comp_1.1.0 uses VM inv eng 5 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring sdma0 uses VM inv eng 13 on hub 0
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring vcn_dec_0 uses VM inv eng 0 on hub 8
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: ring jpeg_dec uses VM inv eng 5 on hub 8
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: Runtime PM not available
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] Registered 4 planes with drm panic
May 14 16:06:56 archlinux kernel: [drm] Initialized amdgpu 3.64.0 for 0000:10:00.0 on minor 1
May 14 16:06:56 archlinux kernel: fbcon: amdgpudrmfb (fb0) is primary device
May 14 16:06:56 archlinux kernel: [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* LTTPR count is nonzero but invalid lane count reported. Assuming no LTTPR present.
May 14 16:06:56 archlinux kernel: amdgpu 0000:10:00.0: [drm] *ERROR* LTTPR count is nonzero but invalid lane count reported. Assuming no LTTPR present.
May 14 16:06:57 archlinux kernel: Console: switching to colour frame buffer device 160x45
May 14 16:06:57 archlinux kernel: amdgpu 0000:10:00.0: [drm] fb0: amdgpudrmfb frame buffer device
May 14 16:06:57 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
May 14 16:06:57 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
May 14 16:06:57 archlinux systemd[1]: systemd-udevd.service: Consumed 1.700s CPU time over 1.889s wall clock time, 35.8M memory peak.Journal logs dont show for when the computer crashes, at this point I am aimlessly trying to find a solution.
Last edited by qxbash (2026-05-14 21:21:27)
Offline
just as with the cpu: have you tried to reseat the gpu?
it's been years but back in about 2011 i already tinkered a lot with hardware and just by a tip from friend we figured the pins inside a pci slots have suffered from corrosion and hence made bad contact with the pads on the inserted card - which lead to all kind of issues
these days slot contacts are usually more robust even in more harsh clinates - and anyone remember back in 90s when we use to blow into our cardridges? often it wasn't the blow but just the actual reinsertion what made better contact
Offline
with or without my dGPu […] the screen freezes
The tail of the journal will be lost when rebooting w/ the power button, if you can use https://wiki.archlinux.org/title/Keyboa … el_(SysRq) + REISUB (bn. that you'll have to explicitly enable that first)
Which of the parameters suggested in https://wiki.archlinux.org/title/Ryzen#Troubleshooting do you currently apply? Do they show up in
cat /proc/cmdline?
Can you control the CPU voltage or PBO offset in the UEFI?
Offline
just as with the cpu: have you tried to reseat the gpu?
Yes, reseating the GPU did not make a difference, as the system freezes with the display running off of the iGPU as well.
Which of the parameters suggested in https://wiki.archlinux.org/title/Ryzen#Troubleshooting do you currently apply?
I tried the following individually for both Ryzen and AMDGPU troubleshooting:
echo rcu_nocbs=0-$(($(nproc)-1) (its output)
processor.max_cstate=5
processor.max_cstate=1
amdgpu.ppfeaturemask=0xffff7fff
amdgpu.ppfeaturemask=0xfffd7fff
amdgpu.ppfeaturemask=0xfffd3fff
amdgpu.ppfeaturemask=0xfff73fffAdditionally, setting Power Supply Idle Control to Typical and applying a PBO offest 4+ did not change the freezing.
The freezing usually occurs around 1 hour 37 minutes of being online.
My next tests will be running the computer idle off of another distro and applying SysRq.
Last edited by qxbash (Yesterday 15:37:18)
Offline
and applying a PBO offest 4+ did not change
What if you ramp this up to the maximum?
Please just post the complete system journal for the last freezing boot - maybe something flares up.
Offline
and applying a PBO offest 4+ did not change
What if you ramp this up to the maximum?
Please just post the complete system journal for the last freezing boot - maybe something flares up.
SysRq did work before the freeze, it was unresponsive during it though.
Here is the entire system journal that was recorded before the freeze:
➜ ~ sudo journalctl --since="2026-5-15 13:00"
May 15 13:00:00 archpc CROND[8864]: (root) CMD (timeshift --check --scripted)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Mounted '/dev/nvme1n1p2' at '/run/ti>
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Daily snapshots are enabled)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Last daily snapshot is 1 hours old)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (------------------------------------>
May 15 13:00:00 archpc crontab[8875]: (root) LIST (root)
May 15 13:00:00 archpc crontab[8876]: (root) LIST (root)
May 15 13:00:00 archpc systemd[1]: run-timeshift-8864-backup.mount: Deactivated success>
May 15 13:00:00 archpc CROND[8863]: (root) CMDEND (timeshift --check --scripted)
May 15 13:01:00 archpc CROND[8973]: (root) CMD (run-parts /etc/cron.hourly)
May 15 13:01:00 archpc CROND[8972]: (root) CMDEND (run-parts /etc/cron.hourly)
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: SME: Trying to authenticate with 9>
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] device (wlp15s0):>
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): >
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): >
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): >
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp4 (wlp15s0): >
May 15 13:06:54 archpc kernel: wlp15s0: disconnect from AP 9a:b6:a3:48:dd:d7 for new au>
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] device (wlp15s0):>
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): >
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): >
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): >
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): >
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=CORE>
May 15 13:06:54 archpc kernel: wlp15s0: authenticate with 9a:b6:a3:38:dd:d7 (local addr>
May 15 13:06:54 archpc kernel: wlp15s0: send auth to 9a:b6:a3:38:dd:d7 (try 1/3)
lines 1-26...skipping...
May 15 13:00:00 archpc CROND[8864]: (root) CMD (timeshift --check --scripted)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Mounted '/dev/nvme1n1p2' at '/run/timeshift/8864/backup')
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Daily snapshots are enabled)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Last daily snapshot is 1 hours old)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (------------------------------------------------------------------------------)
May 15 13:00:00 archpc crontab[8875]: (root) LIST (root)
May 15 13:00:00 archpc crontab[8876]: (root) LIST (root)
May 15 13:00:00 archpc systemd[1]: run-timeshift-8864-backup.mount: Deactivated successfully.
May 15 13:00:00 archpc CROND[8863]: (root) CMDEND (timeshift --check --scripted)
May 15 13:01:00 archpc CROND[8973]: (root) CMD (run-parts /etc/cron.hourly)
May 15 13:01:00 archpc CROND[8972]: (root) CMDEND (run-parts /etc/cron.hourly)
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: SME: Trying to authenticate with 9a:b6:a3:38:dd:d7 (SSID='Alice' freq=5220 MHz)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] device (wlp15s0): ip:dhcp4: restarting
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): canceled DHCP transaction
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): state changed no lease
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc kernel: wlp15s0: disconnect from AP 9a:b6:a3:48:dd:d7 for new auth to 9a:b6:a3:38:dd:d7
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] device (wlp15s0): ip:dhcp6: restarting
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): canceled DHCP transaction
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): state changed no lease
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
May 15 13:06:54 archpc kernel: wlp15s0: authenticate with 9a:b6:a3:38:dd:d7 (local address=60:ff:9e:3e:ba:80)
May 15 13:06:54 archpc kernel: wlp15s0: send auth to 9a:b6:a3:38:dd:d7 (try 1/3)
May 15 13:06:54 archpc kernel: wlp15s0: authenticated
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: Trying to associate with 9a:b6:a3:38:dd:d7 (SSID='Alice' freq=5220 MHz)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9884] device (wlp15s0): supplicant interface state: completed -> authenticating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9884] device (p2p-dev-wlp15s0): supplicant management interface state: completed -> authenticating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9890] device (wlp15s0): supplicant interface state: authenticating -> associating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9890] device (p2p-dev-wlp15s0): supplicant management interface state: authenticating -> associating
May 15 13:06:54 archpc kernel: wlp15s0: associate with 9a:b6:a3:38:dd:d7 (try 1/3)
May 15 13:06:55 archpc kernel: wlp15s0: RX ReassocResp from 9a:b6:a3:38:dd:d7 (capab=0x1831 status=0 aid=22)
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5220 max_tx_power=2000 no_ir=1
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5220 max_tx_power=2000
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: Associated with 9a:b6:a3:38:dd:d7
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 15 13:06:55 archpc kernel: wlp15s0: associated
May 15 13:06:55 archpc kernel: wlp15s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 9a:b6:a3:38:dd:d7
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1434] device (wlp15s0): supplicant interface state: associating -> associated
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1434] device (p2p-dev-wlp15s0): supplicant management interface state: associating -> associated
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1537] device (wlp15s0): supplicant interface state: associated -> 4way_handshake
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1537] device (p2p-dev-wlp15s0): supplicant management interface state: associated -> 4way_handshake
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: WPA: Key negotiation completed with 9a:b6:a3:38:dd:d7 [PTK=CCMP GTK=CCMP]
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-CONNECTED - Connection to 9a:b6:a3:38:dd:d7 completed [id=0 id_str=]
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1685] device (wlp15s0): supplicant interface state: 4way_handshake -> completed
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1744] device (wlp15s0): ip:dhcp4: restarting
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): canceled DHCP transaction
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): state changed no lease
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] device (wlp15s0): ip:dhcp6: restarting
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): canceled DHCP transaction
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): state changed no lease
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1825] device (p2p-dev-wlp15s0): supplicant management interface state: 4way_handshake -> completed
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2000] dhcp6 (wlp15s0): state changed new lease
May 15 13:06:56 archpc systemd[1]: Starting Network Manager Script Dispatcher Service...
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2109] dhcp4 (wlp15s0): state changed new lease, address=192.168.1.74, acd pending
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2111] dhcp4 (wlp15s0): state changed new lease, address=192.168.1.74
May 15 13:06:56 archpc systemd[1]: Started Network Manager Script Dispatcher Service.
May 15 13:07:06 archpc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 15 13:12:00 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 15 13:12:00 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5805 max_tx_power=2000 no_ir=1
May 15 13:12:00 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5805 max_tx_power=2000
May 15 13:14:42 archpc wpa_supplicant[846]: wlp15s0: RSN: Group rekeying completed with 9a:b6:a3:38:dd:d7 [GTK=CCMP]
-- Boot 659326d894e644ec993f5a8dbbe24bee --
May 15 13:22:36 archlinux kernel: Linux version 6.18.30-1-lts (linux-lts@archlinux) (gcc (GCC) 16.1.1 20260430, GNU ld (GNU Binutils) 2.46.0) #1 SMP PREEMPT_DYNAMIC Thu, 14 May 2026 18:16:09 +0000
May 15 13:22:36 archlinux kernel: Command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img root=UUID=f5fdea1a-3851-4c32-a944-c84705967219 rw
May 15 13:22:36 archlinux kernel: BIOS-provided physical RAM map:
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000099fefff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x00000000099ff000-0x0000000009ffffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000000a210000-0x000000000affffff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b020fff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000000b021000-0x000000007818efff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000007818f000-0x000000009530efff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000009530f000-0x000000009730efff] ACPI NVS
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000009730f000-0x00000000973fefff] ACPI data
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x00000000973ff000-0x0000000097d87fff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000097d88000-0x0000000097d88fff] ACPI NVS
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000097d89000-0x0000000099331fff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000099332000-0x0000000099333fff] ACPI NVS
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000099334000-0x0000000099ff8fff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000099ff9000-0x0000000099ffbfff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000099ffc000-0x0000000099ffffff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000009a000000-0x000000009bffffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000103defffff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000103ef40000-0x00000010801fffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
May 15 13:22:36 archlinux kernel: NX (Execute Disable) protection: active
May 15 13:22:36 archlinux kernel: APIC: Static calls initialized
May 15 13:22:36 archlinux kernel: efi: EFI v2.11 by American Megatrends
May 15 13:22:36 archlinux kernel: efi: ACPI=0x972f5000 ACPI 2.0=0x972f5014 TPMFinalLog=0x972c1000 SMBIOS=0x85e1e000 SMBIOS 3.0=0x85e1d000 MEMATTR=0x71e9e018 ESRT=0x732be198 RNG=0x97342f18 INITRD=0x6bf7cb18 TPMEventLog=0x97338018
May 15 13:22:36 archlinux kernel: random: crng init done
May 15 13:22:36 archlinux kernel: efi: Remove mem85: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
May 15 13:22:36 archlinux kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
May 15 13:22:36 archlinux kernel: efi: Remove mem86: MMIO range=[0xf7000000-0xfedfffff] (126MB) from e820 map
May 15 13:22:36 archlinux kernel: e820: remove [mem 0xf7000000-0xfedfffff] reserved
May 15 13:22:36 archlinux kernel: efi: Not removing mem87: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
May 15 13:22:36 archlinux kernel: efi: Remove mem88: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
May 15 13:22:36 archlinux kernel: e820: remove [mem 0xfee01000-0xffffffff] reserved
May 15 13:22:36 archlinux kernel: efi: Remove mem90: MMIO range=[0x1060000000-0x10801fffff] (514MB) from e820 map
May 15 13:22:36 archlinux kernel: e820: remove [mem 0x1060000000-0x10801fffff] reserved
May 15 13:22:36 archlinux kernel: SMBIOS 3.8.0 present.
May 15 13:22:36 archlinux kernel: DMI: Micro-Star International Co., Ltd. MS-7E26/PRO B650-S WIFI (MS-7E26), BIOS 1.N2 03/23/2026
May 15 13:22:36 archlinux kernel: DMI: Memory slots populated: 4/4
May 15 13:22:36 archlinux kernel: tsc: Fast TSC calibration using PIT
May 15 13:22:36 archlinux kernel: tsc: Detected 4500.392 MHz processor
May 15 13:22:36 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 15 13:22:36 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 15 13:22:36 archlinux kernel: last_pfn = 0x103df00 max_arch_pfn = 0x400000000
May 15 13:22:36 archlinux kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
May 15 13:22:36 archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
May 15 13:22:36 archlinux kernel: e820: update [mem 0xa0000000-0xffffffff] usable ==> reserved
May 15 13:22:36 archlinux kernel: last_pfn = 0x9a000 max_arch_pfn = 0x400000000
May 15 13:22:36 archlinux kernel: esrt: Reserving ESRT space from 0x00000000732be198 to 0x00000000732be1d0.
May 15 13:22:36 archlinux kernel: e820: update [mem 0x732be000-0x732befff] usable ==> reserved
May 15 13:22:36 archlinux kernel: Using GB pages for direct mapping
May 15 13:22:36 archlinux kernel: Secure boot disabled
May 15 13:22:36 archlinux kernel: RAMDISK: [mem 0x6559c000-0x68281fff]
May 15 13:22:36 archlinux kernel: ACPI: Early table checksum verification disabled
May 15 13:22:36 archlinux kernel: ACPI: RSDP 0x00000000972F5014 000024 (v02 ALASKA)
May 15 13:22:36 archlinux kernel: ACPI: XSDT 0x00000000972F4728 00010C (v01 ALASKA A M I 01072009 AMI 01000013)
May 15 13:22:36 archlinux kernel: ACPI: FACP 0x00000000973F4000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
May 15 13:22:36 archlinux kernel: ACPI: DSDT 0x000000009737C000 06C375 (v02 ALASKA A M I 01072009 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: FACS 0x00000000972F1000 000040
May 15 13:22:36 archlinux kernel: ACPI: _SDM 0x0000000097D88000 000055 (v03 ALASKA A M I 01072009 AMI 01000013)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x00000000973F6000 008689 (v02 AMD Splinter 00000002 MSFT 04000000)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x00000000973F5000 000221 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
May 15 13:22:36 archlinux kernel: ACPI: FIDT 0x00000000973ED000 00009D (v01 ALASKA A M I 01072009 AMI 00010013)
May 15 13:22:36 archlinux kernel: ACPI: MCFG 0x00000000973EC000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
May 15 13:22:36 archlinux kernel: ACPI: HPET 0x00000000973EB000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
May 15 13:22:36 archlinux kernel: ACPI: WDRT 0x00000000973EA000 000047 (v01 ALASKA A M I 01072009 AMI 00000005)
May 15 13:22:36 archlinux kernel: ACPI: UEFI 0x00000000968AF000 000048 (v01 ALASKA A M I 01072009 AMI 01000013)
May 15 13:22:36 archlinux kernel: ACPI: FPDT 0x00000000973E9000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
May 15 13:22:36 archlinux kernel: ACPI: VFCT 0x0000000097362000 0190A0 (v01 ALASKA A M I 00000001 AMD 33504F47)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x00000000973EF000 004DEE (v02 AMD AMD CPU 00000001 AMD 00000001)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x00000000973EE000 000041 (v02 AMD AppCompD 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: TPM2 0x0000000097360000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x000000009735F000 0006D4 (v02 AMD CPMWLRC 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x000000009735D000 00169E (v02 AMD CPMDFIG2 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x000000009735A000 002AA6 (v02 AMD CDFAAIG2 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x0000000097359000 0008BA (v02 AMD CPMDFDG2 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x000000009734F000 009AF2 (v02 AMD CPMCMN 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x000000009734C000 0028C5 (v02 AMD AOD 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: WSMT 0x000000009734B000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
May 15 13:22:36 archlinux kernel: ACPI: APIC 0x000000009734A000 00015E (v06 ALASKA A M I 01072009 AMI 00010013)
May 15 13:22:36 archlinux kernel: ACPI: IVRS 0x0000000097349000 0001FE (v02 AMD AmdTable 00000001 AMD 00000001)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x0000000097348000 000500 (v02 AMD MEMTOOL0 00000002 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x0000000097347000 0009D0 (v02 AMD CPMMSOSC 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x0000000097346000 00047C (v02 AMD AMDWOV 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x0000000097344000 001046 (v02 AMD CPMACPV4 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: SSDT 0x0000000097343000 00044E (v02 AMD AmdTable 00000001 INTL 20230628)
May 15 13:22:36 archlinux kernel: ACPI: BGRT 0x0000000097361000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
May 15 13:22:36 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x973f4000-0x973f4113]
May 15 13:22:36 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x9737c000-0x973e8374]
May 15 13:22:36 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x972f1000-0x972f103f]
May 15 13:22:36 archlinux kernel: ACPI: Reserving _SDM table memory at [mem 0x97d88000-0x97d88054]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x973f6000-0x973fe688]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x973f5000-0x973f5220]
May 15 13:22:36 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x973ed000-0x973ed09c]
May 15 13:22:36 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x973ec000-0x973ec03b]
May 15 13:22:36 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x973eb000-0x973eb037]
May 15 13:22:36 archlinux kernel: ACPI: Reserving WDRT table memory at [mem 0x973ea000-0x973ea046]
May 15 13:22:36 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0x968af000-0x968af047]
May 15 13:22:36 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x973e9000-0x973e9043]
May 15 13:22:36 archlinux kernel: ACPI: Reserving VFCT table memory at [mem 0x97362000-0x9737b09f]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x973ef000-0x973f3ded]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x973ee000-0x973ee040]
May 15 13:22:36 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0x97360000-0x9736004b]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9735f000-0x9735f6d3]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9735d000-0x9735e69d]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9735a000-0x9735caa5]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x97359000-0x973598b9]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9734f000-0x97358af1]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9734c000-0x9734e8c4]
May 15 13:22:36 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x9734b000-0x9734b027]
May 15 13:22:36 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x9734a000-0x9734a15d]
May 15 13:22:36 archlinux kernel: ACPI: Reserving IVRS table memory at [mem 0x97349000-0x973491fd]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x97348000-0x973484ff]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x97347000-0x973479cf]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x97346000-0x9734647b]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x97344000-0x97345045]
May 15 13:22:36 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x97343000-0x9734344d]
May 15 13:22:36 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x97361000-0x97361037]
May 15 13:22:36 archlinux kernel: No NUMA configuration found
May 15 13:22:36 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000103defffff]
May 15 13:22:36 archlinux kernel: NODE_DATA(0) allocated [mem 0x103ded5280-0x103defffff]
May 15 13:22:36 archlinux kernel: Zone ranges:
May 15 13:22:36 archlinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
May 15 13:22:36 archlinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
May 15 13:22:36 archlinux kernel: Normal [mem 0x0000000100000000-0x000000103defffff]
May 15 13:22:36 archlinux kernel: Device empty
May 15 13:22:36 archlinux kernel: Movable zone start for each node
May 15 13:22:36 archlinux kernel: Early memory node ranges
May 15 13:22:36 archlinux kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
May 15 13:22:36 archlinux kernel: node 0: [mem 0x0000000000100000-0x00000000099fefff]
May 15 13:22:36 archlinux kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
May 15 13:22:36 archlinux kernel: node 0: [mem 0x000000000a210000-0x000000000affffff]
May 15 13:22:36 archlinux kernel: node 0: [mem 0x000000000b021000-0x000000007818efff]
May 15 13:22:36 archlinux kernel: node 0: [mem 0x00000000973ff000-0x0000000097d87fff]
May 15 13:22:36 archlinux kernel: node 0: [mem 0x0000000097d89000-0x0000000099331fff]
May 15 13:22:36 archlinux kernel: node 0: [mem 0x0000000099334000-0x0000000099ff8fff]
May 15 13:22:36 archlinux kernel: node 0: [mem 0x0000000099ffc000-0x0000000099ffffff]
May 15 13:22:36 archlinux kernel: node 0: [mem 0x0000000100000000-0x000000103defffff]
May 15 13:22:36 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000103defffff]
May 15 13:22:36 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: On node 0, zone DMA: 96 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: On node 0, zone DMA32: 1537 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: On node 0, zone DMA32: 16 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: On node 0, zone DMA32: 33 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: On node 0, zone DMA32: 62064 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: On node 0, zone DMA32: 3 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: On node 0, zone Normal: 24576 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: On node 0, zone Normal: 8448 pages in unavailable ranges
May 15 13:22:36 archlinux kernel: ACPI: PM-Timer IO Port: 0x808
May 15 13:22:36 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
May 15 13:22:36 archlinux kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
May 15 13:22:36 archlinux kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
May 15 13:22:36 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 15 13:22:36 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
May 15 13:22:36 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
May 15 13:22:36 archlinux kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
May 15 13:22:36 archlinux kernel: e820: update [mem 0x712da000-0x71336fff] usable ==> reserved
May 15 13:22:36 archlinux kernel: CPU topo: Max. logical packages: 1
May 15 13:22:36 archlinux kernel: CPU topo: Max. logical dies: 1
May 15 13:22:36 archlinux kernel: CPU topo: Max. dies per package: 1
May 15 13:22:36 archlinux kernel: CPU topo: Max. threads per core: 2
May 15 13:22:36 archlinux kernel: CPU topo: Num. cores per package: 8
May 15 13:22:36 archlinux kernel: CPU topo: Num. threads per package: 16
May 15 13:22:36 archlinux kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x099ff000-0x09ffffff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b020fff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x712da000-0x71336fff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x732be000-0x732befff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x7818f000-0x973fefff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x97d88000-0x97d88fff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x99332000-0x99333fff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x99ff9000-0x99ffbfff]
May 15 13:22:36 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x9a000000-0xffffffff]
May 15 13:22:36 archlinux kernel: [mem 0xa0000000-0xfedfffff] available for PCI devices
May 15 13:22:36 archlinux kernel: Booting paravirtualized kernel on bare hardware
May 15 13:22:36 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 15 13:22:36 archlinux kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
May 15 13:22:36 archlinux kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
May 15 13:22:36 archlinux kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
May 15 13:22:36 archlinux kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
May 15 13:22:36 archlinux kernel: Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img root=UUID=f5fdea1a-3851-4c32-a944-c84705967219 rw
May 15 13:22:36 archlinux kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
May 15 13:22:36 archlinux kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
May 15 13:22:36 archlinux kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
May 15 13:22:36 archlinux kernel: software IO TLB: area num 16.
May 15 13:22:36 archlinux kernel: Fallback order for Node 0: 0
May 15 13:22:36 archlinux kernel: Built 1 zonelists, mobility grouping on. Total pages: 16483831
May 15 13:22:36 archlinux kernel: Policy zone: Normal
May 15 13:22:36 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
May 15 13:22:36 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
May 15 13:22:36 archlinux kernel: ftrace: allocating 57128 entries in 224 pages
May 15 13:22:36 archlinux kernel: ftrace: allocated 224 pages with 3 groups
May 15 13:22:36 archlinux kernel: Dynamic Preempt: voluntary
May 15 13:22:36 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
May 15 13:22:36 archlinux kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
May 15 13:22:36 archlinux kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
May 15 13:22:36 archlinux kernel: Trampoline variant of Tasks RCU enabled.
May 15 13:22:36 archlinux kernel: Rude variant of Tasks RCU enabled.
May 15 13:22:36 archlinux kernel: Tracing variant of Tasks RCU enabled.
May 15 13:22:36 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 15 13:22:36 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
May 15 13:22:36 archlinux kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
May 15 13:22:36 archlinux kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
May 15 13:22:36 archlinux kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
May 15 13:22:36 archlinux kernel: NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
May 15 13:22:36 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
May 15 13:22:36 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
May 15 13:22:36 archlinux kernel: Console: colour dummy device 80x25
May 15 13:22:36 archlinux kernel: printk: legacy console [tty0] enabled
May 15 13:22:36 archlinux kernel: ACPI: Core revision 20250807
May 15 13:22:36 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
May 15 13:22:36 archlinux kernel: APIC: Switch to symmetric I/O mode setup
May 15 13:22:36 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
May 15 13:22:36 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
May 15 13:22:36 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
May 15 13:22:36 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0x98
May 15 13:22:36 archlinux kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID04, rdevid:0x98
May 15 13:22:36 archlinux kernel: AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
May 15 13:22:36 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 15 13:22:36 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x40dedb9c855, max_idle_ns: 440795429535 ns
May 15 13:22:36 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 9004.81 BogoMIPS (lpj=15001306)
May 15 13:22:36 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
May 15 13:22:36 archlinux kernel: LVT offset 1 assigned for vector 0xf9
May 15 13:22:36 archlinux kernel: LVT offset 2 assigned for vector 0xf4
May 15 13:22:36 archlinux kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
May 15 13:22:36 archlinux kernel: Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
May 15 13:22:36 archlinux kernel: process: using mwait in idle threads
May 15 13:22:36 archlinux kernel: mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
May 15 13:22:36 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
May 15 13:22:36 archlinux kernel: Transient Scheduler Attacks: Mitigation: Clear CPU buffers
May 15 13:22:36 archlinux kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
May 15 13:22:36 archlinux kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
May 15 13:22:36 archlinux kernel: Speculative Return Stack Overflow: Mitigation: Safe RET
May 15 13:22:36 archlinux kernel: VMSCAPE: Mitigation: IBPB before exit to userspace
May 15 13:22:36 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
May 15 13:22:36 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
May 15 13:22:36 archlinux kernel: active return thunk: srso_alias_return_thunk
May 15 13:22:36 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 15 13:22:36 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 15 13:22:36 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 15 13:22:36 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
May 15 13:22:36 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
May 15 13:22:36 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
May 15 13:22:36 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
May 15 13:22:36 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
May 15 13:22:36 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
May 15 13:22:36 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
May 15 13:22:36 archlinux kernel: x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
May 15 13:22:36 archlinux kernel: x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
May 15 13:22:36 archlinux kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
May 15 13:22:36 archlinux kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
May 15 13:22:36 archlinux kernel: x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
May 15 13:22:36 archlinux kernel: x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]: 24
May 15 13:22:36 archlinux kernel: x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
May 15 13:22:36 archlinux kernel: Freeing SMP alternatives memory: 56K
May 15 13:22:36 archlinux kernel: pid_max: default: 32768 minimum: 301
May 15 13:22:36 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
May 15 13:22:36 archlinux kernel: landlock: Up and running.
May 15 13:22:36 archlinux kernel: Yama: becoming mindful.
May 15 13:22:36 archlinux kernel: LSM support for eBPF active
May 15 13:22:36 archlinux kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 15 13:22:36 archlinux kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 15 13:22:36 archlinux kernel: smpboot: CPU0: AMD Ryzen 7 7700X 8-Core Processor (family: 0x19, model: 0x61, stepping: 0x2)
May 15 13:22:36 archlinux kernel: Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
May 15 13:22:36 archlinux kernel: ... version: 2
May 15 13:22:36 archlinux kernel: ... bit width: 48
May 15 13:22:36 archlinux kernel: ... generic counters: 6
May 15 13:22:36 archlinux kernel: ... generic bitmap: 000000000000003f
May 15 13:22:36 archlinux kernel: ... fixed-purpose counters: 0
May 15 13:22:36 archlinux kernel: ... fixed-purpose bitmap: 0000000000000000
May 15 13:22:36 archlinux kernel: ... value mask: 0000ffffffffffff
May 15 13:22:36 archlinux kernel: ... max period: 00007fffffffffff
May 15 13:22:36 archlinux kernel: ... global_ctrl mask: 000000000000003f
May 15 13:22:36 archlinux kernel: signal: max sigframe size: 3376
May 15 13:22:36 archlinux kernel: rcu: Hierarchical SRCU implementation.
May 15 13:22:36 archlinux kernel: rcu: Max phase no-delay instances is 1000.
May 15 13:22:36 archlinux kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
May 15 13:22:36 archlinux kernel: MCE: In-kernel MCE decoding enabled.
May 15 13:22:36 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 15 13:22:36 archlinux kernel: smp: Bringing up secondary CPUs ...
May 15 13:22:36 archlinux kernel: smpboot: x86: Booting SMP configuration:
May 15 13:22:36 archlinux kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
May 15 13:22:36 archlinux kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
May 15 13:22:36 archlinux kernel: smp: Brought up 1 node, 16 CPUs
May 15 13:22:36 archlinux kernel: smpboot: Total of 16 processors activated (144070.06 BogoMIPS)
May 15 13:22:36 archlinux kernel: Memory: 64419540K/65935324K available (21363K kernel code, 2940K rwdata, 16360K rodata, 4752K init, 5592K bss, 1493528K reserved, 0K cma-reserved)
May 15 13:22:36 archlinux kernel: devtmpfs: initialized
May 15 13:22:36 archlinux kernel: x86/mm: Memory block size: 2048MB
May 15 13:22:36 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
May 15 13:22:36 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x9530f000-0x9730efff] (33554432 bytes)
May 15 13:22:36 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x97d88000-0x97d88fff] (4096 bytes)
May 15 13:22:36 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x99332000-0x99333fff] (8192 bytes)
May 15 13:22:36 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 15 13:22:36 archlinux kernel: posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
May 15 13:22:36 archlinux kernel: futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
May 15 13:22:36 archlinux kernel: pinctrl core: initialized pinctrl subsystem
May 15 13:22:36 archlinux kernel: PM: RTC time: 18:22:32, date: 2026-05-15
May 15 13:22:36 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
May 15 13:22:36 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
May 15 13:22:36 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 15 13:22:36 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 15 13:22:36 archlinux kernel: audit: initializing netlink subsys (disabled)
May 15 13:22:36 archlinux kernel: audit: type=2000 audit(1778869352.183:1): state=initialized audit_enabled=0 res=1
May 15 13:22:36 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
May 15 13:22:36 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
May 15 13:22:36 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
May 15 13:22:36 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
May 15 13:22:36 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
May 15 13:22:36 archlinux kernel: cpuidle: using governor ladder
May 15 13:22:36 archlinux kernel: cpuidle: using governor menu
May 15 13:22:36 archlinux kernel: efi: Freeing EFI boot services memory: 181340K
May 15 13:22:36 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 15 13:22:36 archlinux kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
May 15 13:22:36 archlinux kernel: PCI: Using configuration type 1 for base access
May 15 13:22:36 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
May 15 13:22:36 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
May 15 13:22:36 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
May 15 13:22:36 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
May 15 13:22:36 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
May 15 13:22:36 archlinux kernel: raid6: skipped pq benchmark and selected avx512x4
May 15 13:22:36 archlinux kernel: raid6: using avx512x2 recovery algorithm
May 15 13:22:36 archlinux kernel: ACPI: Added _OSI(Module Device)
May 15 13:22:36 archlinux kernel: ACPI: Added _OSI(Processor Device)
May 15 13:22:36 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 15 13:22:36 archlinux kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
May 15 13:22:36 archlinux kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
May 15 13:22:36 archlinux kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
May 15 13:22:36 archlinux kernel: ACPI: Interpreter enabled
May 15 13:22:36 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
May 15 13:22:36 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
May 15 13:22:36 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 15 13:22:36 archlinux kernel: PCI: Ignoring E820 reservations for host bridge windows
May 15 13:22:36 archlinux kernel: ACPI: Enabled 9 GPEs in block 00 to 1F
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GP19.XHC2.P0U2: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP0.M237: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP0.SWUS.M237: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP0.SWUS.SWDS.M237: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP08.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP08.EP00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP10.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP10.WN00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP18.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP18.LN00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP20.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP28.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP30.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP30.EP00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP38.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP38.EP00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP40.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP48.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP48.EP00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP50.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP50.EP00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP58.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP58.EP00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP60.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP60.XH00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP68.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP7.UP00.DP68.SA00.PWRS: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PCI0.GPP8.PWR1: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PRWL: New power resource
May 15 13:22:36 archlinux kernel: ACPI: \_SB_.PRWB: New power resource
May 15 13:22:36 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 15 13:22:36 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
May 15 13:22:36 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
May 15 13:22:36 archlinux kernel: PCI host bridge to bus 0000:00
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xf2000000-0xf6ffffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xf1ffffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x1060000000-0xfcffffffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
May 15 13:22:36 archlinux kernel: pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 01-03]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0xdfa00000-0xdfcfffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
May 15 13:22:36 archlinux kernel: pci 0000:00:01.2: PCI bridge to [bus 04]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.2: bridge window [mem 0xdff00000-0xdfffffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
May 15 13:22:36 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 05-11]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.1: bridge window [io 0xc000-0xdfff]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.1: bridge window [mem 0xdf600000-0xdf9fffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:00:02.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
May 15 13:22:36 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 12]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.2: bridge window [mem 0xdfe00000-0xdfefffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 13]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: bridge window [mem 0xdf200000-0xdf5fffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
May 15 13:22:36 archlinux kernel: pci 0000:00:08.3: PCI bridge to [bus 14]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.3: bridge window [mem 0xdfd00000-0xdfdfffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.3: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: BAR 0 [mem 0xdfc00000-0xdfc03fff]
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: bridge window [io 0xf000-0xffff]
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: bridge window [mem 0xdfa00000-0xdfbfffff]
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 01-03]
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: bridge window [io 0xf000-0xffff]
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: bridge window [mem 0xdfa00000-0xdfbfffff]
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: [1002:747e] type 00 class 0x030000 PCIe Legacy Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: BAR 0 [mem 0xf800000000-0xfbffffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: BAR 2 [mem 0xfc00000000-0xfc0fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: BAR 4 [io 0xf000-0xf0ff]
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: BAR 5 [mem 0xdfa00000-0xdfafffff]
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: ROM [mem 0xdfb00000-0xdfb1ffff pref]
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:03:00.1: [1002:ab30] type 00 class 0x040300 PCIe Legacy Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:03:00.1: BAR 0 [mem 0xdfb20000-0xdfb23fff]
May 15 13:22:36 archlinux kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
May 15 13:22:36 archlinux kernel: pci 0000:04:00.0: [c0a9:5421] type 00 class 0x010802 PCIe Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:04:00.0: BAR 0 [mem 0xdff00000-0xdff03fff 64bit]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.2: PCI bridge to [bus 04]
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: [1022:43f4] type 01 class 0x060400 PCIe Switch Upstream Port
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: PCI bridge to [bus 06-11]
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: bridge window [io 0xc000-0xdfff]
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: bridge window [mem 0xdf600000-0xdf9fffff]
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 05-11]
May 15 13:22:36 archlinux kernel: pci 0000:06:00.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:00.0: PCI bridge to [bus 07]
May 15 13:22:36 archlinux kernel: pci 0000:06:00.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:04.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:04.0: PCI bridge to [bus 08]
May 15 13:22:36 archlinux kernel: pci 0000:06:04.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:04.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:05.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:05.0: PCI bridge to [bus 09]
May 15 13:22:36 archlinux kernel: pci 0000:06:05.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:05.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:06.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:06.0: PCI bridge to [bus 0a]
May 15 13:22:36 archlinux kernel: pci 0000:06:06.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:06.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:07.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:07.0: PCI bridge to [bus 0b]
May 15 13:22:36 archlinux kernel: pci 0000:06:07.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:07.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:08.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:08.0: PCI bridge to [bus 0c]
May 15 13:22:36 archlinux kernel: pci 0000:06:08.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:08.0: broken device, retraining non-functional downstream link at 2.5GT/s
May 15 13:22:36 archlinux kernel: pci 0000:06:08.0: retraining failed
May 15 13:22:36 archlinux kernel: pci 0000:06:08.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:09.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:09.0: PCI bridge to [bus 0d]
May 15 13:22:36 archlinux kernel: pci 0000:06:09.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:09.0: broken device, retraining non-functional downstream link at 2.5GT/s
May 15 13:22:36 archlinux kernel: pci 0000:06:09.0: retraining failed
May 15 13:22:36 archlinux kernel: pci 0000:06:09.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: PCI bridge to [bus 0e]
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: bridge window [io 0xd000-0xdfff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: bridge window [mem 0xdf900000-0xdf9fffff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: PCI bridge to [bus 0f]
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: bridge window [io 0xc000-0xcfff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: bridge window [mem 0xdf800000-0xdf8fffff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:0c.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:0c.0: PCI bridge to [bus 10]
May 15 13:22:36 archlinux kernel: pci 0000:06:0c.0: bridge window [mem 0xdf700000-0xdf7fffff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0c.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:0c.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:0d.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
May 15 13:22:36 archlinux kernel: pci 0000:06:0d.0: PCI bridge to [bus 11]
May 15 13:22:36 archlinux kernel: pci 0000:06:0d.0: bridge window [mem 0xdf600000-0xdf6fffff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0d.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:06:0d.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: PCI bridge to [bus 06-11]
May 15 13:22:36 archlinux kernel: pci 0000:06:00.0: PCI bridge to [bus 07]
May 15 13:22:36 archlinux kernel: pci 0000:06:04.0: PCI bridge to [bus 08]
May 15 13:22:36 archlinux kernel: pci 0000:06:05.0: PCI bridge to [bus 09]
May 15 13:22:36 archlinux kernel: pci 0000:06:06.0: PCI bridge to [bus 0a]
May 15 13:22:36 archlinux kernel: pci 0000:06:07.0: PCI bridge to [bus 0b]
May 15 13:22:36 archlinux kernel: pci 0000:06:08.0: PCI bridge to [bus 0c]
May 15 13:22:36 archlinux kernel: pci 0000:06:09.0: PCI bridge to [bus 0d]
May 15 13:22:36 archlinux kernel: pci 0000:0e:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:0e:00.0: BAR 0 [io 0xd000-0xd0ff]
May 15 13:22:36 archlinux kernel: pci 0000:0e:00.0: BAR 2 [mem 0xdf900000-0xdf90ffff 64bit]
May 15 13:22:36 archlinux kernel: pci 0000:0e:00.0: BAR 4 [mem 0xdf910000-0xdf913fff 64bit]
May 15 13:22:36 archlinux kernel: pci 0000:0e:00.0: supports D1 D2
May 15 13:22:36 archlinux kernel: pci 0000:0e:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: PCI bridge to [bus 0e]
May 15 13:22:36 archlinux kernel: pci 0000:0f:00.0: [10ec:c852] type 00 class 0x028000 PCIe Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:0f:00.0: BAR 0 [io 0xc000-0xc0ff]
May 15 13:22:36 archlinux kernel: pci 0000:0f:00.0: BAR 2 [mem 0xdf800000-0xdf8fffff 64bit]
May 15 13:22:36 archlinux kernel: pci 0000:0f:00.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: PCI bridge to [bus 0f]
May 15 13:22:36 archlinux kernel: pci 0000:10:00.0: [1022:43f7] type 00 class 0x0c0330 PCIe Legacy Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:10:00.0: BAR 0 [mem 0xdf700000-0xdf707fff 64bit]
May 15 13:22:36 archlinux kernel: pci 0000:10:00.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:0c.0: PCI bridge to [bus 10]
May 15 13:22:36 archlinux kernel: pci 0000:11:00.0: [1022:43f6] type 00 class 0x010601 PCIe Legacy Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:11:00.0: BAR 5 [mem 0xdf680000-0xdf6803ff]
May 15 13:22:36 archlinux kernel: pci 0000:11:00.0: ROM [mem 0xdf600000-0xdf67ffff pref]
May 15 13:22:36 archlinux kernel: pci 0000:11:00.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:11:00.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:06:0d.0: PCI bridge to [bus 11]
May 15 13:22:36 archlinux kernel: pci 0000:12:00.0: [c0a9:5420] type 00 class 0x010802 PCIe Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:12:00.0: BAR 0 [mem 0xdfe00000-0xdfe03fff 64bit]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 12]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.0: [1002:164e] type 00 class 0x030000 PCIe Legacy Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:13:00.0: BAR 0 [mem 0xfc20000000-0xfc2fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.0: BAR 2 [mem 0xfc30000000-0xfc301fffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.0: BAR 4 [io 0xe000-0xe0ff]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.0: BAR 5 [mem 0xdf500000-0xdf57ffff]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:13:00.0: PME# supported from D1 D2 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:13:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:13:00.1: BAR 0 [mem 0xdf588000-0xdf58bfff]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.1: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:13:00.1: PME# supported from D1 D2 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:13:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:13:00.2: BAR 2 [mem 0xdf400000-0xdf4fffff]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.2: BAR 5 [mem 0xdf58c000-0xdf58dfff]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.2: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:13:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:13:00.3: BAR 0 [mem 0xdf300000-0xdf3fffff 64bit]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.3: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:13:00.3: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:13:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:13:00.4: BAR 0 [mem 0xdf200000-0xdf2fffff 64bit]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.4: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:13:00.4: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:13:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:13:00.6: BAR 0 [mem 0xdf580000-0xdf587fff]
May 15 13:22:36 archlinux kernel: pci 0000:13:00.6: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:13:00.6: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 13]
May 15 13:22:36 archlinux kernel: pci 0000:14:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
May 15 13:22:36 archlinux kernel: pci 0000:14:00.0: BAR 0 [mem 0xdfd00000-0xdfdfffff 64bit]
May 15 13:22:36 archlinux kernel: pci 0000:14:00.0: enabling Extended Tags
May 15 13:22:36 archlinux kernel: pci 0000:14:00.0: PME# supported from D0 D3hot D3cold
May 15 13:22:36 archlinux kernel: pci 0000:00:08.3: PCI bridge to [bus 14]
May 15 13:22:36 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
May 15 13:22:36 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
May 15 13:22:36 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
May 15 13:22:36 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
May 15 13:22:36 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
May 15 13:22:36 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
May 15 13:22:36 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
May 15 13:22:36 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
May 15 13:22:36 archlinux kernel: iommu: Default domain type: Translated
May 15 13:22:36 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
May 15 13:22:36 archlinux kernel: SCSI subsystem initialized
May 15 13:22:36 archlinux kernel: libata version 3.00 loaded.
May 15 13:22:36 archlinux kernel: ACPI: bus type USB registered
May 15 13:22:36 archlinux kernel: usbcore: registered new interface driver usbfs
May 15 13:22:36 archlinux kernel: usbcore: registered new interface driver hub
May 15 13:22:36 archlinux kernel: usbcore: registered new device driver usb
May 15 13:22:36 archlinux kernel: EDAC MC: Ver: 3.0.0
May 15 13:22:36 archlinux kernel: efivars: Registered efivars operations
May 15 13:22:36 archlinux kernel: NetLabel: Initializing
May 15 13:22:36 archlinux kernel: NetLabel: domain hash size = 128
May 15 13:22:36 archlinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
May 15 13:22:36 archlinux kernel: NetLabel: unlabeled traffic allowed by default
May 15 13:22:36 archlinux kernel: mctp: management component transport protocol core
May 15 13:22:36 archlinux kernel: NET: Registered PF_MCTP protocol family
May 15 13:22:36 archlinux kernel: PCI: Using ACPI for IRQ routing
May 15 13:22:36 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x099ff000-0x0bffffff]
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x712da000-0x73ffffff]
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x732be000-0x73ffffff]
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x7818f000-0x7bffffff]
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x97d88000-0x97ffffff]
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x99332000-0x9bffffff]
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x99ff9000-0x9bffffff]
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
May 15 13:22:36 archlinux kernel: e820: reserve RAM buffer [mem 0x103df00000-0x103fffffff]
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: vgaarb: bridge control possible
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
May 15 13:22:36 archlinux kernel: pci 0000:13:00.0: vgaarb: bridge control possible
May 15 13:22:36 archlinux kernel: pci 0000:13:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
May 15 13:22:36 archlinux kernel: vgaarb: loaded
May 15 13:22:36 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
May 15 13:22:36 archlinux kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
May 15 13:22:36 archlinux kernel: clocksource: Switched to clocksource tsc-early
May 15 13:22:36 archlinux kernel: VFS: Disk quotas dquot_6.6.0
May 15 13:22:36 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 15 13:22:36 archlinux kernel: pnp: PnP ACPI init
May 15 13:22:36 archlinux kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
May 15 13:22:36 archlinux kernel: system 00:01: [mem 0x1040000000-0x105fffffff window] has been reserved
May 15 13:22:36 archlinux kernel: system 00:03: [io 0x0a00-0x0a0f] has been reserved
May 15 13:22:36 archlinux kernel: system 00:03: [io 0x0a10-0x0a1f] has been reserved
May 15 13:22:36 archlinux kernel: system 00:03: [io 0x0a20-0x0a2f] has been reserved
May 15 13:22:36 archlinux kernel: pnp 00:04: [dma 0 disabled]
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x040b] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x04d6] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0c00-0x0c01] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0c14] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0c50-0x0c51] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0c52] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0c6c] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0c6f] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0cd8-0x0cdf] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0800-0x089f] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0b00-0x0b0f] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0b20-0x0b3f] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0900-0x090f] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [io 0x0910-0x091f] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [mem 0xfeb00000-0xfeb00fff] has been reserved
May 15 13:22:36 archlinux kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
May 15 13:22:36 archlinux kernel: pnp: PnP ACPI: found 6 devices
May 15 13:22:36 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 15 13:22:36 archlinux kernel: NET: Registered PF_INET protocol family
May 15 13:22:36 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
May 15 13:22:36 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
May 15 13:22:36 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
May 15 13:22:36 archlinux kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
May 15 13:22:36 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
May 15 13:22:36 archlinux kernel: TCP: Hash tables configured (established 524288 bind 65536)
May 15 13:22:36 archlinux kernel: MPTCP token hash table entries: 65536 (order: 9, 1572864 bytes, linear)
May 15 13:22:36 archlinux kernel: UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
May 15 13:22:36 archlinux kernel: UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
May 15 13:22:36 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
May 15 13:22:36 archlinux kernel: NET: Registered PF_XDP protocol family
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: bridge window [io 0xf000-0xffff]
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: bridge window [mem 0xdfa00000-0xdfbfffff]
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: bridge window [io 0xf000-0xffff]
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: bridge window [mem 0xdfa00000-0xdfbfffff]
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 01-03]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0xdfa00000-0xdfcfffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.2: PCI bridge to [bus 04]
May 15 13:22:36 archlinux kernel: pci 0000:00:01.2: bridge window [mem 0xdff00000-0xdfffffff]
May 15 13:22:36 archlinux kernel: pci 0000:06:00.0: PCI bridge to [bus 07]
May 15 13:22:36 archlinux kernel: pci 0000:06:04.0: PCI bridge to [bus 08]
May 15 13:22:36 archlinux kernel: pci 0000:06:05.0: PCI bridge to [bus 09]
May 15 13:22:36 archlinux kernel: pci 0000:06:06.0: PCI bridge to [bus 0a]
May 15 13:22:36 archlinux kernel: pci 0000:06:07.0: PCI bridge to [bus 0b]
May 15 13:22:36 archlinux kernel: pci 0000:06:08.0: PCI bridge to [bus 0c]
May 15 13:22:36 archlinux kernel: pci 0000:06:09.0: PCI bridge to [bus 0d]
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: PCI bridge to [bus 0e]
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: bridge window [io 0xd000-0xdfff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: bridge window [mem 0xdf900000-0xdf9fffff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: PCI bridge to [bus 0f]
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: bridge window [io 0xc000-0xcfff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: bridge window [mem 0xdf800000-0xdf8fffff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0c.0: PCI bridge to [bus 10]
May 15 13:22:36 archlinux kernel: pci 0000:06:0c.0: bridge window [mem 0xdf700000-0xdf7fffff]
May 15 13:22:36 archlinux kernel: pci 0000:06:0d.0: PCI bridge to [bus 11]
May 15 13:22:36 archlinux kernel: pci 0000:06:0d.0: bridge window [mem 0xdf600000-0xdf6fffff]
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: PCI bridge to [bus 06-11]
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: bridge window [io 0xc000-0xdfff]
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: bridge window [mem 0xdf600000-0xdf9fffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 05-11]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.1: bridge window [io 0xc000-0xdfff]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.1: bridge window [mem 0xdf600000-0xdf9fffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 12]
May 15 13:22:36 archlinux kernel: pci 0000:00:02.2: bridge window [mem 0xdfe00000-0xdfefffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 13]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: bridge window [mem 0xdf200000-0xdf5fffff]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.3: PCI bridge to [bus 14]
May 15 13:22:36 archlinux kernel: pci 0000:00:08.3: bridge window [mem 0xdfd00000-0xdfdfffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0xf2000000-0xf6ffffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: resource 10 [mem 0xf0000000-0xf1ffffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: resource 11 [mem 0xa0000000-0xdfffffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:00: resource 12 [mem 0x1060000000-0xfcffffffff window]
May 15 13:22:36 archlinux kernel: pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xdfa00000-0xdfcfffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci_bus 0000:02: resource 0 [io 0xf000-0xffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xdfa00000-0xdfbfffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xdfa00000-0xdfbfffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0xdff00000-0xdfffffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:05: resource 0 [io 0xc000-0xdfff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:05: resource 1 [mem 0xdf600000-0xdf9fffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:06: resource 0 [io 0xc000-0xdfff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:06: resource 1 [mem 0xdf600000-0xdf9fffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:0e: resource 0 [io 0xd000-0xdfff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:0e: resource 1 [mem 0xdf900000-0xdf9fffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:0f: resource 0 [io 0xc000-0xcfff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:0f: resource 1 [mem 0xdf800000-0xdf8fffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:10: resource 1 [mem 0xdf700000-0xdf7fffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:11: resource 1 [mem 0xdf600000-0xdf6fffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:12: resource 1 [mem 0xdfe00000-0xdfefffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:13: resource 0 [io 0xe000-0xefff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:13: resource 1 [mem 0xdf200000-0xdf5fffff]
May 15 13:22:36 archlinux kernel: pci_bus 0000:13: resource 2 [mem 0xfc20000000-0xfc301fffff 64bit pref]
May 15 13:22:36 archlinux kernel: pci_bus 0000:14: resource 1 [mem 0xdfd00000-0xdfdfffff]
May 15 13:22:36 archlinux kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
May 15 13:22:36 archlinux kernel: pci 0000:13:00.1: D0 power state depends on 0000:13:00.0
May 15 13:22:36 archlinux kernel: PCI: CLS 64 bytes, default 64
May 15 13:22:36 archlinux kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
May 15 13:22:36 archlinux kernel: Trying to unpack rootfs image as initramfs...
May 15 13:22:36 archlinux kernel: pci 0000:00:01.0: Adding to iommu group 0
May 15 13:22:36 archlinux kernel: pci 0000:00:01.1: Adding to iommu group 1
May 15 13:22:36 archlinux kernel: pci 0000:00:01.2: Adding to iommu group 2
May 15 13:22:36 archlinux kernel: pci 0000:00:02.0: Adding to iommu group 3
May 15 13:22:36 archlinux kernel: pci 0000:00:02.1: Adding to iommu group 4
May 15 13:22:36 archlinux kernel: pci 0000:00:02.2: Adding to iommu group 5
May 15 13:22:36 archlinux kernel: pci 0000:00:03.0: Adding to iommu group 6
May 15 13:22:36 archlinux kernel: pci 0000:00:04.0: Adding to iommu group 7
May 15 13:22:36 archlinux kernel: pci 0000:00:08.0: Adding to iommu group 8
May 15 13:22:36 archlinux kernel: pci 0000:00:08.1: Adding to iommu group 9
May 15 13:22:36 archlinux kernel: pci 0000:00:08.3: Adding to iommu group 10
May 15 13:22:36 archlinux kernel: pci 0000:00:14.0: Adding to iommu group 11
May 15 13:22:36 archlinux kernel: pci 0000:00:14.3: Adding to iommu group 11
May 15 13:22:36 archlinux kernel: pci 0000:00:18.0: Adding to iommu group 12
May 15 13:22:36 archlinux kernel: pci 0000:00:18.1: Adding to iommu group 12
May 15 13:22:36 archlinux kernel: pci 0000:00:18.2: Adding to iommu group 12
May 15 13:22:36 archlinux kernel: pci 0000:00:18.3: Adding to iommu group 12
May 15 13:22:36 archlinux kernel: pci 0000:00:18.4: Adding to iommu group 12
May 15 13:22:36 archlinux kernel: pci 0000:00:18.5: Adding to iommu group 12
May 15 13:22:36 archlinux kernel: pci 0000:00:18.6: Adding to iommu group 12
May 15 13:22:36 archlinux kernel: pci 0000:00:18.7: Adding to iommu group 12
May 15 13:22:36 archlinux kernel: pci 0000:01:00.0: Adding to iommu group 13
May 15 13:22:36 archlinux kernel: pci 0000:02:00.0: Adding to iommu group 14
May 15 13:22:36 archlinux kernel: pci 0000:03:00.0: Adding to iommu group 15
May 15 13:22:36 archlinux kernel: pci 0000:03:00.1: Adding to iommu group 16
May 15 13:22:36 archlinux kernel: pci 0000:04:00.0: Adding to iommu group 17
May 15 13:22:36 archlinux kernel: pci 0000:05:00.0: Adding to iommu group 18
May 15 13:22:36 archlinux kernel: pci 0000:06:00.0: Adding to iommu group 19
May 15 13:22:36 archlinux kernel: pci 0000:06:04.0: Adding to iommu group 20
May 15 13:22:36 archlinux kernel: pci 0000:06:05.0: Adding to iommu group 21
May 15 13:22:36 archlinux kernel: pci 0000:06:06.0: Adding to iommu group 22
May 15 13:22:36 archlinux kernel: pci 0000:06:07.0: Adding to iommu group 23
May 15 13:22:36 archlinux kernel: pci 0000:06:08.0: Adding to iommu group 24
May 15 13:22:36 archlinux kernel: pci 0000:06:09.0: Adding to iommu group 25
May 15 13:22:36 archlinux kernel: pci 0000:06:0a.0: Adding to iommu group 26
May 15 13:22:36 archlinux kernel: pci 0000:06:0b.0: Adding to iommu group 27
May 15 13:22:36 archlinux kernel: pci 0000:06:0c.0: Adding to iommu group 28
May 15 13:22:36 archlinux kernel: pci 0000:06:0d.0: Adding to iommu group 29
May 15 13:22:36 archlinux kernel: pci 0000:0e:00.0: Adding to iommu group 26
May 15 13:22:36 archlinux kernel: pci 0000:0f:00.0: Adding to iommu group 27
May 15 13:22:36 archlinux kernel: pci 0000:10:00.0: Adding to iommu group 28
May 15 13:22:36 archlinux kernel: pci 0000:11:00.0: Adding to iommu group 29
May 15 13:22:36 archlinux kernel: pci 0000:12:00.0: Adding to iommu group 30
May 15 13:22:36 archlinux kernel: pci 0000:13:00.0: Adding to iommu group 31
May 15 13:22:36 archlinux kernel: pci 0000:13:00.1: Adding to iommu group 32
May 15 13:22:36 archlinux kernel: pci 0000:13:00.2: Adding to iommu group 33
May 15 13:22:36 archlinux kernel: pci 0000:13:00.3: Adding to iommu group 34
May 15 13:22:36 archlinux kernel: pci 0000:13:00.4: Adding to iommu group 35
May 15 13:22:36 archlinux kernel: pci 0000:13:00.6: Adding to iommu group 36
May 15 13:22:36 archlinux kernel: pci 0000:14:00.0: Adding to iommu group 37
May 15 13:22:36 archlinux kernel: AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
May 15 13:22:36 archlinux kernel: AMD-Vi: Interrupt remapping enabled
May 15 13:22:36 archlinux kernel: AMD-Vi: Virtual APIC enabled
May 15 13:22:36 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 15 13:22:36 archlinux kernel: software IO TLB: mapped [mem 0x0000000061575000-0x0000000065575000] (64MB)
May 15 13:22:36 archlinux kernel: LVT offset 0 assigned for vector 0x400
May 15 13:22:36 archlinux kernel: perf: AMD IBS detected (0x00000bff)
May 15 13:22:36 archlinux kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
May 15 13:22:36 archlinux kernel: Freeing initrd memory: 45976K
May 15 13:22:36 archlinux kernel: Initialise system trusted keyrings
May 15 13:22:36 archlinux kernel: Key type blacklist registered
May 15 13:22:36 archlinux kernel: workingset: timestamp_bits=36 max_order=24 bucket_order=0
May 15 13:22:36 archlinux kernel: fuse: init (API version 7.45)
May 15 13:22:36 archlinux kernel: integrity: Platform Keyring initialized
May 15 13:22:36 archlinux kernel: integrity: Machine keyring initialized
May 15 13:22:36 archlinux kernel: xor: automatically using best checksumming function avx
May 15 13:22:36 archlinux kernel: Key type asymmetric registered
May 15 13:22:36 archlinux kernel: Asymmetric key parser 'x509' registered
May 15 13:22:36 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
May 15 13:22:36 archlinux kernel: io scheduler mq-deadline registered
May 15 13:22:36 archlinux kernel: io scheduler kyber registered
May 15 13:22:36 archlinux kernel: io scheduler bfq registered
May 15 13:22:36 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 15 13:22:36 archlinux kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 30
May 15 13:22:36 archlinux kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 31
May 15 13:22:36 archlinux kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 32
May 15 13:22:36 archlinux kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 33
May 15 13:22:36 archlinux kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 34
May 15 13:22:36 archlinux kernel: pcieport 0000:00:08.3: PME: Signaling with IRQ 35
May 15 13:22:36 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
May 15 13:22:36 archlinux kernel: ACPI: button: Power Button [PWRB]
May 15 13:22:36 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
May 15 13:22:36 archlinux kernel: ACPI: button: Power Button [PWRF]
May 15 13:22:36 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
May 15 13:22:36 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1146
May 15 13:22:36 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 15 13:22:36 archlinux kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
May 15 13:22:36 archlinux kernel: Non-volatile memory driver v1.3
May 15 13:22:36 archlinux kernel: Linux agpgart interface v0.103
May 15 13:22:36 archlinux kernel: tpm_crb MSFT0101:00: Disabling hwrng
May 15 13:22:36 archlinux kernel: ACPI: bus type drm_connector registered
May 15 13:22:36 archlinux kernel: ahci 0000:11:00.0: SSS flag set, parallel bus scan disabled
May 15 13:22:36 archlinux kernel: ahci 0000:11:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
May 15 13:22:36 archlinux kernel: ahci 0000:11:00.0: 4/6 ports implemented (port mask 0xf)
May 15 13:22:36 archlinux kernel: ahci 0000:11:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
May 15 13:22:36 archlinux kernel: scsi host0: ahci
May 15 13:22:36 archlinux kernel: scsi host1: ahci
May 15 13:22:36 archlinux kernel: scsi host2: ahci
May 15 13:22:36 archlinux kernel: scsi host3: ahci
May 15 13:22:36 archlinux kernel: scsi host4: ahci
May 15 13:22:36 archlinux kernel: scsi host5: ahci
May 15 13:22:36 archlinux kernel: ata1: SATA max UDMA/133 abar m1024@0xdf680000 port 0xdf680100 irq 50 lpm-pol 3
May 15 13:22:36 archlinux kernel: ata2: SATA max UDMA/133 abar m1024@0xdf680000 port 0xdf680180 irq 50 lpm-pol 3
May 15 13:22:36 archlinux kernel: ata3: SATA max UDMA/133 abar m1024@0xdf680000 port 0xdf680200 irq 50 lpm-pol 3
May 15 13:22:36 archlinux kernel: ata4: SATA max UDMA/133 abar m1024@0xdf680000 port 0xdf680280 irq 50 lpm-pol 3
May 15 13:22:36 archlinux kernel: ata5: DUMMY
May 15 13:22:36 archlinux kernel: ata6: DUMMY
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: new USB bus registered, assigned bus number 1
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000200000010
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: new USB bus registered, assigned bus number 2
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: Host supports USB 3.2 Enhanced SuperSpeed
May 15 13:22:36 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb1: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb1: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb1: SerialNumber: 0000:10:00.0
May 15 13:22:36 archlinux kernel: hub 1-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 1-0:1.0: 12 ports detected
May 15 13:22:36 archlinux kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
May 15 13:22:36 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb2: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb2: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb2: SerialNumber: 0000:10:00.0
May 15 13:22:36 archlinux kernel: hub 2-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 2-0:1.0: 5 ports detected
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: new USB bus registered, assigned bus number 3
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: new USB bus registered, assigned bus number 4
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: Host supports USB 3.1 Enhanced SuperSpeed
May 15 13:22:36 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb3: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb3: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb3: SerialNumber: 0000:13:00.3
May 15 13:22:36 archlinux kernel: hub 3-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 3-0:1.0: 2 ports detected
May 15 13:22:36 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
May 15 13:22:36 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb4: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb4: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb4: SerialNumber: 0000:13:00.3
May 15 13:22:36 archlinux kernel: hub 4-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 4-0:1.0: 2 ports detected
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: new USB bus registered, assigned bus number 5
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: new USB bus registered, assigned bus number 6
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: Host supports USB 3.1 Enhanced SuperSpeed
May 15 13:22:36 archlinux kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb5: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb5: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb5: SerialNumber: 0000:13:00.4
May 15 13:22:36 archlinux kernel: hub 5-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 5-0:1.0: 2 ports detected
May 15 13:22:36 archlinux kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
May 15 13:22:36 archlinux kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb6: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb6: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb6: SerialNumber: 0000:13:00.4
May 15 13:22:36 archlinux kernel: hub 6-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 6-0:1.0: 2 ports detected
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:14:00.0: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:14:00.0: new USB bus registered, assigned bus number 7
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:14:00.0: USB3 root hub has no ports
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:14:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
May 15 13:22:36 archlinux kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb7: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb7: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb7: SerialNumber: 0000:14:00.0
May 15 13:22:36 archlinux kernel: hub 7-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 7-0:1.0: 1 port detected
May 15 13:22:36 archlinux kernel: usbcore: registered new interface driver usbserial_generic
May 15 13:22:36 archlinux kernel: usbserial: USB Serial support registered for generic
May 15 13:22:36 archlinux kernel: i8042: PNP: No PS/2 controller found.
May 15 13:22:36 archlinux kernel: rtc_cmos 00:02: RTC can wake from S4
May 15 13:22:36 archlinux kernel: rtc_cmos 00:02: registered as rtc0
May 15 13:22:36 archlinux kernel: rtc_cmos 00:02: setting system clock to 2026-05-15T18:22:34 UTC (1778869354)
May 15 13:22:36 archlinux kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
May 15 13:22:36 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
May 15 13:22:36 archlinux kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
May 15 13:22:36 archlinux kernel: fbcon: Deferring console take-over
May 15 13:22:36 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
May 15 13:22:36 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
May 15 13:22:36 archlinux kernel: usbcore: registered new interface driver usbhid
May 15 13:22:36 archlinux kernel: usbhid: USB HID core driver
May 15 13:22:36 archlinux kernel: rust_binder: Loaded Rust Binder.
May 15 13:22:36 archlinux kernel: drop_monitor: Initializing network drop monitor service
May 15 13:22:36 archlinux kernel: NET: Registered PF_INET6 protocol family
May 15 13:22:36 archlinux kernel: Segment Routing with IPv6
May 15 13:22:36 archlinux kernel: RPL Segment Routing with IPv6
May 15 13:22:36 archlinux kernel: In-situ OAM (IOAM) with IPv6
May 15 13:22:36 archlinux kernel: NET: Registered PF_PACKET protocol family
May 15 13:22:36 archlinux kernel: x86/amd: Previous system reset reason [0x01000800]: system failed to boot before failed boot timer expired
May 15 13:22:36 archlinux kernel: microcode: Current revision: 0x0a60120c
May 15 13:22:36 archlinux kernel: resctrl: L3 allocation detected
May 15 13:22:36 archlinux kernel: resctrl: MB allocation detected
May 15 13:22:36 archlinux kernel: resctrl: SMBA allocation detected
May 15 13:22:36 archlinux kernel: resctrl: L3 monitoring detected
May 15 13:22:36 archlinux kernel: IPI shorthand broadcast: enabled
May 15 13:22:36 archlinux kernel: sched_clock: Marking stable (2693343035, 378600)->(2694760486, -1038851)
May 15 13:22:36 archlinux kernel: registered taskstats version 1
May 15 13:22:36 archlinux kernel: Loading compiled-in X.509 certificates
May 15 13:22:36 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 49723a0db0ca97bcbb86f220ebb53a6bfc0f4bbf'
May 15 13:22:36 archlinux kernel: zswap: loaded using pool zstd
May 15 13:22:36 archlinux kernel: Demotion targets for Node 0: null
May 15 13:22:36 archlinux kernel: Key type .fscrypt registered
May 15 13:22:36 archlinux kernel: Key type fscrypt-provisioning registered
May 15 13:22:36 archlinux kernel: Btrfs loaded, zoned=yes, fsverity=yes
May 15 13:22:36 archlinux kernel: Key type big_key registered
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Option ROM UEFI CA 2023: 514fbf937fa46fb57bf07af8bed84b3b864b1711'
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'MSI SHIP DB: ebc30d5be5f35f8041c1c2d9e613eee2'
May 15 13:22:36 archlinux kernel: PM: Magic number: 10:852:392
May 15 13:22:36 archlinux kernel: thermal cooling_device7: hash matches
May 15 13:22:36 archlinux kernel: acpi ACPI0007:0f: hash matches
May 15 13:22:36 archlinux kernel: RAS: Correctable Errors collector initialized.
May 15 13:22:36 archlinux kernel: clk: Disabling unused clocks
May 15 13:22:36 archlinux kernel: PM: genpd: Disabling unused power domains
May 15 13:22:36 archlinux kernel: ata1: SATA link down (SStatus 0 SControl 300)
May 15 13:22:36 archlinux kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
May 15 13:22:36 archlinux kernel: usb 5-1: new full-speed USB device number 2 using xhci_hcd
May 15 13:22:36 archlinux kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
May 15 13:22:36 archlinux kernel: usb 3-2: New USB device found, idVendor=3151, idProduct=4015, bcdDevice= 2.02
May 15 13:22:36 archlinux kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 15 13:22:36 archlinux kernel: usb 3-2: Product: Gaming Keyboard
May 15 13:22:36 archlinux kernel: usb 3-2: Manufacturer: ROYUAN
May 15 13:22:36 archlinux kernel: usb 5-1: New USB device found, idVendor=046d, idProduct=c53f, bcdDevice=44.01
May 15 13:22:36 archlinux kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 15 13:22:36 archlinux kernel: usb 5-1: Product: USB Receiver
May 15 13:22:36 archlinux kernel: usb 5-1: Manufacturer: Logitech
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.0/0003:3151:4015.0001/input/input2
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.0/0003:046D:C53F.0002/input/input3
May 15 13:22:36 archlinux kernel: hid-generic 0003:3151:4015.0001: input,hidraw0: USB HID v1.11 Keyboard [ROYUAN Gaming Keyboard] on usb-0000:13:00.3-2/input0
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.1/0003:3151:4015.0003/input/input4
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C53F.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:13:00.4-1/input0
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.1/0003:046D:C53F.0004/input/input9
May 15 13:22:36 archlinux kernel: ata2: SATA link down (SStatus 0 SControl 300)
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard System Control as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.1/0003:3151:4015.0003/input/input5
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.1/0003:046D:C53F.0004/input/input10
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.1/0003:3151:4015.0003/input/input6
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.1/0003:046D:C53F.0004/input/input11
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard Mouse as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.1/0003:3151:4015.0003/input/input7
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.1/0003:3151:4015.0003/input/input8
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C53F.0004: input,hiddev96,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:13:00.4-1/input1
May 15 13:22:36 archlinux kernel: hid-generic 0003:3151:4015.0003: input,hiddev97,hidraw3: USB HID v1.11 Keyboard [ROYUAN Gaming Keyboard] on usb-0000:13:00.3-2/input1
May 15 13:22:36 archlinux kernel: hid-generic 0003:3151:4015.0005: hiddev98,hidraw4: USB HID v1.11 Device [ROYUAN Gaming Keyboard] on usb-0000:13:00.3-2/input2
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C53F.0006: hiddev99,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:13:00.4-1/input2
May 15 13:22:36 archlinux kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.11
May 15 13:22:36 archlinux kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 15 13:22:36 archlinux kernel: usb 1-2: Product: USB Receiver
May 15 13:22:36 archlinux kernel: usb 1-2: Manufacturer: Logitech
May 15 13:22:36 archlinux kernel: usb 2-5: new SuperSpeed USB device number 2 using xhci_hcd
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.0/0003:046D:C52B.0007/input/input13
May 15 13:22:36 archlinux kernel: usb 2-5: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
May 15 13:22:36 archlinux kernel: usb 2-5: New USB device strings: Mfr=2, Product=3, SerialNumber=0
May 15 13:22:36 archlinux kernel: usb 2-5: Product: ASM107x
May 15 13:22:36 archlinux kernel: usb 2-5: Manufacturer: Asmedia
May 15 13:22:36 archlinux kernel: hub 2-5:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 2-5:1.0: 4 ports detected
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C52B.0007: input,hidraw6: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:10:00.0-2/input0
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0008/input/input14
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0008/input/input15
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0008/input/input16
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C52B.0008: input,hiddev100,hidraw7: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:10:00.0-2/input1
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C52B.0009: hiddev101,hidraw8: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:10:00.0-2/input2
May 15 13:22:36 archlinux kernel: ata3: SATA link down (SStatus 0 SControl 300)
May 15 13:22:36 archlinux kernel: tsc: Refined TSC clocksource calibration: 4499.995 MHz
May 15 13:22:36 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x40dd639ec31, max_idle_ns: 440795235636 ns
May 15 13:22:36 archlinux kernel: clocksource: Switched to clocksource tsc
May 15 13:22:36 archlinux kernel: usb 1-5: new high-speed USB device number 3 using xhci_hcd
May 15 13:22:36 archlinux kernel: ata4: SATA link down (SStatus 0 SControl 300)
May 15 13:22:36 archlinux kernel: Freeing unused decrypted memory: 2028K
May 15 13:22:36 archlinux kernel: Freeing unused kernel image (initmem) memory: 4752K
May 15 13:22:36 archlinux kernel: Write protecting the kernel read-only data: 38912k
May 15 13:22:36 archlinux kernel: Freeing unused kernel image (text/rodata gap) memory: 1164K
May 15 13:22:36 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 24K
May 15 13:22:36 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 15 13:22:36 archlinux kernel: rodata_test: all tests were successful
May 15 13:22:36 archlinux kernel: Run /init as init process
May 15 13:22:36 archlinux kernel: with arguments:
May 15 13:22:36 archlinux kernel: /init
May 15 13:22:36 archlinux kernel: with environment:
May 15 13:22:36 archlinux kernel: HOME=/
May 15 13:22:36 archlinux kernel: TERM=linux
May 15 13:22:36 archlinux systemd[1]: Successfully made /usr/ read-only.
May 15 13:22:36 archlinux kernel: usb 1-5: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
May 15 13:22:36 archlinux kernel: usb 1-5: New USB device strings: Mfr=2, Product=3, SerialNumber=0
May 15 13:22:36 archlinux kernel: usb 1-5: Product: ASM107x
May 15 13:22:36 archlinux kernel: usb 1-5: Manufacturer: Asmedia
May 15 13:22:36 archlinux kernel: hub 1-5:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 1-5:1.0: 4 ports detected
May 15 13:22:36 archlinux kernel: usb 1-6: new full-speed USB device number 4 using xhci_hcd
May 15 13:22:36 archlinux systemd[1]: systemd 260.1-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11K>
May 15 13:22:36 archlinux systemd[1]: Detected architecture x86-64.
May 15 13:22:36 archlinux systemd[1]: Running in initrd.
May 15 13:22:36 archlinux kernel: fbcon: Taking over console
May 15 13:22:36 archlinux systemd[1]: Initializing machine ID from random generator.
May 15 13:22:36 archlinux kernel: Console: switching to colour frame buffer device 128x48
May 15 13:22:36 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
May 15 13:22:36 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/f5fdea1a-3851-4c32-a944-c84705967219...
May 15 13:22:36 archlinux systemd[1]: Reached target Path Units.
May 15 13:22:36 archlinux systemd[1]: Reached target Slice Units.
May 15 13:22:36 archlinux systemd[1]: Reached target Swaps.
May 15 13:22:36 archlinux systemd[1]: Reached target Timer Units.
May 15 13:22:36 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
May 15 13:22:36 archlinux systemd[1]: Listening on Journal Sockets.
May 15 13:22:36 archlinux systemd[1]: Listening on udev Control Socket.
May 15 13:22:36 archlinux systemd[1]: Listening on udev Kernel Socket.
May 15 13:22:36 archlinux systemd[1]: Reached target Socket Units.
May 15 13:22:36 archlinux systemd[1]: Create List of Static Device Nodes skipped, unmet condition check ConditionFileNotEmpty=/lib/modules/6.18.30-1-lts/modules.devname
May 15 13:22:36 archlinux systemd[1]: Early Battery Level Check skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/class/power_supply
May 15 13:22:36 archlinux systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
May 15 13:22:36 archlinux systemd[1]: Starting Journal Service...
May 15 13:22:36 archlinux systemd[1]: Starting Load Kernel Modules...
May 15 13:22:36 archlinux systemd[1]: TPM PCR Barrier (initrd) skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:36 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
May 15 13:22:36 archlinux systemd[1]: Starting Coldplug All udev Devices...
May 15 13:22:36 archlinux systemd[1]: Finished Load Kernel Modules.
May 15 13:22:36 archlinux systemd-journald[253]: Collecting audit messages is disabled.
May 15 13:22:36 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
May 15 13:22:36 archlinux systemd[1]: Reached target Preparation for Local File Systems.
May 15 13:22:36 archlinux systemd[1]: Reached target Local File Systems.
May 15 13:22:36 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 15 13:22:36 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
May 15 13:22:36 archlinux systemd-journald[253]: Journal started
May 15 13:22:36 archlinux systemd-journald[253]: Runtime Journal (/run/log/journal/940520e7aa9544fca5544efff616c230) is 8M, max 1.2G, 1.2G free.
May 15 13:22:36 archlinux systemd-udevd[268]: Using default interface naming scheme 'v260'.
May 15 13:22:36 archlinux systemd[1]: Starting Create System Files and Directories...
May 15 13:22:36 archlinux systemd[1]: Started Journal Service.
May 15 13:22:36 archlinux kernel: usb 1-6: New USB device found, idVendor=0db0, idProduct=0076, bcdDevice= 0.01
May 15 13:22:36 archlinux kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 15 13:22:36 archlinux kernel: usb 1-6: Product: MYSTIC LIGHT
May 15 13:22:36 archlinux kernel: usb 1-6: Manufacturer: MSI
May 15 13:22:36 archlinux kernel: usb 1-6: SerialNumber: 7E2624102205
May 15 13:22:36 archlinux systemd[1]: Finished Create System Files and Directories.
May 15 13:22:36 archlinux kernel: input: MSI MYSTIC LIGHT as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-6/1-6:1.0/0003:0DB0:0076.000A/input/input18
May 15 13:22:36 archlinux kernel: hid-generic 0003:0DB0:0076.000A: input,hiddev102,hidraw9: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:10:00.0-6/input0
May 15 13:22:36 archlinux systemd[1]: Finished Coldplug All udev Devices.
May 15 13:22:36 archlinux systemd[1]: Reached target System Initialization.
May 15 13:22:36 archlinux systemd[1]: Reached target Basic System.
May 15 13:22:36 archlinux kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
May 15 13:22:36 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input19
May 15 13:22:36 archlinux kernel: Key type psk registered
May 15 13:22:36 archlinux systemd[1]: Starting Virtual Console Setup...
May 15 13:22:36 archlinux kernel: nvme 0000:04:00.0: platform quirk: setting simple suspend
May 15 13:22:36 archlinux kernel: nvme nvme0: pci function 0000:04:00.0
May 15 13:22:36 archlinux kernel: nvme nvme1: pci function 0000:12:00.0
May 15 13:22:36 archlinux kernel: nvme nvme0: missing or invalid SUBNQN field.
May 15 13:22:36 archlinux kernel: nvme nvme1: missing or invalid SUBNQN field.
May 15 13:22:36 archlinux systemd-vconsole-setup[338]: Configuration of first virtual console was skipped, ignoring remaining ones.
May 15 13:22:36 archlinux kernel: nvme nvme0: allocated 32 MiB host memory buffer (1 segment).
May 15 13:22:36 archlinux kernel: usb 1-7: new full-speed USB device number 5 using xhci_hcd
May 15 13:22:36 archlinux systemd[1]: Finished Virtual Console Setup.
May 15 13:22:36 archlinux kernel: nvme nvme1: allocated 32 MiB host memory buffer (1 segment).
May 15 13:22:36 archlinux kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 15 13:22:36 archlinux kernel: nvme0n1: p1 p2
May 15 13:22:36 archlinux kernel: nvme nvme1: 8/0/0 default/read/poll queues
May 15 13:22:36 archlinux kernel: nvme1n1: p1
May 15 13:22:36 archlinux systemd[1]: Found device CT2000P3PSSD8 2.
May 15 13:22:36 archlinux systemd[1]: Reached target Initrd Root Device.
May 15 13:22:36 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/f5fdea1a-3851-4c32-a944-c84705967219...
May 15 13:22:36 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/f5fdea1a-3851-4c32-a944-c84705967219.
May 15 13:22:36 archlinux kernel: logitech-djreceiver 0003:046D:C53F.0002: hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:13:00.4-1/input0
May 15 13:22:36 archlinux kernel: usb 1-7: New USB device found, idVendor=13d3, idProduct=3586, bcdDevice= 0.00
May 15 13:22:36 archlinux kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 15 13:22:36 archlinux kernel: usb 1-7: Product: Bluetooth Radio
May 15 13:22:36 archlinux kernel: usb 1-7: Manufacturer: Realtek
May 15 13:22:36 archlinux kernel: usb 1-7: SerialNumber: 00e04c000001
May 15 13:22:37 archlinux systemd[1]: Mounting /sysroot...
May 15 13:22:37 archlinux kernel: logitech-djreceiver 0003:046D:C53F.0004: hiddev96,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:13:00.4-1/input1
May 15 13:22:37 archlinux kernel: BTRFS: device fsid f5fdea1a-3851-4c32-a944-c84705967219 devid 1 transid 1890 /dev/nvme0n1p2 (259:2) scanned by mount (353)
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): first mount of filesystem f5fdea1a-3851-4c32-a944-c84705967219
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): using crc32c (crc32c-lib) checksum algorithm
May 15 13:22:37 archlinux systemd[1]: Mounted /sysroot.
May 15 13:22:37 archlinux systemd[1]: Reached target Initrd Root File System.
May 15 13:22:37 archlinux kernel: logitech-djreceiver 0003:046D:C53F.0006: hiddev99,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:13:00.4-1/input2
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): checking UUID tree
May 15 13:22:37 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): enabling ssd optimizations
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): turning on async discard
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): enabling free space tree
May 15 13:22:37 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
May 15 13:22:37 archlinux systemd[1]: initrd-parse-etc.service: Triggering OnSuccess= dependencies.
May 15 13:22:37 archlinux systemd[1]: Reached target Initrd File Systems.
May 15 13:22:37 archlinux systemd[1]: Reached target Initrd Default Target.
May 15 13:22:37 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
May 15 13:22:37 archlinux systemd[1]: Stopped target Initrd Default Target.
May 15 13:22:37 archlinux systemd[1]: Stopped target Basic System.
May 15 13:22:37 archlinux systemd[1]: Stopped target Initrd Root Device.
May 15 13:22:37 archlinux systemd[1]: Stopped target Path Units.
May 15 13:22:37 archlinux systemd[1]: Stopped target Slice Units.
May 15 13:22:37 archlinux systemd[1]: Stopped target Socket Units.
May 15 13:22:37 archlinux systemd[1]: Stopped target System Initialization.
May 15 13:22:37 archlinux systemd[1]: Stopped target Swaps.
May 15 13:22:37 archlinux systemd[1]: Stopped target Timer Units.
May 15 13:22:37 archlinux systemd[1]: Stopping Display Boot-Time Emergency Messages In Full Screen...
May 15 13:22:37 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Stopped Load Kernel Modules.
May 15 13:22:37 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Stopped Create System Files and Directories.
May 15 13:22:37 archlinux systemd[1]: Stopped target Local File Systems.
May 15 13:22:37 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
May 15 13:22:37 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Stopped Coldplug All udev Devices.
May 15 13:22:37 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
May 15 13:22:37 archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Stopped Virtual Console Setup.
May 15 13:22:37 archlinux systemd[1]: systemd-bsod.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Stopped Display Boot-Time Emergency Messages In Full Screen.
May 15 13:22:37 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
May 15 13:22:37 archlinux kernel: logitech-djreceiver 0003:046D:C53F.0006: device of type eQUAD Lightspeed 1.1 (0x0d) connected on slot 1
May 15 13:22:37 archlinux kernel: input: Logitech Wireless Mouse PID:4074 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.2/0003:046D:C53F.0006/0003:046D:4074.000B/input/input20
May 15 13:22:37 archlinux kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
May 15 13:22:37 archlinux kernel: amdgpu: ATPX version 1, functions 0x00000000
May 15 13:22:37 archlinux kernel: amdgpu: Virtual CRAT table created for CPU
May 15 13:22:37 archlinux kernel: amdgpu: Topology: Add CPU node
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x747E 0x1EAE:0x7801 0xC8).
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: register mmio base: 0xDFA00000
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: register mmio size: 1048576
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 0 <common_v1_0_0> (soc21_common)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 1 <gmc_v11_0_0> (gmc_v11_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 2 <ih_v6_0_0> (ih_v6_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 3 <psp_v13_0_0> (psp)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 4 <smu_v13_0_0> (smu)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 5 <dce_v1_0_0> (dm)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 6 <gfx_v11_0_0> (gfx_v11_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 7 <sdma_v6_0_0> (sdma_v6_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_0> (vcn_v4_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_0> (jpeg_v4_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 10 <mes_v11_0_0> (mes_v11_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
May 15 13:22:37 archlinux kernel: amdgpu: ATOM BIOS: 113-EXT104128-100
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: CP RS64 enable
May 15 13:22:37 archlinux kernel: Console: switching to colour dummy device 80x25
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: MEM ECC is not presented.
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SRAM ECC is not presented.
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: DF poison setting is inconsistent(1:0:0:0)!
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Poison setting is inconsistent in DF/UMC(0:1)!
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 16368M 0x0000008000000000 - 0x00000083FEFFFFFF (16368M used)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
May 15 13:22:37 archlinux kernel: [drm] Detected VRAM RAM=16368M, BAR=16384M
May 15 13:22:37 archlinux kernel: [drm] RAM width 256bits GDDR6
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: amdgpu: 16368M of VRAM memory ready
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: amdgpu: 31580M of GTT memory ready.
May 15 13:22:37 archlinux kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
May 15 13:22:37 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x07002F00
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [VCN instance 0] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [VCN instance 1] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: reserve 0xa700000 from 0x83e0000000 for PSP TMR
May 15 13:22:38 archlinux kernel: input: Logitech Wireless Mouse PID:4074 Mouse as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.2/0003:046D:C53F.0006/0003:046D:4074.000B/input/input21
May 15 13:22:38 archlinux kernel: hid-generic 0003:046D:4074.000B: input,hidraw6: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4074] on usb-0000:13:00.4-1/input2:1
May 15 13:22:38 archlinux kernel: logitech-djreceiver 0003:046D:C52B.0009: hiddev100,hidraw7: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:10:00.0-2/input2
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000003d, smu fw if version = 0x00000040, smu fw program = 0, smu fw version = 0x00505600 (80.86.0)
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Display Core v3.2.351 initialized on DCN 3.2
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
May 15 13:22:38 archlinux kernel: input: Logitech Wireless Device PID:404d Keyboard as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0009/0003:046D:404D.000C/input/input25
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x07002F00
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DP-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: input: Logitech Wireless Device PID:404d Mouse as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0009/0003:046D:404D.000C/input/input26
May 15 13:22:38 archlinux kernel: hid-generic 0003:046D:404D.000C: input,hidraw8: USB HID v1.11 Keyboard [Logitech Wireless Device PID:404d] on usb-0000:10:00.0-2/input2:1
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DP-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DP-3: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] HDMI-A-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu: HMM registered 16368MB device memory
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
May 15 13:22:38 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
May 15 13:22:38 archlinux kernel: amdgpu: Topology: Add dGPU node [0x747e:0x1002]
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: added device 1002:747e
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SE 3, SH per SE 2, CU per SH 10, active_cu_number 60
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_1 uses VM inv eng 1 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 4 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: [drm] Registered 4 planes with drm panic
May 15 13:22:38 archlinux kernel: [drm] Initialized amdgpu 3.64.0 for 0000:03:00.0 on minor 1
May 15 13:22:38 archlinux kernel: fbcon: amdgpudrmfb (fb0) is primary device
May 15 13:22:38 archlinux kernel: [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
May 15 13:22:38 archlinux kernel: Console: switching to colour frame buffer device 160x45
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: enabling device (0006 -> 0007)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1462:0x7E26 0xC3).
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: register mmio base: 0xDF500000
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: register mmio size: 524288
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 0 <common_v1_0_0> (nv_common)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 1 <gmc_v10_0_0> (gmc_v10_0)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 2 <ih_v5_0_0> (navi10_ih)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 3 <psp_v13_0_0> (psp)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 4 <smu_v13_0_0> (smu)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 5 <dce_v1_0_0> (dm)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 6 <gfx_v10_0_0> (gfx_v10_0)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 7 <sdma_v5_2_0> (sdma_v5_2)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 8 <vcn_v3_0_0> (vcn_v3_0)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 9 <jpeg_v3_0_0> (jpeg_v3_0)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: Fetched VBIOS from VFCT
May 15 13:22:38 archlinux kernel: amdgpu: ATOM BIOS: 102-RAPHAEL-008
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
May 15 13:22:38 archlinux kernel: [drm] Detected VRAM RAM=512M, BAR=512M
May 15 13:22:38 archlinux kernel: [drm] RAM width 128bits DDR5
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: amdgpu: 512M of VRAM memory ready
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: amdgpu: 31580M of GTT memory ready.
May 15 13:22:38 archlinux kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
May 15 13:22:38 archlinux kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x05002F00
May 15 13:22:38 archlinux kernel: [drm] use_doorbell being set to: [true]
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [VCN instance 0] Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 14
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: RAS: optional ras ta ucode is not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: RAP: optional rap ta ucode is not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: SMU is initialized successfully!
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] Display Core v3.2.351 initialized on DCN 3.1.5
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x05002F00
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] HDMI-A-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DP-4: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DP-5: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DP-6: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: kiq ring mec 2 pipe 1 q 0
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
May 15 13:22:38 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
May 15 13:22:38 archlinux kernel: amdgpu: Topology: Add dGPU node [0x164e:0x1002]
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: added device 1002:164e
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: Runtime PM not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: [drm] Registered 4 planes with drm panic
May 15 13:22:38 archlinux kernel: [drm] Initialized amdgpu 3.64.0 for 0000:13:00.0 on minor 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: [drm] Cannot find any crtc or sizes
May 15 13:22:39 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
May 15 13:22:39 archlinux systemd[1]: systemd-udevd.service: Consumed 2.119s CPU time over 2.837s wall clock time, 38.5M memory peak.
May 15 13:22:39 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Closed udev Control Socket.
May 15 13:22:39 archlinux systemd[1]: Starting Cleanup udev Database...
May 15 13:22:39 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
May 15 13:22:39 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Finished Cleanup udev Database.
May 15 13:22:39 archlinux systemd[1]: Reached target Switch Root.
May 15 13:22:39 archlinux systemd[1]: Starting Switch Root...
May 15 13:22:39 archlinux systemd[1]: Switching root.
May 15 13:22:39 archlinux systemd-journald[253]: Journal stopped
May 15 13:22:40 archpc systemd-journald[253]: Received SIGTERM from PID 1 (systemd).
May 15 13:22:40 archpc systemd[1]: systemd 260.1-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT >
May 15 13:22:40 archpc systemd[1]: Detected architecture x86-64.
May 15 13:22:40 archpc systemd[1]: Hostname set to <archpc>.
May 15 13:22:40 archpc systemd[1]: bpf-restrict-fs: LSM BPF program attached
May 15 13:22:40 archpc systemd[1]: initrd-switch-root.service: Deactivated successfully.
May 15 13:22:40 archpc systemd[1]: Stopped Switch Root.
May 15 13:22:40 archpc systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/dirmngr.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/getty.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent-browser.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent-extra.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent-ssh.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/keyboxd.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/modprobe.
May 15 13:22:40 archpc systemd[1]: Created slice User and Session Slice.
May 15 13:22:40 archpc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 15 13:22:40 archpc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 15 13:22:40 archpc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 15 13:22:40 archpc systemd[1]: Expecting device /dev/disk/by-uuid/DAFE-2432...
May 15 13:22:40 archpc systemd[1]: Reached target Login Prompts.
May 15 13:22:40 archpc systemd[1]: Reached target Image Downloads.
May 15 13:22:40 archpc systemd[1]: Stopped target Switch Root.
May 15 13:22:40 archpc systemd[1]: Stopped target Initrd File Systems.
May 15 13:22:40 archpc systemd[1]: Stopped target Initrd Root File System.
May 15 13:22:40 archpc systemd[1]: Reached target Local Integrity Protected Volumes.
May 15 13:22:40 archpc systemd[1]: Reached target Path Units.
May 15 13:22:40 archpc systemd[1]: Reached target Remote File Systems.
May 15 13:22:40 archpc systemd[1]: Reached target Slice Units.
May 15 13:22:40 archpc systemd[1]: Reached target Swaps.
May 15 13:22:40 archpc systemd[1]: Reached target Local Verity Protected Volumes.
May 15 13:22:40 archpc systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 15 13:22:40 archpc systemd[1]: Listening on Query the User Interactively for a Password.
May 15 13:22:40 archpc systemd[1]: Listening on Process Core Dump Socket.
May 15 13:22:40 archpc systemd[1]: Listening on Credential Encryption/Decryption.
May 15 13:22:40 archpc systemd[1]: Listening on Factory Reset Management.
May 15 13:22:40 archpc systemd[1]: Listening on Console Output Muting Service Socket.
May 15 13:22:40 archpc systemd[1]: TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc systemd[1]: Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc systemd[1]: Listening on Disk Repartitioning Service Socket.
May 15 13:22:40 archpc systemd[1]: Listening on udev Control Socket.
May 15 13:22:40 archpc systemd[1]: Listening on udev Varlink Socket.
May 15 13:22:40 archpc systemd[1]: Listening on User Database Manager Socket.
May 15 13:22:40 archpc systemd[1]: Mounting Huge Pages File System...
May 15 13:22:40 archpc systemd[1]: Mounting POSIX Message Queue File System...
May 15 13:22:40 archpc systemd[1]: Mounting Kernel Debug File System...
May 15 13:22:40 archpc systemd[1]: Mounting Kernel Trace File System...
May 15 13:22:40 archpc systemd[1]: Mounting Temporary Directory /tmp...
May 15 13:22:40 archpc systemd[1]: Starting Create List of Static Device Nodes...
May 15 13:22:40 archpc systemd[1]: Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
May 15 13:22:40 archpc systemd[1]: Mounting Kernel Configuration File System...
May 15 13:22:40 archpc systemd[1]: Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm
May 15 13:22:40 archpc systemd[1]: Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
May 15 13:22:40 archpc systemd[1]: Mounting FUSE Control File System...
May 15 13:22:40 archpc systemd[1]: systemd-fsck-root.service: Deactivated successfully.
May 15 13:22:40 archpc systemd[1]: Stopped File System Check on Root Device.
May 15 13:22:40 archpc systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
May 15 13:22:40 archpc systemd[1]: Starting Journal Service...
May 15 13:22:40 archpc systemd[1]: Starting Load Kernel Modules...
May 15 13:22:40 archpc systemd[1]: TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc systemd[1]: Starting Remount Root and Kernel File Systems...
May 15 13:22:40 archpc systemd[1]: Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc systemd[1]: Starting Load udev Rules from Credentials...
May 15 13:22:40 archpc systemd[1]: Starting Coldplug All udev Devices...
May 15 13:22:40 archpc systemd[1]: Finished Create List of Static Device Nodes.
May 15 13:22:40 archpc systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
May 15 13:22:40 archpc systemd[1]: Mounted Kernel Debug File System.
May 15 13:22:40 archpc systemd[1]: Mounted POSIX Message Queue File System.
May 15 13:22:40 archpc systemd[1]: Mounted Huge Pages File System.
May 15 13:22:40 archpc systemd[1]: Mounted Kernel Trace File System.
May 15 13:22:40 archpc systemd[1]: Mounted Temporary Directory /tmp.
May 15 13:22:40 archpc systemd[1]: Mounted Kernel Configuration File System.
May 15 13:22:40 archpc systemd[1]: Mounted FUSE Control File System.
May 15 13:22:40 archpc systemd[1]: Finished Remount Root and Kernel File Systems.
May 15 13:22:40 archpc systemd[1]: Finished Load udev Rules from Credentials.
May 15 13:22:40 archpc systemd[1]: Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
May 15 13:22:40 archpc systemd-journald[588]: Collecting audit messages is disabled.
May 15 13:22:40 archpc systemd[1]: Starting Load/Save OS Random Seed...
May 15 13:22:40 archpc systemd[1]: TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DP-6: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: kiq ring mec 2 pipe 1 q 0
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
May 15 13:22:38 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
May 15 13:22:38 archlinux kernel: amdgpu: Topology: Add dGPU node [0x164e:0x1002]
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: added device 1002:164e
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: Runtime PM not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: [drm] Registered 4 planes with drm panic
May 15 13:22:38 archlinux kernel: [drm] Initialized amdgpu 3.64.0 for 0000:13:00.0 on minor 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: [drm] Cannot find any crtc or sizes
May 15 13:22:39 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
May 15 13:22:39 archlinux systemd[1]: systemd-udevd.service: Consumed 2.119s CPU time over 2.837s wall clock time, 38.5M memory peak.
May 15 13:22:39 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Closed udev Control Socket.
May 15 13:22:39 archlinux systemd[1]: Starting Cleanup udev Database...
May 15 13:22:39 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
May 15 13:22:39 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Finished Cleanup udev Database.
May 15 13:22:39 archlinux systemd[1]: Reached target Switch Root.
May 15 13:22:39 archlinux systemd[1]: Starting Switch Root...
May 15 13:22:39 archlinux systemd[1]: Switching root.
May 15 13:22:39 archlinux systemd-journald[253]: Journal stopped
May 15 13:22:40 archpc systemd-journald[253]: Received SIGTERM from PID 1 (systemd).
May 15 13:22:40 archpc systemd[1]: systemd 260.1-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT >
May 15 13:22:40 archpc systemd[1]: Detected architecture x86-64.
May 15 13:22:40 archpc systemd[1]: Hostname set to <archpc>.
May 15 13:22:40 archpc systemd[1]: bpf-restrict-fs: LSM BPF program attached
May 15 13:22:40 archpc systemd[1]: initrd-switch-root.service: Deactivated successfully.
May 15 13:22:40 archpc systemd[1]: Stopped Switch Root.
May 15 13:22:40 archpc systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/dirmngr.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/getty.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent-browser.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent-extra.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent-ssh.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/keyboxd.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/modprobe.
May 15 13:22:40 archpc systemd[1]: Created slice User and Session Slice.
May 15 13:22:40 archpc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 15 13:22:40 archpc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 15 13:22:36 archlinux kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 31
May 15 13:22:36 archlinux kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 32
May 15 13:22:36 archlinux kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 33
May 15 13:22:36 archlinux kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 34
May 15 13:22:36 archlinux kernel: pcieport 0000:00:08.3: PME: Signaling with IRQ 35
May 15 13:22:36 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
May 15 13:22:36 archlinux kernel: ACPI: button: Power Button [PWRB]
May 15 13:22:36 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
May 15 13:22:36 archlinux kernel: ACPI: button: Power Button [PWRF]
May 15 13:22:36 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
May 15 13:22:36 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1146
May 15 13:22:36 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 15 13:22:36 archlinux kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
May 15 13:22:36 archlinux kernel: Non-volatile memory driver v1.3
May 15 13:22:36 archlinux kernel: Linux agpgart interface v0.103
May 15 13:22:36 archlinux kernel: tpm_crb MSFT0101:00: Disabling hwrng
May 15 13:22:36 archlinux kernel: ACPI: bus type drm_connector registered
May 15 13:22:36 archlinux kernel: ahci 0000:11:00.0: SSS flag set, parallel bus scan disabled
May 15 13:22:36 archlinux kernel: ahci 0000:11:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
May 15 13:22:36 archlinux kernel: ahci 0000:11:00.0: 4/6 ports implemented (port mask 0xf)
May 15 13:22:36 archlinux kernel: ahci 0000:11:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
May 15 13:22:36 archlinux kernel: scsi host0: ahci
May 15 13:22:36 archlinux kernel: scsi host1: ahci
May 15 13:22:36 archlinux kernel: scsi host2: ahci
May 15 13:22:36 archlinux kernel: scsi host3: ahci
May 15 13:22:36 archlinux kernel: scsi host4: ahci
May 15 13:22:36 archlinux kernel: scsi host5: ahci
May 15 13:22:36 archlinux kernel: ata1: SATA max UDMA/133 abar m1024@0xdf680000 port 0xdf680100 irq 50 lpm-pol 3
May 15 13:22:36 archlinux kernel: ata2: SATA max UDMA/133 abar m1024@0xdf680000 port 0xdf680180 irq 50 lpm-pol 3
May 15 13:22:36 archlinux kernel: ata3: SATA max UDMA/133 abar m1024@0xdf680000 port 0xdf680200 irq 50 lpm-pol 3
May 15 13:22:36 archlinux kernel: ata4: SATA max UDMA/133 abar m1024@0xdf680000 port 0xdf680280 irq 50 lpm-pol 3
May 15 13:22:36 archlinux kernel: ata5: DUMMY
May 15 13:22:36 archlinux kernel: ata6: DUMMY
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: new USB bus registered, assigned bus number 1
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000200000010
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: new USB bus registered, assigned bus number 2
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:10:00.0: Host supports USB 3.2 Enhanced SuperSpeed
May 15 13:22:36 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb1: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb1: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb1: SerialNumber: 0000:10:00.0
May 15 13:22:36 archlinux kernel: hub 1-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 1-0:1.0: 12 ports detected
May 15 13:22:36 archlinux kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
May 15 13:22:36 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb2: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb2: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb2: SerialNumber: 0000:10:00.0
May 15 13:22:36 archlinux kernel: hub 2-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 2-0:1.0: 5 ports detected
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: new USB bus registered, assigned bus number 3
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: new USB bus registered, assigned bus number 4
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.3: Host supports USB 3.1 Enhanced SuperSpeed
May 15 13:22:36 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb3: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb3: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb3: SerialNumber: 0000:13:00.3
May 15 13:22:36 archlinux kernel: hub 3-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 3-0:1.0: 2 ports detected
May 15 13:22:36 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
May 15 13:22:36 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb4: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb4: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb4: SerialNumber: 0000:13:00.3
May 15 13:22:36 archlinux kernel: hub 4-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 4-0:1.0: 2 ports detected
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: new USB bus registered, assigned bus number 5
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: new USB bus registered, assigned bus number 6
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:13:00.4: Host supports USB 3.1 Enhanced SuperSpeed
May 15 13:22:36 archlinux kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb5: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb5: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb5: SerialNumber: 0000:13:00.4
May 15 13:22:36 archlinux kernel: hub 5-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 5-0:1.0: 2 ports detected
May 15 13:22:36 archlinux kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
May 15 13:22:36 archlinux kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb6: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb6: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb6: SerialNumber: 0000:13:00.4
May 15 13:22:36 archlinux kernel: hub 6-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 6-0:1.0: 2 ports detected
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:14:00.0: xHCI Host Controller
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:14:00.0: new USB bus registered, assigned bus number 7
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:14:00.0: USB3 root hub has no ports
May 15 13:22:36 archlinux kernel: xhci_hcd 0000:14:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
May 15 13:22:36 archlinux kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
May 15 13:22:36 archlinux kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 15 13:22:36 archlinux kernel: usb usb7: Product: xHCI Host Controller
May 15 13:22:36 archlinux kernel: usb usb7: Manufacturer: Linux 6.18.30-1-lts xhci-hcd
May 15 13:22:36 archlinux kernel: usb usb7: SerialNumber: 0000:14:00.0
May 15 13:22:36 archlinux kernel: hub 7-0:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 7-0:1.0: 1 port detected
May 15 13:22:36 archlinux kernel: usbcore: registered new interface driver usbserial_generic
May 15 13:22:36 archlinux kernel: usbserial: USB Serial support registered for generic
May 15 13:22:36 archlinux kernel: i8042: PNP: No PS/2 controller found.
May 15 13:22:36 archlinux kernel: rtc_cmos 00:02: RTC can wake from S4
May 15 13:22:36 archlinux kernel: rtc_cmos 00:02: registered as rtc0
May 15 13:22:36 archlinux kernel: rtc_cmos 00:02: setting system clock to 2026-05-15T18:22:34 UTC (1778869354)
May 15 13:22:36 archlinux kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
May 15 13:22:36 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
May 15 13:22:36 archlinux kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
May 15 13:22:36 archlinux kernel: fbcon: Deferring console take-over
May 15 13:22:36 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
May 15 13:22:36 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
May 15 13:22:36 archlinux kernel: usbcore: registered new interface driver usbhid
May 15 13:22:36 archlinux kernel: usbhid: USB HID core driver
May 15 13:22:36 archlinux kernel: rust_binder: Loaded Rust Binder.
May 15 13:22:36 archlinux kernel: drop_monitor: Initializing network drop monitor service
May 15 13:22:36 archlinux kernel: NET: Registered PF_INET6 protocol family
May 15 13:22:36 archlinux kernel: Segment Routing with IPv6
May 15 13:22:36 archlinux kernel: RPL Segment Routing with IPv6
May 15 13:22:36 archlinux kernel: In-situ OAM (IOAM) with IPv6
May 15 13:22:36 archlinux kernel: NET: Registered PF_PACKET protocol family
May 15 13:22:36 archlinux kernel: x86/amd: Previous system reset reason [0x01000800]: system failed to boot before failed boot timer expired
May 15 13:22:36 archlinux kernel: microcode: Current revision: 0x0a60120c
May 15 13:22:36 archlinux kernel: resctrl: L3 allocation detected
May 15 13:22:36 archlinux kernel: resctrl: MB allocation detected
May 15 13:22:36 archlinux kernel: resctrl: SMBA allocation detected
May 15 13:22:36 archlinux kernel: resctrl: L3 monitoring detected
May 15 13:22:36 archlinux kernel: IPI shorthand broadcast: enabled
May 15 13:22:36 archlinux kernel: sched_clock: Marking stable (2693343035, 378600)->(2694760486, -1038851)
May 15 13:22:36 archlinux kernel: registered taskstats version 1
May 15 13:22:36 archlinux kernel: Loading compiled-in X.509 certificates
May 15 13:22:36 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 49723a0db0ca97bcbb86f220ebb53a6bfc0f4bbf'
May 15 13:22:36 archlinux kernel: zswap: loaded using pool zstd
May 15 13:22:36 archlinux kernel: Demotion targets for Node 0: null
May 15 13:22:36 archlinux kernel: Key type .fscrypt registered
May 15 13:22:36 archlinux kernel: Key type fscrypt-provisioning registered
May 15 13:22:36 archlinux kernel: Btrfs loaded, zoned=yes, fsverity=yes
May 15 13:22:36 archlinux kernel: Key type big_key registered
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Option ROM UEFI CA 2023: 514fbf937fa46fb57bf07af8bed84b3b864b1711'
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
May 15 13:22:36 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 15 13:22:36 archlinux kernel: integrity: Loaded X.509 cert 'MSI SHIP DB: ebc30d5be5f35f8041c1c2d9e613eee2'
May 15 13:22:36 archlinux kernel: PM: Magic number: 10:852:392
May 15 13:22:36 archlinux kernel: thermal cooling_device7: hash matches
May 15 13:22:36 archlinux kernel: acpi ACPI0007:0f: hash matches
May 15 13:22:36 archlinux kernel: RAS: Correctable Errors collector initialized.
May 15 13:22:36 archlinux kernel: clk: Disabling unused clocks
May 15 13:22:36 archlinux kernel: PM: genpd: Disabling unused power domains
May 15 13:22:36 archlinux kernel: ata1: SATA link down (SStatus 0 SControl 300)
May 15 13:22:36 archlinux kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
May 15 13:22:36 archlinux kernel: usb 5-1: new full-speed USB device number 2 using xhci_hcd
May 15 13:22:36 archlinux kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
May 15 13:22:36 archlinux kernel: usb 3-2: New USB device found, idVendor=3151, idProduct=4015, bcdDevice= 2.02
May 15 13:22:36 archlinux kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 15 13:22:36 archlinux kernel: usb 3-2: Product: Gaming Keyboard
May 15 13:22:36 archlinux kernel: usb 3-2: Manufacturer: ROYUAN
May 15 13:22:36 archlinux kernel: usb 5-1: New USB device found, idVendor=046d, idProduct=c53f, bcdDevice=44.01
May 15 13:22:36 archlinux kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 15 13:22:36 archlinux kernel: usb 5-1: Product: USB Receiver
May 15 13:22:36 archlinux kernel: usb 5-1: Manufacturer: Logitech
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.0/0003:3151:4015.0001/input/input2
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.0/0003:046D:C53F.0002/input/input3
May 15 13:22:36 archlinux kernel: hid-generic 0003:3151:4015.0001: input,hidraw0: USB HID v1.11 Keyboard [ROYUAN Gaming Keyboard] on usb-0000:13:00.3-2/input0
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.1/0003:3151:4015.0003/input/input4
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C53F.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:13:00.4-1/input0
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.1/0003:046D:C53F.0004/input/input9
May 15 13:22:36 archlinux kernel: ata2: SATA link down (SStatus 0 SControl 300)
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard System Control as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.1/0003:3151:4015.0003/input/input5
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.1/0003:046D:C53F.0004/input/input10
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.1/0003:3151:4015.0003/input/input6
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.1/0003:046D:C53F.0004/input/input11
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard Mouse as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.1/0003:3151:4015.0003/input/input7
May 15 13:22:36 archlinux kernel: input: ROYUAN Gaming Keyboard as /devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2/3-2:1.1/0003:3151:4015.0003/input/input8
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C53F.0004: input,hiddev96,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:13:00.4-1/input1
May 15 13:22:36 archlinux kernel: hid-generic 0003:3151:4015.0003: input,hiddev97,hidraw3: USB HID v1.11 Keyboard [ROYUAN Gaming Keyboard] on usb-0000:13:00.3-2/input1
May 15 13:22:36 archlinux kernel: hid-generic 0003:3151:4015.0005: hiddev98,hidraw4: USB HID v1.11 Device [ROYUAN Gaming Keyboard] on usb-0000:13:00.3-2/input2
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C53F.0006: hiddev99,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:13:00.4-1/input2
May 15 13:22:36 archlinux kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.11
May 15 13:22:36 archlinux kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 15 13:22:36 archlinux kernel: usb 1-2: Product: USB Receiver
May 15 13:22:36 archlinux kernel: usb 1-2: Manufacturer: Logitech
May 15 13:22:36 archlinux kernel: usb 2-5: new SuperSpeed USB device number 2 using xhci_hcd
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.0/0003:046D:C52B.0007/input/input13
May 15 13:22:36 archlinux kernel: usb 2-5: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
May 15 13:22:36 archlinux kernel: usb 2-5: New USB device strings: Mfr=2, Product=3, SerialNumber=0
May 15 13:22:36 archlinux kernel: usb 2-5: Product: ASM107x
May 15 13:22:36 archlinux kernel: usb 2-5: Manufacturer: Asmedia
May 15 13:22:36 archlinux kernel: hub 2-5:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 2-5:1.0: 4 ports detected
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C52B.0007: input,hidraw6: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:10:00.0-2/input0
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0008/input/input14
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0008/input/input15
May 15 13:22:36 archlinux kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0008/input/input16
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C52B.0008: input,hiddev100,hidraw7: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:10:00.0-2/input1
May 15 13:22:36 archlinux kernel: hid-generic 0003:046D:C52B.0009: hiddev101,hidraw8: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:10:00.0-2/input2
May 15 13:22:36 archlinux kernel: ata3: SATA link down (SStatus 0 SControl 300)
May 15 13:22:36 archlinux kernel: tsc: Refined TSC clocksource calibration: 4499.995 MHz
May 15 13:22:36 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x40dd639ec31, max_idle_ns: 440795235636 ns
May 15 13:22:36 archlinux kernel: clocksource: Switched to clocksource tsc
May 15 13:22:36 archlinux kernel: usb 1-5: new high-speed USB device number 3 using xhci_hcd
May 15 13:22:36 archlinux kernel: ata4: SATA link down (SStatus 0 SControl 300)
May 15 13:22:36 archlinux kernel: Freeing unused decrypted memory: 2028K
May 15 13:22:36 archlinux kernel: Freeing unused kernel image (initmem) memory: 4752K
May 15 13:22:36 archlinux kernel: Write protecting the kernel read-only data: 38912k
May 15 13:22:36 archlinux kernel: Freeing unused kernel image (text/rodata gap) memory: 1164K
May 15 13:22:36 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 24K
May 15 13:22:36 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 15 13:22:36 archlinux kernel: rodata_test: all tests were successful
May 15 13:22:36 archlinux kernel: Run /init as init process
May 15 13:22:36 archlinux kernel: with arguments:
May 15 13:22:36 archlinux kernel: /init
May 15 13:22:36 archlinux kernel: with environment:
May 15 13:22:36 archlinux kernel: HOME=/
May 15 13:22:36 archlinux kernel: TERM=linux
May 15 13:22:36 archlinux systemd[1]: Successfully made /usr/ read-only.
May 15 13:22:36 archlinux kernel: usb 1-5: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
May 15 13:22:36 archlinux kernel: usb 1-5: New USB device strings: Mfr=2, Product=3, SerialNumber=0
May 15 13:22:36 archlinux kernel: usb 1-5: Product: ASM107x
May 15 13:22:36 archlinux kernel: usb 1-5: Manufacturer: Asmedia
May 15 13:22:36 archlinux kernel: hub 1-5:1.0: USB hub found
May 15 13:22:36 archlinux kernel: hub 1-5:1.0: 4 ports detected
May 15 13:22:36 archlinux kernel: usb 1-6: new full-speed USB device number 4 using xhci_hcd
May 15 13:22:36 archlinux systemd[1]: systemd 260.1-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11K>
May 15 13:22:36 archlinux systemd[1]: Detected architecture x86-64.
May 15 13:22:36 archlinux systemd[1]: Running in initrd.
May 15 13:22:36 archlinux kernel: fbcon: Taking over console
May 15 13:22:36 archlinux systemd[1]: Initializing machine ID from random generator.
May 15 13:22:36 archlinux kernel: Console: switching to colour frame buffer device 128x48
May 15 13:22:36 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
May 15 13:22:36 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/f5fdea1a-3851-4c32-a944-c84705967219...
May 15 13:22:36 archlinux systemd[1]: Reached target Path Units.
May 15 13:22:36 archlinux systemd[1]: Reached target Slice Units.
May 15 13:22:36 archlinux systemd[1]: Reached target Swaps.
May 15 13:22:36 archlinux systemd[1]: Reached target Timer Units.
May 15 13:22:36 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
May 15 13:22:36 archlinux systemd[1]: Listening on Journal Sockets.
May 15 13:22:36 archlinux systemd[1]: Listening on udev Control Socket.
May 15 13:22:36 archlinux systemd[1]: Listening on udev Kernel Socket.
May 15 13:22:36 archlinux systemd[1]: Reached target Socket Units.
May 15 13:22:36 archlinux systemd[1]: Create List of Static Device Nodes skipped, unmet condition check ConditionFileNotEmpty=/lib/modules/6.18.30-1-lts/modules.devname
May 15 13:22:36 archlinux systemd[1]: Early Battery Level Check skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/class/power_supply
May 15 13:22:36 archlinux systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
May 15 13:22:36 archlinux systemd[1]: Starting Journal Service...
May 15 13:22:36 archlinux systemd[1]: Starting Load Kernel Modules...
May 15 13:22:36 archlinux systemd[1]: TPM PCR Barrier (initrd) skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:36 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
May 15 13:22:36 archlinux systemd[1]: Starting Coldplug All udev Devices...
May 15 13:22:36 archlinux systemd[1]: Finished Load Kernel Modules.
May 15 13:22:36 archlinux systemd-journald[253]: Collecting audit messages is disabled.
May 15 13:22:36 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
May 15 13:22:36 archlinux systemd[1]: Reached target Preparation for Local File Systems.
May 15 13:22:36 archlinux systemd[1]: Reached target Local File Systems.
May 15 13:22:36 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 15 13:22:36 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
May 15 13:22:36 archlinux systemd-journald[253]: Journal started
May 15 13:22:36 archlinux systemd-journald[253]: Runtime Journal (/run/log/journal/940520e7aa9544fca5544efff616c230) is 8M, max 1.2G, 1.2G free.
May 15 13:22:36 archlinux systemd-udevd[268]: Using default interface naming scheme 'v260'.
May 15 13:22:36 archlinux systemd[1]: Starting Create System Files and Directories...
May 15 13:22:36 archlinux systemd[1]: Started Journal Service.
May 15 13:22:36 archlinux kernel: usb 1-6: New USB device found, idVendor=0db0, idProduct=0076, bcdDevice= 0.01
May 15 13:22:36 archlinux kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 15 13:22:36 archlinux kernel: usb 1-6: Product: MYSTIC LIGHT
May 15 13:22:36 archlinux kernel: usb 1-6: Manufacturer: MSI
May 15 13:22:36 archlinux kernel: usb 1-6: SerialNumber: 7E2624102205
May 15 13:22:36 archlinux systemd[1]: Finished Create System Files and Directories.
May 15 13:22:36 archlinux kernel: input: MSI MYSTIC LIGHT as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-6/1-6:1.0/0003:0DB0:0076.000A/input/input18
May 15 13:22:36 archlinux kernel: hid-generic 0003:0DB0:0076.000A: input,hiddev102,hidraw9: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:10:00.0-6/input0
May 15 13:22:36 archlinux systemd[1]: Finished Coldplug All udev Devices.
May 15 13:22:36 archlinux systemd[1]: Reached target System Initialization.
May 15 13:22:36 archlinux systemd[1]: Reached target Basic System.
May 15 13:22:36 archlinux kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
May 15 13:22:36 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input19
May 15 13:22:36 archlinux kernel: Key type psk registered
May 15 13:22:36 archlinux systemd[1]: Starting Virtual Console Setup...
May 15 13:22:36 archlinux kernel: nvme 0000:04:00.0: platform quirk: setting simple suspend
May 15 13:22:36 archlinux kernel: nvme nvme0: pci function 0000:04:00.0
May 15 13:22:36 archlinux kernel: nvme nvme1: pci function 0000:12:00.0
May 15 13:22:36 archlinux kernel: nvme nvme0: missing or invalid SUBNQN field.
May 15 13:22:36 archlinux kernel: nvme nvme1: missing or invalid SUBNQN field.
May 15 13:22:36 archlinux systemd-vconsole-setup[338]: Configuration of first virtual console was skipped, ignoring remaining ones.
May 15 13:22:36 archlinux kernel: nvme nvme0: allocated 32 MiB host memory buffer (1 segment).
May 15 13:22:36 archlinux kernel: usb 1-7: new full-speed USB device number 5 using xhci_hcd
May 15 13:22:36 archlinux systemd[1]: Finished Virtual Console Setup.
May 15 13:22:36 archlinux kernel: nvme nvme1: allocated 32 MiB host memory buffer (1 segment).
May 15 13:22:36 archlinux kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 15 13:22:36 archlinux kernel: nvme0n1: p1 p2
May 15 13:22:36 archlinux kernel: nvme nvme1: 8/0/0 default/read/poll queues
May 15 13:22:36 archlinux kernel: nvme1n1: p1
May 15 13:22:36 archlinux systemd[1]: Found device CT2000P3PSSD8 2.
May 15 13:22:36 archlinux systemd[1]: Reached target Initrd Root Device.
May 15 13:22:36 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/f5fdea1a-3851-4c32-a944-c84705967219...
May 15 13:22:36 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/f5fdea1a-3851-4c32-a944-c84705967219.
May 15 13:22:36 archlinux kernel: logitech-djreceiver 0003:046D:C53F.0002: hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:13:00.4-1/input0
May 15 13:22:36 archlinux kernel: usb 1-7: New USB device found, idVendor=13d3, idProduct=3586, bcdDevice= 0.00
May 15 13:22:36 archlinux kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 15 13:22:36 archlinux kernel: usb 1-7: Product: Bluetooth Radio
May 15 13:22:36 archlinux kernel: usb 1-7: Manufacturer: Realtek
May 15 13:22:36 archlinux kernel: usb 1-7: SerialNumber: 00e04c000001
May 15 13:22:37 archlinux systemd[1]: Mounting /sysroot...
May 15 13:22:37 archlinux kernel: logitech-djreceiver 0003:046D:C53F.0004: hiddev96,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:13:00.4-1/input1
May 15 13:22:37 archlinux kernel: BTRFS: device fsid f5fdea1a-3851-4c32-a944-c84705967219 devid 1 transid 1890 /dev/nvme0n1p2 (259:2) scanned by mount (353)
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): first mount of filesystem f5fdea1a-3851-4c32-a944-c84705967219
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): using crc32c (crc32c-lib) checksum algorithm
May 15 13:22:37 archlinux systemd[1]: Mounted /sysroot.
May 15 13:22:37 archlinux systemd[1]: Reached target Initrd Root File System.
May 15 13:22:37 archlinux kernel: logitech-djreceiver 0003:046D:C53F.0006: hiddev99,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:13:00.4-1/input2
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): checking UUID tree
May 15 13:22:37 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): enabling ssd optimizations
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): turning on async discard
May 15 13:22:37 archlinux kernel: BTRFS info (device nvme0n1p2): enabling free space tree
May 15 13:22:37 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
May 15 13:22:37 archlinux systemd[1]: initrd-parse-etc.service: Triggering OnSuccess= dependencies.
May 15 13:22:37 archlinux systemd[1]: Reached target Initrd File Systems.
May 15 13:22:37 archlinux systemd[1]: Reached target Initrd Default Target.
May 15 13:22:37 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
May 15 13:22:37 archlinux systemd[1]: Stopped target Initrd Default Target.
May 15 13:22:37 archlinux systemd[1]: Stopped target Basic System.
May 15 13:22:37 archlinux systemd[1]: Stopped target Initrd Root Device.
May 15 13:22:37 archlinux systemd[1]: Stopped target Path Units.
May 15 13:22:37 archlinux systemd[1]: Stopped target Slice Units.
May 15 13:22:37 archlinux systemd[1]: Stopped target Socket Units.
May 15 13:22:37 archlinux systemd[1]: Stopped target System Initialization.
May 15 13:22:37 archlinux systemd[1]: Stopped target Swaps.
May 15 13:22:37 archlinux systemd[1]: Stopped target Timer Units.
May 15 13:22:37 archlinux systemd[1]: Stopping Display Boot-Time Emergency Messages In Full Screen...
May 15 13:22:37 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Stopped Load Kernel Modules.
May 15 13:22:37 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Stopped Create System Files and Directories.
May 15 13:22:37 archlinux systemd[1]: Stopped target Local File Systems.
May 15 13:22:37 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
May 15 13:22:37 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Stopped Coldplug All udev Devices.
May 15 13:22:37 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
May 15 13:22:37 archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Stopped Virtual Console Setup.
May 15 13:22:37 archlinux systemd[1]: systemd-bsod.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Stopped Display Boot-Time Emergency Messages In Full Screen.
May 15 13:22:37 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
May 15 13:22:37 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
May 15 13:22:37 archlinux kernel: logitech-djreceiver 0003:046D:C53F.0006: device of type eQUAD Lightspeed 1.1 (0x0d) connected on slot 1
May 15 13:22:37 archlinux kernel: input: Logitech Wireless Mouse PID:4074 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.2/0003:046D:C53F.0006/0003:046D:4074.000B/input/input20
May 15 13:22:37 archlinux kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
May 15 13:22:37 archlinux kernel: amdgpu: ATPX version 1, functions 0x00000000
May 15 13:22:37 archlinux kernel: amdgpu: Virtual CRAT table created for CPU
May 15 13:22:37 archlinux kernel: amdgpu: Topology: Add CPU node
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x747E 0x1EAE:0x7801 0xC8).
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: register mmio base: 0xDFA00000
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: register mmio size: 1048576
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 0 <common_v1_0_0> (soc21_common)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 1 <gmc_v11_0_0> (gmc_v11_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 2 <ih_v6_0_0> (ih_v6_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 3 <psp_v13_0_0> (psp)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 4 <smu_v13_0_0> (smu)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 5 <dce_v1_0_0> (dm)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 6 <gfx_v11_0_0> (gfx_v11_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 7 <sdma_v6_0_0> (sdma_v6_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_0> (vcn_v4_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_0> (jpeg_v4_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: detected ip block number 10 <mes_v11_0_0> (mes_v11_0)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
May 15 13:22:37 archlinux kernel: amdgpu: ATOM BIOS: 113-EXT104128-100
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: CP RS64 enable
May 15 13:22:37 archlinux kernel: Console: switching to colour dummy device 80x25
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: MEM ECC is not presented.
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SRAM ECC is not presented.
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: DF poison setting is inconsistent(1:0:0:0)!
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Poison setting is inconsistent in DF/UMC(0:1)!
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 16368M 0x0000008000000000 - 0x00000083FEFFFFFF (16368M used)
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
May 15 13:22:37 archlinux kernel: [drm] Detected VRAM RAM=16368M, BAR=16384M
May 15 13:22:37 archlinux kernel: [drm] RAM width 256bits GDDR6
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: amdgpu: 16368M of VRAM memory ready
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: amdgpu: 31580M of GTT memory ready.
May 15 13:22:37 archlinux kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
May 15 13:22:37 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x07002F00
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [VCN instance 0] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
May 15 13:22:37 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [VCN instance 1] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: reserve 0xa700000 from 0x83e0000000 for PSP TMR
May 15 13:22:38 archlinux kernel: input: Logitech Wireless Mouse PID:4074 Mouse as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.2/0003:046D:C53F.0006/0003:046D:4074.000B/input/input21
May 15 13:22:38 archlinux kernel: hid-generic 0003:046D:4074.000B: input,hidraw6: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4074] on usb-0000:13:00.4-1/input2:1
May 15 13:22:38 archlinux kernel: logitech-djreceiver 0003:046D:C52B.0009: hiddev100,hidraw7: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:10:00.0-2/input2
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000003d, smu fw if version = 0x00000040, smu fw program = 0, smu fw version = 0x00505600 (80.86.0)
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] Display Core v3.2.351 initialized on DCN 3.2
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
May 15 13:22:38 archlinux kernel: input: Logitech Wireless Device PID:404d Keyboard as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0009/0003:046D:404D.000C/input/input25
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x07002F00
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DP-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: input: Logitech Wireless Device PID:404d Mouse as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0009/0003:046D:404D.000C/input/input26
May 15 13:22:38 archlinux kernel: hid-generic 0003:046D:404D.000C: input,hidraw8: USB HID v1.11 Keyboard [Logitech Wireless Device PID:404d] on usb-0000:10:00.0-2/input2:1
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DP-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] DP-3: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: [drm] HDMI-A-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu: HMM registered 16368MB device memory
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
May 15 13:22:38 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
May 15 13:22:38 archlinux kernel: amdgpu: Topology: Add dGPU node [0x747e:0x1002]
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: added device 1002:747e
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: SE 3, SH per SE 2, CU per SH 10, active_cu_number 60
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_1 uses VM inv eng 1 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 4 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: [drm] Registered 4 planes with drm panic
May 15 13:22:38 archlinux kernel: [drm] Initialized amdgpu 3.64.0 for 0000:03:00.0 on minor 1
May 15 13:22:38 archlinux kernel: fbcon: amdgpudrmfb (fb0) is primary device
May 15 13:22:38 archlinux kernel: [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
May 15 13:22:38 archlinux kernel: Console: switching to colour frame buffer device 160x45
May 15 13:22:38 archlinux kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: enabling device (0006 -> 0007)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1462:0x7E26 0xC3).
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: register mmio base: 0xDF500000
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: register mmio size: 524288
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 0 <common_v1_0_0> (nv_common)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 1 <gmc_v10_0_0> (gmc_v10_0)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 2 <ih_v5_0_0> (navi10_ih)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 3 <psp_v13_0_0> (psp)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 4 <smu_v13_0_0> (smu)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 5 <dce_v1_0_0> (dm)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 6 <gfx_v10_0_0> (gfx_v10_0)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 7 <sdma_v5_2_0> (sdma_v5_2)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 8 <vcn_v3_0_0> (vcn_v3_0)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: detected ip block number 9 <jpeg_v3_0_0> (jpeg_v3_0)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: Fetched VBIOS from VFCT
May 15 13:22:38 archlinux kernel: amdgpu: ATOM BIOS: 102-RAPHAEL-008
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
May 15 13:22:38 archlinux kernel: [drm] Detected VRAM RAM=512M, BAR=512M
May 15 13:22:38 archlinux kernel: [drm] RAM width 128bits DDR5
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: amdgpu: 512M of VRAM memory ready
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: amdgpu: 31580M of GTT memory ready.
May 15 13:22:38 archlinux kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
May 15 13:22:38 archlinux kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x05002F00
May 15 13:22:38 archlinux kernel: [drm] use_doorbell being set to: [true]
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [VCN instance 0] Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 14
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: RAS: optional ras ta ucode is not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: RAP: optional rap ta ucode is not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: SMU is initialized successfully!
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] Display Core v3.2.351 initialized on DCN 3.1.5
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x05002F00
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] HDMI-A-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DP-4: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DP-5: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: [drm] DP-6: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: kiq ring mec 2 pipe 1 q 0
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
May 15 13:22:38 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
May 15 13:22:38 archlinux kernel: amdgpu: Topology: Add dGPU node [0x164e:0x1002]
May 15 13:22:38 archlinux kernel: kfd kfd: amdgpu: added device 1002:164e
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: amdgpu: Runtime PM not available
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: [drm] Registered 4 planes with drm panic
May 15 13:22:38 archlinux kernel: [drm] Initialized amdgpu 3.64.0 for 0000:13:00.0 on minor 0
May 15 13:22:38 archlinux kernel: amdgpu 0000:13:00.0: [drm] Cannot find any crtc or sizes
May 15 13:22:39 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
May 15 13:22:39 archlinux systemd[1]: systemd-udevd.service: Consumed 2.119s CPU time over 2.837s wall clock time, 38.5M memory peak.
May 15 13:22:39 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Closed udev Control Socket.
May 15 13:22:39 archlinux systemd[1]: Starting Cleanup udev Database...
May 15 13:22:39 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
May 15 13:22:39 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
May 15 13:22:39 archlinux systemd[1]: Finished Cleanup udev Database.
May 15 13:22:39 archlinux systemd[1]: Reached target Switch Root.
May 15 13:22:39 archlinux systemd[1]: Starting Switch Root...
May 15 13:22:39 archlinux systemd[1]: Switching root.
May 15 13:22:39 archlinux systemd-journald[253]: Journal stopped
May 15 13:22:40 archpc systemd-journald[253]: Received SIGTERM from PID 1 (systemd).
May 15 13:22:40 archpc systemd[1]: systemd 260.1-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT >
May 15 13:22:40 archpc systemd[1]: Detected architecture x86-64.
May 15 13:22:40 archpc systemd[1]: Hostname set to <archpc>.
May 15 13:22:40 archpc systemd[1]: bpf-restrict-fs: LSM BPF program attached
May 15 13:22:40 archpc systemd[1]: initrd-switch-root.service: Deactivated successfully.
May 15 13:22:40 archpc systemd[1]: Stopped Switch Root.
May 15 13:22:40 archpc systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/dirmngr.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/getty.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent-browser.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent-extra.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/gpg-agent-ssh.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/keyboxd.
May 15 13:22:40 archpc systemd[1]: Created slice Slice /system/modprobe.
May 15 13:22:40 archpc systemd[1]: Created slice User and Session Slice.
May 15 13:22:40 archpc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 15 13:22:40 archpc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 15 13:22:40 archpc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 15 13:22:40 archpc systemd[1]: Expecting device /dev/disk/by-uuid/DAFE-2432...
May 15 13:22:40 archpc systemd[1]: Reached target Login Prompts.
May 15 13:22:40 archpc systemd[1]: Reached target Image Downloads.
May 15 13:22:40 archpc systemd[1]: Stopped target Switch Root.
May 15 13:22:40 archpc systemd[1]: Stopped target Initrd File Systems.
May 15 13:22:40 archpc systemd[1]: Stopped target Initrd Root File System.
May 15 13:22:40 archpc systemd[1]: Reached target Local Integrity Protected Volumes.
May 15 13:22:40 archpc systemd[1]: Reached target Path Units.
May 15 13:22:40 archpc systemd[1]: Reached target Remote File Systems.
May 15 13:22:40 archpc systemd[1]: Reached target Slice Units.
May 15 13:22:40 archpc systemd[1]: Reached target Swaps.
May 15 13:22:40 archpc systemd[1]: Reached target Local Verity Protected Volumes.
May 15 13:22:40 archpc systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 15 13:22:40 archpc systemd[1]: Listening on Query the User Interactively for a Password.
May 15 13:22:40 archpc systemd[1]: Listening on Process Core Dump Socket.
May 15 13:22:40 archpc systemd[1]: Listening on Credential Encryption/Decryption.
May 15 13:22:40 archpc systemd[1]: Listening on Factory Reset Management.
May 15 13:22:40 archpc systemd[1]: Listening on Console Output Muting Service Socket.
May 15 13:22:40 archpc systemd[1]: TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc systemd[1]: Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc systemd[1]: Listening on Disk Repartitioning Service Socket.
May 15 13:22:40 archpc systemd[1]: Listening on udev Control Socket.
May 15 13:22:40 archpc systemd[1]: Listening on udev Varlink Socket.
May 15 13:22:40 archpc systemd[1]: Listening on User Database Manager Socket.
May 15 13:22:40 archpc systemd[1]: Mounting Huge Pages File System...
May 15 13:22:40 archpc systemd[1]: Mounting POSIX Message Queue File System...
May 15 13:22:40 archpc systemd[1]: Mounting Kernel Debug File System...
May 15 13:22:40 archpc systemd[1]: Mounting Kernel Trace File System...
May 15 13:22:40 archpc systemd[1]: Mounting Temporary Directory /tmp...
May 15 13:22:40 archpc systemd[1]: Starting Create List of Static Device Nodes...
May 15 13:22:40 archpc systemd[1]: Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
May 15 13:22:40 archpc systemd[1]: Mounting Kernel Configuration File System...
May 15 13:22:40 archpc systemd[1]: Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm
May 15 13:22:40 archpc systemd[1]: Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
May 15 13:22:40 archpc systemd[1]: Mounting FUSE Control File System...
May 15 13:22:40 archpc systemd[1]: systemd-fsck-root.service: Deactivated successfully.
May 15 13:22:40 archpc systemd[1]: Stopped File System Check on Root Device.
May 15 13:22:40 archpc systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
May 15 13:22:40 archpc systemd[1]: Starting Journal Service...
May 15 13:22:40 archpc systemd[1]: Starting Load Kernel Modules...
May 15 13:22:40 archpc systemd[1]: TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc systemd[1]: Starting Remount Root and Kernel File Systems...
May 15 13:22:40 archpc systemd[1]: Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc systemd[1]: Starting Load udev Rules from Credentials...
May 15 13:22:40 archpc systemd[1]: Starting Coldplug All udev Devices...
May 15 13:22:40 archpc systemd[1]: Finished Create List of Static Device Nodes.
May 15 13:22:40 archpc systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
May 15 13:22:40 archpc systemd[1]: Mounted Kernel Debug File System.
May 15 13:22:40 archpc systemd[1]: Mounted POSIX Message Queue File System.
May 15 13:22:40 archpc systemd[1]: Mounted Huge Pages File System.
May 15 13:22:40 archpc systemd[1]: Mounted Kernel Trace File System.
May 15 13:22:40 archpc systemd[1]: Mounted Temporary Directory /tmp.
May 15 13:22:40 archpc systemd[1]: Mounted Kernel Configuration File System.
May 15 13:22:40 archpc systemd[1]: Mounted FUSE Control File System.
May 15 13:22:40 archpc systemd[1]: Finished Remount Root and Kernel File Systems.
May 15 13:22:40 archpc systemd[1]: Finished Load udev Rules from Credentials.
May 15 13:22:40 archpc systemd[1]: Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
May 15 13:22:40 archpc systemd-journald[588]: Collecting audit messages is disabled.
May 15 13:22:40 archpc systemd[1]: Starting Load/Save OS Random Seed...
May 15 13:22:40 archpc systemd[1]: TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc systemd[1]: TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc systemd[1]: Reached target Local Encrypted Volumes.
May 15 13:22:40 archpc systemd[1]: TPM NvPCR Product ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:40 archpc kernel: i2c_dev: i2c /dev entries driver
May 15 13:22:40 archpc systemd[1]: Finished Load Kernel Modules.
May 15 13:22:40 archpc systemd-journald[588]: Journal started
May 15 13:22:40 archpc systemd-journald[588]: Runtime Journal (/run/log/journal/5d9b56e6911e4f289baa19c8077cfe66) is 8M, max 1.2G, 1.2G free.
May 15 13:22:39 archpc systemd[1]: Queued start job for default target Graphical Interface.
May 15 13:22:39 archpc systemd[1]: systemd-journald.service: Deactivated successfully.
May 15 13:22:40 archpc systemd-modules-load[589]: Using 2 probe threads
May 15 13:22:40 archpc systemd-modules-load[589]: Inserted module 'crypto_user'
May 15 13:22:40 archpc systemd-modules-load[589]: Inserted module 'i2c_dev'
May 15 13:22:40 archpc systemd[1]: Started Journal Service.
May 15 13:22:40 archpc systemd[1]: Starting Flush Journal to Persistent Storage...
May 15 13:22:40 archpc systemd[1]: Starting Apply Kernel Variables...
May 15 13:22:40 archpc systemd[1]: Starting User Database Manager...
May 15 13:22:40 archpc systemd[1]: Finished Load/Save OS Random Seed.
May 15 13:22:40 archpc systemd-journald[588]: Time spent on flushing to /var/log/journal/5d9b56e6911e4f289baa19c8077cfe66 is 11.372ms for 1474 entries.
May 15 13:22:40 archpc systemd-journald[588]: System Journal (/var/log/journal/5d9b56e6911e4f289baa19c8077cfe66) is 136M, max 4G, 3.8G free.
May 15 13:22:40 archpc systemd-journald[588]: Received client request to flush runtime journal.
May 15 13:22:40 archpc systemd[1]: Finished Apply Kernel Variables.
May 15 13:22:40 archpc systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 612 ((systemd-userd))
May 15 13:22:40 archpc systemd[1]: Finished Flush Journal to Persistent Storage.
May 15 13:22:40 archpc systemd[1]: Finished Coldplug All udev Devices.
May 15 13:22:40 archpc systemd[1]: Mounting Arbitrary Executable File Formats File System...
May 15 13:22:41 archpc systemd[1]: Mounted Arbitrary Executable File Formats File System.
May 15 13:22:41 archpc systemd[1]: Started User Database Manager.
May 15 13:22:41 archpc systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
May 15 13:22:41 archpc systemd[1]: Create System Users skipped, no trigger condition checks were met.
May 15 13:22:41 archpc systemd[1]: Starting Journal Log Access Socket...
May 15 13:22:41 archpc systemd[1]: Starting Create Static Device Nodes in /dev...
May 15 13:22:41 archpc systemd[1]: Listening on Journal Log Access Socket.
May 15 13:22:41 archpc systemd[1]: Finished Create Static Device Nodes in /dev.
May 15 13:22:41 archpc systemd[1]: Reached target Preparation for Local File Systems.
May 15 13:22:41 archpc systemd[1]: Set up automount mnt-games.automount.
May 15 13:22:41 archpc systemd[1]: Virtual Machine and Container Storage (Compatibility) skipped, unmet condition check ConditionPathExists=/var/lib/machines.raw
May 15 13:22:41 archpc systemd[1]: Listening on Disk Image Download Service Socket.
May 15 13:22:41 archpc systemd[1]: Repartition Root Disk skipped, no trigger condition checks were met.
May 15 13:22:41 archpc systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 15 13:22:41 archpc systemd-udevd[629]: Using default interface naming scheme 'v260'.
May 15 13:22:41 archpc systemd[1]: Started Rule-based Manager for Device Events and Files.
May 15 13:22:41 archpc systemd[1]: Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
May 15 13:22:41 archpc kernel: mousedev: PS/2 mouse device common for all mice
May 15 13:22:41 archpc systemd[1]: Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
May 15 13:22:41 archpc systemd[1]: Condition check resulted in CT2000P3PSSD8 1 being skipped.
May 15 13:22:41 archpc kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
May 15 13:22:41 archpc kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
May 15 13:22:41 archpc kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
May 15 13:22:41 archpc kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
May 15 13:22:41 archpc kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
May 15 13:22:41 archpc kernel: i2c i2c-17: Successfully instantiated SPD at 0x50
May 15 13:22:41 archpc kernel: input: PC Speaker as /devices/platform/pcspkr/input/input30
May 15 13:22:41 archpc kernel: i2c i2c-17: Successfully instantiated SPD at 0x51
May 15 13:22:41 archpc kernel: i2c i2c-17: Successfully instantiated SPD at 0x52
May 15 13:22:41 archpc kernel: i2c i2c-17: Successfully instantiated SPD at 0x53
May 15 13:22:41 archpc kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
May 15 13:22:41 archpc kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
May 15 13:22:41 archpc kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
May 15 13:22:41 archpc kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
May 15 13:22:41 archpc systemd[1]: Starting Virtual Console Setup...
May 15 13:22:41 archpc kernel: spd5118 17-0050: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
May 15 13:22:41 archpc kernel: spd5118 17-0051: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
May 15 13:22:41 archpc kernel: spd5118 17-0052: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
May 15 13:22:41 archpc kernel: spd5118 17-0053: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
May 15 13:22:41 archpc kernel: ccp 0000:13:00.2: enabling device (0000 -> 0002)
May 15 13:22:41 archpc kernel: ccp 0000:13:00.2: tee enabled
May 15 13:22:41 archpc kernel: ccp 0000:13:00.2: psp enabled
May 15 13:22:41 archpc kernel: kvm_amd: TSC scaling supported
May 15 13:22:41 archpc kernel: kvm_amd: Nested Virtualization enabled
May 15 13:22:41 archpc kernel: kvm_amd: Nested Paging enabled
May 15 13:22:41 archpc kernel: kvm_amd: LBR virtualization supported
May 15 13:22:41 archpc kernel: kvm_amd: AVIC enabled
May 15 13:22:41 archpc kernel: kvm_amd: x2AVIC enabled
May 15 13:22:41 archpc kernel: kvm_amd: Virtual GIF supported
May 15 13:22:41 archpc kernel: kvm_amd: Virtual NMI enabled
May 15 13:22:41 archpc systemd-vconsole-setup[696]: Configuration of first virtual console was skipped, ignoring remaining ones.
May 15 13:22:41 archpc systemd[1]: Finished Virtual Console Setup.
May 15 13:22:41 archpc systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
May 15 13:22:41 archpc systemd[1]: Reached target Trusted Platform Module.
May 15 13:22:41 archpc kernel: snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
May 15 13:22:41 archpc kernel: snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
May 15 13:22:41 archpc kernel: snd_hda_intel 0000:03:00.1: Force to non-snoop mode
May 15 13:22:41 archpc kernel: snd_hda_intel 0000:13:00.1: enabling device (0000 -> 0002)
May 15 13:22:41 archpc kernel: snd_hda_intel 0000:13:00.1: Handle vga_switcheroo audio client
May 15 13:22:41 archpc kernel: snd_hda_intel 0000:13:00.6: enabling device (0000 -> 0002)
May 15 13:22:41 archpc kernel: snd_hda_intel 0000:13:00.1: bound 0000:13:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
May 15 13:22:41 archpc kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
May 15 13:22:41 archpc kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:13:00.1/sound/card1/input31
May 15 13:22:41 archpc kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input35
May 15 13:22:41 archpc kernel: snd_hda_codec_alc662 hdaudioC2D0: autoconfig for ALC897: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
May 15 13:22:41 archpc kernel: snd_hda_codec_alc662 hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 15 13:22:41 archpc kernel: snd_hda_codec_alc662 hdaudioC2D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
May 15 13:22:41 archpc kernel: snd_hda_codec_alc662 hdaudioC2D0: mono: mono_out=0x0
May 15 13:22:41 archpc kernel: snd_hda_codec_alc662 hdaudioC2D0: inputs:
May 15 13:22:41 archpc kernel: snd_hda_codec_alc662 hdaudioC2D0: Rear Mic=0x18
May 15 13:22:41 archpc kernel: snd_hda_codec_alc662 hdaudioC2D0: Front Mic=0x19
May 15 13:22:41 archpc kernel: snd_hda_codec_alc662 hdaudioC2D0: Line=0x1a
May 15 13:22:41 archpc kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:13:00.6/sound/card2/input39
May 15 13:22:41 archpc kernel: intel_rapl_common: Found RAPL domain package
May 15 13:22:41 archpc kernel: intel_rapl_common: Found RAPL domain core
May 15 13:22:41 archpc kernel: amd_atl: AMD Address Translation Library initialized
May 15 13:22:41 archpc kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:13:00.1/sound/card1/input32
May 15 13:22:41 archpc kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input36
May 15 13:22:41 archpc kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:13:00.6/sound/card2/input40
May 15 13:22:41 archpc kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input37
May 15 13:22:41 archpc kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:13:00.6/sound/card2/input41
May 15 13:22:41 archpc kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:13:00.1/sound/card1/input33
May 15 13:22:41 archpc kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input38
May 15 13:22:41 archpc kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:13:00.6/sound/card2/input42
May 15 13:22:41 archpc kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:13:00.1/sound/card1/input34
May 15 13:22:41 archpc kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:13:00.6/sound/card2/input43
May 15 13:22:41 archpc kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:13:00.6/sound/card2/input44
May 15 13:22:41 archpc kernel: input: HD-Audio Generic Line Out Side as /devices/pci0000:00/0000:00:08.1/0000:13:00.6/sound/card2/input45
May 15 13:22:41 archpc kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:13:00.6/sound/card2/input46
May 15 13:22:41 archpc systemd[1]: Reached target Sound Card.
May 15 13:22:41 archpc kernel: input: Logitech G305 as /devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1/5-1:1.2/0003:046D:C53F.0006/0003:046D:4074.000B/input/input47
May 15 13:22:41 archpc kernel: logitech-hidpp-device 0003:046D:4074.000B: input,hidraw6: USB HID v1.11 Keyboard [Logitech G305] on usb-0000:13:00.4-1/input2:1
May 15 13:22:41 archpc systemd[1]: Mounting /boot...
May 15 13:22:42 archpc systemd[1]: Mounted /boot.
May 15 13:22:42 archpc systemd[1]: Reached target Local File Systems.
May 15 13:22:42 archpc systemd[1]: Listening on Boot Loader Control Service Socket.
May 15 13:22:42 archpc kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
May 15 13:22:42 archpc systemd[1]: Listening on System Extension Image Management.
May 15 13:22:42 archpc systemd[1]: Set Up Additional Binary Formats skipped, no trigger condition checks were met.
May 15 13:22:42 archpc systemd[1]: Starting Update Boot Loader Random Seed...
May 15 13:22:42 archpc systemd[1]: Starting Create System Files and Directories...
May 15 13:22:42 archpc systemd[1]: Starting Load JSON user/group Records from Credentials...
May 15 13:22:42 archpc systemd[1]: Finished Load JSON user/group Records from Credentials.
May 15 13:22:42 archpc bootctl[719]: Mount point '/boot' which backs the random seed file is world accessible, which is a security hole!
May 15 13:22:42 archpc bootctl[719]: Random seed file '/boot/loader/random-seed' is world accessible, which is a security hole!
May 15 13:22:42 archpc bootctl[719]: Random seed file /boot/loader/random-seed successfully refreshed (32 bytes).
May 15 13:22:42 archpc systemd[1]: Finished Update Boot Loader Random Seed.
May 15 13:22:42 archpc systemd[1]: Finished Create System Files and Directories.
May 15 13:22:42 archpc systemd[1]: Rebuild Dynamic Linker Cache skipped, no trigger condition checks were met.
May 15 13:22:42 archpc systemd[1]: Initial Setup skipped, unmet condition check ConditionFirstBoot=yes
May 15 13:22:42 archpc systemd[1]: First Boot Complete skipped, unmet condition check ConditionFirstBoot=yes
May 15 13:22:42 archpc systemd[1]: Rebuild Journal Catalog skipped, unmet condition check ConditionNeedsUpdate=/var
May 15 13:22:42 archpc systemd[1]: Save Transient machine-id to Disk skipped, unmet condition check ConditionPathIsMountPoint=/etc/machine-id
May 15 13:22:42 archpc systemd[1]: Update is Completed skipped, no trigger condition checks were met.
May 15 13:22:42 archpc systemd[1]: Starting Record System Boot/Shutdown in UTMP...
May 15 13:22:42 archpc systemd[1]: Finished Record System Boot/Shutdown in UTMP.
May 15 13:22:42 archpc systemd[1]: Reached target System Initialization.
May 15 13:22:42 archpc systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
May 15 13:22:42 archpc systemd[1]: Started Daily man-db regeneration.
May 15 13:22:42 archpc systemd[1]: Started Daily verification of password and group files.
May 15 13:22:42 archpc systemd[1]: Started Daily Cleanup of Temporary Directories.
May 15 13:22:42 archpc systemd[1]: Reached target Timer Units.
May 15 13:22:42 archpc systemd[1]: Listening on D-Bus System Message Bus Socket.
May 15 13:22:42 archpc systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 15 13:22:42 archpc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
May 15 13:22:42 archpc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 15 13:22:42 archpc systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 15 13:22:42 archpc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 15 13:22:42 archpc systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
May 15 13:22:42 archpc systemd[1]: Listening on Authorization Manager Agent Helper.
May 15 13:22:42 archpc systemd[1]: Listening on Hostname Service Socket.
May 15 13:22:42 archpc systemd[1]: Listening on User Login Management Varlink Socket.
May 15 13:22:42 archpc systemd[1]: Listening on Virtual Machine and Container Registration Service Socket.
May 15 13:22:42 archpc systemd[1]: Reached target Socket Units.
May 15 13:22:42 archpc systemd[1]: Starting D-Bus System Message Bus...
May 15 13:22:42 archpc systemd[1]: TPM PCR Barrier (Initialization) skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:42 archpc systemd[1]: Started D-Bus System Message Bus.
May 15 13:22:42 archpc dbus-broker-launch[731]: Ready
May 15 13:22:42 archpc systemd[1]: Reached target Basic System.
May 15 13:22:42 archpc systemd[1]: Starting Network Manager...
May 15 13:22:42 archpc systemd[1]: Starting User Login Management...
May 15 13:22:42 archpc systemd[1]: TPM PCR Barrier (User) skipped, unmet condition check ConditionSecurity=measured-uki
May 15 13:22:42 archpc systemd-logind[734]: New seat seat0.
May 15 13:22:42 archpc systemd-logind[734]: Watching system buttons on /dev/input/event1 (Power Button)
May 15 13:22:42 archpc systemd-logind[734]: Watching system buttons on /dev/input/event0 (Power Button)
May 15 13:22:42 archpc systemd[1]: Started User Login Management.
May 15 13:22:42 archpc kernel: input: Logitech K400 Plus as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0009/0003:046D:404D.000C/input/input48
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.1685] NetworkManager (version 1.56.0-1) is starting... (boot:659326d8-94e6-44ec-993f-5a8dbbe24bee)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.1685] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.1709] manager[0x55e3ff8c42e0]: monitoring kernel firmware directory '/lib/firmware'.
May 15 13:22:42 archpc systemd[1]: Starting Hostname Service...
May 15 13:22:42 archpc systemd[1]: Started Hostname Service.
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.2260] hostname: hostname: using hostnamed
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.2260] hostname: static hostname changed from (none) to "archpc"
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.2262] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
May 15 13:22:42 archpc systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.2929] manager[0x55e3ff8c42e0]: rfkill: Wi-Fi hardware radio set enabled
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.2929] manager[0x55e3ff8c42e0]: rfkill: WWAN hardware radio set enabled
May 15 13:22:42 archpc kernel: logitech-hidpp-device 0003:046D:404D.000C: input,hidraw8: USB HID v1.11 Keyboard [Logitech K400 Plus] on usb-0000:10:00.0-2/input2:1
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.2971] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.56.0-1/libnm-device-plugin-adsl.so)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3038] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.56.0-1/libnm-device-plugin-bluetooth.so)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3069] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.56.0-1/libnm-device-plugin-ovs.so)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3383] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.56.0-1/libnm-device-plugin-team.so)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3396] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.56.0-1/libnm-device-plugin-wifi.so)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3401] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.56.0-1/libnm-device-plugin-wwan.so)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3403] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3403] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3403] manager: Networking is enabled by state file
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3405] settings: Loaded settings plugin: keyfile (internal)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3416] dhcp: init: Using DHCP client 'internal'
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3416] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3420] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3421] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
May 15 13:22:42 archpc systemd[1]: Starting Network Manager Script Dispatcher Service...
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3427] device (lo): Activation: starting connection 'lo' (9bd56a74-47ce-4490-9227-ed3ec3ad1bff)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3429] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
May 15 13:22:42 archpc systemd[1]: Started Network Manager.
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3432] ovsdb: disconnected from ovsdb
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3433] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3434] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3434] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3435] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
May 15 13:22:42 archpc systemd[1]: Reached target Network.
May 15 13:22:42 archpc systemd[1]: Starting Permit User Sessions...
May 15 13:22:42 archpc systemd[1]: Finished Permit User Sessions.
May 15 13:22:42 archpc systemd[1]: Started Command Scheduler.
May 15 13:22:42 archpc systemd[1]: Reached target Multi-User System.
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3869] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3870] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
May 15 13:22:42 archpc systemd[1]: Starting Plasma Login Manager...
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3872] device (lo): Activation: successful, device activated.
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.3874] manager: startup complete
May 15 13:22:42 archpc systemd[1]: Started Network Manager Script Dispatcher Service.
May 15 13:22:42 archpc crond[763]: (CRON) STARTUP (1.7.2)
May 15 13:22:42 archpc crond[763]: (CRON) INFO (Syslog will be used instead of sendmail.)
May 15 13:22:42 archpc crond[763]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 58% if used.)
May 15 13:22:42 archpc crond[763]: (CRON) INFO (running with inotify support)
May 15 13:22:42 archpc mtp-probe[767]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:13:00.3/usb3/3-2"
May 15 13:22:42 archpc mtp-probe[770]: checking bus 5, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:13:00.4/usb5/5-1"
May 15 13:22:42 archpc mtp-probe[771]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-2"
May 15 13:22:42 archpc mtp-probe[772]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-6"
May 15 13:22:42 archpc mtp-probe[767]: bus: 3, device: 2 was not an MTP device
May 15 13:22:42 archpc mtp-probe[771]: bus: 1, device: 2 was not an MTP device
May 15 13:22:42 archpc mtp-probe[772]: bus: 1, device: 4 was not an MTP device
May 15 13:22:42 archpc mtp-probe[770]: bus: 5, device: 2 was not an MTP device
May 15 13:22:42 archpc kernel: Bluetooth: Core ver 2.22
May 15 13:22:42 archpc kernel: NET: Registered PF_BLUETOOTH protocol family
May 15 13:22:42 archpc kernel: Bluetooth: HCI device and connection manager initialized
May 15 13:22:42 archpc kernel: Bluetooth: HCI socket layer initialized
May 15 13:22:42 archpc kernel: Bluetooth: L2CAP socket layer initialized
May 15 13:22:42 archpc kernel: Bluetooth: SCO socket layer initialized
May 15 13:22:42 archpc kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 15 13:22:42 archpc kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 15 13:22:42 archpc kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
May 15 13:22:42 archpc kernel: faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
May 15 13:22:42 archpc kernel: cfg80211: failed to load regulatory.db
May 15 13:22:42 archpc kernel: r8169 0000:0e:00.0: enabling device (0000 -> 0003)
May 15 13:22:42 archpc systemd[1]: Starting Load/Save RF Kill Switch Status...
May 15 13:22:42 archpc kernel: usbcore: registered new interface driver btusb
May 15 13:22:42 archpc kernel: Bluetooth: hci0: RTL: examining hci_ver=0c hci_rev=000c lmp_ver=0c lmp_subver=8852
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.4649] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
May 15 13:22:42 archpc kernel: Bluetooth: hci0: RTL: rom_version status=0 version=1
May 15 13:22:42 archpc kernel: Bluetooth: hci0: RTL: btrtl_initialize: key id 0
May 15 13:22:42 archpc kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852cu_fw_v2.bin
May 15 13:22:42 archpc kernel: r8169 0000:0e:00.0 eth0: RTL8125B, 34:5a:60:47:8e:d4, XID 641, IRQ 114
May 15 13:22:42 archpc kernel: r8169 0000:0e:00.0 eth0: jumbo features [frames: 16362 bytes, tx checksumming: ko]
May 15 13:22:42 archpc kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852cu_config.bin
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.4680] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp14s0'
May 15 13:22:42 archpc kernel: Bluetooth: hci0: RTL: cfg_sz 6, total sz 71983
May 15 13:22:42 archpc kernel: r8169 0000:0e:00.0 enp14s0: renamed from eth0
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.4718] device (enp14s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
May 15 13:22:42 archpc systemd-logind[734]: Watching system buttons on /dev/input/event2 (ROYUAN Gaming Keyboard)
May 15 13:22:42 archpc systemd-logind[734]: Watching system buttons on /dev/input/event8 (ROYUAN Gaming Keyboard)
May 15 13:22:42 archpc systemd-logind[734]: Watching system buttons on /dev/input/event4 (ROYUAN Gaming Keyboard Consumer Control)
May 15 13:22:42 archpc systemd-logind[734]: Watching system buttons on /dev/input/event6 (ROYUAN Gaming Keyboard System Control)
May 15 13:22:42 archpc kernel: Realtek Internal NBASE-T PHY r8169-0-e00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-e00:00, irq=MAC)
May 15 13:22:42 archpc systemd[1]: Starting Bluetooth service...
May 15 13:22:42 archpc systemd[1]: Started Load/Save RF Kill Switch Status.
May 15 13:22:42 archpc bluetoothd[829]: Bluetooth daemon 5.86
May 15 13:22:42 archpc systemd[1]: Started Bluetooth service.
May 15 13:22:42 archpc bluetoothd[829]: Starting SDP server
May 15 13:22:42 archpc systemd[1]: Reached target Bluetooth Support.
May 15 13:22:42 archpc bluetoothd[829]: Bluetooth management interface 1.23 initialized
May 15 13:22:42 archpc kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 15 13:22:42 archpc kernel: Bluetooth: BNEP filters: protocol multicast
May 15 13:22:42 archpc kernel: Bluetooth: BNEP socket layer initialized
May 15 13:22:42 archpc systemd-logind[734]: Watching system buttons on /dev/input/event29 (Logitech G305)
May 15 13:22:42 archpc systemd-logind[734]: Watching system buttons on /dev/input/event9 (Logitech K400 Plus)
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.6698] settings: (enp14s0): created default wired connection 'Wired connection 1'
May 15 13:22:42 archpc kernel: r8169 0000:0e:00.0 enp14s0: Link is Down
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: loaded firmware rtw89/rtw8852c_fw-2.bin
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: enabling device (0000 -> 0003)
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: MAC has already powered on
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: Firmware version 0.27.129.4 (3f1a5302), cmd version 0, type 1
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: Firmware version 0.27.129.4 (3f1a5302), cmd version 0, type 3
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: chip rfe_type is 1
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: Firmware element BB version: 00 28 00 00
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: Firmware element radio A version: 00 63 00 00
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: Firmware element NCTL version: 00 11 00 00
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: Firmware element TXPWR version: 00 82 00 00
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: Firmware element PWR_TRK version: 00 26 00 00
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: Firmware element REGD version: 00 49 00 3c
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.9949] device (wlan0): driver supports Access Point (AP) mode
May 15 13:22:42 archpc NetworkManager[733]: <info> [1778869362.9951] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
May 15 13:22:42 archpc kernel: rtw89_8852ce 0000:0f:00.0: rfkill hardware state changed to enable
May 15 13:22:43 archpc NetworkManager[733]: <info> [1778869363.0043] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0b.0/0000:0f:00.0/ieee80211/phy0/rfkill1) (driver rtw89_8852ce)
May 15 13:22:43 archpc NetworkManager[733]: <info> [1778869363.0052] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp15s0'
May 15 13:22:43 archpc kernel: rtw89_8852ce 0000:0f:00.0 wlp15s0: renamed from wlan0
May 15 13:22:43 archpc NetworkManager[733]: <info> [1778869363.0087] device (wlp15s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
May 15 13:22:43 archpc NetworkManager[733]: <info> [1778869363.0959] device (wlp15s0): set-hw-addr: set MAC address to 96:EA:BE:9F:D4:1B (scanning)
May 15 13:22:43 archpc systemd[1]: Started Plasma Login Manager.
May 15 13:22:43 archpc systemd[1]: Reached target Graphical Interface.
May 15 13:22:43 archpc kernel: Bluetooth: hci0: RTL: fw version 0x040d7225
May 15 13:22:43 archpc systemd[1]: Startup finished in 11.326s (firmware) + 2.943s (loader) + 3.879s (kernel) + 3.645s (initrd) + 3.775s (userspace) = 25.571s.
May 15 13:22:43 archpc systemd[1]: Starting WPA supplicant...
May 15 13:22:43 archpc plasmalogin[846]: Initializing...
May 15 13:22:43 archpc plasmalogin[846]: Starting...
May 15 13:22:43 archpc plasmalogin[846]: Logind interface found
May 15 13:22:43 archpc plasmalogin[846]: Adding new display...
May 15 13:22:43 archpc plasmalogin[846]: Using VT 1
May 15 13:22:43 archpc plasmalogin[846]: Display server started.
May 15 13:22:43 archpc plasmalogin[846]: Socket server starting...
May 15 13:22:43 archpc plasmalogin[846]: Socket server started.
May 15 13:22:43 archpc plasmalogin[846]: Greeter starting...
May 15 13:22:43 archpc plasmalogin-helper[849]: [PAM] Starting...
May 15 13:22:43 archpc plasmalogin-helper[849]: [PAM] Authenticating...
May 15 13:22:43 archpc plasmalogin-helper[849]: [PAM] returning.
May 15 13:22:43 archpc plasmalogin-helper[849]: pam_unix(plasmalogin-greeter:session): session opened for user plasmalogin(uid=964) by (uid=0)
May 15 13:22:43 archpc systemd-logind[734]: New session 'c1' of user 'plasmalogin' with class 'greeter' and type 'wayland'.
May 15 13:22:43 archpc kernel: Bluetooth: hci0: AOSP extensions version v1.00
May 15 13:22:43 archpc kernel: Bluetooth: hci0: AOSP quality report is supported
May 15 13:22:43 archpc systemd[1]: Created slice User Slice of UID 964.
May 15 13:22:43 archpc systemd[1]: Starting User Runtime Directory /run/user/964...
May 15 13:22:43 archpc wpa_supplicant[847]: Successfully initialized wpa_supplicant
May 15 13:22:43 archpc bluetoothd[829]: Battery Provider Manager created
May 15 13:22:43 archpc kernel: Bluetooth: MGMT ver 1.23
May 15 13:22:43 archpc kernel: NET: Registered PF_ALG protocol family
May 15 13:22:43 archpc bluetoothd[829]: Failed to set default system config for hci0
May 15 13:22:43 archpc bluetoothd[829]: Failed to set mode: Failed (0x03)
May 15 13:22:43 archpc systemd[1]: Started WPA supplicant.
May 15 13:22:43 archpc NetworkManager[733]: <info> [1778869363.2420] device (wlp15s0): supplicant interface state: internal-starting -> disconnected
May 15 13:22:43 archpc NetworkManager[733]: <info> [1778869363.2420] Wi-Fi P2P device controlled by interface wlp15s0 created
May 15 13:22:43 archpc systemd[1]: Finished User Runtime Directory /run/user/964.
May 15 13:22:43 archpc NetworkManager[733]: <info> [1778869363.2422] manager: (p2p-dev-wlp15s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
May 15 13:22:43 archpc NetworkManager[733]: <info> [1778869363.2423] device (p2p-dev-wlp15s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
May 15 13:22:43 archpc NetworkManager[733]: <warn> [1778869363.2423] device (p2p-dev-wlp15s0): error setting IPv4 forwarding to '0': Resource temporarily unavailable
May 15 13:22:43 archpc NetworkManager[733]: <info> [1778869363.2425] device (wlp15s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
May 15 13:22:43 archpc NetworkManager[733]: <info> [1778869363.2427] device (p2p-dev-wlp15s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
May 15 13:22:43 archpc systemd[1]: Starting User Manager for UID 964...
May 15 13:22:43 archpc dbus-broker-launch[731]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
May 15 13:22:43 archpc (systemd)[860]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[plasmalogin] ruser=[<unknown>] rhost=[<unknown>]
May 15 13:22:43 archpc (systemd)[860]: pam_unix(systemd-user:session): session opened for user plasmalogin(uid=964) by plasmalogin(uid=0)
May 15 13:22:43 archpc systemd-logind[734]: New session '1' of user 'plasmalogin' with class 'manager-early' and type 'unspecified'.
May 15 13:22:43 archpc systemd[860]: Queued start job for default target Main User Target.
May 15 13:22:43 archpc systemd[860]: Created slice User Application Slice.
May 15 13:22:43 archpc systemd[860]: Reached target Paths.
May 15 13:22:43 archpc systemd[860]: Reached target Timers.
May 15 13:22:43 archpc systemd[860]: Starting D-Bus User Message Bus Socket...
May 15 13:22:43 archpc systemd[860]: Listening on GnuPG network certificate management daemon.
May 15 13:22:43 archpc systemd[860]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 15 13:22:43 archpc systemd[860]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 15 13:22:43 archpc systemd[860]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 15 13:22:43 archpc systemd[860]: Listening on GnuPG cryptographic agent and passphrase cache.
May 15 13:22:43 archpc systemd[860]: Listening on GnuPG public key management service.
May 15 13:22:43 archpc systemd[860]: Listening on p11-kit server.
May 15 13:22:43 archpc systemd[860]: Listening on PipeWire PulseAudio.
May 15 13:22:43 archpc systemd[860]: Listening on PipeWire Multimedia System Sockets.
May 15 13:22:43 archpc systemd[860]: Listening on Query the User Interactively for a Password.
May 15 13:22:43 archpc systemd[860]: Listening on Disk Image Download Service Socket.
May 15 13:22:43 archpc systemd[860]: Listening on Journal Log Access Socket.
May 15 13:22:43 archpc systemd[860]: Listening on Virtual Machine and Container Registration Service Socket.
May 15 13:22:43 archpc systemd[860]: Listening on D-Bus User Message Bus Socket.
May 15 13:22:43 archpc systemd[860]: Reached target Sockets.
May 15 13:22:43 archpc systemd[860]: Reached target Basic System.
May 15 13:22:43 archpc systemd[860]: Reached target Main User Target.
May 15 13:22:43 archpc systemd[860]: Startup finished in 64ms.
May 15 13:22:43 archpc systemd[1]: Started User Manager for UID 964.
May 15 13:22:43 archpc systemd[1]: Started Session c1 of User plasmalogin.
May 15 13:22:43 archpc plasmalogin-helper[849]: Starting Wayland user session: "/usr/share/plasmalogin/scripts/wayland-session" "/usr/bin/startplasma-login-wayland"
May 15 13:22:43 archpc plasmalogin-helper[869]: Jumping to VT 1
May 15 13:22:43 archpc plasmalogin-helper[869]: VT mode fixed
May 15 13:22:43 archpc plasmalogin[846]: Greeter session started successfully
May 15 13:22:43 archpc systemd[1]: Starting Locale Service...
May 15 13:22:43 archpc systemd[1]: Started Locale Service.
May 15 13:22:43 archpc systemd[860]: Created slice User Core Session Slice.
May 15 13:22:43 archpc systemd[860]: Starting D-Bus User Message Bus...
May 15 13:22:43 archpc dbus-broker-launch[884]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
May 15 13:22:43 archpc dbus-broker-launch[884]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
May 15 13:22:43 archpc dbus-broker-launch[884]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
May 15 13:22:43 archpc dbus-broker-launch[884]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
May 15 13:22:43 archpc dbus-broker-launch[884]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
May 15 13:22:43 archpc systemd[860]: Started D-Bus User Message Bus.
May 15 13:22:43 archpc dbus-broker-launch[884]: Ready
May 15 13:22:43 archpc systemd[860]: Created slice User Background Tasks Slice.
May 15 13:22:43 archpc systemd[860]: Starting KDE Window Manager (Login Manager Version)...
May 15 13:22:43 archpc kwin_wayland[886]: No backend specified, automatically choosing drm
May 15 13:22:43 archpc kwin_wayland[886]: Accepting client connections on sockets: QList("wayland-0")
May 15 13:22:44 archpc systemd[860]: Started KDE Window Manager (Login Manager Version).
May 15 13:22:44 archpc systemd[860]: Started Plasma Login.
May 15 13:22:44 archpc systemd[860]: Started Plasma Wallpaper on Login screen.
May 15 13:22:44 archpc systemd[860]: Reached target plasma-login-wayland.target.
May 15 13:22:44 archpc systemd[860]: Started PipeWire Multimedia Service.
May 15 13:22:44 archpc systemd[860]: Started Multimedia Service Session Manager.
May 15 13:22:44 archpc systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 15 13:22:44 archpc systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 15 13:22:44 archpc rtkit-daemon[944]: Handling system-suspend using logind.
May 15 13:22:44 archpc systemd[1]: Starting Authorization Manager...
May 15 13:22:44 archpc polkitd[952]: Started polkitd version 127
May 15 13:22:44 archpc systemd[1]: Started Authorization Manager.
May 15 13:22:44 archpc rtkit-daemon[944]: Successfully made thread 940 of process 940 owned by '964' high priority at nice level -11.
May 15 13:22:44 archpc rtkit-daemon[944]: Successfully made thread 938 of process 938 owned by '964' high priority at nice level -11.
May 15 13:22:44 archpc rtkit-daemon[944]: Successfully made thread 943 of process 938 owned by '964' RT at priority 20.
May 15 13:22:44 archpc rtkit-daemon[944]: Successfully made thread 953 of process 940 owned by '964' RT at priority 20.
May 15 13:22:44 archpc wpa_supplicant[847]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 15 13:22:44 archpc wpa_supplicant[847]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5220 max_tx_power=2000 no_ir=1
May 15 13:22:44 archpc wpa_supplicant[847]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5220 max_tx_power=2000
May 15 13:22:44 archpc plasma-login-greeter[936]: TRYING SOCKET "/tmp/plasmalogin--TGxSEY"
May 15 13:22:44 archpc plasma-login-greeter[936]: Connected to the daemon.
May 15 13:22:44 archpc plasmalogin[846]: Message received from greeter: Connect
May 15 13:22:44 archpc plasma-login-greeter[936]: Reading session (1) from "/usr/share/wayland-sessions/plasma.desktop"
May 15 13:22:44 archpc systemd[1]: Starting Daemon for power management...
May 15 13:22:44 archpc systemd[1]: Started Daemon for power management.
May 15 13:22:44 archpc plasma-login-greeter[936]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.21'
May 15 13:22:44 archpc plasma-login-greeter[936]: Unknown message received from daemon.
May 15 13:22:44 archpc plasma-login-greeter[936]: Unknown message received from daemon.
May 15 13:22:44 archpc plasma-login-greeter[936]: Unknown message received from daemon.
May 15 13:22:44 archpc plasma-login-greeter[936]: Unknown message received from daemon.
May 15 13:22:44 archpc plasma-login-greeter[936]: Unknown message received from daemon.
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/ldac
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSink/aptx_hd
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx_hd
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSink/aptx
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSink/aac
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aac
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSink/opus_g
May 15 13:22:44 archpc wireplumber[940]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
May 15 13:22:44 archpc wireplumber[940]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/opus_g
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSink/sbc
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/sbc
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx_ll_1
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx_ll_0
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
May 15 13:22:44 archpc kernel: Bluetooth: RFCOMM TTY layer initialized
May 15 13:22:44 archpc kernel: Bluetooth: RFCOMM socket layer initialized
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/faststream
May 15 13:22:44 archpc kernel: Bluetooth: RFCOMM ver 1.11
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/faststream_duplex
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSink/opus_05
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/opus_05
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSink/opus_05_duplex
May 15 13:22:44 archpc bluetoothd[829]: Endpoint registered: sender=:1.22 path=/MediaEndpoint/A2DPSource/opus_05_duplex
May 15 13:22:46 archpc wpa_supplicant[847]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 15 13:22:46 archpc wpa_supplicant[847]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5805 max_tx_power=2000 no_ir=1
May 15 13:22:46 archpc wpa_supplicant[847]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5805 max_tx_power=2000
May 15 13:22:46 archpc NetworkManager[733]: <info> [1778869366.9810] policy: auto-activating connection 'Alice' (a746ba9b-eaa2-40c9-a11e-9dccc05f2e91)
May 15 13:22:46 archpc NetworkManager[733]: <info> [1778869366.9812] device (wlp15s0): Activation: starting connection 'Alice' (a746ba9b-eaa2-40c9-a11e-9dccc05f2e91)
May 15 13:22:46 archpc NetworkManager[733]: <info> [1778869366.9812] device (wlp15s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
May 15 13:22:46 archpc NetworkManager[733]: <info> [1778869366.9813] manager: NetworkManager state is now CONNECTING
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0028] device (wlp15s0): set-hw-addr: reset MAC address to 60:FF:9E:3E:BA:80 (preserve)
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0801] device (wlp15s0): state change: prepare -> config (reason 'none', managed-type: 'full')
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0803] device (wlp15s0): Activation: (wifi) access point 'Alice' has security, but secrets are required.
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0803] device (wlp15s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0804] device (wlp15s0): supplicant interface state: disconnected -> interface_disabled
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0804] device (p2p-dev-wlp15s0): supplicant management interface state: disconnected -> interface_disabled
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0806] device (wlp15s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0807] device (wlp15s0): state change: prepare -> config (reason 'none', managed-type: 'full')
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0807] device (wlp15s0): Activation: (wifi) connection 'Alice' has security, and secrets exist. No new secrets needed.
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0807] Config: added 'ssid' value 'Alice'
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0808] Config: added 'scan_ssid' value '1'
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0808] Config: added 'bgscan' value 'simple:30:-65:300'
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0808] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0808] Config: added 'auth_alg' value 'OPEN'
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0808] Config: added 'psk' value '<hidden>'
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0992] device (wlp15s0): supplicant interface state: interface_disabled -> inactive
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.0992] device (p2p-dev-wlp15s0): supplicant management interface state: interface_disabled -> inactive
May 15 13:22:47 archpc wpa_supplicant[847]: wlp15s0: SME: Trying to authenticate with 9a:b6:a3:38:dd:d7 (SSID='Alice' freq=5220 MHz)
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.2446] device (wlp15s0): supplicant interface state: inactive -> authenticating
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.2446] device (p2p-dev-wlp15s0): supplicant management interface state: inactive -> authenticating
May 15 13:22:47 archpc wpa_supplicant[847]: wlp15s0: Trying to associate with 9a:b6:a3:38:dd:d7 (SSID='Alice' freq=5220 MHz)
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.2449] device (wlp15s0): supplicant interface state: authenticating -> associating
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.2449] device (p2p-dev-wlp15s0): supplicant management interface state: authenticating -> associating
May 15 13:22:47 archpc kernel: wlp15s0: authenticate with 9a:b6:a3:38:dd:d7 (local address=60:ff:9e:3e:ba:80)
May 15 13:22:47 archpc kernel: wlp15s0: send auth to 9a:b6:a3:38:dd:d7 (try 1/3)
May 15 13:22:47 archpc kernel: wlp15s0: authenticated
May 15 13:22:47 archpc kernel: wlp15s0: associate with 9a:b6:a3:38:dd:d7 (try 1/3)
May 15 13:22:47 archpc kernel: wlp15s0: RX AssocResp from 9a:b6:a3:38:dd:d7 (capab=0x1831 status=0 aid=22)
May 15 13:22:47 archpc wpa_supplicant[847]: wlp15s0: Associated with 9a:b6:a3:38:dd:d7
May 15 13:22:47 archpc wpa_supplicant[847]: wlp15s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 15 13:22:47 archpc kernel: wlp15s0: associated
May 15 13:22:47 archpc kernel: wlp15s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 9a:b6:a3:38:dd:d7
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.4012] device (wlp15s0): supplicant interface state: associating -> associated
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.4013] device (p2p-dev-wlp15s0): supplicant management interface state: associating -> associated
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.4083] device (wlp15s0): supplicant interface state: associated -> 4way_handshake
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.4083] device (p2p-dev-wlp15s0): supplicant management interface state: associated -> 4way_handshake
May 15 13:22:47 archpc wpa_supplicant[847]: wlp15s0: WPA: Key negotiation completed with 9a:b6:a3:38:dd:d7 [PTK=CCMP GTK=CCMP]
May 15 13:22:47 archpc wpa_supplicant[847]: wlp15s0: CTRL-EVENT-CONNECTED - Connection to 9a:b6:a3:38:dd:d7 completed [id=0 id_str=]
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.4805] device (wlp15s0): supplicant interface state: 4way_handshake -> completed
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.4805] device (wlp15s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Alice"
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.4805] device (p2p-dev-wlp15s0): supplicant management interface state: 4way_handshake -> completed
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.4806] device (wlp15s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.4808] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.4879] dhcp4 (wlp15s0): state changed new lease, address=192.168.1.74, acd pending
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.6657] dhcp4 (wlp15s0): state changed new lease, address=192.168.1.74
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.6663] policy: set 'Alice' (wlp15s0) as default for IPv4 routing and DNS
May 15 13:22:47 archpc dbus-broker-launch[731]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.6796] device (wlp15s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.6802] device (wlp15s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.6802] device (wlp15s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.6803] manager: NetworkManager state is now CONNECTED_SITE
May 15 13:22:47 archpc NetworkManager[733]: <info> [1778869367.6804] device (wlp15s0): Activation: successful, device activated.
May 15 13:22:48 archpc systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 15 13:22:48 archpc NetworkManager[733]: <info> [1778869368.0628] manager: NetworkManager state is now CONNECTED_GLOBAL
May 15 13:22:49 archpc NetworkManager[733]: <info> [1778869369.1881] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:22:49 archpc NetworkManager[733]: <info> [1778869369.1886] policy: set 'Alice' (wlp15s0) as default for IPv6 routing and DNS
May 15 13:22:49 archpc kernel: logitech-hidpp-device 0003:046D:4074.000B: HID++ 4.2 device connected.
May 15 13:22:49 archpc NetworkManager[733]: <info> [1778869369.1949] dhcp6 (wlp15s0): state changed new lease
May 15 13:22:52 archpc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 15 13:22:52 archpc plasmalogin[846]: Message received from greeter: Login
May 15 13:22:52 archpc plasmalogin[846]: start auth user true "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
May 15 13:22:52 archpc plasmalogin[846]: Session "/usr/share/wayland-sessions/plasma.desktop" selected, command: "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" for VT 2 "wayland"
May 15 13:22:52 archpc plasmalogin-helper[1071]: [PAM] Starting...
May 15 13:22:52 archpc plasmalogin-helper[1071]: [PAM] Authenticating...
May 15 13:22:52 archpc plasmalogin-helper[1071]: [PAM] Preparing to converse...
May 15 13:22:52 archpc plasmalogin-helper[1071]: [PAM] Conversation with 1 messages
May 15 13:22:52 archpc plasmalogin-helper[1071]: pam_kwallet5(plasmalogin:auth): pam_kwallet5: pam_sm_authenticate
May 15 13:22:52 archpc plasmalogin-helper[1071]: [PAM] returning.
May 15 13:22:52 archpc plasmalogin[846]: Authentication for user "quin" successful
May 15 13:22:52 archpc plasma-login-greeter[936]: Message received from daemon: LoginSucceeded
May 15 13:22:52 archpc plasmalogin-helper[1071]: pam_kwallet5(plasmalogin:setcred): pam_kwallet5: pam_sm_setcred
May 15 13:22:52 archpc plasmalogin-helper[1071]: pam_unix(plasmalogin:session): session opened for user quin(uid=1000) by quin(uid=0)
May 15 13:22:52 archpc systemd-logind[734]: New session '2' of user 'quin' with class 'user' and type 'wayland'.
May 15 13:22:52 archpc systemd[1]: Created slice User Slice of UID 1000.
May 15 13:22:52 archpc systemd[1]: Starting User Runtime Directory /run/user/1000...
May 15 13:22:52 archpc systemd-user-runtime-dir[1075]: Successfully configured disk quota for UID 1000 on /tmp to 24.6G
May 15 13:22:52 archpc systemd-user-runtime-dir[1075]: Successfully configured disk quota for UID 1000 on /dev/shm to 24.6G
May 15 13:22:52 archpc systemd[1]: Finished User Runtime Directory /run/user/1000.
May 15 13:22:52 archpc systemd[1]: Starting User Manager for UID 1000...
May 15 13:22:52 archpc (systemd)[1077]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[quin] ruser=[<unknown>] rhost=[<unknown>]
May 15 13:22:52 archpc (systemd)[1077]: pam_unix(systemd-user:session): session opened for user quin(uid=1000) by quin(uid=0)
May 15 13:22:52 archpc systemd-logind[734]: New session '3' of user 'quin' with class 'manager' and type 'unspecified'.
May 15 13:22:52 archpc systemd[1077]: Queued start job for default target Main User Target.
May 15 13:22:52 archpc systemd[1077]: Created slice User Application Slice.
May 15 13:22:52 archpc systemd[1077]: Created slice User Core Session Slice.
May 15 13:22:52 archpc systemd[1077]: Reached target Paths.
May 15 13:22:52 archpc systemd[1077]: Reached target Timers.
May 15 13:22:52 archpc systemd[1077]: Starting D-Bus User Message Bus Socket...
May 15 13:22:52 archpc systemd[1077]: Listening on GnuPG network certificate management daemon.
May 15 13:22:52 archpc systemd[1077]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 15 13:22:52 archpc systemd[1077]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 15 13:22:52 archpc systemd[1077]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 15 13:22:52 archpc systemd[1077]: Listening on GnuPG cryptographic agent and passphrase cache.
May 15 13:22:52 archpc systemd[1077]: Listening on GnuPG public key management service.
May 15 13:22:52 archpc systemd[1077]: Listening on p11-kit server.
May 15 13:22:52 archpc systemd[1077]: Listening on PipeWire PulseAudio.
May 15 13:22:52 archpc systemd[1077]: Listening on PipeWire Multimedia System Sockets.
May 15 13:22:52 archpc systemd[1077]: Listening on Query the User Interactively for a Password.
May 15 13:22:52 archpc systemd[1077]: Listening on Disk Image Download Service Socket.
May 15 13:22:52 archpc systemd[1077]: Listening on Journal Log Access Socket.
May 15 13:22:52 archpc systemd[1077]: Listening on Virtual Machine and Container Registration Service Socket.
May 15 13:22:52 archpc systemd[1077]: Listening on D-Bus User Message Bus Socket.
May 15 13:22:52 archpc systemd[1077]: Reached target Sockets.
May 15 13:22:52 archpc systemd[1077]: Starting D-Bus User Message Bus...
May 15 13:22:52 archpc dbus-broker-launch[1085]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
May 15 13:22:52 archpc dbus-broker-launch[1085]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
May 15 13:22:52 archpc dbus-broker-launch[1085]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
May 15 13:22:52 archpc dbus-broker-launch[1085]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
May 15 13:22:52 archpc dbus-broker-launch[1085]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
May 15 13:22:52 archpc systemd[1077]: Started D-Bus User Message Bus.
May 15 13:22:52 archpc dbus-broker-launch[1085]: Ready
May 15 13:22:52 archpc systemd[1077]: Reached target Basic System.
May 15 13:22:52 archpc systemd[1]: Started User Manager for UID 1000.
May 15 13:22:52 archpc systemd[1077]: Started PipeWire Multimedia Service.
May 15 13:22:52 archpc systemd[1]: Started Session 2 of User quin.
May 15 13:22:52 archpc systemd[1077]: Started Multimedia Service Session Manager.
May 15 13:22:52 archpc plasmalogin-helper[1071]: pam_kwallet5(plasmalogin:session): pam_kwallet5: pam_sm_open_session
May 15 13:22:52 archpc systemd[1077]: Started PipeWire PulseAudio.
May 15 13:22:52 archpc systemd[1077]: Reached target Main User Target.
May 15 13:22:52 archpc systemd[1077]: Startup finished in 67ms.
May 15 13:22:52 archpc rtkit-daemon[944]: Successfully made thread 1090 of process 1090 owned by '1000' high priority at nice level -11.
May 15 13:22:52 archpc rtkit-daemon[944]: Successfully made thread 1089 of process 1089 owned by '1000' high priority at nice level -11.
May 15 13:22:52 archpc rtkit-daemon[944]: Successfully made thread 1088 of process 1088 owned by '1000' high priority at nice level -11.
May 15 13:22:52 archpc plasmalogin-helper[1106]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
May 15 13:22:52 archpc rtkit-daemon[944]: Successfully made thread 1097 of process 1088 owned by '1000' RT at priority 20.
May 15 13:22:52 archpc plasmalogin-helper[1071]: Starting Wayland user session: "/usr/share/plasmalogin/scripts/wayland-session" "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
May 15 13:22:52 archpc plasmalogin-helper[1109]: Jumping to VT 2
May 15 13:22:52 archpc plasmalogin-helper[1109]: VT mode didn't need to be fixed
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/ldac
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSink/aptx_hd
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx_hd
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSink/aptx
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSink/aac
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aac
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSink/opus_g
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/opus_g
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSink/sbc
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/sbc
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx_ll_1
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx_ll_0
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/faststream
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/faststream_duplex
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSink/opus_05
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/opus_05
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSink/opus_05_duplex
May 15 13:22:52 archpc bluetoothd[829]: Endpoint unregistered: sender=:1.22 path=/MediaEndpoint/A2DPSource/opus_05_duplex
May 15 13:22:52 archpc kwin_wayland[886]: atomic commit failed: Permission denied
May 15 13:22:52 archpc rtkit-daemon[944]: Successfully made thread 1100 of process 1090 owned by '1000' RT at priority 20.
May 15 13:22:52 archpc plasmalogin[846]: Session started true
May 15 13:22:52 archpc rtkit-daemon[944]: Successfully made thread 1104 of process 1089 owned by '1000' RT at priority 20.
May 15 13:22:52 archpc systemd[860]: Reached target Sound Card.
May 15 13:22:52 archpc systemd[1077]: Reached target Sound Card.
May 15 13:22:52 archpc systemd[1077]: Reload requested from client PID 1109 ('startplasma-way')...
May 15 13:22:52 archpc systemd[1077]: Reloading...
May 15 13:22:52 archpc systemd[1077]: Reloading finished in 57 ms.
May 15 13:22:52 archpc systemd[1077]: Created slice Slice /app/dbus-:1.1-org.kde.KSplash.
May 15 13:22:52 archpc systemd[1077]: Started dbus-:1.1-org.kde.KSplash@0.service.
May 15 13:22:52 archpc systemd[1077]: Created slice User Background Tasks Slice.
May 15 13:22:52 archpc systemd[1077]: Starting KDE Global Shortcuts Server...
May 15 13:22:52 archpc systemd[1077]: Starting KDE Wayland Compositor...
May 15 13:22:52 archpc systemd[1077]: Starting User folders update...
May 15 13:22:52 archpc systemd[1077]: Starting Baloo File Indexer Daemon...
May 15 13:22:52 archpc systemd[1077]: Finished User folders update.
May 15 13:22:52 archpc systemd[1077]: Reached target Session services which should run early before the graphical session is brought up.
May 15 13:22:52 archpc systemd[1077]: Started KDE Wayland Compositor.
May 15 13:22:52 archpc systemd[1077]: Starting KDE Config Module Initialization...
May 15 13:22:52 archpc systemd[1077]: Started KDE Global Shortcuts Server.
May 15 13:22:52 archpc systemd[1077]: Starting Portal service...
May 15 13:22:52 archpc systemd[1077]: Started Baloo File Indexer Daemon.
May 15 13:22:52 archpc systemd[1]: Starting Disk Manager...
May 15 13:22:52 archpc systemd[1077]: Starting sandboxed app permission store...
May 15 13:22:52 archpc systemd[1077]: Started sandboxed app permission store.
May 15 13:22:52 archpc systemd[1077]: Starting flatpak document portal service...
May 15 13:22:52 archpc systemd[1077]: Started flatpak document portal service.
May 15 13:22:52 archpc /usr/lib/xdg-desktop-portal[1154]: Choosing gtk.portal for org.freedesktop.impl.portal.Lockdown as a last-resort fallback
May 15 13:22:52 archpc kernel: nvme nvme0: using unchecked data buffer
May 15 13:22:52 archpc kwin_wayland[1148]: No backend specified, automatically choosing drm
May 15 13:22:52 archpc systemd[1]: Started Disk Manager.
May 15 13:22:53 archpc kwin_wayland[886]: Failed to open drm node: "/dev/dri/card0"
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/ldac
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/aptx_hd
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/aptx_hd
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/aptx
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/aptx
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/aac
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/aac
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/opus_g
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/opus_g
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/sbc
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/sbc
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/aptx_ll_1
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/aptx_ll_0
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/faststream
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/faststream_duplex
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/opus_05
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/opus_05
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/opus_05_duplex
May 15 13:22:53 archpc bluetoothd[829]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/opus_05_duplex
May 15 13:22:53 archpc wireplumber[1089]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
May 15 13:22:53 archpc wireplumber[1089]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
May 15 13:22:53 archpc systemd[1077]: Starting KDE Night Time Service...
May 15 13:22:53 archpc systemd[1077]: Started KDE Night Time Service.
May 15 13:22:53 archpc kwin_wayland_wrapper[1250]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 15 13:22:53 archpc kwin_wayland_wrapper[1250]: > Warning: Multiple symbols for level 1/group 1 on key <FK23>
May 15 13:22:53 archpc kwin_wayland_wrapper[1250]: > Using F23, ignoring XF86TouchpadOff
May 15 13:22:53 archpc kwin_wayland_wrapper[1250]: > Warning: Symbol map for key <FK23> redefined
May 15 13:22:53 archpc kwin_wayland_wrapper[1250]: > Using last definition for conflicting fields
May 15 13:22:53 archpc kwin_wayland_wrapper[1250]: > Warning: Symbol map for key <FK24> redefined
May 15 13:22:53 archpc kwin_wayland_wrapper[1250]: > Using last definition for conflicting fields
May 15 13:22:53 archpc kwin_wayland_wrapper[1250]: Errors from xkbcomp are not fatal to the X server
May 15 13:22:53 archpc kwin_wayland_wrapper[1254]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 15 13:22:53 archpc kwin_wayland_wrapper[1254]: > Warning: Unsupported maximum keycode 709, clipping.
May 15 13:22:53 archpc kwin_wayland_wrapper[1254]: > X11 cannot support keycodes above 255.
May 15 13:22:53 archpc kwin_wayland_wrapper[1254]: > Warning: Virtual modifier Hyper multiply defined
May 15 13:22:53 archpc kwin_wayland_wrapper[1254]: > Using 0, ignoring 0
May 15 13:22:53 archpc kwin_wayland_wrapper[1254]: > Warning: Virtual modifier ScrollLock multiply defined
May 15 13:22:53 archpc kwin_wayland_wrapper[1254]: > Using 0, ignoring 0
May 15 13:22:53 archpc kwin_wayland_wrapper[1254]: Errors from xkbcomp are not fatal to the X server
May 15 13:22:53 archpc systemd[1077]: Starting Accessibility services bus...
May 15 13:22:53 archpc systemd[1077]: Started Accessibility services bus.
May 15 13:22:53 archpc dbus-broker-launch[1273]: Ready
May 15 13:22:53 archpc systemd[1077]: Started KDE Config Module Initialization.
May 15 13:22:53 archpc systemd[1077]: Starting KDE Session Management Server...
May 15 13:22:53 archpc systemd[1077]: Started Unlock kwallet from pam credentials.
May 15 13:22:53 archpc systemd[1077]: Starting KDE Daemon 6...
May 15 13:22:53 archpc pam_kwallet_init[1282]: 2026/05/15 13:22:53 socat[1282] W address is opened in read-write mode but only supports read-only
May 15 13:22:53 archpc systemd[1077]: Started KDE Daemon 6.
May 15 13:22:53 archpc systemd[1077]: Starting KDE Configuration Module Initialization (Phase 1)...
May 15 13:22:53 archpc kded6[1280]: QDBusObjectPath: invalid path "/modules/wpad-detector"
May 15 13:22:53 archpc kded6[1280]: The kded module name "wpad-detector" is invalid!
May 15 13:22:53 archpc kded6[1280]: QDBusObjectPath: invalid path "/modules/oom-notifier"
May 15 13:22:53 archpc kded6[1280]: The kded module name "oom-notifier" is invalid!
May 15 13:22:53 archpc kded6[1280]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
May 15 13:22:53 archpc kded6[1280]: The kded module name "plasma-session-shortcuts" is invalid!
May 15 13:22:53 archpc NetworkManager[733]: <info> [1778869373.6005] agent-manager: agent[a7afc939640ce31b,:1.38/org.kde.plasma.networkmanagement/1000]: agent registered
May 15 13:22:53 archpc systemd[1077]: Finished KDE Configuration Module Initialization (Phase 1).
May 15 13:22:53 archpc pipewire-pulse[1090]: mod.protocol-pulse: setsockopt(SO_PRIORITY) failed: Bad file descriptor
May 15 13:22:53 archpc pipewire-pulse[1090]: mod.protocol-pulse: client 0x55db43c797d0: no peercred: Bad file descriptor
May 15 13:22:53 archpc pipewire-pulse[1090]: mod.protocol-pulse: setsockopt(SO_PRIORITY) failed: Bad file descriptor
May 15 13:22:53 archpc pipewire-pulse[1090]: mod.protocol-pulse: client 0x55db43c7a340: no peercred: Bad file descriptor
May 15 13:22:53 archpc systemd[1077]: Started KDE Session Management Server.
May 15 13:22:53 archpc systemd[1077]: Starting KDE Plasma Workspace...
May 15 13:22:53 archpc systemd[1077]: Created slice Slice /app/dbus-:1.22-org.a11y.atspi.Registry.
May 15 13:22:53 archpc systemd[1077]: Started dbus-:1.22-org.a11y.atspi.Registry@0.service.
May 15 13:22:53 archpc at-spi2-registryd[1344]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 15 13:22:53 archpc dbus-broker-launch[731]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
May 15 13:22:53 archpc kded6[1280]: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner"
"Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
May 15 13:22:53 archpc kded6[1280]: PendingCall Error: "The name is not activatable"
May 15 13:22:53 archpc kded6[1280]: No object for name "alsa_output.pci-0000_03_00.1.hdmi-stereo.monitor"
May 15 13:22:53 archpc systemd[1077]: Starting KActivityManager Activity manager Service...
May 15 13:22:53 archpc systemd[1077]: Started KDE Plasma Workspace.
May 15 13:22:53 archpc systemd[1077]: Reached target KDE Plasma Workspace Core.
May 15 13:22:53 archpc systemd[1077]: Started Proxies GTK DBus menus to a Plasma readable format.
May 15 13:22:53 archpc systemd[1077]: Started KAccess.
May 15 13:22:53 archpc systemd[1077]: Starting KDE PolicyKit Authentication Agent...
May 15 13:22:53 archpc systemd[1077]: Starting Powerdevil...
May 15 13:22:53 archpc systemd[1077]: Started Handle legacy xembed system tray icons.
May 15 13:22:53 archpc kaccess[1370]: Xlib XKB extension major= 1 minor= 0
May 15 13:22:53 archpc org_kde_powerdevil[1372]: Starting libddcutil. library built Not set at Not set. stdout_stderr_redirected=true
May 15 13:22:53 archpc systemd[1077]: Started KActivityManager Activity manager Service.
May 15 13:22:53 archpc org_kde_powerdevil[1372]: Starting. library built Not set at Not set, library_initialized=false, libopts=|(null)|
May 15 13:22:53 archpc org_kde_powerdevil[1372]: Initializing libddcutil. ddcutil version: 2.2.7, shared library: /usr/lib/libddcutil.so.5.5.1
May 15 13:22:53 archpc org_kde_powerdevil[1372]: library built Not set at Not set. stdout_stderr_redirected=true
May 15 13:22:53 archpc org_kde_powerdevil[1372]: (ddci_init ) Calling ldbus_start_sleep_watch_thread...
May 15 13:22:53 archpc org_kde_powerdevil[1372]: [ 1372] Options passed from client:
May 15 13:22:53 archpc org_kde_powerdevil[1372]: [ 1372] Applying combined libddcutil options:
May 15 13:22:53 archpc plasmashell[1340]: Could not find required file "mainscript" for package "/usr/share/plasma/plasmoids/org.kde.plasma.icontasks/" should be QList("ui/main.qml")
May 15 13:22:53 archpc systemd[1077]: Started KDE PolicyKit Authentication Agent.
May 15 13:22:53 archpc polkit-kde-authentication-agent-1[1371]: New PolkitAgentListener 0x55b6b249e890
May 15 13:22:53 archpc polkit-kde-authentication-agent-1[1371]: Adding new listener PolkitQt1::Agent::Listener(0x55b6b2681100) for 0x55b6b249e890
May 15 13:22:53 archpc polkit-kde-authentication-agent-1[1371]: Listener online
May 15 13:22:53 archpc polkit-kde-authentication-agent-1[1371]: Authentication agent result: true
May 15 13:22:53 archpc org_kde_powerdevil[1372]: [ 1372][ 0.045571] (ldbus_pause_if_recent_return_from_sleep)Pausing for 483
May 15 13:22:53 archpc kaccess[1370]: X server XKB extension major= 1 minor= 0
May 15 13:22:53 archpc systemd[1077]: Starting User preferences database...
May 15 13:22:53 archpc plasmashell[1340]: Member visible of the object PlasmaQuick::Dialog overrides a member of the base object. Consider renaming it or adding final or override specifier
May 15 13:22:53 archpc plasmashell[1340]: Member enabled of the object DeclarativeDropArea overrides a member of the base object. Consider renaming it or adding final or override specifier
May 15 13:22:53 archpc systemd[1077]: Started User preferences database.
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372][ 0.528651] paused for 483 millisec at start of i2c_open_bus_basic()
May 15 13:22:54 archpc plasmashell[1340]: Entry is not valid "org.kde.kontact.desktop" 0x55789363eaa0
May 15 13:22:54 archpc plasmashell[1340]: Entry is not valid "org.kde.discover.desktop" 0x55789363eaa0
May 15 13:22:54 archpc plasmashell[1340]: Entry is not valid "org.kde.kontact.desktop" 0x55789363eaa0
May 15 13:22:54 archpc plasmashell[1340]: Entry is not valid "org.kde.discover.desktop" 0x55789363eaa0
May 15 13:22:54 archpc pipewire-pulse[1090]: mod.protocol-pulse: setsockopt(SO_PRIORITY) failed: Bad file descriptor
May 15 13:22:54 archpc pipewire-pulse[1090]: mod.protocol-pulse: client 0x55db43cd18f0: no peercred: Bad file descriptor
May 15 13:22:54 archpc pipewire-pulse[1090]: mod.protocol-pulse: setsockopt(SO_PRIORITY) failed: Bad file descriptor
May 15 13:22:54 archpc pipewire-pulse[1090]: mod.protocol-pulse: client 0x55db43d11300: no peercred: Bad file descriptor
May 15 13:22:54 archpc org_kde_powerdevil[1372]: Library initialization complete.
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372][ 0.836152] (ddci_init) Done. Returning 0
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372] Starting ddca_start_watch_displays()
May 15 13:22:54 archpc org_kde_powerdevil[1372]: Watching for DPMS state changes unimplemented
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372] Watching for DPMS state changes unimplemented
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372][ 0.837497] Time since library initialized: 0.837497 seconds
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372][ 0.837499] Extra delay starting dw_start_watch_displays: 0 millisec
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372] Watching for display connection changes, resolved watch mode = Watch_Mode_Udev, poll loop interval = 500 millisec
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372] initial_stabilization_millisec: 0, stabilization_poll_millisec: 100
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372] libddcutil recheck thread 0x55e1b5fab4f0 started
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372] libddcutil watch thread 0x55e1b5f6ef40 started
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372] Done ddca_start_watch_displays returning OK - OK(0): success
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372][ 0.849795] (ddca_get_display_refs) Returned DDCA_Display_Ref list:
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1372][ 0.849797] DDCA_Display_Ref Display_Ref[1:bus /dev/i2c-8 @0x55e1b5f5b460]
May 15 13:22:54 archpc org_kde_powerdevil[1372]: [ 1488][ 0.849801] Recheck interval: Sleeping for 200 milliseconds
May 15 13:22:54 archpc systemd[1]: Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.discretegpuhelper.
May 15 13:22:54 archpc systemd[1]: Started dbus-:1.1-org.kde.powerdevil.discretegpuhelper@0.service.
May 15 13:22:54 archpc bluetoothd[829]: Failed to set mode: Failed (0x03)
May 15 13:22:54 archpc kded6[1280]: PendingCall Error: "Failed"
May 15 13:22:54 archpc systemd[1]: Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.chargethresholdhelper.
May 15 13:22:54 archpc systemd[1]: Started dbus-:1.1-org.kde.powerdevil.chargethresholdhelper@0.service.
May 15 13:22:54 archpc systemd[1077]: Started Alacritty - Terminal.
May 15 13:22:54 archpc systemd[1]: Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.backlighthelper.
May 15 13:22:54 archpc systemd[1]: Started dbus-:1.1-org.kde.powerdevil.backlighthelper@0.service.
May 15 13:22:54 archpc backlighthelper[1523]: no kernel backlight interface found
May 15 13:22:54 archpc org_kde_powerdevil[1372]: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
May 15 13:22:54 archpc org_kde_powerdevil[1372]: org.kde.powerdevil.backlighthelper.brightness failed
May 15 13:22:54 archpc systemd[1]: Starting Power Profiles daemon...
May 15 13:22:54 archpc systemd[1077]: Started Powerdevil.
May 15 13:22:54 archpc systemd[1077]: Reached target KDE Plasma Workspace.
May 15 13:22:54 archpc systemd[1077]: Reached target Current graphical user session.
May 15 13:22:54 archpc systemd[1077]: Reached target plasma-workspace-wayland.target.
May 15 13:22:54 archpc systemd[1077]: Starting Plasma Session Restore...
May 15 13:22:54 archpc systemd[1077]: Starting xapp-sn-watcher...
May 15 13:22:54 archpc systemd[1077]: Starting KDE Session Restoration...
May 15 13:22:54 archpc systemd[1077]: Starting Portal service (GTK/GNOME implementation)...
May 15 13:22:54 archpc org_kde_powerdevil[1372]: Handle button events action could not check for screen configuration
May 15 13:22:54 archpc systemd[1077]: Finished KDE Session Restoration.
May 15 13:22:54 archpc org_kde_powerdevil[1372]: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
May 15 13:22:54 archpc systemd[1]: Started Power Profiles daemon.
May 15 13:22:54 archpc systemd[1077]: Started Plasma Session Restore.
May 15 13:22:54 archpc systemd[1077]: Started xapp-sn-watcher.
May 15 13:22:54 archpc systemd[1077]: Reached target Startup of XDG autostart applications.
May 15 13:22:54 archpc systemd[1077]: Started Portal service (GTK/GNOME implementation).
May 15 13:22:54 archpc systemd[1077]: Starting Xdg Desktop Portal For KDE...
May 15 13:22:54 archpc plasmashell[1340]: No object for name "alsa_output.pci-0000_03_00.1.hdmi-stereo.monitor"
May 15 13:22:54 archpc systemd[1077]: Started Xdg Desktop Portal For KDE.
May 15 13:22:54 archpc systemd[1077]: Started Portal service.
May 15 13:22:54 archpc kwin_wayland[1148]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/1148/root")
May 15 13:22:54 archpc ksmserver[1278]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ksmserver'")
May 15 13:22:54 archpc kded6[1280]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.kded6'")
May 15 13:22:54 archpc gmenudbusmenuproxy[1369]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.gmenudbusmenuproxy'")
May 15 13:22:54 archpc xembedsniproxy[1373]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.xembedsniproxy'")
May 15 13:22:54 archpc kactivitymanagerd[1368]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ActivityManager'")
May 15 13:22:54 archpc polkit-kde-authentication-agent-1[1371]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/1371/root")
May 15 13:22:54 archpc org_kde_powerdevil[1372]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.org_kde_powerdevil'")
May 15 13:22:54 archpc org_kde_powerdevil[1372]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
May 15 13:22:54 archpc polkit-kde-authentication-agent-1[1371]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/1371/root")
May 15 13:22:54 archpc kaccess[1370]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
May 15 13:22:54 archpc xdg-desktop-portal-kde[1632]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
May 15 13:22:54 archpc xembedsniproxy[1373]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.xembedsniproxy'")
May 15 13:22:54 archpc gmenudbusmenuproxy[1369]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.gmenudbusmenuproxy'")
May 15 13:22:54 archpc kactivitymanagerd[1368]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ActivityManager'")
May 15 13:22:54 archpc ksmserver[1278]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ksmserver'")
May 15 13:22:54 archpc plasmashell[1340]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
May 15 13:22:54 archpc kded6[1280]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.kded6'")
May 15 13:22:54 archpc ksecretd[1108]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
May 15 13:22:54 archpc kwin_wayland[1148]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/1148/root")
May 15 13:22:57 archpc plasmalogin[846]: Greeter stopping...
May 15 13:22:57 archpc plasmalogin-helper[849]: Signal received: SIGTERM
May 15 13:22:57 archpc systemd[860]: Stopped target plasma-login-wayland.target.
May 15 13:22:57 archpc systemd[860]: Stopping Plasma Login...
May 15 13:22:57 archpc systemd[860]: Stopping Plasma Wallpaper on Login screen...
May 15 13:22:57 archpc plasmalogin-helper[849]: [PAM] Closing session
May 15 13:22:57 archpc plasmalogin-helper[849]: pam_unix(plasmalogin-greeter:session): session closed for user plasmalogin
May 15 13:22:57 archpc plasmalogin-helper[849]: [PAM] Ended.
May 15 13:22:57 archpc plasmalogin[846]: Auth: plasmalogin-helper exited with 255
May 15 13:22:57 archpc plasmalogin[846]: Greeter stopped. PLASMALOGIN::Auth::HelperExitStatus(255)
May 15 13:22:57 archpc systemd[1]: session-c1.scope: Deactivated successfully.
May 15 13:22:57 archpc systemd-logind[734]: Session c1 logged out. Waiting for processes to exit.
May 15 13:22:57 archpc systemd-logind[734]: Removed session c1.
May 15 13:22:57 archpc systemd[860]: Stopped Plasma Wallpaper on Login screen.
May 15 13:22:57 archpc systemd[860]: plasma-wallpaper.service: Consumed 403ms CPU time over 13.711s wall clock time, 247.8M memory peak.
May 15 13:22:57 archpc systemd[860]: Stopped Plasma Login.
May 15 13:22:57 archpc systemd[860]: plasma-login.service: Consumed 430ms CPU time over 13.736s wall clock time, 109.1M memory peak.
May 15 13:22:57 archpc systemd[860]: Stopping KDE Window Manager (Login Manager Version)...
May 15 13:22:57 archpc systemd[860]: plasma-login-kwin_wayland.service: Main process exited, code=exited, status=15/n/a
May 15 13:22:57 archpc systemd[860]: plasma-login-kwin_wayland.service: Failed with result 'exit-code'.
May 15 13:22:57 archpc systemd[860]: Stopped KDE Window Manager (Login Manager Version).
May 15 13:22:57 archpc systemd[860]: plasma-login-kwin_wayland.service: Consumed 465ms CPU time over 14.316s wall clock time, 287.7M memory peak.
May 15 13:23:04 archpc systemd[1]: dbus-:1.1-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
May 15 13:00:00 archpc CROND[8864]: (root) CMD (timeshift --check --scripted)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Mounted '/dev/nvme1n1p2' at '/run/timeshift/8864/backup')
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Daily snapshots are enabled)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Last daily snapshot is 1 hours old)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (------------------------------------------------------------------------------)
May 15 13:00:00 archpc crontab[8875]: (root) LIST (root)
May 15 13:00:00 archpc crontab[8876]: (root) LIST (root)
May 15 13:00:00 archpc systemd[1]: run-timeshift-8864-backup.mount: Deactivated successfully.
May 15 13:00:00 archpc CROND[8863]: (root) CMDEND (timeshift --check --scripted)
May 15 13:01:00 archpc CROND[8973]: (root) CMD (run-parts /etc/cron.hourly)
May 15 13:01:00 archpc CROND[8972]: (root) CMDEND (run-parts /etc/cron.hourly)
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: SME: Trying to authenticate with 9a:b6:a3:38:dd:d7 (SSID='Alice' freq=5220 MHz)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] device (wlp15s0): ip:dhcp4: restarting
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): canceled DHCP transaction
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): state changed no lease
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc kernel: wlp15s0: disconnect from AP 9a:b6:a3:48:dd:d7 for new auth to 9a:b6:a3:38:dd:d7
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] device (wlp15s0): ip:dhcp6: restarting
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): canceled DHCP transaction
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): state changed no lease
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
May 15 13:06:54 archpc kernel: wlp15s0: authenticate with 9a:b6:a3:38:dd:d7 (local address=60:ff:9e:3e:ba:80)
May 15 13:06:54 archpc kernel: wlp15s0: send auth to 9a:b6:a3:38:dd:d7 (try 1/3)
May 15 13:06:54 archpc kernel: wlp15s0: authenticated
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: Trying to associate with 9a:b6:a3:38:dd:d7 (SSID='Alice' freq=5220 MHz)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9884] device (wlp15s0): supplicant interface state: completed -> authenticating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9884] device (p2p-dev-wlp15s0): supplicant management interface state: completed -> authenticating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9890] device (wlp15s0): supplicant interface state: authenticating -> associating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9890] device (p2p-dev-wlp15s0): supplicant management interface state: authenticating -> associating
May 15 13:06:54 archpc kernel: wlp15s0: associate with 9a:b6:a3:38:dd:d7 (try 1/3)
May 15 13:06:55 archpc kernel: wlp15s0: RX ReassocResp from 9a:b6:a3:38:dd:d7 (capab=0x1831 status=0 aid=22)
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5220 max_tx_power=2000 no_ir=1
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5220 max_tx_power=2000
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: Associated with 9a:b6:a3:38:dd:d7
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 15 13:06:55 archpc kernel: wlp15s0: associated
May 15 13:06:55 archpc kernel: wlp15s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 9a:b6:a3:38:dd:d7
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1434] device (wlp15s0): supplicant interface state: associating -> associated
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1434] device (p2p-dev-wlp15s0): supplicant management interface state: associating -> associated
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1537] device (wlp15s0): supplicant interface state: associated -> 4way_handshake
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1537] device (p2p-dev-wlp15s0): supplicant management interface state: associated -> 4way_handshake
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: WPA: Key negotiation completed with 9a:b6:a3:38:dd:d7 [PTK=CCMP GTK=CCMP]
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-CONNECTED - Connection to 9a:b6:a3:38:dd:d7 completed [id=0 id_str=]
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1685] device (wlp15s0): supplicant interface state: 4way_handshake -> completed
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1744] device (wlp15s0): ip:dhcp4: restarting
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): canceled DHCP transaction
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): state changed no lease
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] device (wlp15s0): ip:dhcp6: restarting
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): canceled DHCP transaction
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): state changed no lease
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1825] device (p2p-dev-wlp15s0): supplicant management interface state: 4way_handshake -> completed
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2000] dhcp6 (wlp15s0): state changed new lease
May 15 13:06:56 archpc systemd[1]: Starting Network Manager Script Dispatcher Service...
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2109] dhcp4 (wlp15s0): state changed new lease, address=192.168.1.74, acd pending
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2111] dhcp4 (wlp15s0): state changed new lease, address=192.168.1.74
May 15 13:00:00 archpc CROND[8864]: (root) CMD (timeshift --check --scripted)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Mounted '/dev/nvme1n1p2' at '/run/timeshift/8864/backup')
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Daily snapshots are enabled)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Last daily snapshot is 1 hours old)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (------------------------------------------------------------------------------)
May 15 13:00:00 archpc crontab[8875]: (root) LIST (root)
May 15 13:00:00 archpc crontab[8876]: (root) LIST (root)
May 15 13:00:00 archpc systemd[1]: run-timeshift-8864-backup.mount: Deactivated successfully.
May 15 13:00:00 archpc CROND[8863]: (root) CMDEND (timeshift --check --scripted)
May 15 13:01:00 archpc CROND[8973]: (root) CMD (run-parts /etc/cron.hourly)
May 15 13:01:00 archpc CROND[8972]: (root) CMDEND (run-parts /etc/cron.hourly)
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: SME: Trying to authenticate with 9a:b6:a3:38:dd:d7 (SSID='Alice' freq=5220 MHz)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] device (wlp15s0): ip:dhcp4: restarting
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): canceled DHCP transaction
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): state changed no lease
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc kernel: wlp15s0: disconnect from AP 9a:b6:a3:48:dd:d7 for new auth to 9a:b6:a3:38:dd:d7
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] device (wlp15s0): ip:dhcp6: restarting
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): canceled DHCP transaction
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): state changed no lease
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
May 15 13:06:54 archpc kernel: wlp15s0: authenticate with 9a:b6:a3:38:dd:d7 (local address=60:ff:9e:3e:ba:80)
May 15 13:06:54 archpc kernel: wlp15s0: send auth to 9a:b6:a3:38:dd:d7 (try 1/3)
May 15 13:06:54 archpc kernel: wlp15s0: authenticated
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: Trying to associate with 9a:b6:a3:38:dd:d7 (SSID='Alice' freq=5220 MHz)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9884] device (wlp15s0): supplicant interface state: completed -> authenticating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9884] device (p2p-dev-wlp15s0): supplicant management interface state: completed -> authenticating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9890] device (wlp15s0): supplicant interface state: authenticating -> associating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9890] device (p2p-dev-wlp15s0): supplicant management interface state: authenticating -> associating
May 15 13:06:54 archpc kernel: wlp15s0: associate with 9a:b6:a3:38:dd:d7 (try 1/3)
May 15 13:06:55 archpc kernel: wlp15s0: RX ReassocResp from 9a:b6:a3:38:dd:d7 (capab=0x1831 status=0 aid=22)
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5220 max_tx_power=2000 no_ir=1
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5220 max_tx_power=2000
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: Associated with 9a:b6:a3:38:dd:d7
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 15 13:06:55 archpc kernel: wlp15s0: associated
May 15 13:06:55 archpc kernel: wlp15s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 9a:b6:a3:38:dd:d7
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1434] device (wlp15s0): supplicant interface state: associating -> associated
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1434] device (p2p-dev-wlp15s0): supplicant management interface state: associating -> associated
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1537] device (wlp15s0): supplicant interface state: associated -> 4way_handshake
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1537] device (p2p-dev-wlp15s0): supplicant management interface state: associated -> 4way_handshake
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: WPA: Key negotiation completed with 9a:b6:a3:38:dd:d7 [PTK=CCMP GTK=CCMP]
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-CONNECTED - Connection to 9a:b6:a3:38:dd:d7 completed [id=0 id_str=]
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1685] device (wlp15s0): supplicant interface state: 4way_handshake -> completed
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1744] device (wlp15s0): ip:dhcp4: restarting
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): canceled DHCP transaction
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): state changed no lease
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] device (wlp15s0): ip:dhcp6: restarting
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): canceled DHCP transaction
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): state changed no lease
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1825] device (p2p-dev-wlp15s0): supplicant management interface state: 4way_handshake -> completed
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2000] dhcp6 (wlp15s0): state changed new lease
May 15 13:06:56 archpc systemd[1]: Starting Network Manager Script Dispatcher Service...
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2109] dhcp4 (wlp15s0): state changed new lease, address=192.168.1.74, acd pending
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2111] dhcp4 (wlp15s0): state changed new lease, address=192.168.1.74
May 15 13:06:56 archpc systemd[1]: Started Network Manager Script Dispatcher Service.
May 15 13:07:06 archpc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 15 13:12:00 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 15 13:12:00 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5805 max_tx_power=2000 no_ir=1
May 15 13:12:00 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5805 max_tx_power=2000
May 15 13:14:42 archpc wpa_supplicant[846]: wlp15s0: RSN: Group rekeying completed with 9a:b6:a3:38:dd:d7 [GTK=CCMP]Here is the beginning of the second boot (From zen to LTS):
-- Boot 659326d894e644ec993f5a8dbbe24bee --
May 15 13:22:36 archlinux kernel: Linux version 6.18.30-1-lts (linux-lts@archlinux) (gcc (GCC) 16.1.1 20260430, GNU ld (GNU Binutils) 2.46.0) #1 SMP PREEMPT_DYNAMIC Thu, 14 May 2026 18:16:09 +0000
May 15 13:22:36 archlinux kernel: Command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img root=UUID=f5fdea1a-3851-4c32-a944-c84705967219 rw
May 15 13:22:36 archlinux kernel: BIOS-provided physical RAM map:
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000099fefff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x00000000099ff000-0x0000000009ffffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000000a210000-0x000000000affffff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b020fff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000000b021000-0x000000007818efff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000007818f000-0x000000009530efff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000009530f000-0x000000009730efff] ACPI NVS
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000009730f000-0x00000000973fefff] ACPI data
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x00000000973ff000-0x0000000097d87fff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000097d88000-0x0000000097d88fff] ACPI NVS
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000097d89000-0x0000000099331fff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000099332000-0x0000000099333fff] ACPI NVS
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000099334000-0x0000000099ff8fff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000099ff9000-0x0000000099ffbfff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000099ffc000-0x0000000099ffffff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000009a000000-0x000000009bffffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000103defffff] usable
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000103ef40000-0x00000010801fffff] reserved
May 15 13:22:36 archlinux kernel: BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
May 15 13:22:36 archlinux kernel: NX (Execute Disable) protection: active
May 15 13:22:36 archlinux kernel: APIC: Static calls initialized
May 15 13:22:36 archlinux kernel: efi: EFI v2.11 by American Megatrends
May 15 13:22:36 archlinux kernel: efi: ACPI=0x972f5000 ACPI 2.0=0x972f5014 TPMFinalLog=0x972c1000 SMBIOS=0x85e1e000 SMBIOS 3.0=0x85e1d000 MEMATTR=0x71e9e018 ESRT=0x732be198 RNG=0x97342f18 INITRD=0x6bf7cb18 TPMEventLog=0x97338018
May 15 13:22:36 archlinux kernel: random: crng init done
May 15 13:22:36 archlinux kernel: efi: Remove mem85: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
May 15 13:22:36 archlinux kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
May 15 13:22:36 archlinux kernel: efi: Remove mem86: MMIO range=[0xf7000000-0xfedfffff] (126MB) from e820 map
May 15 13:22:36 archlinux kernel: e820: remove [mem 0xf7000000-0xfedfffff] reserved
May 15 13:22:36 archlinux kernel: efi: Not removing mem87: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
May 15 13:22:36 archlinux kernel: efi: Remove mem88: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
May 15 13:22:36 archlinux kernel: e820: remove [mem 0xfee01000-0xffffffff] reserved
May 15 13:22:36 archlinux kernel: efi: Remove mem90: MMIO range=[0x1060000000-0x10801fffff] (514MB) from e820 map
May 15 13:22:36 archlinux kernel: e820: remove [mem 0x1060000000-0x10801fffff] reserved
May 15 13:22:36 archlinux kernel: SMBIOS 3.8.0 present.
May 15 13:22:36 archlinux kernel: DMI: Micro-Star International Co., Ltd. MS-7E26/PRO B650-S WIFI (MS-7E26), BIOS 1.N2 03/23/2026
May 15 13:22:36 archlinux kernel: DMI: Memory slots populated: 4/4
May 15 13:22:36 archlinux kernel: tsc: Fast TSC calibration using PIT
May 15 13:22:36 archlinux kernel: tsc: Detected 4500.392 MHz processor
May 15 13:22:36 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 15 13:22:36 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 15 13:22:36 archlinux kernel: last_pfn = 0x103df00 max_arch_pfn = 0x400000000
May 15 13:22:36 archlinux kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
May 15 13:22:36 archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
May 15 13:22:36 archlinux kernel: e820: update [mem 0xa0000000-0xffffffff] usable ==> reserved
May 15 13:00:00 archpc CROND[8864]: (root) CMD (timeshift --check --scripted)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Mounted '/dev/nvme1n1p2' at '/run/timeshift/8864/backup')
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Daily snapshots are enabled)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (Last daily snapshot is 1 hours old)
May 15 13:00:00 archpc CROND[8863]: (root) CMDOUT (------------------------------------------------------------------------------)
May 15 13:00:00 archpc crontab[8875]: (root) LIST (root)
May 15 13:00:00 archpc crontab[8876]: (root) LIST (root)
May 15 13:00:00 archpc systemd[1]: run-timeshift-8864-backup.mount: Deactivated successfully.
May 15 13:00:00 archpc CROND[8863]: (root) CMDEND (timeshift --check --scripted)
May 15 13:01:00 archpc CROND[8973]: (root) CMD (run-parts /etc/cron.hourly)
May 15 13:01:00 archpc CROND[8972]: (root) CMDEND (run-parts /etc/cron.hourly)
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: SME: Trying to authenticate with 9a:b6:a3:38:dd:d7 (SSID='Alice' freq=5220 MHz)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] device (wlp15s0): ip:dhcp4: restarting
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): canceled DHCP transaction
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8110] dhcp4 (wlp15s0): state changed no lease
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc kernel: wlp15s0: disconnect from AP 9a:b6:a3:48:dd:d7 for new auth to 9a:b6:a3:38:dd:d7
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] device (wlp15s0): ip:dhcp6: restarting
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): canceled DHCP transaction
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): state changed no lease
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.8111] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
May 15 13:06:54 archpc kernel: wlp15s0: authenticate with 9a:b6:a3:38:dd:d7 (local address=60:ff:9e:3e:ba:80)
May 15 13:06:54 archpc kernel: wlp15s0: send auth to 9a:b6:a3:38:dd:d7 (try 1/3)
May 15 13:06:54 archpc kernel: wlp15s0: authenticated
May 15 13:06:54 archpc wpa_supplicant[846]: wlp15s0: Trying to associate with 9a:b6:a3:38:dd:d7 (SSID='Alice' freq=5220 MHz)
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9884] device (wlp15s0): supplicant interface state: completed -> authenticating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9884] device (p2p-dev-wlp15s0): supplicant management interface state: completed -> authenticating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9890] device (wlp15s0): supplicant interface state: authenticating -> associating
May 15 13:06:54 archpc NetworkManager[784]: <info> [1778868414.9890] device (p2p-dev-wlp15s0): supplicant management interface state: authenticating -> associating
May 15 13:06:54 archpc kernel: wlp15s0: associate with 9a:b6:a3:38:dd:d7 (try 1/3)
May 15 13:06:55 archpc kernel: wlp15s0: RX ReassocResp from 9a:b6:a3:38:dd:d7 (capab=0x1831 status=0 aid=22)
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5220 max_tx_power=2000 no_ir=1
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5220 max_tx_power=2000
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: Associated with 9a:b6:a3:38:dd:d7
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 15 13:06:55 archpc kernel: wlp15s0: associated
May 15 13:06:55 archpc kernel: wlp15s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 9a:b6:a3:38:dd:d7
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1434] device (wlp15s0): supplicant interface state: associating -> associated
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1434] device (p2p-dev-wlp15s0): supplicant management interface state: associating -> associated
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1537] device (wlp15s0): supplicant interface state: associated -> 4way_handshake
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1537] device (p2p-dev-wlp15s0): supplicant management interface state: associated -> 4way_handshake
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: WPA: Key negotiation completed with 9a:b6:a3:38:dd:d7 [PTK=CCMP GTK=CCMP]
May 15 13:06:55 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-CONNECTED - Connection to 9a:b6:a3:38:dd:d7 completed [id=0 id_str=]
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1685] device (wlp15s0): supplicant interface state: 4way_handshake -> completed
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1744] device (wlp15s0): ip:dhcp4: restarting
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): canceled DHCP transaction
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): state changed no lease
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1823] dhcp4 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] device (wlp15s0): ip:dhcp6: restarting
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): canceled DHCP transaction
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): state changed no lease
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1824] dhcp6 (wlp15s0): activation: beginning transaction (timeout in 45 seconds)
May 15 13:06:55 archpc NetworkManager[784]: <info> [1778868415.1825] device (p2p-dev-wlp15s0): supplicant management interface state: 4way_handshake -> completed
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2000] dhcp6 (wlp15s0): state changed new lease
May 15 13:06:56 archpc systemd[1]: Starting Network Manager Script Dispatcher Service...
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2109] dhcp4 (wlp15s0): state changed new lease, address=192.168.1.74, acd pending
May 15 13:06:56 archpc NetworkManager[784]: <info> [1778868416.2111] dhcp4 (wlp15s0): state changed new lease, address=192.168.1.74
May 15 13:06:56 archpc systemd[1]: Started Network Manager Script Dispatcher Service.
May 15 13:07:06 archpc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 15 13:12:00 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 15 13:12:00 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5805 max_tx_power=2000 no_ir=1
May 15 13:12:00 archpc wpa_supplicant[846]: wlp15s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5805 max_tx_power=2000
May 15 13:14:42 archpc wpa_supplicant[846]: wlp15s0: RSN: Group rekeying completed with 9a:b6:a3:38:dd:d7 [GTK=CCMP]Last edited by qxbash (Yesterday 18:52:33)
Offline