You are not logged in.

#1 2025-05-22 08:38:24

Klara
Member
Registered: 2025-05-20
Posts: 14

[SOLVED] System freezing upon of entering any GUI under Nouveau.

Hello.

I'm not super sure about how I could start off this thread with, other than stating my issue in more detail.

I've recently installed Arch on an old Alienware M9700i-R1 (Intel Core 2 T7600 x NVIDIA geforce 8700M GT) and entering any GUI, DE or WM would make it freeze after a few seconds. There doesn't seem to be much info about the errors on the internet unfortunately, at least ones that solve my problem. I apologize if this seems like a basic problem to fix or basic knowledge. I've mostly been using AMD GPUs under Linux.

Journalctl gives out...
https://dpaste.com/FNEVDZZQG

I've read the Arch wiki about Nouveau, Mesa's docs about troubleshooting Nouveau and searched far and wide on the internet, but sadly got nothing in return. I do certainly know that the card works perfectly fine hardware wise, as I've seen it work normally under Windows before I installed Arch.

Last edited by Klara (2025-05-28 07:02:32)

Offline

#2 2025-05-24 12:48:10

ua4000
Member
Registered: 2015-10-14
Posts: 554

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

I can't reach the log, can you place it somewhere else ?
Can you please also post the xorg log ?

See also https://bbs.archlinux.org/viewtopic.php?id=305727
and test if a rollback of mesa helps.

Last edited by ua4000 (2025-05-25 09:01:45)

Offline

#3 2025-05-24 19:50:29

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

Of course! Unfortunately it is quite late here. I will need to post the results tomorrow. I hope it isn't much of an issue here.

Offline

#4 2025-05-25 08:00:38

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

Hopefully this will work.
https://pastebin.com/9R3dR4Zg

I unfortunately do not have Xorg installed, as I prefer to rely on Wayland. I could install it if it's needed for helping out. As for the downgrade. I am currently in the process of trying to downgrade Mesa,

Offline

#5 2025-05-26 18:50:46

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

Moving down to the last major release didn't help. sad

Offline

#6 2025-05-26 20:46:03

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

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

May 20 20:32:05 Arch kernel: [drm] Initialized nouveau 1.4.0 for 0000:04:00.0 on minor 1
May 20 20:32:05 Arch kernel: nouveau 0000:04:00.0: [drm] Cannot find any crtc or sizes
May 20 20:32:05 Arch kernel: nouveau 0000:04:00.0: [drm] Cannot find any crtc or sizes
May 20 20:32:05 Arch kernel: fbcon: Taking over console
…
May 20 20:33:07 Arch systemd[1]: Started Session 1 of User root.
May 20 20:33:07 Arch login[530]: ROOT LOGIN ON tty1
May 20 20:33:15 Arch systemd[584]: Created slice User Core Session Slice.
May 20 20:33:15 Arch systemd[584]: Starting D-Bus User Message Bus...
May 20 20:33:15 Arch systemd[584]: Started D-Bus User Message Bus.
May 20 20:33:15 Arch dbus-broker-launch[630]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
May 20 20:33:15 Arch dbus-broker-launch[630]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
May 20 20:33:15 Arch dbus-broker-launch[630]: Ready
May 20 20:33:25 Arch kernel: nouveau 0000:03:00.0: disp: ERROR 1 [PUSHBUFFER_ERR] 01 [] chid 1 mthd 0000 data 00000000
May 20 20:33:26 Arch kernel: nouveau 0000:03:00.0: fb: trapped read at 0000000000 on channel 2 [1fa80000 sway[607]] engine 05 [PFIFO] client 08 [PFIFO_READ] subclient 00 [PUSHBUF] reason 00000002 [PAGE_NOT_PRESENT]
May 20 20:33:26 Arch kernel: nouveau 0000:03:00.0: fifo: DMA_PUSHER - ch 2 [sway[607]] get fffffffffc put 0000fffff8 ib_get 00000057 ib_put 00000058 state c0040026 (err: MEM_FAULT) push 00406040
May 20 20:33:26 Arch kernel: nouveau 0000:03:00.0: fb: trapped read at fffffffffc on channel 2 [1fa80000 sway[607]] engine 05 [PFIFO] client 08 [PFIFO_READ] subclient 00 [PUSHBUF] reason 00000000 [PT_NOT_PRESENT]
May 20 20:33:26 Arch kernel: nouveau 0000:03:00.0: fifo: DMA_PUSHER - ch 2 [sway[607]] get fffffffffc put 0000fffff8 ib_get 00000058 ib_put 00000058 state c0040002 (err: MEM_FAULT) push 00406040
May 20 20:33:27 Arch kernel: nouveau 0000:03:00.0: drm: base-0: timeout

1. add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters to get rid of the simpledrm device, i don't like that the driver thinks there's no output
2. test the behavior w/ the LTS kernel
3.

I've recently installed Arch on an old Alienware M9700i-R1 (Intel Core 2 T7600 x NVIDIA geforce 8700M GT) and entering any GUI, DE or WM would make it freeze after a few seconds.

For clarification: this isn't a regression, the system has never worked so far?

Can you ssh into the system?
I assume "GUI" means X11 ? (Don't try to run wayland on that system)
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#7 2025-05-28 06:38:08

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

I apologize heavily for not responding yesterday. I was busy during that time. Switching to the LTS kernel and the modeset gave the same results. I did try to switch to Xorg as you suggested to do, but sadly that came with more errors. I could try to run sway with SSH running if all that matter is simply the responsiveness of the system

[  1615.431] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[  1615.461] Current Operating System: Linux Arch 6.12.30-1-lts #1 SMP PREEMPT_DYNAMIC Thu, 22 May 2025 12:50:32 +0000 x86_64
[  1615.461] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=0add0d22-085e-489f-bbb0-7f145dfc5d1f rw loglevel=3 quiet nvidia_drm.modeset=1
[  1615.491]  
[  1615.502] Current version of pixman: 0.46.0
[  1615.523] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1615.523] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1615.569] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 28 09:10:14 2025
[  1615.581] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1615.582] (==) No Layout section.  Using the first Screen section.
[  1615.582] (==) No screen section available. Using defaults.
[  1615.582] (**) |-->Screen "Default Screen Section" (0)
[  1615.582] (**) |   |-->Monitor "<default monitor>"
[  1615.582] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1615.582] (**) Allowing byte-swapped clients
[  1615.582] (==) Automatically adding devices
[  1615.582] (==) Automatically enabling devices
[  1615.582] (==) Automatically adding GPU devices
[  1615.582] (==) Automatically binding GPU devices
[  1615.582] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1615.582] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1615.582] 	Entry deleted from font path.
[  1615.582] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  1615.582] 	Entry deleted from font path.
[  1615.582] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1615.582] 	Entry deleted from font path.
[  1615.582] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1615.582] 	Entry deleted from font path.
[  1615.582] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1615.583] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1615.583] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1615.583] (II) Module ABI versions:
[  1615.583] 	X.Org ANSI C Emulation: 0.4
[  1615.583] 	X.Org Video Driver: 25.2
[  1615.583] 	X.Org XInput driver : 24.4
[  1615.583] 	X.Org Server Extension : 10.0
[  1615.583] (++) using VT number 1

[  1615.585] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  1615.597] (--) PCI:*(3@0:0:0) 10de:0409:161f:2052 rev 161, Mem @ 0xf7000000/16777216, 0xb0000000/268435456, 0xf4000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
[  1615.597] (--) PCI: (4@0:0:0) 10de:0409:161f:2052 rev 161, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072
[  1615.597] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1615.597] (II) LoadModule: "glx"
[  1615.597] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1615.602] (II) Module glx: vendor="X.Org Foundation"
[  1615.602] 	compiled for 1.21.1.16, module version = 1.0.0
[  1615.602] 	ABI class: X.Org Server Extension, version 10.0
[  1615.602] (==) Matched nouveau as autoconfigured driver 0
[  1615.602] (==) Matched nv as autoconfigured driver 1
[  1615.602] (==) Matched modesetting as autoconfigured driver 2
[  1615.602] (==) Matched fbdev as autoconfigured driver 3
[  1615.602] (==) Matched vesa as autoconfigured driver 4
[  1615.602] (==) Assigned the driver to the xf86ConfigLayout
[  1615.602] (II) LoadModule: "nouveau"
[  1615.603] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[  1615.603] (II) Module nouveau: vendor="X.Org Foundation"
[  1615.603] 	compiled for 1.21.1.14, module version = 1.0.18
[  1615.603] 	Module class: X.Org Video Driver
[  1615.603] 	ABI class: X.Org Video Driver, version 25.2
[  1615.603] (II) LoadModule: "nv"
[  1615.604] (WW) Warning, couldn't open module nv
[  1615.604] (EE) Failed to load module "nv" (module does not exist, 0)
[  1615.604] (II) LoadModule: "modesetting"
[  1615.604] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1615.605] (II) Module modesetting: vendor="X.Org Foundation"
[  1615.605] 	compiled for 1.21.1.16, module version = 1.21.1
[  1615.605] 	Module class: X.Org Video Driver
[  1615.605] 	ABI class: X.Org Video Driver, version 25.2
[  1615.605] (II) LoadModule: "fbdev"
[  1615.605] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1615.606] (II) Module fbdev: vendor="X.Org Foundation"
[  1615.606] 	compiled for 1.21.1.14, module version = 0.5.1
[  1615.606] 	Module class: X.Org Video Driver
[  1615.606] 	ABI class: X.Org Video Driver, version 25.2
[  1615.606] (II) LoadModule: "vesa"
[  1615.606] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1615.606] (II) Module vesa: vendor="X.Org Foundation"
[  1615.606] 	compiled for 1.21.1.11, module version = 2.6.0
[  1615.606] 	Module class: X.Org Video Driver
[  1615.606] 	ABI class: X.Org Video Driver, version 25.2
[  1615.606] (II) NOUVEAU driver 
[  1615.606] (II) NOUVEAU driver for NVIDIA chipset families :
[  1615.606] 	RIVA TNT            (NV04)
[  1615.606] 	RIVA TNT2           (NV05)
[  1615.607] 	GeForce 256         (NV10)
[  1615.607] 	GeForce 2           (NV11, NV15)
[  1615.607] 	GeForce 4MX         (NV17, NV18)
[  1615.607] 	GeForce 3           (NV20)
[  1615.607] 	GeForce 4Ti         (NV25, NV28)
[  1615.607] 	GeForce FX          (NV3x)
[  1615.607] 	GeForce 6           (NV4x)
[  1615.607] 	GeForce 7           (G7x)
[  1615.607] 	GeForce 8           (G8x)
[  1615.607] 	GeForce 9           (G9x)
[  1615.607] 	GeForce GTX 2xx/3xx (GT2xx)
[  1615.607] 	GeForce GTX 4xx/5xx (GFxxx)
[  1615.607] 	GeForce GTX 6xx/7xx (GKxxx)
[  1615.607] 	GeForce GTX 9xx     (GMxxx)
[  1615.607] 	GeForce GTX 10xx    (GPxxx)
[  1615.607] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1615.607] (II) FBDEV: driver for framebuffer: fbdev
[  1615.607] (II) VESA: driver for VESA chipsets: vesa
[  1616.248] (EE) [drm] Failed to open DRM device for pci:0000:03:00.0: -19
[  1616.248] (EE) open /dev/dri/card0: No such file or directory
[  1616.248] (WW) Falling back to old probe method for modesetting
[  1616.248] (EE) open /dev/dri/card0: No such file or directory
[  1616.248] (II) Loading sub module "fbdevhw"
[  1616.248] (II) LoadModule: "fbdevhw"
[  1616.248] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1616.248] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1616.248] 	compiled for 1.21.1.16, module version = 0.0.2
[  1616.248] 	ABI class: X.Org Video Driver, version 25.2
[  1616.248] (EE) Unable to find a valid framebuffer device
[  1616.248] (WW) Falling back to old probe method for fbdev
[  1616.248] (II) Loading sub module "fbdevhw"
[  1616.248] (II) LoadModule: "fbdevhw"
[  1616.248] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1616.248] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1616.248] 	compiled for 1.21.1.16, module version = 0.0.2
[  1616.248] 	ABI class: X.Org Video Driver, version 25.2
[  1616.248] (II) FBDEV(2): using default device
[  1616.248] vesa: Refusing to run, Framebuffer or dri device present
[  1616.249] (EE) Screen 0 deleted because of no matching config section.
[  1616.249] (II) UnloadModule: "modesetting"
[  1616.249] (EE) Screen 0 deleted because of no matching config section.
[  1616.249] (II) UnloadModule: "fbdev"
[  1616.249] (II) UnloadSubModule: "fbdevhw"
[  1616.249] (II) FBDEV(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1616.249] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[  1616.249] (==) FBDEV(0): RGB weight 888
[  1616.249] (==) FBDEV(0): Default visual is TrueColor
[  1616.249] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[  1616.249] (II) FBDEV(0): hardware: VESA VGA (video memory: 1216kB)
[  1616.249] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[  1616.249] (II) FBDEV(0): checking modes against framebuffer device...
[  1616.249] (II) FBDEV(0): checking modes against monitor...
[  1616.249] (II) FBDEV(0): Virtual size is 640x480 (pitch 640)
[  1616.249] (**) FBDEV(0):  Built-in mode "current": 30.7 MHz, 36.9 kHz, 73.3 Hz
[  1616.249] (II) FBDEV(0): Modeline "current"x0.0   30.72  640 672 752 832  480 484 488 504 -hsync -vsync -csync (36.9 kHz b)
[  1616.249] (==) FBDEV(0): DPI set to (96, 96)
[  1616.249] (II) Loading sub module "fb"
[  1616.249] (II) LoadModule: "fb"
[  1616.249] (II) Module "fb" already built-in
[  1616.249] (**) FBDEV(0): using shadow framebuffer
[  1616.249] (II) Loading sub module "shadow"
[  1616.249] (II) LoadModule: "shadow"
[  1616.249] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  1616.249] (II) Module shadow: vendor="X.Org Foundation"
[  1616.249] 	compiled for 1.21.1.16, module version = 1.1.0
[  1616.249] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1616.249] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[  1616.249] (==) FBDEV(0): Backing store enabled
[  1616.250] (==) FBDEV(0): DPMS enabled
[  1616.250] (II) Initializing extension Generic Event Extension
[  1616.250] (II) Initializing extension SHAPE
[  1616.250] (II) Initializing extension MIT-SHM
[  1616.250] (II) Initializing extension XInputExtension
[  1616.250] (II) Initializing extension XTEST
[  1616.251] (II) Initializing extension BIG-REQUESTS
[  1616.251] (II) Initializing extension SYNC
[  1616.251] (II) Initializing extension XKEYBOARD
[  1616.251] (II) Initializing extension XC-MISC
[  1616.251] (II) Initializing extension SECURITY
[  1616.251] (II) Initializing extension XFIXES
[  1616.252] (II) Initializing extension RENDER
[  1616.252] (II) Initializing extension RANDR
[  1616.252] (II) Initializing extension COMPOSITE
[  1616.252] (II) Initializing extension DAMAGE
[  1616.252] (II) Initializing extension MIT-SCREEN-SAVER
[  1616.253] (II) Initializing extension DOUBLE-BUFFER
[  1616.253] (II) Initializing extension RECORD
[  1616.253] (II) Initializing extension DPMS
[  1616.253] (II) Initializing extension Present
[  1616.253] (II) Initializing extension DRI3
[  1616.253] (II) Initializing extension X-Resource
[  1616.253] (II) Initializing extension XVideo
[  1616.254] (II) Initializing extension XVideo-MotionCompensation
[  1616.254] (II) Initializing extension GLX
[  1616.254] (II) AIGLX: Screen 0 is not DRI2 capable
[  1616.322] (EE) 
[  1616.322] (EE) Backtrace:
[  1616.322] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.323] (EE) 0: /usr/lib/Xorg (?+0x0) [0x628d7d5eff7c]
[  1616.323] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.323] (EE) 1: /usr/lib/libc.so.6 (?+0x0) [0x79e9440ffef0]
[  1616.324] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.324] (EE) 2: /usr/lib/libnvidia-egl-gbm.so.1 (?+0x0) [0x79e9431a6066]
[  1616.324] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.324] (EE) 3: /usr/lib/libEGL_nvidia.so.0 (?+0x0) [0x79e942eaffc0]
[  1616.324] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.324] (EE) 4: /usr/lib/libEGL_nvidia.so.0 (?+0x0) [0x79e942e4d41c]
[  1616.325] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.325] (EE) 5: /usr/lib/libEGL.so.1 (?+0x0) [0x79e9432e38f5]
[  1616.325] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.325] (EE) 6: /usr/lib/dri/swrast_dri.so (?+0x0) [0x79e943300345]
[  1616.326] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.326] (EE) 7: /usr/lib/xorg/modules/extensions/libglx.so (?+0x0) [0x79e943975c4b]
[  1616.326] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.326] (EE) 8: /usr/lib/xorg/modules/extensions/libglx.so (?+0x0) [0x79e94396e457]
[  1616.326] (EE) 9: /usr/lib/Xorg (_CallCallbacks+0x3c) [0x628d7d50a98c]
[  1616.327] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.327] (EE) 10: /usr/lib/Xorg (?+0x0) [0x628d7d5f817d]
[  1616.327] (EE) 11: /usr/lib/Xorg (InitExtensions+0x89) [0x628d7d4d4bc9]
[  1616.327] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.327] (EE) 12: /usr/lib/Xorg (?+0x0) [0x628d7d4c6c93]
[  1616.328] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  1616.328] (EE) 13: /usr/lib/libc.so.6 (?+0x0) [0x79e9440e96b5]
[  1616.329] (EE) 14: /usr/lib/libc.so.6 (__libc_start_main+0x89) [0x79e9440e9769]
[  1616.329] (EE) 15: /usr/lib/Xorg (_start+0x25) [0x628d7d4c82b5]
[  1616.329] (EE) 
[  1616.329] (EE) Segmentation fault at address 0x0
[  1616.329] (EE) 
Fatal server error:
[  1616.329] (EE) Caught signal 11 (Segmentation fault). Server aborting
[  1616.329] (EE) 
[  1616.329] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1616.329] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1616.329] (EE) 
[  1616.352] (EE) Server terminated with error (1). Closing log file.

Offline

#8 2025-05-28 06:45:01

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

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

remove every single xf86-video and nvidia package.
No nvidia kernel module, no nvidia-utils - none of that.

In doubt post

pacman -Qs 'xf86|nvidia'

Offline

#9 2025-05-28 06:59:57

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

Removing the EGL packages seemed to have fixed it. I am currently in I3 , and the freezing doesn't actually appear to happen at all under it. Maybe it's more of a wayland issue? Either way the laptop works for now. Thank you for your help!

Offline

#10 2025-05-28 07:15:47

tudorjnu
Member
Registered: 2025-05-23
Posts: 18

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

It is possible that it is because of the latest mesa package. Maybe downgrade it from pacman cache. This is what helped me.

Offline

#11 2025-05-28 07:37:29

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

tudorjnu wrote:

It is possible that it is because of the latest mesa package. Maybe downgrade it from pacman cache. This is what helped me.

I don't believe so. It was probably due to nvidia_drm.modeset=1, or wayland acting weird on my GPU.

Offline

#12 2025-05-28 08:07:04

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

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

See #2 - latest mesa broke gl on nouveau by unconditionally preferring zink over llvmpipe what might introduce a secondary problem and killing wayland, so you might still want to test that on top of everything else (also the nvidia libraries might just have gotten in the way)

Offline

#13 2025-05-28 11:11:57

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

Well. That's unfortunate.

During my setup of I3, a similar errors happens when I opened Rofi under it this time. it reboots after a few seconds of the error. Google doesn't seem to give out any proper answers to this issue either.

