You are not logged in.

#1 2024-12-12 20:27:08

fognl
Member
Registered: 2024-12-12
Posts: 6

Display turns off and requires power cycle to come back on

I have an odd issue here that has persisted for many months and I'm finally getting around to troubleshooting it.

System:
Motherboard:  MSI MAG B650 Tomahawk
CPU:  AMD Ryzen 7 7800X3D
RAM:  G.Skill Trident Z5 Neo Series (2x 32GB)
GPU:  ASUS ROG STRIX Radeon RX 6600 XT
Display:  Dell S2721D (Qty 2) - Connected via DP

Whenever I leave my system and walk away for a period of time (I haven't been able to accurately time this yet) and return, the monitors will be in typical standby mode.  If I move the mouse or hit a key, the system will come back on if in sleep, but the monitors will remain in standby.  In either of the previous states (just sleep, or on with monitors on standby) the keyboard will still have functioning caps lock/scroll lock/etc as if the system is responding.  This would force me to power off the system forcefully with the power button, and turn it back on.  Upon reboot, everything will look fine, and checking the 'journalctl -b -1' doesn't reveal anything obvious of a crash or anything that would cause this. 

Today, when this occured and before forcing off the system, I ssh'd into it from another system and it worked.  I tried stopping/restarting SDDM but it didn't wake the monitors.  I even went so far as to reboot the system remotely, and the system successfuly rebooted back in, but to my surprise, there was still no display at all (no shutdown messages, no BIOS screen, nothing).  Remotely, the system looked absolutely fine, just no display.  Forcing the system off with power button and back on, brought the screens back to life.

This is a dual-boot system, and this issue does not occur in Windows.  I've previously had a fedora version (Nobara) on this system that also had this issue, so it doesn't appear to be specifically Arch, just specifically Linux.  I'm not sure where to go to next in my troubleshooting or how to figure out what is causing this.  One thing to note is, if I go to the Plasma menu and put it to sleep manually, the system will come up fine, it's only if it's left for a period does it happen.

Any suggestions or logs I can check?  I'm not super familiar with where info is captured these days.

Offline

#2 2024-12-12 20:41:51

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,577

Re: Display turns off and requires power cycle to come back on

It sounds like it could be some oddness with amdgpu, possibly related to sleep or power management. I may have seen some similar symptoms in recent kernels.

Can you test linux-lts? Still at 6.6, it would be good to know for certain if this is a regression.

amdgpu.runpm=0 might be worth testing.
The wiki also shows "It is also possible to forbid the driver from switching to certain P-states, e.g. to workaround problems with deep powersaving P-states..." which could narrow things down if it helps.
I've tried to test similar issues using "pcie_aspm=off pcie_port_pm=off" in the kernel command line,

Others will probably be able to give better advice, but `journalctl -k -b -1` should be fine to check the previous dmesg, which is where most things should show up.
If you can access the system remotely, i.e. ssh, it may be interesting to check if the system can recognize any display outputs; for instance with sway I'd use `swaymsg -t get_outputs`.

Offline

#3 2024-12-12 20:45:59

pvtvega
Member
Registered: 2024-11-25
Posts: 91

Re: Display turns off and requires power cycle to come back on

You say that journalctl doesn't reveal anything obvious, but please share the full boot log here so we can see for ourselves.

It would also be helpful to know if there are any kernel messages that might shine a light on what's happening, especially around the time the system goes to sleep. Please also share the output of:

dmesg

Are you using X11 or Wayland?

Offline

#4 2024-12-12 21:03:02

fognl
Member
Registered: 2024-12-12
Posts: 6

Re: Display turns off and requires power cycle to come back on

pvtvega wrote:

You say that journalctl doesn't reveal anything obvious, but please share the full boot log here so we can see for ourselves.

It would also be helpful to know if there are any kernel messages that might shine a light on what's happening, especially around the time the system goes to sleep. Please also share the output of:

dmesg

Are you using X11 or Wayland?

I'll get some fresh output on the next event including dmesg / journalctl and post it.  I'm using Wayland.

Offline

#5 2024-12-12 21:04:47

fognl
Member
Registered: 2024-12-12
Posts: 6

Re: Display turns off and requires power cycle to come back on

Ranguvar wrote:

It sounds like it could be some oddness with amdgpu, possibly related to sleep or power management. I may have seen some similar symptoms in recent kernels.

Can you test linux-lts? Still at 6.6, it would be good to know for certain if this is a regression.

amdgpu.runpm=0 might be worth testing.
The wiki also shows "It is also possible to forbid the driver from switching to certain P-states, e.g. to workaround problems with deep powersaving P-states..." which could narrow things down if it helps.
I've tried to test similar issues using "pcie_aspm=off pcie_port_pm=off" in the kernel command line,

Others will probably be able to give better advice, but `journalctl -k -b -1` should be fine to check the previous dmesg, which is where most things should show up.
If you can access the system remotely, i.e. ssh, it may be interesting to check if the system can recognize any display outputs; for instance with sway I'd use `swaymsg -t get_outputs`.

Being able to connect remotely during this was a revelation today, so I will capture some fresh logs and check other things like display outputs, etc.  Once I have that, I'll give LTS kernel a try, and then try the amdgpu parameter.  Thanks for the suggestions, i'll report back in a bit when it happens again.

Offline

#6 2024-12-13 00:39:57

fognl
Member
Registered: 2024-12-12
Posts: 6

Re: Display turns off and requires power cycle to come back on

pvtvega wrote:

You say that journalctl doesn't reveal anything obvious, but please share the full boot log here so we can see for ourselves.

It would also be helpful to know if there are any kernel messages that might shine a light on what's happening, especially around the time the system goes to sleep. Please also share the output of:

dmesg

Are you using X11 or Wayland?

Okay, I got a little bit more information now.  So, first off, I did a wipe of my system and a complete fresh install of Arch to take out all the other variables.  Configuration options I chose were AMD / ATI open source drivers, Pipewire for audio, Desktop profile and KDE Plasma DE.

After booting, I logged into Plasma, enabled/started the sshd and logged in remotely and ran 'dmesg -T --follow'.  It logged up to here:

[Thu Dec 12 20:56:00 2024] Linux version 6.12.4-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Mon, 09 Dec 2024 14:31:57 +0000
[Thu Dec 12 20:56:00 2024] Command line: initrd=\initramfs-linux.img root=PARTUUID=336e8bcf-797f-4b9a-906b-3ce68ea8b9e4 zswap.enabled=0 rootflags=subvol=@ rw rootfstype=btrfs
[Thu Dec 12 20:56:00 2024] BIOS-provided physical RAM map:
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x0000000000100000-0x0000000009e01fff] usable
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000000a210000-0x000000000affffff] usable
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000000b000000-0x000000000b020fff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000000b021000-0x000000008738efff] usable
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000008738f000-0x000000008d38efff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000008d38f000-0x000000008d47efff] ACPI data
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000008d47f000-0x000000008f47efff] ACPI NVS
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000008f47f000-0x00000000985fefff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x00000000985ff000-0x0000000099ff8fff] usable
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x0000000099ff9000-0x0000000099ffbfff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x0000000099ffc000-0x0000000099ffffff] usable
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000009a000000-0x000000009bffffff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x0000000100000000-0x000000103defffff] usable
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000103ef40000-0x00000010801fffff] reserved
[Thu Dec 12 20:56:00 2024] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[Thu Dec 12 20:56:00 2024] NX (Execute Disable) protection: active
[Thu Dec 12 20:56:00 2024] APIC: Static calls initialized
[Thu Dec 12 20:56:00 2024] e820: update [mem 0x7fd86018-0x7fda4257] usable ==> usable
[Thu Dec 12 20:56:00 2024] e820: update [mem 0x7fe62018-0x7fe6ce57] usable ==> usable
[Thu Dec 12 20:56:00 2024] extended physical RAM map:
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x0000000000100000-0x0000000009e01fff] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000000a210000-0x000000000affffff] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000000b000000-0x000000000b020fff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000000b021000-0x000000007fd86017] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000007fd86018-0x000000007fda4257] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000007fda4258-0x000000007fe62017] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000007fe62018-0x000000007fe6ce57] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000007fe6ce58-0x000000008738efff] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000008738f000-0x000000008d38efff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000008d38f000-0x000000008d47efff] ACPI data
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000008d47f000-0x000000008f47efff] ACPI NVS
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000008f47f000-0x00000000985fefff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x00000000985ff000-0x0000000099ff8fff] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x0000000099ff9000-0x0000000099ffbfff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x0000000099ffc000-0x0000000099ffffff] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000009a000000-0x000000009bffffff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x0000000100000000-0x000000103defffff] usable
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000103ef40000-0x00000010801fffff] reserved
[Thu Dec 12 20:56:00 2024] reserve setup_data: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[Thu Dec 12 20:56:00 2024] efi: EFI v2.9 by American Megatrends
[Thu Dec 12 20:56:00 2024] efi: ACPI=0x8f466000 ACPI 2.0=0x8f466014 TPMFinalLog=0x8f433000 SMBIOS=0x95acd000 SMBIOS 3.0=0x95acc000 MEMATTR=0x81be9018 ESRT=0x82532618 RNG=0x8d3ddf18 INITRD=0x8240c798 TPMEventLog=0x8d3d4018 
[Thu Dec 12 20:56:00 2024] random: crng init done
[Thu Dec 12 20:56:00 2024] efi: Remove mem83: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[Thu Dec 12 20:56:00 2024] e820: remove [mem 0xe0000000-0xefffffff] reserved
[Thu Dec 12 20:56:00 2024] efi: Remove mem84: MMIO range=[0xf7000000-0xfedfffff] (126MB) from e820 map
[Thu Dec 12 20:56:00 2024] e820: remove [mem 0xf7000000-0xfedfffff] reserved
[Thu Dec 12 20:56:00 2024] efi: Not removing mem85: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[Thu Dec 12 20:56:00 2024] efi: Remove mem86: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[Thu Dec 12 20:56:00 2024] e820: remove [mem 0xfee01000-0xffffffff] reserved
[Thu Dec 12 20:56:00 2024] efi: Remove mem88: MMIO range=[0x1060000000-0x10801fffff] (514MB) from e820 map
[Thu Dec 12 20:56:00 2024] e820: remove [mem 0x1060000000-0x10801fffff] reserved
[Thu Dec 12 20:56:00 2024] SMBIOS 3.7.0 present.
[Thu Dec 12 20:56:00 2024] DMI: Micro-Star International Co., Ltd. MS-7D75/MAG B650 TOMAHAWK WIFI (MS-7D75), BIOS 1.L2 11/21/2024
[Thu Dec 12 20:56:00 2024] DMI: Memory slots populated: 2/4
[Thu Dec 12 20:56:00 2024] tsc: Fast TSC calibration using PIT
[Thu Dec 12 20:56:00 2024] tsc: Detected 4200.014 MHz processor
[Thu Dec 12 20:56:00 2024] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[Thu Dec 12 20:56:00 2024] e820: remove [mem 0x000a0000-0x000fffff] usable
[Thu Dec 12 20:56:00 2024] last_pfn = 0x103df00 max_arch_pfn = 0x400000000
[Thu Dec 12 20:56:00 2024] MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
[Thu Dec 12 20:56:00 2024] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[Thu Dec 12 20:56:00 2024] e820: update [mem 0xa0000000-0xffffffff] usable ==> reserved
[Thu Dec 12 20:56:00 2024] last_pfn = 0x9a000 max_arch_pfn = 0x400000000
[Thu Dec 12 20:56:00 2024] esrt: Reserving ESRT space from 0x0000000082532618 to 0x0000000082532650.
[Thu Dec 12 20:56:00 2024] e820: update [mem 0x82532000-0x82532fff] usable ==> reserved
[Thu Dec 12 20:56:00 2024] Using GB pages for direct mapping
[Thu Dec 12 20:56:00 2024] Secure boot disabled
[Thu Dec 12 20:56:00 2024] RAMDISK: [mem 0x78723000-0x7b466fff]
[Thu Dec 12 20:56:00 2024] ACPI: Early table checksum verification disabled
[Thu Dec 12 20:56:00 2024] ACPI: RSDP 0x000000008F466014 000024 (v02 ALASKA)
[Thu Dec 12 20:56:00 2024] ACPI: XSDT 0x000000008F465728 0000FC (v01 ALASKA A M I    01072009 AMI  01000013)
[Thu Dec 12 20:56:00 2024] ACPI: FACP 0x000000008D474000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[Thu Dec 12 20:56:00 2024] ACPI: DSDT 0x000000008D3FB000 06DE8E (v199 ALASKA A M I    01072009 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: FACS 0x000000008F463000 000040
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D476000 00816C (v02 AMD    Splinter 00000002 MSFT 05000000)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D475000 000139 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[Thu Dec 12 20:56:00 2024] ACPI: FIDT 0x000000008D46D000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[Thu Dec 12 20:56:00 2024] ACPI: MCFG 0x000000008D46C000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[Thu Dec 12 20:56:00 2024] ACPI: HPET 0x000000008D46B000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[Thu Dec 12 20:56:00 2024] ACPI: WDRT 0x000000008D46A000 000047 (v01 ALASKA A M I    01072009 AMI  00000005)
[Thu Dec 12 20:56:00 2024] ACPI: UEFI 0x000000008EE28000 000048 (v01 ALASKA A M I    01072009 AMI  01000013)
[Thu Dec 12 20:56:00 2024] ACPI: FPDT 0x000000008D469000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D471000 0025F6 (v02 AMD    AMD CPU  00000001 AMD  00000001)
[Thu Dec 12 20:56:00 2024] ACPI: TPM2 0x000000008D46F000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D46E000 0006D4 (v02 AMD    CPMWLRC  00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3F9000 00169E (v02 AMD    CPMDFIG2 00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3F6000 002AA6 (v02 AMD    CDFAAIG2 00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3F5000 0008BA (v02 AMD    CPMDFDG2 00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3EB000 009A9E (v02 AMD    CPMCMN   00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3E8000 0027FE (v02 AMD    AOD      00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: WSMT 0x000000008D3E7000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[Thu Dec 12 20:56:00 2024] ACPI: APIC 0x000000008D3E6000 00015E (v06 ALASKA A M I    01072009 AMI  00010013)
[Thu Dec 12 20:56:00 2024] ACPI: IVRS 0x000000008D3E5000 0000C8 (v02 AMD    AmdTable 00000001 AMD  00000001)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3E4000 000500 (v02 AMD    MEMTOOL0 00000002 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3E3000 0009D0 (v02 AMD    CPMMSOSC 00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3E2000 00047C (v02 AMD    AMDWOV   00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3E0000 001046 (v02 AMD    CPMACPV4 00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3DF000 00053E (v01 AMD    CPMAPMFD 00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: SSDT 0x000000008D3DE000 00044E (v02 AMD    AmdTable 00000001 INTL 20221020)
[Thu Dec 12 20:56:00 2024] ACPI: BGRT 0x000000008D470000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[Thu Dec 12 20:56:00 2024] ACPI: Reserving FACP table memory at [mem 0x8d474000-0x8d474113]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving DSDT table memory at [mem 0x8d3fb000-0x8d468e8d]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving FACS table memory at [mem 0x8f463000-0x8f46303f]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d476000-0x8d47e16b]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d475000-0x8d475138]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving FIDT table memory at [mem 0x8d46d000-0x8d46d09b]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving MCFG table memory at [mem 0x8d46c000-0x8d46c03b]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving HPET table memory at [mem 0x8d46b000-0x8d46b037]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving WDRT table memory at [mem 0x8d46a000-0x8d46a046]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving UEFI table memory at [mem 0x8ee28000-0x8ee28047]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving FPDT table memory at [mem 0x8d469000-0x8d469043]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d471000-0x8d4735f5]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving TPM2 table memory at [mem 0x8d46f000-0x8d46f04b]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d46e000-0x8d46e6d3]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3f9000-0x8d3fa69d]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3f6000-0x8d3f8aa5]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3f5000-0x8d3f58b9]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3eb000-0x8d3f4a9d]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3e8000-0x8d3ea7fd]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving WSMT table memory at [mem 0x8d3e7000-0x8d3e7027]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving APIC table memory at [mem 0x8d3e6000-0x8d3e615d]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving IVRS table memory at [mem 0x8d3e5000-0x8d3e50c7]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3e4000-0x8d3e44ff]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3e3000-0x8d3e39cf]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3e2000-0x8d3e247b]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3e0000-0x8d3e1045]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3df000-0x8d3df53d]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving SSDT table memory at [mem 0x8d3de000-0x8d3de44d]
[Thu Dec 12 20:56:00 2024] ACPI: Reserving BGRT table memory at [mem 0x8d470000-0x8d470037]
[Thu Dec 12 20:56:00 2024] No NUMA configuration found
[Thu Dec 12 20:56:00 2024] Faking a node at [mem 0x0000000000000000-0x000000103defffff]
[Thu Dec 12 20:56:00 2024] NODE_DATA(0) allocated [mem 0x103ded52c0-0x103defffff]
[Thu Dec 12 20:56:00 2024] Zone ranges:
[Thu Dec 12 20:56:00 2024]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[Thu Dec 12 20:56:00 2024]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[Thu Dec 12 20:56:00 2024]   Normal   [mem 0x0000000100000000-0x000000103defffff]
[Thu Dec 12 20:56:00 2024]   Device   empty
[Thu Dec 12 20:56:00 2024] Movable zone start for each node
[Thu Dec 12 20:56:00 2024] Early memory node ranges
[Thu Dec 12 20:56:00 2024]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[Thu Dec 12 20:56:00 2024]   node   0: [mem 0x0000000000100000-0x0000000009e01fff]
[Thu Dec 12 20:56:00 2024]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[Thu Dec 12 20:56:00 2024]   node   0: [mem 0x000000000a210000-0x000000000affffff]
[Thu Dec 12 20:56:00 2024]   node   0: [mem 0x000000000b021000-0x000000008738efff]
[Thu Dec 12 20:56:00 2024]   node   0: [mem 0x00000000985ff000-0x0000000099ff8fff]
[Thu Dec 12 20:56:00 2024]   node   0: [mem 0x0000000099ffc000-0x0000000099ffffff]
[Thu Dec 12 20:56:00 2024]   node   0: [mem 0x0000000100000000-0x000000103defffff]
[Thu Dec 12 20:56:00 2024] Initmem setup node 0 [mem 0x0000000000001000-0x000000103defffff]
[Thu Dec 12 20:56:00 2024] On node 0, zone DMA: 1 pages in unavailable ranges
[Thu Dec 12 20:56:00 2024] On node 0, zone DMA: 96 pages in unavailable ranges
[Thu Dec 12 20:56:00 2024] On node 0, zone DMA32: 510 pages in unavailable ranges
[Thu Dec 12 20:56:00 2024] On node 0, zone DMA32: 16 pages in unavailable ranges
[Thu Dec 12 20:56:00 2024] On node 0, zone DMA32: 33 pages in unavailable ranges
[Thu Dec 12 20:56:00 2024] On node 0, zone DMA32: 4720 pages in unavailable ranges
[Thu Dec 12 20:56:00 2024] On node 0, zone DMA32: 3 pages in unavailable ranges
[Thu Dec 12 20:56:00 2024] On node 0, zone Normal: 24576 pages in unavailable ranges
[Thu Dec 12 20:56:00 2024] On node 0, zone Normal: 8448 pages in unavailable ranges
[Thu Dec 12 20:56:00 2024] ACPI: PM-Timer IO Port: 0x808
[Thu Dec 12 20:56:00 2024] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[Thu Dec 12 20:56:00 2024] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[Thu Dec 12 20:56:00 2024] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[Thu Dec 12 20:56:00 2024] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[Thu Dec 12 20:56:00 2024] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[Thu Dec 12 20:56:00 2024] ACPI: Using ACPI (MADT) for SMP configuration information
[Thu Dec 12 20:56:00 2024] ACPI: HPET id: 0x10228201 base: 0xfed00000
[Thu Dec 12 20:56:00 2024] e820: update [mem 0x7fccd000-0x7fd29fff] usable ==> reserved
[Thu Dec 12 20:56:00 2024] CPU topo: Max. logical packages:   1
[Thu Dec 12 20:56:00 2024] CPU topo: Max. logical dies:       1
[Thu Dec 12 20:56:00 2024] CPU topo: Max. dies per package:   1
[Thu Dec 12 20:56:00 2024] CPU topo: Max. threads per core:   1
[Thu Dec 12 20:56:00 2024] CPU topo: Num. cores per package:     8
[Thu Dec 12 20:56:00 2024] CPU topo: Num. threads per package:   8
[Thu Dec 12 20:56:00 2024] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x09e02000-0x09ffffff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b020fff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x7fccd000-0x7fd29fff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x7fd86000-0x7fd86fff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x7fda4000-0x7fda4fff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x7fe62000-0x7fe62fff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x7fe6c000-0x7fe6cfff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x82532000-0x82532fff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x8738f000-0x8d38efff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x8d38f000-0x8d47efff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x8d47f000-0x8f47efff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x8f47f000-0x985fefff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x99ff9000-0x99ffbfff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x9a000000-0x9bffffff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x9c000000-0x9d7f2fff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0x9d7f3000-0x9fffffff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xfedfffff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[Thu Dec 12 20:56:00 2024] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[Thu Dec 12 20:56:00 2024] [mem 0xa0000000-0xfedfffff] available for PCI devices
[Thu Dec 12 20:56:00 2024] Booting paravirtualized kernel on bare hardware
[Thu Dec 12 20:56:00 2024] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[Thu Dec 12 20:56:00 2024] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[Thu Dec 12 20:56:00 2024] percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
[Thu Dec 12 20:56:00 2024] pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
[Thu Dec 12 20:56:00 2024] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 
[Thu Dec 12 20:56:00 2024] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=336e8bcf-797f-4b9a-906b-3ce68ea8b9e4 zswap.enabled=0 rootflags=subvol=@ rw rootfstype=btrfs
[Thu Dec 12 20:56:00 2024] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[Thu Dec 12 20:56:00 2024] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[Thu Dec 12 20:56:00 2024] Fallback order for Node 0: 0 
[Thu Dec 12 20:56:00 2024] Built 1 zonelists, mobility grouping on.  Total pages: 16542205
[Thu Dec 12 20:56:00 2024] Policy zone: Normal
[Thu Dec 12 20:56:00 2024] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[Thu Dec 12 20:56:00 2024] software IO TLB: area num 8.
[Thu Dec 12 20:56:00 2024] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[Thu Dec 12 20:56:00 2024] ftrace: allocating 51133 entries in 200 pages
[Thu Dec 12 20:56:00 2024] ftrace: allocated 200 pages with 3 groups
[Thu Dec 12 20:56:00 2024] Dynamic Preempt: full
[Thu Dec 12 20:56:00 2024] rcu: Preemptible hierarchical RCU implementation.
[Thu Dec 12 20:56:00 2024] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[Thu Dec 12 20:56:00 2024] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[Thu Dec 12 20:56:00 2024] 	Trampoline variant of Tasks RCU enabled.
[Thu Dec 12 20:56:00 2024] 	Rude variant of Tasks RCU enabled.
[Thu Dec 12 20:56:00 2024] 	Tracing variant of Tasks RCU enabled.
[Thu Dec 12 20:56:00 2024] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[Thu Dec 12 20:56:00 2024] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[Thu Dec 12 20:56:00 2024] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[Thu Dec 12 20:56:00 2024] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[Thu Dec 12 20:56:00 2024] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[Thu Dec 12 20:56:00 2024] NR_IRQS: 524544, nr_irqs: 1032, preallocated irqs: 16
[Thu Dec 12 20:56:00 2024] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[Thu Dec 12 20:56:00 2024] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[Thu Dec 12 20:56:00 2024] Console: colour dummy device 80x25
[Thu Dec 12 20:56:00 2024] printk: legacy console [tty0] enabled
[Thu Dec 12 20:56:00 2024] ACPI: Core revision 20240827
[Thu Dec 12 20:56:00 2024] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[Thu Dec 12 20:56:00 2024] APIC: Switch to symmetric I/O mode setup
[Thu Dec 12 20:56:00 2024] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[Thu Dec 12 20:56:00 2024] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[Thu Dec 12 20:56:00 2024] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c8a6ebf4fa, max_idle_ns: 440795385315 ns
[Thu Dec 12 20:56:00 2024] Calibrating delay loop (skipped), value calculated using timer frequency.. 8403.02 BogoMIPS (lpj=14000046)
[Thu Dec 12 20:56:00 2024] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[Thu Dec 12 20:56:00 2024] LVT offset 1 assigned for vector 0xf9
[Thu Dec 12 20:56:00 2024] LVT offset 2 assigned for vector 0xf4
[Thu Dec 12 20:56:00 2024] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[Thu Dec 12 20:56:00 2024] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[Thu Dec 12 20:56:00 2024] process: using mwait in idle threads
[Thu Dec 12 20:56:00 2024] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[Thu Dec 12 20:56:00 2024] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[Thu Dec 12 20:56:00 2024] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[Thu Dec 12 20:56:00 2024] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[Thu Dec 12 20:56:00 2024] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[Thu Dec 12 20:56:00 2024] Speculative Return Stack Overflow: Mitigation: Safe RET
[Thu Dec 12 20:56:00 2024] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[Thu Dec 12 20:56:00 2024] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[Thu Dec 12 20:56:00 2024] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[Thu Dec 12 20:56:00 2024] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[Thu Dec 12 20:56:00 2024] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[Thu Dec 12 20:56:00 2024] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[Thu Dec 12 20:56:00 2024] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[Thu Dec 12 20:56:00 2024] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[Thu Dec 12 20:56:00 2024] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[Thu Dec 12 20:56:00 2024] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[Thu Dec 12 20:56:00 2024] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[Thu Dec 12 20:56:00 2024] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[Thu Dec 12 20:56:00 2024] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[Thu Dec 12 20:56:00 2024] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
[Thu Dec 12 20:56:00 2024] x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
[Thu Dec 12 20:56:00 2024] Freeing SMP alternatives memory: 40K
[Thu Dec 12 20:56:00 2024] pid_max: default: 32768 minimum: 301
[Thu Dec 12 20:56:00 2024] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[Thu Dec 12 20:56:00 2024] landlock: Up and running.
[Thu Dec 12 20:56:00 2024] Yama: becoming mindful.
[Thu Dec 12 20:56:00 2024] LSM support for eBPF active
[Thu Dec 12 20:56:00 2024] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[Thu Dec 12 20:56:00 2024] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[Thu Dec 12 20:56:00 2024] smpboot: CPU0: AMD Ryzen 7 7800X3D 8-Core Processor (family: 0x19, model: 0x61, stepping: 0x2)
[Thu Dec 12 20:56:00 2024] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[Thu Dec 12 20:56:00 2024] ... version:                2
[Thu Dec 12 20:56:00 2024] ... bit width:              48
[Thu Dec 12 20:56:00 2024] ... generic registers:      6
[Thu Dec 12 20:56:00 2024] ... value mask:             0000ffffffffffff
[Thu Dec 12 20:56:00 2024] ... max period:             00007fffffffffff
[Thu Dec 12 20:56:00 2024] ... fixed-purpose events:   0
[Thu Dec 12 20:56:00 2024] ... event mask:             000000000000003f
[Thu Dec 12 20:56:00 2024] signal: max sigframe size: 3376
[Thu Dec 12 20:56:00 2024] rcu: Hierarchical SRCU implementation.
[Thu Dec 12 20:56:00 2024] rcu: 	Max phase no-delay instances is 1000.
[Thu Dec 12 20:56:00 2024] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[Thu Dec 12 20:56:00 2024] MCE: In-kernel MCE decoding enabled.
[Thu Dec 12 20:56:00 2024] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[Thu Dec 12 20:56:00 2024] smp: Bringing up secondary CPUs ...
[Thu Dec 12 20:56:00 2024] smpboot: x86: Booting SMP configuration:
[Thu Dec 12 20:56:00 2024] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[Thu Dec 12 20:56:00 2024] smp: Brought up 1 node, 8 CPUs
[Thu Dec 12 20:56:00 2024] smpboot: Total of 8 processors activated (67227.23 BogoMIPS)
[Thu Dec 12 20:56:00 2024] Memory: 64846952K/66168820K available (18432K kernel code, 2654K rwdata, 14236K rodata, 4248K init, 4092K bss, 1302420K reserved, 0K cma-reserved)
[Thu Dec 12 20:56:00 2024] devtmpfs: initialized
[Thu Dec 12 20:56:00 2024] x86/mm: Memory block size: 2048MB
[Thu Dec 12 20:56:00 2024] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
[Thu Dec 12 20:56:00 2024] ACPI: PM: Registering ACPI NVS region [mem 0x8d47f000-0x8f47efff] (33554432 bytes)
[Thu Dec 12 20:56:00 2024] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[Thu Dec 12 20:56:00 2024] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[Thu Dec 12 20:56:00 2024] pinctrl core: initialized pinctrl subsystem
[Thu Dec 12 20:56:00 2024] PM: RTC time: 00:26:00, date: 2024-12-13
[Thu Dec 12 20:56:00 2024] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[Thu Dec 12 20:56:00 2024] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[Thu Dec 12 20:56:00 2024] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[Thu Dec 12 20:56:00 2024] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[Thu Dec 12 20:56:00 2024] audit: initializing netlink subsys (disabled)
[Thu Dec 12 20:56:00 2024] audit: type=2000 audit(1734049560.166:1): state=initialized audit_enabled=0 res=1
[Thu Dec 12 20:56:00 2024] thermal_sys: Registered thermal governor 'fair_share'
[Thu Dec 12 20:56:00 2024] thermal_sys: Registered thermal governor 'bang_bang'
[Thu Dec 12 20:56:00 2024] thermal_sys: Registered thermal governor 'step_wise'
[Thu Dec 12 20:56:00 2024] thermal_sys: Registered thermal governor 'user_space'
[Thu Dec 12 20:56:00 2024] thermal_sys: Registered thermal governor 'power_allocator'
[Thu Dec 12 20:56:00 2024] cpuidle: using governor ladder
[Thu Dec 12 20:56:00 2024] cpuidle: using governor menu
[Thu Dec 12 20:56:00 2024] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[Thu Dec 12 20:56:00 2024] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[Thu Dec 12 20:56:00 2024] PCI: Using configuration type 1 for base access
[Thu Dec 12 20:56:00 2024] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[Thu Dec 12 20:56:00 2024] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[Thu Dec 12 20:56:00 2024] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[Thu Dec 12 20:56:00 2024] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[Thu Dec 12 20:56:00 2024] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[Thu Dec 12 20:56:00 2024] ACPI: Added _OSI(Module Device)
[Thu Dec 12 20:56:00 2024] ACPI: Added _OSI(Processor Device)
[Thu Dec 12 20:56:00 2024] ACPI: Added _OSI(3.0 _SCP Extensions)
[Thu Dec 12 20:56:00 2024] ACPI: Added _OSI(Processor Aggregator Device)
[Thu Dec 12 20:56:00 2024] ACPI: 16 ACPI AML tables successfully acquired and loaded
[Thu Dec 12 20:56:00 2024] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[Thu Dec 12 20:56:00 2024] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[Thu Dec 12 20:56:00 2024] ACPI: Interpreter enabled
[Thu Dec 12 20:56:00 2024] ACPI: PM: (supports S0 S3 S4 S5)
[Thu Dec 12 20:56:00 2024] ACPI: Using IOAPIC for interrupt routing
[Thu Dec 12 20:56:00 2024] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[Thu Dec 12 20:56:00 2024] PCI: Ignoring E820 reservations for host bridge windows
[Thu Dec 12 20:56:00 2024] ACPI: Enabled 12 GPEs in block 00 to 1F
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GP19.XHC2.P0U2: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP0.SWUS.M237: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP0.SWUS.SWDS.M237: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP00.NV00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP08.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP08.EP00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP10.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP10.WN00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP18.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP18.LN00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP20.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP20.NV00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP28.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP30.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP30.EP00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP38.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP38.EP00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP40.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP48.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP48.EP00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP50.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP50.EP00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP58.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP58.EP00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP60.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP60.XH00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP68.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP7.UP00.DP68.SA00.PWRS: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PCI0.GPP8.PWR1: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PRWL: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: \_SB_.PRWB: New power resource
[Thu Dec 12 20:56:00 2024] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[Thu Dec 12 20:56:00 2024] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[Thu Dec 12 20:56:00 2024] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[Thu Dec 12 20:56:00 2024] PCI host bridge to bus 0000:00
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfec02fff window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: root bus resource [mem 0x1060000000-0xfcffffffff window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: root bus resource [bus 00-ff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1:   bridge window [mem 0xf6b00000-0xf6dfffff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.2: PCI bridge to [bus 04]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.2:   bridge window [mem 0xf6f00000-0xf6ffffff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.2: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1: PCI bridge to [bus 05-11]
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1:   bridge window [io  0xc000-0xdfff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1:   bridge window [mem 0xf6000000-0xf66fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1:   bridge window [mem 0xfcfff00000-0xfcffffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1: PCI bridge to [bus 12]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1:   bridge window [mem 0xf6700000-0xf6afffff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1:   bridge window [mem 0xa0000000-0xb01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.3: PCI bridge to [bus 13]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.3:   bridge window [mem 0xf6e00000-0xf6efffff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.3: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0: BAR 0 [mem 0xf6d00000-0xf6d03fff]
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0:   bridge window [io  0xf000-0xffff]
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0:   bridge window [mem 0xf6b00000-0xf6cfffff]
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0: PCI bridge to [bus 03]
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0:   bridge window [mem 0xf6b00000-0xf6cfffff]
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: [1002:73ff] type 00 class 0x030000 PCIe Legacy Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: BAR 0 [mem 0xc0000000-0xcfffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: BAR 2 [mem 0xd0000000-0xd01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: BAR 4 [io  0xf000-0xf0ff]
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: BAR 5 [mem 0xf6b00000-0xf6bfffff]
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: ROM [mem 0xf6c00000-0xf6c1ffff pref]
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300 PCIe Legacy Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.1: BAR 0 [mem 0xf6c20000-0xf6c23fff]
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0: PCI bridge to [bus 03]
[Thu Dec 12 20:56:00 2024] pci 0000:04:00.0: [15b7:5006] type 00 class 0x010802 PCIe Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:04:00.0: BAR 0 [mem 0xf6f00000-0xf6f03fff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:04:00.0: BAR 4 [mem 0xf6f04000-0xf6f040ff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.2: PCI bridge to [bus 04]
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0: [1022:43f4] type 01 class 0x060400 PCIe Switch Upstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0: PCI bridge to [bus 06-11]
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0:   bridge window [io  0xc000-0xdfff]
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0:   bridge window [mem 0xf6000000-0xf66fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0:   bridge window [mem 0xfcfff00000-0xfcffffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1: PCI bridge to [bus 05-11]
[Thu Dec 12 20:56:00 2024] pci 0000:06:00.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:00.0: PCI bridge to [bus 07]
[Thu Dec 12 20:56:00 2024] pci 0000:06:00.0:   bridge window [mem 0xf6600000-0xf66fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:00.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:04.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:04.0: PCI bridge to [bus 08]
[Thu Dec 12 20:56:00 2024] pci 0000:06:04.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:04.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:05.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:05.0: PCI bridge to [bus 09]
[Thu Dec 12 20:56:00 2024] pci 0000:06:05.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:05.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:06.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:06.0: PCI bridge to [bus 0a]
[Thu Dec 12 20:56:00 2024] pci 0000:06:06.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:06.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:07.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:07.0: PCI bridge to [bus 0b]
[Thu Dec 12 20:56:00 2024] pci 0000:06:07.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:07.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0: PCI bridge to [bus 0c]
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0:   bridge window [io  0xd000-0xdfff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0:   bridge window [mem 0xf6500000-0xf65fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:09.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:09.0: PCI bridge to [bus 0d]
[Thu Dec 12 20:56:00 2024] pci 0000:06:09.0:   bridge window [mem 0xf6400000-0xf64fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:09.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:09.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0: PCI bridge to [bus 0e]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0:   bridge window [io  0xc000-0xcfff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0:   bridge window [mem 0xf6300000-0xf63fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0: PCI bridge to [bus 0f]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0:   bridge window [mem 0xf6200000-0xf62fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0:   bridge window [mem 0xfcfff00000-0xfcffffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:0c.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:0c.0: PCI bridge to [bus 10]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0c.0:   bridge window [mem 0xf6100000-0xf61fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0c.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:0c.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:0d.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[Thu Dec 12 20:56:00 2024] pci 0000:06:0d.0: PCI bridge to [bus 11]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0d.0:   bridge window [mem 0xf6000000-0xf60fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0d.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:06:0d.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0: PCI bridge to [bus 06-11]
[Thu Dec 12 20:56:00 2024] pci 0000:07:00.0: [15b7:5006] type 00 class 0x010802 PCIe Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:07:00.0: BAR 0 [mem 0xf6600000-0xf6603fff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:07:00.0: BAR 4 [mem 0xf6604000-0xf66040ff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:06:00.0: PCI bridge to [bus 07]
[Thu Dec 12 20:56:00 2024] pci 0000:06:04.0: PCI bridge to [bus 08]
[Thu Dec 12 20:56:00 2024] pci 0000:06:05.0: PCI bridge to [bus 09]
[Thu Dec 12 20:56:00 2024] pci 0000:06:06.0: PCI bridge to [bus 0a]
[Thu Dec 12 20:56:00 2024] pci 0000:06:07.0: PCI bridge to [bus 0b]
[Thu Dec 12 20:56:00 2024] pci 0000:0c:00.0: [1b21:0612] type 00 class 0x010601 PCIe Legacy Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:0c:00.0: BAR 0 [io  0xd050-0xd057]
[Thu Dec 12 20:56:00 2024] pci 0000:0c:00.0: BAR 1 [io  0xd040-0xd043]
[Thu Dec 12 20:56:00 2024] pci 0000:0c:00.0: BAR 2 [io  0xd030-0xd037]
[Thu Dec 12 20:56:00 2024] pci 0000:0c:00.0: BAR 3 [io  0xd020-0xd023]
[Thu Dec 12 20:56:00 2024] pci 0000:0c:00.0: BAR 4 [io  0xd000-0xd01f]
[Thu Dec 12 20:56:00 2024] pci 0000:0c:00.0: BAR 5 [mem 0xf6500000-0xf65001ff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0: PCI bridge to [bus 0c]
[Thu Dec 12 20:56:00 2024] pci 0000:0d:00.0: [1912:0014] type 00 class 0x0c0330 PCIe Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:0d:00.0: BAR 0 [mem 0xf6400000-0xf6401fff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:0d:00.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:09.0: PCI bridge to [bus 0d]
[Thu Dec 12 20:56:00 2024] pci 0000:0e:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:0e:00.0: BAR 0 [io  0xc000-0xc0ff]
[Thu Dec 12 20:56:00 2024] pci 0000:0e:00.0: BAR 2 [mem 0xf6300000-0xf630ffff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:0e:00.0: BAR 4 [mem 0xf6310000-0xf6313fff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:0e:00.0: supports D1 D2
[Thu Dec 12 20:56:00 2024] pci 0000:0e:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0: PCI bridge to [bus 0e]
[Thu Dec 12 20:56:00 2024] pci 0000:0f:00.0: [14c3:0616] type 00 class 0x028000 PCIe Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:0f:00.0: BAR 0 [mem 0xfcfff00000-0xfcffffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:0f:00.0: BAR 2 [mem 0xf6200000-0xf6207fff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:0f:00.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:0f:00.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0: PCI bridge to [bus 0f]
[Thu Dec 12 20:56:00 2024] pci 0000:10:00.0: [1022:43f7] type 00 class 0x0c0330 PCIe Legacy Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:10:00.0: BAR 0 [mem 0xf6100000-0xf6107fff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:10:00.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:0c.0: PCI bridge to [bus 10]
[Thu Dec 12 20:56:00 2024] pci 0000:11:00.0: [1022:43f6] type 00 class 0x010601 PCIe Legacy Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:11:00.0: BAR 5 [mem 0xf6080000-0xf60803ff]
[Thu Dec 12 20:56:00 2024] pci 0000:11:00.0: ROM [mem 0xf6000000-0xf607ffff pref]
[Thu Dec 12 20:56:00 2024] pci 0000:11:00.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:11:00.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:06:0d.0: PCI bridge to [bus 11]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.0: [1002:164e] type 00 class 0x030000 PCIe Legacy Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.0: BAR 0 [mem 0xa0000000-0xafffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.0: BAR 2 [mem 0xb0000000-0xb01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.0: BAR 4 [io  0xe000-0xe0ff]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.0: BAR 5 [mem 0xf6a00000-0xf6a7ffff]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.0: PME# supported from D1 D2 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.1: BAR 0 [mem 0xf6a88000-0xf6a8bfff]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.1: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.1: PME# supported from D1 D2 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.2: BAR 2 [mem 0xf6900000-0xf69fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.2: BAR 5 [mem 0xf6a8c000-0xf6a8dfff]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.2: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.3: BAR 0 [mem 0xf6800000-0xf68fffff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.3: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.3: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.4: BAR 0 [mem 0xf6700000-0xf67fffff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.4: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.4: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.6: BAR 0 [mem 0xf6a80000-0xf6a87fff]
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.6: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.6: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1: PCI bridge to [bus 12]
[Thu Dec 12 20:56:00 2024] pci 0000:13:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
[Thu Dec 12 20:56:00 2024] pci 0000:13:00.0: BAR 0 [mem 0xf6e00000-0xf6efffff 64bit]
[Thu Dec 12 20:56:00 2024] pci 0000:13:00.0: enabling Extended Tags
[Thu Dec 12 20:56:00 2024] pci 0000:13:00.0: PME# supported from D0 D3hot D3cold
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.3: PCI bridge to [bus 13]
[Thu Dec 12 20:56:00 2024] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[Thu Dec 12 20:56:00 2024] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[Thu Dec 12 20:56:00 2024] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[Thu Dec 12 20:56:00 2024] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[Thu Dec 12 20:56:00 2024] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[Thu Dec 12 20:56:00 2024] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[Thu Dec 12 20:56:00 2024] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[Thu Dec 12 20:56:00 2024] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[Thu Dec 12 20:56:00 2024] iommu: Default domain type: Translated
[Thu Dec 12 20:56:00 2024] iommu: DMA domain TLB invalidation policy: lazy mode
[Thu Dec 12 20:56:00 2024] SCSI subsystem initialized
[Thu Dec 12 20:56:00 2024] libata version 3.00 loaded.
[Thu Dec 12 20:56:00 2024] ACPI: bus type USB registered
[Thu Dec 12 20:56:00 2024] usbcore: registered new interface driver usbfs
[Thu Dec 12 20:56:00 2024] usbcore: registered new interface driver hub
[Thu Dec 12 20:56:00 2024] usbcore: registered new device driver usb
[Thu Dec 12 20:56:00 2024] EDAC MC: Ver: 3.0.0
[Thu Dec 12 20:56:00 2024] efivars: Registered efivars operations
[Thu Dec 12 20:56:00 2024] NetLabel: Initializing
[Thu Dec 12 20:56:00 2024] NetLabel:  domain hash size = 128
[Thu Dec 12 20:56:00 2024] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[Thu Dec 12 20:56:00 2024] NetLabel:  unlabeled traffic allowed by default
[Thu Dec 12 20:56:00 2024] mctp: management component transport protocol core
[Thu Dec 12 20:56:00 2024] NET: Registered PF_MCTP protocol family
[Thu Dec 12 20:56:00 2024] PCI: Using ACPI for IRQ routing
[Thu Dec 12 20:56:00 2024] PCI: pci_cache_line_size set to 64 bytes
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x09e02000-0x0bffffff]
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x7fccd000-0x7fffffff]
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x7fd86018-0x7fffffff]
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x7fe62018-0x7fffffff]
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x82532000-0x83ffffff]
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x8738f000-0x87ffffff]
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x99ff9000-0x9bffffff]
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[Thu Dec 12 20:56:00 2024] e820: reserve RAM buffer [mem 0x103df00000-0x103fffffff]
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: vgaarb: bridge control possible
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.0: vgaarb: bridge control possible
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[Thu Dec 12 20:56:00 2024] vgaarb: loaded
[Thu Dec 12 20:56:00 2024] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[Thu Dec 12 20:56:00 2024] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[Thu Dec 12 20:56:00 2024] clocksource: Switched to clocksource tsc-early
[Thu Dec 12 20:56:00 2024] VFS: Disk quotas dquot_6.6.0
[Thu Dec 12 20:56:00 2024] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Thu Dec 12 20:56:00 2024] pnp: PnP ACPI init
[Thu Dec 12 20:56:00 2024] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:01: [mem 0x1040000000-0x105fffffff window] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:03: [io  0x0a00-0x0a0f] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:03: [io  0x0a10-0x0a1f] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x04d0-0x04d1] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x040b] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x04d6] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0c00-0x0c01] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0c14] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0c50-0x0c51] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0c52] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0c6c] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0c6f] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0800-0x089f] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0900-0x090f] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [io  0x0910-0x091f] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [mem 0xfeb00000-0xfeb00fff] has been reserved
[Thu Dec 12 20:56:00 2024] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[Thu Dec 12 20:56:00 2024] pnp: PnP ACPI: found 5 devices
[Thu Dec 12 20:56:00 2024] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[Thu Dec 12 20:56:00 2024] NET: Registered PF_INET protocol family
[Thu Dec 12 20:56:00 2024] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[Thu Dec 12 20:56:00 2024] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[Thu Dec 12 20:56:00 2024] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[Thu Dec 12 20:56:00 2024] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[Thu Dec 12 20:56:00 2024] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[Thu Dec 12 20:56:00 2024] TCP: Hash tables configured (established 524288 bind 65536)
[Thu Dec 12 20:56:00 2024] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[Thu Dec 12 20:56:00 2024] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[Thu Dec 12 20:56:00 2024] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[Thu Dec 12 20:56:00 2024] NET: Registered PF_UNIX/PF_LOCAL protocol family
[Thu Dec 12 20:56:00 2024] NET: Registered PF_XDP protocol family
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0: PCI bridge to [bus 03]
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0:   bridge window [mem 0xf6b00000-0xf6cfffff]
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0:   bridge window [io  0xf000-0xffff]
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0:   bridge window [mem 0xf6b00000-0xf6cfffff]
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1:   bridge window [mem 0xf6b00000-0xf6dfffff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.2: PCI bridge to [bus 04]
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.2:   bridge window [mem 0xf6f00000-0xf6ffffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:00.0: PCI bridge to [bus 07]
[Thu Dec 12 20:56:00 2024] pci 0000:06:00.0:   bridge window [mem 0xf6600000-0xf66fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:04.0: PCI bridge to [bus 08]
[Thu Dec 12 20:56:00 2024] pci 0000:06:05.0: PCI bridge to [bus 09]
[Thu Dec 12 20:56:00 2024] pci 0000:06:06.0: PCI bridge to [bus 0a]
[Thu Dec 12 20:56:00 2024] pci 0000:06:07.0: PCI bridge to [bus 0b]
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0: PCI bridge to [bus 0c]
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0:   bridge window [io  0xd000-0xdfff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0:   bridge window [mem 0xf6500000-0xf65fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:09.0: PCI bridge to [bus 0d]
[Thu Dec 12 20:56:00 2024] pci 0000:06:09.0:   bridge window [mem 0xf6400000-0xf64fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0: PCI bridge to [bus 0e]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0:   bridge window [io  0xc000-0xcfff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0:   bridge window [mem 0xf6300000-0xf63fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0: PCI bridge to [bus 0f]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0:   bridge window [mem 0xf6200000-0xf62fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0:   bridge window [mem 0xfcfff00000-0xfcffffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0c.0: PCI bridge to [bus 10]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0c.0:   bridge window [mem 0xf6100000-0xf61fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0d.0: PCI bridge to [bus 11]
[Thu Dec 12 20:56:00 2024] pci 0000:06:0d.0:   bridge window [mem 0xf6000000-0xf60fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0: PCI bridge to [bus 06-11]
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0:   bridge window [io  0xc000-0xdfff]
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0:   bridge window [mem 0xf6000000-0xf66fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0:   bridge window [mem 0xfcfff00000-0xfcffffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1: PCI bridge to [bus 05-11]
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1:   bridge window [io  0xc000-0xdfff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1:   bridge window [mem 0xf6000000-0xf66fffff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1:   bridge window [mem 0xfcfff00000-0xfcffffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1: PCI bridge to [bus 12]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1:   bridge window [mem 0xf6700000-0xf6afffff]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1:   bridge window [mem 0xa0000000-0xb01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.3: PCI bridge to [bus 13]
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.3:   bridge window [mem 0xf6e00000-0xf6efffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xfec02fff window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:00: resource 11 [mem 0x1060000000-0xfcffffffff window]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:01: resource 1 [mem 0xf6b00000-0xf6dfffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:02: resource 1 [mem 0xf6b00000-0xf6cfffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:03: resource 1 [mem 0xf6b00000-0xf6cfffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:04: resource 1 [mem 0xf6f00000-0xf6ffffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:05: resource 0 [io  0xc000-0xdfff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:05: resource 1 [mem 0xf6000000-0xf66fffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:05: resource 2 [mem 0xfcfff00000-0xfcffffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:06: resource 0 [io  0xc000-0xdfff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:06: resource 1 [mem 0xf6000000-0xf66fffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:06: resource 2 [mem 0xfcfff00000-0xfcffffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:07: resource 1 [mem 0xf6600000-0xf66fffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:0c: resource 0 [io  0xd000-0xdfff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:0c: resource 1 [mem 0xf6500000-0xf65fffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:0d: resource 1 [mem 0xf6400000-0xf64fffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:0e: resource 0 [io  0xc000-0xcfff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:0e: resource 1 [mem 0xf6300000-0xf63fffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:0f: resource 1 [mem 0xf6200000-0xf62fffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:0f: resource 2 [mem 0xfcfff00000-0xfcffffffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:10: resource 1 [mem 0xf6100000-0xf61fffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:11: resource 1 [mem 0xf6000000-0xf60fffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:12: resource 0 [io  0xe000-0xefff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:12: resource 1 [mem 0xf6700000-0xf6afffff]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:12: resource 2 [mem 0xa0000000-0xb01fffff 64bit pref]
[Thu Dec 12 20:56:00 2024] pci_bus 0000:13: resource 1 [mem 0xf6e00000-0xf6efffff]
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.1: D0 power state depends on 0000:12:00.0
[Thu Dec 12 20:56:00 2024] PCI: CLS 64 bytes, default 64
[Thu Dec 12 20:56:00 2024] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[Thu Dec 12 20:56:00 2024] Trying to unpack rootfs image as initramfs...
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.0: Adding to iommu group 0
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.1: Adding to iommu group 1
[Thu Dec 12 20:56:00 2024] pci 0000:00:01.2: Adding to iommu group 2
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.0: Adding to iommu group 3
[Thu Dec 12 20:56:00 2024] pci 0000:00:02.1: Adding to iommu group 4
[Thu Dec 12 20:56:00 2024] pci 0000:00:03.0: Adding to iommu group 5
[Thu Dec 12 20:56:00 2024] pci 0000:00:04.0: Adding to iommu group 6
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.0: Adding to iommu group 7
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.1: Adding to iommu group 8
[Thu Dec 12 20:56:00 2024] pci 0000:00:08.3: Adding to iommu group 9
[Thu Dec 12 20:56:00 2024] pci 0000:00:14.0: Adding to iommu group 10
[Thu Dec 12 20:56:00 2024] pci 0000:00:14.3: Adding to iommu group 10
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.0: Adding to iommu group 11
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.1: Adding to iommu group 11
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.2: Adding to iommu group 11
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.3: Adding to iommu group 11
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.4: Adding to iommu group 11
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.5: Adding to iommu group 11
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.6: Adding to iommu group 11
[Thu Dec 12 20:56:00 2024] pci 0000:00:18.7: Adding to iommu group 11
[Thu Dec 12 20:56:00 2024] pci 0000:01:00.0: Adding to iommu group 12
[Thu Dec 12 20:56:00 2024] pci 0000:02:00.0: Adding to iommu group 13
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.0: Adding to iommu group 14
[Thu Dec 12 20:56:00 2024] pci 0000:03:00.1: Adding to iommu group 15
[Thu Dec 12 20:56:00 2024] pci 0000:04:00.0: Adding to iommu group 16
[Thu Dec 12 20:56:00 2024] pci 0000:05:00.0: Adding to iommu group 17
[Thu Dec 12 20:56:00 2024] pci 0000:06:00.0: Adding to iommu group 18
[Thu Dec 12 20:56:00 2024] pci 0000:06:04.0: Adding to iommu group 19
[Thu Dec 12 20:56:00 2024] pci 0000:06:05.0: Adding to iommu group 20
[Thu Dec 12 20:56:00 2024] pci 0000:06:06.0: Adding to iommu group 21
[Thu Dec 12 20:56:00 2024] pci 0000:06:07.0: Adding to iommu group 22
[Thu Dec 12 20:56:00 2024] pci 0000:06:08.0: Adding to iommu group 23
[Thu Dec 12 20:56:00 2024] pci 0000:06:09.0: Adding to iommu group 24
[Thu Dec 12 20:56:00 2024] pci 0000:06:0a.0: Adding to iommu group 25
[Thu Dec 12 20:56:00 2024] pci 0000:06:0b.0: Adding to iommu group 26
[Thu Dec 12 20:56:00 2024] pci 0000:06:0c.0: Adding to iommu group 27
[Thu Dec 12 20:56:00 2024] pci 0000:06:0d.0: Adding to iommu group 28
[Thu Dec 12 20:56:00 2024] pci 0000:07:00.0: Adding to iommu group 18
[Thu Dec 12 20:56:00 2024] pci 0000:0c:00.0: Adding to iommu group 23
[Thu Dec 12 20:56:00 2024] pci 0000:0d:00.0: Adding to iommu group 24
[Thu Dec 12 20:56:00 2024] pci 0000:0e:00.0: Adding to iommu group 25
[Thu Dec 12 20:56:00 2024] pci 0000:0f:00.0: Adding to iommu group 26
[Thu Dec 12 20:56:00 2024] pci 0000:10:00.0: Adding to iommu group 27
[Thu Dec 12 20:56:00 2024] pci 0000:11:00.0: Adding to iommu group 28
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.0: Adding to iommu group 29
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.1: Adding to iommu group 30
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.2: Adding to iommu group 31
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.3: Adding to iommu group 32
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.4: Adding to iommu group 33
[Thu Dec 12 20:56:00 2024] pci 0000:12:00.6: Adding to iommu group 34
[Thu Dec 12 20:56:00 2024] pci 0000:13:00.0: Adding to iommu group 35
[Thu Dec 12 20:56:00 2024] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[Thu Dec 12 20:56:00 2024] AMD-Vi: Interrupt remapping enabled
[Thu Dec 12 20:56:00 2024] Freeing initrd memory: 46352K
[Thu Dec 12 20:56:00 2024] AMD-Vi: Virtual APIC enabled
[Thu Dec 12 20:56:00 2024] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[Thu Dec 12 20:56:00 2024] software IO TLB: mapped [mem 0x000000007bc45000-0x000000007fc45000] (64MB)
[Thu Dec 12 20:56:00 2024] LVT offset 0 assigned for vector 0x400
[Thu Dec 12 20:56:00 2024] perf: AMD IBS detected (0x00000bff)
[Thu Dec 12 20:56:00 2024] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[Thu Dec 12 20:56:00 2024] Initialise system trusted keyrings
[Thu Dec 12 20:56:00 2024] Key type blacklist registered
[Thu Dec 12 20:56:00 2024] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[Thu Dec 12 20:56:00 2024] fuse: init (API version 7.41)
[Thu Dec 12 20:56:00 2024] integrity: Platform Keyring initialized
[Thu Dec 12 20:56:00 2024] integrity: Machine keyring initialized
[Thu Dec 12 20:56:00 2024] Key type asymmetric registered
[Thu Dec 12 20:56:00 2024] Asymmetric key parser 'x509' registered
[Thu Dec 12 20:56:00 2024] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[Thu Dec 12 20:56:00 2024] io scheduler mq-deadline registered
[Thu Dec 12 20:56:00 2024] io scheduler kyber registered
[Thu Dec 12 20:56:00 2024] io scheduler bfq registered
[Thu Dec 12 20:56:00 2024] ledtrig-cpu: registered to indicate activity on CPUs
[Thu Dec 12 20:56:00 2024] pcieport 0000:00:01.1: PME: Signaling with IRQ 31
[Thu Dec 12 20:56:00 2024] pcieport 0000:00:01.2: PME: Signaling with IRQ 32
[Thu Dec 12 20:56:00 2024] pcieport 0000:00:02.1: PME: Signaling with IRQ 33
[Thu Dec 12 20:56:00 2024] pcieport 0000:00:08.1: PME: Signaling with IRQ 34
[Thu Dec 12 20:56:00 2024] pcieport 0000:00:08.3: PME: Signaling with IRQ 35
[Thu Dec 12 20:56:00 2024] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[Thu Dec 12 20:56:00 2024] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[Thu Dec 12 20:56:00 2024] ACPI: button: Power Button [PWRB]
[Thu Dec 12 20:56:00 2024] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[Thu Dec 12 20:56:00 2024] ACPI: button: Power Button [PWRF]
[Thu Dec 12 20:56:00 2024] Monitor-Mwait will be used to enter C-1 state
[Thu Dec 12 20:56:00 2024] Estimated ratio of average max frequency by base frequency (times 1024): 1127
[Thu Dec 12 20:56:00 2024] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[Thu Dec 12 20:56:00 2024] Non-volatile memory driver v1.3
[Thu Dec 12 20:56:00 2024] Linux agpgart interface v0.103
[Thu Dec 12 20:56:01 2024] tpm_crb MSFT0101:00: Disabling hwrng
[Thu Dec 12 20:56:01 2024] ACPI: bus type drm_connector registered
[Thu Dec 12 20:56:01 2024] ahci 0000:0c:00.0: version 3.0
[Thu Dec 12 20:56:01 2024] ahci 0000:0c:00.0: SSS flag set, parallel bus scan disabled
[Thu Dec 12 20:56:01 2024] ahci 0000:0c:00.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
[Thu Dec 12 20:56:01 2024] ahci 0000:0c:00.0: 2/2 ports implemented (port mask 0x3)
[Thu Dec 12 20:56:01 2024] ahci 0000:0c:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc 
[Thu Dec 12 20:56:01 2024] scsi host0: ahci
[Thu Dec 12 20:56:01 2024] scsi host1: ahci
[Thu Dec 12 20:56:01 2024] ata1: SATA max UDMA/133 abar m512@0xf6500000 port 0xf6500100 irq 49 lpm-pol 3
[Thu Dec 12 20:56:01 2024] ata2: SATA max UDMA/133 abar m512@0xf6500000 port 0xf6500180 irq 49 lpm-pol 3
[Thu Dec 12 20:56:01 2024] ahci 0000:11:00.0: SSS flag set, parallel bus scan disabled
[Thu Dec 12 20:56:01 2024] ahci 0000:11:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[Thu Dec 12 20:56:01 2024] ahci 0000:11:00.0: 4/6 ports implemented (port mask 0xf)
[Thu Dec 12 20:56:01 2024] ahci 0000:11:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[Thu Dec 12 20:56:01 2024] scsi host2: ahci
[Thu Dec 12 20:56:01 2024] scsi host3: ahci
[Thu Dec 12 20:56:01 2024] scsi host4: ahci
[Thu Dec 12 20:56:01 2024] scsi host5: ahci
[Thu Dec 12 20:56:01 2024] scsi host6: ahci
[Thu Dec 12 20:56:01 2024] scsi host7: ahci
[Thu Dec 12 20:56:01 2024] ata3: SATA max UDMA/133 abar m1024@0xf6080000 port 0xf6080100 irq 50 lpm-pol 3
[Thu Dec 12 20:56:01 2024] ata4: SATA max UDMA/133 abar m1024@0xf6080000 port 0xf6080180 irq 50 lpm-pol 3
[Thu Dec 12 20:56:01 2024] ata5: SATA max UDMA/133 abar m1024@0xf6080000 port 0xf6080200 irq 50 lpm-pol 3
[Thu Dec 12 20:56:01 2024] ata6: SATA max UDMA/133 abar m1024@0xf6080000 port 0xf6080280 irq 50 lpm-pol 3
[Thu Dec 12 20:56:01 2024] ata7: DUMMY
[Thu Dec 12 20:56:01 2024] ata8: DUMMY
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:10:00.0: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:10:00.0: new USB bus registered, assigned bus number 1
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:10:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000200000010
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:10:00.0: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:10:00.0: new USB bus registered, assigned bus number 2
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:10:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[Thu Dec 12 20:56:01 2024] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[Thu Dec 12 20:56:01 2024] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 12 20:56:01 2024] usb usb1: Product: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] usb usb1: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
[Thu Dec 12 20:56:01 2024] usb usb1: SerialNumber: 0000:10:00.0
[Thu Dec 12 20:56:01 2024] hub 1-0:1.0: USB hub found
[Thu Dec 12 20:56:01 2024] hub 1-0:1.0: 12 ports detected
[Thu Dec 12 20:56:01 2024] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[Thu Dec 12 20:56:01 2024] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[Thu Dec 12 20:56:01 2024] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 12 20:56:01 2024] usb usb2: Product: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] usb usb2: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
[Thu Dec 12 20:56:01 2024] usb usb2: SerialNumber: 0000:10:00.0
[Thu Dec 12 20:56:01 2024] hub 2-0:1.0: USB hub found
[Thu Dec 12 20:56:01 2024] hub 2-0:1.0: 5 ports detected
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.3: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.3: new USB bus registered, assigned bus number 3
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.3: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.3: new USB bus registered, assigned bus number 4
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[Thu Dec 12 20:56:01 2024] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[Thu Dec 12 20:56:01 2024] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 12 20:56:01 2024] usb usb3: Product: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] usb usb3: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
[Thu Dec 12 20:56:01 2024] usb usb3: SerialNumber: 0000:12:00.3
[Thu Dec 12 20:56:01 2024] hub 3-0:1.0: USB hub found
[Thu Dec 12 20:56:01 2024] hub 3-0:1.0: 2 ports detected
[Thu Dec 12 20:56:01 2024] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[Thu Dec 12 20:56:01 2024] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[Thu Dec 12 20:56:01 2024] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 12 20:56:01 2024] usb usb4: Product: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] usb usb4: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
[Thu Dec 12 20:56:01 2024] usb usb4: SerialNumber: 0000:12:00.3
[Thu Dec 12 20:56:01 2024] hub 4-0:1.0: USB hub found
[Thu Dec 12 20:56:01 2024] hub 4-0:1.0: 2 ports detected
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.4: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.4: new USB bus registered, assigned bus number 5
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.4: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.4: new USB bus registered, assigned bus number 6
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:12:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[Thu Dec 12 20:56:01 2024] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[Thu Dec 12 20:56:01 2024] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 12 20:56:01 2024] usb usb5: Product: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] usb usb5: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
[Thu Dec 12 20:56:01 2024] usb usb5: SerialNumber: 0000:12:00.4
[Thu Dec 12 20:56:01 2024] hub 5-0:1.0: USB hub found
[Thu Dec 12 20:56:01 2024] hub 5-0:1.0: 2 ports detected
[Thu Dec 12 20:56:01 2024] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[Thu Dec 12 20:56:01 2024] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[Thu Dec 12 20:56:01 2024] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 12 20:56:01 2024] usb usb6: Product: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] usb usb6: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
[Thu Dec 12 20:56:01 2024] usb usb6: SerialNumber: 0000:12:00.4
[Thu Dec 12 20:56:01 2024] hub 6-0:1.0: USB hub found
[Thu Dec 12 20:56:01 2024] hub 6-0:1.0: 2 ports detected
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:13:00.0: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:13:00.0: new USB bus registered, assigned bus number 7
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:13:00.0: USB3 root hub has no ports
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:13:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:13:00.0: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:13:00.0: new USB bus registered, assigned bus number 8
[Thu Dec 12 20:56:01 2024] xhci_hcd 0000:13:00.0: Host supports USB 3.0 SuperSpeed
[Thu Dec 12 20:56:01 2024] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[Thu Dec 12 20:56:01 2024] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 12 20:56:01 2024] usb usb7: Product: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] usb usb7: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
[Thu Dec 12 20:56:01 2024] usb usb7: SerialNumber: 0000:13:00.0
[Thu Dec 12 20:56:01 2024] hub 7-0:1.0: USB hub found
[Thu Dec 12 20:56:01 2024] hub 7-0:1.0: 1 port detected
[Thu Dec 12 20:56:01 2024] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[Thu Dec 12 20:56:01 2024] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[Thu Dec 12 20:56:01 2024] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 12 20:56:01 2024] usb usb8: Product: xHCI Host Controller
[Thu Dec 12 20:56:01 2024] usb usb8: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
[Thu Dec 12 20:56:01 2024] usb usb8: SerialNumber: 0000:13:00.0
[Thu Dec 12 20:56:01 2024] hub 8-0:1.0: USB hub found
[Thu Dec 12 20:56:01 2024] hub 8-0:1.0: config failed, hub doesn't have any ports! (err -19)
[Thu Dec 12 20:56:01 2024] fbcon: Taking over console
[Thu Dec 12 20:56:01 2024] usbcore: registered new interface driver usbserial_generic
[Thu Dec 12 20:56:01 2024] usbserial: USB Serial support registered for generic
[Thu Dec 12 20:56:01 2024] rtc_cmos 00:02: RTC can wake from S4
[Thu Dec 12 20:56:01 2024] rtc_cmos 00:02: registered as rtc0
[Thu Dec 12 20:56:01 2024] rtc_cmos 00:02: setting system clock to 2024-12-13T00:26:00 UTC (1734049560)
[Thu Dec 12 20:56:01 2024] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[Thu Dec 12 20:56:01 2024] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[Thu Dec 12 20:56:01 2024] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[Thu Dec 12 20:56:01 2024] Console: switching to colour frame buffer device 128x48
[Thu Dec 12 20:56:01 2024] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[Thu Dec 12 20:56:01 2024] hid: raw HID events driver (C) Jiri Kosina
[Thu Dec 12 20:56:01 2024] drop_monitor: Initializing network drop monitor service
[Thu Dec 12 20:56:01 2024] NET: Registered PF_INET6 protocol family
[Thu Dec 12 20:56:01 2024] Segment Routing with IPv6
[Thu Dec 12 20:56:01 2024] RPL Segment Routing with IPv6
[Thu Dec 12 20:56:01 2024] In-situ OAM (IOAM) with IPv6
[Thu Dec 12 20:56:01 2024] NET: Registered PF_PACKET protocol family
[Thu Dec 12 20:56:01 2024] microcode: Current revision: 0x0a601209
[Thu Dec 12 20:56:01 2024] microcode: Updated early from: 0x0a601209
[Thu Dec 12 20:56:01 2024] resctrl: L3 allocation detected
[Thu Dec 12 20:56:01 2024] resctrl: MB allocation detected
[Thu Dec 12 20:56:01 2024] resctrl: SMBA allocation detected
[Thu Dec 12 20:56:01 2024] resctrl: L3 monitoring detected
[Thu Dec 12 20:56:01 2024] IPI shorthand broadcast: enabled
[Thu Dec 12 20:56:01 2024] sched_clock: Marking stable (719521719, 351327)->(735961646, -16088600)
[Thu Dec 12 20:56:01 2024] registered taskstats version 1
[Thu Dec 12 20:56:01 2024] Loading compiled-in X.509 certificates
[Thu Dec 12 20:56:01 2024] Loaded X.509 cert 'Build time autogenerated kernel key: 8d6402356535386924f746d3d123613ef19cb307'
[Thu Dec 12 20:56:01 2024] Demotion targets for Node 0: null
[Thu Dec 12 20:56:01 2024] Key type .fscrypt registered
[Thu Dec 12 20:56:01 2024] Key type fscrypt-provisioning registered
[Thu Dec 12 20:56:01 2024] integrity: Loading X.509 certificate: UEFI:db
[Thu Dec 12 20:56:01 2024] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[Thu Dec 12 20:56:01 2024] integrity: Loading X.509 certificate: UEFI:db
[Thu Dec 12 20:56:01 2024] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[Thu Dec 12 20:56:01 2024] integrity: Loading X.509 certificate: UEFI:db
[Thu Dec 12 20:56:01 2024] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[Thu Dec 12 20:56:01 2024] integrity: Loading X.509 certificate: UEFI:db
[Thu Dec 12 20:56:01 2024] integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
[Thu Dec 12 20:56:01 2024] integrity: Loading X.509 certificate: UEFI:db
[Thu Dec 12 20:56:01 2024] integrity: Loaded X.509 cert 'MSI SHIP DB: ebc30d5be5f35f8041c1c2d9e613eee2'
[Thu Dec 12 20:56:01 2024] PM:   Magic number: 4:385:405
[Thu Dec 12 20:56:01 2024] RAS: Correctable Errors collector initialized.
[Thu Dec 12 20:56:01 2024] clk: Disabling unused clocks
[Thu Dec 12 20:56:01 2024] PM: genpd: Disabling unused power domains
[Thu Dec 12 20:56:01 2024] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[Thu Dec 12 20:56:01 2024] usb 5-1: new full-speed USB device number 2 using xhci_hcd
[Thu Dec 12 20:56:01 2024] ata1: SATA link down (SStatus 0 SControl 300)
[Thu Dec 12 20:56:01 2024] ata3: SATA link down (SStatus 0 SControl 300)
[Thu Dec 12 20:56:01 2024] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[Thu Dec 12 20:56:01 2024] usb 5-1: New USB device found, idVendor=046d, idProduct=c548, bcdDevice= 5.01
[Thu Dec 12 20:56:01 2024] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Thu Dec 12 20:56:01 2024] usb 5-1: Product: USB Receiver
[Thu Dec 12 20:56:01 2024] usb 5-1: Manufacturer: Logitech
[Thu Dec 12 20:56:01 2024] usb 3-2: New USB device found, idVendor=1b1c, idProduct=0a55, bcdDevice= 0.00
[Thu Dec 12 20:56:01 2024] usb 3-2: New USB device strings: Mfr=3, Product=4, SerialNumber=0
[Thu Dec 12 20:56:01 2024] usb 3-2: Product: CORSAIR VOID ELITE Wireless Gaming Dongle
[Thu Dec 12 20:56:01 2024] usb 3-2: Manufacturer: Corsair
[Thu Dec 12 20:56:01 2024] usb 1-5: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
[Thu Dec 12 20:56:01 2024] usb 1-5: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[Thu Dec 12 20:56:01 2024] usb 1-5: Product: ASM107x
[Thu Dec 12 20:56:01 2024] usb 1-5: Manufacturer: Asmedia
[Thu Dec 12 20:56:01 2024] ata2: SATA link down (SStatus 0 SControl 300)
[Thu Dec 12 20:56:01 2024] hub 1-5:1.0: USB hub found
[Thu Dec 12 20:56:01 2024] hub 1-5:1.0: 4 ports detected
[Thu Dec 12 20:56:01 2024] usb 2-5: new SuperSpeed USB device number 2 using xhci_hcd
[Thu Dec 12 20:56:01 2024] usb 2-5: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
[Thu Dec 12 20:56:01 2024] usb 2-5: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[Thu Dec 12 20:56:01 2024] usb 2-5: Product: ASM107x
[Thu Dec 12 20:56:01 2024] usb 2-5: Manufacturer: Asmedia
[Thu Dec 12 20:56:01 2024] hub 2-5:1.0: USB hub found
[Thu Dec 12 20:56:01 2024] hub 2-5:1.0: 4 ports detected
[Thu Dec 12 20:56:01 2024] tsc: Refined TSC clocksource calibration: 4199.998 MHz
[Thu Dec 12 20:56:01 2024] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a5f8911c, max_idle_ns: 440795307124 ns
[Thu Dec 12 20:56:01 2024] clocksource: Switched to clocksource tsc
[Thu Dec 12 20:56:01 2024] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[Thu Dec 12 20:56:01 2024] ata4: SATA link down (SStatus 0 SControl 300)
[Thu Dec 12 20:56:02 2024] usb 1-5.1: new full-speed USB device number 4 using xhci_hcd
[Thu Dec 12 20:56:02 2024] ata5: SATA link down (SStatus 0 SControl 300)
[Thu Dec 12 20:56:02 2024] usb 2-5.4: new SuperSpeed USB device number 3 using xhci_hcd
[Thu Dec 12 20:56:02 2024] usb 2-5.4: New USB device found, idVendor=05e3, idProduct=0612, bcdDevice=92.22
[Thu Dec 12 20:56:02 2024] usb 2-5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Thu Dec 12 20:56:02 2024] usb 2-5.4: Product: USB3.0 Hub
[Thu Dec 12 20:56:02 2024] usb 2-5.4: Manufacturer: GenesysLogic
[Thu Dec 12 20:56:02 2024] hub 2-5.4:1.0: USB hub found
[Thu Dec 12 20:56:02 2024] hub 2-5.4:1.0: 4 ports detected
[Thu Dec 12 20:56:02 2024] usb 1-5.1: New USB device found, idVendor=1b1c, idProduct=1b3d, bcdDevice=30.08
[Thu Dec 12 20:56:02 2024] usb 1-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Thu Dec 12 20:56:02 2024] usb 1-5.1: Product: Corsair Gaming K55 RGB Keyboard
[Thu Dec 12 20:56:02 2024] usb 1-5.1: Manufacturer: Corsair
[Thu Dec 12 20:56:02 2024] usb 1-5.1: SerialNumber: AF6B11205E715FE0F5001C0640048000
[Thu Dec 12 20:56:02 2024] ata6: SATA link down (SStatus 0 SControl 300)
[Thu Dec 12 20:56:02 2024] Freeing unused decrypted memory: 2028K
[Thu Dec 12 20:56:02 2024] Freeing unused kernel image (initmem) memory: 4248K
[Thu Dec 12 20:56:02 2024] Write protecting the kernel read-only data: 32768k
[Thu Dec 12 20:56:02 2024] Freeing unused kernel image (rodata/data gap) memory: 100K
[Thu Dec 12 20:56:02 2024] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[Thu Dec 12 20:56:02 2024] rodata_test: all tests were successful
[Thu Dec 12 20:56:02 2024] Run /init as init process
[Thu Dec 12 20:56:02 2024]   with arguments:
[Thu Dec 12 20:56:02 2024]     /init
[Thu Dec 12 20:56:02 2024]   with environment:
[Thu Dec 12 20:56:02 2024]     HOME=/
[Thu Dec 12 20:56:02 2024]     TERM=linux
[Thu Dec 12 20:56:02 2024] raid6: skipped pq benchmark and selected avx512x4
[Thu Dec 12 20:56:02 2024] raid6: using avx512x2 recovery algorithm
[Thu Dec 12 20:56:02 2024] xor: automatically using best checksumming function   avx       
[Thu Dec 12 20:56:02 2024] usb 1-5.4: new high-speed USB device number 5 using xhci_hcd
[Thu Dec 12 20:56:02 2024] Btrfs loaded, zoned=yes, fsverity=yes
[Thu Dec 12 20:56:02 2024] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[Thu Dec 12 20:56:02 2024] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input2
[Thu Dec 12 20:56:02 2024] xhci-pci-renesas 0000:0d:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
[Thu Dec 12 20:56:02 2024] xhci-pci-renesas 0000:0d:00.0: xHCI Host Controller
[Thu Dec 12 20:56:02 2024] xhci-pci-renesas 0000:0d:00.0: new USB bus registered, assigned bus number 9
[Thu Dec 12 20:56:02 2024] xhci-pci-renesas 0000:0d:00.0: Zeroing 64bit base registers, expecting fault
[Thu Dec 12 20:56:02 2024] nvme 0000:04:00.0: platform quirk: setting simple suspend
[Thu Dec 12 20:56:02 2024] nvme 0000:07:00.0: platform quirk: setting simple suspend
[Thu Dec 12 20:56:02 2024] nvme nvme0: pci function 0000:04:00.0
[Thu Dec 12 20:56:02 2024] nvme nvme1: pci function 0000:07:00.0
[Thu Dec 12 20:56:02 2024] nvme nvme0: 8/0/0 default/read/poll queues
[Thu Dec 12 20:56:02 2024] nvme nvme1: 8/0/0 default/read/poll queues
[Thu Dec 12 20:56:02 2024]  nvme1n1: p1 p2 p3 p4
[Thu Dec 12 20:56:02 2024]  nvme0n1: p1 p2
[Thu Dec 12 20:56:02 2024] usb 1-5.4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=92.22
[Thu Dec 12 20:56:02 2024] usb 1-5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Thu Dec 12 20:56:02 2024] usb 1-5.4: Product: USB2.0 Hub
[Thu Dec 12 20:56:02 2024] usb 1-5.4: Manufacturer: GenesysLogic
[Thu Dec 12 20:56:02 2024] hub 1-5.4:1.0: USB hub found
[Thu Dec 12 20:56:02 2024] hub 1-5.4:1.0: 4 ports detected
[Thu Dec 12 20:56:02 2024] xhci-pci-renesas 0000:0d:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000000100000010
[Thu Dec 12 20:56:02 2024] xhci-pci-renesas 0000:0d:00.0: xHCI Host Controller
[Thu Dec 12 20:56:02 2024] xhci-pci-renesas 0000:0d:00.0: new USB bus registered, assigned bus number 10
[Thu Dec 12 20:56:02 2024] xhci-pci-renesas 0000:0d:00.0: Host supports USB 3.0 SuperSpeed
[Thu Dec 12 20:56:02 2024] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[Thu Dec 12 20:56:02 2024] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 12 20:56:02 2024] usb usb9: Product: xHCI Host Controller
[Thu Dec 12 20:56:02 2024] usb usb9: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
[Thu Dec 12 20:56:02 2024] usb usb9: SerialNumber: 0000:0d:00.0
[Thu Dec 12 20:56:02 2024] hub 9-0:1.0: USB hub found
[Thu Dec 12 20:56:02 2024] hub 9-0:1.0: 4 ports detected
[Thu Dec 12 20:56:02 2024] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[Thu Dec 12 20:56:02 2024] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[Thu Dec 12 20:56:02 2024] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 12 20:56:02 2024] usb usb10: Product: xHCI Host Controller
[Thu Dec 12 20:56:02 2024] usb usb10: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
[Thu Dec 12 20:56:02 2024] usb usb10: SerialNumber: 0000:0d:00.0
[Thu Dec 12 20:56:02 2024] hub 10-0:1.0: USB hub found
[Thu Dec 12 20:56:02 2024] hub 10-0:1.0: 4 ports detected
[Thu Dec 12 20:56:02 2024] usbcore: registered new interface driver usbhid
[Thu Dec 12 20:56:02 2024] usbhid: USB HID core driver
[Thu Dec 12 20:56:02 2024] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:12:00.4/usb5/5-1/5-1:1.0/0003:046D:C548.0001/input/input3
[Thu Dec 12 20:56:03 2024] usb 9-3: new full-speed USB device number 2 using xhci-pci-renesas
[Thu Dec 12 20:56:03 2024] usb 9-3: New USB device found, idVendor=041e, idProduct=3287, bcdDevice=10.02
[Thu Dec 12 20:56:03 2024] usb 9-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Thu Dec 12 20:56:03 2024] usb 9-3: Product: Creative Pebble Pro
[Thu Dec 12 20:56:03 2024] usb 9-3: Manufacturer: Creative Technology Ltd
[Thu Dec 12 20:56:03 2024] usb 9-3: SerialNumber: MF1710
[Thu Dec 12 20:56:03 2024] input: Creative Technology Ltd Creative Pebble Pro as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:09.0/0000:0d:00.0/usb9/9-3/9-3:1.0/0003:041E:3287.0007/input/input4
[Thu Dec 12 20:56:03 2024] hid-generic 0003:046D:C548.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:12:00.4-1/input0
[Thu Dec 12 20:56:03 2024] input: Creative Technology Ltd Creative Pebble Pro Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:09.0/0000:0d:00.0/usb9/9-3/9-3:1.0/0003:041E:3287.0007/input/input5
[Thu Dec 12 20:56:03 2024] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:12:00.4/usb5/5-1/5-1:1.1/0003:046D:C548.0002/input/input7
[Thu Dec 12 20:56:03 2024] input: Creative Technology Ltd Creative Pebble Pro as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:09.0/0000:0d:00.0/usb9/9-3/9-3:1.0/0003:041E:3287.0007/input/input6
[Thu Dec 12 20:56:03 2024] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:12:00.4/usb5/5-1/5-1:1.1/0003:046D:C548.0002/input/input8
[Thu Dec 12 20:56:03 2024] hid-generic 0003:041E:3287.0007: input,hiddev96,hidraw1: USB HID v1.10 Device [Creative Technology Ltd Creative Pebble Pro] on usb-0000:0d:00.0-3/input0
[Thu Dec 12 20:56:03 2024] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:12:00.4/usb5/5-1/5-1:1.1/0003:046D:C548.0002/input/input9
[Thu Dec 12 20:56:03 2024] hid-generic 0003:046D:C548.0002: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:12:00.4-1/input1
[Thu Dec 12 20:56:03 2024] hid-generic 0003:046D:C548.0003: hiddev97,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:12:00.4-1/input2
[Thu Dec 12 20:56:03 2024] input: Corsair CORSAIR VOID ELITE Wireless Gaming Dongle Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:12:00.3/usb3/3-2/3-2:1.3/0003:1B1C:0A55.0004/input/input10
[Thu Dec 12 20:56:03 2024] input: Corsair CORSAIR VOID ELITE Wireless Gaming Dongle as /devices/pci0000:00/0000:00:08.1/0000:12:00.3/usb3/3-2/3-2:1.3/0003:1B1C:0A55.0004/input/input11
[Thu Dec 12 20:56:03 2024] input: Corsair CORSAIR VOID ELITE Wireless Gaming Dongle as /devices/pci0000:00/0000:00:08.1/0000:12:00.3/usb3/3-2/3-2:1.3/0003:1B1C:0A55.0004/input/input12
[Thu Dec 12 20:56:03 2024] hid-generic 0003:1B1C:0A55.0004: input,hiddev98,hidraw4: USB HID v1.11 Device [Corsair CORSAIR VOID ELITE Wireless Gaming Dongle] on usb-0000:12:00.3-2/input3
[Thu Dec 12 20:56:03 2024] input: Corsair Corsair Gaming K55 RGB Keyboard as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-5/1-5.1/1-5.1:1.0/0003:1B1C:1B3D.0005/input/input13
[Thu Dec 12 20:56:03 2024] usb 1-6: New USB device found, idVendor=0db0, idProduct=422d, bcdDevice= 0.01
[Thu Dec 12 20:56:03 2024] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[Thu Dec 12 20:56:03 2024] usb 1-6: Product: USB Audio
[Thu Dec 12 20:56:03 2024] usb 1-6: Manufacturer: Generic
[Thu Dec 12 20:56:03 2024] hid-generic 0003:0DB0:422D.0008: hiddev99,hidraw5: USB HID v1.11 Device [Generic USB Audio] on usb-0000:10:00.0-6/input7
[Thu Dec 12 20:56:03 2024] [drm] amdgpu kernel modesetting enabled.
[Thu Dec 12 20:56:03 2024] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[Thu Dec 12 20:56:03 2024] amdgpu: ATPX version 1, functions 0x00000000
[Thu Dec 12 20:56:03 2024] amdgpu: Virtual CRAT table created for CPU
[Thu Dec 12 20:56:03 2024] amdgpu: Topology: Add CPU node
[Thu Dec 12 20:56:03 2024] [drm] initializing kernel modesetting (DIMGREY_CAVEFISH 0x1002:0x73FF 0x1043:0x05D1 0xC1).
[Thu Dec 12 20:56:03 2024] [drm] register mmio base: 0xF6B00000
[Thu Dec 12 20:56:03 2024] [drm] register mmio size: 1048576
[Thu Dec 12 20:56:03 2024] [drm] add ip block number 0 <nv_common>
[Thu Dec 12 20:56:03 2024] [drm] add ip block number 1 <gmc_v10_0>
[Thu Dec 12 20:56:03 2024] [drm] add ip block number 2 <navi10_ih>
[Thu Dec 12 20:56:03 2024] [drm] add ip block number 3 <psp>
[Thu Dec 12 20:56:03 2024] [drm] add ip block number 4 <smu>
[Thu Dec 12 20:56:03 2024] [drm] add ip block number 5 <dm>
[Thu Dec 12 20:56:03 2024] [drm] add ip block number 6 <gfx_v10_0>
[Thu Dec 12 20:56:03 2024] [drm] add ip block number 7 <sdma_v5_2>
[Thu Dec 12 20:56:03 2024] [drm] add ip block number 8 <vcn_v3_0>
[Thu Dec 12 20:56:03 2024] [drm] add ip block number 9 <jpeg_v3_0>
[Thu Dec 12 20:56:03 2024] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from platform
[Thu Dec 12 20:56:03 2024] amdgpu: ATOM BIOS: 115-D532BP0-100
[Thu Dec 12 20:56:04 2024] input: Corsair Corsair Gaming K55 RGB Keyboard as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-5/1-5.1/1-5.1:1.0/0003:1B1C:1B3D.0005/input/input14
[Thu Dec 12 20:56:04 2024] Console: switching to colour dummy device 80x25
[Thu Dec 12 20:56:04 2024] input: Corsair Corsair Gaming K55 RGB Keyboard as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:0c.0/0000:10:00.0/usb1/1-5/1-5.1/1-5.1:1.0/0003:1B1C:1B3D.0005/input/input15
[Thu Dec 12 20:56:04 2024] hid-generic 0003:1B1C:1B3D.0005: input,hiddev100,hidraw6: USB HID v1.11 Keyboard [Corsair Corsair Gaming K55 RGB Keyboard] on usb-0000:10:00.0-5.1/input0
[Thu Dec 12 20:56:04 2024] hid-generic 0003:1B1C:1B3D.0006: hiddev101,hidraw7: USB HID v1.11 Device [Corsair Corsair Gaming K55 RGB Keyboard] on usb-0000:10:00.0-5.1/input1
[Thu Dec 12 20:56:04 2024] amdgpu 0000:03:00.0: vgaarb: deactivate vga console
[Thu Dec 12 20:56:04 2024] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[Thu Dec 12 20:56:04 2024] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[Thu Dec 12 20:56:04 2024] amdgpu 0000:03:00.0: BAR 2 [mem 0xd0000000-0xd01fffff 64bit pref]: releasing
[Thu Dec 12 20:56:04 2024] amdgpu 0000:03:00.0: BAR 0 [mem 0xc0000000-0xcfffffff 64bit pref]: releasing
[Thu Dec 12 20:56:04 2024] pcieport 0000:02:00.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]: releasing
[Thu Dec 12 20:56:04 2024] pcieport 0000:01:00.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]: releasing
[Thu Dec 12 20:56:04 2024] pcieport 0000:00:01.1: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]: releasing
[Thu Dec 12 20:56:04 2024] pcieport 0000:00:01.1: bridge window [mem 0x1100000000-0x13ffffffff 64bit pref]: assigned
[Thu Dec 12 20:56:04 2024] pcieport 0000:01:00.0: bridge window [mem 0x1100000000-0x13ffffffff 64bit pref]: assigned
[Thu Dec 12 20:56:04 2024] pcieport 0000:02:00.0: bridge window [mem 0x1100000000-0x13ffffffff 64bit pref]: assigned
[Thu Dec 12 20:56:04 2024] amdgpu 0000:03:00.0: BAR 0 [mem 0x1200000000-0x13ffffffff 64bit pref]: assigned
[Thu Dec 12 20:56:04 2024] amdgpu 0000:03:00.0: BAR 2 [mem 0x1100000000-0x11001fffff 64bit pref]: assigned
[Thu Dec 12 20:56:04 2024] pcieport 0000:00:01.1: PCI bridge to [bus 01-03]
[Thu Dec 12 20:56:04 2024] pcieport 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[Thu Dec 12 20:56:04 2024] pcieport 0000:00:01.1:   bridge window [mem 0xf6b00000-0xf6dfffff]
[Thu Dec 12 20:56:04 2024] pcieport 0000:00:01.1:   bridge window [mem 0x1100000000-0x13ffffffff 64bit pref]
[Thu Dec 12 20:56:04 2024] pcieport 0000:01:00.0: PCI bridge to [bus 02-03]
[Thu Dec 12 20:56:04 2024] pcieport 0000:01:00.0:   bridge window [io  0xf000-0xffff]
[Thu Dec 12 20:56:04 2024] pcieport 0000:01:00.0:   bridge window [mem 0xf6b00000-0xf6cfffff]
[Thu Dec 12 20:56:04 2024] pcieport 0000:01:00.0:   bridge window [mem 0x1100000000-0x13ffffffff 64bit pref]
[Thu Dec 12 20:56:04 2024] pcieport 0000:02:00.0: PCI bridge to [bus 03]
[Thu Dec 12 20:56:04 2024] pcieport 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[Thu Dec 12 20:56:04 2024] pcieport 0000:02:00.0:   bridge window [mem 0xf6b00000-0xf6cfffff]
[Thu Dec 12 20:56:04 2024] pcieport 0000:02:00.0:   bridge window [mem 0x1100000000-0x13ffffffff 64bit pref]
[Thu Dec 12 20:56:04 2024] amdgpu 0000:03:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[Thu Dec 12 20:56:04 2024] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[Thu Dec 12 20:56:04 2024] [drm] Detected VRAM RAM=8176M, BAR=8192M
[Thu Dec 12 20:56:04 2024] [drm] RAM width 128bits GDDR6
[Thu Dec 12 20:56:04 2024] [drm] amdgpu: 8176M of VRAM memory ready
[Thu Dec 12 20:56:04 2024] [drm] amdgpu: 31698M of GTT memory ready.
[Thu Dec 12 20:56:04 2024] [drm] GART: num cpu pages 131072, num gpu pages 131072
[Thu Dec 12 20:56:04 2024] [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
[Thu Dec 12 20:56:04 2024] usb 1-7: new high-speed USB device number 6 using xhci_hcd
[Thu Dec 12 20:56:04 2024] usb 1-7: New USB device found, idVendor=0e8d, idProduct=0616, bcdDevice= 1.00
[Thu Dec 12 20:56:04 2024] usb 1-7: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[Thu Dec 12 20:56:04 2024] usb 1-7: Product: Wireless_Device
[Thu Dec 12 20:56:04 2024] usb 1-7: Manufacturer: MediaTek Inc.
[Thu Dec 12 20:56:04 2024] usb 1-7: SerialNumber: 000000000
[Thu Dec 12 20:56:04 2024] usb 1-10: new full-speed USB device number 7 using xhci_hcd
[Thu Dec 12 20:56:04 2024] usb 1-10: New USB device found, idVendor=1462, idProduct=7d75, bcdDevice= 0.01
[Thu Dec 12 20:56:04 2024] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Thu Dec 12 20:56:04 2024] usb 1-10: Product: MYSTIC LIGHT 
[Thu Dec 12 20:56:04 2024] usb 1-10: Manufacturer: MSI
[Thu Dec 12 20:56:04 2024] usb 1-10: SerialNumber: 7D7522120106
[Thu Dec 12 20:56:04 2024] 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-10/1-10:1.0/0003:1462:7D75.0009/input/input16
[Thu Dec 12 20:56:04 2024] hid-generic 0003:1462:7D75.0009: input,hiddev102,hidraw8: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:10:00.0-10/input0
[Thu Dec 12 20:56:05 2024] usb 1-12: new high-speed USB device number 8 using xhci_hcd
[Thu Dec 12 20:56:05 2024] usb 1-12: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[Thu Dec 12 20:56:05 2024] usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[Thu Dec 12 20:56:05 2024] usb 1-12: Product: USB2.0 Hub
[Thu Dec 12 20:56:05 2024] hub 1-12:1.0: USB hub found
[Thu Dec 12 20:56:05 2024] hub 1-12:1.0: 4 ports detected
[Thu Dec 12 20:56:06 2024] amdgpu 0000:03:00.0: amdgpu: STB initialized to 2048 entries
[Thu Dec 12 20:56:06 2024] [drm] Loading DMUB firmware via PSP: version=0x02020020
[Thu Dec 12 20:56:06 2024] [drm] use_doorbell being set to: [true]
[Thu Dec 12 20:56:06 2024] [drm] use_doorbell being set to: [true]
[Thu Dec 12 20:56:06 2024] [drm] Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 3
[Thu Dec 12 20:56:06 2024] amdgpu 0000:03:00.0: amdgpu: reserve 0xa00000 from 0x81fd000000 for PSP TMR
[Thu Dec 12 20:56:06 2024] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[Thu Dec 12 20:56:06 2024] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[Thu Dec 12 20:56:06 2024] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw program = 0, version = 0x003b3100 (59.49.0)
[Thu Dec 12 20:56:06 2024] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[Thu Dec 12 20:56:06 2024] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[Thu Dec 12 20:56:06 2024] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[Thu Dec 12 20:56:06 2024] [drm] Display Core v3.2.301 initialized on DCN 3.0.2
[Thu Dec 12 20:56:06 2024] [drm] DP-HDMI FRL PCON supported
[Thu Dec 12 20:56:06 2024] [drm] DMUB hardware initialized: version=0x02020020
[Thu Dec 12 20:56:07 2024] [drm] kiq ring mec 2 pipe 1 q 0
[Thu Dec 12 20:56:07 2024] amdgpu: HMM registered 8176MB device memory
[Thu Dec 12 20:56:07 2024] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[Thu Dec 12 20:56:07 2024] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[Thu Dec 12 20:56:07 2024] amdgpu: Virtual CRAT table created for GPU
[Thu Dec 12 20:56:07 2024] amdgpu: Topology: Add dGPU node [0x73ff:0x1002]
[Thu Dec 12 20:56:07 2024] kfd kfd: amdgpu: added device 1002:73ff
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 32
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 14 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
[Thu Dec 12 20:56:07 2024] [drm] Initialized amdgpu 3.59.0 for 0000:03:00.0 on minor 1
[Thu Dec 12 20:56:07 2024] fbcon: amdgpudrmfb (fb0) is primary device
[Thu Dec 12 20:56:07 2024] [drm] pre_validate_dsc:1589 MST_DSC dsc precompute is not needed
[Thu Dec 12 20:56:07 2024] Console: switching to colour frame buffer device 160x45
[Thu Dec 12 20:56:07 2024] amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: enabling device (0000 -> 0003)
[Thu Dec 12 20:56:07 2024] [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1462:0x7D75 0xCB).
[Thu Dec 12 20:56:07 2024] [drm] register mmio base: 0xF6A00000
[Thu Dec 12 20:56:07 2024] [drm] register mmio size: 524288
[Thu Dec 12 20:56:07 2024] [drm] add ip block number 0 <nv_common>
[Thu Dec 12 20:56:07 2024] [drm] add ip block number 1 <gmc_v10_0>
[Thu Dec 12 20:56:07 2024] [drm] add ip block number 2 <navi10_ih>
[Thu Dec 12 20:56:07 2024] [drm] add ip block number 3 <psp>
[Thu Dec 12 20:56:07 2024] [drm] add ip block number 4 <smu>
[Thu Dec 12 20:56:07 2024] [drm] add ip block number 5 <dm>
[Thu Dec 12 20:56:07 2024] [drm] add ip block number 6 <gfx_v10_0>
[Thu Dec 12 20:56:07 2024] [drm] add ip block number 7 <sdma_v5_2>
[Thu Dec 12 20:56:07 2024] [drm] add ip block number 8 <vcn_v3_0>
[Thu Dec 12 20:56:07 2024] [drm] add ip block number 9 <jpeg_v3_0>
[Thu Dec 12 20:56:07 2024] [drm] BIOS signature incorrect 27 8f
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: ROM [??? 0x00000000 flags 0x20000000]: can't assign; bogus alignment
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: Fetched VBIOS from platform
[Thu Dec 12 20:56:07 2024] amdgpu: ATOM BIOS: 102-RAPHAEL-008
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[Thu Dec 12 20:56:07 2024] [drm] GPU posting now...
[Thu Dec 12 20:56:07 2024] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[Thu Dec 12 20:56:07 2024] [drm] Detected VRAM RAM=512M, BAR=512M
[Thu Dec 12 20:56:07 2024] [drm] RAM width 64bits LPDDR5
[Thu Dec 12 20:56:07 2024] [drm] amdgpu: 512M of VRAM memory ready
[Thu Dec 12 20:56:07 2024] [drm] amdgpu: 31698M of GTT memory ready.
[Thu Dec 12 20:56:07 2024] [drm] GART: num cpu pages 262144, num gpu pages 262144
[Thu Dec 12 20:56:07 2024] [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
[Thu Dec 12 20:56:07 2024] [drm] Loading DMUB firmware via PSP: version=0x05001C00
[Thu Dec 12 20:56:07 2024] [drm] use_doorbell being set to: [true]
[Thu Dec 12 20:56:07 2024] [drm] Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 3
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: RAS: optional ras ta ucode is not available
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: RAP: optional rap ta ucode is not available
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: SMU is initialized successfully!
[Thu Dec 12 20:56:07 2024] [drm] Seamless boot condition check passed
[Thu Dec 12 20:56:07 2024] [drm] Display Core v3.2.301 initialized on DCN 3.1.5
[Thu Dec 12 20:56:07 2024] [drm] DP-HDMI FRL PCON supported
[Thu Dec 12 20:56:07 2024] [drm] DMUB hardware initialized: version=0x05001C00
[Thu Dec 12 20:56:07 2024] [drm:amdgpu_dm_init [amdgpu]] *ERROR* KMS: Failed to detect connector
[Thu Dec 12 20:56:07 2024] [drm:amdgpu_dm_init [amdgpu]] *ERROR* KMS: Failed to detect connector
[Thu Dec 12 20:56:07 2024] [drm:amdgpu_dm_init [amdgpu]] *ERROR* KMS: Failed to detect connector
[Thu Dec 12 20:56:07 2024] [drm:amdgpu_dm_init [amdgpu]] *ERROR* KMS: Failed to detect connector
[Thu Dec 12 20:56:07 2024] [drm:amdgpu_dm_init [amdgpu]] *ERROR* KMS: Failed to detect connector
[Thu Dec 12 20:56:07 2024] [drm] kiq ring mec 2 pipe 1 q 0
[Thu Dec 12 20:56:07 2024] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[Thu Dec 12 20:56:07 2024] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[Thu Dec 12 20:56:07 2024] amdgpu: Virtual CRAT table created for GPU
[Thu Dec 12 20:56:07 2024] amdgpu: Topology: Add dGPU node [0x164e:0x1002]
[Thu Dec 12 20:56:07 2024] kfd kfd: amdgpu: added device 1002:164e
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: amdgpu: Runtime PM not available
[Thu Dec 12 20:56:07 2024] [drm] Initialized amdgpu 3.59.0 for 0000:12:00.0 on minor 0
[Thu Dec 12 20:56:07 2024] amdgpu 0000:12:00.0: [drm] Cannot find any crtc or sizes
[Thu Dec 12 20:56:07 2024] BTRFS: device fsid 0d558170-e6c8-4f0a-be9c-9037305990b0 devid 1 transid 185 /dev/nvme0n1p2 (259:7) scanned by mount (334)
[Thu Dec 12 20:56:07 2024] BTRFS info (device nvme0n1p2): first mount of filesystem 0d558170-e6c8-4f0a-be9c-9037305990b0
[Thu Dec 12 20:56:07 2024] BTRFS info (device nvme0n1p2): using crc32c (crc32c-intel) checksum algorithm
[Thu Dec 12 20:56:07 2024] BTRFS info (device nvme0n1p2): using free-space-tree
[Thu Dec 12 20:56:07 2024] systemd[1]: systemd 257-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[Thu Dec 12 20:56:07 2024] systemd[1]: Detected architecture x86-64.
[Thu Dec 12 20:56:07 2024] systemd[1]: Hostname set to <sorrento>.
[Thu Dec 12 20:56:07 2024] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[Thu Dec 12 20:56:07 2024] zram: Added device: zram0
[Thu Dec 12 20:56:07 2024] systemd[1]: Queued start job for default target Graphical Interface.
[Thu Dec 12 20:56:07 2024] systemd[1]: Created slice Slice /system/dirmngr.
[Thu Dec 12 20:56:07 2024] systemd[1]: Created slice Slice /system/getty.
[Thu Dec 12 20:56:07 2024] systemd[1]: Created slice Slice /system/gpg-agent.
[Thu Dec 12 20:56:07 2024] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[Thu Dec 12 20:56:07 2024] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[Thu Dec 12 20:56:07 2024] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[Thu Dec 12 20:56:07 2024] systemd[1]: Created slice Slice /system/keyboxd.
[Thu Dec 12 20:56:07 2024] systemd[1]: Created slice Slice /system/modprobe.
[Thu Dec 12 20:56:07 2024] systemd[1]: Created slice Slice /system/systemd-zram-setup.
[Thu Dec 12 20:56:07 2024] systemd[1]: Created slice User and Session Slice.
[Thu Dec 12 20:56:07 2024] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[Thu Dec 12 20:56:07 2024] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[Thu Dec 12 20:56:07 2024] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[Thu Dec 12 20:56:07 2024] systemd[1]: Expecting device /dev/disk/by-uuid/0d558170-e6c8-4f0a-be9c-9037305990b0...
[Thu Dec 12 20:56:07 2024] systemd[1]: Expecting device /dev/disk/by-uuid/7586-7552...
[Thu Dec 12 20:56:07 2024] systemd[1]: Expecting device /dev/zram0...
[Thu Dec 12 20:56:07 2024] systemd[1]: Reached target Local Encrypted Volumes.
[Thu Dec 12 20:56:07 2024] systemd[1]: Reached target Login Prompts.
[Thu Dec 12 20:56:07 2024] systemd[1]: Reached target Local Integrity Protected Volumes.
[Thu Dec 12 20:56:07 2024] systemd[1]: Reached target Path Units.
[Thu Dec 12 20:56:07 2024] systemd[1]: Reached target Remote File Systems.
[Thu Dec 12 20:56:07 2024] systemd[1]: Reached target Slice Units.
[Thu Dec 12 20:56:07 2024] systemd[1]: Reached target Local Verity Protected Volumes.
[Thu Dec 12 20:56:07 2024] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[Thu Dec 12 20:56:07 2024] systemd[1]: Listening on Process Core Dump Socket.
[Thu Dec 12 20:56:07 2024] systemd[1]: Listening on Credential Encryption/Decryption.
[Thu Dec 12 20:56:07 2024] systemd[1]: Listening on Journal Socket (/dev/log).
[Thu Dec 12 20:56:07 2024] systemd[1]: Listening on Journal Sockets.
[Thu Dec 12 20:56:07 2024] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[Thu Dec 12 20:56:07 2024] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[Thu Dec 12 20:56:07 2024] systemd[1]: Listening on udev Control Socket.
[Thu Dec 12 20:56:07 2024] systemd[1]: Listening on udev Kernel Socket.
[Thu Dec 12 20:56:07 2024] systemd[1]: Listening on User Database Manager Socket.
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounting Huge Pages File System...
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounting POSIX Message Queue File System...
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounting Kernel Debug File System...
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounting Kernel Trace File System...
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Create List of Static Device Nodes...
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Load Kernel Module configfs...
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Load Kernel Module dm_mod...
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Load Kernel Module drm...
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Load Kernel Module fuse...
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Load Kernel Module loop...
[Thu Dec 12 20:56:07 2024] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Journal Service...
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Load Kernel Modules...
[Thu Dec 12 20:56:07 2024] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Remount Root and Kernel File Systems...
[Thu Dec 12 20:56:07 2024] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Load udev Rules from Credentials...
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Coldplug All udev Devices...
[Thu Dec 12 20:56:07 2024] loop: module loaded
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounted Huge Pages File System.
[Thu Dec 12 20:56:07 2024] device-mapper: uevent: version 1.0.3
[Thu Dec 12 20:56:07 2024] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounted POSIX Message Queue File System.
[Thu Dec 12 20:56:07 2024] BTRFS info (device nvme0n1p2 state M): use zstd compression, level 3
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounted Kernel Debug File System.
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounted Kernel Trace File System.
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Create List of Static Device Nodes.
[Thu Dec 12 20:56:07 2024] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Load Kernel Module configfs.
[Thu Dec 12 20:56:07 2024] systemd-journald[393]: Collecting audit messages is disabled.
[Thu Dec 12 20:56:07 2024] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Load Kernel Module dm_mod.
[Thu Dec 12 20:56:07 2024] systemd[1]: modprobe@drm.service: Deactivated successfully.
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Load Kernel Module drm.
[Thu Dec 12 20:56:07 2024] i2c_dev: i2c /dev entries driver
[Thu Dec 12 20:56:07 2024] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Load Kernel Module fuse.
[Thu Dec 12 20:56:07 2024] systemd[1]: modprobe@loop.service: Deactivated successfully.
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Load Kernel Module loop.
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Remount Root and Kernel File Systems.
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Load udev Rules from Credentials.
[Thu Dec 12 20:56:07 2024] Asymmetric key parser 'pkcs8' registered
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounting FUSE Control File System...
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounting Kernel Configuration File System...
[Thu Dec 12 20:56:07 2024] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Load/Save OS Random Seed...
[Thu Dec 12 20:56:07 2024] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[Thu Dec 12 20:56:07 2024] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Load Kernel Modules.
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounted FUSE Control File System.
[Thu Dec 12 20:56:07 2024] systemd[1]: Mounted Kernel Configuration File System.
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting Apply Kernel Variables...
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Load/Save OS Random Seed.
[Thu Dec 12 20:56:07 2024] systemd[1]: Finished Apply Kernel Variables.
[Thu Dec 12 20:56:07 2024] systemd[1]: Starting User Database Manager...
[Thu Dec 12 20:56:07 2024] systemd[1]: Started Journal Service.
[Thu Dec 12 20:56:08 2024] zram0: detected capacity change from 0 to 8388608
[Thu Dec 12 20:56:08 2024] mousedev: PS/2 mouse device common for all mice
[Thu Dec 12 20:56:08 2024] mc: Linux media interface: v0.10
[Thu Dec 12 20:56:08 2024] Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDsc
[Thu Dec 12 20:56:08 2024] input: PC Speaker as /devices/platform/pcspkr/input/input17
[Thu Dec 12 20:56:08 2024] ccp 0000:12:00.2: enabling device (0000 -> 0002)
[Thu Dec 12 20:56:08 2024] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[Thu Dec 12 20:56:08 2024] RAPL PMU: hw unit of domain package 2^-16 Joules
[Thu Dec 12 20:56:08 2024] ccp 0000:12:00.2: tee enabled
[Thu Dec 12 20:56:08 2024] ccp 0000:12:00.2: psp enabled
[Thu Dec 12 20:56:08 2024] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[Thu Dec 12 20:56:08 2024] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[Thu Dec 12 20:56:08 2024] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[Thu Dec 12 20:56:08 2024] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[Thu Dec 12 20:56:08 2024] cfg80211: failed to load regulatory.db
[Thu Dec 12 20:56:08 2024] cryptd: max_cpu_qlen set to 1000
[Thu Dec 12 20:56:08 2024] Bluetooth: Core ver 2.22
[Thu Dec 12 20:56:08 2024] NET: Registered PF_BLUETOOTH protocol family
[Thu Dec 12 20:56:08 2024] Bluetooth: HCI device and connection manager initialized
[Thu Dec 12 20:56:08 2024] Bluetooth: HCI socket layer initialized
[Thu Dec 12 20:56:08 2024] Bluetooth: L2CAP socket layer initialized
[Thu Dec 12 20:56:08 2024] Bluetooth: SCO socket layer initialized
[Thu Dec 12 20:56:08 2024] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[Thu Dec 12 20:56:08 2024] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[Thu Dec 12 20:56:08 2024] i2c i2c-19: Successfully instantiated SPD at 0x51
[Thu Dec 12 20:56:08 2024] i2c i2c-19: Successfully instantiated SPD at 0x53
[Thu Dec 12 20:56:08 2024] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[Thu Dec 12 20:56:08 2024] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[Thu Dec 12 20:56:08 2024] AES CTR mode by8 optimization enabled
[Thu Dec 12 20:56:08 2024] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[Thu Dec 12 20:56:08 2024] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[Thu Dec 12 20:56:08 2024] r8169 0000:0e:00.0 eth0: RTL8125B, 04:7c:16:e8:83:88, XID 641, IRQ 117
[Thu Dec 12 20:56:08 2024] r8169 0000:0e:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[Thu Dec 12 20:56:08 2024] r8169 0000:0e:00.0 enp14s0: renamed from eth0
[Thu Dec 12 20:56:08 2024] Bluetooth: hci0: Failed to claim iso interface
[Thu Dec 12 20:56:08 2024] usbcore: registered new interface driver btusb
[Thu Dec 12 20:56:08 2024] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[Thu Dec 12 20:56:08 2024] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[Thu Dec 12 20:56:08 2024] snd_hda_intel 0000:12:00.1: enabling device (0000 -> 0002)
[Thu Dec 12 20:56:08 2024] snd_hda_intel 0000:12:00.1: Handle vga_switcheroo audio client
[Thu Dec 12 20:56:08 2024] snd_hda_intel 0000:12:00.6: enabling device (0000 -> 0002)
[Thu Dec 12 20:56:08 2024] spd5118 19-0051: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
[Thu Dec 12 20:56:08 2024] snd_hda_intel 0000:12:00.6: no codecs found!
[Thu Dec 12 20:56:08 2024] spd5118 19-0053: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
[Thu Dec 12 20:56:08 2024] snd_hda_intel 0000:12:00.1: bound 0000:12:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[Thu Dec 12 20:56:08 2024] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[Thu Dec 12 20:56:08 2024] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:12:00.1/sound/card2/input18
[Thu Dec 12 20:56:08 2024] 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/card1/input22
[Thu Dec 12 20:56:08 2024] 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/card1/input23
[Thu Dec 12 20:56:08 2024] 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/card1/input24
[Thu Dec 12 20:56:08 2024] 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/card1/input25
[Thu Dec 12 20:56:08 2024] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:12:00.1/sound/card2/input19
[Thu Dec 12 20:56:08 2024] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:12:00.1/sound/card2/input20
[Thu Dec 12 20:56:08 2024] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:12:00.1/sound/card2/input21
[Thu Dec 12 20:56:08 2024] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input26
[Thu Dec 12 20:56:08 2024] kvm_amd: TSC scaling supported
[Thu Dec 12 20:56:08 2024] kvm_amd: Nested Virtualization enabled
[Thu Dec 12 20:56:08 2024] kvm_amd: Nested Paging enabled
[Thu Dec 12 20:56:08 2024] kvm_amd: LBR virtualization supported
[Thu Dec 12 20:56:08 2024] kvm_amd: Virtual GIF supported
[Thu Dec 12 20:56:08 2024] kvm_amd: Virtual NMI enabled
[Thu Dec 12 20:56:08 2024] mt7921e 0000:0f:00.0: enabling device (0000 -> 0002)
[Thu Dec 12 20:56:08 2024] mt7921e 0000:0f:00.0: ASIC revision: 79220010
[Thu Dec 12 20:56:08 2024] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20241106163512
[Thu Dec 12 20:56:08 2024] mt7921e 0000:0f:00.0: HW/SW Version: 0x8a108a10, Build Time: 20241106163228a

[Thu Dec 12 20:56:08 2024] mt7921e 0000:0f:00.0: WM Firmware Version: ____000000, Build Time: 20241106163310
[Thu Dec 12 20:56:08 2024] amd_atl: AMD Address Translation Library initialized
[Thu Dec 12 20:56:08 2024] intel_rapl_common: Found RAPL domain package
[Thu Dec 12 20:56:08 2024] intel_rapl_common: Found RAPL domain core
[Thu Dec 12 20:56:08 2024] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[Thu Dec 12 20:56:08 2024] systemd-journald[393]: Received client request to flush runtime journal.
[Thu Dec 12 20:56:09 2024] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-e00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-e00:00, irq=MAC)
[Thu Dec 12 20:56:09 2024] r8169 0000:0e:00.0 enp14s0: Link is Down
[Thu Dec 12 20:56:09 2024] amdgpu 0000:03:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
[Thu Dec 12 20:56:09 2024] amdgpu 0000:12:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[Thu Dec 12 20:56:12 2024] r8169 0000:0e:00.0 enp14s0: Link is Up - 2.5Gbps/Full - flow control off
[Thu Dec 12 20:56:17 2024] block nvme0n1: No UUID available providing old NGUID
[Thu Dec 12 20:56:29 2024] Bluetooth: hci0: Device setup in 20411603 usecs
[Thu Dec 12 20:56:29 2024] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[Thu Dec 12 20:56:29 2024] Bluetooth: hci0: AOSP extensions version v1.00
[Thu Dec 12 20:56:29 2024] Bluetooth: hci0: AOSP quality report is supported
[Thu Dec 12 20:56:34 2024] usbcore: registered new interface driver snd-usb-audio

Then, after a period of time, the screen turned off, and the output showed only this addition:

[Thu Dec 12 21:03:00 2024] amdgpu 0000:03:00.0: amdgpu: SMU: response:0xFFFFFFFF for index:41 param:0x00000000 message:DisallowGfxOff?
[Thu Dec 12 21:03:00 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
[Thu Dec 12 21:03:00 2024] amdgpu 0000:03:00.0: amdgpu: SMU is in hanged state, failed to send smu message!
[Thu Dec 12 21:03:00 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
[Thu Dec 12 21:03:00 2024] amdgpu 0000:03:00.0: amdgpu: SMU is in hanged state, failed to send smu message!
[Thu Dec 12 21:03:00 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
[Thu Dec 12 21:03:00 2024] amdgpu 0000:03:00.0: amdgpu: SMU is in hanged state, failed to send smu message!
[Thu Dec 12 21:03:00 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
 

Now, at this point, the ssh session is frozen like the system had crashed.  However, if I kill the session and re-ssh in, it works.   However, it appears that after that amdgpu message, the system rebooted, this would explain why I didn't see it when I logged in not knowing it had already rebooted.:

IDX BOOT ID                          FIRST ENTRY                 LAST ENTRY                 
 -2 5fecc5a9998d43d1bb0775290d9b2c71 Thu 2024-12-12 20:52:00 NST Thu 2024-12-12 20:55:33 NST
 -1 8b813aba02984759987e55e539c2625b Thu 2024-12-12 20:56:07 NST Thu 2024-12-12 21:03:02 NST
  0 4decf6d95f054d8994a5fc600e7f86bb Thu 2024-12-12 21:04:00 NST Thu 2024-12-12 21:07:25 NST

I'm sitting next to the system, after the monitor turned off, i saw the amdgpu message pop up, but after that, there was no noticable change on my main system, I would not have guessed it rebooted at all.  So, the screen remained off the entire time.

Next step is to install lts kernel and try.  Apparantly I don't have to wait long to get a result.

Last edited by fognl (2024-12-13 00:47:45)

Offline

#7 2024-12-13 00:58:52

pvtvega
Member
Registered: 2024-11-25
Posts: 91

Re: Display turns off and requires power cycle to come back on

Thanks for the detailed logs and troubleshooting. The SMU is the system management unit and is responsible for a lot of low-level functions including power management. It looks like it's trying to put the card into a low power state when the displays are disabled and unable to do so, at which point the whole system hangs. GFXOFF specifically is a feature that disables the graphics engine when there is no workload on the GPU to save power. You can try disabling this parameter in the kernel and see if it clears the issue:

amdgpu.gfxoff=0

I am assuming your drivers are up to date?

Offline

#8 2024-12-13 01:18:09

fognl
Member
Registered: 2024-12-12
Posts: 6

Re: Display turns off and requires power cycle to come back on

pvtvega wrote:

Thanks for the detailed logs and troubleshooting. The SMU is the system management unit and is responsible for a lot of low-level functions including power management. It looks like it's trying to put the card into a low power state when the displays are disabled and unable to do so, at which point the whole system hangs. GFXOFF specifically is a feature that disables the graphics engine when there is no workload on the GPU to save power. You can try disabling this parameter in the kernel and see if it clears the issue:

amdgpu.gfxoff=0

I am assuming your drivers are up to date?

I'm assuming that is the mesa package?  This is now a fresh install with everything up to date:

[fog@sorrento ~]$ sudo pacman -Q mesa
mesa 1:24.3.1-3

I did try the linux-lts, but there was no change.  Trying now with amdgpu.pm=0, and will try amdgpu.gfxoff=0 afterwards and see the result.

Update:
With amdgpu.pm=0 at the usual shutoff time, dmesg added this:

[Thu Dec 12 21:50:48 2024] amdgpu 0000:03:00.0: amdgpu: Dumping IP State
[Thu Dec 12 21:50:50 2024] snd_hda_intel 0000:03:00.1: Refused to change power state from D0 to D3hot
[Thu Dec 12 21:50:51 2024] amdgpu 0000:03:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000029 SMN_C2PMSG_82:0x00000000
[Thu Dec 12 21:50:51 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
[Thu Dec 12 21:50:54 2024] amdgpu 0000:03:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000029 SMN_C2PMSG_82:0x00000000
[Thu Dec 12 21:50:54 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
[Thu Dec 12 21:50:58 2024] amdgpu 0000:03:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000029 SMN_C2PMSG_82:0x00000000
[Thu Dec 12 21:50:58 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!

With amdgpu.pm=0 removed and amdgpu.gfxoff=0 added, dmesg showed this:

[Thu Dec 12 21:53:48 2024] usbcore: registered new interface driver snd-usb-audio
[Thu Dec 12 22:00:29 2024] amdgpu 0000:03:00.0: amdgpu: Dumping IP State
[Thu Dec 12 22:00:32 2024] amdgpu 0000:03:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000029 SMN_C2PMSG_82:0x00000000
[Thu Dec 12 22:00:32 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
[Thu Dec 12 22:00:35 2024] amdgpu 0000:03:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000029 SMN_C2PMSG_82:0x00000000
[Thu Dec 12 22:00:35 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
[Thu Dec 12 22:00:39 2024] amdgpu 0000:03:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000029 SMN_C2PMSG_82:0x00000000
[Thu Dec 12 22:00:39 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
[Thu Dec 12 22:00:42 2024] amdgpu 0000:03:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000029 SMN_C2PMSG_82:0x00000000
[Thu Dec 12 22:00:42 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
[Thu Dec 12 22:00:42 2024] amdgpu 0000:03:00.0: amdgpu: Dumping IP State Completed
[Thu Dec 12 22:00:42 2024] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 timeout, signaled seq=3384, emitted seq=3385
[Thu Dec 12 22:00:42 2024] amdgpu 0000:03:00.0: amdgpu: Process information: process kscreenlocker_g pid 1610 thread kscreenloc:cs0 pid 1614
[Thu Dec 12 22:00:42 2024] amdgpu 0000:03:00.0: amdgpu: GPU reset begin!
[Thu Dec 12 22:00:46 2024] amdgpu 0000:03:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000029 SMN_C2PMSG_82:0x00000000
[Thu Dec 12 22:00:46 2024] amdgpu 0000:03:00.0: amdgpu: Failed to disable gfxoff!
[Thu Dec 12 22:00:49 2024] amdgpu 0000:03:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error - collecting diagnostic data

Last edited by fognl (2024-12-13 01:31:46)

Offline

#9 2024-12-13 01:49:41

fognl
Member
Registered: 2024-12-12
Posts: 6

Re: Display turns off and requires power cycle to come back on

It looks like this is the exact issue mentioned here:  https://gitlab.freedesktop.org/drm/amd/-/issues/2040 , but there doesn't seem to be a resolution to it.

I did find this post that suggested setting amdgpu.ppfeaturemask=0xFFF53EF3 https://gitlab.freedesktop.org/drm/amd/-/issues/3512 .  This seems to work for me at the moment as this round of testing has exceeded previous and no errors in dmesg, after a while I hit a key and the screen came back on.

According to the post, this disables the following that I don't fully understand or know what i'm missing by setting it:

PP_PCIE_DPM_MASK = 0x4
PP_SCLK_DEEP_SLEEP_MASK = 0x8
PP_ULV_MASK = 0x100
PP_GFXOFF_MASK = 0x8000
PP_STUTTER_MODE = 0x20000

I guess for now, it's working, i'll keep testing though.

Offline

#10 2024-12-13 13:31:24

pvtvega
Member
Registered: 2024-11-25
Posts: 91

Re: Display turns off and requires power cycle to come back on

Those are parameters related to AMD's PowerPlay system which is a set of features in their GPUs and driver for managing power levels and saving energy. Direct explanation from the amd_shared.h header in the kernel:

PP_PCIE_DPM_MASK: Dynamic adjustment of PCIE clocks and lanes.
PP_SCLK_DPM_MASK: Dynamic adjustment of the system (graphics) clock.
PP_ULV_MASK: Ultra low voltage
PP_GFXOFF_MASK: Dynamic graphics engine power control.
PP_STUTTER_MODE: Stutter mode.

Looks like my recommendation to set the

amdgpu.gfxoff=0

was incorrect, sorry about that.

Offline

Board footer

Powered by FluxBB