You are not logged in.
Hi,
I have an ROG Strix G17 (2023) with an Nvidia 4050. I run a dual os setup of windows and arch, and i reinstalled arch today because it was bugging out. I did a clean installation and my integrated amd graphics works, but my dedicated nvidia gpu doesn't show up in the information and neither with "nvidia-smi".
Operating System: Arch Linux
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.12.0
Qt Version: 6.9.0
Kernel Version: 6.14.1-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen 9 7845HX with Radeon Graphics
Memory: 14.8 GiB of RAM
Graphics Processor: AMD Radeon 610M
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: ROG Strix G713PU_G713PU
System Version: 1.0
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
cat /sys/module/nvidia_drm/parameters/modeset
cat: /sys/module/nvidia_drm/parameters/modeset: No such file or directory
cat /sys/module/nvidia_drm/parameters/fbdev
cat: /sys/module/nvidia_drm/parameters/fbdev: No such file or directory
The gpu still works on windows so its not a hardware problem. I have tried the drm mode kernel setting too and that didn't work. I do have asusctl and rog-control-center installed. I really don't know what to do, can someone please help me out or atleast point me in the right direction.
Last edited by TheKnightsky (2025-04-18 07:22:45)
Offline
Your nvidia driver is not loaded at all, check dmesg.
pacman -Qs 'kernel|nvidia'
sudo dmesgpost these in [code][/code] tags
Offline
local/egl-gbm 1.1.2.1-1
The GBM EGL external platform library
local/egl-wayland 4:1.1.18-1
EGLStream-based Wayland external platform
local/egl-x11 1.0.0-1
NVIDIA XLib and XCB EGL Platform Library
local/fuse3 3.17.1-1
Interface for userspace programs to export a filesystem to the Linux kernel
local/iptables 1:1.8.11-2
Linux kernel packet control tool (using legacy interface)
local/kmod 34.2-1
Linux kernel module management tools and library
local/libdrm 2.4.124-1
Userspace interface to kernel DRM services
local/libnetfilter_conntrack 1.0.9-2
Library providing an API to the in-kernel connection tracking state table
local/libnfnetlink 1.0.2-2
Low-level library for netfilter related kernel/userspace communication
local/libsysprof-capture 48.0-3
Kernel based performance profiler - capture library
local/libvdpau 1.5-3
Nvidia VDPAU library
local/libxnvctrl 570.133.07-1
NVIDIA NV-CONTROL X extension
local/linux 6.14.1.arch1-1
The Linux kernel and modules
local/linux-api-headers 6.13-1
Kernel headers sanitized for use in userspace
local/linux-headers 6.14.1.arch1-1
Headers and scripts for building modules for the Linux kernel
local/mtdev 1.1.7-1
A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol
local/nvidia 570.133.07-4
NVIDIA kernel modules
local/nvidia-settings 570.133.07-1
Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 570.133.07-1
NVIDIA drivers utilities
[ 0.198310] ... value mask: 0000ffffffffffff
[ 0.198311] ... max period: 00007fffffffffff
[ 0.198312] ... fixed-purpose events: 0
[ 0.198313] ... event mask: 000000000000003f
[ 0.198380] signal: max sigframe size: 3376
[ 0.198393] rcu: Hierarchical SRCU implementation.
[ 0.198393] rcu: Max phase no-delay instances is 400.
[ 0.198393] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.200911] MCE: In-kernel MCE decoding enabled.
[ 0.200940] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.201069] smp: Bringing up secondary CPUs ...
[ 0.201143] smpboot: x86: Booting SMP configuration:
[ 0.201144] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[ 0.218511] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.230437] smp: Brought up 1 node, 24 CPUs
[ 0.230437] smpboot: Total of 24 processors activated (143728.56 BogoMIPS)
[ 0.232457] Memory: 15471668K/15951904K available (19193K kernel code, 2903K rwdata, 16264K rodata, 4528K init, 4964K bss, 447684K reserved, 0K cma-reserved)
[ 0.232626] devtmpfs: initialized
[ 0.232626] x86/mm: Memory block size: 128MB
[ 0.234519] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a211fff] (73728 bytes)
[ 0.234519] ACPI: PM: Registering ACPI NVS region [mem 0x94800000-0x967fffff] (33554432 bytes)
[ 0.234693] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.234711] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.234775] pinctrl core: initialized pinctrl subsystem
[ 0.234864] PM: RTC time: 15:42:53, date: 2025-04-12
[ 0.235121] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.235433] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.235489] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.235539] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.235545] audit: initializing netlink subsys (disabled)
[ 0.235553] audit: type=2000 audit(1744472573.170:1): state=initialized audit_enabled=0 res=1
[ 0.235553] thermal_sys: Registered thermal governor 'fair_share'
[ 0.235553] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.235553] thermal_sys: Registered thermal governor 'step_wise'
[ 0.235553] thermal_sys: Registered thermal governor 'user_space'
[ 0.235553] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.235553] cpuidle: using governor ladder
[ 0.235553] cpuidle: using governor menu
[ 0.235581] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.235581] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[ 0.235581] PCI: Using configuration type 1 for base access
[ 0.235687] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.235693] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.235693] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.235693] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.235693] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.236538] raid6: skipped pq benchmark and selected avx512x4
[ 0.236538] raid6: using avx512x2 recovery algorithm
[ 0.236538] ACPI: Added _OSI(Module Device)
[ 0.236538] ACPI: Added _OSI(Processor Device)
[ 0.236538] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.236538] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.261960] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP0._PRW], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.261967] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.261974] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2], AE_NOT_FOUND (20240827/dswload2-162)
[ 0.261978] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240827/psobject-220)
[ 0.261980] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[ 0.263869] ACPI: 24 ACPI AML tables successfully acquired and loaded
[ 0.264265] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20240827/dspkginit-438)
[ 0.264307] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20240827/dspkginit-438)
[ 0.264346] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20240827/dspkginit-438)
[ 0.264397] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20240827/dspkginit-438)
[ 0.264410] ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.GPP7.UP00.DP00.U4UP.U4P3.UHI0 (20240827/dspkginit-438)
[ 0.266728] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.355093] ACPI: Interpreter enabled
[ 0.355108] ACPI: PM: (supports S0 S4 S5)
[ 0.355109] ACPI: Using IOAPIC for interrupt routing
[ 0.357210] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.357211] PCI: Ignoring E820 reservations for host bridge windows
[ 0.357649] ACPI: Enabled 7 GPEs in block 00 to 1F
[ 0.359422] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[ 0.360049] ACPI: \_SB_.PCI0.GP17.XHC0.RHUB.PRT2.BUTH.BTPR: New power resource
[ 0.360434] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[ 0.362609] ACPI: \_SB_.PCI0.GP19.XHC2.P0U2: New power resource
[ 0.363314] ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
[ 0.364035] ACPI: \_SB_.PCI0.GPP5.PWR1: New power resource
[ 0.364663] ACPI: \_SB_.PCI0.GPP7.PWRS: New power resource
[ 0.427691] ACPI: \_SB_.PCI0.GPP7.U4UP.PWRS: New power resource
[ 0.449830] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P0.PWRS: New power resource
[ 0.451112] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P0.UP0D.PWRS: New power resource
[ 0.451657] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P1.PWRS: New power resource
[ 0.452905] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P1.UP1D.PWRS: New power resource
[ 0.453396] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P2.PWRS: New power resource
[ 0.476612] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P2.UXHC.PWRS: New power resource
[ 0.488504] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P3.PWRS: New power resource
[ 0.489770] ACPI: \_SB_.PCI0.GPP7.U4UP.U4P3.UHI0.PWRS: New power resource
[ 0.490049] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[ 0.496130] ACPI: \_SB_.PRWL: New power resource
[ 0.496156] ACPI: \_SB_.PRWB: New power resource
[ 0.498100] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.498105] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.498272] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.498282] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[ 0.498697] PCI host bridge to bus 0000:00
[ 0.498701] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.498703] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.498704] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.498705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.498706] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.498708] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xfcffffff window]
[ 0.498709] pci_bus 0000:00: root bus resource [mem 0x460000000-0xfdffffffff window]
[ 0.498710] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.498723] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
[ 0.498824] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
[ 0.498913] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 0.498988] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 0.499003] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.499007] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 0.499010] pci 0000:00:01.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 0.499016] pci 0000:00:01.1: bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 0.499085] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.499559] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 0.499575] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.499580] pci 0000:00:01.2: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.499592] pci 0000:00:01.2: enabling Extended Tags
[ 0.499654] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.499786] pci 0000:00:01.6: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 0.499800] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 0.499804] pci 0000:00:01.6: bridge window [io 0xe000-0xefff]
[ 0.499807] pci 0000:00:01.6: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.499820] pci 0000:00:01.6: enabling Extended Tags
[ 0.499880] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[ 0.499999] pci 0000:00:01.7: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 0.500013] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 0.500018] pci 0000:00:01.7: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.500088] pci 0000:00:01.7: PME# supported from D0 D3hot D3cold
[ 0.500281] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 0.500357] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[ 0.500372] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 0.500377] pci 0000:00:02.1: bridge window [mem 0xfc600000-0xfc9fffff]
[ 0.500569] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 0.500714] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 0.500798] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 0.500886] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[ 0.500965] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[ 0.500978] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 0.500982] pci 0000:00:08.1: bridge window [io 0xd000-0xdfff]
[ 0.500984] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc5fffff]
[ 0.500989] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 0.500995] pci 0000:00:08.1: enabling Extended Tags
[ 0.501031] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.501150] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[ 0.501163] pci 0000:00:08.3: PCI bridge to [bus 09]
[ 0.501168] pci 0000:00:08.3: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.501178] pci 0000:00:08.3: enabling Extended Tags
[ 0.501213] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[ 0.501328] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.501438] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 0.501565] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
[ 0.501597] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
[ 0.501628] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
[ 0.501659] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
[ 0.501690] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
[ 0.501721] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
[ 0.501753] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
[ 0.501784] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
[ 0.501894] pci 0000:01:00.0: [10de:28e1] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.501918] pci 0000:01:00.0: BAR 0 [mem 0xfb000000-0xfbffffff]
[ 0.501921] pci 0000:01:00.0: BAR 1 [mem 0xfa00000000-0xfbffffffff 64bit pref]
[ 0.501924] pci 0000:01:00.0: BAR 3 [mem 0xfc00000000-0xfc01ffffff 64bit pref]
[ 0.501925] pci 0000:01:00.0: BAR 5 [io 0xf000-0xf07f]
[ 0.501927] pci 0000:01:00.0: ROM [mem 0xfc000000-0xfc07ffff pref]
[ 0.501979] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 0.502393] pci 0000:01:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
[ 0.502417] pci 0000:01:00.1: BAR 0 [mem 0xfc080000-0xfc083fff]
[ 0.502540] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.502786] pci 0000:02:00.0: [1344:5413] type 00 class 0x010802 PCIe Endpoint
[ 0.502816] pci 0000:02:00.0: BAR 0 [mem 0xfce00000-0xfce03fff 64bit]
[ 0.503073] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.503166] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[ 0.503215] pci 0000:03:00.0: BAR 0 [io 0xe000-0xe0ff]
[ 0.503220] pci 0000:03:00.0: BAR 2 [mem 0xfcd04000-0xfcd04fff 64bit]
[ 0.503224] pci 0000:03:00.0: BAR 4 [mem 0xfcd00000-0xfcd03fff 64bit]
[ 0.503316] pci 0000:03:00.0: supports D1 D2
[ 0.503317] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.503497] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 0.504266] pci 0000:04:00.0: [14c3:0616] type 00 class 0x028000 PCIe Endpoint
[ 0.504592] pci 0000:04:00.0: BAR 0 [mem 0xfca00000-0xfcafffff 64bit pref]
[ 0.504756] pci 0000:04:00.0: BAR 2 [mem 0xfcb00000-0xfcb07fff 64bit]
[ 0.505284] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.507726] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 0.507813] pci 0000:05:00.0: [1b21:242a] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.507838] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 0.507845] pci 0000:05:00.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 0.507926] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 0.508146] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 0.508347] pci 0000:06:02.0: [1b21:242b] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.508370] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 0.508395] pci 0000:06:02.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 0.508466] pci 0000:06:02.0: PME# supported from D0 D3hot D3cold
[ 0.508611] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 0.508701] pci 0000:07:00.0: [1b21:242c] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.508736] pci 0000:07:00.0: BAR 0 [mem 0xfc600000-0xfc607fff 64bit]
[ 0.508797] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 0.508929] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 0.509048] pci 0000:08:00.0: [1002:164e] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.509073] pci 0000:08:00.0: BAR 0 [mem 0xfc10000000-0xfc1fffffff 64bit pref]
[ 0.509076] pci 0000:08:00.0: BAR 2 [mem 0xfc20000000-0xfc201fffff 64bit pref]
[ 0.509077] pci 0000:08:00.0: BAR 4 [io 0xd000-0xd0ff]
[ 0.509079] pci 0000:08:00.0: BAR 5 [mem 0xfc500000-0xfc57ffff]
[ 0.509085] pci 0000:08:00.0: enabling Extended Tags
[ 0.509141] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.509276] pci 0000:08:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
[ 0.509344] pci 0000:08:00.2: BAR 2 [mem 0xfc400000-0xfc4fffff]
[ 0.509347] pci 0000:08:00.2: BAR 5 [mem 0xfc5c8000-0xfc5c9fff]
[ 0.509352] pci 0000:08:00.2: enabling Extended Tags
[ 0.509471] pci 0000:08:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
[ 0.509496] pci 0000:08:00.3: BAR 0 [mem 0xfc300000-0xfc3fffff 64bit]
[ 0.509504] pci 0000:08:00.3: enabling Extended Tags
[ 0.509541] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[ 0.509632] pci 0000:08:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
[ 0.509657] pci 0000:08:00.4: BAR 0 [mem 0xfc200000-0xfc2fffff 64bit]
[ 0.509665] pci 0000:08:00.4: enabling Extended Tags
[ 0.509702] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[ 0.509790] pci 0000:08:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
[ 0.509814] pci 0000:08:00.5: BAR 0 [mem 0xfc580000-0xfc5bffff]
[ 0.509823] pci 0000:08:00.5: enabling Extended Tags
[ 0.509857] pci 0000:08:00.5: PME# supported from D0 D3hot D3cold
[ 0.509941] pci 0000:08:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[ 0.509966] pci 0000:08:00.6: BAR 0 [mem 0xfc5c0000-0xfc5c7fff]
[ 0.509974] pci 0000:08:00.6: enabling Extended Tags
[ 0.510008] pci 0000:08:00.6: PME# supported from D0 D3hot D3cold
[ 0.510108] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 0.510156] pci 0000:09:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
[ 0.510185] pci 0000:09:00.0: BAR 0 [mem 0xfcc00000-0xfccfffff 64bit]
[ 0.510193] pci 0000:09:00.0: enabling Extended Tags
[ 0.510238] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[ 0.510350] pci 0000:00:08.3: PCI bridge to [bus 09]
[ 0.513107] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.513161] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.513209] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.513266] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.513319] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.513363] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.513408] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.513452] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.525610] Low-power S0 idle used by default for system suspend
[ 0.526406] iommu: Default domain type: Translated
[ 0.526406] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.526508] SCSI subsystem initialized
[ 0.526514] libata version 3.00 loaded.
[ 0.526514] ACPI: bus type USB registered
[ 0.526514] usbcore: registered new interface driver usbfs
[ 0.526514] usbcore: registered new interface driver hub
[ 0.526514] usbcore: registered new device driver usb
[ 0.539298] EDAC MC: Ver: 3.0.0
[ 0.540415] efivars: Registered efivars operations
[ 0.540583] NetLabel: Initializing
[ 0.540584] NetLabel: domain hash size = 128
[ 0.540585] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.540598] NetLabel: unlabeled traffic allowed by default
[ 0.540602] mctp: management component transport protocol core
[ 0.540603] NET: Registered PF_MCTP protocol family
[ 0.540612] PCI: Using ACPI for IRQ routing
[ 0.544238] PCI: pci_cache_line_size set to 64 bytes
[ 0.544577] resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
[ 0.544579] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[ 0.544580] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.544581] e820: reserve RAM buffer [mem 0x7ab13018-0x7bffffff]
[ 0.544582] e820: reserve RAM buffer [mem 0x89195000-0x8bffffff]
[ 0.544583] e820: reserve RAM buffer [mem 0x8b5d1000-0x8bffffff]
[ 0.544584] e820: reserve RAM buffer [mem 0x8e700000-0x8fffffff]
[ 0.544585] e820: reserve RAM buffer [mem 0x9bffb000-0x9bffffff]
[ 0.544586] e820: reserve RAM buffer [mem 0x45de80000-0x45fffffff]
[ 0.544618] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.544618] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.544618] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.544618] pci 0000:08:00.0: vgaarb: setting as boot VGA device (overriding previous)
[ 0.544618] pci 0000:08:00.0: vgaarb: bridge control possible
[ 0.544618] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.544618] vgaarb: loaded
[ 0.545437] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.545441] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.547453] clocksource: Switched to clocksource tsc-early
[ 0.547681] VFS: Disk quotas dquot_6.6.0
[ 0.547688] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.547700] pnp: PnP ACPI init
[ 0.547770] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.547829] system 00:01: [mem 0x438000000-0x457ffffff window] has been reserved
[ 0.548169] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.548171] system 00:03: [io 0x040b] has been reserved
[ 0.548172] system 00:03: [io 0x04d6] has been reserved
[ 0.548174] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 0.548175] system 00:03: [io 0x0c14] has been reserved
[ 0.548176] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 0.548177] system 00:03: [io 0x0c52] has been reserved
[ 0.548179] system 00:03: [io 0x0c6c] has been reserved
[ 0.548180] system 00:03: [io 0x0c6f] has been reserved
[ 0.548181] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 0.548182] system 00:03: [io 0x0800-0x089f] has been reserved
[ 0.548184] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[ 0.548185] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 0.548186] system 00:03: [io 0x0900-0x090f] has been reserved
[ 0.548187] system 00:03: [io 0x0910-0x091f] has been reserved
[ 0.548189] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.548190] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.548192] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.548194] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.548195] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.548196] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.548198] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 0.549968] pnp: PnP ACPI: found 4 devices
[ 0.555638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.555678] NET: Registered PF_INET protocol family
[ 0.555746] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.565571] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.565590] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.565642] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.565787] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.565845] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.565914] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.565957] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.565997] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.566051] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.566056] NET: Registered PF_XDP protocol family
[ 0.566062] pci 0000:00:02.1: bridge window [io 0x1000-0x0fff] to [bus 05-07] add_size 1000
[ 0.566065] pci 0000:00:02.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-07] add_size 200000 add_align 100000
[ 0.566071] pci 0000:00:02.1: bridge window [mem 0x460000000-0x4601fffff 64bit pref]: assigned
[ 0.566074] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]: assigned
[ 0.566076] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.566078] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 0.566081] pci 0000:00:01.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 0.566083] pci 0000:00:01.1: bridge window [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 0.566093] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.566096] pci 0000:00:01.2: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.566107] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 0.566108] pci 0000:00:01.6: bridge window [io 0xe000-0xefff]
[ 0.566111] pci 0000:00:01.6: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.566122] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 0.566124] pci 0000:00:01.7: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.566135] pci 0000:06:02.0: PCI bridge to [bus 07]
[ 0.566139] pci 0000:06:02.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 0.566144] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 0.566147] pci 0000:05:00.0: bridge window [mem 0xfc600000-0xfc9fffff]
[ 0.566153] pci 0000:00:02.1: PCI bridge to [bus 05-07]
[ 0.566155] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]
[ 0.566157] pci 0000:00:02.1: bridge window [mem 0xfc600000-0xfc9fffff]
[ 0.566159] pci 0000:00:02.1: bridge window [mem 0x460000000-0x4601fffff 64bit pref]
[ 0.566170] pci 0000:00:08.1: PCI bridge to [bus 08]
[ 0.566176] pci 0000:00:08.1: bridge window [io 0xd000-0xdfff]
[ 0.566178] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc5fffff]
[ 0.566180] pci 0000:00:08.1: bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 0.566183] pci 0000:00:08.3: PCI bridge to [bus 09]
[ 0.566185] pci 0000:00:08.3: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.566188] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.566190] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.566191] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.566192] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.566194] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.566195] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xfcffffff window]
[ 0.566196] pci_bus 0000:00: resource 10 [mem 0x460000000-0xfdffffffff window]
[ 0.566197] pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
[ 0.566199] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[ 0.566200] pci_bus 0000:01: resource 2 [mem 0xfa00000000-0xfc01ffffff 64bit pref]
[ 0.566201] pci_bus 0000:02: resource 1 [mem 0xfce00000-0xfcefffff]
[ 0.566202] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
[ 0.566204] pci_bus 0000:03: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.566205] pci_bus 0000:04: resource 1 [mem 0xfca00000-0xfcbfffff]
[ 0.566206] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
[ 0.566207] pci_bus 0000:05: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 0.566208] pci_bus 0000:05: resource 2 [mem 0x460000000-0x4601fffff 64bit pref]
[ 0.566210] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 0.566211] pci_bus 0000:07: resource 1 [mem 0xfc600000-0xfc9fffff]
[ 0.566212] pci_bus 0000:08: resource 0 [io 0xd000-0xdfff]
[ 0.566213] pci_bus 0000:08: resource 1 [mem 0xfc200000-0xfc5fffff]
[ 0.566214] pci_bus 0000:08: resource 2 [mem 0xfc10000000-0xfc201fffff 64bit pref]
[ 0.566216] pci_bus 0000:09: resource 1 [mem 0xfcc00000-0xfccfffff]
[ 0.566307] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.566324] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.567106] PCI: CLS 64 bytes, default 64
[ 0.567125] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.567159] Trying to unpack rootfs image as initramfs...
[ 0.567172] pci 0000:00:00.0: Adding to iommu group 0
[ 0.567191] pci 0000:00:01.0: Adding to iommu group 1
[ 0.567202] pci 0000:00:01.1: Adding to iommu group 2
[ 0.567212] pci 0000:00:01.2: Adding to iommu group 3
[ 0.567223] pci 0000:00:01.6: Adding to iommu group 4
[ 0.567234] pci 0000:00:01.7: Adding to iommu group 5
[ 0.567250] pci 0000:00:02.0: Adding to iommu group 6
[ 0.567261] pci 0000:00:02.1: Adding to iommu group 7
[ 0.567276] pci 0000:00:03.0: Adding to iommu group 8
[ 0.567291] pci 0000:00:04.0: Adding to iommu group 9
[ 0.567307] pci 0000:00:08.0: Adding to iommu group 10
[ 0.567318] pci 0000:00:08.1: Adding to iommu group 11
[ 0.567328] pci 0000:00:08.3: Adding to iommu group 12
[ 0.567348] pci 0000:00:14.0: Adding to iommu group 13
[ 0.567358] pci 0000:00:14.3: Adding to iommu group 13
[ 0.567409] pci 0000:00:18.0: Adding to iommu group 14
[ 0.567420] pci 0000:00:18.1: Adding to iommu group 14
[ 0.567430] pci 0000:00:18.2: Adding to iommu group 14
[ 0.567442] pci 0000:00:18.3: Adding to iommu group 14
[ 0.567455] pci 0000:00:18.4: Adding to iommu group 14
[ 0.567465] pci 0000:00:18.5: Adding to iommu group 14
[ 0.567476] pci 0000:00:18.6: Adding to iommu group 14
[ 0.567486] pci 0000:00:18.7: Adding to iommu group 14
[ 0.567508] pci 0000:01:00.0: Adding to iommu group 15
[ 0.567520] pci 0000:01:00.1: Adding to iommu group 15
[ 0.567531] pci 0000:02:00.0: Adding to iommu group 16
[ 0.567541] pci 0000:03:00.0: Adding to iommu group 17
[ 0.567552] pci 0000:04:00.0: Adding to iommu group 18
[ 0.567563] pci 0000:05:00.0: Adding to iommu group 19
[ 0.567574] pci 0000:06:02.0: Adding to iommu group 20
[ 0.567577] pci 0000:07:00.0: Adding to iommu group 20
[ 0.567605] pci 0000:08:00.0: Adding to iommu group 21
[ 0.567616] pci 0000:08:00.2: Adding to iommu group 22
[ 0.567627] pci 0000:08:00.3: Adding to iommu group 23
[ 0.567638] pci 0000:08:00.4: Adding to iommu group 24
[ 0.567649] pci 0000:08:00.5: Adding to iommu group 25
[ 0.567661] pci 0000:08:00.6: Adding to iommu group 26
[ 0.567672] pci 0000:09:00.0: Adding to iommu group 27
[ 0.570131] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[ 0.570139] AMD-Vi: Interrupt remapping enabled
[ 0.577266] AMD-Vi: Virtual APIC enabled
[ 0.577276] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.577277] software IO TLB: mapped [mem 0x0000000080892000-0x0000000084892000] (64MB)
[ 0.577324] LVT offset 0 assigned for vector 0x400
[ 0.579263] perf: AMD IBS detected (0x00000bff)
[ 0.579268] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.596212] Initialise system trusted keyrings
[ 0.596220] Key type blacklist registered
[ 0.596252] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.596510] fuse: init (API version 7.42)
[ 0.596574] integrity: Platform Keyring initialized
[ 0.596576] integrity: Machine keyring initialized
[ 0.600488] Freeing initrd memory: 37864K
[ 0.603922] xor: automatically using best checksumming function avx
[ 0.603924] Key type asymmetric registered
[ 0.603926] Asymmetric key parser 'x509' registered
[ 0.603943] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.603984] io scheduler mq-deadline registered
[ 0.603986] io scheduler kyber registered
[ 0.603994] io scheduler bfq registered
[ 0.605249] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.605368] pcieport 0000:00:01.1: PME: Signaling with IRQ 32
[ 0.605391] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.605557] pcieport 0000:00:01.2: PME: Signaling with IRQ 33
[ 0.605681] pcieport 0000:00:01.6: PME: Signaling with IRQ 34
[ 0.605795] pcieport 0000:00:01.7: PME: Signaling with IRQ 35
[ 0.605909] pcieport 0000:00:02.1: PME: Signaling with IRQ 36
[ 0.605925] pcieport 0000:00:02.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.606259] pcieport 0000:00:08.1: PME: Signaling with IRQ 37
[ 0.606373] pcieport 0000:00:08.3: PME: Signaling with IRQ 38
[ 0.606549] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.607188] ACPI: AC: AC Adapter [ADP0] (off-line)
[ 0.607228] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/PNP0C0D:00/input/input0
[ 0.607242] ACPI: button: Lid Switch [LID0]
[ 0.607267] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.607281] ACPI: button: Power Button [PWRB]
[ 0.607301] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 0.607313] ACPI: button: Sleep Button [SLPB]
[ 0.607866] Monitor-Mwait will be used to enter C-1 state
[ 0.609818] Estimated ratio of average max frequency by base frequency (times 1024): 1416
[ 0.610026] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.610028] ACPI: thermal: Thermal Zone [TZ01] (97 C)
[ 0.610190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.611193] ACPI: battery: Slot [BAT0] (battery present)
[ 0.611730] Non-volatile memory driver v1.3
[ 0.611731] Linux agpgart interface v0.103
[ 0.703461] tpm_crb MSFT0101:00: Disabling hwrng
[ 0.703674] ACPI: bus type drm_connector registered
[ 0.705303] xhci_hcd 0000:07:00.0: xHCI Host Controller
[ 0.705310] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 1
[ 0.710604] xhci_hcd 0000:07:00.0: hcc params 0x0200ef81 hci version 0x120 quirks 0x0000000200000010
[ 0.710969] xhci_hcd 0000:07:00.0: xHCI Host Controller
[ 0.710972] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 2
[ 0.710974] xhci_hcd 0000:07:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 0.711043] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 0.711046] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.711048] usb usb1: Product: xHCI Host Controller
[ 0.711049] usb usb1: Manufacturer: Linux 6.14.1-arch1-1 xhci-hcd
[ 0.711051] usb usb1: SerialNumber: 0000:07:00.0
[ 0.711141] hub 1-0:1.0: USB hub found
[ 0.711148] hub 1-0:1.0: 2 ports detected
[ 0.711277] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.711293] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 0.711295] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.711297] usb usb2: Product: xHCI Host Controller
[ 0.711298] usb usb2: Manufacturer: Linux 6.14.1-arch1-1 xhci-hcd
[ 0.711299] usb usb2: SerialNumber: 0000:07:00.0
[ 0.711362] hub 2-0:1.0: USB hub found
[ 0.711368] hub 2-0:1.0: 2 ports detected
[ 0.711610] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 0.711614] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[ 0.711993] xhci_hcd 0000:08:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.712411] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 0.712413] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[ 0.712415] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.712450] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 0.712452] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.712453] usb usb3: Product: xHCI Host Controller
[ 0.712455] usb usb3: Manufacturer: Linux 6.14.1-arch1-1 xhci-hcd
[ 0.712456] usb usb3: SerialNumber: 0000:08:00.3
[ 0.712530] hub 3-0:1.0: USB hub found
[ 0.712540] hub 3-0:1.0: 2 ports detected
[ 0.712661] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.712677] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 0.712678] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.712680] usb usb4: Product: xHCI Host Controller
[ 0.712681] usb usb4: Manufacturer: Linux 6.14.1-arch1-1 xhci-hcd
[ 0.712683] usb usb4: SerialNumber: 0000:08:00.3
[ 0.712743] hub 4-0:1.0: USB hub found
[ 0.712748] hub 4-0:1.0: 2 ports detected
[ 0.713045] xhci_hcd 0000:08:00.4: xHCI Host Controller
[ 0.713049] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 5
[ 0.713441] xhci_hcd 0000:08:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.713874] xhci_hcd 0000:08:00.4: xHCI Host Controller
[ 0.713877] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 6
[ 0.713879] xhci_hcd 0000:08:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.713904] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 0.713905] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.713906] usb usb5: Product: xHCI Host Controller
[ 0.713907] usb usb5: Manufacturer: Linux 6.14.1-arch1-1 xhci-hcd
[ 0.713908] usb usb5: SerialNumber: 0000:08:00.4
[ 0.713975] hub 5-0:1.0: USB hub found
[ 0.713980] hub 5-0:1.0: 2 ports detected
[ 0.714113] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.714128] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 0.714129] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.714130] usb usb6: Product: xHCI Host Controller
[ 0.714131] usb usb6: Manufacturer: Linux 6.14.1-arch1-1 xhci-hcd
[ 0.714132] usb usb6: SerialNumber: 0000:08:00.4
[ 0.714188] hub 6-0:1.0: USB hub found
[ 0.714193] hub 6-0:1.0: 2 ports detected
[ 0.714518] xhci_hcd 0000:09:00.0: xHCI Host Controller
[ 0.714522] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 7
[ 0.715811] xhci_hcd 0000:09:00.0: USB3 root hub has no ports
[ 0.715814] xhci_hcd 0000:09:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.716242] xhci_hcd 0000:09:00.0: xHCI Host Controller
[ 0.716244] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 8
[ 0.716246] xhci_hcd 0000:09:00.0: Host supports USB 3.0 SuperSpeed
[ 0.716276] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 0.716278] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.716280] usb usb7: Product: xHCI Host Controller
[ 0.716282] usb usb7: Manufacturer: Linux 6.14.1-arch1-1 xhci-hcd
[ 0.716283] usb usb7: SerialNumber: 0000:09:00.0
[ 0.716345] hub 7-0:1.0: USB hub found
[ 0.716349] hub 7-0:1.0: 1 port detected
[ 0.716421] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.716439] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 0.716441] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.716443] usb usb8: Product: xHCI Host Controller
[ 0.716444] usb usb8: Manufacturer: Linux 6.14.1-arch1-1 xhci-hcd
[ 0.716445] usb usb8: SerialNumber: 0000:09:00.0
[ 0.716504] hub 8-0:1.0: USB hub found
[ 0.716508] hub 8-0:1.0: config failed, hub doesn't have any ports! (err -19)
[ 0.716705] usbcore: registered new interface driver usbserial_generic
[ 0.716710] usbserial: USB Serial support registered for generic
[ 0.716787] rtc_cmos 00:02: RTC can wake from S4
[ 0.717010] rtc_cmos 00:02: registered as rtc0
[ 0.717048] rtc_cmos 00:02: setting system clock to 2025-04-12T15:42:54 UTC (1744472574)
[ 0.717074] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[ 0.718696] efifb: probing for efifb
[ 0.718715] efifb: showing boot graphics
[ 0.721929] efifb: framebuffer at 0xfc10000000, using 14400k, total 14400k
[ 0.721931] efifb: mode is 2560x1440x32, linelength=10240, pages=1
[ 0.721933] efifb: scrolling: redraw
[ 0.721934] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.721975] fbcon: Deferring console take-over
[ 0.721976] fb0: EFI VGA frame buffer device
[ 0.722002] hid: raw HID events driver (C) Jiri Kosina
[ 0.722069] drop_monitor: Initializing network drop monitor service
[ 0.722194] NET: Registered PF_INET6 protocol family
[ 0.726126] Segment Routing with IPv6
[ 0.726127] RPL Segment Routing with IPv6
[ 0.726134] In-situ OAM (IOAM) with IPv6
[ 0.726150] NET: Registered PF_PACKET protocol family
[ 0.727215] microcode: Current revision: 0x0a601209
[ 0.727216] microcode: Updated early from: 0x0a601206
[ 0.727549] resctrl: L3 allocation detected
[ 0.727551] resctrl: MB allocation detected
[ 0.727551] resctrl: SMBA allocation detected
[ 0.727552] resctrl: L3 monitoring detected
[ 0.727576] IPI shorthand broadcast: enabled
[ 0.729131] sched_clock: Marking stable (726908173, 1377823)->(753240317, -24954321)
[ 0.729300] registered taskstats version 1
[ 0.729772] Loading compiled-in X.509 certificates
[ 0.733120] Loaded X.509 cert 'Build time autogenerated kernel key: 8db29f53b5caf8b7856122c9e062329794bc82bb'
[ 0.737911] zswap: loaded using pool zstd/zsmalloc
[ 0.737963] Demotion targets for Node 0: null
[ 0.738111] Key type .fscrypt registered
[ 0.738112] Key type fscrypt-provisioning registered
[ 0.738638] Btrfs loaded, zoned=yes, fsverity=yes
[ 0.738756] integrity: Loading X.509 certificate: UEFI:db
[ 0.738770] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[ 0.738771] integrity: Loading X.509 certificate: UEFI:db
[ 0.738781] integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
[ 0.738782] integrity: Loading X.509 certificate: UEFI:db
[ 0.740528] integrity: Loaded X.509 cert ': 4238256238813fab4f31de855fe58652'
[ 0.740529] integrity: Loading X.509 certificate: UEFI:db
[ 0.740541] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.740542] integrity: Loading X.509 certificate: UEFI:db
[ 0.740551] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.741542] PM: Magic number: 5:165:740
[ 0.744422] RAS: Correctable Errors collector initialized.
[ 0.754242] clk: Disabling unused clocks
[ 0.754245] PM: genpd: Disabling unused power domains
[ 0.755067] Freeing unused decrypted memory: 2028K
[ 0.755581] Freeing unused kernel image (initmem) memory: 4528K
[ 0.755596] Write protecting the kernel read-only data: 36864k
[ 0.755966] Freeing unused kernel image (text/rodata gap) memory: 1284K
[ 0.756027] Freeing unused kernel image (rodata/data gap) memory: 120K
[ 0.788737] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.788744] rodata_test: all tests were successful
[ 0.788749] Run /init as init process
[ 0.788751] with arguments:
[ 0.788752] /init
[ 0.788754] with environment:
[ 0.788755] HOME=/
[ 0.788755] TERM=linux
[ 0.788756] BOOT_IMAGE=/boot/vmlinuz-linux
[ 0.890777] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQ00 data block query control method not found
[ 0.894766] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 0.895140] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/LNXVIDEO:00/input/input3
[ 0.895187] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ 0.895212] ACPI: video: Video Device [PEGP] (multi-head: yes rom: no post: no)
[ 0.895233] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3c/LNXVIDEO:01/input/input4
[ 0.903685] nvme 0000:02:00.0: platform quirk: setting simple suspend
[ 0.903755] nvme nvme0: pci function 0000:02:00.0
[ 0.942517] nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
[ 0.954184] usb 7-1: new full-speed USB device number 2 using xhci_hcd
[ 0.955180] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 0.966561] nvme nvme0: 16/0/0 default/read/poll queues
[ 0.974947] nvme0n1: p1 p2 p3 p4 p5 p6
[ 1.083194] usb 3-1: New USB device found, idVendor=13d3, idProduct=5458, bcdDevice=21.52
[ 1.083200] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.083202] usb 3-1: Product: USB2.0 HD UVC WebCam
[ 1.083203] usb 3-1: Manufacturer: Azurewave
[ 1.083205] usb 3-1: SerialNumber: 0x0001
[ 1.102238] usb 7-1: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 3.16
[ 1.102242] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.102244] usb 7-1: Product: N-KEY Device
[ 1.102246] usb 7-1: Manufacturer: ASUSTek Computer Inc.
[ 1.159368] usbcore: registered new interface driver usbhid
[ 1.159371] usbhid: USB HID core driver
[ 1.201399] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[ 1.327699] usb 3-2: New USB device found, idVendor=0489, idProduct=e0f6, bcdDevice= 1.00
[ 1.327702] usb 3-2: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[ 1.327703] usb 3-2: Product: Wireless_Device
[ 1.327705] usb 3-2: Manufacturer: MediaTek Inc.
[ 1.327706] usb 3-2: SerialNumber: 000000000
[ 1.633468] tsc: Refined TSC clocksource calibration: 2994.374 MHz
[ 1.633477] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b29828a32c, max_idle_ns: 440795270613 ns
[ 1.633519] clocksource: Switched to clocksource tsc
[ 2.307601] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input5
[ 2.307687] input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input6
[ 2.312772] [drm] amdgpu kernel modesetting enabled.
[ 2.312970] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[ 2.313545] amdgpu: ATPX version 1, functions 0x00000001
[ 2.314152] amdgpu: ATPX Hybrid Graphics
[ 2.349158] amdgpu: Virtual CRAT table created for CPU
[ 2.349171] amdgpu: Topology: Add CPU node
[ 2.349312] amdgpu 0000:08:00.0: enabling device (0006 -> 0007)
[ 2.349562] [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1043:0x225D 0xD9).
[ 2.350705] [drm] register mmio base: 0xFC500000
[ 2.350706] [drm] register mmio size: 524288
[ 2.354627] amdgpu 0000:08:00.0: amdgpu: detected ip block number 0 <nv_common>
[ 2.354630] amdgpu 0000:08:00.0: amdgpu: detected ip block number 1 <gmc_v10_0>
[ 2.354631] amdgpu 0000:08:00.0: amdgpu: detected ip block number 2 <navi10_ih>
[ 2.354632] amdgpu 0000:08:00.0: amdgpu: detected ip block number 3 <psp>
[ 2.354634] amdgpu 0000:08:00.0: amdgpu: detected ip block number 4 <smu>
[ 2.354635] amdgpu 0000:08:00.0: amdgpu: detected ip block number 5 <dm>
[ 2.354637] amdgpu 0000:08:00.0: amdgpu: detected ip block number 6 <gfx_v10_0>
[ 2.354639] amdgpu 0000:08:00.0: amdgpu: detected ip block number 7 <sdma_v5_2>
[ 2.354640] amdgpu 0000:08:00.0: amdgpu: detected ip block number 8 <vcn_v3_0>
[ 2.354641] amdgpu 0000:08:00.0: amdgpu: detected ip block number 9 <jpeg_v3_0>
[ 2.354657] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from VFCT
[ 2.354658] amdgpu: ATOM BIOS: 102-RAPHAEL-008
[ 2.362389] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[ 2.362392] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 2.362424] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 2.362430] amdgpu 0000:08:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[ 2.362432] amdgpu 0000:08:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 2.362438] [drm] Detected VRAM RAM=512M, BAR=512M
[ 2.362440] [drm] RAM width 128bits DDR5
[ 2.362581] [drm] amdgpu: 512M of VRAM memory ready
[ 2.362583] [drm] amdgpu: 7592M of GTT memory ready.
[ 2.362598] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 2.362969] [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
[ 2.363536] [drm] Loading DMUB firmware via PSP: version=0x05002000
[ 2.364051] [drm] use_doorbell being set to: [true]
[ 2.364077] [drm] Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 6
[ 2.387489] amdgpu 0000:08:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
[ 2.397468] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input7
[ 2.397531] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input8
[ 2.397589] input: ASUSTek Computer Inc. N-KEY Device Wireless Radio Control as /devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input9
[ 2.397643] input: ASUSTek Computer Inc. N-KEY Device Mouse as /devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input10
[ 2.397783] hid-generic 0003:0B05:19B6.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:09:00.0-1/input0
[ 2.407968] i8042: PNP: No PS/2 controller found.
[ 2.413317] asus_wmi: ASUS WMI generic driver loaded
[ 2.484794] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2.494794] amdgpu 0000:08:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 2.494796] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2.496566] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[ 2.496569] [drm] Seamless boot condition check passed
[ 2.497514] [drm] Display Core v3.2.316 initialized on DCN 3.1.5
[ 2.497517] [drm] DP-HDMI FRL PCON supported
[ 2.498957] [drm] DMUB hardware initialized: version=0x05002000
[ 2.538489] asus 0003:0B05:19B6.0001: Fixing up Asus N-Key report descriptor
[ 2.539507] asus 0003:0B05:19B6.0001: using HID for asus::kbd_backlight
[ 2.549302] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:09:00.0/usb7/7-1/7-1:1.0/0003:0B05:19B6.0001/input/input11
[ 2.601334] [drm] PSR support 1, DC PSR ver 0, sink PSR ver 1 DPCD caps 0x2a su_y_granularity 0
[ 2.602456] [drm] kiq ring mec 2 pipe 1 q 0
[ 2.607133] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 2.607141] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[ 2.607729] amdgpu: Virtual CRAT table created for GPU
[ 2.607854] amdgpu: Topology: Add dGPU node [0x164e:0x1002]
[ 2.607856] kfd kfd: amdgpu: added device 1002:164e
[ 2.607870] amdgpu 0000:08:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
[ 2.607874] amdgpu 0000:08:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2.607876] amdgpu 0000:08:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[ 2.607877] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[ 2.607878] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[ 2.607879] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 2.607881] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 2.607882] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 2.607883] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 2.607884] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 2.607885] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 2.607886] amdgpu 0000:08:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[ 2.607887] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[ 2.607888] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[ 2.607889] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[ 2.607890] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[ 2.607891] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[ 2.609182] amdgpu 0000:08:00.0: amdgpu: Runtime PM not available
[ 2.609332] amdgpu 0000:08:00.0: amdgpu: [drm] Skipping amdgpu DM backlight registration
[ 2.609640] amdgpu 0000:08:00.0: [drm] Registered 4 planes with drm panic
[ 2.609641] [drm] Initialized amdgpu 3.61.0 for 0000:08:00.0 on minor 0
[ 2.636279] fbcon: amdgpudrmfb (fb0) is primary device
[ 2.636282] fbcon: Deferring console take-over
[ 2.636283] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 2.652509] asus 0003:0B05:19B6.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:09:00.0-1/input0
[ 2.677871] fbcon: Taking over console
[ 2.681419] [drm] pre_validate_dsc:1601 MST_DSC dsc precompute is not needed
[ 2.691045] Console: switching to colour frame buffer device 160x45
[ 2.704752] EXT4-fs (nvme0n1p6): mounted filesystem e44d38de-0bfe-4165-a630-2c5173376d1f r/w with ordered data mode. Quota mode: none.
[ 2.756396] systemd[1]: systemd 257.5-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)
[ 2.756400] systemd[1]: Detected architecture x86-64.
[ 2.757076] systemd[1]: Hostname set to <AceStrix>.
[ 5.514455] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 5.660065] systemd[1]: Queued start job for default target Graphical Interface.
[ 5.678245] systemd[1]: Created slice Slice /system/dirmngr.
[ 5.678497] systemd[1]: Created slice Slice /system/getty.
[ 5.678700] systemd[1]: Created slice Slice /system/gpg-agent.
[ 5.678894] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 5.679172] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 5.679375] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 5.679592] systemd[1]: Created slice Slice /system/keyboxd.
[ 5.679786] systemd[1]: Created slice Slice /system/modprobe.
[ 5.679930] systemd[1]: Created slice User and Session Slice.
[ 5.679962] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.680089] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 5.680102] systemd[1]: Reached target Login Prompts.
[ 5.680108] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 5.680118] systemd[1]: Reached target Remote File Systems.
[ 5.680123] systemd[1]: Reached target Slice Units.
[ 5.680136] systemd[1]: Reached target Local Verity Protected Volumes.
[ 5.680179] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 5.681959] systemd[1]: Listening on Process Core Dump Socket.
[ 5.682297] systemd[1]: Listening on Credential Encryption/Decryption.
[ 5.682350] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.682395] systemd[1]: Listening on Journal Sockets.
[ 5.682415] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 5.682423] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 5.682460] systemd[1]: Listening on udev Control Socket.
[ 5.682482] systemd[1]: Listening on udev Kernel Socket.
[ 5.682517] systemd[1]: Listening on User Database Manager Socket.
[ 5.683138] systemd[1]: Mounting Huge Pages File System...
[ 5.683670] systemd[1]: Mounting POSIX Message Queue File System...
[ 5.684258] systemd[1]: Mounting Kernel Debug File System...
[ 5.684833] systemd[1]: Mounting Kernel Trace File System...
[ 5.685534] systemd[1]: Starting Create List of Static Device Nodes...
[ 5.686174] systemd[1]: Starting Load Kernel Module configfs...
[ 5.686982] systemd[1]: Starting Load Kernel Module dm_mod...
[ 5.687647] systemd[1]: Starting Load Kernel Module drm...
[ 5.688429] systemd[1]: Starting Load Kernel Module fuse...
[ 5.689395] systemd[1]: Starting Load Kernel Module loop...
[ 5.689464] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 5.689496] 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).
[ 5.690905] systemd[1]: Starting Journal Service...
[ 5.691825] systemd[1]: Starting Load Kernel Modules...
[ 5.691839] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 5.692452] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 5.692480] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 5.692939] systemd[1]: Starting Load udev Rules from Credentials...
[ 5.693437] systemd[1]: Starting Coldplug All udev Devices...
[ 5.694001] systemd[1]: Starting Virtual Console Setup...
[ 5.695079] systemd[1]: Mounted Huge Pages File System.
[ 5.695145] systemd[1]: Mounted POSIX Message Queue File System.
[ 5.695189] systemd[1]: Mounted Kernel Debug File System.
[ 5.695401] systemd[1]: Mounted Kernel Trace File System.
[ 5.695820] systemd[1]: Finished Create List of Static Device Nodes.
[ 5.696042] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 5.696181] systemd[1]: Finished Load Kernel Module configfs.
[ 5.696366] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 5.696490] systemd[1]: Finished Load Kernel Module drm.
[ 5.696932] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 5.697072] systemd[1]: Finished Load Kernel Module fuse.
[ 5.697934] systemd[1]: Mounting FUSE Control File System...
[ 5.698467] systemd[1]: Mounting Kernel Configuration File System...
[ 5.698607] loop: module loaded
[ 5.698626] device-mapper: uevent: version 1.0.3
[ 5.698707] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
[ 5.698989] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 5.699176] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 5.699303] systemd[1]: Finished Load Kernel Module dm_mod.
[ 5.699478] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 5.699597] systemd[1]: Finished Load Kernel Module loop.
[ 5.699835] systemd[1]: Finished Load udev Rules from Credentials.
[ 5.700212] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 5.701358] systemd[1]: Mounted FUSE Control File System.
[ 5.701879] systemd[1]: Mounted Kernel Configuration File System.
[ 5.702694] i2c_dev: i2c /dev entries driver
[ 5.703000] systemd-journald[463]: Collecting audit messages is disabled.
[ 5.706818] EXT4-fs (nvme0n1p6): re-mounted e44d38de-0bfe-4165-a630-2c5173376d1f r/w. Quota mode: none.
[ 5.708340] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 5.709840] systemd[1]: Activating swap /swapfile...
[ 5.710024] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 5.710639] systemd[1]: Starting Load/Save OS Random Seed...
[ 5.710652] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 5.711502] systemd[1]: Starting User Database Manager...
[ 5.713808] systemd[1]: Finished Virtual Console Setup.
[ 5.718078] Adding 4194300k swap on /swapfile. Priority:-2 extents:20 across:423493632k SS
[ 5.718104] systemd[1]: Activated swap /swapfile.
[ 5.718125] systemd[1]: Reached target Swaps.
[ 5.721178] systemd[1]: Finished Load/Save OS Random Seed.
[ 5.729225] systemd[1]: Started User Database Manager.
[ 5.748116] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[ 5.748221] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[ 5.749327] systemd[1]: Starting Network Time Synchronization...
[ 5.749910] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 5.775529] systemd[1]: Started Journal Service.
[ 5.782544] systemd-journald[463]: Received client request to flush runtime journal.
[ 5.899435] nvidia: loading out-of-tree module taints kernel.
[ 5.899443] nvidia: module license 'NVIDIA' taints kernel.
[ 5.899445] Disabling lock debugging due to kernel taint
[ 5.899447] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 5.899448] nvidia: module license taints kernel.
[ 5.909367] Serial bus multi instantiate pseudo device driver CSC3551:00: Instantiated 2 I2C devices.
[ 5.921255] input: PC Speaker as /devices/platform/pcspkr/input/input12
[ 5.921911] asus_wmi: Initialization: 0x1
[ 5.922875] asus_wmi: SFUN value: 0x21
[ 5.922880] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[ 5.923779] mc: Linux media interface: v0.10
[ 5.923904] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[ 5.923952] mousedev: PS/2 mouse device common for all mice
[ 5.924998] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[ 5.925001] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 5.925003] RAPL PMU: hw unit of domain core 2^-16 Joules
[ 5.925640] ccp 0000:08:00.2: tee enabled
[ 5.925906] ccp 0000:08:00.2: psp enabled
[ 5.936268] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[ 5.957575] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input13
[ 5.962500] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 5.962652] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 5.962785] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 5.963109] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 5.963112] cfg80211: failed to load regulatory.db
[ 5.990462] Bluetooth: Core ver 2.22
[ 5.990486] NET: Registered PF_BLUETOOTH protocol family
[ 5.990489] Bluetooth: HCI device and connection manager initialized
[ 5.990492] Bluetooth: HCI socket layer initialized
[ 5.990496] Bluetooth: L2CAP socket layer initialized
[ 5.990500] Bluetooth: SCO socket layer initialized
[ 5.994348] asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
[ 6.030917] input: ASUF1204:00 2808:0104 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUF1204:00/0018:2808:0104.0002/input/input14
[ 6.030989] input: ASUF1204:00 2808:0104 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUF1204:00/0018:2808:0104.0002/input/input15
[ 6.031079] hid-generic 0018:2808:0104.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUF1204:00 2808:0104] on i2c-ASUF1204:00
[ 6.123073] ACPI: battery: new hook: ASUS Battery Extension
[ 6.286221] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 6.286226] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 6.287117] i2c i2c-11: Successfully instantiated SPD at 0x50
[ 6.287791] i2c i2c-11: Successfully instantiated SPD at 0x51
[ 6.287849] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 6.288836] cryptd: max_cpu_qlen set to 1000
[ 6.289821] videodev: Linux video capture interface: v2.00
[ 6.294705] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 6.295263] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 6.295911] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[ 6.297426] AES CTR mode by8 optimization enabled
[ 6.298444] nvidia-nvlink: Nvlink Core is being initialized, major device number 234
[ 6.299697] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[ 6.299784] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 6.304994] usbcore: registered new interface driver btusb
[ 6.308298] r8169 0000:03:00.0 eth0: RTL8168h/8111h, 08:bf:b8:2e:70:e9, XID 541, IRQ 98
[ 6.308302] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 6.310741] r8169 0000:03:00.0 enp3s0: renamed from eth0
[ 6.314012] spd5118 11-0050: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
[ 6.323000] spd5118 11-0051: DDR5 temperature sensor: vendor 0x00:0xb3 revision 2.2
[ 6.344181] input: ASUF1204:00 2808:0104 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUF1204:00/0018:2808:0104.0002/input/input17
[ 6.344280] input: ASUF1204:00 2808:0104 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUF1204:00/0018:2808:0104.0002/input/input18
[ 6.344351] hid-multitouch 0018:2808:0104.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUF1204:00 2808:0104] on i2c-ASUF1204:00
[ 6.347453] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 570.133.07 Fri Mar 14 13:12:07 UTC 2025
[ 6.359046] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Adding DSD properties for 10431D1F
[ 6.359141] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Using extra _DSD properties, bypassing _DSD in ACPI
[ 6.360330] usb 3-1: Found UVC 1.10 device USB2.0 HD UVC WebCam (13d3:5458)
[ 6.362835] snd_rpl_pci_acp6x 0000:08:00.5: enabling device (0000 -> 0002)
[ 6.368233] usbcore: registered new interface driver uvcvideo
[ 6.371955] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[ 6.381083] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 570.133.07 Fri Mar 14 12:42:57 UTC 2025
[ 6.394115] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Cirrus Logic CS35L41 (35a40), Revision: B2
[ 6.394211] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Adding DSD properties for 10431D1F
[ 6.394275] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Using extra _DSD properties, bypassing _DSD in ACPI
[ 6.394276] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Reset line busy, assuming shared reset
[ 6.411812] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20241106163512
[ 6.433035] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 6.436997] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Cirrus Logic CS35L41 (35a40), Revision: B2
[ 6.517995] kvm_amd: TSC scaling supported
[ 6.518000] kvm_amd: Nested Virtualization enabled
[ 6.518001] kvm_amd: Nested Paging enabled
[ 6.518003] kvm_amd: LBR virtualization supported
[ 6.518017] kvm_amd: Virtual GIF supported
[ 6.518018] kvm_amd: Virtual NMI enabled
[ 6.518359] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[ 6.518503] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 6.518511] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 6.534229] mt7921e 0000:04:00.0: enabling device (0000 -> 0002)
[ 6.543929] mt7921e 0000:04:00.0: ASIC revision: 79220010
[ 6.544940] snd_hda_codec_realtek hdaudioC1D0: ALC294: picked fixup for PCI SSID 1043:1d1f
[ 6.546376] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input20
[ 6.546430] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input21
[ 6.546470] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input22
[ 6.546519] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input23
[ 6.547574] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f.wmfw: format 3 timestamp 0x630cb3c2
[ 6.547578] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f.wmfw: Mon 29 Aug 2022 14:40:34 W. Europe Daylight Time
[ 6.587117] intel_rapl_common: Found RAPL domain package
[ 6.587120] intel_rapl_common: Found RAPL domain core
[ 6.587455] amd_atl: AMD Address Translation Library initialized
[ 6.618876] mt7921e 0000:04:00.0: HW/SW Version: 0x8a108a10, Build Time: 20241106163228a
[ 6.633710] mt7921e 0000:04:00.0: WM Firmware Version: ____000000, Build Time: 20241106163310
[ 7.012565] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.60.0, 2 algorithms
[ 7.013660] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f-spkid0-l0.bin: v0.60.0
[ 7.013662] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\dchunyi\Documents\Asus_ROG\Project\G733_Strix15_17\Tuning\20230113\10431503_230113_V0_A0.bi
[ 7.082482] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=11724
[ 7.096271] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
[ 7.096323] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: CS35L41 Bound - SSID: 10431D1F, BST: 0, VSPK: 0, CH: L, FW EN: 1, SPKID: 0
[ 7.096329] snd_hda_codec_realtek hdaudioC1D0: bound i2c-CSC3551:00-cs35l41-hda.0 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
[ 7.099366] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f.wmfw: format 3 timestamp 0x630cb3c2
[ 7.099369] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f.wmfw: Mon 29 Aug 2022 14:40:34 W. Europe Daylight Time
[ 7.564408] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.60.0, 2 algorithms
[ 7.565522] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431d1f-spkid0-r0.bin: v0.60.0
[ 7.565525] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\dchunyi\Documents\Asus_ROG\Project\G733_Strix15_17\Tuning\20230113\10431503_230113_V0_A1.bi
[ 7.634381] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=11382
[ 7.648277] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
[ 7.648304] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: CS35L41 Bound - SSID: 10431D1F, BST: 0, VSPK: 0, CH: R, FW EN: 1, SPKID: 0
[ 7.648306] snd_hda_codec_realtek hdaudioC1D0: bound i2c-CSC3551:00-cs35l41-hda.1 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
[ 7.648562] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 7.648564] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 7.648566] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 7.648567] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 7.648568] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 7.648570] snd_hda_codec_realtek hdaudioC1D0: Mic=0x12
[ 7.750783] mt7921e 0000:04:00.0 wlp4s0: renamed from wlan0
[ 7.918589] nvidia-modeset: nvidia-modeset: ACPI reported no NVIDIA native backlight available; attempting to use ACPI backlight.
[ 7.926062] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 1
[ 7.926720] nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
[ 8.095491] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card1/input24
[ 8.113141] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 8.113144] Bluetooth: BNEP filters: protocol multicast
[ 8.113147] Bluetooth: BNEP socket layer initialized
[ 8.202403] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[ 8.369514] r8169 0000:03:00.0 enp3s0: Link is Down
[ 8.605486] Bluetooth: hci0: Device setup in 2246523 usecs
[ 8.605493] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 8.662834] Bluetooth: hci0: AOSP extensions version v1.00
[ 8.662837] Bluetooth: hci0: AOSP quality report is supported
[ 8.662995] Bluetooth: MGMT ver 1.23
[ 8.670004] NET: Registered PF_ALG protocol family
[ 14.246942] nvme nvme0: using unchecked data buffer
[ 14.250874] block nvme0n1: No UUID available providing old NGUID
[ 14.423651] Bluetooth: RFCOMM TTY layer initialized
[ 14.423661] Bluetooth: RFCOMM socket layer initialized
[ 14.423663] Bluetooth: RFCOMM ver 1.11sudo dmesg | grep nvidia
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e44d38de-0bfe-4165-a630-2c5173376d1f rw loglevel=3 quiet nvidia-drm.modeset=1
[ 0.022241] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e44d38de-0bfe-4165-a630-2c5173376d1f rw loglevel=3 quiet nvidia-drm.modeset=1
[ 5.899435] nvidia: loading out-of-tree module taints kernel.
[ 5.899443] nvidia: module license 'NVIDIA' taints kernel.
[ 5.899447] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 5.899448] nvidia: module license taints kernel.
[ 6.298444] nvidia-nvlink: Nvlink Core is being initialized, major device number 234
[ 6.299697] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[ 6.299784] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 6.371955] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[ 6.381083] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 570.133.07 Fri Mar 14 12:42:57 UTC 2025
[ 6.433035] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 7.918589] nvidia-modeset: nvidia-modeset: ACPI reported no NVIDIA native backlight available; attempting to use ACPI backlight.
[ 7.926062] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 1
[ 7.926720] nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
[ 14.511305] Modules linked in: snd_seq_dummy snd_hrtimer rfcomm snd_seq snd_seq_device cmac algif_hash algif_skcipher af_alg bnep ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt ipt_REJECT nf_reject_ipv4 xt_LOG nf_log_syslog xt_limit xt_addrtype xt_tcpudp xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip6table_filter ip6_tables iptable_filter snd_sof_amd_acp70 snd_sof_amd_acp63 snd_sof_amd_vangogh snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp amd_atl intel_rapl_msr snd_sof_pci intel_rapl_common snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_pci_ps snd_soc_acpi_amd_match snd_amd_sdw_acpi soundwire_amd soundwire_generic_allocation snd_hda_codec_realtek soundwire_bus snd_hda_codec_generic snd_soc_sdca snd_hda_scodec_component snd_hda_codec_hdmi mt7921e snd_soc_core mt7921_common snd_hda_scodec_cs35l41_spi snd_hda_intel kvm_amd snd_compress mt792x_lib snd_intel_dspcfg nvidia_drm(POE) ac97_bus nvidia_uvm(POE) mt76_connac_lib kvm snd_intel_sdw_acpi nvidia_modeset(POE) snd_pcm_dmaengine snd_hda_codec mt76
[ 14.511372] snd_rpl_pci_acp6x polyval_clmulni uvcvideo snd_acp_pci polyval_generic snd_hda_scodec_cs35l41_i2c snd_hda_core ghash_clmulni_intel snd_acp_legacy_common snd_hda_scodec_cs35l41 videobuf2_vmalloc sha512_ssse3 snd_hwdep snd_pci_acp6x uvc snd_hda_cs_dsp_ctls mac80211 btusb sha256_ssse3 spd5118 snd_soc_cs_amp_lib videobuf2_memops snd_pci_acp5x snd_pcm btrtl sha1_ssse3 r8169 videobuf2_v4l2 snd_soc_cs35l41_lib snd_rn_pci_acp3x btintel aesni_intel cs_dsp videobuf2_common snd_timer snd_acp_config sp5100_tco btbcm ucsi_acpi crypto_simd realtek videodev hid_multitouch snd typec_ucsi libarc4 btmtk mdio_devres joydev cryptd snd_soc_acpi i2c_piix4 bluetooth cfg80211 mc mousedev rapl asus_nb_wmi wmi_bmof typec pcspkr libphy ccp nvidia_wmi_ec_backlight k10temp snd_pci_acp3x soundcore i2c_smbus nvidia(POE) roles i2c_hid_acpi i2c_hid amd_pmc serial_multi_instantiate mac_hid i2c_dev crypto_user loop dm_mod nfnetlink ip_tables x_tables hid_asus asus_wmi sparse_keymap i8042 serio platform_profile rfkill hid_generic usbhidlet me know if there's more details i can give
Offline
Update: Im marking this as solved as Nvidia's new driver update has fixed it, I haven't tested using it yet though.
Here's the output for nvidia-smi
$ nvidia-smi
Fri Apr 18 12:50:47 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.133.07 Driver Version: 570.133.07 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 4050 ... Off | 00000000:01:00.0 Off | N/A |
| N/A 46C P8 2W / 100W | 15MiB / 6141MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 847 G /usr/lib/Xorg 4MiB |
+-----------------------------------------------------------------------------------------+Offline