May 28 13:08:03 Arch kernel: Linux version 6.12.30-1-lts (linux-lts@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Thu, 22 May 2025 12:50:32 +0000
May 28 13:08:03 Arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=0add0d22-085e-489f-bbb0-7f145dfc5d1f rw loglevel=3 quiet nvidia_drm.modeset=1
May 28 13:08:03 Arch kernel: BIOS-provided physical RAM map:
May 28 13:08:03 Arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
May 28 13:08:03 Arch kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
May 28 13:08:03 Arch kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
May 28 13:08:03 Arch kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000affbffff] usable
May 28 13:08:03 Arch kernel: BIOS-e820: [mem 0x00000000affc0000-0x00000000affcdfff] ACPI data
May 28 13:08:03 Arch kernel: BIOS-e820: [mem 0x00000000affce000-0x00000000afffffff] ACPI NVS
May 28 13:08:03 Arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 28 13:08:03 Arch kernel: BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
May 28 13:08:03 Arch kernel: NX (Execute Disable) protection: active
May 28 13:08:03 Arch kernel: APIC: Static calls initialized
May 28 13:08:03 Arch kernel: SMBIOS 2.3 present.
May 28 13:08:03 Arch kernel: DMI: alienware Area-51 m9750/Area-51 m9750, BIOS V8350C03 10/04/2007
May 28 13:08:03 Arch kernel: DMI: Memory slots populated: 2/4
May 28 13:08:03 Arch kernel: tsc: Fast TSC calibration using PIT
May 28 13:08:03 Arch kernel: tsc: Detected 2327.671 MHz processor
May 28 13:08:03 Arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 28 13:08:03 Arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 28 13:08:03 Arch kernel: last_pfn = 0xaffce max_arch_pfn = 0x400000000
May 28 13:08:03 Arch kernel: MTRR map: 5 entries (4 fixed + 1 variable; max 20), built from 8 variable MTRRs
May 28 13:08:03 Arch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 28 13:08:03 Arch kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f]
May 28 13:08:03 Arch kernel: RAMDISK: [mem 0x30369000-0x341abfff]
May 28 13:08:03 Arch kernel: ACPI: Early table checksum verification disabled
May 28 13:08:03 Arch kernel: ACPI: RSDP 0x00000000000F8FB0 000014 (v00 ACPIAM)
May 28 13:08:03 Arch kernel: ACPI: RSDT 0x00000000AFFC0000 00003C (v01 ALWARE ALIENWRE 10000704 MSFT 00000097)
May 28 13:08:03 Arch kernel: ACPI: FACP 0x00000000AFFC0200 000084 (v02 ALWARE OEMFACP  10000704 MSFT 00000097)
May 28 13:08:03 Arch kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Address but zero Length: 0x0000000000000820/0x0 (20240827/tbfadt-611)
May 28 13:08:03 Arch kernel: ACPI BIOS Warning (bug): Invalid length for FADT/Pm2ControlBlock: 0, using default 8 (20240827/tbfadt-665)
May 28 13:08:03 Arch kernel: ACPI: DSDT 0x00000000AFFC05B0 006210 (v01 V8350C V8350C03 00000003 INTL 02002026)
May 28 13:08:03 Arch kernel: ACPI: FACS 0x00000000AFFCE000 000040
May 28 13:08:03 Arch kernel: ACPI: APIC 0x00000000AFFC0390 00005C (v01 ALWARE OEMAPIC  10000704 MSFT 00000097)
May 28 13:08:03 Arch kernel: ACPI: MCFG 0x00000000AFFC03F0 00003C (v01 ALWARE OEMMCFG  10000704 MSFT 00000097)
May 28 13:08:03 Arch kernel: ACPI: SLIC 0x00000000AFFC0430 000176 (v01 ALWARE ALIENWRE 10000704 MSFT 00000097)
May 28 13:08:03 Arch kernel: ACPI: OEMB 0x00000000AFFCE040 00005C (v01 ALWARE AMI_OEM  10000704 MSFT 00000097)
May 28 13:08:03 Arch kernel: ACPI: ASF! 0x00000000AFFC67C0 000075 (v32 LEGEND I865PASF 00000001 INTL 02002026)
May 28 13:08:03 Arch kernel: ACPI: Reserving FACP table memory at [mem 0xaffc0200-0xaffc0283]
May 28 13:08:03 Arch kernel: ACPI: Reserving DSDT table memory at [mem 0xaffc05b0-0xaffc67bf]
May 28 13:08:03 Arch kernel: ACPI: Reserving FACS table memory at [mem 0xaffce000-0xaffce03f]
May 28 13:08:03 Arch kernel: ACPI: Reserving APIC table memory at [mem 0xaffc0390-0xaffc03eb]
May 28 13:08:03 Arch kernel: ACPI: Reserving MCFG table memory at [mem 0xaffc03f0-0xaffc042b]
May 28 13:08:03 Arch kernel: ACPI: Reserving SLIC table memory at [mem 0xaffc0430-0xaffc05a5]
May 28 13:08:03 Arch kernel: ACPI: Reserving OEMB table memory at [mem 0xaffce040-0xaffce09b]
May 28 13:08:03 Arch kernel: ACPI: Reserving ASF! table memory at [mem 0xaffc67c0-0xaffc6834]
May 28 13:08:03 Arch kernel: No NUMA configuration found
May 28 13:08:03 Arch kernel: Faking a node at [mem 0x0000000000000000-0x00000000affcdfff]
May 28 13:08:03 Arch kernel: NODE_DATA(0) allocated [mem 0xaff952c0-0xaffbffff]
May 28 13:08:03 Arch kernel: Zone ranges:
May 28 13:08:03 Arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 28 13:08:03 Arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000affcdfff]
May 28 13:08:03 Arch kernel:   Normal   empty
May 28 13:08:03 Arch kernel:   Device   empty
May 28 13:08:03 Arch kernel: Movable zone start for each node
May 28 13:08:03 Arch kernel: Early memory node ranges
May 28 13:08:03 Arch kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
May 28 13:08:03 Arch kernel:   node   0: [mem 0x0000000000100000-0x00000000affbffff]
May 28 13:08:03 Arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000000affbffff]
May 28 13:08:03 Arch kernel: On node 0, zone DMA: 1 pages in unavailable ranges
May 28 13:08:03 Arch kernel: On node 0, zone DMA: 97 pages in unavailable ranges
May 28 13:08:03 Arch kernel: On node 0, zone DMA32: 64 pages in unavailable ranges
May 28 13:08:03 Arch kernel: ACPI: PM-Timer IO Port: 0x808
May 28 13:08:03 Arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
May 28 13:08:03 Arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 28 13:08:03 Arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 28 13:08:03 Arch kernel: ACPI: Using ACPI (MADT) for SMP configuration information
May 28 13:08:03 Arch kernel: CPU topo: Max. logical packages:   1
May 28 13:08:03 Arch kernel: CPU topo: Max. logical dies:       1
May 28 13:08:03 Arch kernel: CPU topo: Max. dies per package:   1
May 28 13:08:03 Arch kernel: CPU topo: Max. threads per core:   1
May 28 13:08:03 Arch kernel: CPU topo: Num. cores per package:     2
May 28 13:08:03 Arch kernel: CPU topo: Num. threads per package:   2
May 28 13:08:03 Arch kernel: CPU topo: Allowing 2 present CPUs plus 0 hotplug CPUs
May 28 13:08:03 Arch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 28 13:08:03 Arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
May 28 13:08:03 Arch kernel: PM: hibernation: Registered nosave memory: [mem 0xaffc0000-0xaffcdfff]
May 28 13:08:03 Arch kernel: [mem 0xb0000000-0xfedfffff] available for PCI devices
May 28 13:08:03 Arch kernel: Booting paravirtualized kernel on bare hardware
May 28 13:08:03 Arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 28 13:08:03 Arch kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
May 28 13:08:03 Arch kernel: percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u1048576
May 28 13:08:03 Arch kernel: pcpu-alloc: s237568 r8192 d28672 u1048576 alloc=1*2097152
May 28 13:08:03 Arch kernel: pcpu-alloc: [0] 0 1 
May 28 13:08:03 Arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=0add0d22-085e-489f-bbb0-7f145dfc5d1f rw loglevel=3 quiet nvidia_drm.modeset=0
May 28 13:08:03 Arch kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux-lts", will be passed to user space.
May 28 13:08:03 Arch kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
May 28 13:08:03 Arch kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
May 28 13:08:03 Arch kernel: Fallback order for Node 0: 0 
May 28 13:08:03 Arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 720734
May 28 13:08:03 Arch kernel: Policy zone: DMA32
May 28 13:08:03 Arch kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
May 28 13:08:03 Arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
May 28 13:08:03 Arch kernel: Kernel/User page tables isolation: enabled
May 28 13:08:03 Arch kernel: ftrace: allocating 51430 entries in 201 pages
May 28 13:08:03 Arch kernel: ftrace: allocated 201 pages with 4 groups
May 28 13:08:03 Arch kernel: Dynamic Preempt: voluntary
May 28 13:08:03 Arch kernel: rcu: Preemptible hierarchical RCU implementation.
May 28 13:08:03 Arch kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
May 28 13:08:03 Arch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 28 13:08:03 Arch kernel:         Trampoline variant of Tasks RCU enabled.
May 28 13:08:03 Arch kernel:         Rude variant of Tasks RCU enabled.
May 28 13:08:03 Arch kernel:         Tracing variant of Tasks RCU enabled.
May 28 13:08:03 Arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 28 13:08:03 Arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
May 28 13:08:03 Arch kernel: RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
May 28 13:08:03 Arch kernel: RCU Tasks Rude: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
May 28 13:08:03 Arch kernel: RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
May 28 13:08:03 Arch kernel: NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
May 28 13:08:03 Arch kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
May 28 13:08:03 Arch kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
May 28 13:08:03 Arch kernel: Console: colour dummy device 80x25
May 28 13:08:03 Arch kernel: printk: legacy console [tty0] enabled
May 28 13:08:03 Arch kernel: ACPI: Core revision 20240827
May 28 13:08:03 Arch kernel: APIC: Switch to symmetric I/O mode setup
May 28 13:08:03 Arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 28 13:08:03 Arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x218d50eff15, max_idle_ns: 440795322221 ns
May 28 13:08:03 Arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4657.31 BogoMIPS (lpj=7758903)
May 28 13:08:03 Arch kernel: CPU0: Thermal monitoring enabled (TM2)
May 28 13:08:03 Arch kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
May 28 13:08:03 Arch kernel: Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
May 28 13:08:03 Arch kernel: process: using mwait in idle threads
May 28 13:08:03 Arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
May 28 13:08:03 Arch kernel: Spectre V2 : Mitigation: Retpolines
May 28 13:08:03 Arch kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
May 28 13:08:03 Arch kernel: Speculative Store Bypass: Vulnerable
May 28 13:08:03 Arch kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
May 28 13:08:03 Arch kernel: MMIO Stale Data: Unknown: No mitigations
May 28 13:08:03 Arch kernel: x86/fpu: x87 FPU will use FXSAVE
May 28 13:08:03 Arch kernel: Freeing SMP alternatives memory: 40K
May 28 13:08:03 Arch kernel: pid_max: default: 32768 minimum: 301
May 28 13:08:03 Arch kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
May 28 13:08:03 Arch kernel: landlock: Up and running.
May 28 13:08:03 Arch kernel: Yama: becoming mindful.
May 28 13:08:03 Arch kernel: LSM support for eBPF active
May 28 13:08:03 Arch kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
May 28 13:08:03 Arch kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
May 28 13:08:03 Arch kernel: APIC calibration not consistent with PM-Timer: 65ms instead of 100ms
May 28 13:08:03 Arch kernel: APIC delta adjusted to PM-Timer: 1039058 (679855)
May 28 13:08:03 Arch kernel: smpboot: CPU0: Intel(R) Core(TM)2 CPU         T7600  @ 2.33GHz (family: 0x6, model: 0xf, stepping: 0x6)
May 28 13:08:03 Arch kernel: Performance Events: PEBS fmt0-, Core2 events, 4-deep LBR, Intel PMU driver.
May 28 13:08:03 Arch kernel: core: PEBS disabled due to CPU errata
May 28 13:08:03 Arch kernel: ... version:                2
May 28 13:08:03 Arch kernel: ... bit width:              40
May 28 13:08:03 Arch kernel: ... generic registers:      2
May 28 13:08:03 Arch kernel: ... value mask:             000000ffffffffff
May 28 13:08:03 Arch kernel: ... max period:             000000007fffffff
May 28 13:08:03 Arch kernel: ... fixed-purpose events:   3
May 28 13:08:03 Arch kernel: ... event mask:             0000000700000003
May 28 13:08:03 Arch kernel: signal: max sigframe size: 1440
May 28 13:08:03 Arch kernel: rcu: Hierarchical SRCU implementation.
May 28 13:08:03 Arch kernel: rcu:         Max phase no-delay instances is 1000.
May 28 13:08:03 Arch kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
May 28 13:08:03 Arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 28 13:08:03 Arch kernel: smp: Bringing up secondary CPUs ...
May 28 13:08:03 Arch kernel: smpboot: x86: Booting SMP configuration:
May 28 13:08:03 Arch kernel: .... node  #0, CPUs:      #1
May 28 13:08:03 Arch kernel: smp: Brought up 1 node, 2 CPUs
May 28 13:08:03 Arch kernel: smpboot: Total of 2 processors activated (9314.62 BogoMIPS)
May 28 13:08:03 Arch kernel: Memory: 2707468K/2882936K available (18432K kernel code, 2673K rwdata, 14344K rodata, 4284K init, 4280K bss, 169924K reserved, 0K cma-reserved)
May 28 13:08:03 Arch kernel: devtmpfs: initialized
May 28 13:08:03 Arch kernel: x86/mm: Memory block size: 128MB
May 28 13:08:03 Arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0xaffce000-0xafffffff] (204800 bytes)
May 28 13:08:03 Arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 28 13:08:03 Arch kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
May 28 13:08:03 Arch kernel: pinctrl core: initialized pinctrl subsystem
May 28 13:08:03 Arch kernel: PM: RTC time: 10:07:55, date: 2025-05-28
May 28 13:08:03 Arch kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
May 28 13:08:03 Arch kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
May 28 13:08:03 Arch kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 28 13:08:03 Arch kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 28 13:08:03 Arch kernel: audit: initializing netlink subsys (disabled)
May 28 13:08:03 Arch kernel: audit: type=2000 audit(1748426875.143:1): state=initialized audit_enabled=0 res=1
May 28 13:08:03 Arch kernel: thermal_sys: Registered thermal governor 'fair_share'
May 28 13:08:03 Arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
May 28 13:08:03 Arch kernel: thermal_sys: Registered thermal governor 'step_wise'
May 28 13:08:03 Arch kernel: thermal_sys: Registered thermal governor 'user_space'
May 28 13:08:03 Arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
May 28 13:08:03 Arch kernel: cpuidle: using governor ladder
May 28 13:08:03 Arch kernel: cpuidle: using governor menu
May 28 13:08:03 Arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 28 13:08:03 Arch kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
May 28 13:08:03 Arch kernel: PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
May 28 13:08:03 Arch kernel: PCI: Using configuration type 1 for base access
May 28 13:08:03 Arch kernel: mtrr: your CPUs had inconsistent variable MTRR settings
May 28 13:08:03 Arch kernel: mtrr: probably your BIOS does not setup all CPUs.
May 28 13:08:03 Arch kernel: mtrr: corrected configuration.
May 28 13:08:03 Arch kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
May 28 13:08:03 Arch kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
May 28 13:08:03 Arch kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
May 28 13:08:03 Arch kernel: ACPI: Added _OSI(Module Device)
May 28 13:08:03 Arch kernel: ACPI: Added _OSI(Processor Device)
May 28 13:08:03 Arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 28 13:08:03 Arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 28 13:08:03 Arch kernel: ACPI: 1 ACPI AML tables successfully acquired and loaded
May 28 13:08:03 Arch kernel: ACPI: Dynamic OEM Table Load:
May 28 13:08:03 Arch kernel: ACPI: SSDT 0xFFFF90F9C185A800 00070C (v01 AMI    CPU1PM   00000001 INTL 20051117)
May 28 13:08:03 Arch kernel: ACPI: Dynamic OEM Table Load:
May 28 13:08:03 Arch kernel: ACPI: SSDT 0xFFFF90F9C18B2A00 000120 (v01 AMI    CPU2PM   00000001 INTL 20051117)
May 28 13:08:03 Arch kernel: ACPI: EC: EC started
May 28 13:08:03 Arch kernel: ACPI: EC: interrupt blocked
May 28 13:08:03 Arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 28 13:08:03 Arch kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
May 28 13:08:03 Arch kernel: ACPI: Interpreter enabled
May 28 13:08:03 Arch kernel: ACPI: PM: (supports S0 S3 S4 S5)
May 28 13:08:03 Arch kernel: ACPI: Using IOAPIC for interrupt routing
May 28 13:08:03 Arch kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
May 28 13:08:03 Arch kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
May 28 13:08:03 Arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 28 13:08:03 Arch kernel: PCI: Using E820 reservations for host bridge windows
May 28 13:08:03 Arch kernel: ACPI: Enabled 6 GPEs in block 00 to 1F
May 28 13:08:03 Arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 28 13:08:03 Arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
May 28 13:08:03 Arch kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
May 28 13:08:03 Arch kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
May 28 13:08:03 Arch kernel: acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_NOT_FOUND)
May 28 13:08:03 Arch kernel: PCI host bridge to bus 0000:00
May 28 13:08:03 Arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 28 13:08:03 Arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xffffffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
May 28 13:08:03 Arch kernel: pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:00:01.0: [8086:27a1] type 01 class 0x060400 PCIe Root Port
May 28 13:08:03 Arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-04]
May 28 13:08:03 Arch kernel: pci 0000:00:01.0:   bridge window [io  0xc000-0xdfff]
May 28 13:08:03 Arch kernel: pci 0000:00:01.0:   bridge window [mem 0xf3f00000-0xfbdfffff]
May 28 13:08:03 Arch kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
May 28 13:08:03 Arch kernel: pci 0000:00:1b.0: BAR 0 [mem 0xf3efc000-0xf3efffff 64bit]
May 28 13:08:03 Arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400 PCIe Root Port
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xfbe00000-0xfbefffff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400 PCIe Root Port
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 06]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xfbf00000-0xfbffffff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400 PCIe Root Port
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 07-09]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2:   bridge window [io  0x6000-0x6fff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xfc000000-0xfeafffff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xdc000000-0xdfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:00:1d.0: BAR 4 [io  0xbc00-0xbc1f]
May 28 13:08:03 Arch kernel: pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:00:1d.1: BAR 4 [io  0xb880-0xb89f]
May 28 13:08:03 Arch kernel: pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:00:1d.2: BAR 4 [io  0xb800-0xb81f]
May 28 13:08:03 Arch kernel: pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:00:1d.3: BAR 4 [io  0xb480-0xb49f]
May 28 13:08:03 Arch kernel: pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:00:1d.7: BAR 0 [mem 0xf3efbc00-0xf3efbfff]
May 28 13:08:03 Arch kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 conventional PCI bridge
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 0a] (subtractive decode)
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0:   bridge window [mem 0xfeb00000-0xfebfffff]
May 28 13:08:03 Arch kernel: pci 0000:00:1f.0: [8086:27bd] type 00 class 0x060100 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
May 28 13:08:03 Arch kernel: pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
May 28 13:08:03 Arch kernel: pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH6 GPIO
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: [8086:27c4] type 00 class 0x010180 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: BAR 0 [io  0x0000-0x0007]
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: BAR 1 [io  0x0000-0x0003]
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: BAR 2 [io  0x0000-0x0007]
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: BAR 3 [io  0x0000-0x0003]
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: BAR 4 [io  0xffa0-0xffaf]
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: BAR 0 [io  0x01f0-0x01f7]: legacy IDE quirk
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: BAR 1 [io  0x03f6]: legacy IDE quirk
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: BAR 2 [io  0x0170-0x0177]: legacy IDE quirk
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: BAR 3 [io  0x0376]: legacy IDE quirk
May 28 13:08:03 Arch kernel: pci 0000:00:1f.2: PME# supported from D3hot
May 28 13:08:03 Arch kernel: pci 0000:01:00.0: [10de:01b3] type 01 class 0x060400 PCIe Switch Upstream Port
May 28 13:08:03 Arch kernel: pci 0000:01:00.0: BAR 0 [mem 0xf3ffc000-0xf3ffffff]
May 28 13:08:03 Arch kernel: pci 0000:01:00.0: PCI bridge to [bus 02-04]
May 28 13:08:03 Arch kernel: pci 0000:01:00.0:   bridge window [io  0xc000-0xdfff]
May 28 13:08:03 Arch kernel: pci 0000:01:00.0:   bridge window [mem 0xf4000000-0xfbdfffff]
May 28 13:08:03 Arch kernel: pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:01:00.0: enabling Extended Tags
May 28 13:08:03 Arch kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
May 28 13:08:03 Arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-04]
May 28 13:08:03 Arch kernel: pci 0000:02:00.0: [10de:01b3] type 01 class 0x060400 PCIe Switch Downstream Port
May 28 13:08:03 Arch kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
May 28 13:08:03 Arch kernel: pci 0000:02:00.0:   bridge window [io  0xc000-0xcfff]
May 28 13:08:03 Arch kernel: pci 0000:02:00.0:   bridge window [mem 0xf4000000-0xf7ffffff]
May 28 13:08:03 Arch kernel: pci 0000:02:00.0:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:02:00.0: enabling Extended Tags
May 28 13:08:03 Arch kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
May 28 13:08:03 Arch kernel: pci 0000:02:01.0: [10de:01b3] type 01 class 0x060400 PCIe Switch Downstream Port
May 28 13:08:03 Arch kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
May 28 13:08:03 Arch kernel: pci 0000:02:01.0:   bridge window [io  0xd000-0xdfff]
May 28 13:08:03 Arch kernel: pci 0000:02:01.0:   bridge window [mem 0xf8000000-0xfbdfffff]
May 28 13:08:03 Arch kernel: pci 0000:02:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:02:01.0: enabling Extended Tags
May 28 13:08:03 Arch kernel: pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
May 28 13:08:03 Arch kernel: pci 0000:01:00.0: PCI bridge to [bus 02-04]
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: [10de:0409] type 00 class 0x030000 PCIe Endpoint
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: BAR 0 [mem 0xf7000000-0xf7ffffff]
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: BAR 1 [mem 0xb0000000-0xbfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: BAR 3 [mem 0xf4000000-0xf5ffffff 64bit]
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: BAR 5 [io  0xcc00-0xcc7f]
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: ROM [mem 0xf6fe0000-0xf6ffffff pref]
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: enabling Extended Tags
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 28 13:08:03 Arch kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
May 28 13:08:03 Arch kernel: pci 0000:04:00.0: [10de:0409] type 00 class 0x030200 PCIe Endpoint
May 28 13:08:03 Arch kernel: pci 0000:04:00.0: BAR 0 [mem 0xfa000000-0xfaffffff]
May 28 13:08:03 Arch kernel: pci 0000:04:00.0: BAR 1 [mem 0xc0000000-0xcfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:04:00.0: BAR 3 [mem 0xf8000000-0xf9ffffff 64bit]
May 28 13:08:03 Arch kernel: pci 0000:04:00.0: BAR 5 [io  0xdc00-0xdc7f]
May 28 13:08:03 Arch kernel: pci 0000:04:00.0: ROM [mem 0xfbde0000-0xfbdfffff pref]
May 28 13:08:03 Arch kernel: pci 0000:04:00.0: enabling Extended Tags
May 28 13:08:03 Arch kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
May 28 13:08:03 Arch kernel: pci 0000:05:00.0: [11ab:4363] type 00 class 0x020000 PCIe Legacy Endpoint
May 28 13:08:03 Arch kernel: pci 0000:05:00.0: BAR 0 [mem 0xfbefc000-0xfbefffff 64bit]
May 28 13:08:03 Arch kernel: pci 0000:05:00.0: BAR 2 [io  0xe800-0xe8ff]
May 28 13:08:03 Arch kernel: pci 0000:05:00.0: ROM [mem 0xfbec0000-0xfbedffff pref]
May 28 13:08:03 Arch kernel: pci 0000:05:00.0: supports D1 D2
May 28 13:08:03 Arch kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
May 28 13:08:03 Arch kernel: pci 0000:06:00.0: [8086:4229] type 00 class 0x028000 PCIe Endpoint
May 28 13:08:03 Arch kernel: pci 0000:06:00.0: BAR 0 [mem 0xfbffe000-0xfbffffff 64bit]
May 28 13:08:03 Arch kernel: pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 06]
May 28 13:08:03 Arch kernel: acpiphp: Slot [1] registered
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 07-09]
May 28 13:08:03 Arch kernel: pci_bus 0000:0a: extended config space not accessible
May 28 13:08:03 Arch kernel: pci 0000:0a:07.0: proprietary Ricoh MMC controller disabled (via FireWire function)
May 28 13:08:03 Arch kernel: pci 0000:0a:07.0: MMC cards are now supported by standard SDHCI controller
May 28 13:08:03 Arch kernel: pci 0000:0a:07.0: [1180:0832] type 00 class 0x0c0010 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:0a:07.0: BAR 0 [mem 0xfebff800-0xfebfffff]
May 28 13:08:03 Arch kernel: pci 0000:0a:07.0: PME# supported from D0 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:0a:07.1: [1180:0822] type 00 class 0x080500 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:0a:07.1: BAR 0 [mem 0xfebff400-0xfebff4ff]
May 28 13:08:03 Arch kernel: pci 0000:0a:07.1: supports D1 D2
May 28 13:08:03 Arch kernel: pci 0000:0a:07.1: PME# supported from D0 D1 D2 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:0a:07.2: [1180:0592] type 00 class 0x088000 conventional PCI endpoint
May 28 13:08:03 Arch kernel: pci 0000:0a:07.2: BAR 0 [mem 0xfebfec00-0xfebfecff]
May 28 13:08:03 Arch kernel: pci 0000:0a:07.2: supports D1 D2
May 28 13:08:03 Arch kernel: pci 0000:0a:07.2: PME# supported from D0 D1 D2 D3hot D3cold
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 0a] (subtractive decode)
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0:   bridge window [mem 0xb0000000-0xffffffff window] (subtractive decode)
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 3
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 4
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 5
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 7
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKE disabled
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKF disabled
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKG disabled
May 28 13:08:03 Arch kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
May 28 13:08:03 Arch kernel: ACPI: EC: interrupt unblocked
May 28 13:08:03 Arch kernel: ACPI: EC: event unblocked
May 28 13:08:03 Arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 28 13:08:03 Arch kernel: ACPI: EC: GPE=0x17
May 28 13:08:03 Arch kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
May 28 13:08:03 Arch kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
May 28 13:08:03 Arch kernel: iommu: Default domain type: Translated
May 28 13:08:03 Arch kernel: iommu: DMA domain TLB invalidation policy: lazy mode
May 28 13:08:03 Arch kernel: SCSI subsystem initialized
May 28 13:08:03 Arch kernel: libata version 3.00 loaded.
May 28 13:08:03 Arch kernel: ACPI: bus type USB registered
May 28 13:08:03 Arch kernel: usbcore: registered new interface driver usbfs
May 28 13:08:03 Arch kernel: usbcore: registered new interface driver hub
May 28 13:08:03 Arch kernel: usbcore: registered new device driver usb
May 28 13:08:03 Arch kernel: EDAC MC: Ver: 3.0.0
May 28 13:08:03 Arch kernel: NetLabel: Initializing
May 28 13:08:03 Arch kernel: NetLabel:  domain hash size = 128
May 28 13:08:03 Arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 28 13:08:03 Arch kernel: NetLabel:  unlabeled traffic allowed by default
May 28 13:08:03 Arch kernel: mctp: management component transport protocol core
May 28 13:08:03 Arch kernel: NET: Registered PF_MCTP protocol family
May 28 13:08:03 Arch kernel: PCI: Using ACPI for IRQ routing
May 28 13:08:03 Arch kernel: PCI: pci_cache_line_size set to 64 bytes
May 28 13:08:03 Arch kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
May 28 13:08:03 Arch kernel: e820: reserve RAM buffer [mem 0xaffc0000-0xafffffff]
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: vgaarb: bridge control possible
May 28 13:08:03 Arch kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 28 13:08:03 Arch kernel: vgaarb: loaded
May 28 13:08:03 Arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
May 28 13:08:03 Arch kernel: hpet: 3 channels of 0 reserved for per-cpu timers
May 28 13:08:03 Arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
May 28 13:08:03 Arch kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
May 28 13:08:03 Arch kernel: clocksource: Switched to clocksource tsc-early
May 28 13:08:03 Arch kernel: VFS: Disk quotas dquot_6.6.0
May 28 13:08:03 Arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 28 13:08:03 Arch kernel: pnp: PnP ACPI init
May 28 13:08:03 Arch kernel: system 00:00: [mem 0xfed13000-0xfed19fff] has been reserved
May 28 13:08:03 Arch kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
May 28 13:08:03 Arch kernel: system 00:04: [io  0x0800-0x087f] has been reserved
May 28 13:08:03 Arch kernel: system 00:04: [io  0x0480-0x04bf] has been reserved
May 28 13:08:03 Arch kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
May 28 13:08:03 Arch kernel: system 00:04: [mem 0xfed20000-0xfed8ffff] has been reserved
May 28 13:08:03 Arch kernel: system 00:05: [mem 0xffc00000-0xffefffff] has been reserved
May 28 13:08:03 Arch kernel: system 00:06: [io  0x0400-0x041f] has been reserved
May 28 13:08:03 Arch kernel: system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
May 28 13:08:03 Arch kernel: system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
May 28 13:08:03 Arch kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
May 28 13:08:03 Arch kernel: pnp 00:08: disabling [mem 0x000c0000-0x000cffff] because it overlaps 0000:03:00.0 BAR 6 [mem 0x000c0000-0x000dffff]
May 28 13:08:03 Arch kernel: system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
May 28 13:08:03 Arch kernel: system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
May 28 13:08:03 Arch kernel: system 00:08: [mem 0x00100000-0xafffffff] could not be reserved
May 28 13:08:03 Arch kernel: pnp: PnP ACPI: found 9 devices
May 28 13:08:03 Arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 28 13:08:03 Arch kernel: NET: Registered PF_INET protocol family
May 28 13:08:03 Arch kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
May 28 13:08:03 Arch kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
May 28 13:08:03 Arch kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
May 28 13:08:03 Arch kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
May 28 13:08:03 Arch kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
May 28 13:08:03 Arch kernel: TCP: Hash tables configured (established 32768 bind 32768)
May 28 13:08:03 Arch kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
May 28 13:08:03 Arch kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
May 28 13:08:03 Arch kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
May 28 13:08:03 Arch kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
May 28 13:08:03 Arch kernel: NET: Registered PF_XDP protocol family
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd01fffff 64bit pref]: assigned
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1: bridge window [mem 0xd0200000-0xd03fffff 64bit pref]: assigned
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1: bridge window [io  0x1000-0x1fff]: assigned
May 28 13:08:03 Arch kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
May 28 13:08:03 Arch kernel: pci 0000:02:00.0:   bridge window [io  0xc000-0xcfff]
May 28 13:08:03 Arch kernel: pci 0000:02:00.0:   bridge window [mem 0xf4000000-0xf7ffffff]
May 28 13:08:03 Arch kernel: pci 0000:02:00.0:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
May 28 13:08:03 Arch kernel: pci 0000:02:01.0:   bridge window [io  0xd000-0xdfff]
May 28 13:08:03 Arch kernel: pci 0000:02:01.0:   bridge window [mem 0xf8000000-0xfbdfffff]
May 28 13:08:03 Arch kernel: pci 0000:02:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:01:00.0: PCI bridge to [bus 02-04]
May 28 13:08:03 Arch kernel: pci 0000:01:00.0:   bridge window [io  0xc000-0xdfff]
May 28 13:08:03 Arch kernel: pci 0000:01:00.0:   bridge window [mem 0xf4000000-0xfbdfffff]
May 28 13:08:03 Arch kernel: pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-04]
May 28 13:08:03 Arch kernel: pci 0000:00:01.0:   bridge window [io  0xc000-0xdfff]
May 28 13:08:03 Arch kernel: pci 0000:00:01.0:   bridge window [mem 0xf3f00000-0xfbdfffff]
May 28 13:08:03 Arch kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xfbe00000-0xfbefffff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xd0000000-0xd01fffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 06]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1:   bridge window [io  0x1000-0x1fff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xfbf00000-0xfbffffff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xd0200000-0xd03fffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 07-09]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2:   bridge window [io  0x6000-0x6fff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xfc000000-0xfeafffff]
May 28 13:08:03 Arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xdc000000-0xdfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 0a]
May 28 13:08:03 Arch kernel: pci 0000:00:1e.0:   bridge window [mem 0xfeb00000-0xfebfffff]
May 28 13:08:03 Arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 28 13:08:03 Arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:00: resource 8 [mem 0xb0000000-0xffffffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:01: resource 0 [io  0xc000-0xdfff]
May 28 13:08:03 Arch kernel: pci_bus 0000:01: resource 1 [mem 0xf3f00000-0xfbdfffff]
May 28 13:08:03 Arch kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xcfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci_bus 0000:02: resource 0 [io  0xc000-0xdfff]
May 28 13:08:03 Arch kernel: pci_bus 0000:02: resource 1 [mem 0xf4000000-0xfbdfffff]
May 28 13:08:03 Arch kernel: pci_bus 0000:02: resource 2 [mem 0xb0000000-0xcfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
May 28 13:08:03 Arch kernel: pci_bus 0000:03: resource 1 [mem 0xf4000000-0xf7ffffff]
May 28 13:08:03 Arch kernel: pci_bus 0000:03: resource 2 [mem 0xb0000000-0xbfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
May 28 13:08:03 Arch kernel: pci_bus 0000:04: resource 1 [mem 0xf8000000-0xfbdfffff]
May 28 13:08:03 Arch kernel: pci_bus 0000:04: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
May 28 13:08:03 Arch kernel: pci_bus 0000:05: resource 1 [mem 0xfbe00000-0xfbefffff]
May 28 13:08:03 Arch kernel: pci_bus 0000:05: resource 2 [mem 0xd0000000-0xd01fffff 64bit pref]
May 28 13:08:03 Arch kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
May 28 13:08:03 Arch kernel: pci_bus 0000:06: resource 1 [mem 0xfbf00000-0xfbffffff]
May 28 13:08:03 Arch kernel: pci_bus 0000:06: resource 2 [mem 0xd0200000-0xd03fffff 64bit pref]
May 28 13:08:03 Arch kernel: pci_bus 0000:07: resource 0 [io  0x6000-0x6fff]
May 28 13:08:03 Arch kernel: pci_bus 0000:07: resource 1 [mem 0xfc000000-0xfeafffff]
May 28 13:08:03 Arch kernel: pci_bus 0000:07: resource 2 [mem 0xdc000000-0xdfffffff 64bit pref]
May 28 13:08:03 Arch kernel: pci_bus 0000:0a: resource 1 [mem 0xfeb00000-0xfebfffff]
May 28 13:08:03 Arch kernel: pci_bus 0000:0a: resource 4 [io  0x0000-0x0cf7 window]
May 28 13:08:03 Arch kernel: pci_bus 0000:0a: resource 5 [io  0x0d00-0xffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:0a: resource 7 [mem 0x000d0000-0x000dffff window]
May 28 13:08:03 Arch kernel: pci_bus 0000:0a: resource 8 [mem 0xb0000000-0xffffffff window]
May 28 13:08:03 Arch kernel: PCI: CLS 32 bytes, default 64
May 28 13:08:03 Arch kernel: Trying to unpack rootfs image as initramfs...
May 28 13:08:03 Arch kernel: Initialise system trusted keyrings
May 28 13:08:03 Arch kernel: Key type blacklist registered
May 28 13:08:03 Arch kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0
May 28 13:08:03 Arch kernel: fuse: init (API version 7.41)
May 28 13:08:03 Arch kernel: integrity: Platform Keyring initialized
May 28 13:08:03 Arch kernel: integrity: Machine keyring initialized
May 28 13:08:03 Arch kernel: Key type asymmetric registered
May 28 13:08:03 Arch kernel: Asymmetric key parser 'x509' registered
May 28 13:08:03 Arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
May 28 13:08:03 Arch kernel: io scheduler mq-deadline registered
May 28 13:08:03 Arch kernel: io scheduler kyber registered
May 28 13:08:03 Arch kernel: io scheduler bfq registered
May 28 13:08:03 Arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 28 13:08:03 Arch kernel: pcieport 0000:00:1c.1: enabling device (0106 -> 0107)
May 28 13:08:03 Arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 28 13:08:03 Arch kernel: ACPI: AC: AC Adapter [AC] (on-line)
May 28 13:08:03 Arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
May 28 13:08:03 Arch kernel: ACPI: button: Sleep Button [SLPB]
May 28 13:08:03 Arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
May 28 13:08:03 Arch kernel: ACPI: button: Lid Switch [LID0]
May 28 13:08:03 Arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
May 28 13:08:03 Arch kernel: ACPI: button: Power Button [PWRB]
May 28 13:08:03 Arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
May 28 13:08:03 Arch kernel: ACPI: button: Power Button [PWRF]
May 28 13:08:03 Arch kernel: tsc: Marking TSC unstable due to TSC halts in idle
May 28 13:08:03 Arch kernel: clocksource: Switched to clocksource hpet
May 28 13:08:03 Arch kernel: thermal LNXTHERM:00: registered as thermal_zone0
May 28 13:08:03 Arch kernel: ACPI: thermal: Thermal Zone [THRM] (64 C)
May 28 13:08:03 Arch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 28 13:08:03 Arch kernel: ACPI: battery: Slot [BAT1] (battery absent)
May 28 13:08:03 Arch kernel: Non-volatile memory driver v1.3
May 28 13:08:03 Arch kernel: Linux agpgart interface v0.103
May 28 13:08:03 Arch kernel: ACPI: bus type drm_connector registered
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.0: irq 23, io port 0x0000bc00
May 28 13:08:03 Arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
May 28 13:08:03 Arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 28 13:08:03 Arch kernel: usb usb1: Product: UHCI Host Controller
May 28 13:08:03 Arch kernel: usb usb1: Manufacturer: Linux 6.12.30-1-lts uhci_hcd
May 28 13:08:03 Arch kernel: usb usb1: SerialNumber: 0000:00:1d.0
May 28 13:08:03 Arch kernel: hub 1-0:1.0: USB hub found
May 28 13:08:03 Arch kernel: hub 1-0:1.0: 2 ports detected
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.1: irq 19, io port 0x0000b880
May 28 13:08:03 Arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
May 28 13:08:03 Arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 28 13:08:03 Arch kernel: usb usb2: Product: UHCI Host Controller
May 28 13:08:03 Arch kernel: usb usb2: Manufacturer: Linux 6.12.30-1-lts uhci_hcd
May 28 13:08:03 Arch kernel: usb usb2: SerialNumber: 0000:00:1d.1
May 28 13:08:03 Arch kernel: hub 2-0:1.0: USB hub found
May 28 13:08:03 Arch kernel: hub 2-0:1.0: 2 ports detected
May 28 13:08:03 Arch kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
May 28 13:08:03 Arch kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 3
May 28 13:08:03 Arch kernel: ehci-pci 0000:00:1d.7: debug port 1
May 28 13:08:03 Arch kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xf3efbc00
May 28 13:08:03 Arch kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
May 28 13:08:03 Arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
May 28 13:08:03 Arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 28 13:08:03 Arch kernel: usb usb3: Product: EHCI Host Controller
May 28 13:08:03 Arch kernel: usb usb3: Manufacturer: Linux 6.12.30-1-lts ehci_hcd
May 28 13:08:03 Arch kernel: usb usb3: SerialNumber: 0000:00:1d.7
May 28 13:08:03 Arch kernel: hub 3-0:1.0: USB hub found
May 28 13:08:03 Arch kernel: hub 3-0:1.0: 8 ports detected
May 28 13:08:03 Arch kernel: hub 1-0:1.0: USB hub found
May 28 13:08:03 Arch kernel: hub 1-0:1.0: 2 ports detected
May 28 13:08:03 Arch kernel: hub 2-0:1.0: USB hub found
May 28 13:08:03 Arch kernel: hub 2-0:1.0: 2 ports detected
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.2: irq 18, io port 0x0000b800
May 28 13:08:03 Arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
May 28 13:08:03 Arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 28 13:08:03 Arch kernel: usb usb4: Product: UHCI Host Controller
May 28 13:08:03 Arch kernel: usb usb4: Manufacturer: Linux 6.12.30-1-lts uhci_hcd
May 28 13:08:03 Arch kernel: usb usb4: SerialNumber: 0000:00:1d.2
May 28 13:08:03 Arch kernel: hub 4-0:1.0: USB hub found
May 28 13:08:03 Arch kernel: hub 4-0:1.0: 2 ports detected
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.3: detected 2 ports
May 28 13:08:03 Arch kernel: uhci_hcd 0000:00:1d.3: irq 16, io port 0x0000b480
May 28 13:08:03 Arch kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
May 28 13:08:03 Arch kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 28 13:08:03 Arch kernel: usb usb5: Product: UHCI Host Controller
May 28 13:08:03 Arch kernel: usb usb5: Manufacturer: Linux 6.12.30-1-lts uhci_hcd
May 28 13:08:03 Arch kernel: usb usb5: SerialNumber: 0000:00:1d.3
May 28 13:08:03 Arch kernel: hub 5-0:1.0: USB hub found
May 28 13:08:03 Arch kernel: hub 5-0:1.0: 2 ports detected
May 28 13:08:03 Arch kernel: usbcore: registered new interface driver usbserial_generic
May 28 13:08:03 Arch kernel: usbserial: USB Serial support registered for generic
May 28 13:08:03 Arch kernel: rtc_cmos 00:01: RTC can wake from S4
May 28 13:08:03 Arch kernel: rtc_cmos 00:01: registered as rtc0
May 28 13:08:03 Arch kernel: rtc_cmos 00:01: setting system clock to 2025-05-28T10:07:55 UTC (1748426875)
May 28 13:08:03 Arch kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
May 28 13:08:03 Arch kernel: Freeing initrd memory: 63756K
May 28 13:08:03 Arch kernel: intel_pstate: CPU model not supported
May 28 13:08:03 Arch kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
May 28 13:08:03 Arch kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
May 28 13:08:03 Arch kernel: fbcon: Deferring console take-over
May 28 13:08:03 Arch kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
May 28 13:08:03 Arch kernel: hid: raw HID events driver (C) Jiri Kosina
May 28 13:08:03 Arch kernel: drop_monitor: Initializing network drop monitor service
May 28 13:08:03 Arch kernel: NET: Registered PF_INET6 protocol family
May 28 13:08:03 Arch kernel: Segment Routing with IPv6
May 28 13:08:03 Arch kernel: RPL Segment Routing with IPv6
May 28 13:08:03 Arch kernel: In-situ OAM (IOAM) with IPv6
May 28 13:08:03 Arch kernel: NET: Registered PF_PACKET protocol family
May 28 13:08:03 Arch kernel: microcode: Current revision: 0x000000d1
May 28 13:08:03 Arch kernel: microcode: Updated early from: 0x00000048
May 28 13:08:03 Arch kernel: IPI shorthand broadcast: enabled
May 28 13:08:03 Arch kernel: registered taskstats version 1
May 28 13:08:03 Arch kernel: Loading compiled-in X.509 certificates
May 28 13:08:03 Arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 71fc4ef893a961ced8da7ff503ffd964af003a3c'
May 28 13:08:03 Arch kernel: zswap: loaded using pool zstd/zsmalloc
May 28 13:08:03 Arch kernel: Demotion targets for Node 0: null
May 28 13:08:03 Arch kernel: Key type .fscrypt registered
May 28 13:08:03 Arch kernel: Key type fscrypt-provisioning registered
May 28 13:08:03 Arch kernel: PM:   Magic number: 9:223:124
May 28 13:08:03 Arch kernel: RAS: Correctable Errors collector initialized.
May 28 13:08:03 Arch kernel: Unstable clock detected, switching default tracing clock to "global"
                             If you want to keep using the local clock, then add:
                               "trace_clock=local"
                             on the kernel command line
May 28 13:08:03 Arch kernel: clk: Disabling unused clocks
May 28 13:08:03 Arch kernel: PM: genpd: Disabling unused power domains
May 28 13:08:03 Arch kernel: Freeing unused decrypted memory: 2028K
May 28 13:08:03 Arch kernel: Freeing unused kernel image (initmem) memory: 4284K
May 28 13:08:03 Arch kernel: Write protecting the kernel read-only data: 34816k
May 28 13:08:03 Arch kernel: Freeing unused kernel image (rodata/data gap) memory: 2040K
May 28 13:08:03 Arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 28 13:08:03 Arch kernel: rodata_test: all tests were successful
May 28 13:08:03 Arch kernel: x86/mm: Checking user space page tables
May 28 13:08:03 Arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 28 13:08:03 Arch kernel: Run /init as init process
May 28 13:08:03 Arch kernel:   with arguments:
May 28 13:08:03 Arch kernel:     /init
May 28 13:08:03 Arch kernel:   with environment:
May 28 13:08:03 Arch kernel:     HOME=/
May 28 13:08:03 Arch kernel:     TERM=linux
May 28 13:08:03 Arch kernel:     BOOT_IMAGE=/boot/vmlinuz-linux-lts
May 28 13:08:03 Arch kernel: usb 1-1: new full-speed USB device number 2 using uhci_hcd
May 28 13:08:03 Arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
May 28 13:08:03 Arch kernel: ata_piix 0000:00:1f.2: version 2.13
May 28 13:08:03 Arch kernel: ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
May 28 13:08:03 Arch kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
May 28 13:08:03 Arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 28 13:08:03 Arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
May 28 13:08:03 Arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/device:0f/device:10/LNXVIDEO:00/input/input4
May 28 13:08:03 Arch kernel: scsi host0: ata_piix
May 28 13:08:03 Arch kernel: scsi host1: ata_piix
May 28 13:08:03 Arch kernel: ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 lpm-pol 0
May 28 13:08:03 Arch kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 lpm-pol 0
May 28 13:08:03 Arch kernel: firewire_ohci 0000:0a:07.0: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
May 28 13:08:03 Arch kernel: usb 1-1: New USB device found, idVendor=0a5c, idProduct=2101, bcdDevice= 1.00
May 28 13:08:03 Arch kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 28 13:08:03 Arch kernel: usb 1-1: Product: BCM92045NMD
May 28 13:08:03 Arch kernel: usb 1-1: Manufacturer: Broadcom Corp
May 28 13:08:03 Arch kernel: ata2.00: ATAPI: Optiarc BD ROM BC-5500A, 1.04, max UDMA/33
May 28 13:08:03 Arch kernel: ata1.00: ATA-7: ST9160823AS, 3.ADC, max UDMA/133
May 28 13:08:03 Arch kernel: ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
May 28 13:08:03 Arch kernel: scsi 0:0:0:0: Direct-Access     ATA      ST9160823AS      C    PQ: 0 ANSI: 5
May 28 13:08:03 Arch kernel: sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
May 28 13:08:03 Arch kernel: sd 0:0:0:0: [sda] Write Protect is off
May 28 13:08:03 Arch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 28 13:08:03 Arch kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 28 13:08:03 Arch kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
May 28 13:08:03 Arch kernel: scsi 1:0:0:0: CD-ROM            Optiarc  BD ROM BC-5500A  1.04 PQ: 0 ANSI: 5
May 28 13:08:03 Arch kernel:  sda: sda1 sda2 sda3
May 28 13:08:03 Arch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
May 28 13:08:03 Arch kernel: sdhci: Secure Digital Host Controller Interface driver
May 28 13:08:03 Arch kernel: sdhci: Copyright(c) Pierre Ossman
May 28 13:08:03 Arch kernel: sdhci-pci 0000:0a:07.1: SDHCI controller found [1180:0822] (rev 22)
May 28 13:08:03 Arch kernel: sdhci-pci 0000:0a:07.1: Will use DMA mode even though HW doesn't fully claim to support it.
May 28 13:08:03 Arch kernel: mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
May 28 13:08:03 Arch kernel: sdhci-pci 0000:0a:07.1: Will use DMA mode even though HW doesn't fully claim to support it.
May 28 13:08:03 Arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
May 28 13:08:03 Arch kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
May 28 13:08:03 Arch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
May 28 13:08:03 Arch kernel: mmc0: SDHCI controller on PCI [0000:0a:07.1] using DMA
May 28 13:08:03 Arch kernel: sdhci-pci 0000:0a:07.1: Will use DMA mode even though HW doesn't fully claim to support it.
May 28 13:08:03 Arch kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
May 28 13:08:03 Arch kernel: firewire_core 0000:0a:07.0: created device fw0: GUID 0003252162008ed1, S400
May 28 13:08:03 Arch kernel: nouveau 0000:03:00.0: NVIDIA G84 (084900a2)
May 28 13:08:03 Arch kernel: usb 3-8: new high-speed USB device number 3 using ehci-pci
May 28 13:08:03 Arch kernel: nouveau 0000:03:00.0: bios: version 60.84.68.00.24
May 28 13:08:03 Arch kernel: nouveau 0000:03:00.0: vgaarb: deactivate vga console
May 28 13:08:03 Arch kernel: nouveau 0000:03:00.0: fb: 512 MiB GDDR3
May 28 13:08:03 Arch kernel: usb 3-8: config 1 interface 0 altsetting 0 endpoint 0x82 has invalid wMaxPacketSize 0
May 28 13:08:03 Arch kernel: usb 3-8: New USB device found, idVendor=0402, idProduct=5602, bcdDevice= 1.00
May 28 13:08:03 Arch kernel: usb 3-8: New USB device strings: Mfr=0, Product=1, SerialNumber=0
May 28 13:08:03 Arch kernel: usb 3-8: Product: USB2.0 Camera
May 28 13:08:03 Arch kernel: nouveau 0000:03:00.0: drm: VRAM: 512 MiB
May 28 13:08:03 Arch kernel: nouveau 0000:03:00.0: drm: GART: 1048576 MiB
May 28 13:08:03 Arch kernel: nouveau 0000:03:00.0: drm: TMDS table version 2.0
May 28 13:08:03 Arch kernel: nouveau 0000:03:00.0: drm: MM: using CRYPT for buffer copies
May 28 13:08:03 Arch kernel: nouveau 0000:03:00.0: drm: Skipping nv_backlight registration
May 28 13:08:03 Arch kernel: acpi device:13: registered as cooling_device2
May 28 13:08:03 Arch kernel: [drm] Initialized nouveau 1.4.0 for 0000:03:00.0 on minor 0
May 28 13:08:03 Arch kernel: fbcon: nouveaudrmfb (fb0) is primary device
May 28 13:08:03 Arch kernel: fbcon: Deferring console take-over
May 28 13:08:03 Arch kernel: nouveau 0000:03:00.0: [drm] fb0: nouveaudrmfb frame buffer device
May 28 13:08:03 Arch kernel: nouveau 0000:04:00.0: NVIDIA G84 (084900a2)
May 28 13:08:03 Arch kernel: nouveau 0000:04:00.0: bios: version 60.84.68.00.25
May 28 13:08:03 Arch kernel: nouveau 0000:04:00.0: fb: 512 MiB GDDR3
May 28 13:08:03 Arch kernel: nouveau 0000:04:00.0: drm: VRAM: 512 MiB
May 28 13:08:03 Arch kernel: nouveau 0000:04:00.0: drm: GART: 1048576 MiB
May 28 13:08:03 Arch kernel: nouveau 0000:04:00.0: drm: TMDS table version 2.0
May 28 13:08:03 Arch kernel: nouveau 0000:04:00.0: drm: MM: using CRYPT for buffer copies
May 28 13:08:03 Arch kernel: [drm] Initialized nouveau 1.4.0 for 0000:04:00.0 on minor 1
May 28 13:08:03 Arch kernel: nouveau 0000:04:00.0: [drm] Cannot find any crtc or sizes
May 28 13:08:03 Arch kernel: nouveau 0000:04:00.0: [drm] Cannot find any crtc or sizes
May 28 13:08:03 Arch kernel: fbcon: Taking over console
May 28 13:08:03 Arch kernel: EXT4-fs (sda3): mounted filesystem 0add0d22-085e-489f-bbb0-7f145dfc5d1f r/w with ordered data mode. Quota mode: none.
May 28 13:08:03 Arch kernel: Console: switching to colour frame buffer device 240x75
May 28 13:08:03 Arch systemd[1]: systemd 257.5-3-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)
May 28 13:08:03 Arch systemd[1]: Detected architecture x86-64.
May 28 13:08:03 Arch systemd[1]: Hostname set to <Arch>.
May 28 13:08:03 Arch systemd[1]: bpf-restrict-fs: LSM BPF program attached
May 28 13:08:03 Arch kernel: random: crng init done
May 28 13:08:03 Arch systemd[1]: Queued start job for default target Graphical Interface.
May 28 13:08:03 Arch systemd[1]: Created slice Slice /system/dirmngr.
May 28 13:08:03 Arch systemd[1]: Created slice Slice /system/getty.
May 28 13:08:03 Arch systemd[1]: Created slice Slice /system/gpg-agent.
May 28 13:08:03 Arch systemd[1]: Created slice Slice /system/gpg-agent-browser.
May 28 13:08:03 Arch systemd[1]: Created slice Slice /system/gpg-agent-extra.
May 28 13:08:03 Arch systemd[1]: Created slice Slice /system/gpg-agent-ssh.
May 28 13:08:03 Arch systemd[1]: Created slice Slice /system/keyboxd.
May 28 13:08:03 Arch systemd[1]: Created slice Slice /system/modprobe.
May 28 13:08:03 Arch systemd[1]: Created slice User and Session Slice.
May 28 13:08:03 Arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 28 13:08:03 Arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 28 13:08:03 Arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 28 13:08:03 Arch systemd[1]: Expecting device /dev/disk/by-uuid/5ff4b96c-1c4a-4660-9c18-7fb051aa0e23...
May 28 13:08:03 Arch systemd[1]: Reached target Local Encrypted Volumes.
May 28 13:08:03 Arch systemd[1]: Reached target Local Integrity Protected Volumes.
May 28 13:08:03 Arch systemd[1]: Reached target Path Units.
May 28 13:08:03 Arch systemd[1]: Reached target Remote File Systems.
May 28 13:08:03 Arch systemd[1]: Reached target Slice Units.
May 28 13:08:03 Arch systemd[1]: Reached target Local Verity Protected Volumes.
May 28 13:08:03 Arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 28 13:08:03 Arch systemd[1]: Listening on Process Core Dump Socket.
May 28 13:08:03 Arch systemd[1]: Listening on Credential Encryption/Decryption.
May 28 13:08:03 Arch systemd[1]: Listening on Journal Socket (/dev/log).
May 28 13:08:03 Arch systemd[1]: Listening on Journal Sockets.
May 28 13:08:03 Arch systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 13:08:03 Arch systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 13:08:03 Arch systemd[1]: Listening on udev Control Socket.
May 28 13:08:03 Arch systemd[1]: Listening on udev Kernel Socket.
May 28 13:08:03 Arch systemd[1]: Listening on User Database Manager Socket.
May 28 13:08:03 Arch systemd[1]: Mounting Huge Pages File System...
May 28 13:08:03 Arch systemd[1]: Mounting POSIX Message Queue File System...
May 28 13:08:03 Arch systemd[1]: Mounting Kernel Debug File System...
May 28 13:08:03 Arch systemd[1]: Mounting Kernel Trace File System...
May 28 13:08:03 Arch systemd[1]: Starting Create List of Static Device Nodes...
May 28 13:08:03 Arch systemd[1]: Starting Load Kernel Module configfs...
May 28 13:08:03 Arch systemd[1]: Starting Load Kernel Module dm_mod...
May 28 13:08:03 Arch systemd[1]: Starting Load Kernel Module drm...
May 28 13:08:03 Arch systemd[1]: Starting Load Kernel Module fuse...
May 28 13:08:03 Arch systemd[1]: Starting Load Kernel Module loop...
May 28 13:08:03 Arch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
May 28 13:08:03 Arch 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).
May 28 13:08:03 Arch systemd[1]: Starting Journal Service...
May 28 13:08:03 Arch systemd[1]: Starting Load Kernel Modules...
May 28 13:08:03 Arch systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 13:08:03 Arch systemd[1]: Starting Remount Root and Kernel File Systems...
May 28 13:08:03 Arch systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 13:08:03 Arch systemd[1]: Starting Load udev Rules from Credentials...
May 28 13:08:03 Arch systemd[1]: Starting Coldplug All udev Devices...
May 28 13:08:03 Arch systemd[1]: Mounted Huge Pages File System.
May 28 13:08:03 Arch systemd[1]: Mounted POSIX Message Queue File System.
May 28 13:08:03 Arch systemd[1]: Mounted Kernel Debug File System.
May 28 13:08:03 Arch systemd[1]: Mounted Kernel Trace File System.
May 28 13:08:03 Arch systemd[1]: Finished Create List of Static Device Nodes.
May 28 13:08:03 Arch systemd[1]: modprobe@configfs.service: Deactivated successfully.
May 28 13:08:03 Arch systemd[1]: Finished Load Kernel Module configfs.
May 28 13:08:03 Arch systemd[1]: modprobe@drm.service: Deactivated successfully.
May 28 13:08:03 Arch systemd[1]: Finished Load Kernel Module drm.
May 28 13:08:03 Arch systemd[1]: modprobe@fuse.service: Deactivated successfully.
May 28 13:08:03 Arch systemd[1]: Finished Load Kernel Module fuse.
May 28 13:08:03 Arch systemd[1]: Mounting FUSE Control File System...
May 28 13:08:03 Arch systemd[1]: Mounting Kernel Configuration File System...
May 28 13:08:03 Arch systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
May 28 13:08:03 Arch systemd[1]: Mounted FUSE Control File System.
May 28 13:08:03 Arch systemd[1]: Mounted Kernel Configuration File System.
May 28 13:08:03 Arch kernel: loop: module loaded
May 28 13:08:03 Arch systemd[1]: modprobe@loop.service: Deactivated successfully.
May 28 13:08:03 Arch systemd[1]: Finished Load Kernel Module loop.
May 28 13:08:03 Arch kernel: device-mapper: uevent: version 1.0.3
May 28 13:08:03 Arch kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
May 28 13:08:03 Arch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
May 28 13:08:03 Arch systemd[1]: Finished Load Kernel Module dm_mod.
May 28 13:08:03 Arch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
May 28 13:08:03 Arch kernel: EXT4-fs (sda3): re-mounted 0add0d22-085e-489f-bbb0-7f145dfc5d1f r/w. Quota mode: none.
May 28 13:08:03 Arch systemd[1]: Finished Remount Root and Kernel File Systems.
May 28 13:08:03 Arch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
May 28 13:08:03 Arch systemd[1]: Starting Load/Save OS Random Seed...
May 28 13:08:03 Arch systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 13:08:03 Arch systemd[1]: Finished Load udev Rules from Credentials.
May 28 13:08:03 Arch systemd-journald[244]: Collecting audit messages is disabled.
May 28 13:08:03 Arch kernel: Asymmetric key parser 'pkcs8' registered
May 28 13:08:03 Arch systemd[1]: Finished Load Kernel Modules.
May 28 13:08:03 Arch systemd[1]: Starting Apply Kernel Variables...
May 28 13:08:03 Arch systemd[1]: Finished Coldplug All udev Devices.
May 28 13:08:03 Arch systemd-journald[244]: Journal started
May 28 13:08:03 Arch systemd-journald[244]: Runtime Journal (/run/log/journal/4249320e5a3f424cb806849009a04d0a) is 8M, max 135.9M, 127.9M free.
May 28 13:08:03 Arch systemd-modules-load[247]: Inserted module 'pkcs8_key_parser'
May 28 13:08:03 Arch systemd[1]: Started Journal Service.
May 28 13:08:03 Arch systemd[1]: Starting Flush Journal to Persistent Storage...
May 28 13:08:03 Arch systemd[1]: Finished Load/Save OS Random Seed.
May 28 13:08:04 Arch systemd-journald[244]: Time spent on flushing to /var/log/journal/4249320e5a3f424cb806849009a04d0a is 676.582ms for 812 entries.
May 28 13:08:04 Arch systemd-journald[244]: System Journal (/var/log/journal/4249320e5a3f424cb806849009a04d0a) is 144M, max 4G, 3.8G free.
May 28 13:08:06 Arch systemd-journald[244]: Received client request to flush runtime journal.
May 28 13:08:04 Arch systemd[1]: Finished Apply Kernel Variables.
May 28 13:08:04 Arch systemd[1]: Starting User Database Manager...
May 28 13:08:04 Arch systemd[1]: Started User Database Manager.
May 28 13:08:04 Arch systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
May 28 13:08:04 Arch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
May 28 13:08:04 Arch systemd[1]: Starting Network Time Synchronization...
May 28 13:08:04 Arch systemd[1]: Starting Create Static Device Nodes in /dev...
May 28 13:08:04 Arch systemd[1]: Finished Create Static Device Nodes in /dev.
May 28 13:08:04 Arch systemd[1]: Reached target Preparation for Local File Systems.
May 28 13:08:04 Arch systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
May 28 13:08:04 Arch systemd[1]: Listening on Disk Image Download Service Socket.
May 28 13:08:04 Arch systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 28 13:08:05 Arch systemd-udevd[291]: Using default interface naming scheme 'v257'.
May 28 13:08:05 Arch systemd[1]: Started Network Time Synchronization.
May 28 13:08:05 Arch systemd[1]: Reached target System Time Set.
May 28 13:08:06 Arch systemd[1]: Started Rule-based Manager for Device Events and Files.
May 28 13:08:06 Arch systemd[1]: Finished Flush Journal to Persistent Storage.
May 28 13:08:06 Arch kernel: intel_rng: FWH not detected
May 28 13:08:07 Arch kernel: ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000084F (\_SB.PCI0.P0P5.MGBE.PMPT) (20240827/utaddress-204)
May 28 13:08:07 Arch kernel: ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.SBRG.EC0.PRTH) (20240827/utaddress-204)
May 28 13:08:07 Arch kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
May 28 13:08:07 Arch kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
May 28 13:08:07 Arch systemd[1]: Created slice Slice /system/systemd-backlight.
May 28 13:08:07 Arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
May 28 13:08:08 Arch kernel: sky2: driver version 1.30
May 28 13:08:08 Arch kernel: sky2 0000:05:00.0: Yukon-2 EC Ultra chip revision 2
May 28 13:08:08 Arch kernel: sky2 0000:05:00.0 eth0: addr 00:03:25:3e:10:5d
May 28 13:08:08 Arch kernel: input: Quickstart Button 4 as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:01/input/input7
May 28 13:08:08 Arch kernel: input: Quickstart Button 3 as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:02/input/input8
May 28 13:08:08 Arch kernel: input: Quickstart Button 2 as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:03/input/input9
May 28 13:08:08 Arch kernel: input: Quickstart Button 1 as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:04/input/input10
May 28 13:08:08 Arch kernel: input: Quickstart Button 5 as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:00/input/input11
May 28 13:08:08 Arch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
May 28 13:08:08 Arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input12
May 28 13:08:09 Arch kernel: r592: driver successfully loaded
May 28 13:08:09 Arch kernel: mc: Linux media interface: v0.10
May 28 13:08:09 Arch systemd[1]: Starting Virtual Console Setup...
May 28 13:08:09 Arch kernel: sky2 0000:05:00.0 enp5s0: renamed from eth0
May 28 13:08:09 Arch kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0xa0b1, caps: 0xa04713/0x20040a/0x0/0x0, board id: 0, fw id: 40930
May 28 13:08:09 Arch kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
May 28 13:08:09 Arch kernel: iTCO_vendor_support: vendor-support=0
May 28 13:08:09 Arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 28 13:08:10 Arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 28 13:08:10 Arch kernel: videodev: Linux video capture interface: v2.00
May 28 13:08:10 Arch kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 28 13:08:10 Arch kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
May 28 13:08:10 Arch kernel: iTCO_wdt iTCO_wdt.1.auto: Found a ICH7-M DH TCO device (Version=2, TCOBASE=0x0860)
May 28 13:08:10 Arch kernel: iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
May 28 13:08:10 Arch kernel: mousedev: PS/2 mouse device common for all mice
May 28 13:08:10 Arch kernel: gpio_ich gpio_ich.2.auto: GPIO from 512 to 561
May 28 13:08:10 Arch kernel: Bluetooth: Core ver 2.22
May 28 13:08:10 Arch kernel: NET: Registered PF_BLUETOOTH protocol family
May 28 13:08:10 Arch kernel: Bluetooth: HCI device and connection manager initialized
May 28 13:08:10 Arch kernel: Bluetooth: HCI socket layer initialized
May 28 13:08:10 Arch kernel: Bluetooth: L2CAP socket layer initialized
May 28 13:08:10 Arch kernel: Bluetooth: SCO socket layer initialized
May 28 13:08:10 Arch kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC889A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
May 28 13:08:10 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x1b/0x0/0x0/0x0/0x0)
May 28 13:08:10 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1a/0x0/0x0/0x0/0x0)
May 28 13:08:10 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
May 28 13:08:10 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
May 28 13:08:10 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
May 28 13:08:10 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
May 28 13:08:10 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
May 28 13:08:10 Arch kernel: input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
May 28 13:08:10 Arch kernel: input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
May 28 13:08:10 Arch kernel: input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
May 28 13:08:10 Arch kernel: input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
May 28 13:08:10 Arch kernel: input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
May 28 13:08:10 Arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 28 13:08:10 Arch kernel: cfg80211: failed to load regulatory.db
May 28 13:08:10 Arch systemd[1]: Found device ST9160823AS 2.
May 28 13:08:10 Arch systemd[1]: Reached target Sound Card.
May 28 13:08:10 Arch systemd[1]: Activating swap /dev/disk/by-uuid/5ff4b96c-1c4a-4660-9c18-7fb051aa0e23...
May 28 13:08:11 Arch kernel: gspca_main: v2.14.0 registered
May 28 13:08:11 Arch kernel: gspca_main: ALi m5602-2.14.0 probing 0402:5602
May 28 13:08:11 Arch kernel: usbcore: registered new interface driver btusb
May 28 13:08:11 Arch systemd[1]: Starting Load/Save RF Kill Switch Status...
May 28 13:08:11 Arch kernel: iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:d
May 28 13:08:11 Arch kernel: iwl4965: Copyright(c) 2003-2011 Intel Corporation
May 28 13:08:11 Arch kernel: iwl4965 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
May 28 13:08:11 Arch kernel: iwl4965 0000:06:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
May 28 13:08:11 Arch kernel: Adding 4194300k swap on /dev/sda2.  Priority:-2 extents:1 across:4194300k 
May 28 13:08:11 Arch kernel: iwl4965 0000:06:00.0: device EEPROM VER=0x36, CALIB=0x5
May 28 13:08:11 Arch kernel: iwl4965 0000:06:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
May 28 13:08:11 Arch kernel: iwl4965 0000:06:00.0: loaded firmware version 228.61.2.24
May 28 13:08:11 Arch systemd[1]: Activated swap /dev/disk/by-uuid/5ff4b96c-1c4a-4660-9c18-7fb051aa0e23.
May 28 13:08:11 Arch kernel: gspca_m5602: Detected an ov9650 sensor
May 28 13:08:11 Arch systemd[1]: Reached target Bluetooth Support.
May 28 13:08:11 Arch systemd[1]: Reached target Swaps.
May 28 13:08:11 Arch kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-4965-rs'
May 28 13:08:11 Arch systemd[1]: Mounting Temporary Directory /tmp...
May 28 13:08:11 Arch kernel: intel_powerclamp: No package C-state available
May 28 13:08:11 Arch systemd[1]: Mounted Temporary Directory /tmp.
May 28 13:08:11 Arch kernel: usbcore: registered new interface driver ALi m5602
May 28 13:08:11 Arch systemd[1]: Reached target Local File Systems.
May 28 13:08:11 Arch systemd[1]: Listening on Boot Entries Service Socket.
May 28 13:08:11 Arch systemd-timesyncd[286]: Network configuration changed, trying to establish connection.
May 28 13:08:11 Arch systemd[1]: Listening on System Extension Image Management.
May 28 13:08:11 Arch systemd-timesyncd[286]: Network configuration changed, trying to establish connection.
May 28 13:08:11 Arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
May 28 13:08:11 Arch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
May 28 13:08:11 Arch systemd[1]: Starting Create System Files and Directories...
May 28 13:08:11 Arch systemd[1]: Started Load/Save RF Kill Switch Status.
May 28 13:08:11 Arch systemd[1]: Finished Virtual Console Setup.
May 28 13:08:12 Arch systemd-timesyncd[286]: Network configuration changed, trying to establish connection.
May 28 13:08:12 Arch systemd-timesyncd[286]: Network configuration changed, trying to establish connection.
May 28 13:08:12 Arch systemd-timesyncd[286]: Network configuration changed, trying to establish connection.
May 28 13:08:12 Arch systemd[1]: Finished Create System Files and Directories.
May 28 13:08:12 Arch systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
May 28 13:08:12 Arch systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 28 13:08:12 Arch systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 28 13:08:12 Arch systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
May 28 13:08:12 Arch systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
May 28 13:08:12 Arch systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
May 28 13:08:12 Arch systemd[1]: Starting Record System Boot/Shutdown in UTMP...
May 28 13:08:12 Arch systemd[1]: Finished Record System Boot/Shutdown in UTMP.
May 28 13:08:12 Arch systemd[1]: Reached target System Initialization.
May 28 13:08:12 Arch systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
May 28 13:08:12 Arch systemd[1]: Started Daily man-db regeneration.
May 28 13:08:12 Arch systemd[1]: Started Daily verification of password and group files.
May 28 13:08:12 Arch systemd[1]: Started Daily Cleanup of Temporary Directories.
May 28 13:08:12 Arch systemd[1]: Reached target Timer Units.
May 28 13:08:12 Arch systemd[1]: Listening on D-Bus System Message Bus Socket.
May 28 13:08:12 Arch systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 28 13:08:12 Arch systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
May 28 13:08:12 Arch systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 28 13:08:12 Arch systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 28 13:08:12 Arch systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 28 13:08:12 Arch systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
May 28 13:08:12 Arch systemd[1]: Listening on Hostname Service Socket.
May 28 13:08:12 Arch systemd[1]: Reached target Socket Units.
May 28 13:08:12 Arch systemd[1]: Starting D-Bus System Message Bus...
May 28 13:08:12 Arch systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 13:08:12 Arch systemd[1]: Started D-Bus System Message Bus.
May 28 13:08:12 Arch systemd[1]: Reached target Basic System.
May 28 13:08:12 Arch systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
May 28 13:08:12 Arch systemd[1]: Starting Wireless service...
May 28 13:08:12 Arch dbus-broker-launch[383]: Ready
May 28 13:08:12 Arch systemd[1]: Starting User Login Management...
May 28 13:08:12 Arch systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 28 13:08:12 Arch systemd-logind[387]: New seat seat0.
May 28 13:08:12 Arch systemd-logind[387]: Watching system buttons on /dev/input/event3 (Power Button)
May 28 13:08:12 Arch systemd-logind[387]: Watching system buttons on /dev/input/event2 (Power Button)
May 28 13:08:12 Arch systemd-logind[387]: Watching system buttons on /dev/input/event1 (Lid Switch)
May 28 13:08:12 Arch systemd-logind[387]: Watching system buttons on /dev/input/event0 (Sleep Button)
May 28 13:08:12 Arch systemd-logind[387]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
May 28 13:08:12 Arch systemd[1]: Started User Login Management.
May 28 13:08:12 Arch kernel: NET: Registered PF_ALG protocol family
May 28 13:08:13 Arch dhcpcd[385]: dhcpcd-10.2.3 starting
May 28 13:08:13 Arch dhcpcd[430]: dev: loaded udev
May 28 13:08:13 Arch dhcpcd[430]: DUID 00:01:00:01:2f:bf:69:fe:00:1d:e0:8b:52:19
May 28 13:08:13 Arch kernel: cryptd: max_cpu_qlen set to 1000
May 28 13:08:13 Arch kernel: 8021q: 802.1Q VLAN Support v1.8
May 28 13:08:13 Arch dhcpcd[430]: no interfaces have a carrier
May 28 13:08:13 Arch dhcpcd[430]: enp5s0: waiting for carrier
May 28 13:08:13 Arch kernel: sky2 0000:05:00.0 enp5s0: enabling interface
May 28 13:08:13 Arch dhcpcd[430]: wlan0: waiting for carrier
May 28 13:08:13 Arch iwd[386]: Wireless daemon version 3.8
May 28 13:08:13 Arch iwd[386]: Loaded configuration from /etc/iwd/main.conf
May 28 13:08:14 Arch systemd[1]: Started Wireless service.
May 28 13:08:14 Arch systemd[1]: Reached target Network.
May 28 13:08:14 Arch systemd[1]: Starting Permit User Sessions...
May 28 13:08:14 Arch systemd[1]: Finished Permit User Sessions.
May 28 13:08:14 Arch systemd[1]: Started Getty on tty1.
May 28 13:08:14 Arch systemd[1]: Reached target Login Prompts.
May 28 13:08:14 Arch systemd[1]: Reached target Multi-User System.
May 28 13:08:14 Arch systemd[1]: Reached target Graphical Interface.
May 28 13:08:14 Arch systemd[1]: Startup finished in 4.607s (kernel) + 14.614s (userspace) = 19.222s.
May 28 13:08:14 Arch iwd[386]: Wiphy: 0, Name: phy0
May 28 13:08:14 Arch iwd[386]:         Permanent Address: 00:1d:e0:8b:52:19
May 28 13:08:14 Arch iwd[386]:         2.4GHz Band:
May 28 13:08:14 Arch iwd[386]:                 Bitrates (non-HT):
May 28 13:08:14 Arch iwd[386]:                          1.0 Mbps
May 28 13:08:14 Arch iwd[386]:                          2.0 Mbps
May 28 13:08:14 Arch iwd[386]:                          5.5 Mbps
May 28 13:08:14 Arch iwd[386]:                         11.0 Mbps
May 28 13:08:14 Arch iwd[386]:                          6.0 Mbps
May 28 13:08:14 Arch iwd[386]:                          9.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         12.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         18.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         24.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         36.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         48.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         54.0 Mbps
May 28 13:08:14 Arch iwd[386]:                 HT Capabilities:
May 28 13:08:14 Arch iwd[386]:                         HT20
May 28 13:08:14 Arch iwd[386]:                         Short GI for 20Mhz
May 28 13:08:14 Arch iwd[386]:                 HT RX MCS indexes:
May 28 13:08:14 Arch iwd[386]:                         0-23
May 28 13:08:14 Arch iwd[386]:                 HT TX MCS differ, max NSS: 2
May 28 13:08:14 Arch iwd[386]:         5GHz Band:
May 28 13:08:14 Arch iwd[386]:                 Bitrates (non-HT):
May 28 13:08:14 Arch iwd[386]:                          6.0 Mbps
May 28 13:08:14 Arch iwd[386]:                          9.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         12.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         18.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         24.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         36.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         48.0 Mbps
May 28 13:08:14 Arch iwd[386]:                         54.0 Mbps
May 28 13:08:14 Arch iwd[386]:                 HT Capabilities:
May 28 13:08:14 Arch iwd[386]:                         HT40
May 28 13:08:14 Arch iwd[386]:                         Short GI for 20Mhz
May 28 13:08:14 Arch iwd[386]:                         Short GI for 40Mhz
May 28 13:08:14 Arch iwd[386]:                 HT RX MCS indexes:
May 28 13:08:14 Arch iwd[386]:                         0-23
May 28 13:08:14 Arch iwd[386]:                         32
May 28 13:08:14 Arch iwd[386]:                 HT TX MCS differ, max NSS: 2
May 28 13:08:14 Arch iwd[386]:         Ciphers: CCMP-256 GCMP-256 GCMP-128 CCMP-128
May 28 13:08:14 Arch iwd[386]:                  TKIP
May 28 13:08:14 Arch iwd[386]:         Supported iftypes: ad-hoc station
May 28 13:08:14 Arch dhcpcd[430]: wlan0: removing interface
May 28 13:08:14 Arch iwd[386]: event: state, old: disconnected, new: autoconnect_quick
May 28 13:08:14 Arch iwd[386]: udev interface=wlan0 ifindex=4
May 28 13:08:14 Arch dhcpcd[430]: wlan0: waiting for carrier
May 28 13:08:14 Arch iwd[386]: event: connect-info, ssid: Sultan, bss: d4:6e:0e:4a:04:76, signal: -44, load: 0/255
May 28 13:08:14 Arch iwd[386]: event: state, old: autoconnect_quick, new: connecting (auto)
May 28 13:08:14 Arch kernel: wlan0: authenticate with d4:6e:0e:4a:04:76 (local address=00:1d:e0:8b:52:19)
May 28 13:08:14 Arch kernel: wlan0: send auth to d4:6e:0e:4a:04:76 (try 1/3)
May 28 13:08:14 Arch kernel: wlan0: authenticated
May 28 13:08:14 Arch kernel: wlan0: associate with d4:6e:0e:4a:04:76 (try 1/3)
May 28 13:08:14 Arch kernel: wlan0: RX AssocResp from d4:6e:0e:4a:04:76 (capab=0x431 status=0 aid=2)
May 28 13:08:14 Arch kernel: wlan0: associated
May 28 13:08:15 Arch iwd[386]: hardware_rekey not supported
May 28 13:08:15 Arch iwd[386]: event: state, old: connecting (auto), new: connecting (netconfig)
May 28 13:08:15 Arch dhcpcd[430]: wlan0: carrier acquired
May 28 13:08:15 Arch dhcpcd[430]: wlan0: connected to Access Point: Sultan
May 28 13:08:15 Arch dhcpcd[430]: wlan0: IAID e0:8b:52:19
May 28 13:08:15 Arch dhcpcd[430]: wlan0: adding address fe80::30a3:6d3e:e14c:32a4
May 28 13:08:15 Arch iwd[386]: WARNING: src/resolve.c:resolve_systemd_set_dns() condition !systemd_state.is_ready failed
May 28 13:08:15 Arch iwd[386]: WARNING: src/resolve.c:resolve_systemd_set_domains() condition !systemd_state.is_ready failed
May 28 13:08:15 Arch iwd[386]: event: state, old: connecting (netconfig), new: connected
May 28 13:08:16 Arch dhcpcd[430]: wlan0: rebinding lease of 192.168.1.22
May 28 13:08:16 Arch dhcpcd[430]: wlan0: leased 192.168.1.22 for 86400 seconds
May 28 13:08:16 Arch dhcpcd[430]: wlan0: adding route to 192.168.1.0/24
May 28 13:08:16 Arch dhcpcd[430]: wlan0: adding default route via 192.168.1.1
May 28 13:08:16 Arch dhcpcd[430]: wlan0: pid 0 deleted default route via 192.168.1.1
May 28 13:08:16 Arch systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 28 13:08:17 Arch dhcpcd[430]: wlan0: soliciting an IPv6 router
May 28 13:08:29 Arch dhcpcd[430]: wlan0: no IPv6 Routers available
May 28 13:09:07 Arch systemd-timesyncd[286]: Timed out waiting for reply from 10.10.10.10:123 (2.arch.pool.ntp.org).
May 28 13:09:17 Arch dbus-broker-launch[383]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
May 28 13:09:17 Arch login[535]: pam_unix(login:session): session opened for user klara(uid=1000) by klara(uid=0)
May 28 13:09:17 Arch systemd-logind[387]: New session 1 of user klara.
May 28 13:09:17 Arch systemd[1]: Created slice User Slice of UID 1000.
May 28 13:09:17 Arch systemd[1]: Starting User Runtime Directory /run/user/1000...
May 28 13:09:17 Arch systemd[1]: Finished User Runtime Directory /run/user/1000.
May 28 13:09:17 Arch systemd[1]: Starting User Manager for UID 1000...
May 28 13:09:17 Arch (systemd)[586]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[klara] ruser=[<unknown>] rhost=[<unknown>]
May 28 13:09:17 Arch (systemd)[586]: pam_unix(systemd-user:session): session opened for user klara(uid=1000) by klara(uid=0)
May 28 13:09:17 Arch systemd-logind[387]: New session 2 of user klara.
May 28 13:09:18 Arch systemd[586]: Queued start job for default target Main User Target.
May 28 13:09:18 Arch systemd-journald[244]: File /var/log/journal/4249320e5a3f424cb806849009a04d0a/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
May 28 13:09:18 Arch systemd[586]: Created slice User Application Slice.
May 28 13:09:18 Arch systemd[586]: Reached target Paths.
May 28 13:09:18 Arch systemd[586]: Reached target Timers.
May 28 13:09:18 Arch systemd[586]: Starting D-Bus User Message Bus Socket...
May 28 13:09:18 Arch systemd[586]: Listening on GnuPG network certificate management daemon.
May 28 13:09:18 Arch systemd[586]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 28 13:09:18 Arch systemd[586]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 28 13:09:18 Arch systemd[586]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 28 13:09:18 Arch systemd[586]: Listening on GnuPG cryptographic agent and passphrase cache.
May 28 13:09:18 Arch systemd[586]: Listening on GnuPG public key management service.
May 28 13:09:18 Arch systemd[586]: Listening on p11-kit server.
May 28 13:09:18 Arch systemd[586]: Listening on D-Bus User Message Bus Socket.
May 28 13:09:18 Arch systemd[586]: Reached target Sockets.
May 28 13:09:18 Arch systemd[586]: Reached target Basic System.
May 28 13:09:18 Arch systemd[586]: Reached target Main User Target.
May 28 13:09:18 Arch systemd[586]: Startup finished in 492ms.
May 28 13:09:18 Arch systemd[1]: Started User Manager for UID 1000.
May 28 13:09:18 Arch systemd[1]: Started Session 1 of User klara.
May 28 13:09:18 Arch login[535]: LOGIN ON tty1 BY klara
May 28 13:09:22 Arch systemd-timesyncd[286]: Timed out waiting for reply from 10.10.10.10:123 (3.arch.pool.ntp.org).
May 28 13:09:35 Arch systemd[1]: Started Getty on tty2.
May 28 13:09:38 Arch login[654]: pam_unix(login:session): session opened for user klara(uid=1000) by klara(uid=0)
May 28 13:09:38 Arch systemd-logind[387]: New session 3 of user klara.
May 28 13:09:38 Arch systemd[1]: Started Session 3 of User klara.
May 28 13:09:38 Arch login[654]: LOGIN ON tty2 BY klara
May 28 13:09:44 Arch sudo[672]: pam_unix(sudo:auth): authentication failure; logname=klara uid=1000 euid=0 tty=/dev/tty2 ruser=klara rhost=  user=klara
May 28 13:09:49 Arch sudo[672]:    klara : TTY=tty2 ; PWD=/home/klara ; USER=root ; COMMAND=/usr/bin/journalctl -b-1
May 28 13:09:49 Arch sudo[672]: pam_unix(sudo:session): session opened for user root(uid=0) by klara(uid=1000)
May 28 13:09:56 Arch sudo[672]: pam_unix(sudo:session): session closed for user root
May 28 13:09:57 Arch sudo[681]:    klara : TTY=tty2 ; PWD=/home/klara ; USER=root ; COMMAND=/usr/bin/journalctl -b-2
May 28 13:09:57 Arch sudo[681]: pam_unix(sudo:session): session opened for user root(uid=0) by klara(uid=1000)
May 28 13:10:10 Arch systemd-timesyncd[286]: Timed out waiting for reply from 10.10.10.10:123 (0.arch.pool.ntp.org).
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: fifo: DMA_PUSHER - ch 2 [Xorg[629]] get 0000027a04 put 00000287a4 ib_get 00000093 ib_put 000000a2 state 8000e684 (err: INVALID_CMD) push 00406040
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: DATA_ERROR 0000000d [BEGIN_END_ACTIVE]
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: 00100000 [] ch 2 [001fa80000 Xorg[629]] subc 7 class 8297 mthd 1360 data 00000001
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: DATA_ERROR 0000000d [BEGIN_END_ACTIVE]
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: 00100000 [] ch 2 [001fa80000 Xorg[629]] subc 7 class 8297 mthd 1340 data 00008006
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: DATA_ERROR 0000000d [BEGIN_END_ACTIVE]
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: 00100000 [] ch 2 [001fa80000 Xorg[629]] subc 7 class 8297 mthd 1344 data 00004000
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: DATA_ERROR 0000000d [BEGIN_END_ACTIVE]
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: 00100000 [] ch 2 [001fa80000 Xorg[629]] subc 7 class 8297 mthd 1348 data 00004301
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: DATA_ERROR 0000000d [BEGIN_END_ACTIVE]
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: 00100000 [] ch 2 [001fa80000 Xorg[629]] subc 7 class 8297 mthd 134c data 00008006
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: DATA_ERROR 0000000d [BEGIN_END_ACTIVE]
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: 00100000 [] ch 2 [001fa80000 Xorg[629]] subc 7 class 8297 mthd 1350 data 00004000
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: DATA_ERROR 0000000d [BEGIN_END_ACTIVE]
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: gr: 00100000 [] ch 2 [001fa80000 Xorg[629]] subc 7 class 8297 mthd 1358 data 00004301
May 28 13:10:19 Arch kernel: nouveau 0000:03:00.0: fifo: DMA_PUSHER - ch 2 [Xorg[629]] get 0000009ba0 put 0000009bc0 ib_get 000000b4 ib_put 000000c2 state 80004610 (err: INVALID_CMD) push 00406040
May 28 13:10:21 Arch kernel: nouveau 0000:03:00.0: fifo: DMA_PUSHER - ch 2 [Xorg[629]] get 0000023c0c put 0000024c64 ib_get 000000e7 ib_put 000000f2 state 8000ef05 (err: INVALID_CMD) push 00406040 

Offline

#14 2025-05-28 14:22:20

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

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
What happens if you globally "export LIBGL_ALWAYS_SOFTWARE=1" (in /etc/profile.d/some_script.sh)?

Did you also run some GL clients (picom, kitty, …) at the time?

Offline

#15 2025-05-28 15:46:11

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

LIBGL_ALWAYS_SOFTWARE=1 doesn't seem to fix the problem.

I've also decided to check Kitty, and it has the same issue as Rofi.

As for the logs...

[  1455.785] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[  1455.842] Current Operating System: Linux Arch 6.12.30-1-lts #1 SMP PREEMPT_DYNAMIC Thu, 22 May 2025 12:50:32 +0000 x86_64
[  1455.842] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=0add0d22-085e-489f-bbb0-7f145dfc5d1f rw loglevel=3 quiet nvidia_drm.modeset=1
[  1455.891]  
[  1455.908] Current version of pixman: 0.46.0
[  1455.942] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1455.942] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1456.009] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 28 09:57:49 2025
[  1456.026] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1456.027] (==) No Layout section.  Using the first Screen section.
[  1456.027] (==) No screen section available. Using defaults.
[  1456.027] (**) |-->Screen "Default Screen Section" (0)
[  1456.027] (**) |   |-->Monitor "<default monitor>"
[  1456.027] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1456.027] (**) Allowing byte-swapped clients
[  1456.027] (==) Automatically adding devices
[  1456.027] (==) Automatically enabling devices
[  1456.027] (==) Automatically adding GPU devices
[  1456.027] (==) Automatically binding GPU devices
[  1456.027] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1456.027] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1456.027] 	Entry deleted from font path.
[  1456.027] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  1456.027] 	Entry deleted from font path.
[  1456.027] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1456.027] 	Entry deleted from font path.
[  1456.027] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1456.027] 	Entry deleted from font path.
[  1456.027] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1456.027] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1456.027] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1456.028] (II) Module ABI versions:
[  1456.028] 	X.Org ANSI C Emulation: 0.4
[  1456.028] 	X.Org Video Driver: 25.2
[  1456.028] 	X.Org XInput driver : 24.4
[  1456.028] 	X.Org Server Extension : 10.0
[  1456.028] (++) using VT number 1

[  1456.031] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  1456.042] (--) PCI:*(3@0:0:0) 10de:0409:161f:2052 rev 161, Mem @ 0xf7000000/16777216, 0xb0000000/268435456, 0xf4000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
[  1456.043] (--) PCI: (4@0:0:0) 10de:0409:161f:2052 rev 161, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072
[  1456.043] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1456.043] (II) LoadModule: "glx"
[  1456.043] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1456.048] (II) Module glx: vendor="X.Org Foundation"
[  1456.048] 	compiled for 1.21.1.16, module version = 1.0.0
[  1456.048] 	ABI class: X.Org Server Extension, version 10.0
[  1456.048] (==) Matched nouveau as autoconfigured driver 0
[  1456.048] (==) Matched nv as autoconfigured driver 1
[  1456.048] (==) Matched modesetting as autoconfigured driver 2
[  1456.048] (==) Matched fbdev as autoconfigured driver 3
[  1456.048] (==) Matched vesa as autoconfigured driver 4
[  1456.048] (==) Assigned the driver to the xf86ConfigLayout
[  1456.048] (II) LoadModule: "nouveau"
[  1456.048] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[  1456.049] (II) Module nouveau: vendor="X.Org Foundation"
[  1456.049] 	compiled for 1.21.1.14, module version = 1.0.18
[  1456.049] 	Module class: X.Org Video Driver
[  1456.049] 	ABI class: X.Org Video Driver, version 25.2
[  1456.049] (II) LoadModule: "nv"
[  1456.050] (WW) Warning, couldn't open module nv
[  1456.050] (EE) Failed to load module "nv" (module does not exist, 0)
[  1456.050] (II) LoadModule: "modesetting"
[  1456.050] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1456.051] (II) Module modesetting: vendor="X.Org Foundation"
[  1456.051] 	compiled for 1.21.1.16, module version = 1.21.1
[  1456.051] 	Module class: X.Org Video Driver
[  1456.051] 	ABI class: X.Org Video Driver, version 25.2
[  1456.051] (II) LoadModule: "fbdev"
[  1456.051] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1456.051] (II) Module fbdev: vendor="X.Org Foundation"
[  1456.051] 	compiled for 1.21.1.14, module version = 0.5.1
[  1456.052] 	Module class: X.Org Video Driver
[  1456.052] 	ABI class: X.Org Video Driver, version 25.2
[  1456.052] (II) LoadModule: "vesa"
[  1456.052] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1456.052] (II) Module vesa: vendor="X.Org Foundation"
[  1456.052] 	compiled for 1.21.1.11, module version = 2.6.0
[  1456.052] 	Module class: X.Org Video Driver
[  1456.052] 	ABI class: X.Org Video Driver, version 25.2
[  1456.052] (II) NOUVEAU driver 
[  1456.052] (II) NOUVEAU driver for NVIDIA chipset families :
[  1456.052] 	RIVA TNT            (NV04)
[  1456.052] 	RIVA TNT2           (NV05)
[  1456.052] 	GeForce 256         (NV10)
[  1456.052] 	GeForce 2           (NV11, NV15)
[  1456.052] 	GeForce 4MX         (NV17, NV18)
[  1456.052] 	GeForce 3           (NV20)
[  1456.052] 	GeForce 4Ti         (NV25, NV28)
[  1456.052] 	GeForce FX          (NV3x)
[  1456.053] 	GeForce 6           (NV4x)
[  1456.053] 	GeForce 7           (G7x)
[  1456.053] 	GeForce 8           (G8x)
[  1456.053] 	GeForce 9           (G9x)
[  1456.053] 	GeForce GTX 2xx/3xx (GT2xx)
[  1456.053] 	GeForce GTX 4xx/5xx (GFxxx)
[  1456.053] 	GeForce GTX 6xx/7xx (GKxxx)
[  1456.053] 	GeForce GTX 9xx     (GMxxx)
[  1456.053] 	GeForce GTX 10xx    (GPxxx)
[  1456.053] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1456.053] (II) FBDEV: driver for framebuffer: fbdev
[  1456.053] (II) VESA: driver for VESA chipsets: vesa
[  1456.666] (EE) [drm] Failed to open DRM device for pci:0000:03:00.0: -19
[  1456.666] (EE) open /dev/dri/card0: No such file or directory
[  1456.666] (WW) Falling back to old probe method for modesetting
[  1456.666] (EE) open /dev/dri/card0: No such file or directory
[  1456.666] (II) Loading sub module "fbdevhw"
[  1456.666] (II) LoadModule: "fbdevhw"
[  1456.666] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1456.666] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1456.666] 	compiled for 1.21.1.16, module version = 0.0.2
[  1456.666] 	ABI class: X.Org Video Driver, version 25.2
[  1456.667] (EE) Unable to find a valid framebuffer device
[  1456.667] (WW) Falling back to old probe method for fbdev
[  1456.667] (II) Loading sub module "fbdevhw"
[  1456.667] (II) LoadModule: "fbdevhw"
[  1456.667] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1456.667] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1456.667] 	compiled for 1.21.1.16, module version = 0.0.2
[  1456.667] 	ABI class: X.Org Video Driver, version 25.2
[  1456.667] (II) FBDEV(2): using default device
[  1456.667] vesa: Refusing to run, Framebuffer or dri device present
[  1456.667] (EE) Screen 0 deleted because of no matching config section.
[  1456.667] (II) UnloadModule: "modesetting"
[  1456.667] (EE) Screen 0 deleted because of no matching config section.
[  1456.667] (II) UnloadModule: "fbdev"
[  1456.667] (II) UnloadSubModule: "fbdevhw"
[  1456.667] (II) FBDEV(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1456.667] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[  1456.667] (==) FBDEV(0): RGB weight 888
[  1456.667] (==) FBDEV(0): Default visual is TrueColor
[  1456.667] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[  1456.667] (II) FBDEV(0): hardware: VESA VGA (video memory: 1216kB)
[  1456.667] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[  1456.667] (II) FBDEV(0): checking modes against framebuffer device...
[  1456.667] (II) FBDEV(0): checking modes against monitor...
[  1456.667] (II) FBDEV(0): Virtual size is 640x480 (pitch 640)
[  1456.667] (**) FBDEV(0):  Built-in mode "current": 30.7 MHz, 36.9 kHz, 73.3 Hz
[  1456.667] (II) FBDEV(0): Modeline "current"x0.0   30.72  640 672 752 832  480 484 488 504 -hsync -vsync -csync (36.9 kHz b)
[  1456.667] (==) FBDEV(0): DPI set to (96, 96)
[  1456.667] (II) Loading sub module "fb"
[  1456.667] (II) LoadModule: "fb"
[  1456.667] (II) Module "fb" already built-in
[  1456.667] (**) FBDEV(0): using shadow framebuffer
[  1456.667] (II) Loading sub module "shadow"
[  1456.667] (II) LoadModule: "shadow"
[  1456.667] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  1456.667] (II) Module shadow: vendor="X.Org Foundation"
[  1456.668] 	compiled for 1.21.1.16, module version = 1.1.0
[  1456.668] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1456.668] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[  1456.668] (==) FBDEV(0): Backing store enabled
[  1456.668] (==) FBDEV(0): DPMS enabled
[  1456.668] (II) Initializing extension Generic Event Extension
[  1456.668] (II) Initializing extension SHAPE
[  1456.668] (II) Initializing extension MIT-SHM
[  1456.669] (II) Initializing extension XInputExtension
[  1456.669] (II) Initializing extension XTEST
[  1456.669] (II) Initializing extension BIG-REQUESTS
[  1456.669] (II) Initializing extension SYNC
[  1456.669] (II) Initializing extension XKEYBOARD
[  1456.670] (II) Initializing extension XC-MISC
[  1456.670] (II) Initializing extension SECURITY
[  1456.670] (II) Initializing extension XFIXES
[  1456.670] (II) Initializing extension RENDER
[  1456.670] (II) Initializing extension RANDR
[  1456.670] (II) Initializing extension COMPOSITE
[  1456.671] (II) Initializing extension DAMAGE
[  1456.671] (II) Initializing extension MIT-SCREEN-SAVER
[  1456.671] (II) Initializing extension DOUBLE-BUFFER
[  1456.671] (II) Initializing extension RECORD
[  1456.671] (II) Initializing extension DPMS
[  1456.671] (II) Initializing extension Present
[  1456.672] (II) Initializing extension DRI3
[  1456.672] (II) Initializing extension X-Resource
[  1456.672] (II) Initializing extension XVideo
[  1456.672] (II) Initializing extension XVideo-MotionCompensation
[  1456.672] (II) Initializing extension GLX
[  1456.672] (II) AIGLX: Screen 0 is not DRI2 capable
[  1456.721] (II) IGLX: Loaded and initialized swrast
[  1456.721] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1456.721] (II) Initializing extension XFree86-VidModeExtension
[  1456.722] (II) Initializing extension XFree86-DGA
[  1456.722] (II) Initializing extension XFree86-DRI
[  1456.722] (II) Initializing extension DRI2
[  1456.936] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1456.936] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1456.936] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1456.936] (II) LoadModule: "libinput"
[  1456.936] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1456.939] (II) Module libinput: vendor="X.Org Foundation"
[  1456.939] 	compiled for 1.21.1.13, module version = 1.5.0
[  1456.939] 	Module class: X.Org XInput Driver
[  1456.939] 	ABI class: X.Org XInput driver, version 24.4
[  1456.939] (II) Using input driver 'libinput' for 'Power Button'
[  1456.940] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 23 paused 0
[  1456.940] (**) Power Button: always reports core events
[  1456.940] (**) Option "Device" "/dev/input/event3"
[  1456.944] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1456.944] (II) event3  - Power Button: device is a keyboard
[  1456.944] (II) event3  - Power Button: device removed
[  1456.944] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  1456.944] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1456.946] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1456.946] (II) event3  - Power Button: device is a keyboard
[  1456.947] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[  1456.948] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1456.948] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1456.948] (II) Using input driver 'libinput' for 'Video Bus'
[  1456.950] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[  1456.950] (**) Video Bus: always reports core events
[  1456.950] (**) Option "Device" "/dev/input/event4"
[  1456.953] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  1456.954] (II) event4  - Video Bus: device is a keyboard
[  1456.954] (II) event4  - Video Bus: device removed
[  1456.954] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/device:0f/device:10/LNXVIDEO:00/input/input4/event4"
[  1456.954] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1456.956] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  1456.957] (II) event4  - Video Bus: device is a keyboard
[  1456.958] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1456.958] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1456.958] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1456.958] (II) Using input driver 'libinput' for 'Power Button'
[  1456.959] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[  1456.959] (**) Power Button: always reports core events
[  1456.959] (**) Option "Device" "/dev/input/event2"
[  1456.960] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1456.960] (II) event2  - Power Button: device is a keyboard
[  1456.960] (II) event2  - Power Button: device removed
[  1456.960] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[  1456.960] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1456.962] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1456.962] (II) event2  - Power Button: device is a keyboard
[  1456.963] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  1456.963] (II) No input driver specified, ignoring this device.
[  1456.963] (II) This device may have been added with another device file.
[  1456.964] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  1456.964] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  1456.964] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1456.964] (II) Using input driver 'libinput' for 'Sleep Button'
[  1456.965] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 28 paused 0
[  1456.965] (**) Sleep Button: always reports core events
[  1456.965] (**) Option "Device" "/dev/input/event0"
[  1456.966] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1456.966] (II) event0  - Sleep Button: device is a keyboard
[  1456.966] (II) event0  - Sleep Button: device removed
[  1456.966] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  1456.966] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  1456.968] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1456.968] (II) event0  - Sleep Button: device is a keyboard
[  1456.969] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event13)
[  1456.969] (II) No input driver specified, ignoring this device.
[  1456.969] (II) This device may have been added with another device file.
[  1456.969] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event14)
[  1456.969] (II) No input driver specified, ignoring this device.
[  1456.969] (II) This device may have been added with another device file.
[  1456.970] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event15)
[  1456.970] (II) No input driver specified, ignoring this device.
[  1456.970] (II) This device may have been added with another device file.
[  1456.971] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event16)
[  1456.971] (II) No input driver specified, ignoring this device.
[  1456.971] (II) This device may have been added with another device file.
[  1456.971] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event17)
[  1456.971] (II) No input driver specified, ignoring this device.
[  1456.971] (II) This device may have been added with another device file.
[  1456.972] (II) config/udev: Adding input device Quickstart Button 5 (/dev/input/event6)
[  1456.972] (**) Quickstart Button 5: Applying InputClass "evdev keyboard catchall"
[  1456.972] (**) Quickstart Button 5: Applying InputClass "libinput keyboard catchall"
[  1456.972] (II) Using input driver 'libinput' for 'Quickstart Button 5'
[  1456.973] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 29 paused 0
[  1456.973] (**) Quickstart Button 5: always reports core events
[  1456.973] (**) Option "Device" "/dev/input/event6"
[  1456.974] (II) event6  - Quickstart Button 5: is tagged by udev as: Keyboard
[  1456.974] (II) event6  - Quickstart Button 5: device is a keyboard
[  1456.975] (II) event6  - Quickstart Button 5: device removed
[  1456.975] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:00/input/input7/event6"
[  1456.975] (II) XINPUT: Adding extended input device "Quickstart Button 5" (type: KEYBOARD, id 10)
[  1456.976] (II) event6  - Quickstart Button 5: is tagged by udev as: Keyboard
[  1456.976] (II) event6  - Quickstart Button 5: device is a keyboard
[  1456.978] (II) config/udev: Adding input device Quickstart Button 4 (/dev/input/event8)
[  1456.978] (**) Quickstart Button 4: Applying InputClass "evdev keyboard catchall"
[  1456.978] (**) Quickstart Button 4: Applying InputClass "libinput keyboard catchall"
[  1456.978] (II) Using input driver 'libinput' for 'Quickstart Button 4'
[  1456.978] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 30 paused 0
[  1456.978] (**) Quickstart Button 4: always reports core events
[  1456.978] (**) Option "Device" "/dev/input/event8"
[  1456.980] (II) event8  - Quickstart Button 4: is tagged by udev as: Keyboard
[  1456.980] (II) event8  - Quickstart Button 4: device is a keyboard
[  1456.980] (II) event8  - Quickstart Button 4: device removed
[  1456.980] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:01/input/input9/event8"
[  1456.980] (II) XINPUT: Adding extended input device "Quickstart Button 4" (type: KEYBOARD, id 11)
[  1456.982] (II) event8  - Quickstart Button 4: is tagged by udev as: Keyboard
[  1456.982] (II) event8  - Quickstart Button 4: device is a keyboard
[  1456.983] (II) config/udev: Adding input device Quickstart Button 3 (/dev/input/event10)
[  1456.983] (**) Quickstart Button 3: Applying InputClass "evdev keyboard catchall"
[  1456.983] (**) Quickstart Button 3: Applying InputClass "libinput keyboard catchall"
[  1456.983] (II) Using input driver 'libinput' for 'Quickstart Button 3'
[  1456.984] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 31 paused 0
[  1456.984] (**) Quickstart Button 3: always reports core events
[  1456.984] (**) Option "Device" "/dev/input/event10"
[  1456.985] (II) event10 - Quickstart Button 3: is tagged by udev as: Keyboard
[  1456.985] (II) event10 - Quickstart Button 3: device is a keyboard
[  1456.985] (II) event10 - Quickstart Button 3: device removed
[  1456.985] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:02/input/input11/event10"
[  1456.986] (II) XINPUT: Adding extended input device "Quickstart Button 3" (type: KEYBOARD, id 12)
[  1456.987] (II) event10 - Quickstart Button 3: is tagged by udev as: Keyboard
[  1456.987] (II) event10 - Quickstart Button 3: device is a keyboard
[  1456.988] (II) config/udev: Adding input device Quickstart Button 2 (/dev/input/event9)
[  1456.988] (**) Quickstart Button 2: Applying InputClass "evdev keyboard catchall"
[  1456.988] (**) Quickstart Button 2: Applying InputClass "libinput keyboard catchall"
[  1456.988] (II) Using input driver 'libinput' for 'Quickstart Button 2'
[  1456.989] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 32 paused 0
[  1456.989] (**) Quickstart Button 2: always reports core events
[  1456.989] (**) Option "Device" "/dev/input/event9"
[  1456.991] (II) event9  - Quickstart Button 2: is tagged by udev as: Keyboard
[  1456.991] (II) event9  - Quickstart Button 2: device is a keyboard
[  1456.991] (II) event9  - Quickstart Button 2: device removed
[  1456.991] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:03/input/input10/event9"
[  1456.991] (II) XINPUT: Adding extended input device "Quickstart Button 2" (type: KEYBOARD, id 13)
[  1456.992] (II) event9  - Quickstart Button 2: is tagged by udev as: Keyboard
[  1456.993] (II) event9  - Quickstart Button 2: device is a keyboard
[  1456.994] (II) config/udev: Adding input device Quickstart Button 1 (/dev/input/event7)
[  1456.994] (**) Quickstart Button 1: Applying InputClass "evdev keyboard catchall"
[  1456.994] (**) Quickstart Button 1: Applying InputClass "libinput keyboard catchall"
[  1456.994] (II) Using input driver 'libinput' for 'Quickstart Button 1'
[  1456.994] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
[  1456.994] (**) Quickstart Button 1: always reports core events
[  1456.994] (**) Option "Device" "/dev/input/event7"
[  1456.996] (II) event7  - Quickstart Button 1: is tagged by udev as: Keyboard
[  1456.996] (II) event7  - Quickstart Button 1: device is a keyboard
[  1456.996] (II) event7  - Quickstart Button 1: device removed
[  1456.996] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:04/input/input8/event7"
[  1456.996] (II) XINPUT: Adding extended input device "Quickstart Button 1" (type: KEYBOARD, id 14)
[  1456.998] (II) event7  - Quickstart Button 1: is tagged by udev as: Keyboard
[  1456.998] (II) event7  - Quickstart Button 1: device is a keyboard
[  1456.999] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[  1456.999] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1456.999] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1456.999] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1457.000] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 34 paused 0
[  1457.000] (**) AT Translated Set 2 keyboard: always reports core events
[  1457.000] (**) Option "Device" "/dev/input/event5"
[  1457.001] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1457.001] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[  1457.003] (II) event5  - AT Translated Set 2 keyboard: device removed
[  1457.003] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[  1457.003] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[  1457.005] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1457.005] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[  1457.007] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
[  1457.007] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  1457.007] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  1457.007] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  1457.007] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[  1457.007] (II) LoadModule: "synaptics"
[  1457.007] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1457.008] (II) Module synaptics: vendor="X.Org Foundation"
[  1457.008] 	compiled for 1.21.1.15, module version = 1.10.0
[  1457.008] 	Module class: X.Org XInput Driver
[  1457.008] 	ABI class: X.Org XInput driver, version 24.4
[  1457.008] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  1457.009] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 35 paused 0
[  1457.009] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1457.009] (**) Option "Device" "/dev/input/event12"
[  1457.010] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 53)
[  1457.010] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 85)
[  1457.010] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  1457.010] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  1457.010] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[  1457.010] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[  1457.010] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1457.010] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1457.010] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event12"
[  1457.010] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
[  1457.010] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  1457.010] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[  1457.010] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[  1457.010] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  1457.010] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  1457.010] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1457.010] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1457.010] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1457.012] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1457.012] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[  1457.013] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[  1457.013] (II) No input driver specified, ignoring this device.
[  1457.013] (II) This device may have been added with another device file.
[  1802.149] (**) Option "fd" "23"
[  1802.149] (II) event3  - Power Button: device removed
[  1802.149] (**) Option "fd" "26"
[  1802.149] (II) event4  - Video Bus: device removed
[  1802.149] (**) Option "fd" "27"
[  1802.149] (II) event2  - Power Button: device removed
[  1802.149] (**) Option "fd" "28"
[  1802.149] (II) event0  - Sleep Button: device removed
[  1802.149] (**) Option "fd" "29"
[  1802.149] (II) event6  - Quickstart Button 5: device removed
[  1802.150] (**) Option "fd" "30"
[  1802.150] (II) event8  - Quickstart Button 4: device removed
[  1802.150] (**) Option "fd" "31"
[  1802.150] (II) event10 - Quickstart Button 3: device removed
[  1802.150] (**) Option "fd" "32"
[  1802.150] (II) event9  - Quickstart Button 2: device removed
[  1802.150] (**) Option "fd" "33"
[  1802.150] (II) event7  - Quickstart Button 1: device removed
[  1802.150] (**) Option "fd" "34"
[  1802.150] (II) event5  - AT Translated Set 2 keyboard: device removed
[  1802.152] (II) UnloadModule: "synaptics"
[  1802.152] (II) systemd-logind: releasing fd for 13:76
[  1802.153] (II) UnloadModule: "libinput"
[  1802.153] (II) systemd-logind: releasing fd for 13:69
[  1802.154] (II) UnloadModule: "libinput"
[  1802.154] (II) systemd-logind: releasing fd for 13:71
[  1802.155] (II) UnloadModule: "libinput"
[  1802.155] (II) systemd-logind: releasing fd for 13:73
[  1802.155] (II) UnloadModule: "libinput"
[  1802.155] (II) systemd-logind: releasing fd for 13:74
[  1802.156] (II) UnloadModule: "libinput"
[  1802.156] (II) systemd-logind: releasing fd for 13:72
[  1802.157] (II) UnloadModule: "libinput"
[  1802.157] (II) systemd-logind: releasing fd for 13:70
[  1802.157] (II) UnloadModule: "libinput"
[  1802.157] (II) systemd-logind: releasing fd for 13:64
[  1802.158] (II) UnloadModule: "libinput"
[  1802.158] (II) systemd-logind: releasing fd for 13:66
[  1802.158] (II) UnloadModule: "libinput"
[  1802.158] (II) systemd-logind: releasing fd for 13:68
[  1802.159] (II) UnloadModule: "libinput"
[  1802.159] (II) systemd-logind: releasing fd for 13:67
[  1802.187] (II) Server terminated successfully (0). Closing log file.

Offline

#16 2025-05-28 18:33:59

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

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

This is from a start w/ libgl_always_software ?

seth wrote:

remove every single xf86-video and nvidia package.

Offline

#17 2025-05-29 07:47:36

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

seth wrote:

This is from a start w/ libgl_always_software ?

seth wrote:

remove every single xf86-video and nvidia package.

Yes. Though I had to keep xf86-video-nouveau to be able to run i3 in the first place. Removing that xf86-video driver seems to make the entire WM freeze. I'm not sure if that means libgl_always_software is working or not.

Offline

#18 2025-05-29 14:17:26

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

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

You could try https://man.archlinux.org/man/nouveau.4#Option~3 (next to LIBGL_ALWAYS_SOFTWARE=1)
Alternatively add "nouveau.noaccel=1" to the https://wiki.archlinux.org/title/Kernel_parameters

Is the GPU properly powered (is the dedicated 6/8-pin supply connected and is it seated in the PEG slot)?

Offline

#19 2025-05-29 18:27:53

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

seth wrote:

You could try https://man.archlinux.org/man/nouveau.4#Option~3 (next to LIBGL_ALWAYS_SOFTWARE=1)
Alternatively add "nouveau.noaccel=1" to the https://wiki.archlinux.org/title/Kernel_parameters

Is the GPU properly powered (is the dedicated 6/8-pin supply connected and is it seated in the PEG slot)?

nouveau.noaccel just makes the system hang upon entering startx. Here are the logs Journalctl if it's any help. (Xorg doesn't seem to save a log during the hang.)

May 29 18:37:27 Arch kernel: Linux version 6.12.30-1-lts (linux-lts@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Thu, 22 May 2025 12:50:32 +0000
May 29 18:37:27 Arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=0add0d22-085e-489f-bbb0-7f145dfc5d1f rw loglevel=3 quiet nvidia_drm.modeset=1 nouveau.noaccel=1
May 29 18:37:27 Arch kernel: BIOS-provided physical RAM map:
May 29 18:37:27 Arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
May 29 18:37:27 Arch kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
May 29 18:37:27 Arch kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
May 29 18:37:27 Arch kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000affbffff] usable
May 29 18:37:27 Arch kernel: BIOS-e820: [mem 0x00000000affc0000-0x00000000affcdfff] ACPI data
May 29 18:37:27 Arch kernel: BIOS-e820: [mem 0x00000000affce000-0x00000000afffffff] ACPI NVS
May 29 18:37:27 Arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 29 18:37:27 Arch kernel: BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
May 29 18:37:27 Arch kernel: The simpledrm driver will not be probed
May 29 18:37:27 Arch kernel: NX (Execute Disable) protection: active
May 29 18:37:27 Arch kernel: APIC: Static calls initialized
May 29 18:37:27 Arch kernel: SMBIOS 2.3 present.
May 29 18:37:27 Arch kernel: DMI: alienware Area-51 m9750/Area-51 m9750, BIOS V8350C03 10/04/2007
May 29 18:37:27 Arch kernel: DMI: Memory slots populated: 2/4
May 29 18:37:27 Arch kernel: tsc: Fast TSC calibration using PIT
May 29 18:37:27 Arch kernel: tsc: Detected 2327.446 MHz processor
May 29 18:37:27 Arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 29 18:37:27 Arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 29 18:37:27 Arch kernel: last_pfn = 0xaffce max_arch_pfn = 0x400000000
May 29 18:37:27 Arch kernel: MTRR map: 5 entries (4 fixed + 1 variable; max 20), built from 8 variable MTRRs
May 29 18:37:27 Arch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 29 18:37:27 Arch kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f]
May 29 18:37:27 Arch kernel: RAMDISK: [mem 0x30369000-0x341abfff]
May 29 18:37:27 Arch kernel: ACPI: Early table checksum verification disabled
May 29 18:37:27 Arch kernel: ACPI: RSDP 0x00000000000F8FB0 000014 (v00 ACPIAM)
May 29 18:37:27 Arch kernel: ACPI: RSDT 0x00000000AFFC0000 00003C (v01 ALWARE ALIENWRE 10000704 MSFT 00000097)
May 29 18:37:27 Arch kernel: ACPI: FACP 0x00000000AFFC0200 000084 (v02 ALWARE OEMFACP  10000704 MSFT 00000097)
May 29 18:37:27 Arch kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Address but zero Length: 0x0000000000000820/0x0 (20240827/tbfadt-611)
May 29 18:37:27 Arch kernel: ACPI BIOS Warning (bug): Invalid length for FADT/Pm2ControlBlock: 0, using default 8 (20240827/tbfadt-665)
May 29 18:37:27 Arch kernel: ACPI: DSDT 0x00000000AFFC05B0 006210 (v01 V8350C V8350C03 00000003 INTL 02002026)
May 29 18:37:27 Arch kernel: ACPI: FACS 0x00000000AFFCE000 000040
May 29 18:37:27 Arch kernel: ACPI: APIC 0x00000000AFFC0390 00005C (v01 ALWARE OEMAPIC  10000704 MSFT 00000097)
May 29 18:37:27 Arch kernel: ACPI: MCFG 0x00000000AFFC03F0 00003C (v01 ALWARE OEMMCFG  10000704 MSFT 00000097)
May 29 18:37:27 Arch kernel: ACPI: SLIC 0x00000000AFFC0430 000176 (v01 ALWARE ALIENWRE 10000704 MSFT 00000097)
May 29 18:37:27 Arch kernel: ACPI: OEMB 0x00000000AFFCE040 00005C (v01 ALWARE AMI_OEM  10000704 MSFT 00000097)
May 29 18:37:27 Arch kernel: ACPI: ASF! 0x00000000AFFC67C0 000075 (v32 LEGEND I865PASF 00000001 INTL 02002026)
May 29 18:37:27 Arch kernel: ACPI: Reserving FACP table memory at [mem 0xaffc0200-0xaffc0283]
May 29 18:37:27 Arch kernel: ACPI: Reserving DSDT table memory at [mem 0xaffc05b0-0xaffc67bf]
May 29 18:37:27 Arch kernel: ACPI: Reserving FACS table memory at [mem 0xaffce000-0xaffce03f]
May 29 18:37:27 Arch kernel: ACPI: Reserving APIC table memory at [mem 0xaffc0390-0xaffc03eb]
May 29 18:37:27 Arch kernel: ACPI: Reserving MCFG table memory at [mem 0xaffc03f0-0xaffc042b]
May 29 18:37:27 Arch kernel: ACPI: Reserving SLIC table memory at [mem 0xaffc0430-0xaffc05a5]
May 29 18:37:27 Arch kernel: ACPI: Reserving OEMB table memory at [mem 0xaffce040-0xaffce09b]
May 29 18:37:27 Arch kernel: ACPI: Reserving ASF! table memory at [mem 0xaffc67c0-0xaffc6834]
May 29 18:37:27 Arch kernel: No NUMA configuration found
May 29 18:37:27 Arch kernel: Faking a node at [mem 0x0000000000000000-0x00000000affcdfff]
May 29 18:37:27 Arch kernel: NODE_DATA(0) allocated [mem 0xaff952c0-0xaffbffff]
May 29 18:37:27 Arch kernel: Zone ranges:
May 29 18:37:27 Arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 29 18:37:27 Arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000affcdfff]
May 29 18:37:27 Arch kernel:   Normal   empty
May 29 18:37:27 Arch kernel:   Device   empty
May 29 18:37:27 Arch kernel: Movable zone start for each node
May 29 18:37:27 Arch kernel: Early memory node ranges
May 29 18:37:27 Arch kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
May 29 18:37:27 Arch kernel:   node   0: [mem 0x0000000000100000-0x00000000affbffff]
May 29 18:37:27 Arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000000affbffff]
May 29 18:37:27 Arch kernel: On node 0, zone DMA: 1 pages in unavailable ranges
May 29 18:37:27 Arch kernel: On node 0, zone DMA: 97 pages in unavailable ranges
May 29 18:37:27 Arch kernel: On node 0, zone DMA32: 64 pages in unavailable ranges
May 29 18:37:27 Arch kernel: ACPI: PM-Timer IO Port: 0x808
May 29 18:37:27 Arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
May 29 18:37:27 Arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 29 18:37:27 Arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 29 18:37:27 Arch kernel: ACPI: Using ACPI (MADT) for SMP configuration information
May 29 18:37:27 Arch kernel: CPU topo: Max. logical packages:   1
May 29 18:37:27 Arch kernel: CPU topo: Max. logical dies:       1
May 29 18:37:27 Arch kernel: CPU topo: Max. dies per package:   1
May 29 18:37:27 Arch kernel: CPU topo: Max. threads per core:   1
May 29 18:37:27 Arch kernel: CPU topo: Num. cores per package:     2
May 29 18:37:27 Arch kernel: CPU topo: Num. threads per package:   2
May 29 18:37:27 Arch kernel: CPU topo: Allowing 2 present CPUs plus 0 hotplug CPUs
May 29 18:37:27 Arch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 29 18:37:27 Arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
May 29 18:37:27 Arch kernel: PM: hibernation: Registered nosave memory: [mem 0xaffc0000-0xaffcdfff]
May 29 18:37:27 Arch kernel: [mem 0xb0000000-0xfedfffff] available for PCI devices
May 29 18:37:27 Arch kernel: Booting paravirtualized kernel on bare hardware
May 29 18:37:27 Arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 29 18:37:27 Arch kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
May 29 18:37:27 Arch kernel: percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u1048576
May 29 18:37:27 Arch kernel: pcpu-alloc: s237568 r8192 d28672 u1048576 alloc=1*2097152
May 29 18:37:27 Arch kernel: pcpu-alloc: [0] 0 1 
May 29 18:37:27 Arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=0add0d22-085e-489f-bbb0-7f145dfc5d1f rw loglevel=3 quiet nvidia_drm.modeset=1 nouveau.noaccel=1
May 29 18:37:27 Arch kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux-lts", will be passed to user space.
May 29 18:37:27 Arch kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
May 29 18:37:27 Arch kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
May 29 18:37:27 Arch kernel: Fallback order for Node 0: 0 
May 29 18:37:27 Arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 720734
May 29 18:37:27 Arch kernel: Policy zone: DMA32
May 29 18:37:27 Arch kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
May 29 18:37:27 Arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
May 29 18:37:27 Arch kernel: Kernel/User page tables isolation: enabled
May 29 18:37:27 Arch kernel: ftrace: allocating 51430 entries in 201 pages
May 29 18:37:27 Arch kernel: ftrace: allocated 201 pages with 4 groups
May 29 18:37:27 Arch kernel: Dynamic Preempt: voluntary
May 29 18:37:27 Arch kernel: rcu: Preemptible hierarchical RCU implementation.
May 29 18:37:27 Arch kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
May 29 18:37:27 Arch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 29 18:37:27 Arch kernel:         Trampoline variant of Tasks RCU enabled.
May 29 18:37:27 Arch kernel:         Rude variant of Tasks RCU enabled.
May 29 18:37:27 Arch kernel:         Tracing variant of Tasks RCU enabled.
May 29 18:37:27 Arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 29 18:37:27 Arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
May 29 18:37:27 Arch kernel: RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
May 29 18:37:27 Arch kernel: RCU Tasks Rude: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
May 29 18:37:27 Arch kernel: RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
May 29 18:37:27 Arch kernel: NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
May 29 18:37:27 Arch kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
May 29 18:37:27 Arch kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
May 29 18:37:27 Arch kernel: Console: colour dummy device 80x25
May 29 18:37:27 Arch kernel: printk: legacy console [tty0] enabled
May 29 18:37:27 Arch kernel: ACPI: Core revision 20240827
May 29 18:37:27 Arch kernel: APIC: Switch to symmetric I/O mode setup
May 29 18:37:27 Arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 29 18:37:27 Arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x218c7c81fd6, max_idle_ns: 440795267739 ns
May 29 18:37:27 Arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4656.84 BogoMIPS (lpj=7758153)
May 29 18:37:27 Arch kernel: CPU0: Thermal monitoring enabled (TM2)
May 29 18:37:27 Arch kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
May 29 18:37:27 Arch kernel: Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
May 29 18:37:27 Arch kernel: process: using mwait in idle threads
May 29 18:37:27 Arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
May 29 18:37:27 Arch kernel: Spectre V2 : Mitigation: Retpolines
May 29 18:37:27 Arch kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
May 29 18:37:27 Arch kernel: Speculative Store Bypass: Vulnerable
May 29 18:37:27 Arch kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
May 29 18:37:27 Arch kernel: MMIO Stale Data: Unknown: No mitigations
May 29 18:37:27 Arch kernel: x86/fpu: x87 FPU will use FXSAVE
May 29 18:37:27 Arch kernel: Freeing SMP alternatives memory: 40K
May 29 18:37:27 Arch kernel: pid_max: default: 32768 minimum: 301
May 29 18:37:27 Arch kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
May 29 18:37:27 Arch kernel: landlock: Up and running.
May 29 18:37:27 Arch kernel: Yama: becoming mindful.
May 29 18:37:27 Arch kernel: LSM support for eBPF active
May 29 18:37:27 Arch kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
May 29 18:37:27 Arch kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
May 29 18:37:27 Arch kernel: smpboot: CPU0: Intel(R) Core(TM)2 CPU         T7600  @ 2.33GHz (family: 0x6, model: 0xf, stepping: 0x6)
May 29 18:37:27 Arch kernel: Performance Events: PEBS fmt0-, Core2 events, 4-deep LBR, Intel PMU driver.
May 29 18:37:27 Arch kernel: core: PEBS disabled due to CPU errata
May 29 18:37:27 Arch kernel: ... version:                2
May 29 18:37:27 Arch kernel: ... bit width:              40
May 29 18:37:27 Arch kernel: ... generic registers:      2
May 29 18:37:27 Arch kernel: ... value mask:             000000ffffffffff
May 29 18:37:27 Arch kernel: ... max period:             000000007fffffff
May 29 18:37:27 Arch kernel: ... fixed-purpose events:   3
May 29 18:37:27 Arch kernel: ... event mask:             0000000700000003
May 29 18:37:27 Arch kernel: signal: max sigframe size: 1440
May 29 18:37:27 Arch kernel: rcu: Hierarchical SRCU implementation.
May 29 18:37:27 Arch kernel: rcu:         Max phase no-delay instances is 1000.
May 29 18:37:27 Arch kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
May 29 18:37:27 Arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 29 18:37:27 Arch kernel: smp: Bringing up secondary CPUs ...
May 29 18:37:27 Arch kernel: smpboot: x86: Booting SMP configuration:
May 29 18:37:27 Arch kernel: .... node  #0, CPUs:      #1
May 29 18:37:27 Arch kernel: smp: Brought up 1 node, 2 CPUs
May 29 18:37:27 Arch kernel: smpboot: Total of 2 processors activated (9313.69 BogoMIPS)
May 29 18:37:27 Arch kernel: Memory: 2707460K/2882936K available (18432K kernel code, 2673K rwdata, 14344K rodata, 4284K init, 4280K bss, 169932K reserved, 0K cma-reserved)
May 29 18:37:27 Arch kernel: devtmpfs: initialized
May 29 18:37:27 Arch kernel: x86/mm: Memory block size: 128MB
May 29 18:37:27 Arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0xaffce000-0xafffffff] (204800 bytes)
May 29 18:37:27 Arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 29 18:37:27 Arch kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
May 29 18:37:27 Arch kernel: pinctrl core: initialized pinctrl subsystem
May 29 18:37:27 Arch kernel: PM: RTC time: 15:37:18, date: 2025-05-29
May 29 18:37:27 Arch kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
May 29 18:37:27 Arch kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
May 29 18:37:27 Arch kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 29 18:37:27 Arch kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 29 18:37:27 Arch kernel: audit: initializing netlink subsys (disabled)
May 29 18:37:27 Arch kernel: audit: type=2000 audit(1748533038.179:1): state=initialized audit_enabled=0 res=1
May 29 18:37:27 Arch kernel: thermal_sys: Registered thermal governor 'fair_share'
May 29 18:37:27 Arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
May 29 18:37:27 Arch kernel: thermal_sys: Registered thermal governor 'step_wise'
May 29 18:37:27 Arch kernel: thermal_sys: Registered thermal governor 'user_space'
May 29 18:37:27 Arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
May 29 18:37:27 Arch kernel: cpuidle: using governor ladder
May 29 18:37:27 Arch kernel: cpuidle: using governor menu
May 29 18:37:27 Arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 29 18:37:27 Arch kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
May 29 18:37:27 Arch kernel: PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
May 29 18:37:27 Arch kernel: PCI: Using configuration type 1 for base access
May 29 18:37:27 Arch kernel: mtrr: your CPUs had inconsistent variable MTRR settings
May 29 18:37:27 Arch kernel: mtrr: probably your BIOS does not setup all CPUs.
May 29 18:37:27 Arch kernel: mtrr: corrected configuration.
May 29 18:37:27 Arch kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
May 29 18:37:27 Arch kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
May 29 18:37:27 Arch kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
May 29 18:37:27 Arch kernel: ACPI: Added _OSI(Module Device)
May 29 18:37:27 Arch kernel: ACPI: Added _OSI(Processor Device)
May 29 18:37:27 Arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 29 18:37:27 Arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 29 18:37:27 Arch kernel: ACPI: 1 ACPI AML tables successfully acquired and loaded
May 29 18:37:27 Arch kernel: ACPI: Dynamic OEM Table Load:
May 29 18:37:27 Arch kernel: ACPI: SSDT 0xFFFF926EC185A800 00070C (v01 AMI    CPU1PM   00000001 INTL 20051117)
May 29 18:37:27 Arch kernel: ACPI: Dynamic OEM Table Load:
May 29 18:37:27 Arch kernel: ACPI: SSDT 0xFFFF926EC18B2E00 000120 (v01 AMI    CPU2PM   00000001 INTL 20051117)
May 29 18:37:27 Arch kernel: ACPI: EC: EC started
May 29 18:37:27 Arch kernel: ACPI: EC: interrupt blocked
May 29 18:37:27 Arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 29 18:37:27 Arch kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
May 29 18:37:27 Arch kernel: ACPI: Interpreter enabled
May 29 18:37:27 Arch kernel: ACPI: PM: (supports S0 S3 S4 S5)
May 29 18:37:27 Arch kernel: ACPI: Using IOAPIC for interrupt routing
May 29 18:37:27 Arch kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
May 29 18:37:27 Arch kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
May 29 18:37:27 Arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 29 18:37:27 Arch kernel: PCI: Using E820 reservations for host bridge windows
May 29 18:37:27 Arch kernel: ACPI: Enabled 6 GPEs in block 00 to 1F
May 29 18:37:27 Arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 29 18:37:27 Arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
May 29 18:37:27 Arch kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
May 29 18:37:27 Arch kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
May 29 18:37:27 Arch kernel: acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_NOT_FOUND)
May 29 18:37:27 Arch kernel: PCI host bridge to bus 0000:00
May 29 18:37:27 Arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 29 18:37:27 Arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xffffffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
May 29 18:37:27 Arch kernel: pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:00:01.0: [8086:27a1] type 01 class 0x060400 PCIe Root Port
May 29 18:37:27 Arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-04]
May 29 18:37:27 Arch kernel: pci 0000:00:01.0:   bridge window [io  0xc000-0xdfff]
May 29 18:37:27 Arch kernel: pci 0000:00:01.0:   bridge window [mem 0xf3f00000-0xfbdfffff]
May 29 18:37:27 Arch kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
May 29 18:37:27 Arch kernel: pci 0000:00:1b.0: BAR 0 [mem 0xf3efc000-0xf3efffff 64bit]
May 29 18:37:27 Arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400 PCIe Root Port
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xfbe00000-0xfbefffff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400 PCIe Root Port
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 06]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xfbf00000-0xfbffffff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400 PCIe Root Port
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 07-09]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2:   bridge window [io  0x6000-0x6fff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xfc000000-0xfeafffff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xdc000000-0xdfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:00:1d.0: BAR 4 [io  0xbc00-0xbc1f]
May 29 18:37:27 Arch kernel: pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:00:1d.1: BAR 4 [io  0xb880-0xb89f]
May 29 18:37:27 Arch kernel: pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:00:1d.2: BAR 4 [io  0xb800-0xb81f]
May 29 18:37:27 Arch kernel: pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:00:1d.3: BAR 4 [io  0xb480-0xb49f]
May 29 18:37:27 Arch kernel: pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:00:1d.7: BAR 0 [mem 0xf3efbc00-0xf3efbfff]
May 29 18:37:27 Arch kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 conventional PCI bridge
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 0a] (subtractive decode)
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0:   bridge window [mem 0xfeb00000-0xfebfffff]
May 29 18:37:27 Arch kernel: pci 0000:00:1f.0: [8086:27bd] type 00 class 0x060100 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
May 29 18:37:27 Arch kernel: pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
May 29 18:37:27 Arch kernel: pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH6 GPIO
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: [8086:27c4] type 00 class 0x010180 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: BAR 0 [io  0x0000-0x0007]
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: BAR 1 [io  0x0000-0x0003]
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: BAR 2 [io  0x0000-0x0007]
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: BAR 3 [io  0x0000-0x0003]
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: BAR 4 [io  0xffa0-0xffaf]
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: BAR 0 [io  0x01f0-0x01f7]: legacy IDE quirk
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: BAR 1 [io  0x03f6]: legacy IDE quirk
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: BAR 2 [io  0x0170-0x0177]: legacy IDE quirk
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: BAR 3 [io  0x0376]: legacy IDE quirk
May 29 18:37:27 Arch kernel: pci 0000:00:1f.2: PME# supported from D3hot
May 29 18:37:27 Arch kernel: pci 0000:01:00.0: [10de:01b3] type 01 class 0x060400 PCIe Switch Upstream Port
May 29 18:37:27 Arch kernel: pci 0000:01:00.0: BAR 0 [mem 0xf3ffc000-0xf3ffffff]
May 29 18:37:27 Arch kernel: pci 0000:01:00.0: PCI bridge to [bus 02-04]
May 29 18:37:27 Arch kernel: pci 0000:01:00.0:   bridge window [io  0xc000-0xdfff]
May 29 18:37:27 Arch kernel: pci 0000:01:00.0:   bridge window [mem 0xf4000000-0xfbdfffff]
May 29 18:37:27 Arch kernel: pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:01:00.0: enabling Extended Tags
May 29 18:37:27 Arch kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
May 29 18:37:27 Arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-04]
May 29 18:37:27 Arch kernel: pci 0000:02:00.0: [10de:01b3] type 01 class 0x060400 PCIe Switch Downstream Port
May 29 18:37:27 Arch kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
May 29 18:37:27 Arch kernel: pci 0000:02:00.0:   bridge window [io  0xc000-0xcfff]
May 29 18:37:27 Arch kernel: pci 0000:02:00.0:   bridge window [mem 0xf4000000-0xf7ffffff]
May 29 18:37:27 Arch kernel: pci 0000:02:00.0:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:02:00.0: enabling Extended Tags
May 29 18:37:27 Arch kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
May 29 18:37:27 Arch kernel: pci 0000:02:01.0: [10de:01b3] type 01 class 0x060400 PCIe Switch Downstream Port
May 29 18:37:27 Arch kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
May 29 18:37:27 Arch kernel: pci 0000:02:01.0:   bridge window [io  0xd000-0xdfff]
May 29 18:37:27 Arch kernel: pci 0000:02:01.0:   bridge window [mem 0xf8000000-0xfbdfffff]
May 29 18:37:27 Arch kernel: pci 0000:02:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:02:01.0: enabling Extended Tags
May 29 18:37:27 Arch kernel: pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
May 29 18:37:27 Arch kernel: pci 0000:01:00.0: PCI bridge to [bus 02-04]
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: [10de:0409] type 00 class 0x030000 PCIe Endpoint
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: BAR 0 [mem 0xf7000000-0xf7ffffff]
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: BAR 1 [mem 0xb0000000-0xbfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: BAR 3 [mem 0xf4000000-0xf5ffffff 64bit]
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: BAR 5 [io  0xcc00-0xcc7f]
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: ROM [mem 0xf6fe0000-0xf6ffffff pref]
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: enabling Extended Tags
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 29 18:37:27 Arch kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
May 29 18:37:27 Arch kernel: pci 0000:04:00.0: [10de:0409] type 00 class 0x030200 PCIe Endpoint
May 29 18:37:27 Arch kernel: pci 0000:04:00.0: BAR 0 [mem 0xfa000000-0xfaffffff]
May 29 18:37:27 Arch kernel: pci 0000:04:00.0: BAR 1 [mem 0xc0000000-0xcfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:04:00.0: BAR 3 [mem 0xf8000000-0xf9ffffff 64bit]
May 29 18:37:27 Arch kernel: pci 0000:04:00.0: BAR 5 [io  0xdc00-0xdc7f]
May 29 18:37:27 Arch kernel: pci 0000:04:00.0: ROM [mem 0xfbde0000-0xfbdfffff pref]
May 29 18:37:27 Arch kernel: pci 0000:04:00.0: enabling Extended Tags
May 29 18:37:27 Arch kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
May 29 18:37:27 Arch kernel: pci 0000:05:00.0: [11ab:4363] type 00 class 0x020000 PCIe Legacy Endpoint
May 29 18:37:27 Arch kernel: pci 0000:05:00.0: BAR 0 [mem 0xfbefc000-0xfbefffff 64bit]
May 29 18:37:27 Arch kernel: pci 0000:05:00.0: BAR 2 [io  0xe800-0xe8ff]
May 29 18:37:27 Arch kernel: pci 0000:05:00.0: ROM [mem 0xfbec0000-0xfbedffff pref]
May 29 18:37:27 Arch kernel: pci 0000:05:00.0: supports D1 D2
May 29 18:37:27 Arch kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
May 29 18:37:27 Arch kernel: pci 0000:06:00.0: [8086:4229] type 00 class 0x028000 PCIe Endpoint
May 29 18:37:27 Arch kernel: pci 0000:06:00.0: BAR 0 [mem 0xfbffe000-0xfbffffff 64bit]
May 29 18:37:27 Arch kernel: pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 06]
May 29 18:37:27 Arch kernel: acpiphp: Slot [1] registered
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 07-09]
May 29 18:37:27 Arch kernel: pci_bus 0000:0a: extended config space not accessible
May 29 18:37:27 Arch kernel: pci 0000:0a:07.0: [1180:0832] type 00 class 0x0c0010 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:0a:07.0: BAR 0 [mem 0xfebff800-0xfebfffff]
May 29 18:37:27 Arch kernel: pci 0000:0a:07.0: PME# supported from D0 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:0a:07.1: [1180:0822] type 00 class 0x080500 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:0a:07.1: BAR 0 [mem 0xfebff400-0xfebff4ff]
May 29 18:37:27 Arch kernel: pci 0000:0a:07.1: supports D1 D2
May 29 18:37:27 Arch kernel: pci 0000:0a:07.1: PME# supported from D0 D1 D2 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:0a:07.2: [1180:0592] type 00 class 0x088000 conventional PCI endpoint
May 29 18:37:27 Arch kernel: pci 0000:0a:07.2: BAR 0 [mem 0xfebff000-0xfebff0ff]
May 29 18:37:27 Arch kernel: pci 0000:0a:07.2: supports D1 D2
May 29 18:37:27 Arch kernel: pci 0000:0a:07.2: PME# supported from D0 D1 D2 D3hot D3cold
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 0a] (subtractive decode)
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0:   bridge window [mem 0xb0000000-0xffffffff window] (subtractive decode)
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 3
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 4
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 5
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 7
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKE disabled
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKF disabled
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKG disabled
May 29 18:37:27 Arch kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
May 29 18:37:27 Arch kernel: ACPI: EC: interrupt unblocked
May 29 18:37:27 Arch kernel: ACPI: EC: event unblocked
May 29 18:37:27 Arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 29 18:37:27 Arch kernel: ACPI: EC: GPE=0x17
May 29 18:37:27 Arch kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
May 29 18:37:27 Arch kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
May 29 18:37:27 Arch kernel: iommu: Default domain type: Translated
May 29 18:37:27 Arch kernel: iommu: DMA domain TLB invalidation policy: lazy mode
May 29 18:37:27 Arch kernel: SCSI subsystem initialized
May 29 18:37:27 Arch kernel: libata version 3.00 loaded.
May 29 18:37:27 Arch kernel: ACPI: bus type USB registered
May 29 18:37:27 Arch kernel: usbcore: registered new interface driver usbfs
May 29 18:37:27 Arch kernel: usbcore: registered new interface driver hub
May 29 18:37:27 Arch kernel: usbcore: registered new device driver usb
May 29 18:37:27 Arch kernel: EDAC MC: Ver: 3.0.0
May 29 18:37:27 Arch kernel: NetLabel: Initializing
May 29 18:37:27 Arch kernel: NetLabel:  domain hash size = 128
May 29 18:37:27 Arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 29 18:37:27 Arch kernel: NetLabel:  unlabeled traffic allowed by default
May 29 18:37:27 Arch kernel: mctp: management component transport protocol core
May 29 18:37:27 Arch kernel: NET: Registered PF_MCTP protocol family
May 29 18:37:27 Arch kernel: PCI: Using ACPI for IRQ routing
May 29 18:37:27 Arch kernel: PCI: pci_cache_line_size set to 64 bytes
May 29 18:37:27 Arch kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
May 29 18:37:27 Arch kernel: e820: reserve RAM buffer [mem 0xaffc0000-0xafffffff]
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: vgaarb: bridge control possible
May 29 18:37:27 Arch kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 29 18:37:27 Arch kernel: vgaarb: loaded
May 29 18:37:27 Arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
May 29 18:37:27 Arch kernel: hpet: 3 channels of 0 reserved for per-cpu timers
May 29 18:37:27 Arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
May 29 18:37:27 Arch kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
May 29 18:37:27 Arch kernel: clocksource: Switched to clocksource tsc-early
May 29 18:37:27 Arch kernel: VFS: Disk quotas dquot_6.6.0
May 29 18:37:27 Arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 29 18:37:27 Arch kernel: pnp: PnP ACPI init
May 29 18:37:27 Arch kernel: system 00:00: [mem 0xfed13000-0xfed19fff] has been reserved
May 29 18:37:27 Arch kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
May 29 18:37:27 Arch kernel: system 00:04: [io  0x0800-0x087f] has been reserved
May 29 18:37:27 Arch kernel: system 00:04: [io  0x0480-0x04bf] has been reserved
May 29 18:37:27 Arch kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
May 29 18:37:27 Arch kernel: system 00:04: [mem 0xfed20000-0xfed8ffff] has been reserved
May 29 18:37:27 Arch kernel: system 00:05: [mem 0xffc00000-0xffefffff] has been reserved
May 29 18:37:27 Arch kernel: system 00:06: [io  0x0400-0x041f] has been reserved
May 29 18:37:27 Arch kernel: system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
May 29 18:37:27 Arch kernel: system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
May 29 18:37:27 Arch kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
May 29 18:37:27 Arch kernel: pnp 00:08: disabling [mem 0x000c0000-0x000cffff] because it overlaps 0000:03:00.0 BAR 6 [mem 0x000c0000-0x000dffff]
May 29 18:37:27 Arch kernel: system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
May 29 18:37:27 Arch kernel: system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
May 29 18:37:27 Arch kernel: system 00:08: [mem 0x00100000-0xafffffff] could not be reserved
May 29 18:37:27 Arch kernel: pnp: PnP ACPI: found 9 devices
May 29 18:37:27 Arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 29 18:37:27 Arch kernel: NET: Registered PF_INET protocol family
May 29 18:37:27 Arch kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
May 29 18:37:27 Arch kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
May 29 18:37:27 Arch kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
May 29 18:37:27 Arch kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
May 29 18:37:27 Arch kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
May 29 18:37:27 Arch kernel: TCP: Hash tables configured (established 32768 bind 32768)
May 29 18:37:27 Arch kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
May 29 18:37:27 Arch kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
May 29 18:37:27 Arch kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
May 29 18:37:27 Arch kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
May 29 18:37:27 Arch kernel: NET: Registered PF_XDP protocol family
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd01fffff 64bit pref]: assigned
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1: bridge window [mem 0xd0200000-0xd03fffff 64bit pref]: assigned
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1: bridge window [io  0x1000-0x1fff]: assigned
May 29 18:37:27 Arch kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
May 29 18:37:27 Arch kernel: pci 0000:02:00.0:   bridge window [io  0xc000-0xcfff]
May 29 18:37:27 Arch kernel: pci 0000:02:00.0:   bridge window [mem 0xf4000000-0xf7ffffff]
May 29 18:37:27 Arch kernel: pci 0000:02:00.0:   bridge window [mem 0xb0000000-0xbfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
May 29 18:37:27 Arch kernel: pci 0000:02:01.0:   bridge window [io  0xd000-0xdfff]
May 29 18:37:27 Arch kernel: pci 0000:02:01.0:   bridge window [mem 0xf8000000-0xfbdfffff]
May 29 18:37:27 Arch kernel: pci 0000:02:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:01:00.0: PCI bridge to [bus 02-04]
May 29 18:37:27 Arch kernel: pci 0000:01:00.0:   bridge window [io  0xc000-0xdfff]
May 29 18:37:27 Arch kernel: pci 0000:01:00.0:   bridge window [mem 0xf4000000-0xfbdfffff]
May 29 18:37:27 Arch kernel: pci 0000:01:00.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-04]
May 29 18:37:27 Arch kernel: pci 0000:00:01.0:   bridge window [io  0xc000-0xdfff]
May 29 18:37:27 Arch kernel: pci 0000:00:01.0:   bridge window [mem 0xf3f00000-0xfbdfffff]
May 29 18:37:27 Arch kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xfbe00000-0xfbefffff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xd0000000-0xd01fffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 06]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1:   bridge window [io  0x1000-0x1fff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xfbf00000-0xfbffffff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xd0200000-0xd03fffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2: PCI bridge to [bus 07-09]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2:   bridge window [io  0x6000-0x6fff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xfc000000-0xfeafffff]
May 29 18:37:27 Arch kernel: pci 0000:00:1c.2:   bridge window [mem 0xdc000000-0xdfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0: PCI bridge to [bus 0a]
May 29 18:37:27 Arch kernel: pci 0000:00:1e.0:   bridge window [mem 0xfeb00000-0xfebfffff]
May 29 18:37:27 Arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 29 18:37:27 Arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:00: resource 8 [mem 0xb0000000-0xffffffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:01: resource 0 [io  0xc000-0xdfff]
May 29 18:37:27 Arch kernel: pci_bus 0000:01: resource 1 [mem 0xf3f00000-0xfbdfffff]
May 29 18:37:27 Arch kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xcfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci_bus 0000:02: resource 0 [io  0xc000-0xdfff]
May 29 18:37:27 Arch kernel: pci_bus 0000:02: resource 1 [mem 0xf4000000-0xfbdfffff]
May 29 18:37:27 Arch kernel: pci_bus 0000:02: resource 2 [mem 0xb0000000-0xcfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
May 29 18:37:27 Arch kernel: pci_bus 0000:03: resource 1 [mem 0xf4000000-0xf7ffffff]
May 29 18:37:27 Arch kernel: pci_bus 0000:03: resource 2 [mem 0xb0000000-0xbfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
May 29 18:37:27 Arch kernel: pci_bus 0000:04: resource 1 [mem 0xf8000000-0xfbdfffff]
May 29 18:37:27 Arch kernel: pci_bus 0000:04: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
May 29 18:37:27 Arch kernel: pci_bus 0000:05: resource 1 [mem 0xfbe00000-0xfbefffff]
May 29 18:37:27 Arch kernel: pci_bus 0000:05: resource 2 [mem 0xd0000000-0xd01fffff 64bit pref]
May 29 18:37:27 Arch kernel: pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
May 29 18:37:27 Arch kernel: pci_bus 0000:06: resource 1 [mem 0xfbf00000-0xfbffffff]
May 29 18:37:27 Arch kernel: pci_bus 0000:06: resource 2 [mem 0xd0200000-0xd03fffff 64bit pref]
May 29 18:37:27 Arch kernel: pci_bus 0000:07: resource 0 [io  0x6000-0x6fff]
May 29 18:37:27 Arch kernel: pci_bus 0000:07: resource 1 [mem 0xfc000000-0xfeafffff]
May 29 18:37:27 Arch kernel: pci_bus 0000:07: resource 2 [mem 0xdc000000-0xdfffffff 64bit pref]
May 29 18:37:27 Arch kernel: pci_bus 0000:0a: resource 1 [mem 0xfeb00000-0xfebfffff]
May 29 18:37:27 Arch kernel: pci_bus 0000:0a: resource 4 [io  0x0000-0x0cf7 window]
May 29 18:37:27 Arch kernel: pci_bus 0000:0a: resource 5 [io  0x0d00-0xffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:0a: resource 7 [mem 0x000d0000-0x000dffff window]
May 29 18:37:27 Arch kernel: pci_bus 0000:0a: resource 8 [mem 0xb0000000-0xffffffff window]
May 29 18:37:27 Arch kernel: PCI: CLS 32 bytes, default 64
May 29 18:37:27 Arch kernel: Trying to unpack rootfs image as initramfs...
May 29 18:37:27 Arch kernel: Initialise system trusted keyrings
May 29 18:37:27 Arch kernel: Key type blacklist registered
May 29 18:37:27 Arch kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0
May 29 18:37:27 Arch kernel: fuse: init (API version 7.41)
May 29 18:37:27 Arch kernel: integrity: Platform Keyring initialized
May 29 18:37:27 Arch kernel: integrity: Machine keyring initialized
May 29 18:37:27 Arch kernel: Key type asymmetric registered
May 29 18:37:27 Arch kernel: Asymmetric key parser 'x509' registered
May 29 18:37:27 Arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
May 29 18:37:27 Arch kernel: io scheduler mq-deadline registered
May 29 18:37:27 Arch kernel: io scheduler kyber registered
May 29 18:37:27 Arch kernel: io scheduler bfq registered
May 29 18:37:27 Arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 29 18:37:27 Arch kernel: pcieport 0000:00:1c.1: enabling device (0106 -> 0107)
May 29 18:37:27 Arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 29 18:37:27 Arch kernel: ACPI: AC: AC Adapter [AC] (on-line)
May 29 18:37:27 Arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
May 29 18:37:27 Arch kernel: ACPI: button: Sleep Button [SLPB]
May 29 18:37:27 Arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
May 29 18:37:27 Arch kernel: ACPI: button: Lid Switch [LID0]
May 29 18:37:27 Arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
May 29 18:37:27 Arch kernel: ACPI: button: Power Button [PWRB]
May 29 18:37:27 Arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
May 29 18:37:27 Arch kernel: ACPI: button: Power Button [PWRF]
May 29 18:37:27 Arch kernel: tsc: Marking TSC unstable due to TSC halts in idle
May 29 18:37:27 Arch kernel: clocksource: Switched to clocksource hpet
May 29 18:37:27 Arch kernel: thermal LNXTHERM:00: registered as thermal_zone0
May 29 18:37:27 Arch kernel: ACPI: thermal: Thermal Zone [THRM] (61 C)
May 29 18:37:27 Arch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 29 18:37:27 Arch kernel: ACPI: battery: Slot [BAT1] (battery absent)
May 29 18:37:27 Arch kernel: Non-volatile memory driver v1.3
May 29 18:37:27 Arch kernel: Linux agpgart interface v0.103
May 29 18:37:27 Arch kernel: ACPI: bus type drm_connector registered
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.0: irq 23, io port 0x0000bc00
May 29 18:37:27 Arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
May 29 18:37:27 Arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 29 18:37:27 Arch kernel: usb usb1: Product: UHCI Host Controller
May 29 18:37:27 Arch kernel: usb usb1: Manufacturer: Linux 6.12.30-1-lts uhci_hcd
May 29 18:37:27 Arch kernel: usb usb1: SerialNumber: 0000:00:1d.0
May 29 18:37:27 Arch kernel: hub 1-0:1.0: USB hub found
May 29 18:37:27 Arch kernel: hub 1-0:1.0: 2 ports detected
May 29 18:37:27 Arch kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
May 29 18:37:27 Arch kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
May 29 18:37:27 Arch kernel: ehci-pci 0000:00:1d.7: debug port 1
May 29 18:37:27 Arch kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xf3efbc00
May 29 18:37:27 Arch kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
May 29 18:37:27 Arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
May 29 18:37:27 Arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 29 18:37:27 Arch kernel: usb usb2: Product: EHCI Host Controller
May 29 18:37:27 Arch kernel: usb usb2: Manufacturer: Linux 6.12.30-1-lts ehci_hcd
May 29 18:37:27 Arch kernel: usb usb2: SerialNumber: 0000:00:1d.7
May 29 18:37:27 Arch kernel: hub 2-0:1.0: USB hub found
May 29 18:37:27 Arch kernel: hub 2-0:1.0: 8 ports detected
May 29 18:37:27 Arch kernel: hub 1-0:1.0: USB hub found
May 29 18:37:27 Arch kernel: hub 1-0:1.0: 2 ports detected
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.1: irq 19, io port 0x0000b880
May 29 18:37:27 Arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
May 29 18:37:27 Arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 29 18:37:27 Arch kernel: usb usb3: Product: UHCI Host Controller
May 29 18:37:27 Arch kernel: usb usb3: Manufacturer: Linux 6.12.30-1-lts uhci_hcd
May 29 18:37:27 Arch kernel: usb usb3: SerialNumber: 0000:00:1d.1
May 29 18:37:27 Arch kernel: hub 3-0:1.0: USB hub found
May 29 18:37:27 Arch kernel: hub 3-0:1.0: 2 ports detected
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.2: irq 18, io port 0x0000b800
May 29 18:37:27 Arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
May 29 18:37:27 Arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 29 18:37:27 Arch kernel: usb usb4: Product: UHCI Host Controller
May 29 18:37:27 Arch kernel: usb usb4: Manufacturer: Linux 6.12.30-1-lts uhci_hcd
May 29 18:37:27 Arch kernel: usb usb4: SerialNumber: 0000:00:1d.2
May 29 18:37:27 Arch kernel: hub 4-0:1.0: USB hub found
May 29 18:37:27 Arch kernel: hub 4-0:1.0: 2 ports detected
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.3: detected 2 ports
May 29 18:37:27 Arch kernel: uhci_hcd 0000:00:1d.3: irq 16, io port 0x0000b480
May 29 18:37:27 Arch kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
May 29 18:37:27 Arch kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 29 18:37:27 Arch kernel: usb usb5: Product: UHCI Host Controller
May 29 18:37:27 Arch kernel: usb usb5: Manufacturer: Linux 6.12.30-1-lts uhci_hcd
May 29 18:37:27 Arch kernel: usb usb5: SerialNumber: 0000:00:1d.3
May 29 18:37:27 Arch kernel: hub 5-0:1.0: USB hub found
May 29 18:37:27 Arch kernel: hub 5-0:1.0: 2 ports detected
May 29 18:37:27 Arch kernel: usbcore: registered new interface driver usbserial_generic
May 29 18:37:27 Arch kernel: usbserial: USB Serial support registered for generic
May 29 18:37:27 Arch kernel: rtc_cmos 00:01: RTC can wake from S4
May 29 18:37:27 Arch kernel: rtc_cmos 00:01: registered as rtc0
May 29 18:37:27 Arch kernel: rtc_cmos 00:01: setting system clock to 2025-05-29T15:37:18 UTC (1748533038)
May 29 18:37:27 Arch kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
May 29 18:37:27 Arch kernel: intel_pstate: CPU model not supported
May 29 18:37:27 Arch kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
May 29 18:37:27 Arch kernel: vesafb: scrolling: redraw
May 29 18:37:27 Arch kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 29 18:37:27 Arch kernel: vesafb: framebuffer at 0xf5000000, mapped to 0x(____ptrval____), using 1216k, total 1216k
May 29 18:37:27 Arch kernel: fbcon: Deferring console take-over
May 29 18:37:27 Arch kernel: fb0: VESA VGA frame buffer device
May 29 18:37:27 Arch kernel: hid: raw HID events driver (C) Jiri Kosina
May 29 18:37:27 Arch kernel: drop_monitor: Initializing network drop monitor service
May 29 18:37:27 Arch kernel: NET: Registered PF_INET6 protocol family
May 29 18:37:27 Arch kernel: Freeing initrd memory: 63756K
May 29 18:37:27 Arch kernel: Segment Routing with IPv6
May 29 18:37:27 Arch kernel: RPL Segment Routing with IPv6
May 29 18:37:27 Arch kernel: In-situ OAM (IOAM) with IPv6
May 29 18:37:27 Arch kernel: NET: Registered PF_PACKET protocol family
May 29 18:37:27 Arch kernel: microcode: Current revision: 0x000000d1
May 29 18:37:27 Arch kernel: microcode: Updated early from: 0x00000048
May 29 18:37:27 Arch kernel: IPI shorthand broadcast: enabled
May 29 18:37:27 Arch kernel: registered taskstats version 1
May 29 18:37:27 Arch kernel: Loading compiled-in X.509 certificates
May 29 18:37:27 Arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 71fc4ef893a961ced8da7ff503ffd964af003a3c'
May 29 18:37:27 Arch kernel: zswap: loaded using pool zstd/zsmalloc
May 29 18:37:27 Arch kernel: Demotion targets for Node 0: null
May 29 18:37:27 Arch kernel: Key type .fscrypt registered
May 29 18:37:27 Arch kernel: Key type fscrypt-provisioning registered
May 29 18:37:27 Arch kernel: PM:   Magic number: 9:346:640
May 29 18:37:27 Arch kernel: RAS: Correctable Errors collector initialized.
May 29 18:37:27 Arch kernel: Unstable clock detected, switching default tracing clock to "global"
                             If you want to keep using the local clock, then add:
                               "trace_clock=local"
                             on the kernel command line
May 29 18:37:27 Arch kernel: clk: Disabling unused clocks
May 29 18:37:27 Arch kernel: PM: genpd: Disabling unused power domains
May 29 18:37:27 Arch kernel: Freeing unused decrypted memory: 2028K
May 29 18:37:27 Arch kernel: Freeing unused kernel image (initmem) memory: 4284K
May 29 18:37:27 Arch kernel: Write protecting the kernel read-only data: 34816k
May 29 18:37:27 Arch kernel: Freeing unused kernel image (rodata/data gap) memory: 2040K
May 29 18:37:27 Arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 29 18:37:27 Arch kernel: rodata_test: all tests were successful
May 29 18:37:27 Arch kernel: x86/mm: Checking user space page tables
May 29 18:37:27 Arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 29 18:37:27 Arch kernel: Run /init as init process
May 29 18:37:27 Arch kernel:   with arguments:
May 29 18:37:27 Arch kernel:     /init
May 29 18:37:27 Arch kernel:   with environment:
May 29 18:37:27 Arch kernel:     HOME=/
May 29 18:37:27 Arch kernel:     TERM=linux
May 29 18:37:27 Arch kernel:     BOOT_IMAGE=/boot/vmlinuz-linux-lts
May 29 18:37:27 Arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
May 29 18:37:27 Arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 29 18:37:27 Arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
May 29 18:37:27 Arch kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
May 29 18:37:27 Arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/device:0f/device:10/LNXVIDEO:00/input/input4
May 29 18:37:27 Arch kernel: usb 1-1: new full-speed USB device number 2 using uhci_hcd
May 29 18:37:27 Arch kernel: ata_piix 0000:00:1f.2: version 2.13
May 29 18:37:27 Arch kernel: ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
May 29 18:37:27 Arch kernel: scsi host0: ata_piix
May 29 18:37:27 Arch kernel: scsi host1: ata_piix
May 29 18:37:27 Arch kernel: ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 lpm-pol 0
May 29 18:37:27 Arch kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 lpm-pol 0
May 29 18:37:27 Arch kernel: usb 1-1: New USB device found, idVendor=0a5c, idProduct=2101, bcdDevice= 1.00
May 29 18:37:27 Arch kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 29 18:37:27 Arch kernel: usb 1-1: Product: BCM92045NMD
May 29 18:37:27 Arch kernel: usb 1-1: Manufacturer: Broadcom Corp
May 29 18:37:27 Arch kernel: ata2.00: ATAPI: Optiarc BD ROM BC-5500A, 1.04, max UDMA/33
May 29 18:37:27 Arch kernel: ata1.00: ATA-7: ST9160823AS, 3.ADC, max UDMA/133
May 29 18:37:27 Arch kernel: ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
May 29 18:37:27 Arch kernel: scsi 0:0:0:0: Direct-Access     ATA      ST9160823AS      C    PQ: 0 ANSI: 5
May 29 18:37:27 Arch kernel: sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
May 29 18:37:27 Arch kernel: sd 0:0:0:0: [sda] Write Protect is off
May 29 18:37:27 Arch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 29 18:37:27 Arch kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 29 18:37:27 Arch kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
May 29 18:37:27 Arch kernel: scsi 1:0:0:0: CD-ROM            Optiarc  BD ROM BC-5500A  1.04 PQ: 0 ANSI: 5
May 29 18:37:27 Arch kernel:  sda: sda1 sda2 sda3
May 29 18:37:27 Arch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
May 29 18:37:27 Arch kernel: sdhci: Secure Digital Host Controller Interface driver
May 29 18:37:27 Arch kernel: sdhci: Copyright(c) Pierre Ossman
May 29 18:37:27 Arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
May 29 18:37:27 Arch kernel: sdhci-pci 0000:0a:07.1: SDHCI controller found [1180:0822] (rev 22)
May 29 18:37:27 Arch kernel: sdhci-pci 0000:0a:07.1: Will use DMA mode even though HW doesn't fully claim to support it.
May 29 18:37:27 Arch kernel: mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
May 29 18:37:27 Arch kernel: sdhci-pci 0000:0a:07.1: Will use DMA mode even though HW doesn't fully claim to support it.
May 29 18:37:27 Arch kernel: firewire_ohci 0000:0a:07.0: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
May 29 18:37:27 Arch kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
May 29 18:37:27 Arch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
May 29 18:37:27 Arch kernel: firewire_core 0000:0a:07.0: created device fw0: GUID 0003252162008ed1, S400
May 29 18:37:27 Arch kernel: nouveau 0000:03:00.0: NVIDIA G84 (084900a2)
May 29 18:37:27 Arch kernel: mmc0: SDHCI controller on PCI [0000:0a:07.1] using DMA
May 29 18:37:27 Arch kernel: sdhci-pci 0000:0a:07.1: Will use DMA mode even though HW doesn't fully claim to support it.
May 29 18:37:27 Arch kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
May 29 18:37:27 Arch kernel: nouveau 0000:03:00.0: bios: version 60.84.68.00.24
May 29 18:37:27 Arch kernel: nouveau 0000:03:00.0: vgaarb: deactivate vga console
May 29 18:37:27 Arch kernel: nouveau 0000:03:00.0: fb: 512 MiB GDDR3
May 29 18:37:27 Arch kernel: usb 2-8: new high-speed USB device number 3 using ehci-pci
May 29 18:37:27 Arch kernel: nouveau 0000:03:00.0: drm: VRAM: 512 MiB
May 29 18:37:27 Arch kernel: nouveau 0000:03:00.0: drm: GART: 1048576 MiB
May 29 18:37:27 Arch kernel: nouveau 0000:03:00.0: drm: TMDS table version 2.0
May 29 18:37:27 Arch kernel: nouveau 0000:03:00.0: drm: Skipping nv_backlight registration
May 29 18:37:27 Arch kernel: acpi device:13: registered as cooling_device2
May 29 18:37:27 Arch kernel: [drm] Initialized nouveau 1.4.0 for 0000:03:00.0 on minor 0
May 29 18:37:27 Arch kernel: fbcon: nouveaudrmfb (fb0) is primary device
May 29 18:37:27 Arch kernel: fbcon: Deferring console take-over
May 29 18:37:27 Arch kernel: nouveau 0000:03:00.0: [drm] fb0: nouveaudrmfb frame buffer device
May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: NVIDIA G84 (084900a2)
May 29 18:37:27 Arch kernel: usb 2-8: config 1 interface 0 altsetting 0 endpoint 0x82 has invalid wMaxPacketSize 0
May 29 18:37:27 Arch kernel: usb 2-8: New USB device found, idVendor=0402, idProduct=5602, bcdDevice= 1.00
May 29 18:37:27 Arch kernel: usb 2-8: New USB device strings: Mfr=0, Product=1, SerialNumber=0
May 29 18:37:27 Arch kernel: usb 2-8: Product: USB2.0 Camera
May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: bios: version 60.84.68.00.25
May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: fb: 512 MiB GDDR3
May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: drm: VRAM: 512 MiB
May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: drm: GART: 1048576 MiB
May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: drm: TMDS table version 2.0
May 29 18:37:27 Arch kernel: [drm] Initialized nouveau 1.4.0 for 0000:04:00.0 on minor 1
May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: [drm] Cannot find any crtc or sizes
May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: [drm] Cannot find any crtc or sizes
May 29 18:37:27 Arch kernel: fbcon: Taking over console
May 29 18:37:27 Arch kernel: Console: switching to colour frame buffer device 240x75
May 29 18:37:27 Arch kernel: EXT4-fs (sda3): mounted filesystem 0add0d22-085e-489f-bbb0-7f145dfc5d1f r/w with ordered data mode. Quota mode: none.
May 29 18:37:27 Arch systemd[1]: systemd 257.5-3-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)
May 29 18:37:27 Arch systemd[1]: Detected architecture x86-64.
May 29 18:37:27 Arch systemd[1]: Hostname set to <Arch>.
May 29 18:37:27 Arch kernel: random: crng init done
May 29 18:37:27 Arch systemd[1]: bpf-restrict-fs: LSM BPF program attached
May 29 18:37:27 Arch systemd[1]: Queued start job for default target Graphical Interface.
May 29 18:37:27 Arch systemd[1]: Created slice Slice /system/dirmngr.
May 29 18:37:27 Arch systemd[1]: Created slice Slice /system/getty.
May 29 18:37:27 Arch systemd[1]: Created slice Slice /system/gpg-agent.
May 29 18:37:27 Arch systemd[1]: Created slice Slice /system/gpg-agent-browser.
May 29 18:37:27 Arch systemd[1]: Created slice Slice /system/gpg-agent-extra.
May 29 18:37:27 Arch systemd[1]: Created slice Slice /system/gpg-agent-ssh.
May 29 18:37:27 Arch systemd[1]: Created slice Slice /system/keyboxd.
May 29 18:37:27 Arch systemd[1]: Created slice Slice /system/modprobe.
May 29 18:37:27 Arch systemd[1]: Created slice User and Session Slice.
May 29 18:37:27 Arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 29 18:37:27 Arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 29 18:37:27 Arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 29 18:37:27 Arch systemd[1]: Expecting device /dev/disk/by-uuid/5ff4b96c-1c4a-4660-9c18-7fb051aa0e23...
May 29 18:37:27 Arch systemd[1]: Reached target Local Encrypted Volumes.
May 29 18:37:27 Arch systemd[1]: Reached target Local Integrity Protected Volumes.
May 29 18:37:27 Arch systemd[1]: Reached target Path Units.
May 29 18:37:27 Arch systemd[1]: Reached target Remote File Systems.
May 29 18:37:27 Arch systemd[1]: Reached target Slice Units.
May 29 18:37:27 Arch systemd[1]: Reached target Local Verity Protected Volumes.
May 29 18:37:27 Arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 29 18:37:27 Arch systemd[1]: Listening on Process Core Dump Socket.
May 29 18:37:27 Arch systemd[1]: Listening on Credential Encryption/Decryption.
May 29 18:37:27 Arch systemd[1]: Listening on Journal Socket (/dev/log).
May 29 18:37:27 Arch systemd[1]: Listening on Journal Sockets.
May 29 18:37:27 Arch systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 29 18:37:27 Arch systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 29 18:37:27 Arch systemd[1]: Listening on udev Control Socket.
May 29 18:37:27 Arch systemd[1]: Listening on udev Kernel Socket.
May 29 18:37:27 Arch systemd[1]: Listening on User Database Manager Socket.
May 29 18:37:27 Arch systemd[1]: Mounting Huge Pages File System...
May 29 18:37:27 Arch systemd[1]: Mounting POSIX Message Queue File System...
May 29 18:37:27 Arch systemd[1]: Mounting Kernel Debug File System...
May 29 18:37:27 Arch systemd[1]: Mounting Kernel Trace File System...
May 29 18:37:27 Arch systemd[1]: Starting Create List of Static Device Nodes...
May 29 18:37:27 Arch systemd[1]: Starting Load Kernel Module configfs...
May 29 18:37:27 Arch systemd[1]: Starting Load Kernel Module dm_mod...
May 29 18:37:27 Arch systemd[1]: Starting Load Kernel Module drm...
May 29 18:37:27 Arch systemd[1]: Starting Load Kernel Module fuse...
May 29 18:37:27 Arch systemd[1]: Starting Load Kernel Module loop...
May 29 18:37:27 Arch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
May 29 18:37:27 Arch 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).
May 29 18:37:27 Arch systemd[1]: Starting Journal Service...
May 29 18:37:27 Arch systemd[1]: Starting Load Kernel Modules...
May 29 18:37:27 Arch systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 29 18:37:27 Arch systemd[1]: Starting Remount Root and Kernel File Systems...
May 29 18:37:27 Arch systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 29 18:37:27 Arch systemd[1]: Starting Load udev Rules from Credentials...
May 29 18:37:27 Arch systemd[1]: Starting Coldplug All udev Devices...
May 29 18:37:27 Arch systemd[1]: Mounted Huge Pages File System.
May 29 18:37:27 Arch systemd[1]: Mounted POSIX Message Queue File System.
May 29 18:37:27 Arch systemd[1]: Mounted Kernel Debug File System.
May 29 18:37:27 Arch systemd[1]: Mounted Kernel Trace File System.
May 29 18:37:27 Arch systemd[1]: Finished Create List of Static Device Nodes.
May 29 18:37:27 Arch systemd[1]: modprobe@configfs.service: Deactivated successfully.
May 29 18:37:27 Arch systemd[1]: Finished Load Kernel Module configfs.
May 29 18:37:27 Arch systemd[1]: modprobe@drm.service: Deactivated successfully.
May 29 18:37:27 Arch systemd[1]: Finished Load Kernel Module drm.
May 29 18:37:27 Arch systemd[1]: modprobe@fuse.service: Deactivated successfully.
May 29 18:37:27 Arch systemd[1]: Finished Load Kernel Module fuse.
May 29 18:37:27 Arch systemd[1]: Mounting FUSE Control File System...
May 29 18:37:27 Arch systemd[1]: Mounting Kernel Configuration File System...
May 29 18:37:27 Arch systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
May 29 18:37:27 Arch systemd[1]: Mounted FUSE Control File System.
May 29 18:37:27 Arch kernel: loop: module loaded
May 29 18:37:27 Arch systemd[1]: modprobe@loop.service: Deactivated successfully.
May 29 18:37:27 Arch systemd[1]: Finished Load Kernel Module loop.
May 29 18:37:27 Arch kernel: EXT4-fs (sda3): re-mounted 0add0d22-085e-489f-bbb0-7f145dfc5d1f r/w. Quota mode: none.
May 29 18:37:27 Arch systemd[1]: Finished Remount Root and Kernel File Systems.
May 29 18:37:27 Arch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
May 29 18:37:27 Arch systemd[1]: Starting Load/Save OS Random Seed...
May 29 18:37:27 Arch systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 29 18:37:27 Arch systemd[1]: Mounted Kernel Configuration File System.
May 29 18:37:27 Arch kernel: device-mapper: uevent: version 1.0.3
May 29 18:37:27 Arch kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
May 29 18:37:27 Arch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
May 29 18:37:27 Arch systemd[1]: Finished Load Kernel Module dm_mod.
May 29 18:37:27 Arch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
May 29 18:37:27 Arch systemd-journald[243]: Collecting audit messages is disabled.
May 29 18:37:27 Arch kernel: Asymmetric key parser 'pkcs8' registered
May 29 18:37:27 Arch systemd[1]: Finished Load Kernel Modules.
May 29 18:37:27 Arch systemd[1]: Starting Apply Kernel Variables...
May 29 18:37:27 Arch systemd[1]: Finished Load udev Rules from Credentials.
May 29 18:37:27 Arch systemd-journald[243]: Journal started
May 29 18:37:27 Arch systemd-journald[243]: Runtime Journal (/run/log/journal/4249320e5a3f424cb806849009a04d0a) is 8M, max 135.9M, 127.9M free.
May 29 18:37:27 Arch systemd[1]: Started Journal Service.
May 29 18:37:27 Arch systemd-modules-load[246]: Inserted module 'pkcs8_key_parser'
May 29 18:37:27 Arch systemd[1]: Starting Flush Journal to Persistent Storage...
May 29 18:37:27 Arch systemd[1]: Finished Load/Save OS Random Seed.
May 29 18:37:27 Arch systemd[1]: Finished Apply Kernel Variables.
May 29 18:37:27 Arch systemd[1]: Finished Coldplug All udev Devices.
May 29 18:37:27 Arch systemd-journald[243]: Time spent on flushing to /var/log/journal/4249320e5a3f424cb806849009a04d0a is 966.704ms for 808 entries.
May 29 18:37:27 Arch systemd-journald[243]: System Journal (/var/log/journal/4249320e5a3f424cb806849009a04d0a) is 336.1M, max 4G, 3.6G free.
May 29 18:37:33 Arch systemd-journald[243]: Received client request to flush runtime journal.
May 29 18:37:33 Arch kernel: input: Quickstart Button 4 as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:01/input/input7
May 29 18:37:33 Arch kernel: input: Quickstart Button 5 as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:00/input/input8
May 29 18:37:33 Arch kernel: input: Quickstart Button 3 as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:02/input/input9
May 29 18:37:33 Arch kernel: input: Quickstart Button 2 as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:03/input/input10
May 29 18:37:33 Arch kernel: input: Quickstart Button 1 as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C32:04/input/input11
May 29 18:37:33 Arch kernel: sky2: driver version 1.30
May 29 18:37:33 Arch kernel: sky2 0000:05:00.0: Yukon-2 EC Ultra chip revision 2
May 29 18:37:33 Arch kernel: sky2 0000:05:00.0 eth0: addr 00:03:25:3e:10:5d
May 29 18:37:33 Arch kernel: intel_rng: FWH not detected
May 29 18:37:33 Arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input12
May 29 18:37:33 Arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 29 18:37:33 Arch kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 29 18:37:33 Arch kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
May 29 18:37:33 Arch kernel: ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000084F (\_SB.PCI0.P0P5.MGBE.PMPT) (20240827/utaddress-204)
May 29 18:37:33 Arch kernel: ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.SBRG.EC0.PRTH) (20240827/utaddress-204)
May 29 18:37:33 Arch kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
May 29 18:37:33 Arch kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
May 29 18:37:33 Arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 29 18:37:33 Arch kernel: cfg80211: failed to load regulatory.db
May 29 18:37:33 Arch kernel: r592: driver successfully loaded
May 29 18:37:33 Arch kernel: Bluetooth: Core ver 2.22
May 29 18:37:33 Arch kernel: NET: Registered PF_BLUETOOTH protocol family
May 29 18:37:33 Arch kernel: Bluetooth: HCI device and connection manager initialized
May 29 18:37:33 Arch kernel: Bluetooth: HCI socket layer initialized
May 29 18:37:33 Arch kernel: Bluetooth: L2CAP socket layer initialized
May 29 18:37:33 Arch kernel: Bluetooth: SCO socket layer initialized
May 29 18:37:27 Arch systemd[1]: Starting User Database Manager...
May 29 18:37:27 Arch systemd[1]: Started User Database Manager.
May 29 18:37:28 Arch systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
May 29 18:37:28 Arch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
May 29 18:37:28 Arch systemd[1]: Starting Network Time Synchronization...
May 29 18:37:28 Arch systemd[1]: Starting Create Static Device Nodes in /dev...
May 29 18:37:28 Arch systemd[1]: Finished Create Static Device Nodes in /dev.
May 29 18:37:28 Arch systemd[1]: Reached target Preparation for Local File Systems.
May 29 18:37:28 Arch systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
May 29 18:37:28 Arch systemd[1]: Listening on Disk Image Download Service Socket.
May 29 18:37:28 Arch systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 29 18:37:28 Arch systemd-udevd[290]: Using default interface naming scheme 'v257'.
May 29 18:37:28 Arch systemd[1]: Started Network Time Synchronization.
May 29 18:37:28 Arch systemd[1]: Reached target System Time Set.
May 29 18:37:30 Arch systemd[1]: Started Rule-based Manager for Device Events and Files.
May 29 18:37:32 Arch systemd[1]: Created slice Slice /system/systemd-backlight.
May 29 18:37:32 Arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
May 29 18:37:32 Arch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
May 29 18:37:33 Arch systemd[1]: Finished Flush Journal to Persistent Storage.
May 29 18:37:33 Arch kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0xa0b1, caps: 0xa04713/0x20040a/0x0/0x0, board id: 0, fw id: 40930
May 29 18:37:33 Arch kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
May 29 18:37:34 Arch systemd[1]: Starting Virtual Console Setup...
May 29 18:37:34 Arch kernel: mc: Linux media interface: v0.10
May 29 18:37:34 Arch kernel: usbcore: registered new interface driver btusb
May 29 18:37:34 Arch kernel: iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:d
May 29 18:37:34 Arch kernel: iwl4965: Copyright(c) 2003-2011 Intel Corporation
May 29 18:37:34 Arch kernel: iwl4965 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
May 29 18:37:34 Arch kernel: iwl4965 0000:06:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
May 29 18:37:34 Arch kernel: sky2 0000:05:00.0 enp5s0: renamed from eth0
May 29 18:37:34 Arch kernel: iwl4965 0000:06:00.0: device EEPROM VER=0x36, CALIB=0x5
May 29 18:37:34 Arch kernel: iwl4965 0000:06:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
May 29 18:37:34 Arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 29 18:37:34 Arch systemd[1]: Starting Load/Save RF Kill Switch Status...
May 29 18:37:34 Arch kernel: videodev: Linux video capture interface: v2.00
May 29 18:37:34 Arch kernel: iwl4965 0000:06:00.0: loaded firmware version 228.61.2.24
May 29 18:37:34 Arch kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-4965-rs'
May 29 18:37:34 Arch kernel: gpio_ich gpio_ich.2.auto: GPIO from 512 to 561
May 29 18:37:35 Arch kernel: iTCO_vendor_support: vendor-support=0
May 29 18:37:35 Arch kernel: mousedev: PS/2 mouse device common for all mice
May 29 18:37:35 Arch systemd[1]: Reached target Bluetooth Support.
May 29 18:37:35 Arch kernel: iTCO_wdt iTCO_wdt.1.auto: Found a ICH7-M DH TCO device (Version=2, TCOBASE=0x0860)
May 29 18:37:35 Arch kernel: iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
May 29 18:37:35 Arch systemd[1]: Started Load/Save RF Kill Switch Status.
May 29 18:37:35 Arch kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC889A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
May 29 18:37:35 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x1b/0x0/0x0/0x0/0x0)
May 29 18:37:35 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1a/0x0/0x0/0x0/0x0)
May 29 18:37:35 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
May 29 18:37:35 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
May 29 18:37:35 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
May 29 18:37:35 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
May 29 18:37:35 Arch kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
May 29 18:37:35 Arch systemd[1]: Found device ST9160823AS 2.
May 29 18:37:35 Arch systemd[1]: Activating swap /dev/disk/by-uuid/5ff4b96c-1c4a-4660-9c18-7fb051aa0e23...
May 29 18:37:35 Arch kernel: gspca_main: v2.14.0 registered
May 29 18:37:35 Arch kernel: input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
May 29 18:37:35 Arch kernel: input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
May 29 18:37:35 Arch kernel: input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
May 29 18:37:35 Arch kernel: input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
May 29 18:37:35 Arch kernel: input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
May 29 18:37:35 Arch kernel: gspca_main: ALi m5602-2.14.0 probing 0402:5602
May 29 18:37:36 Arch systemd[1]: Reached target Sound Card.
May 29 18:37:36 Arch kernel: gspca_m5602: Detected an ov9650 sensor
May 29 18:37:36 Arch kernel: intel_powerclamp: No package C-state available
May 29 18:37:36 Arch kernel: Adding 4194300k swap on /dev/sda2.  Priority:-2 extents:1 across:4194300k 
May 29 18:37:36 Arch systemd[1]: Activated swap /dev/disk/by-uuid/5ff4b96c-1c4a-4660-9c18-7fb051aa0e23.
May 29 18:37:36 Arch systemd[1]: Reached target Swaps.
May 29 18:37:36 Arch kernel: usbcore: registered new interface driver ALi m5602
May 29 18:37:36 Arch systemd[1]: Mounting Temporary Directory /tmp...
May 29 18:37:36 Arch systemd[1]: Mounted Temporary Directory /tmp.
May 29 18:37:36 Arch systemd[1]: Reached target Local File Systems.
May 29 18:37:36 Arch systemd[1]: Listening on Boot Entries Service Socket.
May 29 18:37:36 Arch systemd-timesyncd[285]: Network configuration changed, trying to establish connection.
May 29 18:37:36 Arch systemd[1]: Listening on System Extension Image Management.
May 29 18:37:36 Arch systemd-timesyncd[285]: Network configuration changed, trying to establish connection.
May 29 18:37:36 Arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
May 29 18:37:36 Arch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
May 29 18:37:36 Arch systemd[1]: Starting Create System Files and Directories...
May 29 18:37:36 Arch systemd[1]: Finished Virtual Console Setup.
May 29 18:37:36 Arch systemd-timesyncd[285]: Network configuration changed, trying to establish connection.
May 29 18:37:36 Arch systemd-timesyncd[285]: Network configuration changed, trying to establish connection.
May 29 18:37:36 Arch systemd-timesyncd[285]: Network configuration changed, trying to establish connection.
May 29 18:37:36 Arch systemd[1]: Finished Create System Files and Directories.
May 29 18:37:36 Arch systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
May 29 18:37:36 Arch systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 29 18:37:36 Arch systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 29 18:37:36 Arch systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
May 29 18:37:36 Arch systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
May 29 18:37:36 Arch systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
May 29 18:37:36 Arch systemd[1]: Starting Record System Boot/Shutdown in UTMP...
May 29 18:37:36 Arch systemd[1]: Finished Record System Boot/Shutdown in UTMP.
May 29 18:37:36 Arch systemd[1]: Reached target System Initialization.
May 29 18:37:36 Arch systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
May 29 18:37:36 Arch systemd[1]: Started Daily man-db regeneration.
May 29 18:37:36 Arch systemd[1]: Started Daily verification of password and group files.
May 29 18:37:36 Arch systemd[1]: Started Daily Cleanup of Temporary Directories.
May 29 18:37:36 Arch systemd[1]: Reached target Timer Units.
May 29 18:37:36 Arch systemd[1]: Listening on D-Bus System Message Bus Socket.
May 29 18:37:36 Arch systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 29 18:37:36 Arch systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
May 29 18:37:36 Arch systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 29 18:37:36 Arch systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 29 18:37:36 Arch systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 29 18:37:36 Arch systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
May 29 18:37:36 Arch systemd[1]: Listening on Hostname Service Socket.
May 29 18:37:36 Arch systemd[1]: Reached target Socket Units.
May 29 18:37:36 Arch systemd[1]: Starting D-Bus System Message Bus...
May 29 18:37:36 Arch systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 29 18:37:36 Arch systemd[1]: Started D-Bus System Message Bus.
May 29 18:37:36 Arch systemd[1]: Reached target Basic System.
May 29 18:37:36 Arch systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
May 29 18:37:36 Arch systemd[1]: Starting Wireless service...
May 29 18:37:36 Arch systemd[1]: Starting User Login Management...
May 29 18:37:36 Arch systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
May 29 18:37:36 Arch dbus-broker-launch[382]: Ready
May 29 18:37:37 Arch systemd-logind[386]: New seat seat0.
May 29 18:37:37 Arch systemd-logind[386]: Watching system buttons on /dev/input/event3 (Power Button)
May 29 18:37:37 Arch systemd-logind[386]: Watching system buttons on /dev/input/event2 (Power Button)
May 29 18:37:37 Arch systemd-logind[386]: Watching system buttons on /dev/input/event1 (Lid Switch)
May 29 18:37:37 Arch systemd-logind[386]: Watching system buttons on /dev/input/event0 (Sleep Button)
May 29 18:37:37 Arch systemd-logind[386]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
May 29 18:37:37 Arch systemd[1]: Started User Login Management.
May 29 18:37:37 Arch kernel: NET: Registered PF_ALG protocol family
May 29 18:37:37 Arch dhcpcd[384]: dhcpcd-10.2.3 starting
May 29 18:37:37 Arch dhcpcd[431]: dev: loaded udev
May 29 18:37:37 Arch dhcpcd[431]: DUID 00:01:00:01:2f:bf:69:fe:00:1d:e0:8b:52:19
May 29 18:37:37 Arch kernel: cryptd: max_cpu_qlen set to 1000
May 29 18:37:37 Arch kernel: 8021q: 802.1Q VLAN Support v1.8
May 29 18:37:37 Arch dhcpcd[431]: no interfaces have a carrier
May 29 18:37:37 Arch dhcpcd[431]: enp5s0: waiting for carrier
May 29 18:37:37 Arch kernel: sky2 0000:05:00.0 enp5s0: enabling interface
May 29 18:37:37 Arch dhcpcd[431]: wlan0: waiting for carrier
May 29 18:37:38 Arch iwd[385]: Wireless daemon version 3.8
May 29 18:37:38 Arch iwd[385]: Loaded configuration from /etc/iwd/main.conf
May 29 18:37:38 Arch systemd[1]: Started Wireless service.
May 29 18:37:38 Arch systemd[1]: Reached target Network.
May 29 18:37:38 Arch systemd[1]: Starting Permit User Sessions...
May 29 18:37:38 Arch systemd[1]: Finished Permit User Sessions.
May 29 18:37:38 Arch systemd[1]: Started Getty on tty1.
May 29 18:37:38 Arch systemd[1]: Reached target Login Prompts.
May 29 18:37:38 Arch systemd[1]: Reached target Multi-User System.
May 29 18:37:38 Arch systemd[1]: Reached target Graphical Interface.
May 29 18:37:38 Arch systemd[1]: Startup finished in 4.662s (kernel) + 15.773s (userspace) = 20.435s.
May 29 18:37:38 Arch iwd[385]: Wiphy: 0, Name: phy0
May 29 18:37:38 Arch iwd[385]:         Permanent Address: 00:1d:e0:8b:52:19
May 29 18:37:38 Arch iwd[385]:         2.4GHz Band:
May 29 18:37:38 Arch iwd[385]:                 Bitrates (non-HT):
May 29 18:37:38 Arch iwd[385]:                          1.0 Mbps
May 29 18:37:38 Arch iwd[385]:                          2.0 Mbps
May 29 18:37:38 Arch iwd[385]:                          5.5 Mbps
May 29 18:37:38 Arch iwd[385]:                         11.0 Mbps
May 29 18:37:38 Arch iwd[385]:                          6.0 Mbps
May 29 18:37:38 Arch iwd[385]:                          9.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         12.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         18.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         24.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         36.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         48.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         54.0 Mbps
May 29 18:37:38 Arch iwd[385]:                 HT Capabilities:
May 29 18:37:38 Arch iwd[385]:                         HT20
May 29 18:37:38 Arch iwd[385]:                         Short GI for 20Mhz
May 29 18:37:38 Arch iwd[385]:                 HT RX MCS indexes:
May 29 18:37:38 Arch iwd[385]:                         0-23
May 29 18:37:38 Arch iwd[385]:                 HT TX MCS differ, max NSS: 2
May 29 18:37:38 Arch iwd[385]:         5GHz Band:
May 29 18:37:38 Arch iwd[385]:                 Bitrates (non-HT):
May 29 18:37:38 Arch iwd[385]:                          6.0 Mbps
May 29 18:37:38 Arch iwd[385]:                          9.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         12.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         18.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         24.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         36.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         48.0 Mbps
May 29 18:37:38 Arch iwd[385]:                         54.0 Mbps
May 29 18:37:38 Arch iwd[385]:                 HT Capabilities:
May 29 18:37:38 Arch iwd[385]:                         HT40
May 29 18:37:38 Arch iwd[385]:                         Short GI for 20Mhz
May 29 18:37:38 Arch iwd[385]:                         Short GI for 40Mhz
May 29 18:37:38 Arch iwd[385]:                 HT RX MCS indexes:
May 29 18:37:38 Arch iwd[385]:                         0-23
May 29 18:37:38 Arch iwd[385]:                         32
May 29 18:37:38 Arch iwd[385]:                 HT TX MCS differ, max NSS: 2
May 29 18:37:38 Arch iwd[385]:         Ciphers: CCMP-256 GCMP-256 GCMP-128 CCMP-128
May 29 18:37:38 Arch iwd[385]:                  TKIP
May 29 18:37:38 Arch iwd[385]:         Supported iftypes: ad-hoc station
May 29 18:37:38 Arch dhcpcd[431]: wlan0: removing interface
May 29 18:37:38 Arch iwd[385]: event: state, old: disconnected, new: autoconnect_quick
May 29 18:37:38 Arch iwd[385]: udev interface=wlan0 ifindex=4
May 29 18:37:38 Arch dhcpcd[431]: wlan0: waiting for carrier
May 29 18:37:39 Arch iwd[385]: event: connect-info, ssid: Sultan, bss: d4:6e:0e:4a:04:76, signal: -54, load: 0/255
May 29 18:37:39 Arch iwd[385]: event: state, old: autoconnect_quick, new: connecting (auto)
May 29 18:37:39 Arch kernel: wlan0: authenticate with d4:6e:0e:4a:04:76 (local address=00:1d:e0:8b:52:19)
May 29 18:37:39 Arch kernel: wlan0: send auth to d4:6e:0e:4a:04:76 (try 1/3)
May 29 18:37:39 Arch kernel: wlan0: authenticated
May 29 18:37:39 Arch kernel: wlan0: associate with d4:6e:0e:4a:04:76 (try 1/3)
May 29 18:37:39 Arch kernel: wlan0: RX AssocResp from d4:6e:0e:4a:04:76 (capab=0x431 status=0 aid=4)
May 29 18:37:39 Arch kernel: wlan0: associated
May 29 18:37:40 Arch iwd[385]: hardware_rekey not supported
May 29 18:37:40 Arch iwd[385]: event: state, old: connecting (auto), new: connecting (netconfig)
May 29 18:37:40 Arch dhcpcd[431]: wlan0: carrier acquired
May 29 18:37:40 Arch dhcpcd[431]: wlan0: connected to Access Point: Sultan
May 29 18:37:40 Arch dhcpcd[431]: wlan0: IAID e0:8b:52:19
May 29 18:37:40 Arch dhcpcd[431]: wlan0: adding address fe80::30a3:6d3e:e14c:32a4
May 29 18:37:40 Arch iwd[385]: WARNING: src/resolve.c:resolve_systemd_set_dns() condition !systemd_state.is_ready failed
May 29 18:37:40 Arch iwd[385]: WARNING: src/resolve.c:resolve_systemd_set_domains() condition !systemd_state.is_ready failed
May 29 18:37:40 Arch iwd[385]: event: state, old: connecting (netconfig), new: connected
May 29 18:37:40 Arch systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 29 18:37:41 Arch dhcpcd[431]: wlan0: rebinding lease of 192.168.1.29
May 29 18:37:41 Arch dhcpcd[431]: wlan0: NAK: Invalid Request Message from 192.168.1.1
May 29 18:37:41 Arch dhcpcd[431]: wlan0: message: Invalid Request Message
May 29 18:37:41 Arch dhcpcd[431]: wlan0: soliciting a DHCP lease
May 29 18:37:41 Arch dhcpcd[431]: wlan0: offered 192.168.1.23 from 192.168.1.1
May 29 18:37:41 Arch dhcpcd[431]: wlan0: probing address 192.168.1.23/24
May 29 18:37:41 Arch dhcpcd[431]: wlan0: soliciting an IPv6 router
May 29 18:37:46 Arch dhcpcd[431]: wlan0: leased 192.168.1.23 for 86400 seconds
May 29 18:37:46 Arch dhcpcd[431]: wlan0: adding route to 192.168.1.0/24
May 29 18:37:46 Arch dhcpcd[431]: wlan0: adding default route via 192.168.1.1
May 29 18:37:53 Arch dhcpcd[431]: wlan0: no IPv6 Routers available
May 29 18:38:06 Arch systemd-timesyncd[285]: Contacted time server 161.9.147.35:123 (2.arch.pool.ntp.org).
May 29 18:38:06 Arch systemd-timesyncd[285]: Initial clock synchronization to Thu 2025-05-29 18:38:06.769916 +03.
May 29 18:38:09 Arch dbus-broker-launch[382]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
May 29 18:38:15 Arch login[534]: pam_unix(login:session): session opened for user klara(uid=1000) by klara(uid=0)
May 29 18:38:15 Arch systemd-logind[386]: New session 1 of user klara.
May 29 18:38:15 Arch systemd[1]: Created slice User Slice of UID 1000.
May 29 18:38:15 Arch systemd[1]: Starting User Runtime Directory /run/user/1000...
May 29 18:38:15 Arch systemd[1]: Finished User Runtime Directory /run/user/1000.
May 29 18:38:15 Arch systemd[1]: Starting User Manager for UID 1000...
May 29 18:38:15 Arch (systemd)[591]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[klara] ruser=[<unknown>] rhost=[<unknown>]
May 29 18:38:15 Arch (systemd)[591]: pam_unix(systemd-user:session): session opened for user klara(uid=1000) by klara(uid=0)
May 29 18:38:15 Arch systemd-logind[386]: New session 2 of user klara.
May 29 18:38:15 Arch systemd[591]: Queued start job for default target Main User Target.
May 29 18:38:15 Arch login[534]: LOGIN ON tty1 BY klara
May 29 18:38:15 Arch systemd[591]: Created slice User Application Slice.
May 29 18:38:15 Arch systemd[591]: Reached target Paths.
May 29 18:38:15 Arch systemd[591]: Reached target Timers.
May 29 18:38:15 Arch systemd[591]: Starting D-Bus User Message Bus Socket...
May 29 18:38:15 Arch systemd[591]: Listening on GnuPG network certificate management daemon.
May 29 18:38:15 Arch systemd[591]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 29 18:38:15 Arch systemd[591]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 29 18:38:15 Arch systemd[591]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 29 18:38:15 Arch systemd[591]: Listening on GnuPG cryptographic agent and passphrase cache.
May 29 18:38:15 Arch systemd[591]: Listening on GnuPG public key management service.
May 29 18:38:15 Arch systemd[591]: Listening on p11-kit server.
May 29 18:38:15 Arch systemd[591]: Listening on D-Bus User Message Bus Socket.
May 29 18:38:15 Arch systemd[591]: Reached target Sockets.
May 29 18:38:15 Arch systemd[591]: Reached target Basic System.
May 29 18:38:15 Arch systemd[591]: Reached target Main User Target.
May 29 18:38:15 Arch systemd[591]: Startup finished in 459ms.
May 29 18:38:15 Arch systemd[1]: Started User Manager for UID 1000.
May 29 18:38:15 Arch systemd[1]: Started Session 1 of User klara.
May 29 18:39:09 Arch systemd[1]: Started Getty on tty2.
May 29 18:40:55 Arch systemd-logind[386]: Power key pressed short.
May 29 18:40:55 Arch systemd-logind[386]: Powering off...
May 29 18:40:55 Arch systemd-logind[386]: System is powering down.
May 29 18:40:55 Arch login[534]: pam_unix(login:session): session closed for user klara
May 29 18:40:55 Arch systemd[1]: Stopping Session 1 of User klara...
May 29 18:40:55 Arch systemd[1]: Removed slice Slice /system/modprobe.
May 29 18:40:55 Arch systemd[1]: Stopped target Bluetooth Support.
May 29 18:40:55 Arch systemd[1]: Stopped target Graphical Interface.
May 29 18:40:55 Arch systemd[1]: Stopped target Multi-User System.
May 29 18:40:55 Arch systemd[1]: Stopped target Login Prompts.
May 29 18:40:55 Arch systemd[1]: Stopped target Sound Card.
May 29 18:40:55 Arch systemd[1]: Stopped target Timer Units.
May 29 18:40:55 Arch systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
May 29 18:40:55 Arch systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
May 29 18:40:55 Arch systemd[1]: man-db.timer: Deactivated successfully.
May 29 18:40:55 Arch systemd[1]: Stopped Daily man-db regeneration.
May 29 18:40:55 Arch systemd[1]: shadow.timer: Deactivated successfully.
May 29 18:40:55 Arch systemd[1]: Stopped Daily verification of password and group files.
May 29 18:40:55 Arch systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
May 29 18:40:55 Arch systemd[1]: Stopped Daily Cleanup of Temporary Directories.
May 29 18:40:55 Arch systemd[1]: Stopped target System Time Set.
May 29 18:40:55 Arch systemd[1]: systemd-rfkill.socket: Deactivated successfully.
May 29 18:40:55 Arch systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 29 18:40:55 Arch systemd[1]: Stopping Getty on tty1...
May 29 18:40:55 Arch systemd[1]: Stopping Getty on tty2...
May 29 18:40:55 Arch systemd[1]: Starting Generate shutdown-ramfs...
May 29 18:40:55 Arch systemd[1]: Stopping Load/Save OS Random Seed...
May 29 18:40:55 Arch systemd[1]: systemd-udev-load-credentials.service: Deactivated successfully.
May 29 18:40:55 Arch systemd[1]: Stopped Load udev Rules from Credentials.
May 29 18:40:55 Arch systemd[1]: getty@tty1.service: Deactivated successfully.
May 29 18:40:55 Arch systemd[1]: Stopped Getty on tty1.
May 29 18:40:55 Arch systemd[1]: getty@tty2.service: Deactivated successfully.
May 29 18:40:55 Arch systemd[1]: Stopped Getty on tty2.
May 29 18:40:55 Arch systemd-logind[386]: Session 1 logged out. Waiting for processes to exit.
May 29 18:40:55 Arch systemd[1]: Removed slice Slice /system/getty.
May 29 18:40:55 Arch systemd[1]: systemd-random-seed.service: Deactivated successfully.
May 29 18:40:55 Arch systemd[1]: Stopped Load/Save OS Random Seed.
May 29 18:40:56 Arch mkinitcpio[640]: ==> Starting build: 'none'
May 29 18:40:56 Arch mkinitcpio[640]:   -> Running build hook: [sd-shutdown]
May 29 18:40:56 Arch mkinitcpio[640]: ==> Build complete.
May 29 18:40:56 Arch systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
May 29 18:40:56 Arch systemd[1]: Finished Generate shutdown-ramfs.
May 29 18:42:25 Arch systemd[1]: session-1.scope: Stopping timed out. Killing.
May 29 18:42:25 Arch systemd[1]: session-1.scope: Killing process 613 (startx) with signal SIGKILL.
May 29 18:42:25 Arch systemd[1]: session-1.scope: Killing process 633 (xinit) with signal SIGKILL.
May 29 18:42:25 Arch systemd[1]: session-1.scope: Killing process 634 (Xorg) with signal SIGKILL.
May 29 18:42:25 Arch systemd[1]: session-1.scope: Failed with result 'timeout'.
May 29 18:42:25 Arch systemd[1]: Stopped Session 1 of User klara.
May 29 18:42:25 Arch systemd[1]: session-1.scope: Consumed 626ms CPU time, 73.6M memory peak.
May 29 18:42:25 Arch systemd[1]: Stopping User Manager for UID 1000...
May 29 18:42:25 Arch systemd-logind[386]: Removed session 1.
May 29 18:42:25 Arch systemd[591]: Activating special unit Exit the Session...
May 29 18:42:25 Arch systemd[591]: Stopped target Main User Target.
May 29 18:42:25 Arch systemd[591]: Stopped target Basic System.
May 29 18:42:25 Arch systemd[591]: Stopped target Paths.
May 29 18:42:25 Arch systemd[591]: Stopped target Sockets.
May 29 18:42:25 Arch systemd[591]: Stopped target Timers.
May 29 18:42:25 Arch systemd[591]: Closed D-Bus User Message Bus Socket.
May 29 18:42:25 Arch systemd[591]: Closed GnuPG network certificate management daemon.
May 29 18:42:25 Arch systemd[591]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 29 18:42:25 Arch systemd[591]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 29 18:42:25 Arch systemd[591]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 29 18:42:25 Arch systemd[591]: Closed GnuPG cryptographic agent and passphrase cache.
May 29 18:42:25 Arch systemd[591]: Closed GnuPG public key management service.
May 29 18:42:25 Arch systemd[591]: Closed p11-kit server.
May 29 18:42:25 Arch systemd[591]: Removed slice User Application Slice.
May 29 18:42:25 Arch systemd[591]: Reached target Shutdown.
May 29 18:42:25 Arch systemd[591]: Finished Exit the Session.
May 29 18:42:25 Arch systemd[591]: Reached target Exit the Session.
May 29 18:42:25 Arch systemd-logind[386]: Removed session 2.
May 29 18:42:25 Arch systemd[1]: user@1000.service: Deactivated successfully.
May 29 18:42:25 Arch systemd[1]: Stopped User Manager for UID 1000.
May 29 18:42:25 Arch systemd[1]: Stopping Permit User Sessions...
May 29 18:42:25 Arch systemd[1]: Stopping User Runtime Directory /run/user/1000...
May 29 18:42:25 Arch systemd[1]: run-user-1000.mount: Deactivated successfully.
May 29 18:42:25 Arch systemd[1]: Unmounted /run/user/1000.
May 29 18:42:25 Arch systemd[1]: systemd-user-sessions.service: Deactivated successfully.
May 29 18:42:25 Arch systemd[1]: Stopped Permit User Sessions.
May 29 18:42:25 Arch systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
May 29 18:42:25 Arch systemd[1]: Stopped User Runtime Directory /run/user/1000.
May 29 18:42:25 Arch systemd[1]: Removed slice User Slice of UID 1000.
May 29 18:42:25 Arch systemd[1]: user-1000.slice: Consumed 935ms CPU time, 78.6M memory peak.
May 29 18:42:25 Arch systemd[1]: Stopped target Network.
May 29 18:42:25 Arch systemd[1]: Stopped target Remote File Systems.
May 29 18:42:25 Arch dhcpcd[431]: received SIGTERM, stopping
May 29 18:42:25 Arch dhcpcd[431]: wlan0: removing interface
May 29 18:42:25 Arch systemd[1]: Stopping DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces...
May 29 18:42:25 Arch iwd[385]: Terminate
May 29 18:42:25 Arch iwd[385]: WARNING: src/resolve.c:resolve_systemd_revert() condition !systemd_state.is_ready failed
May 29 18:42:25 Arch systemd[1]: Stopping Wireless service...
May 29 18:42:25 Arch systemd[1]: Stopping User Login Management...
May 29 18:42:25 Arch dhcpcd[431]: enp5s0: removing interface
May 29 18:42:25 Arch dhcpcd[431]: dhcpcd exited
May 29 18:42:25 Arch systemd[1]: dhcpcd.service: Deactivated successfully.
May 29 18:42:25 Arch systemd[1]: Stopped DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
May 29 18:42:25 Arch iwd[385]: Removing scan context for wdev 2
May 29 18:42:25 Arch kernel: wlan0: deauthenticating from d4:6e:0e:4a:04:76 by local choice (Reason: 3=DEAUTH_LEAVING)
May 29 18:42:25 Arch systemd[1]: systemd-logind.service: Deactivated successfully.
May 29 18:42:25 Arch systemd[1]: Stopped User Login Management.
May 29 18:42:26 Arch iwd[385]: D-Bus disconnected, quitting...
May 29 18:42:26 Arch systemd[1]: iwd.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Wireless service.
May 29 18:42:26 Arch systemd[1]: Stopped target Basic System.
May 29 18:42:26 Arch systemd[1]: Stopped target Path Units.
May 29 18:42:26 Arch systemd[1]: Stopped target Slice Units.
May 29 18:42:26 Arch systemd[1]: Removed slice User and Session Slice.
May 29 18:42:26 Arch systemd[1]: user.slice: Consumed 935ms CPU time, 78.7M memory peak.
May 29 18:42:26 Arch systemd[1]: Stopped target Socket Units.
May 29 18:42:26 Arch systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
May 29 18:42:26 Arch systemd[1]: Removed slice Slice /system/dirmngr.
May 29 18:42:26 Arch systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
May 29 18:42:26 Arch systemd[1]: Removed slice Slice /system/gpg-agent-browser.
May 29 18:42:26 Arch systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
May 29 18:42:26 Arch systemd[1]: Removed slice Slice /system/gpg-agent-extra.
May 29 18:42:26 Arch systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
May 29 18:42:26 Arch systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
May 29 18:42:26 Arch systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
May 29 18:42:26 Arch systemd[1]: Removed slice Slice /system/gpg-agent.
May 29 18:42:26 Arch systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
May 29 18:42:26 Arch systemd[1]: Removed slice Slice /system/keyboxd.
May 29 18:42:26 Arch systemd[1]: systemd-hostnamed.socket: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Closed Hostname Service Socket.
May 29 18:42:26 Arch systemd[1]: systemd-importd.socket: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Closed Disk Image Download Service Socket.
May 29 18:42:26 Arch dbus-broker[383]: Dispatched 1021 messages @ 7(±8)μs / message.
May 29 18:42:26 Arch systemd[1]: Stopping D-Bus System Message Bus...
May 29 18:42:26 Arch systemd[1]: dbus-broker.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped D-Bus System Message Bus.
May 29 18:42:26 Arch systemd[1]: dbus.socket: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Closed D-Bus System Message Bus Socket.
May 29 18:42:26 Arch systemd[1]: Stopped target System Initialization.
May 29 18:42:26 Arch systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
May 29 18:42:26 Arch systemd[1]: Stopped target Local Encrypted Volumes.
May 29 18:42:26 Arch systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
May 29 18:42:26 Arch systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
May 29 18:42:26 Arch systemd[1]: Stopped target Local Integrity Protected Volumes.
May 29 18:42:26 Arch systemd[1]: Stopped target Local Verity Protected Volumes.
May 29 18:42:26 Arch systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:acpi_video0...
May 29 18:42:26 Arch systemd[1]: systemd-sysctl.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Apply Kernel Variables.
May 29 18:42:26 Arch systemd[1]: systemd-coredump.socket: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Closed Process Core Dump Socket.
May 29 18:42:26 Arch systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Load Kernel Modules.
May 29 18:42:26 Arch systemd[1]: Stopping Network Time Synchronization...
May 29 18:42:26 Arch systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
May 29 18:42:26 Arch systemd[1]: systemd-timesyncd.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Network Time Synchronization.
May 29 18:42:26 Arch systemd[1]: systemd-backlight@backlight:acpi_video0.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:acpi_video0.
May 29 18:42:26 Arch systemd[1]: systemd-update-utmp.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
May 29 18:42:26 Arch systemd[1]: Removed slice Slice /system/systemd-backlight.
May 29 18:42:26 Arch systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Create System Files and Directories.
May 29 18:42:26 Arch systemd[1]: Stopped target Local File Systems.
May 29 18:42:26 Arch systemd[1]: Stopped target Preparation for Local File Systems.
May 29 18:42:26 Arch systemd[1]: Unmounting Temporary Directory /tmp...
May 29 18:42:26 Arch systemd[1]: systemd-remount-fs.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Remount Root and Kernel File Systems.
May 29 18:42:26 Arch systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Create Static Device Nodes in /dev.
May 29 18:42:26 Arch systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Stopped Create Static Device Nodes in /dev gracefully.
May 29 18:42:26 Arch systemd[1]: tmp.mount: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Unmounted Temporary Directory /tmp.
May 29 18:42:26 Arch systemd[1]: Stopped target Swaps.
May 29 18:42:26 Arch systemd[1]: Reached target System Shutdown.
May 29 18:42:26 Arch systemd[1]: Deactivating swap /dev/disk/by-diskseq/1-part2...
May 29 18:42:26 Arch systemd[1]: dev-disk-by\x2ddiskseq-1\x2dpart2.swap: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Deactivated swap /dev/disk/by-diskseq/1-part2.
May 29 18:42:26 Arch systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2.
May 29 18:42:26 Arch systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-65347adf\x2d02.swap: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partuuid/65347adf-02.
May 29 18:42:26 Arch systemd[1]: dev-disk-by\x2dpartuuid-65347adf\x2d02.swap: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Deactivated swap /dev/disk/by-partuuid/65347adf-02.
May 29 18:42:26 Arch systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partnum/2.
May 29 18:42:26 Arch systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5ff4b96c\x2d1c4a\x2d4660\x2d9c18\x2d7fb051aa0e23.swap: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-uuid/5ff4b96c-1c4a-4660-9c18-7fb051aa0e23.
May 29 18:42:26 Arch systemd[1]: dev-disk-by\x2did-ata\x2dST9160823AS_5NK0F6YP\x2dpart2.swap: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Deactivated swap /dev/disk/by-id/ata-ST9160823AS_5NK0F6YP-part2.
May 29 18:42:26 Arch systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2.
May 29 18:42:26 Arch systemd[1]: dev-sda2.swap: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Deactivated swap /dev/sda2.
May 29 18:42:26 Arch systemd[1]: dev-disk-by\x2duuid-5ff4b96c\x2d1c4a\x2d4660\x2d9c18\x2d7fb051aa0e23.swap: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Deactivated swap /dev/disk/by-uuid/5ff4b96c-1c4a-4660-9c18-7fb051aa0e23.
May 29 18:42:26 Arch systemd[1]: Reached target Unmount All Filesystems.
May 29 18:42:26 Arch systemd[1]: Reached target Late Shutdown Services.
May 29 18:42:26 Arch systemd[1]: systemd-poweroff.service: Deactivated successfully.
May 29 18:42:26 Arch systemd[1]: Finished System Power Off.
May 29 18:42:26 Arch systemd[1]: Reached target System Power Off.
May 29 18:42:26 Arch systemd[1]: Shutting down.
May 29 18:42:27 Arch systemd-shutdown[1]: Syncing filesystems and block devices.
May 29 18:42:27 Arch systemd-shutdown[1]: Sending SIGTERM to remaining processes...
May 29 18:42:27 Arch systemd-journald[243]: Received SIGTERM from PID 1 (systemd-shutdow).
May 29 18:42:27 Arch systemd-journald[243]: Journal stopped

As for my GPU. I do believe it should be powered correctly. It's pretty much installed within the motherboard, and is detected perfectly fine. It even worked within the old Windows install it had.

Offline

#20 2025-05-29 20:37:18

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

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

There's

May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: [drm] Cannot find any crtc or sizes
May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: [drm] Cannot find any crtc or sizes

  but no obvious errors in the latest journal.

Ftr, are you currently running on the latest mesa?
The mesa bug is still very much present and resulting in crashes and affects notably nouveau and the software rasterizer, ie. the  two things we've been looking at since rofi acted up.

Offline

#21 2025-05-30 07:02:19

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

seth wrote:

There's

May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: [drm] Cannot find any crtc or sizes
May 29 18:37:27 Arch kernel: nouveau 0000:04:00.0: [drm] Cannot find any crtc or sizes

  but no obvious errors in the latest journal.

Ftr, are you currently running on the latest mesa?
The mesa bug is still very much present and resulting in crashes and affects notably nouveau and the software rasterizer, ie. the  two things we've been looking at since rofi acted up.

Oh! That actually fixed the issue! I just needed the rollback, nvidia-_drm.modeset=1 and nouveau.noaccel=1. I'm a bit embarrassed that this was the fix. I did try to downgrade mesa earlier and it didn't seem to work before. Either way. I thank you for your help. I hope I didn't bother much during this.

Offline

#22 2025-05-30 13:57:35

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

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

I hope I didn't bother much during this.

Nope, entirely not.
The latest mesa update should™ address this, so you may also try to upgrade to  1:25.1.1-2 (resp. "pacman -Syu", partial updates are generally not a good idea)

Offline

#23 2025-05-30 15:01:19

Klara
Member
Registered: 2025-05-20
Posts: 14

Re: [SOLVED] System freezing upon of entering any GUI under Nouveau.

Will do.

Offline

Board footer

Powered by FluxBB